@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.otf') format("opentype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #10161e !important;
}

.site-container {
    width: 80%;
    max-width: 1920px;
    margin: 0 auto;
}

#pagination-container {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

#pagination-container ul {
    display: flex;
    align-items: center;
    list-style: none;
}

#pagination-container ul li {
    margin: 0 5px;
    padding: 5px;
}
#pagination-container ul li {

}

#pagination-container ul li a {
    color: #E7B722;
    text-decoration: none;
}

#pagination-container ul li.active {
    color: #ffffff;
}

.blog_link {
    display: flex;
    align-items: center;
}
.blog_link a {
    text-decoration: none !important;
    color: #ffffff !important;
    display: block !important;
    font-family: 'Gilroy' !important;
    font-style: normal !important;
    font-weight: 800 !important;
    padding: 4px 20px !important;
    font-size: 16px;
    line-height: 21px;
}

header {
    width: 100%;
    /*background: #161F28;*/
    background: #10161e;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

header.article {
    border-bottom: 2px solid #027B5B;
}

.header {
    display: flex;
    align-items: center;
    max-width: 1920px;
    width: 80%;
    height: 60px;
    margin: auto;
    overflow: hidden;
}

.logo_div {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.logo_div > a > img {
    width: 277px;
    height: 48px;
}

.icons_div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;

}

.inst_img, .tel_img {
    width: 35px;
    height: 35px;
}

.vector_img {
    width: 20px;
    height: 20px;
}

.icons_div img {
    width: 100%;
    height: 100%;
}

.square_div {
    width: 222px;
    height: 66px;
    /*transform: skewX(-30deg);*/
    /*background: #F9C626;*/
}

.img_div {
    max-width: 1920px;
    width: 100%;
    display: flex;
    border-top: 2px solid #027B5B;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_div .banner-text {
    width: 100%;
}

.first-info {
    margin-top: 8px;
}

.back_text > h1 {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
    color: #F9C626;
    margin-top: 111px;
}

.back_text > p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 42px;
    color: #FFFFFF;
    max-width: 550px;
}

.banner-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.banner-items .item {
    width: calc(100% / 3 - 100px);
    min-width: 280px;
    margin-bottom: 40px;
}

.banner-items .item:not(:last-child) {
    margin-right: 40px;
}

.banner-items .item .img {
    height: 245px;
}

.banner-items .item .img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.banner-items .item .text-block {
    padding: 15px;
    background-color: #EBEDED;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.banner-items .item  a {
    text-decoration: none;
    color: #000000;
}

