.contact-section {
    margin-top: 79px;
    min-height: 627px;
    width: 100%;
    background: url('/images/bg1.png') no-repeat 0 0;
    background-size: cover;
}
.sub-block {
    width: 80%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 80px;
    left: 100px;
    gap: 0;
}
.c-sub-title1 {
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-align: left;
    color: #FFFFFF;
}
.c-sub-title2 {
    margin-top: 40px;
}
.c-sub-title2 a {
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 400;
    text-align: left;
    color: #FFFFFF;
}
.c-sub-title3 {
    margin-top: 0;
}
.c-sub-title3 a {
    font-family: var(--font-primary);
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #FFFFFF;
}
.c-sub-title4 {
    margin-top: 30px;
    font-family: var(--font-primary);
    font-size: 24px;
}
.c-sub-title4 .contacts__info-title {
    color: #FFFFFF;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.c-sub-title4 .contacts__network-list {
    grid-template-columns: 0.12fr 0.12fr 0.11fr;
    gap: 0;
    margin-top: 10px;
}

.c-sub-title4 .contacts__network-list .contacts__network-item .contacts__network-link {
    border-radius: 0;
    background-color: #FFFFFF1A;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: white;
}

.c-sub-title5 {
    margin-top: 50px;
}
.c-sub-title5 .contacts__questions {
    border-color: white;
    color: white;
}

.fix-cooperation {
    margin: 60px 100px 60px 100px;
}
.fix-cooperation .contacts__cooperation-footer {
    margin-top: 30px;
}

.fix-cooperation .contacts__cooperation-content {
    display: flex;
    flex-direction: row;
}
.fix-cooperation .contacts__cooperation-content .cc-left {
    border-right: 1px solid #DCE1E9;
    width: 80%;
}
.cc-left .contacts__cooperation-desc {
    width: 570px;
    text-align: justify;
}
.fix-cooperation .contacts__cooperation-content .cc-right {
    display: flex;
    flex-direction: column;
    width: 20%;
    padding-left: 40px;
}
.fix-cooperation .contacts__cooperation-content .cc-right .c-subtitle1 {
    align-self: flex-start;
    color: #313235;
    text-transform: uppercase;
} 
.fix-cooperation .contacts__cooperation-content .cc-right .c-subtitle2 {
    margin-top: auto;    
} 
.cc-left .contacts__subtitle {
    color: #313235;
    text-transform: uppercase;
}

.contacts__address-button {
    width: 100%;
    height: 64px;
    padding: 20px 40px 20px 70px;
    gap: 20px;
    border: 1px solid #313235;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #313235;
}

.contacts__info-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: 0.06em;
    text-align: left;
    text-transform: uppercase;
}

.contacts__business-swiper-buttons {
    margin-right: 100px;
}

.contacts__business {
    grid-template-columns: 0;
    margin: 10px 0 60px 60px;
}

.contacts__manager-name {
    display: block;
    font-size: 20px;
    min-height: 40px;
}
.contacts__manager-mail {
    margin-top: 20px;
}
.contacts__business-managers {
    margin-left: 100px;
    width: 95%;
}
.contacts__questions-icon {
    padding-top: 123px;
    height: auto!important;
}

@media screen and (max-width: 1500px) {
    .contacts__address-button {
        justify-content: center;
        padding: 20px;
    }
    .contacts__network-list .contacts__network-item {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1400px) {
    .contacts__address-button {
        height: 54px;
    }
}

@media screen and (max-width: 375px) {
    
}

@media screen and (max-width: 1440px) {
    .contacts__managers {
        grid-column-start: 2;
        grid-column-end: auto;
        grid-row: 2;
    }
}

@media screen and (max-width: 1220px) {
    .contacts__business-swiper-button {
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width: 750px) {
    .contacts__questions {
        width: 100%;
        padding-left: 25%;
    }
}
@media screen and (max-width: 940px) {
    .contact-section {
        margin-top: 49px;
        min-height: 503px;
        background: url('/images/bg1.png') no-repeat 64% top;
        background-size: cover;
    }

    .sub-block {
        width: 92%;
        top: 50px;
        left: 15px;
    }

    .c-sub-title1 {
        font-size: 14px;        
    }
    .c-sub-title2 a {
        font-size: 30px;        
    }
    .c-sub-title3 a {
        font-size: 16px;        
    }
    .c-sub-title4 .contacts__info-title {
        text-transform: none;
        font-size: 17px;
    }
    .contacts__network-list .contacts__network-item {
        margin-top: 5px;
        width: 100%;
    }
    .contacts__network-list .contacts__network-item .contacts__network-link {
        min-width: 100%;
        justify-content: start;
    }
    
    .contacts__network-item a {
        width: 100%;
    }
    .fix-cooperation {
        margin: 30px 16px 20px 16px;
    }
    .fix-cooperation .contacts__cooperation-content {
        flex-direction: column;
    }
    .fix-cooperation .contacts__cooperation-content .cc-left {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #DCE1E9;
        padding-bottom: 20px;
    }
    .cc-left .contacts__cooperation-desc {
        width: 100%;
        text-align: left;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .contacts__cooperation-footer {
        width: 100%;
    }
    .fix-cooperation .contacts__cooperation-content .cc-right {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        justify-content: space-between;
    }
    .contacts__address-current {
        color: #313235;
        font-size: 16px;
        margin-bottom: 20px;    
    }
    .fix-cooperation .contacts__cooperation-content .cc-right .c-subtitle2 {
        margin-top: 30px;
    }
    .contacts__business {
        grid-template-columns: 0;
        margin: 16px 0 40px 16px;
        gap: 20px 0;
    }
    .contacts__business-swiper-buttons {
        margin-right: 10px;
    }
    .contacts__manager {
        padding: 10px;
    }
    .contacts__business-managers {
        margin: 15px 0 0 16px;
        display: flex;
        width: 95%;
    }
    .contacts__business-swiper-buttons {
        width: 100px;
        display: flex;
    }
}