@font-face {
    font-family: 'mulish';
    src: url('assets/fonts/mulish/Mulish-SemiBold.woff2') format('woff2'),
         url('assets/fonts/mulish/Mulish-SemiBold.woff') format('woff'),
         url('assets/fonts/mulish/Mulish-SemiBold.eot') format('embedded-opentype'),
         url('assets/fonts/mulish/Mulish-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: 'mulish';
    src: url('assets/fonts/mulish/Mulish-Regular.woff2') format('woff2'),
         url('assets/fonts/mulish/Mulish-Regular.woff') format('woff'),
         url('assets/fonts/mulish/Mulish-Regular.eot') format('embedded-opentype'),
         url('assets/fonts/mulish/Mulish-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: 'syncopate';
    src: url('assets/fonts/syncopate/Syncopate-Regular.woff2') format('woff2'),
         url('assets/fonts/syncopate/Syncopate-Regular.woff') format('woff'),
         url('assets/fonts/syncopate/Syncopate-Regular.eot') format('embedded-opentype'),
         url('assets/fonts/syncopate/Syncopate-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

    font-display: swap;
}
.body {
    /* display: flex;
    flex-direction: row;
    align-items: stretch; */

}
.body--nonscroll {
    overflow: hidden;
}
.main {
    background-color: #FFFFFF;
}

.header {
    box-sizing: border-box;
    background-color: #0C4049;
    height: 61px;
    padding-top: 14px;
    position: sticky;
    top: 0;
    z-index: 10001;
}

.header__inner {
    display: flex;
    justify-content: center;
    box-sizing: border-box;

    /* max-width: 950px;
    margin: 0 auto;
    transform: translateX(30px); */
}

@media screen and (max-width: 1200px) {
    .header {
        padding-top: 18px;
        height: 69px;

    }
    .header__inner {
        padding-left: 35px;
        padding-right: 23px;
        justify-content: space-between;
        max-width: 768px;
        margin: 0 auto;

        /* transform: none; */
    }
}

@media screen and (max-width: 768px) {
    .header__inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.header__logo-box {
    width: 160px;
    box-sizing: border-box;

}

@media screen and (max-width: 1200px) {
    .header__logo-box {
        width: 145px;
    }
}

.header__logo {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
}

.header__nav {
    margin-left: 357px;
    margin-top: 6px;
}

@media screen and (max-width: 1200px) {
    .header__nav {
        display: none;
    }
    .header__nav--active {
        display: block;
        margin: 0;
        position: fixed;
        top: 69px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: #0C4049;
        z-index: 10001;

    }
    
}


.header__burger {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header__burger {
        display: block;
        padding: 0;
        margin: 0;
        width: 24px;
        height: 21px;
        border: none;
        cursor: pointer;

        background-image: url('/assets/img/burger.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #0C4049;
    }
    .header__burger--close {
        background-image: url('/assets/img/burger-close.png');
        background-repeat: no-repeat;
        background-size: 24px auto;
        background-position: center;
    }
    
}
/* @media screen and (max-width: 768px) {
    .header__burger {
        width: 43px;
        height: 38px;
    }
} */

.header__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

@media screen and (max-width: 1200px) {
    .header__nav--active .header__nav-list {
        flex-direction: column;
        align-items: center;
        padding-top: 58px;

    }
    
}

.header__nav-item {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #E3D1B2;
    letter-spacing: 0.03em;
}

.header__nav-item:nth-child(n + 2) {
    margin-left: 20px;
}

.header__nav-item:last-child {
    margin-left: 24px;
}

@media screen and (max-width: 1200px) {
    .header__nav-item:nth-child(n + 2) {
        margin-left: 0;
        margin-top: 43px;
    }
    .header__nav-item:last-child {
        margin-left: 0;
    }
    
}

.header__nav-item-link {
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #E3D1B2;
    text-decoration: none;
    letter-spacing: 0.03em;
}

/* top-block */
.top-block {
    box-sizing: border-box;
    padding-bottom: 43px;
    padding-top: 67px;
    max-width: 1002px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .top-block {
        padding-bottom: 22px;
        padding-top: 18px;
        max-width: 429px;
    }
    
}
@media screen and (max-width: 768px) {
    .top-block {
        padding-bottom: 39px;
        max-width: 360px;
    }
}

.top-block__img-box {
    width: 100%;
    height: 503px;
    margin-top: 55px;
}
@media screen and (max-width: 1200px) {
    .top-block__img-box {
        height: 215px;
        margin-top: 26px;
    }
    
}
@media screen and (max-width: 768px) {
    .top-block__img-box {
        margin-top: 35px;
        height: 176px;
    }
}

.top-block__img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}



.top-block__picture {
    height: 100%;
    width: 100%;
    display: block;
}

.top-block__title {
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    margin-left: 2px;


    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #0C4049;
    letter-spacing: 0.02em;

}

@media screen and (max-width: 1200px) {
    .top-block__title {
        font-size: 16px;
        line-height: 22px;
        margin-top: 11px;
        margin-left: 0;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;

    }
    
}
@media screen and (max-width: 768px) {
    .top-block__title {
        margin-top: 18px;
    }
}

.top-block__text {
    margin: 0;
    margin-top: 52px;
    margin-left: -1px;
    text-align: left;

    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #0C4049;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 1200px) {
    .top-block__text {
        font-size: 15px;
        line-height: 21px;
        margin-top: 18px;
        text-align: center;
        margin-left: 0;

    }
    
}
@media screen and (max-width: 768px) {
    .top-block__text {
        max-width: 234px;
        margin: 9px auto 0;
    }
    
}


.top-block__link {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #E3D1B2;
    width: 250px;
    height: 59px;
    background-color: #0C4049;
    border-radius: 3px;
    margin: 44px auto 0;

    font-family: 'Mulish', sans-serif;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    color: #E3D1B2;
}

@media screen and (max-width: 1200px) {
    .top-block__link {
        width: 248px;
        height: 57px;
        

        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.03em;
        margin-top: 39px;
    }
    
}
@media screen and (max-width: 768px) {
    .top-block__link {
        margin-top: 28px;
    }
}

.main__inner {
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .main__inner {
        max-width: 385px;
    }
    
}
@media screen and (max-width: 768px) {
    .main__inner {
        max-width: 360px;
    }
    
}

/* presentation */
.presentation {
    /* max-width: 1920px; */
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 4px;
}

@media screen and (max-width: 1200px) {
    .presentation {
        padding-top: 18px;
    }
    
}
@media screen and (max-width: 768px) {
    .presentation {
        padding-top: 43px;
    }
    
}

.presentation__list {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-left: 329px;
}

@media screen and (max-width: 1200px) {
    .presentation__list {
        margin-left: 43px;
        max-width: 330px;
    }
    
}
@media screen and (max-width: 768px) {
    .presentation__list {
        margin-left: 41px;
        max-width: 310px;
    }
    
}

.presentation__list-item {
    font-family: 'Mulish', sans-serif;

    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #0C4049;

}

@media screen and (max-width: 1200px) {
    .presentation__list-item {
        font-size: 15px;
        line-height: 22px;
    }
    
}
@media screen and (max-width: 768px) {
    .presentation__list-item {
        font-size: 14px;
        line-height: 21px;
    }
    
}

.presentation__title {
    box-sizing: border-box;
    margin: 0;
    margin-top: 74px;
    margin-left: 472px;

    font-family: 'Mulish', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0.05em;
    color: #0C4049;


}

@media screen and (max-width: 1200px) {
    .presentation__title {
        font-size: 24px;
        line-height: 34px;
        margin: 0;
        margin-top: 29px;
        text-align: center;
        letter-spacing: 0.03em;
    }
    
}
@media screen and (max-width: 768px) {
    .presentation__title {
        margin-top: 39px;
    }
    
}

.presentation__check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    margin-left: 304px;
    margin-top: 73px;

}

@media screen and (max-width: 1200px) {
    .presentation__check-list  {
        margin-left: 36px;
        margin-top: 40px;
    }
    
}

@media screen and (max-width: 768px) {
    .presentation__check-list  {
        margin-left: 37px;
        margin-top: 30px;
    }
    
}

.presentation__check-list-item {
    box-sizing: border-box;
    position: relative;
    padding-left: 97px;

    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #0C4049;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 1200px) {
    .presentation__check-list-item  {
        padding-left: 55px;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 0;
    }
    
}

@media screen and (max-width: 768px) {
    .presentation__check-list-item  {
        padding-left: 40px;
        letter-spacing: 0.02em;
    }
    
}

.presentation__check-list-item::before {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 40px;
    height: 34px;
    background-image: url('/assets/img/check-mark.svg');
    background-repeat: no-repeat;
    background-size: cover;

    position: absolute;
    left: 0;
    top: -10px;
}

.presentation__check-list-item:nth-child(1):before {
    top: -2px;
}
.presentation__check-list-item:nth-child(3):before {
    top: -17px;
}

@media screen and (max-width: 1200px) {
    .presentation__check-list-item::before  {
        width: 20px;
        height: 18px;
        top: -5px;
    }

    .presentation__check-list-item:nth-child(1):before {
        top: -5px;
    }
    .presentation__check-list-item:nth-child(3):before {
        top: -5px;
    }
    
}
@media screen and (max-width: 768px) {
    .presentation__check-list-item::before  {
        width: 13px;
        height: 12px;
        left: -1px;
        top: 2px;
    }
    .presentation__check-list-item:nth-child(1):before {
        top: 2px;
    }
    .presentation__check-list-item:nth-child(3):before {
        top: 2px;
    }
    
}

.presentation__check-list-item:nth-child(2) {
    margin-top: 52px;
    
}
@media screen and (max-width: 1200px) {
    .presentation__check-list-item:nth-child(2) {
        margin-top: 30px;
        
    }
    
}
@media screen and (max-width: 768px) {
    .presentation__check-list-item:nth-child(2) {
        margin-top: 22px;
        
    }
    
}

.presentation__check-list-item:nth-child(3) {
    margin-top: 52px;
    
}
@media screen and (max-width: 1200px) {
    .presentation__check-list-item:nth-child(3) {
        margin-top: 31px;
        
    }
    
}
@media screen and (max-width: 768px) {
    .presentation__check-list-item:nth-child(3) {
        margin-top: 22px;
        
    }
    
}

.presentation__text {
    margin: 0;
    margin-top: 91px;
    margin-left: 127px;
    text-align: left;

    font-family: 'Mulish', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    color: #0C4049;
    letter-spacing: 0.035em;
}

.presentation__text  br:first-child {
    display: none;
}

@media screen and (max-width: 1200px) {
    .presentation__text  {
        margin-top: 85px;
        margin-left: 0;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
    }

    .presentation__text  br:first-child {
        display: inline;
    }
    .presentation__text  .presentation__text-br-mobile {
        display: inline;
    }
    
}

@media screen and (max-width: 768px) {
    .presentation__text  {
        margin-top: 65px;
        font-size: 16px;
        line-height: 23px;
        transform: translateX(-2px);
    }
    
}

.presentation__check-title {
    margin: 0;
    margin-left: 116px;
    margin-top: -20px;
    padding: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 200px;
    font-weight: 400;
    line-height: 280px;
    color: #F8F3EC;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 1200px) {
    .presentation__check-title {
        font-size: 64px;
        line-height: 90px;
        margin-left: 23px;
        margin-top: 1px;
        
    }
    
}

@media screen and (max-width: 768px) {
    .presentation__check-title {
        margin-left: 10px;
        margin-top: -14px;
        
    }
    
}

.presentation__check-title-span1 {
    display: block;
    margin-top: -100px;
    margin-left: 8px;
}
@media screen and (max-width: 1200px) {
    .presentation__check-title-span1 {
        margin-top: -27px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 768px) {
    .presentation__check-title-span1 {
        margin-left: 13px;
    }
}


.presentation__check-title-span2 {
    display: block;
    margin-top: -100px;
    margin-left: 670px;
}
@media screen and (max-width: 1200px) {
    .presentation__check-title-span2 {
        margin-top: -29px;
        margin-left: 228px;
    
    }
}
@media screen and (max-width: 768px) {
    .presentation__check-title-span2 {
        margin-left: 226px;
    
    }
}

.presentation__about-us-list {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-top: -64px;
    margin-left: 133px;
    list-style: none;
}

@media screen and (max-width: 1200px) {
    .presentation__about-us-list {
        margin-top: 29px;
        margin-left: 32px;
    }
    
}
@media screen and (max-width: 768px) {
    .presentation__about-us-list {
        margin-top: -6px;
        margin-left: 22px;
    }
}

.presentation__about-us-item {
    font-family: 'Mulish', sans-serif;
    position: relative;
    display: block;

    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.036em;
    text-align: left;
    color: #0C4049;

}

@media screen and (max-width: 1200px) {
    .presentation__about-us-item {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        letter-spacing: 0.04em;
    }
    
}


.presentation__about-us-item:nth-child(2) {
    margin-top: 89px;
    margin-left: 518px;
}
@media screen and (max-width: 1200px) {
    .presentation__about-us-item:nth-child(2) {
        margin-top: 94px;
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .presentation__about-us-item:nth-child(2) {
        margin-top: 69px;
    }
}


.presentation__about-us-item:nth-child(3) {
    margin-top: 232px;
}
@media screen and (max-width: 1200px) {
    .presentation__about-us-item:nth-child(3) {
        margin-top: 94px;
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .presentation__about-us-item:nth-child(3) {
        margin-top: 69px;
    }
}

.presentation__about-us-item:nth-child(4) {
    margin-left: 515px;
    margin-top: 156px;
}
@media screen and (max-width: 1200px) {
    .presentation__about-us-item:nth-child(4) {
        margin-top: 94px;
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .presentation__about-us-item:nth-child(4) {
        margin-top: 69px;
    }
}
.presentation__about-us-item:nth-child(5) {
    margin-top: 243px;
}
@media screen and (max-width: 1200px) {
    .presentation__about-us-item:nth-child(5) {
        margin-top: 94px;
    }
}
@media screen and (max-width: 768px) {
    .presentation__about-us-item:nth-child(5) {
        margin-top: 69px;
    }
}


.presentation__about-us-item:nth-child(1)::before {
    content: '01';
    display: block;

    font-family: 'Mulish', sans-serif;
    font-size: 128px;
    font-weight: 600;
    line-height: 179px;
    letter-spacing: 0px;
    color: #0C4049;

    position: absolute;
    top: -151px;
    left: -6px; 
}
@media screen and (max-width: 1200px) {
    .presentation__about-us-item:nth-child(1)::before {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        top: -27px;
        left: 0px; 
    }
    
}


.presentation__about-us-item:nth-child(2)::before {
    content: '02';
    display: block;

    font-family: 'Mulish', sans-serif;
    font-size: 128px;
    font-weight: 600;
    line-height: 179px;
    letter-spacing: 0px;
    color: #0C4049;

    position: absolute;
    top: -38px;
    left: -180px; 
}
@media screen and (max-width: 1200px) {
    .presentation__about-us-item:nth-child(2)::before {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        top: -27px;
        left: 0px; 
    }
    
}


.presentation__about-us-item:nth-child(3)::before {
    content: '03';
    display: block;

    font-family: 'Mulish', sans-serif;
    font-size: 128px;
    font-weight: 600;
    line-height: 179px;
    letter-spacing: 0px;
    color: #0C4049;

    position: absolute;
    top: -158px;
    left: -2px;
}
@media screen and (max-width: 1200px) {
    .presentation__about-us-item:nth-child(3)::before {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        top: -27px;
        left: 0px; 
    }
    
}

.presentation__about-us-item:nth-child(4)::before {
    content: '04';
    display: block;

    font-family: 'Mulish', sans-serif;
    font-size: 128px;
    font-weight: 600;
    line-height: 179px;
    letter-spacing: 0px;
    color: #0C4049;

    position: absolute;
    top: -31px;
    left: -176px;
}
@media screen and (max-width: 1200px) {
    .presentation__about-us-item:nth-child(4)::before {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        top: -27px;
        left: 0px; 
    }
    
}

.presentation__about-us-item:nth-child(5)::before {
    content: '05';
    display: block;

    font-family: 'Mulish', sans-serif;
    font-size: 128px;
    font-weight: 600;
    line-height: 179px;
    letter-spacing: 0px;
    color: #0C4049;

    position: absolute;
    top: -144px;
    left: -2px;
}
@media screen and (max-width: 1200px) {
    .presentation__about-us-item:nth-child(5)::before {
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        top: -27px;
        left: 0px; 
    }
    
}

.presentation__about-us-item span {
    font-family: 'syncopate', sans-serif;
    font-weight: 400;
}

/* section-form */
.section-form {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1920px;
    padding-top: 116px;
    padding-bottom: 122px;
}
@media screen and (max-width: 1200px) {
    .section-form {
        max-width: 385px;
        padding-bottom: 0;
        padding-top: 88px;
    }
}
@media screen and (max-width: 768px) {
    .section-form {
        max-width: 360px;
        padding-bottom: 3px;
        padding-top: 70px;
    }
}

.section-form__title {
    margin: 0;
    margin-left: 131px;

    font-family: 'Mulish', sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 112px;
    letter-spacing: 0px;
    text-align: left;
    letter-spacing: 0.04em;
    color: #0C4049;

}

@media screen and (max-width: 1200px) {
    .section-form__title {
        margin-left: 35px;
        font-size: 40px;
        line-height: 56px;
    }
}
@media screen and (max-width: 768px) {
    .section-form__title {
        margin-left: 22px;
    }
}

.section-form__text {
    margin: 0;
    margin-left: 131px;
    margin-top: 38px;

    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    color: #0C4049;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 1200px) {
    .section-form__text {
        margin-top: 26px;
        font-size: 12px;
        line-height: 18px;
        margin-left: 67px;
        max-width: 250px;
    }
    .section-form__text br {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .section-form__text {
        margin-left: 55px;
    }
}

.section-form__text span {
    font-family: 'syncopate', sans-serif;
    font-weight: 400;
}

/* .section-form__subtitle {
    margin: 0 auto;
    margin-top: 42px;

    font-family: 'Mulish', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0.015em;
    text-align: center;
    color: #E3D1B2;


}

@media screen and (max-width: 1200px) {
    .section-form__subtitle {
        margin-top: 46px;
        font-size: 16px;
        line-height: 22px;
    }
} */

.section-form__form-box {

    margin-top: 122px;
    /* min-height: 204px; */
    display: flex;
    justify-content: center;
    
}

@media screen and (max-width: 1200px) {
    .section-form__form-box {
        max-width: 316px;
        margin: 31px auto 0;
    }
    .section-form__form-box #amofroms_main_wrapper {
        box-shadow: none;
    }
}
@media screen and (max-width: 768px) {
    .section-form__form-box {
        margin: 23px auto 0;
    }
}

/* contacts */
.contacts {
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding-top: 37px;
}

@media screen and (max-width: 1200px) {
    .contacts {
        padding-top: 53px;
    }
    
}
@media screen and (max-width: 768px) {
    .contacts {
        padding-top: 19px;
    }
}

.contacts__inner {
    max-width: 1920px;
    margin: 0 auto;
}


.contacts__title {
    margin: 0;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    color: #0C4049;
}

@media screen and (max-width: 1200px) {
    .contacts__title {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0.05em;
    }
    
}
@media screen and (max-width: 768px) {
    .contacts__title {
        box-sizing: border-box;
        text-align: left;
        margin: 0 auto;
        max-width: 360px;
        padding-left: 139px;
    }
}

.contacts__logo-box {
    margin: 0 auto;
    width: 179px;
    height: 140px;
    transform: translateX(5px);
}

@media screen and (max-width: 1200px) {
    .contacts__logo-box {
        width: 130px;
        height: 101px;
        transform: translateX(0);
    }
    
}
@media screen and (max-width: 768px) {
    .contacts__logo-box {
        max-width: 360px;
        width: 100%;
        box-sizing: border-box;
        padding-left: 122px;
        margin-top: -2px;
        
    }
}

.contacts__logo-img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .contacts__logo-img {
        width: 130px;
        height: auto;
        
    }
}

.contacts__info-box {
    display: flex;
    justify-content: space-between;
    max-width: 746px;
    margin: 76px auto 0;
}

@media screen and (max-width: 1200px) {
    .contacts__info-box {
        max-width: 200px;
        margin: 34px auto 0;
        flex-direction: column;
        justify-content: flex-start;
    }
    
}

.contacts__list-box-text {
    text-align: center;
    margin: 0;
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #0C4049;
    letter-spacing: 0.025em;
}

@media screen and (max-width: 1200px) {
    .contacts__list-box-text {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.02em;
    }
    
}

.contacts__list-box-text a {
    text-decoration: none;
    color: inherit;
}

.contacts__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 19px;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 1200px) {
    .contacts__list {
        margin-top: 16px;
    }
    
}
@media screen and (max-width: 768px) {
    .contacts__list {
        margin-top: 19px;
    }
}


.contacts__list-item {
    box-sizing: border-box;
    display: block;
}
.contacts__list-item:nth-child(n + 2) {
    margin-left: 17px;
}
@media screen and (max-width: 1200px) {
    .contacts__list-item:nth-child(n + 2) {
        margin-left: 12px;
    }
    
}
@media screen and (max-width: 768px) {
    .contacts__list-item:nth-child(n + 2) {
        margin-left: 13px;
    }
}

.contacts__list-item-link {
    display: block;
    box-sizing: border-box;
    width: 31px;
    height: 31px;
    
}
@media screen and (max-width: 1200px) {
    .contacts__list-item-link {
        width: 23px;
        height: 23px;
    }

    .contacts__list-box-text--second {
        margin-top: 30px;
        letter-spacing: 0.03em;
    }
    .contacts__list--second {
        margin-top: 13px;
    }
    
}
@media screen and (max-width: 768px) {
    .contacts__list-item-link {
        width: 22px;
        height: 22px;
    }
}

.contacts__list-item-link--viber {
    background-image: url('/assets/img/viber-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.contacts__list-item-link--telegram {
    background-image: url('/assets/img/telegram-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
}
@media screen and (max-width: 1200px) {
    .contacts__list-item-link--telegram {
        width: 23px;
        background-image: url('/assets/img/telegram-icon-mobile.svg');
    }
    
}
@media screen and (max-width: 768px) {
    .contacts__list-item-link--telegram  {
        width: 22px;
    }
}
.contacts__list-item-link--whatsapp {
    background-image: url('/assets/img/whatsapp-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
}
@media screen and (max-width: 1200px) {
    .contacts__list-item-link--whatsapp {
        width: 23px;
        background-image: url('/assets/img/whatsapp-icon-mobile.svg');
    }
    
}
@media screen and (max-width: 768px) {
    .contacts__list-item-link--whatsapp {
        width: 22px;
    }
}
.contacts__list-item-link--vk {
    background-image: url('/assets/img/vk-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
}
@media screen and (max-width: 1200px) {
    .contacts__list-item-link--vk {
        width: 23px;
        background-image: url('/assets/img/vk-icon-mobile.svg');
    }
    
}
@media screen and (max-width: 768px) {
    .contacts__list-item-link--vk {
        width: 22px;
    }
}
.contacts__list-item-link--youtube {
    background-image: url('/assets/img/youtube-icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.contacts__address {
    margin: 0;
    margin-top: 154px;
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #0C4049;
    text-align: center;
    font-style: normal;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 1200px) {
    .contacts__address {
        margin-top: 40px;
        font-size: 12px;
        line-height: 17px;
    }
    
}



.contacts__map-box {
    width: 100%;
    height: 423px;
    margin: 0 auto;
    margin-top: 21px;
}

@media screen and (max-width: 1200px) {
    .contacts__map-box {
        width: 100%;
        height: 149px;
        margin-top: 13px;
    }
    
}
@media screen and (max-width: 768px) {
    .contacts__map-box {
        height: 70px;
        margin-top: 7px;
    }
}


.contacts__map {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

/* footer  */
.footer {
    min-height: 67px;
    background-color: #0C4049;
}

@media screen and (max-width: 1200px) {
    .footer {
        min-height: 69px;
    }
}