.categories {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.categories .category-content {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

.categories .category-content ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.categories .category-content ul li:not(:last-child) {
    margin-right: 100px;
}

.categories .category-content ul li {
    display: block;
    padding: 8px 60px;
    font-size: 19px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    color: #000000;
    text-align: center;
}


.categories .category-content .all {
    background-color: #EBEDED;
}

.categories .category-content .casino {
    background-color: #E7B722;
}

.categories .category-content .sport {
    background-color: #027B5B;
}

.categories .category-content .all.active {
    box-shadow: 0px 0px 15px 0px #EBEDED;
}
.categories .category-content .casino.active {
    box-shadow: 0px 0px 15px 0px #E7B722;
}
.categories .category-content .sport.active {
    box-shadow: 0px 0px 15px 0px #027B5B;
}

.category-items {
    margin: 0 0 50px;
}

.category-items .items {
    display: flex;
    flex-wrap: wrap;
    transition: 0.25s ease;
}

.category-items .items .item  {
    width: calc(100% / 4 - 40px);
    margin: 20px;
    background-color: #161F28;
    color: #ffffff;
    display: none;
    transition: 0.25s ease;
}

.category-items .items .item  a{
    color: #ffffff;
    text-decoration: none;
}

.category-items .items .item.active {
    display: block;
}

.category-items .items .item .img {
    position: relative;
    height: 200px;
}

.category-items .items .item .img .category {
    padding: 5px 40px;
    font-size: 19px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    color: #000000;
    position: absolute;
    bottom: 0;
    right: 0;
}


.category-items .items .item .img .category.casino {
    background: #E7B722;
}

.category-items .items .item .img .category.sport {
    background: #027B5B;
}

.category-items .items .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-items .items .item .text-block {
    padding: 15px;
}

.category-items .items .item .text-block .title {
    text-align: center;
    margin-bottom: 20px;
}

.category-items .items .item .text-block .text {
    text-align: center;
    margin-bottom: 30px;
}

.category-items .items .item .text-block .date {
    text-align: end;
}

.second-info {
    margin-bottom: 21px;
}

.img_div_logo_div {
    display: flex;
    gap: 20px;
    align-items: center;
}

.img_div_logo_div > img {
    width: 143px;
    height: 70px;
}

.back_text > a {
    display: block;
    text-decoration: none;
    margin-top: 47px;
    width: 300px;
    height: 76px;
    background: #F9C626;
    border-radius: 7px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 71px;
    text-align: center;
    color: #1E1E1E;
    border: none;
}

.third-icon {
    margin-bottom: 25px;
}

.container {
    width: 100%;
    background: #10161e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2px;
}

.main {
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.first-block {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 93px;
}

.first-block > div {
    width: 744px;
    height: 456px;
}

.first-block img {
    width: 100%;
    border-radius: 4px;
}

.first-block-list {
    display: flex;
    /*align-items: center;*/
    align-items: baseline;
    flex-direction: column;
}

.first-block-list > h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    color: #027B5B;
    margin-bottom: 30px;
    /*margin-left: -50px;*/
    padding-left: 45px;
}

.first-block-list > ol {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #8F9BAB;
    padding-left: 70px;
}

.second-block {
    width: 100%;
    text-align: center;
}

.second-block > a {
    text-decoration: none;
    display: block;
    width: 300px;
    height: 76px;
    margin: auto;
    background: #F9C626;
    border-radius: 7px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 71px;
    text-align: center;
    text-transform: uppercase;
    color: #1E1E1E;
    border: none;
    margin-top: 66px;
}

.third-block {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 81px;
}

.third-block-img {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

third-block-list {
    width: 35%;
}

.third-block-list-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px;
    color: #027B5B;
    margin-bottom: 32px;
}

.third-block-list-info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #8F9BAB;
    margin-bottom: 32px;
    max-width: 490px;
}

.third-block-list > ol {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #8F9BAB;
    margin-left: 20px;
}

.fourth-block {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 93px;
}

.fourth-block-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.fourth-block-img-info {
    width: 382px;
    height: 535px;
    background: #161F28;
    border-radius: 3px;
}

.fourth-block-img-info-img-div {
    width: 100%;
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fourth-block-img-info-img-div > img {
    width: 97%;
    height: 97%;
    border-radius: 3px;
}

.fourth-block-img-info-text-div {
    width: 100%;
    height: 65%;
    display: flex;
    justify-content: center;
}

.container-div {
    width: 95%;
}

.container-div h4 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #027B5B;
    margin-top: 13px;
    margin-bottom: 11px;
}

.container-div h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #027B5B;
    margin-top: 13px;
    margin-bottom: 11px;
}

.container-div-p {
    margin-bottom: 5px;
}

.container-div p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #8F9BAB;
}

.container-div > div {
    margin-bottom: 20px;
}

.container-div-first {
    margin-top: 24px;
}

.fifth-block {
    width: 82%;
    display: flex;
    justify-content: center;
    margin-top: 49px;
    flex-direction: column;
}

.fifth-block-p {
    max-width: 1526px;
}

.fifth-block > div {
    width: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8F9BAB;
    margin-bottom: 20px;
}

.img-block {
    display: flex;
    gap: 10px;
}

.img-block > div {
    height: 456px;
}

.img-block-first {
    width: 150%;
}

.img-block-first > img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.img-block-second {
    height: 100%;
}

.img-block-second > img {
    height: 49%;
    border-radius: 4px;
}

.txt-block {
    max-width: 1235px;
}

.txt-block-p {
    margin-bottom: 20px;
    margin-top: 10px;
    color: #027B5B;
    font-size: 32px;
}

footer {
    width: 100%;
    background: #161F28;
    display: flex;
    margin-top: -2px;
    justify-content: center;
    align-items: center;
}
footer .site-container {
    width: 82% !important;
}


.footer-div {
    max-width: 1920px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
    padding-top: 20px;
    margin-top: 4px;
}

.footer-div-first-block {
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-div-second-block {
    width: 44%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-top: -7px;
}
.footer-div-second-block .tel-img {
    margin-top: -2px;
}
.footer-div-first-block > img {
    width: 326px;
    height: 105px;
}

.icon-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
}
.footer-div-first-block a {
    text-decoration: none !important;
}
.footer-div-first-block a:hover {
    color: #000000;
}

