@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon/icomoon.eot?1mfyto');
    src: url('fonts/icomoon/icomoon.eot?1mfyto#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.ttf?1mfyto') format('truetype'),
    url('fonts/icomoon/icomoon.woff?1mfyto') format('woff'),
    url('fonts/icomoon/icomoon.svg?1mfyto#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-inst:before {
    content: "\e901";
    color: #c29c69;
}

.icon-vk:before {
    content: "\e902";
    color: #c29c69;
}

.icon-twitter:before {
    content: "\e903";
    color: #c29c69;
}

.icon-facebook:before {
    content: "\e904";
    color: #c29c69;
}


.cooperation-top {
    background: url("img/cooperation-top.jpg") no-repeat center bottom;
    background-size: cover;
    height: 724px;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.cooperation-container {
    max-width: 1420px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

.cooperation-top__info {
    display: flex;
    justify-content: flex-end;
    margin-top: -15px;
}

.cooperation-top__content {
    flex-basis: 48%;
    flex-shrink: 0;
}

.cooperation-top__title {
    background: radial-gradient(123.33% 443.06% at 62.55% 0%, rgba(8, 9, 9, 0.58) 0%, rgba(8, 9, 9, 0) 100%),
    linear-gradient(0deg, #DDB682, #DDB682);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 40px;
}

.cooperation-top__description {
    font-size: 15px;
    line-height: 25px;
    color: white;
    max-width: 555px;
    margin-bottom: 60px;
}

.cooperation-top__description b {
    color: white;
}

.btn-cooperation {
    border: none;
}

.cooperation-partner {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: url("img/partner.png") no-repeat center;
    width: 1648px;
    height: 44px;
}

.cooperation-application {
    padding: 50px 0 106px;
}

.cooperation-flex {
    display: flex;
    justify-content: space-between;
}

.cooperation-column {
    flex-shrink: 0;
}

.cooperation-column__description {
    flex-basis: 41%;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cooperation-application__info {

}

.application-title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.application-registration {
    font-weight: 700;
    margin-bottom: 20px;
}

.application-description__link, .application-registration__link {
    transition: .25s;
}

.application-social {
    display: flex;
    margin-top: 30px;
}

.application-social__link {
    border: 1px solid rgba(194, 156, 105, 0.15);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 19px;
    transition: .25s;
}

.application-social__link:nth-child(2) {
    font-size: 15px;
}

.application-social__link:nth-child(3) {
    font-size: 12px;
}

.application-social__link span:before {
    transition: .25s;
}

.application-social__link:hover {
    background: rgba(194, 156, 105, 1);
}

.application-social__link:hover span:before {
    color: white;
}

.cooperation-column__callback {
    flex-basis: 48%;
}

.cooperation-form__item {
    margin-bottom: 30px;
}

.cooperation-form__input {
    width: 100%;
    height: 50px !important;
    display: flex;
    align-items: center;
    padding: 0 8px;
    transition: .25s;
}

.cooperation-form__input::placeholder {
    color: #777777;
}

.cooperation-form__input:focus::placeholder {
    color: transparent;
}

.cooperation-form__flex {
    display: flex;
    justify-content: space-between;
}

.cooperation-form__flex .cooperation-form__item {
    flex-basis: calc(50% - 10px);
}

.cooperation-form__item select {
    color: #777777;
    background: #fafafa url("img/select.svg") no-repeat calc(100% - 10px);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ececec;
}

.cooperation-form__check {
    display: flex;
    align-items: flex-start;
}

.cooperation-check {
    flex-shrink: 0;
    border: 1px solid #767676;
    border-radius: 2px;
    width: 13px;
    height: 13px;
    position: relative;
    margin-right: 8px;
}

.cooperation-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.cooperation-checkbox__icon {
    transition: .25s;
    display: block;
    width: 100%;
    height: 100%;
}

.cooperation-checkbox__icon::before, .cooperation-checkbox__icon::after {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    width: 2.5px;
    height: 0;
    content: ' ';
    transition: opacity ease .5s;
    transform-origin: left top;
    background-color: white;
}

.cooperation-checkbox__icon::before {
    top: 10px;
    left: 6px;
    transform: rotate(-135deg);
}

.cooperation-checkbox:checked + .cooperation-checkbox__icon {
    background: #767676;
}

.cooperation-checkbox:checked + .cooperation-checkbox__icon::before {
    height: 4px;
    animation: dothatopcheck .4s ease 0s forwards;
}

.cooperation-checkbox__icon::after {
    top: 6px;
    left: 0px;
    transform: rotate(-45deg);
}

.cooperation-checkbox:checked + .cooperation-checkbox__icon::after {
    height: 7px;
    animation: dothabottomcheck .2s ease 0s forwards;
}


@keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 9px;
    }
}

@-webkit-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 12px;
    }
}

.cooperation-checkbox__label {
    color: black;
    font-size: 10px;
    line-height: 12px;
}

.cooperation-conditions {
    background: url("img/conditions.jpg") no-repeat center;
    min-height: 680px;
    background-size: cover;
    width: 100%;
}

