.pink-button {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    border: none;
    background-clip: padding-box;
    background: -webkit-gradient(linear, left top, right top, from(#621655), to(#ee2b7d));
    background: -o-linear-gradient(left, #621655 0%, #ee2b7d 100%);
    background: linear-gradient(90deg, #621655 0%, #ee2b7d 100%);
    cursor: pointer;
    outline: none;
    border: 0;
    border-radius: 150px;
    color: #fff;
    text-transform: uppercase
}

.pink-button:hover {
    background: -webkit-gradient(linear, left top, right top, from(#ee2b7d), to(#621655));
    background: -o-linear-gradient(left, #ee2b7d 0%, #621655 100%);
    background: linear-gradient(90deg, #ee2b7d 0%, #621655 100%)
}

.form-text__under {
    font-size: 16px;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0px 2px 3px rgba(17, 15, 65, 0.2);
    margin-top: 24.8px;
    z-index: 1
}

@media screen and (max-width: 1024px) {
    .form-text__under {
        text-align: center
    }
}

@media screen and (max-width: 700px) {
    .form-text__under {
        width: calc(100% - 20px);
        padding-right: 10px;
        padding-left: 10px
    }
}

.form-text__link {
    font-size: 12px;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    color: #ee2b7d;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    padding-right: 12px
}

.form-text__link:before {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    height: 15px;
    width: 9px;
    background: url("../../../img/arrow_pink_small1.svg") no-repeat center;
    background-size: 9px 15px;
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.form-text__link:after {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    height: 15px;
    width: 9px;
    background: url("../../../img/light_gray_arrow.svg") no-repeat center;
    background-size: 9px 15px;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.form-text__link:hover {
    color: #ccd0e0 !important
}

.form-text__link:hover:before {
    opacity: 0
}

.form-text__link:hover:after {
    opacity: 1
}
@media screen and (max-width: 1024px) {
    .clear-all {
        font-size: 13px
    }

    .clear-all::before {
        position: absolute;
        content: '';
        left: -50vw;
        width: 200vw;
        height: 100%;
        background: #eff0f5;
        z-index: -1;
        top: 0
    }
}
@media screen and (max-width: 1024px) {
    .clear-all__container {
        background: #eff0f5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all 0s 0.25s ease;
        -o-transition: all 0s 0.25s ease;
        transition: all 0s 0.25s ease;
        width: 100%;
        padding: 0 40px;
        margin-left: -20px;
        margin-right: -20px
    }
}
.vacancy-search.active-filter {
    z-index: 101
}

@media screen and (max-width: 700px) {
    .vacancy-search {
        padding-bottom: 50px
    }
}
.vacancy-search__background {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    overflow: hidden
}

.vacancy-search__background:before {
    content: '';
    position: absolute;
    bottom: -122px;
    left: -264px;
    width: 811px;
    height: 717px;
    background-size: contain;
    z-index: 0
}

@media screen and (min-width: 1025px) {
    .vacancy-search__background:before {
        background: url("../../../img/main_pic.svg") no-repeat center
    }
}

.vacancy-search__title {
    font-size: 36px;
    font-family: "HelveticaNeueCyrBlack", sans-serif;
    color: #eff0f6;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 2px 3px rgba(17, 15, 65, 0.2);
    margin-top: 132.8px;
    z-index: 1
}

@media screen and (max-width: 700px) {
    .vacancy-search__title {
        margin-top: 50px;
        font-size: 32px;
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px
    }
}

.vacancy-search__description {
    font-size: 30px;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    color: #eff0f6;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 2px 3px rgba(17, 15, 65, 0.2);
    max-width: 660px;
    width: 100%;
    margin-top: 23.8px;
    margin-bottom: 90px;
    z-index: 1
}

@media screen and (max-width: 1024px) {
    .vacancy-search__description {
        font-size: 26px;
        width: calc(100% - 40px);
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 72px
    }
}

@media screen and (max-width: 700px) {
    .vacancy-search__description {
        width: calc(100% - 20px);
        padding-right: 10px;
        padding-left: 10px
    }
}

.vacancy-search .border-0 {
    border: 0;
    outline: 0
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
    .vacancy-search__form {
        max-width: 100%
    }
}

.vacancy-search__form-fixed {
    z-index: 3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.vacancy-search__form-fixed.active {
    position: fixed;
    width: calc(100% - 40px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    top: 120px;
    background: #eff0f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 12px 20px;
    z-index: 9
}

.vacancy-search__form-fixed.active .vacancy-search__list-container {
    z-index: 0
}

.vacancy-search__form-fixed.active .search-filter__container {
    -webkit-box-shadow: 0 2px 8px 0 rgba(40, 59, 109, 0.4);
    box-shadow: 0 2px 8px 0 rgba(40, 59, 109, 0.4)
}

.vacancy-search__form-fixed.active .vacancy-send__container {
    height: 50px
}

@media screen and (max-width: 1024px) {
    .vacancy-search__form {
        width: 100%
    }

    .vacancy-search__form .search_query {
        width: 100%
    }
}

.vacancy-search__form .font-style {
    background: #fff;
}

.vacancy-search__form .font-style[type="text"] {
    color: #161150
}

@media screen and (max-width: 1024px) {
    .vacancy-search__form .font-style[type="text"] {
        border-radius: 150px;
        max-width: calc(100% - 48px);
        width: 100%
    }
}

.vacancy-search__form .font-style[type="text"]::-webkit-input-placeholder {
    color: rgba(144, 153, 190, 0.502);
    line-height: 1.2
}

.vacancy-search__form .font-style[type="text"]::-moz-placeholder {
    color: rgba(144, 153, 190, 0.502);
    line-height: 1.2
}

.vacancy-search__form .font-style[type="text"]:-ms-input-placeholder {
    color: rgba(144, 153, 190, 0.502);
    line-height: 1.2
}

.vacancy-search__form .font-style[type="text"]::-ms-input-placeholder {
    color: rgba(144, 153, 190, 0.502);
    line-height: 1.2
}

.vacancy-search__form .font-style[type="text"]::placeholder {
    color: rgba(144, 153, 190, 0.502);
    line-height: 1.2
}
.vacancy-search__input {
    padding: 15px 24px;
    width: 262px;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px
}
@media screen and (max-width: 1024px) {
    .vacancy-search__list-container.active {
        padding-bottom: 18px
    }

    .vacancy-search__list-container.active .clear-all__container {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset
    }
}

.vacancy-search__list [type="checkbox"].children {
    margin-right: 26px
}

.vacancy-search__list [type="checkbox"]:checked {
    position: relative
}

.vacancy-search__list [type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/checkbox-checked.svg") no-repeat center;
    background-size: 15px 11px
}
.vacancy-search__list li {
    list-style: none
}

.vacancy-search__list li:not(:first-child) {
    margin-top: 10px
}

.vacancy-search__list li .li-label {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .vacancy-search__list li .li-label {
        font-size: 13px
    }
}

.vacancy-search__list li .li-label span {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: calc(100% - 39px)
}

.vacancy-search__list-view {
    position: relative;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .vacancy-search__list-view.last {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
        margin-bottom: 0
    }
}
.vacancy-search__list-view.active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vacancy-search__list-title {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .vacancy-search .mobile-filter {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .vacancy-search .mobile-filter {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 0;
        margin-top: 10px
    }
}

@media screen and (max-width: 1024px) {
    .vacancy-search .mobile-filter__button {
        color: #fff;
        font-size: 15px;
        font-family: "HelveticaNeueCyrRoman", sans-serif;
        padding-left: 55px;
        position: relative;
        min-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: unset
    }
}

@media screen and (max-width: 1024px) {
    .vacancy-search .mobile-filter__button::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 25px;
        left: 20px;
        top: 0;
        background: url("../../../img/filter_white.svg") no-repeat center right;
        background-size: contain
    }
}

@media screen and (max-width: 1024px) {
    .vacancy-search__filter-container .mobile-filter-title {
        font-size: 24px;
        font-family: "HelveticaNeueCyrBlack", sans-serif;
        color: #161150;
        text-transform: uppercase;
        margin-top: 50px;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1025px) {
    .vacancy-search__filter-container .mobile-filter-title {
        display: none
    }
}

@media screen and (min-width: 1025px) {
    .vacancy-search .close-container {
        display: none
    }

    .vacancy-search .close-button {
        display: none
    }
}

.vacancy-content__title {
    font-size: 35px;
    font-family: "HelveticaNeueCyrBlack", sans-serif;
    color: #161150;
    line-height: 1.2;
    position: relative;
    width: calc(100% - 40px);
    max-width: 1682px;
    margin: 93px auto 51px auto;
    padding-left: 30px;
    padding-top: 15px;
    z-index: 0
}

.vacancy-content__title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    border-radius: 150px;
    background: #ee2b7d;
    z-index: -1
}
.vacancy-content__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -22px;
    padding: 0 11px
}

@media screen and (max-width: 1600px) {
    .vacancy-content__items {
        margin: 0 -19px
    }
}

@media screen and (max-width: 1600px) {
    .vacancy-content__items {
        margin: 0 -19px
    }
}

@media screen and (max-width: 700px) {
    .vacancy-content__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media screen and (max-width: 320px) {
    .vacancy-content__items {
        margin: 0 -30px
    }
}

.vacancy-content__item {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(40, 59, 109, 0.4);
    box-shadow: 0 4px 10px 0 rgba(40, 59, 109, 0.4);
    max-width: 355px;
    width: calc(25% - 72px);
    min-width: 237px;
    height: 324px;
    padding: 25px 26px 22px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 11px
}

@media screen and (max-width: 1440px) {
    .vacancy-content__item {
        height: 364px
    }
}

@media screen and (max-width: 1024px) {
    .vacancy-content__item {
        width: calc(50% - 72px);
        max-width: 100%
    }
}

@media screen and (max-width: 768px) {
    .vacancy-content__item {
        width: calc(50% - 72px)
    }
}

@media screen and (max-width: 700px) {
    .vacancy-content__item {
        width: calc(100% - 72px)
    }
}

.vacancy-content__item-title {
    font-size: 22px;
    font-family: "HelveticaNeueCyrBlack", sans-serif;
    color: #161150;
    line-height: 1.2;
    margin-bottom: 35px
}

.vacancy-content__item-image {
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.vacancy-content__item-image-container {
    height: 50px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vacancy-content .read-more {
    font-size: 12px;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    color: #ee2b7d;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    cursor: pointer;
    margin: auto 0 0 0;
    text-align: right;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    padding-right: 15px
}

.vacancy-content .read-more:before {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    height: 15px;
    width: 9px;
    background: url("../../../img/arrow_pink_small1.svg") no-repeat center;
    background-size: 9px 15px;
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.vacancy-content .read-more:after {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    height: 15px;
    width: 9px;
    background: url("../../../img/light_gray_arrow.svg") no-repeat center;
    background-size: 9px 15px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.vacancy-content .read-more:hover {
    color: #ccd0e0
}

.vacancy-content .read-more:hover:before {
    opacity: 0
}

.vacancy-content .read-more:hover:after {
    opacity: 1
}

.vacancy-content__pagination {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 58px auto 71px auto
}

.vacancy-content__pagination .span-link, .vacancy-content__pagination .current, .vacancy-content__pagination .dots {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(40, 59, 109, 0.4);
    box-shadow: 0 1px 6px 0 rgba(40, 59, 109, 0.4);
    width: 35px;
    height: 35px;
    color: #9099be;
    margin: 7px;
    font-size: 16px;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.vacancy-content__pagination .span-link {
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.vacancy-content__pagination .span-link:hover {
    color: #161150;
    -webkit-box-shadow: 0 1px 14px 0 rgba(40, 59, 109, 0.4);
    box-shadow: 0 1px 14px 0 rgba(40, 59, 109, 0.4)
}

.vacancy-content__pagination .current {
    color: #161150
}

.vacancy-content__pagination .row {
    position: relative
}

.vacancy-content__pagination .row:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../../../img/arrow_pink_small1.svg") no-repeat center;
    background-size: 9px 15px
}

.vacancy-content__pagination .row.prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.list-experience__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-experience__item:not(:last-child) {
    margin-bottom: 14px
}

.list-experience__ico {
    height: 26px;
    margin-right: 16px;
    width: 26px;
    position: relative
}

.list-experience__ico:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain
}

.list-experience__ico.technologies:before {
    background: url("../../../img/skills.svg") no-repeat center
}

.list-experience__ico.type:before {
    background: url("../../../img/type.svg") no-repeat center
}

.list-experience__ico.location:before {
    background: url("../../../img/placeholder.svg") no-repeat center
}

.list-experience__text {
    font-size: 16px;
    font-family: "HelveticaNeueCyrRoman", sans-serif;
    color: #9099be;
    line-height: 1.625;
    width: calc(100% - 42px)
}

.cv-container {
    background: -o-linear-gradient(18deg, #110f41 0%, #26084a 100%);
    background: linear-gradient(72deg, #110f41 0%, #26084a 100%);
    height: 315px;
    width: 100%;
    margin-bottom: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 700px) {
    .cv-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 30px 20px
    }
}

@media screen and (max-width: 800px) {
    .cv-container {
        height: auto;
        padding: 30px 0
    }
}

.cv-container__image {
    height: 240px;
    margin-right: 80px;
    max-width: calc(100% - 580px)
}

@media screen and (max-width: 768px) {
    .cv-container__image {
        margin-right: 20px
    }
}

@media screen and (max-width: 700px) {
    .cv-container__image {
        width: 70%;
        max-width: unset;
        margin-right: 0;
        height: unset
    }
}

.cv-container__text {
    font-size: 24px;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    color: #fff;
    line-height: 1.417;
    width: 500px;
    max-width: 100%;
    display: block;
    padding-bottom: 30px
}

@media screen and (max-width: 700px) {
    .cv-container__text {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 700px) {
    .cv-container__text-container {
        max-width: calc(100% - 40px);
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cv-container__text-button {
    font-size: 16px;
    font-family: "HelveticaNeueCyrRoman", sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 13.8px 25px
}

.vacancy-error__search-result {
    font-size: 16px;
    color: #9099be;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    max-width: calc(100vw - 40px);
    margin: 0 auto 0 auto;
    width: 100%
}

.closed-cv {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer
}

.closed-cv__figure {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.closed-cv__figure:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 100%;
    background: #ee2b7d;
    border-radius: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.closed-cv__figure:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 100%;
    background: #ee2b7d;
    border-radius: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.popup-cv, .banner-cv {
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 102;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

@media screen and (min-width: 1024px) {
    .popup-cv.simple form, .banner-cv.simple form {
        overflow: hidden
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
    .popup-cv.simple form, .banner-cv.simple form {
        overflow: hidden
    }
}

@media screen and (max-width: 768px) and (max-height: 1024px) {
    .popup-cv.simple form, .banner-cv.simple form {
        overflow: hidden
    }
}

@media screen and (max-width: 1024px) and (max-height: 1366px) {
    .popup-cv.simple form, .banner-cv.simple form {
        overflow: hidden
    }
}

.popup-cv.active, .banner-cv.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup-cv.content .wpcf7-form, .banner-cv.content .wpcf7-form {
    margin-top: 64px
}

.popup-cv__container, .banner-cv__container {
    background: #fff;
    padding: 30px 38.5px 71px 38.5px;
    z-index: 2;
    position: relative;
    max-height: calc(100vh - 95px)
}

@media screen and (max-width: 700px) {
    .popup-cv__container, .banner-cv__container {
        padding: 28px 10px 67px 10px;
        max-width: calc(100% - 20px)
    }
}

.popup-cv__container .wpcf7, .banner-cv__container .wpcf7 {
    max-width: 640px
}

.popup-cv__title, .banner-cv__title {
    font-size: 36px;
    font-family: "BloggerSans", sans-serif;
    color: #2c3c60;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 63px;
    display: block;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 20px;
    padding-top: 15px;
    max-width: calc(100% - 20px);
    z-index: 0
}

.popup-cv__title::before, .banner-cv__title::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #ee2b7d;
    border-radius: 150px;
    height: 15px;
    width: 15px
}

.popup-cv .background-cv, .banner-cv .background-cv {
    opacity: 0.749;
    position: absolute;
    left: 0;
    top: 0;
    background: #110f41;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: pointer
}

.popup-cv__input, .banner-cv__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 1024px) {
    .popup-cv__input, .banner-cv__input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.popup-cv__input > label, .banner-cv__input > label {
    width: 100%
}

.popup-cv__input > p, .banner-cv__input > p {
    max-width: 310px
}

@media screen and (max-width: 1024px) {
    .popup-cv__input > p, .banner-cv__input > p {
        max-width: 100%;
        width: 100%
    }

    .popup-cv__input > p .wpcf7-email, .banner-cv__input > p .wpcf7-email {
        margin-top: 20px
    }
}

.popup-cv__input input, .popup-cv__input textarea, .banner-cv__input input, .banner-cv__input textarea {
    font-size: 20px;
    font-family: "Clear Sans", sans-serif;
    color: #465680;
    background: #fff;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #465680;
    width: 100%;
    outline: 0;
    line-height: 1.4
}

.popup-cv__input input::-webkit-input-placeholder, .popup-cv__input textarea::-webkit-input-placeholder, .banner-cv__input input::-webkit-input-placeholder, .banner-cv__input textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Clear Sans", sans-serif;
    color: #465680;
    text-transform: uppercase;
    line-height: 1.2
}

.popup-cv__input input::-moz-placeholder, .popup-cv__input textarea::-moz-placeholder, .banner-cv__input input::-moz-placeholder, .banner-cv__input textarea::-moz-placeholder {
    font-size: 16px;
    font-family: "Clear Sans", sans-serif;
    color: #465680;
    text-transform: uppercase;
    line-height: 1.2
}

.popup-cv__input input:-ms-input-placeholder, .popup-cv__input textarea:-ms-input-placeholder, .banner-cv__input input:-ms-input-placeholder, .banner-cv__input textarea:-ms-input-placeholder {
    font-size: 16px;
    font-family: "Clear Sans", sans-serif;
    color: #465680;
    text-transform: uppercase;
    line-height: 1.2
}

.popup-cv__input input::-ms-input-placeholder, .popup-cv__input textarea::-ms-input-placeholder, .banner-cv__input input::-ms-input-placeholder, .banner-cv__input textarea::-ms-input-placeholder {
    font-size: 16px;
    font-family: "Clear Sans", sans-serif;
    color: #465680;
    text-transform: uppercase;
    line-height: 1.2
}

.popup-cv__input input::placeholder, .popup-cv__input textarea::placeholder, .banner-cv__input input::placeholder, .banner-cv__input textarea::placeholder {
    font-size: 16px;
    font-family: "Clear Sans", sans-serif;
    color: #465680;
    text-transform: uppercase;
    line-height: 1.2
}

.popup-cv__input textarea, .banner-cv__input textarea {
    height: 75px !important;
    min-height: 75px !important;
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    resize: none
}

.popup-cv .title_DAD, .banner-cv .title_DAD {
    font-size: 18px;
    font-family: "ClearSans", sans-serif;
    color: #283b6d;
    line-height: 1.2;
    margin-bottom: 32px;
    margin-top: 65px
}

.popup-cv .TitleDAD, .banner-cv .TitleDAD {
    font-size: 20px;
    font-family: "ClearSans", sans-serif;
    color: #465680;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    cursor: pointer
}

@media screen and (max-width: 1024px) {
    .popup-cv .TitleDAD, .banner-cv .TitleDAD {
        font-size: 18px
    }
}

@media screen and (max-width: 700px) {
    .popup-cv .TitleDAD, .banner-cv .TitleDAD {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.popup-cv .DAD_label, .banner-cv .DAD_label {
    width: calc(100% - 44px);
    border-width: 2px;
    border-color: #a4a5c9;
    border-style: dashed;
    border-radius: 10px;
    outline: 0;
    min-height: 30px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-cv .DAD_label .wpcf7-not-valid, .banner-cv .DAD_label .wpcf7-not-valid {
    border-color: #ee2b7d
}

.popup-cv .DAD_label .wpcf7-not-valid .TitleDAD, .banner-cv .DAD_label .wpcf7-not-valid .TitleDAD {
    color: #ee2b7d
}

.popup-cv .wpcf7-not-valid-tip, .banner-cv .wpcf7-not-valid-tip {
    font-size: 14px;
    color: #ee2b7d
}

.popup-cv .wpcf7-validation-errors, .banner-cv .wpcf7-validation-errors {
    color: #ee2b7d
}

.popup-cv .file-3866, .banner-cv .file-3866 {
    opacity: 0
}

.popup-cv .TitleDAD_bold, .banner-cv .TitleDAD_bold {
    font-weight: bold
}

.popup-cv .wpcf7-form p, .banner-cv .wpcf7-form p {
    position: relative
}

.popup-cv__DAD, .banner-cv__DAD {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup-cv__button-container, .banner-cv__button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 700px) {
    .popup-cv__button-container, .banner-cv__button-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.popup-cv__button-container > p, .banner-cv__button-container > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-cv__button-text, .banner-cv__button-text {
    font-size: 14px;
    font-family: "Clear Sans", sans-serif;
    color: #465680;
    font-weight: bold;
    line-height: 1.2
}

@media screen and (max-width: 700px) {
    .popup-cv__button-text, .banner-cv__button-text {
        text-align: center
    }
}

.popup-cv .wpcf7-validation-errors, .banner-cv .wpcf7-validation-errors {
    color: #ee2b7d
}

.popup-cv .CareerSinglePage_DADCF7 .wpcf7-form p .DAD_label.errorTypeFile::after, .banner-cv .CareerSinglePage_DADCF7 .wpcf7-form p .DAD_label.errorTypeFile::after {
    position: absolute;
    content: 'Types supported files only .pdf, .doc, .docx';
    font-size: 12px;
    font-family: "Clear Sans", sans-serif;
    color: #ee2b7d;
    bottom: 5px;
    right: 5px;
    z-index: 0
}

.popup-cv form .wpcf7-submit, .banner-cv form .wpcf7-submit {
    margin-left: auto;
    min-width: 175px
}

@media screen and (max-width: 700px) {
    .popup-cv form .wpcf7-submit, .banner-cv form .wpcf7-submit {
        margin-left: unset;
        margin-top: 15px
    }
}

.custom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 640px;
    overflow: auto;
    max-height: calc(100vh - 135px);
    margin-top: 64px;
    padding: 0 36.5px
}

@media screen and (max-width: 700px) {
    .custom-content {
        padding: 0
    }
}

.custom-content__description {
    font-size: 16px;
    color: #161150;
    line-height: 1.2;
    margin-bottom: 19.6px;
    display: block
}

.custom-content__title {
    font-size: 36px;
    font-family: "HelveticaNeueCyrBlack", sans-serif;
    color: #161150;
    line-height: 1.2;
    display: block;
    margin-bottom: 56px
}

.custom-content__description-text {
    font-family: "HelveticaNeueCyrRoman", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 19.6px
}

.custom-content__description-text-name {
    margin-right: 5px
}

.custom-content__description-title {
    font-family: "HelveticaNeueCyrBold", sans-serif;
    text-transform: uppercase
}

.custom-content__wysiwyg li {
    font-family: "HelveticaNeueCyrRoman", sans-serif;
    text-transform: unset;
    font-size: 16px;
    margin-top: 19.6px;
    padding-left: 22px;
    position: relative;
    list-style: none
}

.custom-content__wysiwyg li:before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    background: #ee2b7d;
    left: 0;
    border-radius: 50px;
    top: calc(50% - 4px)
}

.custom-content__wysiwyg p {
    font-family: "HelveticaNeueCyrRoman", sans-serif;
    text-transform: unset;
    font-size: 16px;
    margin-top: 19.6px
}

.custom-content .content__description-link {
    color: #ee2b7d;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom-content .content__description-link-img {
    height: 30px;
    margin-left: 5px;
    margin-right: 9px
}

.df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

@media screen and (min-width: 1025px) {
    .scrolling {
        scrollbar-color: #9099be #eef4fc;
        scrollbar-width: thin
    }

    .scrolling::-webkit-scrollbar {
        width: 8px;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .scrolling::-webkit-scrollbar-track {
        background: #eef4fc;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .scrolling::-webkit-scrollbar-thumb {
        background: #9099be;
        border-radius: 100px
    }

    #wpcf7-f4913-o3 .wpcf7-form, #wpcf7-f4912-o2 .wpcf7-form {
        width: 100%;
        overflow: hidden
    }
}

.errorTypeFile:after {
    content: 'Types supported files only .pdf, .doc, .docx';
    position: absolute;
    font-size: 12px;
    font-family: "Clear Sans", sans-serif;
    color: #ee2b7d;
    bottom: 5px;
    right: 5px;
    z-index: 0
}

.maxSize5MB:after {
    content: 'Max file size 2MB';
    position: absolute;
    font-size: 12px;
    font-family: "Clear Sans", sans-serif;
    color: #ee2b7d;
    bottom: 5px;
    right: 5px;
    z-index: 0
}

.DAD_label.alert {
    border-color: #ee2b7d
}

.DAD_label.alert .TitleDAD {
    color: #ee2b7d
}

.count::after {
    position: absolute;
    content: '';
    font-size: 14px;
    font-family: "Clear Sans", sans-serif;
    color: #465680;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    width: calc(100% - 10px);
    text-align: center;
    font-weight: bold
}

@media screen and (max-width: 1024px) {
    .count::after {
        bottom: 2px
    }
}

body > .app {
    padding-top: 95px;
    background: #eff0f6
}

@media screen and (max-width: 1024px) {
    body > .app {
        padding-top: 65px
    }
}

@media screen and (max-width: 768px) {
    body > .app {
        padding-top: 55px
    }
}

@media screen and (max-width: 700px) {
    .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1457 {
        z-index: 0
    }
}

.footer {
    z-index: 100
}

.banner-cv-view {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #250849;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 40px);
    padding: 10px 20px;
    z-index: 101;
    min-height: 50px
}

@media screen and (max-width: 768px) {
    .banner-cv-view {
        z-index: 101;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 700px) {
    .banner-cv-view {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.banner-cv-view__text {
    font-size: 17px;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    color: #fff
}

@media screen and (max-width: 700px) {
    .banner-cv-view__text {
        text-align: center
    }
}

.banner-cv-view__button {
    padding: 10.5px 30px;
    margin-left: 35px;
    font-size: 16px;
    font-family: "Clear Sans", sans-serif;
    color: #fefefe;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2
}

@media screen and (max-width: 768px) {
    .banner-cv-view__button {
        margin-top: 10px
    }
}

@media screen and (max-width: 700px) {
    .banner-cv-view__button {
        margin-top: 10px;
        margin-left: unset
    }
}

.bannerThx, .bannerThxUa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999992;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bannerThx.active, .bannerThxUa.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bannerThx h2, .bannerThxUa h2 {
    font-size: 36px;
    font-family: "BloggerSans", sans-serif;
    color: #2c3c60;
    font-weight: bold;
    line-height: 1.2
}

.bannerThx .thank-you__image, .bannerThxUa .thank-you__image {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bannerThx .thank-you__image img, .bannerThxUa .thank-you__image img {
    max-width: 426px;
    width: 100%
}

.banner-cv {
    position: fixed;
    left: 0;
    top: 100vh;
    width: 100vw;
    height: 100vh;
    z-index: 999991;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eff0f6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.banner-cv__list-title {
    font-size: 12px;
    font-family: "HelveticaNeueCyr", sans-serif;
    color: #9099be;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.667;
    border-bottom: 1px solid #9099be;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 250px
}

.banner-cv__list-title:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 3px;
    width: 12px;
    height: 3px;
    border-radius: 150px;
    background: #f2349f;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.banner-cv__list-title:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 3px;
    width: 12px;
    height: 3px;
    border-radius: 150px;
    background: #f2349f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.banner-cv__list-title.active {
    color: #161150
}

.banner-cv__list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 6px 7px 0 rgba(17, 15, 65, 0.35);
    box-shadow: 0 6px 7px 0 rgba(17, 15, 65, 0.35);
    z-index: 9;
    display: none;
    padding: 0 8px 13px 8px;
    background: #fff;
    width: calc(100% - 16px)
}

.banner-cv__list-container-scrolling {
    overflow-y: auto;
    max-height: 200px;
    margin-right: 0
}

.banner-cv__list-container.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-cv__list-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    z-index: 0;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%
}

.banner-cv__list-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.banner-cv__list-text {
    font-size: 12px;
    font-family: "HelveticaNeueCyr", sans-serif;
    color: #161150;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: block
}
.banner-cv .wpcf7-mail-sent-ok {
    display: none !important
}

.banner-cv input {
    outline: 0
}

.banner-cv.active {
    top: 0
}

.banner-cv .scrolling-container {
    overflow-y: auto;
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100% - 40px);
    padding: 0 8px;
    margin-top: 25px
}

@media screen and (max-width: 700px) {
    .banner-cv .scrolling-container {
        max-width: calc(100% - 10px);
        padding: 0 5px
    }
}

@media screen and (min-width: 701px) {
    .banner-cv .scrolling-container::-webkit-scrollbar {
        width: 5px;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }
}

.banner-cv .pink-button {
    margin: 30px 0 0 auto;
    display: block
}

.banner-cv .container-close {
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner-cv .container-close .close-item {
    position: relative;
    height: 25px;
    width: 25px;
    cursor: pointer
}

.banner-cv .container-close .close-item:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 3px;
    left: calc(calc(50% - 17px));
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f1349f;
    border-radius: 150px
}

.banner-cv .container-close .close-item:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 3px;
    left: calc(calc(50% - 17px));
    top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #f1349f;
    border-radius: 150px
}

.banner-cv .tab-nav {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 738px
}

.banner-cv .tab-nav__item {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #9099be;
    margin-right: 4px;
    cursor: pointer;
    font-size: 11px;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    text-transform: uppercase
}

.banner-cv .tab-nav__item.active {
    background-color: #fff;
    color: #161150;
    cursor: default
}

.banner-cv [data-default-value] {
    color: #9099be
}

.banner-cv__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 45px 36px 30px 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    max-width: 640px;
    max-height: unset;
    z-index: 0
}

.banner-cv__container.list-not-active {
    position: relative
}

.banner-cv__container.list-not-active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.banner-cv__container.list-not-active .item-var:first-child {
    z-index: 2
}

.banner-cv__container.list-not-active .item-var:not(:first-child) {
    opacity: 0.5;
    z-index: 0
}

.banner-cv__container.active {
    z-index: 9
}

.banner-cv__container.active .item-var {
    z-index: 2 !important;
    opacity: 1 !important
}

.banner-cv__container.active .item-var:first-child {
    z-index: 3 !important
}

.banner-cv__container.active .item-var .label-radio-button .banner-cv__list-title {
    color: #161150 !important
}

@media screen and (max-width: 700px) {
    .banner-cv__container {
        padding: 5px 10px 30px 10px;
        width: calc(100% - 20px)
    }
}

@media screen and (max-width: 700px) {
    .banner-cv__container.contact-info {
        padding-top: 30px
    }
}

.banner-cv__container.contact-info .banner-cv__string:not(:last-child) {
    margin-bottom: 28.4px
}

.banner-cv .wpcf7-form {
    position: relative;
    background: #fff
}

.banner-cv .title_DAD {
    margin-top: 0
}

.banner-cv__lang {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    display: none
}

.banner-cv__lang.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.banner-cv .banner-title {
    font-size: 32px;
    font-family: "HelveticaNeueCyrBlack", sans-serif;
    color: #161150;
    line-height: 1.2
}

@media screen and (max-width: 700px) {
    .banner-cv .banner-title {
        padding-top: 50px;
        font-size: 28px
    }
}

.banner-cv .banner-description {
    font-size: 16px;
    font-family: "HelveticaNeueCyrRoman", sans-serif;
    color: #161150;
    line-height: 1.2;
    padding-top: 25px
}

.banner-cv .input-style {
    outline: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #9099be;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #161150;
    width: 100%
}

.banner-cv__string {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

.banner-cv__string-count {
    font-size: 13px;
    font-family: "HelveticaNeueCyrBlack", sans-serif;
    color: #161150;
    line-height: 1.2;
    width: 32px;
    min-width: 32px
}

.banner-cv__string-title {
    font-size: 13px;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    color: #161150;
    font-weight: bold;
    line-height: 1.2;
    padding-right: 6px
}

.banner-cv__string .banner-cv__string-title {
    white-space: nowrap
}

.banner-cv .string-title__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-transform: uppercase
}

.banner-cv .string-title__container:not(:first-child) {
    margin-top: 25.4px
}

.banner-cv [type="text"], .banner-cv [type="email"] {
    font-size: 14px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyrBold", sans-serif
}

.banner-cv .input-container {
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    position: relative;
    max-width: calc(100% - 30px)
}

.banner-cv .input-container .banner-cv__string-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-cv .input-container [type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    background-color: #eff0f6;
    width: 23px;
    min-width: 23px;
    height: 23px;
    margin-right: 14px;
    position: relative;
    cursor: pointer
}

.banner-cv .input-container [type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url("../../../img/chek_ico.svg") no-repeat center;
    background-size: 15px 12px
}

.banner-cv .input-container [type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 150px;
    background-color: #eff0f6;
    width: 23px;
    min-width: 23px;
    height: 23px;
    position: relative;
    margin-right: 14px;
    cursor: pointer
}

.banner-cv .input-container [type="radio"]:checked::before {
    content: '';
    position: absolute;
    left: calc(50% - 6.5px);
    top: calc(50% - 6.5px);
    height: 13px;
    width: 13px;
    background-color: #f2349f;
    border-radius: 150px
}

.banner-cv .item-var {
    margin-top: 25px;
    width: 100%
}

.banner-cv .label-string {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 30px);
    -ms-flex-line-pack: center;
    align-content: center
}

.banner-cv .label-string .input-style {
    margin-top: 10px
}

.elementHidden {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0
}

.elementHidden + [role="alert"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0
}

.app .footer .col {
    color: #fff
}

.footer {
    padding-bottom: 50px !important
}

@media screen and (max-width: 700px) {
    .footer {
        padding-bottom: 90px !important
    }
}

@media screen and (max-width: 320px) {
    .footer {
        padding-bottom: 100px !important
    }
}

.tech-tools {
    font-size: 12px;
    font-family: "HelveticaNeueCyrBold", sans-serif;
    color: #ee2b7d;
    text-transform: uppercase;
    line-height: 1.2;
    display: none;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer
}

.tech-tools.active {
    display: block
}

.mt24 {
    margin-top: 24px !important
}

.mt30 {
    margin-top: 30px !important
}

.mb7 {
    margin-bottom: 7px !important
}

.zIndex999 {
    z-index: 999 !important
}

.tf-popup_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tf-popup_container [data-tf-popup] {
    all: unset;
    font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: #ee2b7d;
    color: #FFFFFF;
    font-size: 26px;
    border-radius: 40px;
    padding: 0 53px;
    font-weight: bold;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    margin: 24px 0;
    text-decoration: none
}