.footer-div-second-block a {
    text-decoration: none !important;
}

.footer-div-second-block a:hover {
    color: #8F9BAB;
}

.footer-div-first-block > a {
    width: 300px;
    height: 76px;
    background: #8F9BAB;
    border-radius: 7px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 71px;
    text-align: center;
    text-transform: uppercase;
    color: #10161E;
    border: none;
    text-decoration: none;
    margin-top: -2px;
}

.footer-div-second-block > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8F9BAB;
}
.footer-div-second-block > div .send-mail {
    margin-top: 5px;
}
.footer-div-second-block > div .cal-tel {
    margin-top: 5px;
}

.footer-div-second-block > div p {
    margin: 0;
}
.mobile-content {
    display: none;
}

.mobile-content img {
    width: 100%;
    border-radius: 7px;
}

.first-info {
    max-width: 572px;
}

.div-icon-hide {
    display: none;
}

.icon-div-items {
    width: 36px;
    height: 35px;
}

.icon-div-items img {
    width: 100%;
}

.send-mail {
    text-decoration: none;
    color: #8F9BAB;
}

.cal-tel {
    text-decoration: none;
    color: #8F9BAB;
}

.last-section {
    width: 100%;
}

.last-section-items {
    width: 34%;
    margin: auto;
}

.last-section-items img {
    width: 100%;
}
.article-image {
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: center;
}
.article-image img {
    width: 60%;
}
.article-title {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.article-title h1 {
    width: 50%;
    text-align: center;
    font-size: 32px;
    font-family: 'Roboto';
    color: #ffffff;
}
.article-text p {
    font-size: 14px;
    font-family: 'Roboto';
    color: #ffffff;
}

.article-date {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    font-family: 'Roboto';
    color: #ffffff;
}

.article-date p:first-child {
    margin-right: 20px;
}

.article-related {
    margin-top: 50px;
    margin-bottom: 50px;
}
.article-related .title {
    display: flex;
    justify-content: end;
    font-size: 18px;
    font-family: 'Roboto';
    color: #ffffff;
    margin-bottom: 20px;
}

.category-items.article .items{
    justify-content: flex-end;
}

/*---@media---*/

@media (max-width: 1496px) {
    .first-block {
        width: 100%;
    }

    .third-block {
        width: 90%;
    }
}

@media (max-width: 1100px) {
    .first-block {
        width: 80%;
        flex-direction: column-reverse;
        height: 800px;
        margin-top: 41px;
        margin-bottom: 41px;
    }

    .first-block > div {
        height: 364px;
    }

    .first-block-list > h4 {
        padding-left: 45px;
    }

    .first-block-list > h2 {
        padding-left: 45px;
    }
}

@media (max-width: 1238px) {
    .third-block {
        flex-direction: column;
    }

    .third-block-list {
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 22px;
    }

    .third-block-img > img {
        width: 30%;
    }
}

@media (max-width: 1692px) {
    .fourth-block-img-info-img-div {
        height: auto;
    }
}

@media (max-width: 1578px) {
    .fourth-block-img-info {
        height: 600px;
    }

    .footer-div-first-block > img {
        width: 240px;
        height: 70px;
    }

    .footer-div-first-block > a {
        width: 200px;
        height: 65px;
    }
}

@media (max-width: 1400px) {
    .category-items .items .item {
        width: calc(100% / 3 - 40px);
    }

    .img-block > div {
        height: 410px;
    }

    .img-block-first > img {
        object-fit: cover;
    }

    .footer-div-first-block > a {
        width: 160px;
        line-height: 65px;
    }
}

@media (max-width: 1200px) {
    .img_div {
        background-size: cover;
    }

    .site-container {
        width: 100%;
        padding: 0 40px;
    }

    .banner-items .item {
        width: calc(100% / 2 - 20px);
        min-width: auto;
    }

    .banner-items .item:nth-child(2) {
        margin-right: 0;
    }

    .last-section-items {
        width: 80%;
    }

    .img-block > div {
        height: 300px;
    }

    .footer-div-first-block > a {
        font-size: 13px;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .footer-div-second-block {
        width: 47%;
        gap: 10px;
    }

    .footer-div-first-block > img {
        width: 200px;
        height: 55px;
    }

    .footer-div-second-block > div {
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .img-block > div {
        height: 270px;
    }

    .footer-div {
        flex-direction: column;
    }

    .footer-div-first-block {
        width: 80%;
    }

    .footer-div-second-block {
        width: 80%;
        margin-top: 25px;
    }

    .footer-div-first-block > a {
        width: 150px;
    }

    .inst_img, .tel_img {
        height: 35px;
        width: 35px;
    }
}

@media (max-width: 830px) {
    .fourth-block-img-info {
        padding: 10px 0;
    }

    .first-block {
        margin-bottom: 1px;
    }

    .first-block > div {
        height: auto;
    }

    .first-block {
        height: auto;
        margin-top: 41px;
    }

    .fourth-block-img-info {
        width: 80%;
        height: auto;
        margin-top: 25px;
    }

    .first-content {
        margin-top: unset;
    }

    .third-block-list-title {
        font-size: 30px;
    }

    .img-block > div {
        height: 230px;
    }

    .fourth-block-img {
        flex-direction: column;
    }

    .inst_img, .tel_img {
        height: 35px;
        width: 35px;
    }
}

@media (max-width: 800px) {
    .first-block-img {
        margin-top: 20px;
    }

    .second-block {
        margin-top: 30px;
    }

    .second-block > a {
        margin-top: 1px;
    }

    .first-block img {
        width: 100%;
        min-width: 280px;
    }

    .first-block > div {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    .inst_img, .tel_img {
        height: 30px;
        width: 30px;
    }
}

@media (max-width: 768px) {
    .categories .category-content ul {
        flex-wrap: wrap;
    }
    .categories .category-content ul li {
        width: calc(100% / 2 - 20px);
        margin-bottom: 20px;
    }
    .categories .category-content ul li:nth-child(2) {
        margin-right: 0;
    }
    .categories .category-content ul li:not(:nth-child(2)) {
        margin-right: 20px;
    }
    .article-text {
        margin: 0 20px;
    }
    .article-image img {
        width: 100%;
    }
    .article-date {
        margin: 0 20px;
    }
    .category-items .items .item {
        width: calc(100% / 2 - 40px);
    }

    .banner-items .item {
        width: 100%;
        min-width: auto;
    }

    .banner-items .item {
        margin-right: 0 !important;
    }

    .txt-block-p {
        font-size: 20px;
    }

    .first-block-list > h4 {
        margin-left: unset;
        padding-left: 10px;
    }

    .first-block-list > h2 {
        margin-left: unset;
        padding-left: 10px;
    }

    .icon-div-items {
        width: 45px;
        height: 45px;
    }

    .third-block-list > ol {
        font-size: 16px;
    }

    .first-block > div {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }

    .img-block-second {
        margin-top: -12px;
    }

    .third-block-list-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .last-children {
        margin-top: 30px;
    }

    .third-block-list-info {
        margin-bottom: unset;
        font-size: 16px;
    }

    .container-div p {
        line-height: 20px;
    }

    .back_text > a {
        width: 100%;
        margin-top: 25px;
    }

    .img-block > div {
        height: auto;
    }

    .back_text {
        width: 82%;
        height: auto;
    }

    .fourth-block-img-info {
        width: 88%;
    }

    .first-block {
        margin-top: unset;
    }

    .first-block-list > ol {
        margin-bottom: 35px;
        padding-left: 30px;
        font-size: 16px;
    }

    .footer-div-first-block > a {
        width: 325px;
        height: 76px;
        font-size: 20px;
        line-height: 71px;
        text-align: center;
    }

    .footer-div-first-block > img {
        width: 350px;
        height: 113px;
    }

    .icon-div {
        margin-bottom: 20px;
    }

    .footer-div-first-block > img {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .footer-div-first-block {
        display: flex;
        flex-direction: column;
    }

    .footer-div-second-block {
        display: flex;
        flex-direction: column;
    }

    .img_div_logo_div > img {
        width: 123px;
    }

    .img-block-second:last-child {
        margin-left: 0.7%;
    }

    .img-block-second > img {
        height: unset;
        border-radius: 4px;
        width: 49%;
    }

    .img-block > div {
        width: 100%;
    }

    .img-block {
        flex-direction: column;
    }

    .img-block-first {
        width: 100%;
    }

    .second-block > a {
        width: 80%;
    }

    .back_text > a {
        width: 100%;
    }

    .header {
        width: 98%;
        height: 45px;
    }

    .square_div {
        height: 50px;
    }

    .logo_div > a > img {
        width: 230px;
        height: 35px;
    }

    .img_div {
        height: auto;
        padding: 1px 19px 30px 19px;
        background: #10161e;
    }

    .mobile-content {
        width: 100%;
        min-width: 280px;
        height: auto;
        display: block;
        border-radius: 7px;
    }

    .logo_div > a > img {
        width: 180px;
        height: 32px;
    }

    .back_text > h1 {
        font-size: 35px;
        line-height: 50px;
        margin-top: 37px;
    }

    .back_text > p {
        font-size: 20px;
        line-height: 35px;
    }

    .container {
        background: #10161e;
    }

    .vector_img {
        width: 30px;
        height: 20px;
    }

    .first-block-list > h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .first-block-list > h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .third-block {
        margin-top: 35px;
    }
}

@media (max-width: 700px) {
    .inst_img, .tel_img {
        height: 25px;
        width: 25px;
    }

    .first-block-list > ol {
        width: 90%;
    }

    .square_div {
        width: 200px;
    }
}

@media (max-width: 525px) {
    .categories .category-content ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .categories .category-content ul li {
        margin-right: 20px !important;
        margin-left: 20px !important;
        text-align: center;
    }
    .category-items .items .item {
        width: 100%;
    }

    .site-container {
        width: 100%;
        padding: 0 5px;
    }

    .header {
        height: 37px;
    }

    .icon-div > img {
        width: 45px;
        height: 45px;
    }

    .third-block-list {
        width: 100%;
    }

    .inst_img, .tel_img {
        height: 20px;
        width: 20px;
    }

    .logo_div > a > img {
        width: 140px;
        height: 25px;
    }

    .square_div {
        width: 165px;
        height: 40px;
    }

    .first-block-list > ol {
        width: 80%;
    }

    .first-block-list > h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .first-block-list > h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .footer-div-second-block {
        margin-top: 21px;
    }

    .footer-div-first-block {
        width: 100%;
    }

    .footer-div {
        padding: 0 10px;
    }

    .fifth-block {
        width: 100%;
    }

    .fourth-block-img-info {
        width: 100%;
    }

    .fourth-block {
        width: 100%;
    }

    .second-block > a {
        width: 100%;
    }

    .first-block {
        width: 100%;
    }

    .main {
        width: 100%;
        padding: 0 19px;
    }

    .back_text {
        width: 100%;
    }

    .back_text > p {
        font-size: 16px;
        line-height: 24px;
    }

    .back_text > h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .footer-div {
        width: 100%;
    }

    .first-block-list > ol {
        width: 100%;
        padding-left: 20px;
    }

    .img_div_logo_div > img {
        width: 83px;
    }

    .third-icon {
        margin-bottom: 14px;
    }

    .footer-div-first-block {
        align-items: baseline;
        width: 350px;
    }

    .icon-div {
        display: none;
    }

    .div-icon-hide {
        display: flex;
        margin-top: 46px;
        align-items: baseline;
    }

    .footer-div-second-block {
        align-items: baseline;
    }

    .footer-div-first-block > img {
        width: 100%;
        height: 10%;
    }

    .footer-div-first-block > a {
        width: 100%;
    }

    .footer-div-second-block {
        width: 350px;
    }
}

@media (max-width: 425px) {
    .logo_div {
        width: 40%;
    }

    .icons_div {
        width: 60%;
        gap: 10px;
    }

    .third-block-list-info {
        line-height: 25px;
    }

    .first-block-list > ol {
        font-size: 16px;
        line-height: 27px;
    }

    .icon-div {
        margin-bottom: 1px;
    }

    .footer-div-second-block > div {
        margin-top: 20px;
    }

    .third-block {
        margin-top: 32px;
    }

    .fourth-block {
        margin-top: 55px;
    }

    .third-block-img {
        width: 80%;
    }

    .third-block-list {
        width: 100%;
    }

    .third-block {
        width: 100%;
    }

    .logo_div > a > img {
        width: 105px;
        height: 18px;
    }

    .header {
        height: 35px;
    }

    .square_div {
        width: 125px;
        height: 37px;
    }
}

@media (max-width: 360px) {
    .logo_div {
        width: 49%;
    }

    .inst_img, .tel_img {
        height: 15px;
        width: 15px;
    }

    .vector_img {
        height: 15px;
    }

    .footer-div-first-block {
        align-items: baseline;
        width: 100%;
    }

    .footer-div-second-block {
        width: 100%;
    }
}
