.filters-more.is-squared .filters-more__item--show button:not(:hover) {
    color: #3079d2;
    border-color: #3079d2
}
.d-flex-col{
    display: flex;
    flex-direction: column;
}
.contacts-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Barlow, sans-serif;
    font-weight: 400
}
.text-company-info span{
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%; 
}
.title-company-info{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    margin-bottom: 10px;
}
.director__photo img{
    max-width: 227px;
    border-radius: 15px;
}
.director{
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.director__text-block{
    border-radius: 15px;
    padding: 40px;
    background: #F9F9F9;
}
.modal-window__title-director{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #093EB4;
}
.director__name{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}
.director__name span{
    color: #00000080;
    display: block;
    margin-top: 5px;
}
.director__message{
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.flex-block-director{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 340px;
}
.btn--custom-director{
    max-width: 340px;
}
.flex-block-btn{
    display: flex;
    gap: 40px;
    align-items: stretch;
}
.content-inputs-director textarea{
    height: 100% !important;
    padding: 14px 16px;
}
.content-inputs-director{
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.director__signature-image{
    width: 70px;
}
.director__signature{
    gap: 10px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.modal-window__container-director{
    max-width: 1074px !important;
    width: 100% !important;
}
.modal-window__head-director{
    padding: 0px !important;
}
.modal-window__container-director{
    padding: 40px 50px;
    box-shadow: 0px 11px 24px 0px #00000040;
}
@media (max-width: 1100px) {
    .contacts-content {
        display: block
    }
}

@media (max-width: 1753px) {
    .back-advertisement{
       background-image: none;
    }
}

.container-contacts{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.btn_contacts {
    font-family: Wix Madefor Display !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 100%;
    text-align: center;
    border-radius: 15px !important;
    max-width: 390px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    text-transform: math-auto !important;
}
.btn_contacts-director{
    font-family: Wix Madefor Display !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 100%;
    text-align: center;
    border-radius: 15px !important;
    max-width: 390px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    color: #ff672d !important;
    border: 1px solid #ff672d !important;
    background: #f4f4f4 !important;
    text-transform: math-auto !important;
}
.content-col-2 {
    display: grid;
    grid-template-columns: 6fr 6fr;
}
.content-col-3 {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
}
.content-col-4 {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
}
.mt-35 {
    margin-top: 35px;
}
.t-blue {
    color: #23426C;
}
.contacts-header__container {
    justify-items: stretch;
}
.contacts-header-left {
    background: url(./img/contacts-header.png) center center no-repeat;
    background-size: cover;
    min-height: 200px;
}
.contacts-header-right {
    padding: var(--unit);
    background: #F5F6FA;
}
.contacts-header__text {
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
}
.contacts-header-right h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 57px;
    color: #23426C;
}
.contacts-header__text a {
    color: black;
}
.contacts-tel-mail{
    display: flex;
    margin-top: 20px;
}

.contacts-header-right a:hover {
    text-decoration: underline;
}
.contacts-header__link {
    text-decoration: underline !important;
    color: #3079D2;
    font-family: Wix Madefor Display;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    color: #093EB4;
}
.contact-name-cng{
    font-family: Wix Madefor Display;
    font-size: 22px;
    font-weight: 500;
    line-height: 27.72px;
    text-align: center;
    color: #093EB4;
    margin-top: 20px;
}
.contact-info-cng{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: center;
    margin-top: 10px;
}
.contact-info-phone{
    margin-top: 0px;
}

.img-contacts{
    height: 100px !important;
    object-fit: contain;
    width: auto;
}


.contact-mail-cng{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: center;
    color: #093EB4;
    margin-top: 10px;
}

.contacts-content-new{
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    margin-top: 40px;
}

.contacts-content-new img{
    width: 116px;
    height: 116px;
}

@media (max-width: 1100px) {
    .contacts-header-right {
        font-size: 25px;
    }
}
@media (max-width: 980px) {
    .modal-window__container-director {
        width: 90% !important;
        max-height: 75% !important;
        overflow: scroll !important;
    }
    .director {
        padding: 20px 0px;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .director__photo{
        display: flex;
        max-height: 200px;
        overflow: hidden;
        width: max-content;
        border-radius: 15px;
        align-items: flex-start;
    }
    .flex-block-btn {
        display: flex;
        gap: 10px;
        align-items: stretch;
        flex-direction: column;
    }
    .director__photo img {
        max-width: 293px;
        width: 100% !important;
    }
    .modal-window__container-director {
        padding: 25px;
    }
    .modal-window__title-director {
        font-size: 22px;
    }
    .director__text-block {
        padding: 25px;
    }
    .director__message {
        font-size: 12px;
        line-height: 16px;
    }
    .director__name {
        font-size: 12px;
    }
    .director__signature-image{
        display: none;
    }
    .flex-block-director {
        max-width: 100%;
        width: 100%;
    }
    .content-inputs-director {
        display: flex;
        gap: 10px;
        margin-bottom: 5px;
        flex-direction: column;
    }
    .content-inputs-director textarea {
        height: 135px !important;
        max-height: 135px !important;
    }
}
@media (max-width: 767px) {
    .content-col-2, .content-col-3, .content-col-4 {
        grid-template-columns: 1fr;
    }
    .contacts-header__text {
        font-size: 12px;
        line-height: 15px;
    }
    .contacts-header__link {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
    }
    .img-contacts {
        height: 60px !important;
        object-fit: contain;
        width: auto;
    }
    .contact-name-cng {
        font-size: 10px;
        line-height: 12px;
        margin-top: 10px;
    }
    .contact-info-cng, .contact-mail-cng  {
        font-size: 8px;
        line-height: 10.16px;
        margin-top: 5px;
    }
    .contacts-content-new img {
        width: 50px;
    }
    .text-company-info span{
        font-size: 14px;
        font-family: 'Wix Madefor Display';
    }
    .title-company-info{
        font-size: 16px;
        font-family: 'Wix Madefor Display';
        color: #051333;
        margin-bottom: 15px;
    }
}