.cooperation-conditions__block {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

.cooperation-conditions__content {
    background: white;
    height: 100%;
    display: flex;
    align-items: center;
    flex-basis: 48%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px;
    color: black;
    min-height: 680px;
}

.cooperation-conditions__label {
    color: #C29C69;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 18px;
}

.cooperation-conditions__title {
    font-size: 31px;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 40px;
}

.cooperation-conditions__description {
    max-width: 503px;
}

.cooperation-advantages {
    padding: 84px 0 88px;
}

.advantages-items {
    max-width: 1220px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
}

.advantages-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.advantages-item__pic {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.advantages-item__title {
    color: #777777;
}

.advantages-item__title span {
    color: #333333;
}

.cooperation-support {
    background: #FCF9EC url("img/subbort-bg.png") no-repeat center;
    background-size: cover;
    min-height: 855px;
    padding: 40px 0;
}

.cooperation-support__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cooperation-support__pic {
    flex-basis: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooperation-support__content {
    flex-basis: 48%;
    color: #333;
    margin-top: -30px;
}

.cooperation-support__title {
    max-width: 550px;
    font-size: 31px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.cooperation-support__title span {
    color: #C29C69;
}

.cooperation-support__items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.cooperation-support__item {
    flex-basis: calc(50% - 22px);
    margin-top: 48px;
    font-size: 13px;
    line-height: 20px;
}

.cooperation-support__icon {
    margin-bottom: 10px;
}

.btn-support {
    margin-top: 80px;
}

.cooperation-choice {
    min-height: 800px;
    background: url("img/choice-bg.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 126px 0;
    text-align: center;
    color: white;
}

.cooperation-choice__title {
    font-size: 48px;
    line-height: 60px;
    color: rgba(255, 255, 255, .72);
    margin-bottom: 25px;
    text-transform: uppercase;
}

.cooperation-choice__description {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 50px;
    max-width: 554px;
}

.btn_white {
    background: #FFFFFF !important;
    color: #C29C69 !important;
    font-weight: 500 !important;
}

.choice-items {
    display: flex;
    margin: 100px auto 0;
    max-width: 1320px;
}

.choice-item {
    flex-basis: 26%;
    height: 205px;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    border-radius: 200px;
    padding: 40px 56px;
    margin: 0 -10px;
    font-size: 13px;
    line-height: 20px;
}

.choice-item__pic {
    height: 60px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.search-flex .search_wraps {
    width: calc(100% - 250px);
}

body.form-success .backdrop{
    z-index: 10000;
    opacity: 1;
}

body.form-success .modal-success{
    z-index: 10001;
    opacity: 1;
}

body.form-success .modal-success__container{
    margin-top: 0;
}

.backdrop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: rgba(0,0,0,.5);
}

.modal-success{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-success__container{
    max-width: 620px;
    padding: 56px;
    position: relative;
    background: white;
    color: #333;
    transition: .25s;
    margin-top: -20px;
}

.close-icon{
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    z-index: 1;
    transition: .25s;
    display: block;
}

.close-icon svg{
    transition: .25s;
}

.close-icon:hover svg{
    transform: rotate(180deg);
}

.modal-success__title{
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 24px;
}

.modal-success__description{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 48px;
}

#footer{
    position: relative;
    z-index: 3;
}

@media (max-width: 1440px) {
    .cooperation-partner {
        width: calc(1648px * 2);
        background-repeat: repeat-x;
        animation: bg-partner 10s infinite linear;
        background-position: 0;
    }

    @keyframes bg-partner {
        from {
            background-position: 0;
        }
        to {
            background-position: 100%;
        }
    }
}

@media (max-width: 1200px) {
    .choice-item {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .advantages-items{
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }
    .advantages-item{
        flex-basis: 50%;
        margin-bottom: 30px;
    }
    .cooperation-top__content {
        flex-basis: 100%;
    }

    .cooperation-flex {
        flex-direction: column;
    }

    .cooperation-conditions{
        min-height: auto;
        padding: 40px 0;
    }

    .cooperation-column__callback {
        margin-top: 40px;
    }

    .cooperation-conditions__content {
        flex-basis: 100%;
        min-height: auto;
    }

    .cooperation-conditions__block {
        align-items: center;
        justify-content: center;
    }

    .cooperation-support__flex {
        flex-direction: column;
    }

    .choice-item {
        flex-basis: 51%;
    }

    .choice-items {
        flex-flow: row wrap;
    }
}

@media (max-width: 767px) {
    .modal-success__container{
        padding: 40px;
    }
    .modal-success__title{
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .modal-success__description{
        font-size: 16px;
        line-height: 1.4;
    }
    .modal-success__description br{
        display: none;
    }
    .cooperation-top__title {
        font-size: 28px;
        line-height: 1.4;
        background: none;
        color: #DDB682;
        -webkit-text-fill-color: #DDB682
    }

    .application-title {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .cooperation-conditions__title {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .advantages-items {
        flex-direction: column;
    }

    .advantages-item br {
        display: none;
    }

    .advantages-item {
        margin-bottom: 30px;
    }

    .advantages-item:last-child {
        margin-bottom: 0;
    }

    .cooperation-support__pic img {
        max-width: 100%;
    }

    .cooperation-support__title {
        margin-top: 40px;
        text-align: center;
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .cooperation-choice__title {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .cooperation-choice__description {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .cooperation-support__item {
        flex-basis: 100%;
        margin-top: 20px;
    }

    .btn-cooperation {
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .cooperation-top__description {
        margin-bottom: 40px;
    }

    .btn-support {
        margin-top: 40px;
    }

    .cooperation-advantages, .cooperation-application, .cooperation-conditions, .cooperation-choice {
        padding: 40px 0;
    }

    .choice-item {
        flex-basis: 100%;
        height: auto;
        margin: -10px auto 0;
        padding: 40px 20px;
    }

    .choice-items {
        margin-top: 40px;
    }

    .cooperation-support__content, .cooperation-top__content {
        width: 100%;
    }
}