@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.air-conteiner {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    z-index: -100;
    position: fixed;
    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;
    left: 0;
    top: 0;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    opacity: 0
}

.air-conteiner_active {
    z-index: 99999;
    background: rgba(0, 0, 0, .7);
    opacity: 1
}

.air-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -50px;
    top: -50px;
    z-index: 555;
    cursor: pointer;
    background: url(https://i.ibb.co/x21fyFk/close-icg.png) no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.air-close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popup-air {
    position: absolute;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    -webkit-transform: translateY(100vh) scale(.4) skew(30deg, 20deg);
    -ms-transform: translateY(100vh) scale(.4) skew(30deg, 20deg);
    transform: translateY(100vh) scale(.4) skew(30deg, 20deg);
    opacity: 0
}

.air-popup_active {
    -webkit-transform: translateY(0) scale(1) skew(0deg, 0deg);
    -ms-transform: translateY(0) scale(1) skew(0deg, 0deg);
    transform: translateY(0) scale(1) skew(0deg, 0deg);
    opacity: 1
}

.slider-wrapper-gg {
    max-width: 1200px
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.container {
    max-width: 1140px;
    margin: 0 auto
}

.main_btn {
    background: #ffea00;
    border: 2px solid #ffea00;
    border-radius: 28.5px;
    color: #3d3d3d;
    text-align: center;
    font-weight: 600;
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer;
    padding: 15px 41px;
    font-size: 20px
}

.main_btn:hover {
    background: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.visa {
    padding: 100px 0 60px 0
}

.history,
.migration_programs,
.news,
.pair,
.post_slider_section,
.reviews,
.smi,
.stage,
.university,
.usa_visa,
.work_form {
    padding: 100px 0
}

.props,
.team,
.vac,
.video,
.work {
    padding: 100px 0;
    background: #242424;
    color: #fff
}

.programs,
.reviews_black,
.stage_black {
    padding: 100px 0;
    background: #242424
}

.about,
.contacts,
.main_news,
.main_reviews,
.tourism {
    padding: 0 0 100px 0
}

.main_title {
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif
}

.main_line {
    width: 111px;
    height: 2px;
    background: #ffea00;
    margin: 35px 0 60px 0
}

@media only screen and (min-width:768px) {
    .__body_up_btn:hover {
        background: #fff;
        border: 1px solid #3d3d3d;
        color: #3d3d3d;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .usa_link:hover {
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__body_up_nav ul li a:hover {
        background: #3d3d3d;
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__body_up_social:hover {
        border: 1px solid #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__body_down_nav ul li a:hover {
        background: #ffea00;
        border: 1px solid #3d3d3d;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__social_item:hover a,
    .work_social_item:hover {
        border: 1px solid #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .footer_nav ul li a:hover {
        color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .footer_contact_link:hover,
    .footer_contact_text:hover {
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .contacts_item_adress:hover,
    .contacts_item_link:hover {
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .riviews_btn:hover {
        background: #fff !important;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #3d3d3d !important
    }
    .presentation_link:hover {
        border-bottom: 1px solid #3d3d3d
    }
    .__body_down_phone:hover {
        border: 1px solid #000;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .smi_info_btn:hover {
        background: #fff;
        color: #3d3d3d;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .head_slider .slick-arrow.slick-next:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .direction_slider_item:hover .direction_slider_img>img,
    .news_item_img img:hover,
    .smi_item_img img:hover,
    .tourism_item_big:hover .tourism_item_img img,
    .university_slider_item:hover .university_slider_img img,
    .vac_slider_item:hover .vac_slider_img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__info_btn_text:hover {
        color: #3d3d3d;
        margin: 0 25px 0 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .tourism_list_item:hover {
        color: rgba(61, 61, 61, .8);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .news_info_title a:hover,
    .smi_info_title a:hover {
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .video_play_btn img:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .tourism_item:hover {
        background: #3d3d3d;
        color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .tourism_item:hover p {
        color: #fff
    }
    .tourism_item:hover .tourism_list_item:hover .__list_item_text {
        color: #ffea00 !important
    }
    .__sitebar_direction_item:hover .__direction_item_text,
    .work_form_item a:hover {
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .team_slider_item:hover .team_slider_info {
        max-height: 240px;
        -webkit-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
        background: -o-linear-gradient(top, rgba(41, 47, 69, .5) 0, #292f45 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, .5)), to(#292f45));
        background: linear-gradient(180deg, rgba(41, 47, 69, .5) 0, #292f45 100%);
        border-radius: 0 0 15px 15px
    }
    .team_slider_item:hover .team_slider_text {
        opacity: 1
    }
    .team_info_title:hover {
        color: #ffea00;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    .video_item:hover .video_item_img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__mobile_social_item:hover {
        border: 1px solid #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__mobile_link_direction:hover,
    .__mobile_link_nav:hover {
        border-bottom: 1px solid #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .15))
}

.header_body_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    max-height: 70px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header_body_up.__body_up {
    max-height: 0;
    opacity: 0
}

.__body_up_btns,
.__body_up_list,
.__body_up_socials,
.__up_geo_item,
.body_down_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.__body_up_btn {
    width: 120px;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border: 1px solid #3d3d3d;
    border-radius: 100px;
    padding: 6px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #3d3d3d
}

.__body_up_btn:first-child {
    margin: 0 15px 0 0
}

.__body_up_nav ul li a {
    line-height: 20px;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 5px 10px;
    border-radius: 21px;
    transition: all .3s ease
}

.__body_up_list li {
    margin: 0 15px 0 0
}

.__body_up_list li:last-child {
    margin: 0
}

.__body_up_social {
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    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;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 100px;
    border-radius: 1px solid #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #3d3d3d
}

.__body_up_social img {
    width: 18px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.__body_up_social:last-child {
    margin: 0
}

.header_body_down {
    border-top: 1px solid #efefef;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.__body_down_logo {
    display: block;
    width: 121px
}

.__body_down_logo svg {
    width: 100%;
    height: auto
}

.__body_down_logo svg path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.body_down_list li {
    margin: 0 20px 0 0
}

.body_down_list li:last-child {
    margin: 0
}

.__body_down_nav ul li a {
    font-weight: 500;
    font-size: 20px;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 9px 28px;
    border-radius: 21px;
    border: 1px solid #fff
}

.__body_down_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3d3d3d;
    background: #ffea00;
    border: 1px solid #ffea00;
    border-radius: 22px;
    padding: 8px 22px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: pulse 2s ease-in-out infinite;
    animation: pulse 2s ease-in-out infinite
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.__down_phone_text {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 0 9px
}

.__body_up_geo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.__geo_item_pin {
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0
}

.__geo_item_pin img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.__mobile_social_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.__mobile_social_item {
    width: 30px;
    height: 30px;
    margin: 0 0 0 15px;
    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;
    border-radius: 100px;
    border: 1px solid #444856;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #444856
}

.__mobile_social_item img {
    width: 18px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.header.active .__body_down_phone {
    margin-top: -200px
}

.header.active .header_mobile {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block
}

.header.active .__body_down_logo svg path {
    fill: #fff;
    stroke: #fff
}

.header.active .header_burger span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.header.active .header_burger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    background: #fff
}

.header.active .header_burger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
    background: #fff
}

.header_burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.header_burger.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px
}

.header_burger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px
}

.header_content {
    position: relative;
    z-index: 10
}

.header_mobile {
    display: none;
    position: fixed;
    padding: 80px 0 0 0;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
    width: 100%;
    height: 100vh;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #242424;
    z-index: 5;
    overflow: auto
}

.header_mobile_item {
    width: 100%;
    padding: 0 20px
}

.header_mobile_geo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .21)
}

.header_mobile_geo select {
    background: #242424;
    border: none;
    font-weight: 400;
    font-size: 24px;
    color: #fff
}

.header_mobile_direction {
    border-top: 1px solid rgba(255, 255, 255, .21);
    border-bottom: 1px solid rgba(255, 255, 255, .21);
    padding: 20px 0;
    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
}

.__mobile_title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #ffea00;
    margin: 0 0 20px 0
}

.body_down_list__serices li {
    margin: 0 0 14px
}

.body_down_list__serices li:last-child {
    margin: 0
}

.body_down_list__serices li a {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #232323;
    text-align: center
}

.header_mobile_nav {
    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;
    padding: 20px 0
}

.header_mobile_nav__ul li {
    margin: 0 0 14px 0
}

.header_mobile_nav__ul li:last-child {
    margin: 0
}

.header_mobile_nav__ul li a {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #232323;
    text-align: center
}

.__mobile_links,
.__mobile_wrapper {
    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
}

.__mobile_phone_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #ffea00;
    margin: 0 55px 0 0;
    border-radius: 22px;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease
}

.__mobile_phone_img {
    width: 17px;
    height: 17px
}

.__mobile_phone_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.__mobile_phone_text {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin: 0 0 0 10px
}

.__mobile_links {
    padding: 35px 0 55px 0
}

.mobile_link {
    width: 190px;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
    border-radius: 17.5px;
    padding: 10px 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mobile_link:first-child {
    margin: 0 10px 0 0
}

.mobile_link:last-child {
    margin: 0 0 0 10px
}

.header_burger {
    display: none
}

.header_mobile_geo .select {
    color: #fff !important;
    background: #242424 !important;
    padding: 10px 60px !important
}

.header_mobile_geo .select-styled {
    color: #fff !important;
    background: #242424 !important
}

.header_mobile_geo .select-styled::after {
    background: url(../img/_src/svg/select_arrow_white.svg);
    background-size: cover
}

.header_mobile_geo .select-options {
    background: #242424
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding: 10px 35px !important;
    color: #444856 !important;
    width: 90px !important;
    height: 50px;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 15px 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select-styled:after {
    content: "";
    width: 16px;
    height: 13px;
    background: url(../img/_src/svg/geo_arrow_down.svg);
    background-size: cover;
    position: absolute;
    top: 16px;
    right: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.select-styled.active:after,
.select-styled:active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: -35px;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #3d3d3d;
    width: 140px
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in
}

.select-options li:last-child {
    border-radius: 0 0 15px 15px
}

.select-options li.is-selected,
.select-options li:hover {
    background: #c9c9c9
}

.select-options li[rel=hide] {
    display: none
}

.contacts_item_info .select-options {
    width: 170px !important;
    left: 0 !important
}

.header_mobile_geo .select-options {
    width: 150px;
    right: 0
}

@media only screen and (max-height:800px) {
    .__mobile_title {
        margin: 0 0 15px 0
    }
    .__mobile_link_direction,
    .__mobile_link_nav {
        margin: 0 0 9px 0;
        font-size: 16px
    }
    .__mobile_links {
        padding: 20px 0 30px 0
    }
}

@media only screen and (max-width:1100px) {
    .__body_up_list li {
        margin: 0 5px 0 0
    }
    .header_body_down {
        border-top: none
    }
}

@media only screen and (max-width:1000px) {
    .__body_down_nav,
    .header_body_up {
        display: none
    }
    .header_burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3
    }
    .header_burger span {
        position: absolute;
        background-color: #000;
        right: 0;
        width: 70%;
        height: 3px;
        top: 9px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        border-radius: 2px
    }
    .header_burger:after,
    .header_burger:before {
        content: "";
        background-color: #000;
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        border-radius: 2px
    }
    .header_burger:before {
        top: 0
    }
    .header_burger:after {
        bottom: 0
    }
    .header_burger.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    .header_burger.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px
    }
    .header_burger.active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 9px
    }
}

@media only screen and (max-width:580px) {
    .header_mobile_direction,
    .header_mobile_nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .__mobile_links,
    .__mobile_wrapper,
    .header_mobile_geo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .header_mobile {
        padding: 60px 0 0 0
    }
    .__body_down_logo {
        width: 80px;
        height: 40px
    }
    .__down_phone_text {
        font-weight: 600;
        font-size: 16px;
        margin: 0 0 0 9px
    }
}

@media only screen and (max-width:450px) {
    .__mobile_phone_link {
        margin: 0
    }
    .__body_down_phone {
        padding: 5px 15px
    }
    .__down_phone_text {
        font-size: 14px
    }
    .__down_phone_icon {
        width: 15px
    }
    .__down_phone_icon img {
        width: 100%;
        display: block
    }
}

@media only screen and (max-width:395px) {
    .__mobile_links,
    .__mobile_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .__mobile_social_items {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .__mobile_social_item {
        margin: 0
    }
    .mobile_link {
        width: 100%
    }
    .mobile_link:first-child {
        margin: 0 0 20px 0
    }
    .mobile_link:last-child {
        margin: 0
    }
    .__mobile_phone_link {
        margin: 0 0 20px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
    .__mobile_links {
        padding: 20px 0 30px 0
    }
    .__body_down_phone {
        padding: 5px 10px
    }
    .__down_phone_text {
        margin: 0 0 0 5px
    }
    .__body_down_logo {
        width: 60px;
        height: 30px
    }
}

.presentation {
    height: 100vh;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .438)
}

.presentation_link {
    font-size: 22px;
    color: #3d3d3d;
    margin: 0 0 20px 0;
    display: block;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.head {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 900px;
    padding: 151px 0 0 0
}

.head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .7)
}

.head_content {
    z-index: 100;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head_info_title {
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    width: 70%;
    letter-spacing: 1.5px
}

.head_info_title span {
    color: #ffea00
}

.head_info_items {
    margin: 40px 0 80px 0
}

.head_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0
}

.head_info_item:last-child {
    margin: 0
}

.__info_item_line {
    margin: 0 15px 0 0;
    width: 43px;
    height: 1px;
    background: #ffea00;
    display: block
}

.__info_item_text {
    font-size: 18px;
    color: #e1fcff;
    font-weight: 400
}

.head_slider {
    width: 331px;
    position: relative
}

.head_slider .slick-arrow {
    position: absolute;
    z-index: 10;
    font-size: 0;
    width: 38px;
    height: 10px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.head_slider .slick-arrow.slick-prev {
    display: none;
    width: 0
}

.head_slider .slick-arrow.slick-next {
    background: url(../img/_src/svg/icon_arrow_news.svg);
    background-size: 100% 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 103%;
    right: 0
}

.head_slider .slick-dots li {
    list-style: none;
    margin: 0 4px
}

.head_slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 220, 92, 0);
    background: rgba(255, 220, 92, .53);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .14)
}

.head_slider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #ffea00;
    border: 1px solid rgba(255, 255, 255, .63)
}

.head_slider_item {
    width: 331px;
    height: 392px;
    background-size: 100% 100%;
    position: relative;
    border-radius: 20px
}

.head_slider_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.head_slider_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .44);
    border-radius: 20px
}

.head_slider_content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 40px 0 80px 25px
}

.try {
    -webkit-box-shadow: 0 2px 10px 3px #000;
    box-shadow: 0 2px 10px 3px #000
}

.head_slider_title {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0 0 50px 0
}

.head_slider_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 35px 0
}

.head_slider_icon:last-child {
    margin: 0
}

.head_slider_text {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 0 20px
}

.head_play_container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.head_play_btn {
    position: relative;
    cursor: pointer
}

.pulse-button__rings.second {
    bottom: -2px
}

.pulse-button__rings {
    border: 1px solid rgba(255, 234, 0, .61);
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: 3px;
    right: -1px;
    height: auto;
    width: auto;
    border-radius: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: pulse_1;
    animation-name: pulse_1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.pulse-button__rings:nth-child(2) {
    -webkit-animation-name: pulse_2;
    animation-name: pulse_2
}

.pulse-button__rings:nth-child(3) {
    -webkit-animation-name: pulse_3;
    animation-name: pulse_3
}

@-webkit-keyframes pulse_1 {
    from {
        opacity: 1;
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }
}

@-webkit-keyframes pulse_2 {
    from {
        opacity: 1;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@keyframes pulse_2 {
    from {
        opacity: 1;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@-webkit-keyframes pulse_3 {
    from {
        opacity: 1;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7)
    }
}

@keyframes pulse_3 {
    from {
        opacity: 1;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7)
    }
}

.visa_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px
}

.visa_item {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
    width: calc(25% - 40px);
    margin: 0 20px 40px 20px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 15px
}

.visa_item_img img {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    border-radius: 39px
}

.visa_item_title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 30px 0 10px 0
}

.visa_item_text {
    text-align: center
}

.smi_title,
.team_title,
.work_title {
    color: #fff
}

.work_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.work_video {
    width: 559px;
    height: 358px;
    margin: 0 90px 0 0;
    position: relative
}

.work_video>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .24);
    border-radius: 15px
}

.work_video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(41, 47, 69, .7)
}

.work_info {
    width: 43%
}

.work_play_container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 45%;
    z-index: 200
}

.work_play_btn {
    position: relative;
    cursor: pointer
}

.work_info_text {
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    width: 92%
}

.work_info_text:nth-child(2) {
    margin: 30px 0 30px 0
}

.work_social_title {
    margin: 50px 0 35px 0;
    font-size: 18px;
    color: #fff
}

.work_social_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.work_social_item {
    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: 45px;
    height: 45px;
    margin: 0 25px 0 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border: 1px solid #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100px;
    background: #3d3d3d
}

.work_social_item:last-child {
    margin: 0
}

.work_social_item img {
    width: 27px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews_slider {
    position: relative
}

.post_slider .slick-list,
.reviews_slider .slick-list,
.smi_slider .slick-list,
.team_slider .slick-list {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.reviews_slider_item {
    background: #f7f7f7;
    border-radius: 15px;
    padding: 20px 20px 25px 20px;
    position: relative;
    margin: 0 15px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

.reviews_title_abs {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: -37px;
    font-weight: 500;
    font-size: 22px;
    color: #3d3d3d;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.reviews_slider_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews_slider_img {
    width: 78px;
    height: 78px;
    margin: 0 20px 0 0
}

.reviews_slider_img img {
    width: 100%;
    height: 100%;
    border-radius: 39px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    -o-object-fit: cover;
    object-fit: cover
}

.reviews_info_name {
    font-weight: 500;
    font-size: 18px
}

.reviews_info {
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews_info_city {
    color: #ffea00;
    font-weight: 500;
    margin: 0 13px 0 0
}

.reviews_btn_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.reviews_slider_text {
    margin: 15px 0;
    height: 62px;
    overflow: hidden;
    line-height: 20px
}

.riviews_btn {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    color: #fff;
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
    border-radius: 31.5px;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.riviews_btn.blue {
    background: #3ccbde;
    border: 1px solid #3ccbde
}

.riviews_btn.yellow {
    background: #ffea00;
    border: 1px solid #ffea00;
    color: #3d3d3d
}

.reviews_svg_abs {
    position: absolute;
    top: 0;
    right: 0
}

.reviews_svg_abs svg {
    border-radius: 0 15px 0 0
}

.reviews_svg_abs.blue svg circle {
    fill: #3ccbde
}

.reviews_svg_abs.yellow svg circle {
    fill: #ffea00
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-list {
    overflow: hidden;
    padding: 0 0 15px 0
}

.reviews_slider .slick-list {
    padding: 33px 0 15px 0
}

.slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
    font-size: 0;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 0;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.smi_slider .slick-arrow {
    top: calc(50% + 20px)
}

.slick-arrow.slick-prev {
    left: -80px;
    background: url(../img/_src/slider_arrow_prev.png);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slick-arrow.slick-next {
    right: -80px;
    background: url(../img/_src/slider_arrow_next.png);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px 0 0 0
}

.slick-dots li {
    list-style: none;
    margin: 0 15px
}

.smi_slider .slick-dots button {
    background: rgba(141, 142, 153, .541)
}

.slick-dots button {
    font-size: 0;
    width: 40px;
    height: 4px;
    border-radius: 111px;
    border: none;
    background: rgba(81, 83, 116, .19)
}

.slick-dots li.slick-active button {
    width: 40px;
    height: 4px;
    background: #ffea00
}

.news_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.news_item {
    width: calc(33% - 30px);
    margin: 0 15px 30px 15px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px
}

.news_item_img {
    height: 201px;
    overflow: hidden;
    border-radius: 15px 15px 0 0
}

.news_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_item_info {
    padding: 15px 20px 40px 20px
}

.news_info_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px
}

.news_info_title a {
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_info_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 0 5px 0
}

.__info_date_text {
    font-weight: 300;
    font-size: 14px;
    color: rgba(61, 61, 61, .42);
    margin: 0 0 0 7px
}

.news_info_text {
    line-height: 20px;
    color: rgba(61, 61, 61, .69);
    height: 82px;
    overflow: hidden
}

.news_info_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: #f7f7f7;
    margin: 30px 0 0 0
}

.country__conteiner-popup {
    display: none
}

.reviews_black .reviews_title_abs {
    color: #fff
}

.__info_btn_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(68, 72, 86, .5);
    margin: 0 15px 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_btn_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 15px 0 0 0
}

.pair_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.pair_item {
    width: calc(20% - 30px);
    margin: 0 15px 35px 15px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    border-radius: 10px;
    padding: 12px 6px;
    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
}

.pair_item_img {
    width: 190px
}

.pair_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team_slider,
.team_slider_item {
    position: relative
}

.team_slider_item {
    border-radius: 15px
}

.team_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 50px 0 0 0
}

.team_slider_item {
    padding: 10px 15px 5px 10px
}

.team_slider_info {
    position: absolute;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    width: calc(100% - 25px);
    max-height: 100px;
    overflow: hidden;
    bottom: 5px;
    border-radius: 0 0 13px 13px;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%)
}

.team_slider_img {
    height: 459px;
    max-height: 459px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .6);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 15px
}

.team_slider_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .25)
}

.team_info_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team_slider_subtitle {
    color: #fff;
    text-align: center;
    margin: 15px 0
}

.team_slider_text {
    text-align: center;
    color: rgba(255, 255, 255, .54);
    opacity: 0
}

.team_slider_info {
    padding: 20px 18px
}

.smi {
    position: relative
}

.smi_content {
    position: relative;
    z-index: 100
}

.smi::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .78)
}

.smi_item_img {
    height: 170px;
    border-radius: 15px 15px 0 0;
    overflow: hidden
}

.smi_item_img img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.smi_item_info {
    background: #fff;
    padding: 10px 12px 25px 15px;
    border-radius: 0 0 15px 15px
}

.smi_info_title {
    font-weight: 500;
    font-size: 18px
}

.smi_info_title a {
    color: #3d3d3d
}

.smi_info_text {
    font-size: 14px;
    line-height: 18px;
    color: rgba(51, 54, 65, .69);
    height: 87px;
    overflow: hidden;
    margin: 0 0 40px 0
}

.smi_info_btn {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
    border-radius: 31.5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 12px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.smi_slider_item {
    margin: 0 12px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px
}

.smi_item_img {
    height: 166px
}

.props_info_items,
.props_info_items_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.props_info_items_2 {
    margin: 50px 0 0 0
}

.props_info_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 30px 0
}

.__up_item_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 10px 0
}

.props_info_item {
    margin: 0 35px 0 0
}

.props_info_item:last-child {
    margin: 0
}

.props_info_item.width {
    width: 32%
}

.props_info_items .props_info_item:nth-child(3) {
    margin: 0 55px 0 0
}

.props_info_items_2 .props_info_item:nth-child(1) {
    margin: 0 80px 0 0
}

.props_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.props_download {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .25);
    border-radius: 15px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 218px;
    width: 218px
}

.props_download_link {
    font-weight: 500;
    font-size: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3d3d3d
}

.props_download_link:nth-child(2) {
    margin: 30px 0 15px 0
}

.other {
    background: #232323;
    padding: 30px 0
}

.other_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.__web_text,
.other_copy {
    font-size: 14px;
    color: rgba(255, 255, 255, .64)
}

.other_web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.__web_link {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 5px
}

.crumbs {
    padding: 151px 0 0 0;
    margin: 50px 0 30px 0
}

.crumbs_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.crumb_line {
    background: #b3b3b3;
    width: 17px;
    height: 1px;
    margin: 0 6px
}

.nav-links {
    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;
    margin: 30px 0 0 0
}

.page-numbers {
    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: 38px;
    height: 38px;
    margin: 0 15px;
    color: #3d3d3d;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.page-numbers.current {
    border: 1px solid rgba(61, 61, 61, .278431)
}

.next {
    background: url(../img/_src/slider_arrow_next.png);
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    font-size: 0
}

.prev {
    background: url(../img/_src/slider_arrow_prev.png);
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    font-size: 0
}

.crumb_link {
    color: rgba(61, 61, 61, .39)
}

.crumb_link.current {
    color: #3d3d3d
}

@media only screen and (max-width:1315px) {
    .slick-arrow.slick-next {
        right: 15px;
        top: auto;
        bottom: -14px
    }
    .slick-arrow.slick-prev {
        left: 15px;
        top: auto;
        bottom: -14px
    }
}

@media only screen and (max-width:1160px) {
    .container {
        padding: 0 20px
    }
    .head_info_title {
        width: 100%
    }
    .work_info_text {
        width: 100%
    }
}

@media only screen and (max-width:1080px) {
    .props_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .props_download {
        margin: 30px 0 0 0
    }
}

@media only screen and (max-width:1050px) {
    .work_video {
        margin: 0 30px 0 0
    }
    .visa {
        padding: 100px 0 80px 0
    }
    .visa_items {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px
    }
    .visa_item {
        margin: 0 10px 20px 10px;
        width: calc(25% - 20px)
    }
}

@media only screen and (max-width:1000px) {
    .head {
        padding: 81px 0 0 0;
        min-height: 700px
    }
    .crumbs {
        padding: 81px 0 0 0
    }
    .work_video {
        width: 500px
    }
    .team_slider_info {
        max-height: 240px;
        background: -o-linear-gradient(top, #3d3d3d 0, #3d3d3d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d3d3d), to(#3d3d3d));
        background: linear-gradient(180deg, #3d3d3d 0, #3d3d3d 100%)
    }
    .team_slider_text {
        opacity: 1
    }
}

@media only screen and (max-width:950px) {
    .pair_items {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px
    }
    .pair_item {
        width: calc(20% - 20px);
        margin: 0 10px 25px 10px
    }
    .head_slider {
        display: none
    }
    .head_info_title {
        width: 87%
    }
    .head_play_container {
        width: auto;
        right: 80px
    }
    .visa_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .visa_item {
        width: calc(33% - 20px)
    }
}

@media only screen and (max-width:900px) {
    .news_item.none {
        display: none
    }
    .work_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .work_video {
        width: 100%
    }
    .work_video {
        margin: 0 0 30px 0
    }
    .work_info {
        width: 100%;
        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: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .news_item {
        width: calc(50% - 30px)
    }
}

@media only screen and (max-width:850px) {
    .team_slider_item:hover .team_slider_img {
        max-height: 280px
    }
    .pair_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .pair_item {
        width: calc(33% - 20px)
    }
}

@media only screen and (max-width:800px) {
    .visa_item {
        width: calc(43% - 20px)
    }
}

@media only screen and (max-width:768px) {
    .main_line {
        margin: 25px 0 40px 0
    }
    .visa {
        padding: 70px 0 50px 0
    }
    .programs,
    .props,
    .reviews_black,
    .stage_black,
    .team,
    .vac,
    .video,
    .work {
        padding: 70px 0
    }
    .history,
    .migration_programs,
    .news,
    .pair,
    .post_slider_section,
    .reviews,
    .smi,
    .stage,
    .university,
    .usa_visa,
    .work_form {
        padding: 70px 0
    }
    .about,
    .contacts,
    .main_news,
    .main_reviews,
    .tourism {
        padding: 0 0 70px 0
    }
}

@media only screen and (max-width:750px) {
    .props_info_item.width {
        width: 42%
    }
    .props_flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:720px) {
    .visa_item {
        width: calc(50% - 20px)
    }
    .props_info_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .props_info_item.margin {
        margin: 20px 0 0 0
    }
}

@media only screen and (max-width:700px) {
    .head_play_container {
        right: 20px
    }
    .head_info_title {
        font-size: 32px;
        line-height: 40px;
        width: 93%
    }
    .main_btn {
        font-size: 16px
    }
}

@media only screen and (max-width:650px) {
    .reviews_slider .slick-list {
        height: 300px !important
    }
    .pair_item {
        width: calc(50% - 20px)
    }
    .props_info_item.width {
        width: 50%
    }
    .props_info_items_2 .props_info_item:nth-child(1) {
        margin: 0 25px 0 0
    }
}

@media only screen and (max-width:620px) {
    .visa_item {
        width: calc(50% - 20px)
    }
    .work_video {
        width: 100%
    }
    .news_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .news_item {
        width: calc(65% - 30px)
    }
}

@media only screen and (max-width:580px) {
    .crumbs {
        padding: 55px 0 0 0
    }
    .props_info_items_2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0 0 0
    }
    .props_info_item:last-child {
        margin: 20px 0 0 0
    }
    .props_info_item.width {
        width: 100%
    }
    .props_info_items_2 .props_info_item:nth-child(1) {
        margin: 0
    }
}

@media only screen and (max-width:570px) {
    .team_slider_img {
        height: 490px;
        max-height: 490px
    }
    .team_slider_info {
        max-height: 200px
    }
    .news_item {
        width: calc(70% - 30px)
    }
    .slick-dots {
        margin: 20px 0 0 0
    }
    .slick-dots li {
        margin: 0 5px
    }
    .slick-dots button,
    .slick-dots li.slick-active button {
        width: 20px
    }
}

@media only screen and (max-width:525px) {
    .head_info_title {
        font-size: 28px;
        width: 100%;
        line-height: 35px
    }
    .head_play_container {
        bottom: 225px
    }
    .news_item {
        width: calc(75% - 30px)
    }
}

@media only screen and (max-width:500px) {
    .head_play_container {
        bottom: 140px
    }
    .visa_items {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }
    .visa_items .slick-dots {
        margin: 20px 0 0 0
    }
    .about_items {
        width: 100% !important;
        margin: 0 !important
    }
    .visa_item {
        width: 100%;
        margin: 0 15px
    }
    .head {
        height: 700px
    }
}

@media only screen and (max-width:450px) {
    .news_item.none_mobile {
        display: none
    }
    .about,
    .contacts,
    .main_news,
    .main_reviews,
    .tourism {
        padding: 0 0 50px 0
    }
    .visa {
        padding: 50px 0 30px 0
    }
    .programs,
    .props,
    .reviews_black,
    .stage_black,
    .team,
    .vac,
    .video,
    .work {
        padding: 50px 0
    }
    .history,
    .migration_programs,
    .news,
    .pair,
    .post_slider_section,
    .reviews,
    .smi,
    .stage,
    .university,
    .usa_visa,
    .work_form {
        padding: 50px 0
    }
    .main_title {
        font-size: 28px
    }
    .news_item {
        width: calc(85% - 30px)
    }
    .container {
        padding: 0 10px
    }
}

@media only screen and (max-width:420px) {
    .props_download {
        width: 100%
    }
    .news_info_title,
    .team_info_title {
        font-size: 20px
    }
    .head_play_container {
        bottom: 127px
    }
    .__info_item_line {
        width: 10px;
        margin: 0 10px 0 0
    }
    .work_info_text {
        font-size: 16px
    }
    .work_info_text:nth-child(2) {
        margin: 20px 0 30px 0
    }
    .work_video {
        height: 290px
    }
    .work_social_title {
        font-size: 16px;
        margin: 35px 0
    }
    .news_item {
        width: calc(100% - 30px)
    }
    .props_info_item {
        width: 100%;
        margin: 20px 0 0 0
    }
    .props_info_title {
        margin: 0 0 10px 0
    }
    .team_slider_info {
        max-height: 250px
    }
}

@media only screen and (max-width:370px) {
    .crumb_link {
        font-size: 13px
    }
    .__info_item_text {
        font-size: 16px
    }
    .main_btn {
        padding: 11px 17px
    }
    .work_video {
        height: 250px
    }
}

@media only screen and (max-width:345px) {
    .__info_item_text {
        font-size: 15px
    }
    .__info_item_line {
        width: 8px;
        margin: 0 5px 0 0
    }
}

@media only screen and (max-width:330px) {
    .head_info_title {
        font-size: 27px
    }
    .work_social_title {
        font-size: 15px
    }
}

.post_img {
    width: 100%;
    height: 285px;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .15));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 61, 61, .63);
    border-radius: 15px
}

.post_title {
    color: #fff;
    position: relative;
    z-index: 100;
    margin: 0 0 0 60px
}

.post_clock {
    margin: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post_clock_date {
    font-weight: 300;
    font-size: 18px;
    color: rgba(61, 61, 61, .42);
    margin: 0 0 0 13px !important
}

.post_info h1,
.post_info h2,
.post_info h3,
.post_info h4,
.post_info h5,
.post_info h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 30px 0
}

.post_info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px 0
}

.post_info span {
    font-weight: 600
}

.post_info ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 18px
}

.post_info ol li {
    list-style-type: decimal;
    margin: 0 0 15px 0
}

.post_info ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px
}

.post_info ul li {
    list-style-image: url(../img/_src/svg/icon_li_1.svg);
    margin: 0 0 15px 0
}

.post_slider {
    position: relative
}

.post_slider .news_item {
    margin: 0 15px
}

@media only screen and (max-width:700px) {
    .post_title {
        margin: 0 0 0 20px;
        font-size: 32px
    }
}

@media only screen and (max-width:570px) {
    .post_slider .slick-list {
        height: 480px !important
    }
    .post_slider .slick-dots {
        margin: 0
    }
}

@media only screen and (max-width:420px) {
    .post_clock {
        margin: 20px 0
    }
    .post_title {
        width: 80%;
        font-size: 28px
    }
    .post_info h1,
    .post_info h2,
    .post_info h3,
    .post_info h4,
    .post_info h5,
    .post_info h6 {
        font-size: 20px
    }
    .post_info p {
        font-size: 16px
    }
}

@media only screen and (max-width:390px) {
    .crumbs {
        padding: 40px 0 0 0
    }
}

@media only screen and (max-width:380px) {
    .post_title {
        font-size: 24px
    }
}

.about_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px
}

.about_item_title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    margin: 20px 0 5px 0
}

.inside_title {
    width: 60%
}

.travel_title {
    width: 69%
}

.history_slider {
    width: 70%;
    position: relative;
    z-index: 100
}

.history_slider_item {
    margin: 0 15px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.history_item_number {
    font-weight: 600;
    font-size: 36px;
    background: #ffea00;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 10px;
    padding: 8px 22px
}

.history_item_title {
    font-weight: 600;
    font-size: 26px;
    margin: 20px 0
}

.history_item_text {
    font-size: 18px;
    line-height: 150%
}

.history_slider .slick-arrow {
    top: 108%
}

.history_slider .slick-arrow.slick-prev {
    left: 10px
}

.history_slider .slick-arrow.slick-next {
    left: 100px
}

.history_content {
    position: relative
}

.boss_abs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: -104px;
    right: 0
}

.boss_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0
}

.boss_line {
    width: 3px;
    height: 54px;
    background: #ffea00;
    border-radius: 11px;
    margin: 0 20px 0 0
}

.boss_title {
    font-weight: 600;
    font-size: 23px;
    line-height: 117%;
    margin: 0 0 10px 0
}

.boss_subtitle {
    color: rgba(61, 61, 61, .69)
}

@media only screen and (max-width:1050px) {
    .about_items {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:950px) {
    .about_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .boss_abs {
        display: none
    }
    .history_slider {
        width: 100%
    }
    .history_slider .slick-arrow.slick-next {
        left: auto;
        right: 0
    }
    .history_slider .slick-arrow.slick-prev {
        left: auto;
        right: 100px
    }
    .history_slider .slick-arrow {
        top: 98%
    }
}

@media only screen and (max-width:768px) {
    .inside_title,
    .travel_title {
        width: 100%
    }
}

@media only screen and (max-width:420px) {
    .history_item_title {
        font-size: 20px;
        margin: 20px 0 10px 0
    }
    .history_item_text {
        font-size: 16px
    }
    .history_item_number {
        font-size: 28px;
        padding: 8px 16px
    }
}

@media only screen and (max-width:380px) {
    .history_item_title {
        font-size: 22px
    }
}

.contacts_items,
.contacts_items_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts_item_info select {
    border: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #444856;
    margin: 0 0 7px -3px
}

.contacts_items_2 {
    margin: 100px 0 0 0
}

.contacts_item {
    width: 26%
}

.contacts_item.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts_item_img {
    margin: 0 20px 0 0
}

.contacts_item_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #444856;
    margin: 0 0 9px 0
}

.contacts_item_adress {
    color: rgba(61, 61, 61, .71)
}

.contacts_item_link {
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contacts_item_link.margin {
    display: block;
    margin: 0 0 9px 0
}

.contacts_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts_small_title {
    color: rgba(61, 61, 61, .71);
    margin: 0 0 20px 0
}

.__social_item {
    margin: 0 15px 0 0
}

.__social_item a {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: #3d3d3d;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border: 1px solid #3d3d3d;
    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
}

.__social_item:last-child {
    margin: 0
}

.__social_item img {
    width: 27px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.contacts_text_work {
    font-weight: 500;
    font-size: 18px
}

.contacts_text_work:nth-child(2) {
    margin: 0 0 10px 0
}

.contacts_title {
    font-weight: 500;
    font-size: 20px
}

.contacts_btn {
    padding: 15px 51px
}

.map {
    height: 695px
}

.map_content_wrapper {
    max-width: 190px
}

.map_content_wrapper p {
    margin: 0 0 5px 0
}

.map_content_wrapper p :last-child {
    margin: 0
}

.map_tel {
    font-weight: 500
}

.map_title {
    font-size: 18px;
    margin: 0 0 5px 0
}

.contacts_item_info .select {
    padding: 10px 60px !important
}

@media only screen and (max-width:1120px) {
    .contacts_item {
        width: 32%
    }
}

@media only screen and (max-width:920px) {
    .contacts_items,
    .contacts_items_2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contacts_item {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .contacts_item:last-child {
        margin: 30px 0 0 0
    }
    .contacts_items_2 {
        margin: 30px 0 0 0
    }
    .map {
        height: 550px
    }
}

@media only screen and (max-width:600px) {
    .contacts_item {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 30px 0
    }
    .contacts_item:last-child {
        margin: 0
    }
}

@media only screen and (max-width:370px) {
    .contacts_item_img {
        margin: 0 7px 0 0
    }
}

.video_title_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.__title_container_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.video_item {
    width: 48%;
    height: 353px;
    position: relative;
    margin: 0 0 40px 0;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    overflow: hidden
}

.video_item_img {
    position: relative;
    height: 353px
}

.video_item_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.video_item_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .38);
    border-radius: 15px
}

.video_item_abs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 50px 13px 13px 13px;
    bottom: 0;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    border-radius: 0 0 13px 13px
}

.video_item_human {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.__item_human_img {
    width: 66px;
    height: 66px;
    margin: 0 15px 0 0
}

.__item_human_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 39px
}

.__human_info_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.__human_info_title {
    font-weight: 500;
    margin: 0 0 7px 0
}

.__human_info_city {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffea00;
    margin: 0 5px 0 0
}

.__human_info_age {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.arrive_stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.__arrive_text {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 10px 0
}

.video_play_btn {
    position: absolute;
    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: 100%;
    top: calc(50% - 52px);
    cursor: pointer
}

.video_play_btn img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.video_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.video_btn_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0 0
}

.arrive_star_container {
    margin: 0 0 0 1px
}

.arrive_star_svg.gold path {
    fill: #ffea00
}

@media only screen and (max-width:800px) {
    .video_item {
        width: 49%;
        margin: 0 0 20px 0;
        height: 300px
    }
    .video_item .video_item_img {
        height: 300px
    }
}

@media only screen and (max-width:735px) {
    .video_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .video_item {
        width: 75%
    }
}

@media only screen and (max-width:650px) {
    .video_item {
        width: 85%
    }
}

@media only screen and (max-width:600px) {
    .__title_container_info {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .rew_btn {
        margin: 20px 0 0 0
    }
}

@media only screen and (max-width:550px) {
    .video_item {
        width: 100%
    }
}

@media only screen and (max-width:500px) {
    .video_item,
    .video_item_img {
        height: 300px
    }
}

@media only screen and (max-width:410px) {
    .__arrive_text {
        font-size: 14px
    }
    .video_item_abs {
        padding: 50px 5px 13px 5px
    }
    .__item_human_img {
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0
    }
}

@media only screen and (max-width:380px) {
    .video_item {
        height: 260px
    }
    .video_item .video_item_img {
        height: 260px
    }
}

.tourism_title {
    margin: 0 0 60px 0
}

.tourism_items_big_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tourism_item_big {
    position: relative;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    cursor: pointer
}

.tourism_item_img {
    overflow: hidden;
    width: 555px;
    height: 263px;
    border-radius: 15px
}

.tourism_item_img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.__item_big_icon {
    width: 42px;
    height: 42px
}

.__item_big_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    border-radius: 25px
}

.tourism_item_img.big {
    height: 555px
}

.__item_big_abs {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    border-radius: 0 0 15px 15px;
    width: 100%;
    padding: 0 0 30px 30px
}

.__item_big_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 0 20px;
    width: calc(100% - 62px)
}

.tourism_items {
    margin: 10px 0 0 0
}

.tourism_item {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    padding: 30px 30px 0 30px;
    margin: 0 0 40px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tourism_item:last-child {
    margin: 0
}

.tourism_popup_item {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    margin: 0 0 40px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 1140px
}

.tourism_popup_item:last-child {
    margin: 0
}

.tourism_items_container {
    padding: 20px 30px 0 30px
}

.tourism_popup_title_container {
    background: #e6e5e5;
    border-radius: 15px 15px 0 0;
    padding: 30px
}

.tourism_popup_title {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px
}

.tourism_item_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0
}

.__item_main_img {
    width: 42px;
    height: 42px
}

.__item_main_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    border-radius: 55px
}

.__item_main_text {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0 0 0 20px
}

.tourism_item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tourism_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    margin: 0 0 30px 0
}

.__list_item_img {
    width: 30px;
    height: 30px
}

.__list_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    border-radius: 55px
}

.__list_item_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0 0 0 20px;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: calc(100% - 60px)
}

.__items_big_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1160px) {
    .__items_big_1 {
        width: 49%
    }
    .__items_big_1 .tourism_item_img {
        width: auto
    }
    .__items_big_2 {
        width: 49%
    }
    .__items_big_2 .tourism_item_img {
        width: auto
    }
    .__items_big_3 .tourism_item_big {
        width: 49%
    }
    .__items_big_3 .tourism_item_big .tourism_item_img {
        width: auto
    }
}

@media only screen and (max-width:1140px) {
    .tourism_popup_container {
        width: 95%
    }
    .tourism_popup_item {
        min-width: auto
    }
}

@media only screen and (max-width:900px) {
    .__items_big_2 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .__items_big_2 .tourism_item_big {
        width: 49%
    }
    .__items_big_1 {
        width: 100%
    }
    .__items_big_1 .tourism_item_big {
        width: 100%
    }
    .tourism_item_img.big {
        height: 400px
    }
    .tourism_items_big_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
    }
}

@media only screen and (max-width:800px) {
    .tourism_list_item {
        width: 25%
    }
}

@media only screen and (max-width:768px) {
    .tourism_title {
        margin: 0 0 40px 0
    }
}

@media only screen and (max-width:720px) {
    .tourism_item_img,
    .tourism_item_img.big {
        height: 270px
    }
    .__items_big_1 .tourism_item_img.big {
        height: 270px !important
    }
    .__items_big_2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .__items_big_2 .tourism_item_big {
        width: 100%
    }
    .__items_big_3 .tourism_item_big {
        width: 100%
    }
    .tourism_list_item {
        width: 33%
    }
}

@media only screen and (max-width:620px) {
    .tourism_item_img,
    .tourism_item_img.big {
        height: 300px
    }
}

@media only screen and (max-width:570px) {
    .tourism_list_item {
        width: 50%
    }
}

@media only screen and (max-width:450px) {
    .tourism_items {
        margin: 30px 0 0 0
    }
    .tourism_title {
        margin: 0 0 30px 0
    }
    .__items_big_1,
    .tourism_item {
        margin: 0 0 20px 0
    }
    .tourism_item_big {
        margin: 0 0 20px 0
    }
    .tourism_item_img,
    .tourism_item_img.big {
        height: 220px
    }
    .__item_main_text {
        font-size: 22px
    }
    .tourism_popup_title_container {
        padding: 20px
    }
    .tourism_popup_title {
        font-size: 28px
    }
    .__item_main_text {
        width: calc(100% - 42px)
    }
}

@media only screen and (max-width:360px) {
    .__list_item_text {
        font-size: 16px;
        margin: 0 0 0 5px
    }
}

.sub_bg {
    padding: 0 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff
}

.sub_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .7)
}

.sub_content {
    z-index: 100;
    position: relative
}

.crumbs_container .crumb_link {
    color: rgba(255, 255, 255, .39)
}

.crumbs_container .crumb_link.current {
    color: #fff
}

.crumbs_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 45px 0
}

.usa_items_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 70px 0
}

.usa_item,
.usa_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.usa_item {
    margin: 0 35px 0 0
}

.usa_item:last-child {
    margin: 0
}

.usa_item_img {
    width: 33px;
    height: 33px
}

.usa_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.usa_item_info {
    margin: 0 0 0 10px
}

.usa_info_subtitle {
    font-weight: 600
}

.usa_link {
    color: #fff;
    margin: 0 30px 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500
}

.usa_link:last-child {
    margin: 0
}

.usa_btn {
    font-size: 16px;
    padding: 12px 24px
}

.__visa_main_title {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 30px 0
}

.__visa_content>p {
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 20px 0
}

.__visa_title {
    font-weight: 600;
    font-size: 26px;
    margin: 0 0 30px 0
}

.__visa_content ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px
}

.__visa_content ul li {
    list-style-image: url(../img/_src/svg/icon_li_1.svg);
    margin: 0 0 20px 0
}

.doc {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 15px
}

.doc_head {
    background: #f7f7f7;
    border-radius: 15px 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px
}

.doc_title {
    font-weight: 600;
    font-size: 30px
}

.select {
    background: #3d3d3d;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 19px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 10px 27px
}

.doc_body {
    padding: 30px 35px
}

.doc_body_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0
}

.doc_body_item:last-child {
    margin: 0
}

.doc_item_number {
    width: 50px;
    height: 50px;
    background: #ffea00;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 10px;
    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;
    font-weight: 600;
    font-size: 30px
}

.doc_head .select {
    padding: 10px 125px !important;
    height: 38px !important
}

.doc_head .select-styled {
    background: #3d3d3d;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 19px;
    color: #fff;
    padding: 10px 17px
}

.doc_head .select-styled::after {
    background: url(../img/_src/svg/select_arrow_white.svg);
    background-size: cover;
    top: 13px
}

.doc_head .select-styled.active {
    border-radius: 19px 19px 0 0
}

.doc_head .select-options {
    width: 250px;
    left: 0;
    color: #fff;
    background: #3d3d3d;
    padding: 0
}

.doc_head .select-options li {
    list-style: none;
    margin: 0
}

.doc_head .select-options :hover {
    background: #6e6e6e
}

.doc_item_info {
    margin: 10px 0 0 25px;
    width: calc(100% - 50px)
}

.doc_info_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0
}

.doc_info_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 128%
}

.usa_visa .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.__visa_content {
    width: 90%;
    margin: 0 70px 0 0
}

.__visa_sitebar {
    width: 32%
}

.__sitebar_visa {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    padding: 35px 25px
}

.__sitebar_visa_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center
}

.__sitebar_visa_text {
    text-align: center;
    margin: 20px 0 40px 0
}

.__sitebar_visa_btn {
    font-size: 16px;
    padding: 12px 0;
    width: 100%
}

.__sitebar_direction {
    margin: 50px 0 0 0
}

.__sitebar_direction_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 25px 0
}

.__sitebar_direction_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0
}

.__sitebar_direction_item:last-child {
    margin: 0
}

.__direction_item_img {
    width: 30px;
    height: 30px
}

.__direction_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.__direction_item_text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 0 20px;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.__direction_btn {
    display: block;
    font-size: 16px;
    width: 100%;
    margin: 30px 0 0 0
}

.map_abs {
    position: absolute;
    top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.map_content {
    position: relative
}

.map_abs_text {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    background: #3d3d3d;
    border-radius: 29px;
    padding: 15px 75px
}

.doc__claster {
    display: none
}

.doc__claster_active {
    display: block
}

.usa_img {
    width: 42px;
    height: 42px
}

.usa_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.visa__text-conteiner h1 {
    font-size: 42px;
    margin: 0 0 30px 0
}

.visa__text-conteiner h2 {
    font-size: 36px;
    margin: 0 0 30px 0
}

.visa__text-conteiner h3 {
    font-size: 30px;
    margin: 0 0 30px 0
}

.visa__text-conteiner h4 {
    font-size: 26px;
    margin: 0 0 30px 0
}

.visa__text-conteiner h5 {
    font-size: 22px;
    margin: 0 0 30px 0
}

.visa__text-conteiner h6 {
    font-size: 18px;
    margin: 0 0 30px 0
}

.visa__text-conteiner p {
    font-size: 20px;
    margin: 0 0 30px 0
}

.visa__text-conteiner ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px
}

.visa__text-conteiner ol li {
    margin: 0 0 20px 0;
    list-style-type: decimal;
    font-size: 18px
}

.visa__text-conteiner ul li {
    font-size: 18px
}

@media only screen and (max-width:1120px) {
    .__visa_content {
        margin: 0 20px 0 0
    }
}

@media only screen and (max-width:1070px) {
    .__sitebar_visa_text {
        margin: 20px 0
    }
}

@media only screen and (max-width:1000px) {
    .usa_visa .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .__visa_content {
        width: 100%;
        margin: 0 0 50px 0
    }
    .__sitebar_direction_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .__sitebar_direction_item {
        margin: 0 0 20px 0;
        width: 25%
    }
    .__visa_sitebar {
        width: 100%
    }
    .__direction_btn {
        width: 310px;
        margin: 20px 0 0 0
    }
    .__sitebar_visa {
        width: 400px
    }
}

@media only screen and (max-width:768px) {
    .__sitebar_direction {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .doc_title {
        font-size: 26px
    }
    .__sitebar_visa {
        width: 100%
    }
}

@media only screen and (max-width:650px) {
    .usa_items_container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .usa_items {
        width: 100%;
        margin: 0 0 30px 0
    }
    .doc_head .select {
        padding: 10px 105px !important
    }
    .doc_head .select-options {
        width: 210px
    }
    .__sitebar_direction_item {
        width: 33%
    }
    .__visa_main_title {
        font-size: 26px
    }
    .__visa_content>p,
    .doc_info_title {
        font-size: 18px
    }
    .__visa_title {
        font-size: 22px
    }
    .doc_head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .doc_info_text {
        font-size: 16px
    }
}

@media only screen and (max-width:595px) {
    .doc_title {
        font-size: 22px
    }
    .visa__text-conteiner p {
        font-size: 18px;
        margin: 0 0 15px 0
    }
    .visa__text-conteiner ul li {
        font-size: 16px
    }
    .visa__text-conteiner ol li {
        font-size: 16px
    }
}

@media only screen and (max-width:570px) {
    .visa__text-conteiner h1 {
        font-size: 32px;
        margin: 0 0 15px 0
    }
    .visa__text-conteiner h2 {
        font-size: 28px;
        margin: 0 0 15px 0
    }
    .visa__text-conteiner h3 {
        font-size: 24px;
        margin: 0 0 15px 0
    }
    .visa__text-conteiner h4 {
        font-size: 22px;
        margin: 0 0 15px 0
    }
    .visa__text-conteiner h5 {
        font-size: 18px;
        margin: 0 0 15px 0
    }
    .visa__text-conteiner h6 {
        font-size: 16px;
        margin: 0 0 15px 0
    }
    .doc_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .doc_title {
        margin: 0 0 20px 0
    }
    .__visa_main_title {
        font-size: 22px
    }
    .__visa_content>p,
    .doc_info_title {
        font-size: 16px
    }
    .select {
        padding: 10px 15px
    }
    .usa_items_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .usa_items {
        margin: 0 0 20px 0
    }
}

@media only screen and (max-width:500px) {
    .doc_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .doc_title {
        margin: 0 0 20px 0
    }
}

@media only screen and (max-width:450px) {
    .__sitebar_direction_item {
        width: 50%
    }
    .doc_body {
        padding: 20px 25px
    }
}

@media only screen and (max-width:420px) {
    .usa_link {
        margin: 0 10px 0 0
    }
    .__sitebar_visa {
        width: 100%
    }
    .__visa_main_title,
    .__visa_title {
        margin: 0 0 20px 0
    }
    .__visa_content>p {
        margin: 0 0 15px 0
    }
    .doc_item_number {
        width: 30px;
        height: 30px;
        font-size: 20px
    }
    .doc_item_info {
        margin: 0 0 0 15px
    }
    .__visa_content {
        margin: 0 0 30px 0
    }
    .__sitebar_direction {
        margin: 30px 0 0 0
    }
    .map_abs_text {
        padding: 15px 0;
        width: 90%;
        text-align: center
    }
}

@media only screen and (max-width:380px) {
    .usa_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .usa_link {
        margin: 0 0 10px 0
    }
    .doc_body {
        padding: 20px 15px
    }
}

.sub_bg {
    padding: 0 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff
}

.sub_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .7)
}

.sub_content {
    z-index: 100;
    position: relative
}

.work_line {
    width: 111px;
    height: 2px;
    background: #ffea00;
    margin: 20px 0 30px 0
}

.main_work_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 60px 0
}

.main_work_text {
    font-size: 18px;
    line-height: 22px;
    width: 56%
}

.direction {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.direction::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .7)
}

.direction_content {
    z-index: 100;
    position: relative
}

.direction_title {
    color: #ffea00;
    position: relative
}

.direction_abs_pin {
    width: 33px;
    height: 50px;
    position: absolute;
    top: -15px;
    left: 332px
}

.direction_abs_pin img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.direction_img_abs {
    width: 746px;
    height: 192px;
    position: absolute;
    top: -50px;
    right: -100px
}

.direction_img_abs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.direction_subtitle {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin: 10px 0 0 0
}

.direction_slider .slick-list {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.direction_slider_item {
    width: 360px;
    height: 360px;
    position: relative;
    margin: 0 15px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    cursor: pointer
}

.direction_slider_img {
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

.direction_slider_img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.direction_icon_abs {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 42px;
    height: 42px
}

.direction_icon_abs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    border-radius: 55px
}

.direction_info_abs {
    position: absolute;
    width: 100%;
    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;
    bottom: 0;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    border-radius: 0 0 15px 15px
}

.direction_abs_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff
}

.direction_abs_btn {
    font-size: 14px;
    padding: 5px 20px;
    margin: 10px 0 30px 0
}

.direction_slider .slick-arrow {
    position: absolute;
    top: 58%;
    z-index: 10;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.work_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px
}

.work_form_wrapper {
    width: 33%
}

.work_form_item {
    margin: 0 30px 20px 30px;
    position: relative
}

.work_form_item input {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    border-radius: 24px;
    font-weight: 500;
    font-size: 16px;
    color: rgba(61, 61, 61, .39);
    padding: 14px 22px;
    border: 1px solid #f7f7f7;
    width: 340px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.work_form_item input:focus {
    border: 1px solid #ffea00;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.work_form_item input[type=submit] {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background: #ffea00;
    border: 1px solid #ffea00;
    border-radius: 31.5px;
    color: #3d3d3d;
    width: 200px;
    font-weight: 600;
    cursor: pointer
}

.work_form_item input[type=submit]:hover {
    background: #fff
}

.work_form_item select {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    border-radius: 24px;
    padding: 14px 22px;
    border: 1px solid #f7f7f7;
    width: 340px;
    font-weight: 500;
    font-size: 16px;
    color: rgba(61, 61, 61, .8);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.work_form_item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(61, 61, 61, .51)
}

.work_form_item a {
    font-weight: 500;
    font-size: 14px;
    color: rgba(61, 61, 61, .74);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.select_item {
    position: relative
}

.select_item::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 22px;
    width: 13px;
    height: 7px;
    background: url(../img/_src/svg/select_arrow.svg)
}

.work_form_asb {
    position: absolute;
    top: 14px;
    right: 22px
}

@media only screen and (max-width:1315px) {
    .direction_slider .slick-arrow {
        top: auto;
        bottom: -14px
    }
}

@media only screen and (max-width:1120px) {
    .work_form_wrapper {
        width: 50%
    }
    .work_form_item input,
    .work_form_item select {
        width: 100%
    }
    .work_form form {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .work_form_item {
        margin: 0 10px 20px 10px
    }
    .work_form form {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px
    }
}

@media only screen and (max-width:1050px) {
    .direction_slider_img,
    .direction_slider_item {
        height: 300px
    }
    .direction_img_abs {
        top: -90px;
        right: 0
    }
}

@media only screen and (max-width:880px) {
    .direction_slider_img,
    .direction_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:800px) {
    .work_form_item input[type=submit] {
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .direction_img_abs {
        display: none
    }
    .direction {
        padding: 70px 0
    }
}

@media only screen and (max-width:720px) {
    .work_form_wrapper {
        width: 100%
    }
    .work_form_item {
        margin: 0 0 20px 0
    }
    .work_form form {
        width: 100%;
        margin: 0
    }
}

@media only screen and (max-width:650px) {
    .direction_slider_img,
    .direction_slider_item {
        height: 300px
    }
    .main_work_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .main_work_text {
        width: 100%;
        margin: 0 0 30px 0
    }
}

@media only screen and (max-width:570px) {
    .direction_slider_img,
    .direction_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:550px) {
    .work_form_item {
        width: 100%
    }
}

@media only screen and (max-width:450px) {
    .direction {
        padding: 50px 0
    }
}

@media only screen and (max-width:370px) {
    .direction_slider_img,
    .direction_slider_item {
        height: 300px
    }
    .main_work_text {
        font-size: 16px
    }
}

.stage_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.satge_item {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
    width: 32%;
    padding: 40px 20px
}

.stage_item_img {
    margin: 0 auto;
    width: 70px;
    height: 70px
}

.stage_item_img img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.stage_item_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 20px 0
}

.__item_number {
    background: #ffea00;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 10px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    padding: 4px 13px;
    margin: 0 20px 0 0
}

.__item_number_text {
    font-weight: 600;
    font-size: 18px
}

.stage_item_text {
    font-size: 14px;
    line-height: 164%
}

.vac_content {
    position: relative
}

.vac_slider .slick-list {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.vac_slider_item {
    width: 360px;
    height: 360px;
    position: relative;
    margin: 0 15px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px
}

.vac_slider_img {
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

.vac_slider_img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vac_info_abs {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    border-radius: 0 0 15px 15px
}

.vac_abs_title {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px
}

.vac_asb_pay {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .47);
    background: #242424;
    border-radius: 17.5px;
    padding: 5px 13px;
    margin: 15px 0 20px 0
}

.vac_asb_pay span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff
}

.vac_btn_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 0 0
}

@media only screen and (max-width:1315px) {
    .vac_slider .slick-arrow.slick-next,
    .vac_slider .slick-arrow.slick-prev {
        bottom: 0
    }
}

@media only screen and (max-width:1050px) {
    .vac_slider_img,
    .vac_slider_item {
        height: 300px
    }
}

@media only screen and (max-width:930px) {
    .stage_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .satge_item {
        width: 48%
    }
    .satge_item:last-child {
        margin: 20px 0 0 0
    }
}

@media only screen and (max-width:880px) {
    .vac_slider_img,
    .vac_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:680px) {
    .stage_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .satge_item {
        width: 70%;
        margin: 0 0 20px 0
    }
    .satge_item:last-child {
        margin: 0
    }
}

@media only screen and (max-width:650px) {
    .vac_slider_img,
    .vac_slider_item {
        height: 300px
    }
}

@media only screen and (max-width:600px) {
    .stage_items {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }
    .satge_item {
        margin: 0 15px;
        height: 100%
    }
}

@media only screen and (max-width:570px) {
    .vac_slider_img,
    .vac_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:550px) {
    .satge_item {
        width: 80%
    }
}

@media only screen and (max-width:480px) {
    .satge_item {
        width: 100%
    }
}

@media only screen and (max-width:370px) {
    .vac_slider_img,
    .vac_slider_item {
        height: 300px
    }
    .__item_number {
        margin: 0 10px 0 0
    }
}

.stage_black_title {
    color: #fff
}

.university_content {
    position: relative
}

.university_slider .slick-list {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.university_slider .slick-arrow {
    margin: 0;
    top: calc(50% + 10px)
}

.university_slider_item {
    width: 360px;
    height: 360px;
    position: relative;
    margin: 0 15px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 15px;
    cursor: pointer
}

.university_slider_img {
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

.university_slider_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.university_slider_abs {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 10px 30px 10px;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    border-radius: 0 0 15px 15px
}

.university_slider_btn {
    font-size: 14px;
    padding: 5px 20px
}

.university_slider_title {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    color: #fff
}

.university_slider_pay {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .47);
    background: #242424;
    border-radius: 17.5px;
    text-align: center;
    padding: 6px 13px
}

.university_slider_pay span {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff
}

.programs_content {
    position: relative
}

.programs_title {
    color: #fff
}

.programs_slider_img {
    width: 100%;
    height: 188px;
    position: relative
}

.programs_slider_img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0 0
}

.programs_slider_abs {
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%)
}

.programs_abs_country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.__abs_coutry_flag {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0
}

.__abs_coutry_flag img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.__abs_country_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff
}

.programs_slider_pay {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .47);
    background: #242424;
    border-radius: 17.5px;
    padding: 6px 13px
}

.programs_slider_pay span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff
}

.programs_slider_item {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    margin: 0 15px
}

.programs_slider_info {
    padding: 20px 20px 30px 20px
}

.programs_info_title {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px
}

.programs_info_text {
    color: rgba(61, 61, 61, .69);
    margin: 10px 0 20px 0;
    height: 95px;
    overflow: hidden
}

.programs_info_term {
    color: rgba(61, 61, 61, .59);
    font-weight: 500;
    margin: 0 0 10px 0
}

.programs_info_term span {
    color: #ffc906;
    font-weight: 600
}

.programs_info_list {
    padding: 0 0 0 18px;
    height: 90px;
    overflow-y: scroll
}

.programs_info_list::-webkit-scrollbar {
    width: 2px
}

.programs_info_list::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 20px
}

.programs_info_list::-webkit-scrollbar-thumb {
    background-color: rgba(61, 61, 61, .6);
    border-radius: 20px
}

.programs_info_link {
    font-size: 14px;
    color: #878787;
    list-style-image: url(../img/_src/test.png);
    margin: 0 0 7px 0
}

.programs_info_link:last-child {
    margin: 0
}

.programs_btn_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0 0
}

.programs_btn {
    font-size: 16px;
    padding: 12px 46px
}

.university_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 0 0;
    width: 100%
}

.kolledge-text {
    display: none
}

@media only screen and (max-width:1315px) {
    .university_slider .slick-arrow {
        top: auto;
        bottom: 0
    }
}

@media only screen and (max-width:1050px) {
    .university_slider_img,
    .university_slider_item {
        height: 300px
    }
}

@media only screen and (max-width:880px) {
    .university_slider_img,
    .university_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:720px) {
    .programs_slider_img {
        height: 220px
    }
}

@media only screen and (max-width:650px) {
    .university_slider_img,
    .university_slider_item {
        height: 300px
    }
}

@media only screen and (max-width:570px) {
    .university_slider_img,
    .university_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:550px) {
    .programs_slider_img {
        height: 188px
    }
}

@media only screen and (max-width:420px) {
    .programs_info_title {
        font-size: 18px
    }
}

@media only screen and (max-width:370px) {
    .university_slider_img,
    .university_slider_item {
        height: 300px
    }
    .programs_slider_abs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .programs_abs_country {
        margin: 0 0 10px 0
    }
}

@media only screen and (max-width:350px) {
    .programs_slider_info {
        padding: 10px 10px 20px 10px
    }
    .programs_info_term {
        font-size: 15px
    }
}

.reviews_title_abs.white {
    color: #fff
}

.programs_popup {
    max-width: 600px;
    background: #f7f7f7;
    border-radius: 15px
}

.programs_popup_img {
    height: 220px;
    position: relative
}

.programs_popup_img>img {
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
    -o-object-fit: cover;
    object-fit: cover
}

.programs_popup_abs {
    position: absolute;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    bottom: 0;
    padding: 0 15px 15px 15px;
    width: 100%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.__popup_abs_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.__popup_abs_img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0
}

.__popup_abs_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.__popup_abs_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff
}

.__popup_abs_price {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .47);
    background: #242424;
    border-radius: 17.5px;
    padding: 6px 20px;
    margin: 20px 0 0 0
}

.__popup_abs_price span {
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

.programs_popup_wrapper {
    padding: 20px 15px 35px 15px
}

.programs_popup_title {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px
}

.programs_popup_text {
    color: rgba(61, 61, 61, .69);
    margin: 15px 0 20px 0
}

.programs_popup_term {
    font-weight: 500;
    color: rgba(61, 61, 61, .59)
}

.programs_popup_term span {
    font-weight: 600;
    color: #ffc906
}

.programs_popup_doc {
    font-weight: 500;
    color: rgba(61, 61, 61, .59);
    margin: 10px 0
}

.programs_popup_list {
    padding: 0 0 0 20px
}

.programs_popup_li {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #878787;
    margin: 0 0 5px 0;
    list-style-image: url(../img/_src/test.png)
}

.__popup_btn_wrapper {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.__popup_btn {
    font-size: 16px;
    padding: 12px 21px
}

.programs_popup_info h1,
.programs_popup_info h2,
.programs_popup_info h3,
.programs_popup_info h4,
.programs_popup_info h5,
.programs_popup_info h6 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 15px 0
}

.programs_popup_info {
    height: 350px;
    padding: 0 20px 0 0;
    overflow-y: scroll
}

.programs_popup_info p {
    font-size: 16px;
    margin: 0 0 15px 0
}

.programs_popup_info ol,
.programs_popup_info ul {
    padding: 0 0 0 20px
}

.programs_popup_info ul li {
    font-size: 14px;
    color: #878787;
    list-style-image: url(../img/_src/test.png);
    margin: 0 0 7px 0
}

.programs_popup_info ol li {
    list-style-type: decimal;
    font-size: 14px;
    color: #878787;
    margin: 0 0 7px 0
}

.programs_popup_info::-webkit-scrollbar {
    width: 2px
}

.programs_popup_info::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 20px
}

.programs_popup_info::-webkit-scrollbar-thumb {
    background-color: rgba(61, 61, 61, .6);
    border-radius: 20px
}

.footer {
    background: #242424;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 50px 0
}

.footer_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer_nav_title {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 15px 0
}

.footer_nav ul li {
    margin: 0 0 10px 0
}

.footer_nav ul li a {
    color: rgba(255, 255, 255, .54);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer_nav ul li a:last-child {
    margin: 0
}

.footer_contact_icon {
    margin: 0 15px 0 0
}

.footer_contact_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0
}

.footer_contact_item:last-child {
    margin: 0
}

.footer_contact_link {
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer_contact_link.margin {
    margin: 0 0 10px 0
}

.footer_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 50px 0 0 0
}

.footer_pay_img {
    margin: 0 0 0 40px
}

.footer_contact_text {
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer_logo {
    width: 173px;
    height: 73px
}

.footer_logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer_contacts_items {
    width: 25%
}

.footer_pay_img {
    width: auto;
    height: 30px
}

.footer_pay_img img {
    width: 100%;
    height: 100%
}

@media only screen and (max-width:1000px) {
    .footer_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer_pay {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .footer_pay_img {
        margin: 0 40px 0 0
    }
    .footer_contacts_items {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 30px 0 0 0
    }
    .footer_contact_item {
        margin: 0;
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer_nav {
        display: none
    }
}

@media only screen and (max-width:800px) {
    .footer_contacts_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer_contact_item {
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer_contact_item:last-child {
        margin: 20px 0 0 0
    }
    .footer_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:520px) {
    .footer_pay {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer_pay_img {
        width: 50%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 20px 0
    }
}

@media only screen and (max-width:500px) {
    .other_content {
        -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
    }
    .other_copy {
        margin: 0 0 20px 0
    }
    .footer_nav_link {
        font-size: 14px
    }
    .footer_nav_title {
        font-size: 16px;
        margin-bottom: 10px
    }
    .other_content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .other_copy {
        width: 100%
    }
    .other_web {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .footer_contact_item {
        width: 100%;
        margin: 20px 0 0 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .footer_contacts_items {
        margin: 0
    }
}

@media only screen and (max-width:380px) {
    .footer_pay_img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.air-conteiner {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    z-index: -100;
    position: fixed;
    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;
    left: 0;
    top: 0;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    opacity: 0
}

.air-conteiner_active {
    z-index: 99999;
    background: rgba(0, 0, 0, .7);
    opacity: 1
}

.air-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 555;
    cursor: pointer;
    background: url(https://i.ibb.co/x21fyFk/close-icg.png) no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.air-close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popup-air {
    position: absolute;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    -webkit-transform: translateY(100vh) scale(.4) skew(30deg, 20deg);
    -ms-transform: translateY(100vh) scale(.4) skew(30deg, 20deg);
    transform: translateY(100vh) scale(.4) skew(30deg, 20deg);
    opacity: 0
}

.air-popup_active {
    -webkit-transform: translateY(0) scale(1) skew(0deg, 0deg);
    -ms-transform: translateY(0) scale(1) skew(0deg, 0deg);
    transform: translateY(0) scale(1) skew(0deg, 0deg);
    opacity: 1
}

.slider-wrapper-gg {
    max-width: 1200px
}

.popup_form {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    padding: 35px 25px;
    max-width: 388px
}

.popup_form_title {
    font-weight: 500;
    font-size: 22px
}

.form_line {
    width: 90px;
    height: 2px;
    background: #ffea00;
    margin: 25px 0
}

.popup_form_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 25px 0;
    color: rgba(61, 61, 61, .7)
}

.popup_form_item {
    margin: 0 0 15px 0;
    position: relative
}

.popup_form_item input,
.popup_form_item textarea {
    font-family: Montserrat, sans-serif;
    width: 100%;
    resize: none;
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    border-radius: 24px;
    color: rgba(61, 61, 61, .8);
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #f7f7f7;
    padding: 14px 22px;
    opacity: .7
}

.popup_form_item input:focus,
.popup_form_item textarea:focus {
    border: 1px solid #ffea00;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1
}

.popup_form_item textarea {
    height: 143px
}

.popup_form_item input[type=submit] {
    padding: 13px 0;
    opacity: 1;
    width: 187px;
    background: #ffea00;
    border: 1px solid #ffea00;
    border-radius: 31.5px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.popup_form_item input[type=submit]:hover {
    background: #fff;
    border: 1px solid #ffea00;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.popup_form_item p {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(61, 61, 61, .51)
}

.popup_form_item a {
    color: #3d3d3d;
    font-weight: 500;
    display: block
}

.popup_form_item:last-child {
    margin: 0;
    padding: 10px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form_input_icon {
    position: absolute;
    top: 14px;
    right: 22px;
    opacity: .7
}

.reviews_popup {
    width: 446px;
    background: #f7f7f7;
    border-radius: 15px;
    padding: 20px 20px 30px 20px
}

.reviews_popup_name {
    font-weight: 500;
    font-size: 18px
}

.reviews_popup_city {
    color: #ffea00;
    font-weight: 500;
    margin: 0 10px 0 0
}

.reviews_popup_age {
    font-weight: 500
}

.riviews_popup_title {
    font-weight: 500;
    font-size: 22px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
    margin: 25px 0 20px 0
}

.reviews_popup_text {
    font-size: 18px;
    line-height: 122%
}

.video_popup {
    height: 640px;
    width: 1140px
}

.video_popup iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.tourism_popup_container {
    max-width: 1140px
}

@media only screen and (max-width:1160px) {
    .video_popup {
        width: calc(100% - 40px);
        position: relative;
        padding-bottom: 53.25%;
        height: 0
    }
    .video_popup iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media only screen and (max-height:805px) {
    .programs_popup_item {
        height: 88%
    }
    .programs_popup_item .air-close {
        top: -35px
    }
    .programs_popup {
        height: 100%;
        overflow: auto
    }
}

@media only screen and (max-height:750px) {
    .tourism_popup_container {
        height: 100%;
        padding: 50px 0 20px 0
    }
    .tourism_popup_container .tourism_popup {
        height: 100%;
        overflow: auto
    }
    .tourism_popup_container .air-close {
        top: 15px
    }
}

@media only screen and (max-height:725px) {
    .popup_air_q {
        height: 88%
    }
    .popup_air_q .air-close {
        top: -35px
    }
    .popup_form_q {
        height: 99%;
        overflow: auto
    }
}

@media only screen and (max-height:715px) {
    .reviews_form_wrapper {
        height: 88%
    }
    .reviews_form_wrapper .air-close {
        top: -35px
    }
    .reviews_form {
        height: 99%;
        overflow: auto
    }
}

@media only screen and (max-width:620px) {
    .programs_popup {
        width: 95%;
        margin: 0 auto
    }
}

@media only screen and (max-width:465px) {
    .reviews_popup {
        width: 95%;
        margin: 0 auto
    }
    .reviews_popup .reviews_svg_abs {
        right: 10px
    }
}

@media only screen and (max-width:450px) {
    .__popup_abs_title {
        font-size: 18px
    }
    .programs_popup_title {
        font-size: 18px
    }
    .tourism_popup .tourism_items_container {
        padding: 20px 15px 0 15px
    }
}

@media only screen and (max-width:400px) {
    .popup_form {
        width: 95%;
        margin: 0 auto
    }
    .popup_form_title {
        font-size: 20px
    }
    .air-close {
        right: 10px
    }
    .reviews_popup_text {
        font-size: 16px
    }
    .riviews_popup_title {
        font-size: 20px
    }
}

@media only screen and (max-width:380px) {
    .reviews_popup .reviews_svg_abs {
        right: 9px
    }
    .tourism_popup .tourism_popup_title {
        font-size: 24px
    }
}

@media only screen and (max-width:340px) {
    .reviews_popup .reviews_svg_abs {
        right: 8px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif
}

.container {
    max-width: 1140px;
    margin: 0 auto
}

.main_btn {
    background: #ffea00;
    border: 2px solid #ffea00;
    border-radius: 28.5px;
    color: #3d3d3d;
    text-align: center;
    font-weight: 600;
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    cursor: pointer;
    padding: 15px 41px;
    font-size: 20px
}

.main_btn:hover {
    background: #fff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.visa {
    padding: 100px 0 60px 0
}

.history,
.migration_programs,
.news,
.pair,
.post_slider_section,
.reviews,
.smi,
.stage,
.university,
.usa_visa,
.work_form {
    padding: 100px 0
}

.props,
.team,
.vac,
.video,
.work {
    padding: 100px 0;
    background: #242424;
    color: #fff
}

.programs,
.reviews_black,
.stage_black {
    padding: 100px 0;
    background: #242424
}

.about,
.contacts,
.main_news,
.main_reviews,
.tourism {
    padding: 0 0 100px 0
}

.main_title {
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif
}

.main_line {
    width: 111px;
    height: 2px;
    background: #ffea00;
    margin: 35px 0 60px 0
}

@media only screen and (min-width:768px) {
    .__body_up_btn:hover {
        background: #fff;
        border: 1px solid #3d3d3d;
        color: #3d3d3d;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .usa_link:hover {
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__bodu_up_link:hover {
        background: #3d3d3d;
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__body_up_social:hover {
        border: 1px solid #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__body_down_link:hover {
        background: #ffea00;
        border: 1px solid #3d3d3d;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__social_item:hover a,
    .work_social_item:hover {
        border: 1px solid #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .footer_nav_link:hover {
        color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .footer_contact_link:hover,
    .footer_contact_text:hover {
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .contacts_item_adress:hover,
    .contacts_item_link:hover {
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .riviews_btn:hover {
        background: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        color: #3d3d3d
    }
    .riviews_btn.blue:hover {
        background: #fff
    }
    .riviews_btn.yellow:hover {
        background: #fff
    }
    .presentation_link:hover {
        border-bottom: 1px solid #3d3d3d
    }
    .__body_down_phone:hover {
        border: 1px solid #000;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .smi_info_btn:hover {
        background: #fff;
        color: #3d3d3d;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .head_slider .slick-arrow.slick-next:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    .direction_slider_item:hover .direction_slider_img>img,
    .news_item_img img:hover,
    .smi_item_img img:hover,
    .tourism_item_big:hover .tourism_item_img img,
    .university_slider_item:hover .university_slider_img img,
    .vac_slider_item:hover .vac_slider_img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__info_btn_text:hover {
        color: #3d3d3d;
        margin: 0 25px 0 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .tourism_list_item:hover {
        color: rgba(61, 61, 61, .8);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .news_info_title a:hover,
    .smi_info_title a:hover {
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .video_play_btn img:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .tourism_item:hover {
        background: #3d3d3d;
        color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .tourism_item:hover p {
        color: #fff
    }
    .tourism_item:hover .tourism_list_item:hover .__list_item_text {
        color: #ffea00 !important
    }
    .__sitebar_direction_item:hover .__direction_item_text,
    .work_form_item a:hover {
        color: #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .team_slider_item:hover .team_slider_info {
        max-height: 240px;
        -webkit-transition: all .8s ease;
        -o-transition: all .8s ease;
        transition: all .8s ease;
        background: -o-linear-gradient(top, rgba(41, 47, 69, .5) 0, #292f45 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, .5)), to(#292f45));
        background: linear-gradient(180deg, rgba(41, 47, 69, .5) 0, #292f45 100%);
        border-radius: 0 0 15px 15px
    }
    .team_slider_item:hover .team_slider_text {
        opacity: 1
    }
    .team_info_title:hover {
        color: #ffea00;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    .video_item:hover .video_item_img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__mobile_social_item:hover {
        border: 1px solid #ffea00;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .__mobile_link_direction:hover,
    .__mobile_link_nav:hover {
        border-bottom: 1px solid #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .15))
}

.header_body_up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    max-height: 70px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header_body_up.__body_up {
    max-height: 0;
    opacity: 0
}

.__body_up_btns,
.__body_up_list,
.__body_up_socials,
.__up_geo_item,
.body_down_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.__body_up_btn {
    width: 120px;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border: 1px solid #3d3d3d;
    border-radius: 100px;
    padding: 6px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #3d3d3d
}

.__body_up_btn:first-child {
    margin: 0 15px 0 0
}

.__bodu_up_link {
    line-height: 20px;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 5px 10px;
    border-radius: 21px;
    transition: all .3s ease
}

.__body_up_list li {
    margin: 0 15px 0 0
}

.__body_up_list li:last-child {
    margin: 0
}

.__body_up_social {
    margin: 0 15px 0 0;
    width: 30px;
    height: 30px;
    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;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 100px;
    border-radius: 1px solid #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #3d3d3d
}

.__body_up_social img {
    width: 18px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.__body_up_social:last-child {
    margin: 0
}

.header_body_down {
    border-top: 1px solid #efefef;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.__body_down_logo {
    display: block;
    width: 121px
}

.__body_down_logo svg {
    width: 100%;
    height: auto
}

.__body_down_logo svg path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.body_down_list li {
    margin: 0 20px 0 0
}

.body_down_list li:last-child {
    margin: 0
}

.__body_down_link {
    font-weight: 500;
    font-size: 20px;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 9px 28px;
    border-radius: 21px;
    border: 1px solid #fff
}

.__body_down_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3d3d3d;
    background: #ffea00;
    border: 1px solid #ffea00;
    border-radius: 22px;
    padding: 8px 22px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: pulse 2s ease-in-out infinite;
    animation: pulse 2s ease-in-out infinite
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.__down_phone_text {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 0 9px
}

.__body_up_geo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.__geo_item_pin {
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0
}

.__geo_item_pin img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.__mobile_social_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.__mobile_social_item {
    width: 30px;
    height: 30px;
    margin: 0 0 0 15px;
    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;
    border-radius: 100px;
    border: 1px solid #444856;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #444856
}

.__mobile_social_item img {
    width: 18px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.header.active .__body_down_phone {
    margin-top: -200px
}

.header.active .header_mobile {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block
}

.header.active .__body_down_logo svg path {
    fill: #fff;
    stroke: #fff
}

.header.active .header_burger span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.header.active .header_burger:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    background: #fff
}

.header.active .header_burger:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
    background: #fff
}

.header_burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.header_burger.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px
}

.header_burger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px
}

.header_content {
    position: relative;
    z-index: 10
}

.header_mobile {
    display: none;
    position: fixed;
    padding: 80px 0 0 0;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
    width: 100%;
    height: 100vh;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #242424;
    z-index: 5;
    overflow: auto
}

.header_mobile_item {
    width: 100%;
    padding: 0 20px
}

.header_mobile_geo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .21)
}

.header_mobile_geo select {
    background: #242424;
    border: none;
    font-weight: 400;
    font-size: 24px;
    color: #fff
}

.header_mobile_direction {
    border-top: 1px solid rgba(255, 255, 255, .21);
    border-bottom: 1px solid rgba(255, 255, 255, .21);
    padding: 20px 0;
    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
}

.__mobile_title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #ffea00;
    margin: 0 0 20px 0
}

.__mobile_link_direction {
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 0 0 14px 0;
    font-size: 20px;
    border-bottom: 1px solid #232323
}

.__mobile_link_direction:last-child {
    margin: 0
}

.header_mobile_nav {
    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;
    padding: 20px 0
}

.__mobile_link_nav {
    color: #fff;
    margin: 0 0 14px 0;
    font-size: 20px;
    border-bottom: 1px solid #232323
}

.__mobile_link_nav:last-child {
    margin: 0
}

.__mobile_links,
.__mobile_wrapper {
    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
}

.__mobile_phone_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border: 1px solid #ffea00;
    margin: 0 55px 0 0;
    border-radius: 22px;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease
}

.__mobile_phone_img {
    width: 17px;
    height: 17px
}

.__mobile_phone_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.__mobile_phone_text {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin: 0 0 0 10px
}

.__mobile_links {
    padding: 35px 0 55px 0
}

.mobile_link {
    width: 190px;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
    border-radius: 17.5px;
    padding: 10px 40px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mobile_link:first-child {
    margin: 0 10px 0 0
}

.mobile_link:last-child {
    margin: 0 0 0 10px
}

.header_burger {
    display: none
}

.header_mobile_geo .select {
    color: #fff !important;
    background: #242424 !important;
    padding: 10px 60px !important
}

.header_mobile_geo .select-styled {
    color: #fff !important;
    background: #242424 !important
}

.header_mobile_geo .select-styled::after {
    background: url(../img/_src/svg/select_arrow_white.svg);
    background-size: cover
}

.header_mobile_geo .select-options {
    background: #242424
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding: 10px 35px !important;
    color: #444856 !important;
    width: 90px !important;
    height: 50px;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 15px 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select-styled:after {
    content: "";
    width: 16px;
    height: 13px;
    background: url(../img/_src/svg/geo_arrow_down.svg);
    background-size: cover;
    position: absolute;
    top: 16px;
    right: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.select-styled.active:after,
.select-styled:active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: -35px;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    border: 1px solid #3d3d3d;
    width: 140px
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in
}

.select-options li:last-child {
    border-radius: 0 0 15px 15px
}

.select-options li.is-selected,
.select-options li:hover {
    background: #c9c9c9
}

.select-options li[rel=hide] {
    display: none
}

.contacts_item_info .select-options {
    width: 170px !important;
    left: 0 !important
}

.header_mobile_geo .select-options {
    width: 150px;
    right: 0
}

@media only screen and (max-height:800px) {
    .__mobile_title {
        margin: 0 0 15px 0
    }
    .__mobile_link_direction,
    .__mobile_link_nav {
        margin: 0 0 9px 0;
        font-size: 16px
    }
    .__mobile_links {
        padding: 20px 0 30px 0
    }
}

@media only screen and (max-width:1100px) {
    .__body_up_list li {
        margin: 0 5px 0 0
    }
    .header_body_down {
        border-top: none
    }
}

@media only screen and (max-width:1000px) {
    .__body_down_nav,
    .header_body_up {
        display: none
    }
    .header_burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3
    }
    .header_burger span {
        position: absolute;
        background-color: #000;
        right: 0;
        width: 70%;
        height: 3px;
        top: 9px;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        border-radius: 2px
    }
    .header_burger:after,
    .header_burger:before {
        content: "";
        background-color: #000;
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        border-radius: 2px
    }
    .header_burger:before {
        top: 0
    }
    .header_burger:after {
        bottom: 0
    }
    .header_burger.active span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    .header_burger.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 9px
    }
    .header_burger.active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 9px
    }
}

@media only screen and (max-width:580px) {
    .header_mobile_direction,
    .header_mobile_nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .__mobile_links,
    .__mobile_wrapper,
    .header_mobile_geo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .header_mobile {
        padding: 60px 0 0 0
    }
    .__body_down_logo {
        width: 80px;
        height: 40px
    }
    .__down_phone_text {
        font-weight: 600;
        font-size: 16px;
        margin: 0 0 0 9px
    }
}

@media only screen and (max-width:450px) {
    .__mobile_phone_link {
        margin: 0
    }
    .__body_down_phone {
        padding: 5px 15px
    }
    .__down_phone_text {
        font-size: 14px
    }
    .__down_phone_icon {
        width: 15px
    }
    .__down_phone_icon img {
        width: 100%;
        display: block
    }
}

@media only screen and (max-width:395px) {
    .__mobile_links,
    .__mobile_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .__mobile_social_items {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .__mobile_social_item {
        margin: 0
    }
    .mobile_link {
        width: 100%
    }
    .mobile_link:first-child {
        margin: 0 0 20px 0
    }
    .mobile_link:last-child {
        margin: 0
    }
    .__mobile_phone_link {
        margin: 0 0 20px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
    .__mobile_links {
        padding: 20px 0 30px 0
    }
    .__body_down_phone {
        padding: 5px 10px
    }
    .__down_phone_text {
        margin: 0 0 0 5px
    }
    .__body_down_logo {
        width: 60px;
        height: 30px
    }
}

.presentation {
    height: 100vh;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .438)
}

.presentation_link {
    font-size: 22px;
    color: #3d3d3d;
    margin: 0 0 20px 0;
    display: block;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.head {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 900px;
    padding: 151px 0 0 0
}

.head::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .7)
}

.head_content {
    z-index: 100;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.head_info_title {
    font-weight: 600;
    font-size: 42px;
    line-height: 51px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    width: 70%;
    letter-spacing: 1.5px
}

.head_info_title span {
    color: #ffea00
}

.head_info_items {
    margin: 40px 0 80px 0
}

.head_info_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0
}

.head_info_item:last-child {
    margin: 0
}

.__info_item_line {
    margin: 0 15px 0 0;
    width: 43px;
    height: 1px;
    background: #ffea00;
    display: block
}

.__info_item_text {
    font-size: 18px;
    color: #e1fcff;
    font-weight: 400
}

.head_slider {
    width: 331px;
    position: relative
}

.head_slider .slick-arrow {
    position: absolute;
    z-index: 10;
    font-size: 0;
    width: 38px;
    height: 10px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.head_slider .slick-arrow.slick-prev {
    display: none;
    width: 0
}

.head_slider .slick-arrow.slick-next {
    background: url(../img/_src/svg/icon_arrow_news.svg);
    background-size: 100% 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    top: 103%;
    right: 0
}

.head_slider .slick-dots li {
    list-style: none;
    margin: 0 4px
}

.head_slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 220, 92, 0);
    background: rgba(255, 220, 92, .53);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .14);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .14)
}

.head_slider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #ffea00;
    border: 1px solid rgba(255, 255, 255, .63)
}

.head_slider_item {
    width: 331px;
    height: 392px;
    background-size: 100% 100%;
    position: relative;
    border-radius: 20px
}

.head_slider_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.head_slider_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .44);
    border-radius: 20px
}

.head_slider_content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 40px 0 80px 25px
}

.try {
    -webkit-box-shadow: 0 2px 10px 3px #000;
    box-shadow: 0 2px 10px 3px #000
}

.head_slider_title {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin: 0 0 50px 0
}

.head_slider_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 35px 0
}

.head_slider_icon:last-child {
    margin: 0
}

.head_slider_text {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 0 20px
}

.head_play_container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.head_play_btn {
    position: relative;
    cursor: pointer
}

.pulse-button__rings.second {
    bottom: -2px
}

.pulse-button__rings {
    border: 1px solid rgba(255, 234, 0, .61);
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: 3px;
    right: -1px;
    height: auto;
    width: auto;
    border-radius: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: pulse_1;
    animation-name: pulse_1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.pulse-button__rings:nth-child(2) {
    -webkit-animation-name: pulse_2;
    animation-name: pulse_2
}

.pulse-button__rings:nth-child(3) {
    -webkit-animation-name: pulse_3;
    animation-name: pulse_3
}

@-webkit-keyframes pulse_1 {
    from {
        opacity: 1;
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }
}

@keyframes pulse_1 {
    from {
        opacity: 1;
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }
}

@-webkit-keyframes pulse_2 {
    from {
        opacity: 1;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@keyframes pulse_2 {
    from {
        opacity: 1;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@-webkit-keyframes pulse_3 {
    from {
        opacity: 1;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7)
    }
}

@keyframes pulse_3 {
    from {
        opacity: 1;
        -webkit-transform: scale(.8, .8);
        transform: scale(.8, .8)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.7, 1.7);
        transform: scale(1.7, 1.7)
    }
}

.visa_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px
}

.visa_item {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
    width: calc(25% - 40px);
    margin: 0 20px 40px 20px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 15px
}

.visa_item_img img {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    border-radius: 39px
}

.visa_item_title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 30px 0 10px 0
}

.visa_item_text {
    text-align: center
}

.smi_title,
.team_title,
.work_title {
    color: #fff
}

.work_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.work_video {
    width: 559px;
    height: 358px;
    margin: 0 90px 0 0;
    position: relative
}

.work_video>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .24);
    border-radius: 15px
}

.work_video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: rgba(41, 47, 69, .7)
}

.work_info {
    width: 43%
}

.work_play_container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 45%;
    z-index: 200
}

.work_play_btn {
    position: relative;
    cursor: pointer
}

.work_info_text {
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    width: 92%
}

.work_info_text:nth-child(2) {
    margin: 30px 0 30px 0
}

.work_social_title {
    margin: 50px 0 35px 0;
    font-size: 18px;
    color: #fff
}

.work_social_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.work_social_item {
    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: 45px;
    height: 45px;
    margin: 0 25px 0 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border: 1px solid #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100px;
    background: #3d3d3d
}

.work_social_item:last-child {
    margin: 0
}

.work_social_item img {
    width: 27px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews_slider {
    position: relative
}

.post_slider .slick-list,
.reviews_slider .slick-list,
.smi_slider .slick-list,
.team_slider .slick-list {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.reviews_slider_item {
    background: #f7f7f7;
    border-radius: 15px;
    padding: 20px 20px 25px 20px;
    position: relative;
    margin: 0 15px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

.reviews_title_abs {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: -37px;
    font-weight: 500;
    font-size: 22px;
    color: #3d3d3d;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.reviews_slider_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews_slider_img {
    width: 78px;
    height: 78px;
    margin: 0 20px 0 0
}

.reviews_slider_img img {
    width: 100%;
    height: 100%;
    border-radius: 39px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    -o-object-fit: cover;
    object-fit: cover
}

.reviews_info_name {
    font-weight: 500;
    font-size: 18px
}

.reviews_info {
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews_info_city {
    color: #ffea00;
    font-weight: 500;
    margin: 0 13px 0 0
}

.reviews_btn_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.reviews_slider_text {
    margin: 15px 0;
    height: 62px;
    overflow: hidden;
    line-height: 20px
}

.riviews_btn {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    color: #fff;
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
    border-radius: 31.5px;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.riviews_btn.blue {
    background: #3ccbde;
    border: 1px solid #3ccbde
}

.riviews_btn.yellow {
    background: #ffea00;
    border: 1px solid #ffea00;
    color: #3d3d3d
}

.reviews_svg_abs {
    position: absolute;
    top: 0;
    right: 0
}

.reviews_svg_abs svg {
    border-radius: 0 15px 0 0
}

.reviews_svg_abs.blue svg circle {
    fill: #3ccbde
}

.reviews_svg_abs.yellow svg circle {
    fill: #ffea00
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-list {
    overflow: hidden;
    padding: 0 0 15px 0
}

.reviews_slider .slick-list {
    padding: 33px 0 15px 0
}

.slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 10;
    font-size: 0;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 0;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.smi_slider .slick-arrow {
    top: calc(50% + 20px)
}

.slick-arrow.slick-prev {
    left: -80px;
    background: url(../img/_src/slider_arrow_prev.png);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slick-arrow.slick-next {
    right: -80px;
    background: url(../img/_src/slider_arrow_next.png);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px 0 0 0
}

.slick-dots li {
    list-style: none;
    margin: 0 15px
}

.smi_slider .slick-dots button {
    background: rgba(141, 142, 153, .541)
}

.slick-dots button {
    font-size: 0;
    width: 40px;
    height: 4px;
    border-radius: 111px;
    border: none;
    background: rgba(81, 83, 116, .19)
}

.slick-dots li.slick-active button {
    width: 40px;
    height: 4px;
    background: #ffea00
}

.news_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.news_item {
    width: calc(33% - 30px);
    margin: 0 15px 30px 15px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px
}

.news_item_img {
    height: 201px;
    overflow: hidden;
    border-radius: 15px 15px 0 0
}

.news_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_item_info {
    padding: 15px 20px 40px 20px
}

.news_info_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px
}

.news_info_title a {
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_info_date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 9px 0 5px 0
}

.__info_date_text {
    font-weight: 300;
    font-size: 14px;
    color: rgba(61, 61, 61, .42);
    margin: 0 0 0 7px
}

.news_info_text {
    line-height: 20px;
    color: rgba(61, 61, 61, .69);
    height: 82px;
    overflow: hidden
}

.news_info_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    background: #f7f7f7;
    margin: 30px 0 0 0
}

.__info_btn_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: rgba(68, 72, 86, .5);
    margin: 0 15px 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.news_btn_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 15px 0 0 0
}

.pair_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.pair_item {
    width: calc(20% - 30px);
    margin: 0 15px 35px 15px;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    border-radius: 10px;
    padding: 12px 6px;
    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
}

.pair_item_img {
    width: 190px
}

.pair_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team_slider,
.team_slider_item {
    position: relative
}

.team_slider_item {
    border-radius: 15px
}

.team_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 50px 0 0 0
}

.team_slider_item {
    padding: 10px 15px 5px 10px
}

.team_slider_info {
    position: absolute;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    width: calc(100% - 25px);
    max-height: 100px;
    overflow: hidden;
    bottom: 5px;
    border-radius: 0 0 13px 13px;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%)
}

.team_slider_img {
    height: 459px;
    max-height: 459px;
    -webkit-box-shadow: 0 2px 10px 2px #000;
    box-shadow: 0 2px 10px 2px #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 15px
}

.team_slider_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .25)
}

.team_info_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.team_slider_subtitle {
    color: #fff;
    text-align: center;
    margin: 15px 0
}

.team_slider_text {
    text-align: center;
    color: rgba(255, 255, 255, .54);
    opacity: 0
}

.team_slider_info {
    padding: 20px 18px
}

.smi {
    position: relative
}

.smi_content {
    position: relative;
    z-index: 100
}

.smi::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .78)
}

.smi_item_img {
    height: 170px;
    border-radius: 15px 15px 0 0;
    overflow: hidden
}

.smi_item_img img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.smi_item_info {
    background: #fff;
    padding: 10px 12px 25px 15px;
    border-radius: 0 0 15px 15px
}

.smi_info_title {
    font-weight: 500;
    font-size: 18px
}

.smi_info_title a {
    color: #3d3d3d
}

.smi_info_text {
    font-size: 14px;
    line-height: 18px;
    color: rgba(51, 54, 65, .69);
    height: 87px;
    overflow: hidden;
    margin: 0 0 40px 0
}

.smi_info_btn {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
    border-radius: 31.5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 12px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.smi_slider_item {
    margin: 0 12px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px
}

.smi_item_img {
    height: 166px
}

.props_info_items,
.props_info_items_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.props_info_items_2 {
    margin: 50px 0 0 0
}

.props_info_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 30px 0
}

.__up_item_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 10px 0
}

.props_info_item {
    margin: 0 35px 0 0
}

.props_info_item:last-child {
    margin: 0
}

.props_info_item.width {
    width: 32%
}

.props_info_items .props_info_item:nth-child(3) {
    margin: 0 55px 0 0
}

.props_info_items_2 .props_info_item:nth-child(1) {
    margin: 0 80px 0 0
}

.props_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.props_download {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .25);
    border-radius: 15px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 218px;
    width: 218px
}

.props_download_link {
    font-weight: 500;
    font-size: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #3d3d3d
}

.props_download_link:nth-child(2) {
    margin: 30px 0 15px 0
}

.other {
    background: #232323;
    padding: 30px 0
}

.other_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.__web_text,
.other_copy {
    font-size: 14px;
    color: rgba(255, 255, 255, .64)
}

.other_web {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.__web_link {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 5px
}

.crumbs {
    padding: 151px 0 0 0;
    margin: 50px 0 30px 0
}

.crumbs_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.crumb_line {
    background: #b3b3b3;
    width: 17px;
    height: 1px;
    margin: 0 6px
}

.crumb_link {
    color: rgba(61, 61, 61, .39)
}

.crumb_link.current {
    color: #3d3d3d
}

@media only screen and (max-width:1315px) {
    .slick-arrow.slick-next {
        right: 15px;
        top: auto;
        bottom: -14px
    }
    .slick-arrow.slick-prev {
        left: 15px;
        top: auto;
        bottom: -14px
    }
}

@media only screen and (max-width:1160px) {
    .container {
        padding: 0 20px
    }
    .head_info_title {
        width: 100%
    }
    .work_info_text {
        width: 100%
    }
}

@media only screen and (max-width:1080px) {
    .props_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .props_download {
        margin: 30px 0 0 0
    }
}

@media only screen and (max-width:1050px) {
    .work_video {
        margin: 0 30px 0 0
    }
    .visa {
        padding: 100px 0 80px 0
    }
    .visa_items {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px
    }
    .visa_item {
        margin: 0 10px 20px 10px;
        width: calc(25% - 20px)
    }
}

@media only screen and (max-width:1000px) {
    .head {
        padding: 81px 0 0 0;
        min-height: 700px
    }
    .crumbs {
        padding: 81px 0 0 0
    }
    .work_video {
        width: 500px
    }
    .team_slider_info {
        max-height: 240px;
        background: -o-linear-gradient(top, #3d3d3d 0, #3d3d3d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3d3d3d), to(#3d3d3d));
        background: linear-gradient(180deg, #3d3d3d 0, #3d3d3d 100%)
    }
    .team_slider_text {
        opacity: 1
    }
}

@media only screen and (max-width:950px) {
    .pair_items {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px
    }
    .pair_item {
        width: calc(20% - 20px);
        margin: 0 10px 25px 10px
    }
    .head_slider {
        display: none
    }
    .head_info_title {
        width: 87%
    }
    .head_play_container {
        width: auto;
        right: 80px
    }
    .visa_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .visa_item {
        width: calc(33% - 20px)
    }
}

@media only screen and (max-width:900px) {
    .news_item.none {
        display: none
    }
    .work_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .work_video {
        width: 100%
    }
    .work_video {
        margin: 0 0 30px 0
    }
    .work_info {
        width: 100%;
        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: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .news_item {
        width: calc(50% - 30px)
    }
}

@media only screen and (max-width:850px) {
    .team_slider_item:hover .team_slider_img {
        max-height: 280px
    }
    .pair_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .pair_item {
        width: calc(33% - 20px)
    }
}

@media only screen and (max-width:800px) {
    .visa_item {
        width: calc(43% - 20px)
    }
}

@media only screen and (max-width:768px) {
    .main_line {
        margin: 25px 0 40px 0
    }
    .visa {
        padding: 70px 0 50px 0
    }
    .programs,
    .props,
    .reviews_black,
    .stage_black,
    .team,
    .vac,
    .video,
    .work {
        padding: 70px 0
    }
    .history,
    .migration_programs,
    .news,
    .pair,
    .post_slider_section,
    .reviews,
    .smi,
    .stage,
    .university,
    .usa_visa,
    .work_form {
        padding: 70px 0
    }
    .about,
    .contacts,
    .main_news,
    .main_reviews,
    .tourism {
        padding: 0 0 70px 0
    }
}

@media only screen and (max-width:750px) {
    .props_info_item.width {
        width: 42%
    }
    .props_flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:720px) {
    .visa_item {
        width: calc(50% - 20px)
    }
    .props_info_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .props_info_item.margin {
        margin: 20px 0 0 0
    }
}

@media only screen and (max-width:700px) {
    .head_play_container {
        right: 20px
    }
    .head_info_title {
        font-size: 32px;
        line-height: 40px;
        width: 93%
    }
    .main_btn {
        font-size: 16px
    }
}

@media only screen and (max-width:650px) {
    .reviews_slider .slick-list {
        height: 300px !important
    }
    .pair_item {
        width: calc(50% - 20px)
    }
    .props_info_item.width {
        width: 50%
    }
    .props_info_items_2 .props_info_item:nth-child(1) {
        margin: 0 25px 0 0
    }
}

@media only screen and (max-width:620px) {
    .visa_item {
        width: calc(50% - 20px)
    }
    .work_video {
        width: 100%
    }
    .news_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .news_item {
        width: calc(65% - 30px)
    }
}

@media only screen and (max-width:580px) {
    .crumbs {
        padding: 55px 0 0 0
    }
    .props_info_items_2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0 0 0
    }
    .props_info_item:last-child {
        margin: 20px 0 0 0
    }
    .props_info_item.width {
        width: 100%
    }
    .props_info_items_2 .props_info_item:nth-child(1) {
        margin: 0
    }
}

@media only screen and (max-width:570px) {
    .team_slider_img {
        height: 490px;
        max-height: 490px
    }
    .team_slider_info {
        max-height: 200px
    }
    .news_item {
        width: calc(70% - 30px)
    }
    .slick-dots {
        margin: 20px 0 0 0
    }
    .slick-dots li {
        margin: 0 5px
    }
    .slick-dots button,
    .slick-dots li.slick-active button {
        width: 20px
    }
}

@media only screen and (max-width:525px) {
    .head_info_title {
        font-size: 28px;
        width: 100%;
        line-height: 35px
    }
    .head_play_container {
        bottom: 225px
    }
    .news_item {
        width: calc(75% - 30px)
    }
}

@media only screen and (max-width:500px) {
    .head_play_container {
        bottom: 140px
    }
    .visa_items {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }
    .visa_items .slick-dots {
        margin: 20px 0 0 0
    }
    .about_items {
        width: 100% !important;
        margin: 0 !important
    }
    .visa_item {
        width: 100%;
        margin: 0 15px
    }
    .head {
        height: 700px
    }
}

@media only screen and (max-width:450px) {
    .news_item.none_mobile {
        display: none
    }
    .about,
    .contacts,
    .main_news,
    .main_reviews,
    .tourism {
        padding: 0 0 50px 0
    }
    .visa {
        padding: 50px 0 30px 0
    }
    .programs,
    .props,
    .reviews_black,
    .stage_black,
    .team,
    .vac,
    .video,
    .work {
        padding: 50px 0
    }
    .history,
    .migration_programs,
    .news,
    .pair,
    .post_slider_section,
    .reviews,
    .smi,
    .stage,
    .university,
    .usa_visa,
    .work_form {
        padding: 50px 0
    }
    .main_title {
        font-size: 28px
    }
    .news_item {
        width: calc(85% - 30px)
    }
    .container {
        padding: 0 10px
    }
}

@media only screen and (max-width:420px) {
    .props_download {
        width: 100%
    }
    .news_info_title,
    .team_info_title {
        font-size: 20px
    }
    .head_play_container {
        bottom: 127px
    }
    .__info_item_line {
        width: 10px;
        margin: 0 10px 0 0
    }
    .work_info_text {
        font-size: 16px
    }
    .work_info_text:nth-child(2) {
        margin: 20px 0 30px 0
    }
    .work_video {
        height: 290px
    }
    .work_social_title {
        font-size: 16px;
        margin: 35px 0
    }
    .news_item {
        width: calc(100% - 30px)
    }
    .props_info_item {
        width: 100%;
        margin: 20px 0 0 0
    }
    .props_info_title {
        margin: 0 0 10px 0
    }
    .team_slider_info {
        max-height: 250px
    }
}

@media only screen and (max-width:370px) {
    .crumb_link {
        font-size: 13px
    }
    .__info_item_text {
        font-size: 16px
    }
    .main_btn {
        padding: 11px 17px
    }
    .work_video {
        height: 250px
    }
}

@media only screen and (max-width:345px) {
    .__info_item_text {
        font-size: 15px
    }
    .__info_item_line {
        width: 8px;
        margin: 0 5px 0 0
    }
}

@media only screen and (max-width:330px) {
    .head_info_title {
        font-size: 27px
    }
    .work_social_title {
        font-size: 15px
    }
}

.post_img {
    width: 100%;
    height: 285px;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, .15));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61, 61, 61, .63);
    border-radius: 15px
}

.post_title {
    color: #fff;
    position: relative;
    z-index: 100;
    margin: 0 0 0 60px
}

.post_clock {
    margin: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post_clock_date {
    font-weight: 300;
    font-size: 18px;
    color: rgba(61, 61, 61, .42);
    margin: 0 0 0 13px !important
}

.post_info h1,
.post_info h2,
.post_info h3,
.post_info h4,
.post_info h5,
.post_info h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    margin: 0 0 30px 0
}

.post_info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 30px 0
}

.post_info span {
    font-weight: 600
}

.post_info ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 18px
}

.post_info ol li {
    list-style-type: decimal;
    margin: 0 0 15px 0
}

.post_info ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px
}

.post_info ul li {
    list-style-image: url(../img/_src/svg/icon_li_1.svg);
    margin: 0 0 15px 0
}

.post_slider {
    position: relative
}

.post_slider .news_item {
    margin: 0 15px
}

@media only screen and (max-width:700px) {
    .post_title {
        margin: 0 0 0 20px;
        font-size: 32px
    }
}

@media only screen and (max-width:570px) {
    .post_slider .slick-list {
        height: 480px !important
    }
    .post_slider .slick-dots {
        margin: 0
    }
}

@media only screen and (max-width:420px) {
    .post_clock {
        margin: 20px 0
    }
    .post_title {
        width: 80%;
        font-size: 28px
    }
    .post_info h1,
    .post_info h2,
    .post_info h3,
    .post_info h4,
    .post_info h5,
    .post_info h6 {
        font-size: 20px
    }
    .post_info p {
        font-size: 16px
    }
}

@media only screen and (max-width:390px) {
    .crumbs {
        padding: 40px 0 0 0
    }
}

@media only screen and (max-width:380px) {
    .post_title {
        font-size: 24px
    }
}

.about_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px
}

.about_item_title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    margin: 20px 0 5px 0
}

.inside_title {
    width: 60%
}

.travel_title {
    width: 69%
}

.history_slider {
    width: 70%;
    position: relative;
    z-index: 100
}

.history_slider_item {
    margin: 0 15px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%
}

.history_item_number {
    font-weight: 600;
    font-size: 36px;
    background: #ffea00;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 10px;
    padding: 8px 22px
}

.history_item_title {
    font-weight: 600;
    font-size: 26px;
    margin: 20px 0
}

.history_item_text {
    font-size: 18px;
    line-height: 150%
}

.history_slider .slick-arrow {
    top: 108%
}

.history_slider .slick-arrow.slick-prev {
    left: 10px
}

.history_slider .slick-arrow.slick-next {
    left: 100px
}

.history_content {
    position: relative
}

.boss_abs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: -104px;
    right: 0
}

.boss_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0
}

.boss_line {
    width: 3px;
    height: 54px;
    background: #ffea00;
    border-radius: 11px;
    margin: 0 20px 0 0
}

.boss_title {
    font-weight: 600;
    font-size: 23px;
    line-height: 117%;
    margin: 0 0 10px 0
}

.boss_subtitle {
    color: rgba(61, 61, 61, .69)
}

@media only screen and (max-width:1050px) {
    .about_items {
        width: calc(100% + 20px);
        margin: 0 0 0 -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:950px) {
    .about_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .boss_abs {
        display: none
    }
    .history_slider {
        width: 100%
    }
    .history_slider .slick-arrow.slick-next {
        left: auto;
        right: 0
    }
    .history_slider .slick-arrow.slick-prev {
        left: auto;
        right: 100px
    }
    .history_slider .slick-arrow {
        top: 98%
    }
}

@media only screen and (max-width:768px) {
    .inside_title,
    .travel_title {
        width: 100%
    }
}

@media only screen and (max-width:420px) {
    .history_item_title {
        font-size: 20px;
        margin: 20px 0 10px 0
    }
    .history_item_text {
        font-size: 16px
    }
    .history_item_number {
        font-size: 28px;
        padding: 8px 16px
    }
}

@media only screen and (max-width:380px) {
    .history_item_title {
        font-size: 22px
    }
}

.contacts_items,
.contacts_items_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.contacts_item_info select {
    border: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #444856;
    margin: 0 0 7px -3px
}

.contacts_items_2 {
    margin: 100px 0 0 0
}

.contacts_item {
    width: 26%
}

.contacts_item.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts_item_img {
    margin: 0 20px 0 0
}

.contacts_item_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #444856;
    margin: 0 0 9px 0
}

.contacts_item_adress {
    color: rgba(61, 61, 61, .71)
}

.contacts_item_link {
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contacts_item_link.margin {
    display: block;
    margin: 0 0 9px 0
}

.contacts_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts_small_title {
    color: rgba(61, 61, 61, .71);
    margin: 0 0 20px 0
}

.__social_item {
    margin: 0 15px 0 0
}

.__social_item a {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: #3d3d3d;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border: 1px solid #3d3d3d;
    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
}

.__social_item:last-child {
    margin: 0
}

.__social_item img {
    width: 27px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.contacts_text_work {
    font-weight: 500;
    font-size: 18px
}

.contacts_text_work:nth-child(2) {
    margin: 0 0 10px 0
}

.contacts_title {
    font-weight: 500;
    font-size: 20px
}

.contacts_btn {
    padding: 15px 51px
}

.map {
    height: 695px
}

.map_content_wrapper {
    max-width: 190px
}

.map_content_wrapper p {
    margin: 0 0 5px 0
}

.map_content_wrapper p :last-child {
    margin: 0
}

.map_tel {
    font-weight: 500
}

.map_title {
    font-size: 18px;
    margin: 0 0 5px 0
}

.contacts_item_info .select {
    padding: 10px 60px !important
}

@media only screen and (max-width:1120px) {
    .contacts_item {
        width: 32%
    }
}

@media only screen and (max-width:920px) {
    .contacts_items,
    .contacts_items_2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .contacts_item {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .contacts_item:last-child {
        margin: 30px 0 0 0
    }
    .contacts_items_2 {
        margin: 30px 0 0 0
    }
    .map {
        height: 550px
    }
}

@media only screen and (max-width:600px) {
    .contacts_item {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 30px 0
    }
    .contacts_item:last-child {
        margin: 0
    }
}

@media only screen and (max-width:370px) {
    .contacts_item_img {
        margin: 0 7px 0 0
    }
}

.video_title_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.__title_container_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.video_item {
    width: 48%;
    height: 353px;
    position: relative;
    margin: 0 0 40px 0;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    overflow: hidden
}

.video_item_img {
    position: relative;
    height: 353px
}

.video_item_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.video_item_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .38);
    border-radius: 15px
}

.video_item_abs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 50px 13px 13px 13px;
    bottom: 0;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    border-radius: 0 0 13px 13px
}

.video_item_human {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.__item_human_img {
    width: 66px;
    height: 66px;
    margin: 0 15px 0 0
}

.__item_human_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 39px
}

.__human_info_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.__human_info_title {
    font-weight: 500;
    margin: 0 0 7px 0
}

.__human_info_city {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ffea00;
    margin: 0 5px 0 0
}

.__human_info_age {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.arrive_stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.__arrive_text {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 10px 0
}

.video_play_btn {
    position: absolute;
    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: 100%;
    top: calc(50% - 52px);
    cursor: pointer
}

.video_play_btn img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.video_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.video_btn_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0 0
}

.arrive_star_container {
    margin: 0 0 0 1px
}

.arrive_star_svg.gold path {
    fill: #ffea00
}

@media only screen and (max-width:800px) {
    .video_item {
        width: 49%;
        margin: 0 0 20px 0;
        height: 300px
    }
    .video_item .video_item_img {
        height: 300px
    }
}

@media only screen and (max-width:735px) {
    .video_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .video_item {
        width: 75%
    }
}

@media only screen and (max-width:650px) {
    .video_item {
        width: 85%
    }
}

@media only screen and (max-width:600px) {
    .__title_container_info {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .rew_btn {
        margin: 20px 0 0 0
    }
}

@media only screen and (max-width:550px) {
    .video_item {
        width: 100%
    }
}

@media only screen and (max-width:500px) {
    .video_item,
    .video_item_img {
        height: 300px
    }
}

@media only screen and (max-width:410px) {
    .__arrive_text {
        font-size: 14px
    }
    .video_item_abs {
        padding: 50px 5px 13px 5px
    }
    .__item_human_img {
        width: 40px;
        height: 40px;
        margin: 0 10px 0 0
    }
}

@media only screen and (max-width:380px) {
    .video_item {
        height: 260px
    }
    .video_item .video_item_img {
        height: 260px
    }
}

.tourism_title {
    margin: 0 0 60px 0
}

.tourism_items_big_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tourism_item_big {
    position: relative;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    cursor: pointer
}

.tourism_item_big:last-child {
    margin: 0
}

.tourism_item_img {
    overflow: hidden;
    width: 555px;
    height: 263px;
    border-radius: 15px
}

.tourism_item_img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.__item_big_icon {
    width: 42px;
    height: 42px
}

.__item_big_icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    border-radius: 25px
}

.tourism_item_img.big {
    height: 555px
}

.__item_big_abs {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    border-radius: 0 0 15px 15px;
    width: 100%;
    padding: 0 0 30px 30px
}

.__item_big_text {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 0 20px
}

.tourism_items {
    margin: 40px 0 0 0
}

.tourism_item {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    padding: 30px 30px 0 30px;
    margin: 0 0 40px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tourism_item:last-child {
    margin: 0
}

.tourism_popup_item {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    margin: 0 0 40px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 1140px
}

.tourism_popup_item:last-child {
    margin: 0
}

.tourism_items_container {
    padding: 20px 30px 0 30px
}

.tourism_popup_title_container {
    background: #e6e5e5;
    border-radius: 15px 15px 0 0;
    padding: 30px
}

.tourism_popup_title {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px
}

.tourism_item_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0
}

.__item_main_img {
    width: 42px;
    height: 42px
}

.__item_main_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    border-radius: 55px
}

.__item_main_text {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0 0 0 20px
}

.tourism_item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tourism_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    margin: 0 0 30px 0
}

.__list_item_img {
    width: 30px;
    height: 30px
}

.__list_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    border-radius: 55px
}

.__list_item_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0 0 0 20px;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (max-width:1160px) {
    .tourism_item_big {
        width: 95%
    }
    .tourism_item_img {
        width: auto
    }
}

@media only screen and (max-width:1140px) {
    .tourism_popup_container {
        width: 95%
    }
    .tourism_popup_item {
        min-width: auto
    }
}

@media only screen and (max-width:900px) {
    .tourism_items_big_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
    }
    .__items_big_1 {
        margin: 0 0 30px 0
    }
    .tourism_item_big {
        width: 100%
    }
    .tourism_item_img {
        height: 555px
    }
}

@media only screen and (max-width:800px) {
    .tourism_list_item {
        width: 25%
    }
}

@media only screen and (max-width:768px) {
    .tourism_item_img,
    .tourism_item_img.big {
        height: 400px
    }
    .tourism_title {
        margin: 0 0 40px 0
    }
}

@media only screen and (max-width:720px) {
    .tourism_list_item {
        width: 33%
    }
}

@media only screen and (max-width:620px) {
    .tourism_item_img,
    .tourism_item_img.big {
        height: 300px
    }
}

@media only screen and (max-width:570px) {
    .tourism_list_item {
        width: 50%
    }
}

@media only screen and (max-width:450px) {
    .tourism_items {
        margin: 30px 0 0 0
    }
    .tourism_title {
        margin: 0 0 30px 0
    }
    .__items_big_1,
    .tourism_item {
        margin: 0 0 20px 0
    }
    .tourism_item_big {
        margin: 0 0 20px 0
    }
    .tourism_item_img,
    .tourism_item_img.big {
        height: 220px
    }
    .__item_main_text {
        font-size: 22px
    }
    .tourism_popup_title_container {
        padding: 20px
    }
    .tourism_popup_title {
        font-size: 28px
    }
    .__item_main_text {
        width: calc(100% - 42px)
    }
}

@media only screen and (max-width:360px) {
    .__list_item_text {
        font-size: 16px;
        margin: 0 0 0 5px
    }
}

.sub_bg {
    padding: 0 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff
}

.sub_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .7)
}

.sub_content {
    z-index: 100;
    position: relative
}

.crumbs_container .crumb_link {
    color: rgba(255, 255, 255, .39)
}

.crumbs_container .crumb_link.current {
    color: #fff
}

.crumbs_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 45px 0
}

.usa_items_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 70px 0
}

.usa_item,
.usa_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.usa_item {
    margin: 0 35px 0 0
}

.usa_item:last-child {
    margin: 0
}

.usa_item_info {
    margin: 0 0 0 10px
}

.usa_info_subtitle {
    font-weight: 600
}

.usa_link {
    color: #fff;
    margin: 0 30px 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500
}

.usa_link:last-child {
    margin: 0
}

.usa_btn {
    font-size: 16px;
    padding: 12px 24px
}

.__visa_main_title {
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 30px 0
}

.__visa_content>p {
    font-size: 20px;
    line-height: 140%;
    margin: 0 0 20px 0
}

.__visa_title {
    font-weight: 600;
    font-size: 26px;
    margin: 0 0 30px 0
}

.__visa_content ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px
}

.__visa_content ul li {
    list-style-image: url(../img/_src/svg/icon_li_1.svg);
    margin: 0 0 20px 0
}

.doc {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 15px
}

.doc_head {
    background: #f7f7f7;
    border-radius: 15px 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px
}

.doc_title {
    font-weight: 600;
    font-size: 30px
}

.select {
    background: #3d3d3d;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 19px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 10px 27px
}

.doc_body {
    padding: 30px 35px
}

.doc_body_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0
}

.doc_body_item:last-child {
    margin: 0
}

.doc_item_number {
    width: 50px;
    height: 50px;
    background: #ffea00;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 10px;
    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;
    font-weight: 600;
    font-size: 30px
}

.doc_head .select {
    padding: 10px 125px !important;
    height: 38px !important
}

.doc_head .select-styled {
    background: #3d3d3d;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 19px;
    color: #fff;
    padding: 10px 17px
}

.doc_head .select-styled::after {
    background: url(../img/_src/svg/select_arrow_white.svg);
    background-size: cover;
    top: 13px
}

.doc_head .select-styled.active {
    border-radius: 19px 19px 0 0
}

.doc_head .select-options {
    width: 250px;
    left: 0;
    color: #fff;
    background: #3d3d3d;
    padding: 0
}

.doc_head .select-options li {
    list-style: none;
    margin: 0
}

.doc_head .select-options :hover {
    background: #6e6e6e
}

.doc_item_info {
    margin: 10px 0 0 25px;
    width: calc(100% - 50px)
}

.doc_info_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0
}

.doc_info_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 128%
}

.usa_visa .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.__visa_content {
    width: 90%;
    margin: 0 70px 0 0
}

.__visa_sitebar {
    width: 32%
}

.__sitebar_visa {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    padding: 35px 25px
}

.__sitebar_visa_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center
}

.__sitebar_visa_text {
    text-align: center;
    margin: 20px 0 40px 0
}

.__sitebar_visa_btn {
    font-size: 16px;
    padding: 12px 0;
    width: 100%
}

.__sitebar_direction {
    margin: 50px 0 0 0
}

.__sitebar_direction_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 25px 0
}

.__sitebar_direction_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0
}

.__sitebar_direction_item:last-child {
    margin: 0
}

.__direction_item_img {
    width: 30px;
    height: 30px
}

.__direction_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.__direction_item_text {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 0 20px;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.__direction_btn {
    font-size: 16px;
    width: 100%;
    margin: 40px 0 0 0
}

.map_abs {
    position: absolute;
    top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.map_content {
    position: relative
}

.map_abs_text {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    background: #3d3d3d;
    border-radius: 29px;
    padding: 15px 75px
}

.doc__claster {
    display: none
}

.doc__claster_active {
    display: block
}

@media only screen and (max-width:1120px) {
    .__visa_content {
        margin: 0 20px 0 0
    }
}

@media only screen and (max-width:1070px) {
    .__sitebar_visa_text {
        margin: 20px 0
    }
}

@media only screen and (max-width:1000px) {
    .usa_visa .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .__visa_content {
        width: 100%;
        margin: 0 0 50px 0
    }
    .__sitebar_direction_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .__sitebar_direction_item {
        margin: 0 0 20px 0;
        width: 25%
    }
    .__sitebar_direction_item:last-child {
        margin: 0 0 20px 0
    }
    .__visa_sitebar {
        width: 100%
    }
    .__direction_btn {
        width: auto;
        margin: 20px 0 0 0
    }
    .__sitebar_visa {
        width: 400px
    }
}

@media only screen and (max-width:768px) {
    .__sitebar_direction {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .doc_title {
        font-size: 26px
    }
}

@media only screen and (max-width:650px) {
    .doc_head .select {
        padding: 10px 105px !important
    }
    .doc_head .select-options {
        width: 210px
    }
    .__sitebar_direction_item {
        width: 33%
    }
    .__visa_main_title {
        font-size: 26px
    }
    .__visa_content>p,
    .doc_info_title {
        font-size: 18px
    }
    .__visa_title {
        font-size: 22px
    }
    .doc_head {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .doc_info_text {
        font-size: 16px
    }
}

@media only screen and (max-width:595px) {
    .doc_title {
        font-size: 22px
    }
}

@media only screen and (max-width:570px) {
    .doc_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .doc_title {
        margin: 0 0 20px 0
    }
    .__visa_main_title {
        font-size: 22px
    }
    .__visa_content>p,
    .doc_info_title {
        font-size: 16px
    }
    .select {
        padding: 10px 15px
    }
    .usa_items_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .usa_items {
        margin: 0 0 20px 0
    }
}

@media only screen and (max-width:500px) {
    .doc_head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .doc_title {
        margin: 0 0 20px 0
    }
}

@media only screen and (max-width:450px) {
    .__sitebar_direction_item {
        width: 50%
    }
    .doc_body {
        padding: 20px 25px
    }
}

@media only screen and (max-width:420px) {
    .usa_link {
        margin: 0 10px 0 0
    }
    .__sitebar_visa {
        width: 100%
    }
    .__visa_main_title,
    .__visa_title {
        margin: 0 0 20px 0
    }
    .__visa_content>p {
        margin: 0 0 15px 0
    }
    .doc_item_number {
        width: 30px;
        height: 30px;
        font-size: 20px
    }
    .doc_item_info {
        margin: 0 0 0 15px
    }
    .__visa_content {
        margin: 0 0 30px 0
    }
    .__sitebar_direction {
        margin: 30px 0 0 0
    }
    .map_abs_text {
        padding: 15px 0;
        width: 90%;
        text-align: center
    }
}

@media only screen and (max-width:380px) {
    .usa_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .usa_link {
        margin: 0 0 10px 0
    }
}

.sub_bg {
    padding: 0 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff
}

.sub_bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .7)
}

.sub_content {
    z-index: 100;
    position: relative
}

.work_line {
    width: 111px;
    height: 2px;
    background: #ffea00;
    margin: 20px 0 30px 0
}

.main_work_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 60px 0
}

.main_work_text {
    font-size: 18px;
    line-height: 22px;
    width: 56%
}

.direction {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.direction::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, .7)
}

.direction_content {
    z-index: 100;
    position: relative
}

.direction_title {
    color: #ffea00;
    position: relative
}

.direction_abs_pin {
    width: 33px;
    height: 50px;
    position: absolute;
    top: -15px;
    left: 332px
}

.direction_abs_pin img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.direction_img_abs {
    width: 746px;
    height: 192px;
    position: absolute;
    top: -50px;
    right: -100px
}

.direction_img_abs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.direction_subtitle {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin: 10px 0 0 0
}

.direction_slider .slick-list {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.direction_slider_item {
    width: 360px;
    height: 360px;
    position: relative;
    margin: 0 15px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    cursor: pointer
}

.direction_slider_img {
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

.direction_slider_img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.direction_icon_abs {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 42px;
    height: 42px
}

.direction_icon_abs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    filter: drop-shadow(0 2px 9px rgba(0, 0, 0, .17));
    border-radius: 55px
}

.direction_info_abs {
    position: absolute;
    width: 100%;
    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;
    bottom: 0;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    border-radius: 0 0 15px 15px
}

.direction_abs_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff
}

.direction_abs_btn {
    font-size: 14px;
    padding: 5px 20px;
    margin: 10px 0 30px 0
}

.direction_slider .slick-arrow {
    position: absolute;
    top: 58%;
    z-index: 10;
    font-size: 0;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.work_form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 60px);
    margin: 0 0 0 -30px
}

.work_form_item {
    width: calc(33% - 60px);
    margin: 0 30px 20px 30px;
    position: relative
}

.work_form_item input {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    border-radius: 24px;
    font-weight: 500;
    font-size: 16px;
    color: rgba(61, 61, 61, .39);
    padding: 14px 22px;
    border: 1px solid #f7f7f7;
    width: 340px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.work_form_item input:focus {
    border: 1px solid #ffea00;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.work_form_item input[type=submit] {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background: #ffea00;
    border: 1px solid #ffea00;
    border-radius: 31.5px;
    color: #3d3d3d;
    width: 200px;
    font-weight: 600;
    cursor: pointer
}

.work_form_item input[type=submit]:hover {
    background: #fff
}

.work_form_item select {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    border-radius: 24px;
    padding: 14px 22px;
    border: 1px solid #f7f7f7;
    width: 340px;
    font-weight: 500;
    font-size: 16px;
    color: rgba(61, 61, 61, .8);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.work_form_item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(61, 61, 61, .51)
}

.work_form_item a {
    font-weight: 500;
    font-size: 14px;
    color: rgba(61, 61, 61, .74);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.select_item {
    position: relative
}

.select_item::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 22px;
    width: 13px;
    height: 7px;
    background: url(../img/_src/svg/select_arrow.svg)
}

.work_form_asb {
    position: absolute;
    top: 14px;
    right: 22px
}

@media only screen and (max-width:1315px) {
    .direction_slider .slick-arrow {
        top: auto;
        bottom: -14px
    }
}

@media only screen and (max-width:1160px) {
    .work_form_item input,
    .work_form_item select {
        width: 100%
    }
}

@media only screen and (max-width:1050px) {
    .direction_slider_img,
    .direction_slider_item {
        height: 300px
    }
    .direction_img_abs {
        top: -90px;
        right: 0
    }
}

@media only screen and (max-width:950px) {
    .work_form_item {
        width: calc(33% - 30px);
        margin: 0 15px 20px 15px
    }
    .work_form form {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }
}

@media only screen and (max-width:880px) {
    .direction_slider_img,
    .direction_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:790px) {
    .order_1 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }
    .order_2 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }
    .work_form_item {
        width: calc(50% - 30px);
        margin: 0 15px 20px 15px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .btn_submit {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (max-width:768px) {
    .direction_img_abs {
        display: none
    }
    .direction {
        padding: 70px 0
    }
}

@media only screen and (max-width:650px) {
    .direction_slider_img,
    .direction_slider_item {
        height: 300px
    }
    .main_work_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .main_work_text {
        width: 100%;
        margin: 0 0 30px 0
    }
}

@media only screen and (max-width:570px) {
    .direction_slider_img,
    .direction_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:550px) {
    .work_form_item {
        width: 100%
    }
}

@media only screen and (max-width:450px) {
    .direction {
        padding: 50px 0
    }
}

@media only screen and (max-width:370px) {
    .direction_slider_img,
    .direction_slider_item {
        height: 300px
    }
    .main_work_text {
        font-size: 16px
    }
}

.stage_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.satge_item {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
    width: 32%;
    padding: 40px 20px
}

.stage_item_img {
    margin: 0 auto;
    width: 70px;
    height: 70px
}

.stage_item_img img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.stage_item_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 20px 0
}

.__item_number {
    background: #ffea00;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 10px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    padding: 4px 13px;
    margin: 0 20px 0 0
}

.__item_number_text {
    font-weight: 600;
    font-size: 18px
}

.stage_item_text {
    font-size: 14px;
    line-height: 164%
}

.vac_content {
    position: relative
}

.vac_slider .slick-list {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.vac_slider_item {
    width: 360px;
    height: 360px;
    position: relative;
    margin: 0 15px;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px
}

.vac_slider_img {
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

.vac_slider_img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vac_info_abs {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    border-radius: 0 0 15px 15px
}

.vac_abs_title {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px
}

.vac_asb_pay {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .47);
    background: #242424;
    border-radius: 17.5px;
    padding: 5px 13px;
    margin: 15px 0 20px 0
}

.vac_asb_pay span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff
}

.vac_btn_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 0 0
}

@media only screen and (max-width:1315px) {
    .vac_slider .slick-arrow.slick-next,
    .vac_slider .slick-arrow.slick-prev {
        bottom: 0
    }
}

@media only screen and (max-width:1050px) {
    .vac_slider_img,
    .vac_slider_item {
        height: 300px
    }
}

@media only screen and (max-width:930px) {
    .stage_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .satge_item {
        width: 48%
    }
    .satge_item:last-child {
        margin: 20px 0 0 0
    }
}

@media only screen and (max-width:880px) {
    .vac_slider_img,
    .vac_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:680px) {
    .stage_items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .satge_item {
        width: 70%;
        margin: 0 0 20px 0
    }
    .satge_item:last-child {
        margin: 0
    }
}

@media only screen and (max-width:650px) {
    .vac_slider_img,
    .vac_slider_item {
        height: 300px
    }
}

@media only screen and (max-width:600px) {
    .stage_items {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }
    .satge_item {
        margin: 0 15px;
        height: 100%
    }
}

@media only screen and (max-width:570px) {
    .vac_slider_img,
    .vac_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:550px) {
    .satge_item {
        width: 80%
    }
}

@media only screen and (max-width:480px) {
    .satge_item {
        width: 100%
    }
}

@media only screen and (max-width:370px) {
    .vac_slider_img,
    .vac_slider_item {
        height: 300px
    }
    .__item_number {
        margin: 0 10px 0 0
    }
}

.stage_black_title {
    color: #fff
}

.university_content {
    position: relative
}

.university_slider .slick-list {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px
}

.university_slider .slick-arrow {
    margin: 0;
    top: calc(50% + 10px)
}

.university_slider_item {
    width: 360px;
    height: 360px;
    position: relative;
    margin: 0 15px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    border-radius: 15px;
    cursor: pointer
}

.university_slider_img {
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 15px
}

.university_slider_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.university_slider_abs {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 10px 30px 10px;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    border-radius: 0 0 15px 15px
}

.university_slider_btn {
    font-size: 14px;
    padding: 5px 20px
}

.university_slider_title {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 8px 0;
    color: #fff
}

.university_slider_pay {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .47);
    background: #242424;
    border-radius: 17.5px;
    text-align: center;
    padding: 6px 13px
}

.university_slider_pay span {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff
}

.programs_content {
    position: relative
}

.programs_title {
    color: #fff
}

.programs_slider_img {
    width: 100%;
    height: 188px;
    position: relative
}

.programs_slider_img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px 15px 0 0
}

.programs_slider_abs {
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%)
}

.programs_abs_country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.__abs_coutry_flag {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0
}

.__abs_coutry_flag img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.__abs_country_text {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff
}

.programs_slider_pay {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .47);
    background: #242424;
    border-radius: 17.5px;
    padding: 6px 13px
}

.programs_slider_pay span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff
}

.programs_slider_item {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    margin: 0 15px
}

.programs_slider_info {
    padding: 20px 20px 30px 20px
}

.programs_info_title {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px
}

.programs_info_text {
    color: rgba(61, 61, 61, .69);
    margin: 10px 0 20px 0;
    height: 95px;
    overflow: hidden
}

.programs_info_term {
    color: rgba(61, 61, 61, .59);
    font-weight: 500;
    margin: 0 0 10px 0
}

.programs_info_term span {
    color: #ffc906;
    font-weight: 600
}

.programs_info_list {
    padding: 0 0 0 18px;
    height: 90px;
    overflow-y: scroll
}

.programs_info_list::-webkit-scrollbar {
    width: 2px
}

.programs_info_list::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 20px
}

.programs_info_list::-webkit-scrollbar-thumb {
    background-color: rgba(61, 61, 61, .6);
    border-radius: 20px
}

.programs_info_link {
    font-size: 14px;
    color: #878787;
    list-style-image: url(../img/_src/test.png);
    margin: 0 0 7px 0
}

.programs_info_link:last-child {
    margin: 0
}

.programs_btn_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0 0
}

.programs_btn {
    font-size: 16px;
    padding: 12px 46px
}

.university_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0 0 0;
    width: 100%
}

.kolledge-text {
    display: none
}

@media only screen and (max-width:1315px) {
    .university_slider .slick-arrow {
        top: auto;
        bottom: 0
    }
}

@media only screen and (max-width:1050px) {
    .university_slider_img,
    .university_slider_item {
        height: 300px
    }
}

@media only screen and (max-width:880px) {
    .university_slider_img,
    .university_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:720px) {
    .programs_slider_img {
        height: 220px
    }
}

@media only screen and (max-width:650px) {
    .university_slider_img,
    .university_slider_item {
        height: 300px
    }
}

@media only screen and (max-width:570px) {
    .university_slider_img,
    .university_slider_item {
        height: 360px
    }
}

@media only screen and (max-width:550px) {
    .programs_slider_img {
        height: 188px
    }
}

@media only screen and (max-width:420px) {
    .programs_info_title {
        font-size: 18px
    }
}

@media only screen and (max-width:370px) {
    .university_slider_img,
    .university_slider_item {
        height: 300px
    }
    .programs_slider_abs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .programs_abs_country {
        margin: 0 0 10px 0
    }
}

@media only screen and (max-width:350px) {
    .programs_slider_info {
        padding: 10px 10px 20px 10px
    }
    .programs_info_term {
        font-size: 15px
    }
}

.reviews_title_abs.white {
    color: #fff
}

.programs_popup {
    max-width: 600px;
    background: #f7f7f7;
    border-radius: 15px
}

.programs_popup_img {
    height: 220px;
    position: relative
}

.programs_popup_img>img {
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
    -o-object-fit: cover;
    object-fit: cover
}

.programs_popup_abs {
    position: absolute;
    background: -o-linear-gradient(top, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(41, 47, 69, 0)), to(rgba(41, 47, 69, .84)));
    background: linear-gradient(180deg, rgba(41, 47, 69, 0) 0, rgba(41, 47, 69, .84) 100%);
    bottom: 0;
    padding: 0 15px 15px 15px;
    width: 100%;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.__popup_abs_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.__popup_abs_img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0
}

.__popup_abs_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.__popup_abs_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff
}

.__popup_abs_price {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .47);
    background: #242424;
    border-radius: 17.5px;
    padding: 6px 20px;
    margin: 20px 0 0 0
}

.__popup_abs_price span {
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

.programs_popup_wrapper {
    padding: 20px 15px 35px 15px
}

.programs_popup_title {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px
}

.programs_popup_text {
    color: rgba(61, 61, 61, .69);
    margin: 15px 0 20px 0
}

.programs_popup_term {
    font-weight: 500;
    color: rgba(61, 61, 61, .59)
}

.programs_popup_term span {
    font-weight: 600;
    color: #ffc906
}

.programs_popup_doc {
    font-weight: 500;
    color: rgba(61, 61, 61, .59);
    margin: 10px 0
}

.programs_popup_list {
    padding: 0 0 0 20px
}

.programs_popup_li {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #878787;
    margin: 0 0 5px 0;
    list-style-image: url(../img/_src/test.png)
}

.__popup_btn_wrapper {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.__popup_btn {
    font-size: 16px;
    padding: 12px 21px
}

.programs_popup_info {
    height: 350px;
    padding: 0 20px 0 0;
    overflow-y: scroll
}

.programs_popup_info::-webkit-scrollbar {
    width: 2px
}

.programs_popup_info::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 20px
}

.programs_popup_info::-webkit-scrollbar-thumb {
    background-color: rgba(61, 61, 61, .6);
    border-radius: 20px
}

.footer {
    background: #242424;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 50px 0
}

.footer_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer_nav_title {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 15px 0
}

.footer_nav_link {
    display: block;
    color: rgba(255, 255, 255, .54);
    margin: 0 0 10px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer_nav_link:last-child {
    margin: 0
}

.footer_contact_icon {
    margin: 0 15px 0 0
}

.footer_contact_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 30px 0
}

.footer_contact_item:last-child {
    margin: 0
}

.footer_contact_link {
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer_contact_link.margin {
    margin: 0 0 10px 0
}

.footer_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 50px 0 0 0
}

.footer_pay_img {
    margin: 0 0 0 40px
}

.footer_contact_text {
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (max-width:950px) {
    .footer_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer_pay {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .footer_pay_img {
        margin: 0 40px 0 0
    }
    .footer_contacts_items {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 30px 0 0 0
    }
    .footer_contact_item {
        margin: 0
    }
}

@media only screen and (max-width:800px) {
    .footer_contacts_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer_contact_item {
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer_contact_item:last-child {
        margin: 20px 0 0 0
    }
    .footer_nav {
        display: none
    }
    .footer_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media only screen and (max-width:580px) {
    .footer_logo {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 20px 0
    }
}

@media only screen and (max-width:520px) {
    .footer_pay {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer_pay_img {
        width: 50%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 20px 0
    }
}

@media only screen and (max-width:500px) {
    .other_content {
        -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
    }
    .other_copy {
        margin: 0 0 20px 0
    }
    .footer_nav {
        display: block;
        width: 45%;
        margin-top: 20px;
        margin-bottom: 20px
    }
    .footer_nav_link {
        font-size: 14px
    }
    .footer_nav_title {
        font-size: 16px;
        margin-bottom: 10px
    }
    .footer_pay_img {
        width: auto;
        height: 30px;
        margin-right: 20px
    }
    .footer_pay_img a {
        display: block;
        width: auto;
        height: 100%;
        display: block
    }
    .footer_pay_img a img {
        width: auto;
        height: 100%;
        display: block
    }
    .footer_logo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .other_content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .other_copy {
        width: 100%
    }
    .other_web {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .footer_contact_item {
        width: 100%;
        margin: 20px 0 0 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .footer_contacts_items {
        margin: 0
    }
}

.air-conteiner {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    z-index: -100;
    position: fixed;
    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;
    left: 0;
    top: 0;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    opacity: 0
}

.air-conteiner_active {
    z-index: 99999;
    background: rgba(0, 0, 0, .7);
    opacity: 1
}

.air-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 555;
    cursor: pointer;
    background: url(https://i.ibb.co/x21fyFk/close-icg.png) no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.air-close:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.popup-air {
    position: absolute;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    -webkit-transform: translateY(100vh) scale(.4) skew(30deg, 20deg);
    -ms-transform: translateY(100vh) scale(.4) skew(30deg, 20deg);
    transform: translateY(100vh) scale(.4) skew(30deg, 20deg);
    opacity: 0
}

.air-popup_active {
    -webkit-transform: translateY(0) scale(1) skew(0deg, 0deg);
    -ms-transform: translateY(0) scale(1) skew(0deg, 0deg);
    transform: translateY(0) scale(1) skew(0deg, 0deg);
    opacity: 1
}

.slider-wrapper-gg {
    max-width: 1200px
}

.popup_form {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .15);
    border-radius: 15px;
    padding: 35px 25px;
    max-width: 388px
}

.popup_form_title {
    font-weight: 500;
    font-size: 22px
}

.form_line {
    width: 90px;
    height: 2px;
    background: #ffea00;
    margin: 25px 0
}

.popup_form_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 25px 0;
    color: rgba(61, 61, 61, .7)
}

.popup_form_item {
    margin: 0 0 15px 0;
    position: relative
}

.popup_form_item input,
.popup_form_item textarea {
    font-family: Montserrat, sans-serif;
    width: 100%;
    resize: none;
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    border-radius: 24px;
    color: rgba(61, 61, 61, .8);
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #f7f7f7;
    padding: 14px 22px;
    opacity: .7
}

.popup_form_item input:focus,
.popup_form_item textarea:focus {
    border: 1px solid #ffea00;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1
}

.popup_form_item textarea {
    height: 143px
}

.popup_form_item input[type=submit] {
    padding: 13px 0;
    opacity: 1;
    width: 187px;
    background: #ffea00;
    border: 1px solid #ffea00;
    border-radius: 31.5px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    color: #3d3d3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.popup_form_item input[type=submit]:hover {
    background: #fff;
    border: 1px solid #ffea00;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.popup_form_item p {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(61, 61, 61, .51)
}

.popup_form_item a {
    color: #3d3d3d;
    font-weight: 500;
    display: block
}

.popup_form_item:last-child {
    margin: 0;
    padding: 10px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form_input_icon {
    position: absolute;
    top: 14px;
    right: 22px;
    opacity: .7
}

.reviews_popup {
    width: 446px;
    background: #f7f7f7;
    border-radius: 15px;
    padding: 20px 20px 30px 20px
}

.reviews_popup_name {
    font-weight: 500;
    font-size: 18px
}

.reviews_popup_city {
    color: #ffea00;
    font-weight: 500;
    margin: 0 10px 0 0
}

.reviews_popup_age {
    font-weight: 500
}

.riviews_popup_title {
    font-weight: 500;
    font-size: 22px;
    text-shadow: 0 0 4px rgba(0, 0, 0, .1);
    margin: 25px 0 20px 0
}

.reviews_popup_text {
    font-size: 18px;
    line-height: 122%
}

.video_popup {
    height: 640px;
    width: 1140px
}

.video_popup iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px
}

.tourism_popup_container {
    max-width: 1140px
}

@media only screen and (max-width:1160px) {
    .video_popup {
        width: calc(100% - 40px);
        position: relative;
        padding-bottom: 53.25%;
        height: 0
    }
    .video_popup iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media only screen and (max-height:805px) {
    .programs_popup_item {
        height: 88%
    }
    .programs_popup_item .air-close {
        top: -35px
    }
    .programs_popup {
        height: 100%;
        overflow: auto
    }
}

@media only screen and (max-height:750px) {
    .tourism_popup_container {
        height: 100%;
        padding: 50px 0 20px 0
    }
    .tourism_popup_container .tourism_popup {
        height: 100%;
        overflow: auto
    }
    .tourism_popup_container .air-close {
        top: 15px
    }
}

@media only screen and (max-height:725px) {
    .popup_air_q {
        height: 88%
    }
    .popup_air_q .air-close {
        top: -35px
    }
    .popup_form_q {
        height: 99%;
        overflow: auto
    }
}

@media only screen and (max-height:715px) {
    .reviews_form_wrapper {
        height: 88%
    }
    .reviews_form_wrapper .air-close {
        top: -35px
    }
    .reviews_form {
        height: 99%;
        overflow: auto
    }
}

@media only screen and (max-width:620px) {
    .programs_popup {
        width: 95%;
        margin: 0 auto
    }
}

@media only screen and (max-width:465px) {
    .reviews_popup {
        width: 95%;
        margin: 0 auto
    }
    .reviews_popup .reviews_svg_abs {
        right: 10px
    }
}

@media only screen and (max-width:450px) {
    .__popup_abs_title {
        font-size: 18px
    }
    .programs_popup_title {
        font-size: 18px
    }
    .tourism_popup .tourism_items_container {
        padding: 20px 15px 0 15px
    }
}

@media only screen and (max-width:400px) {
    .popup_form {
        width: 95%;
        margin: 0 auto
    }
    .popup_form_title {
        font-size: 20px
    }
    .air-close {
        right: 10px
    }
    .reviews_popup_text {
        font-size: 16px
    }
    .riviews_popup_title {
        font-size: 20px
    }
}

@media only screen and (max-width:380px) {
    .reviews_popup .reviews_svg_abs {
        right: 9px
    }
    .tourism_popup .tourism_popup_title {
        font-size: 24px
    }
}

@media only screen and (max-width:340px) {
    .reviews_popup .reviews_svg_abs {
        right: 8px
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

li {
    list-style-type: none
}

button {
    cursor: pointer;
    outline: 0 none !important
}

body::-webkit-scrollbar {
    width: 3px
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090
}

.slick-slide img:focus {
    outline: 0 !important
}

.slick-slide:focus {
    outline: 0 !important
}

.towar-box-sec5 a {
    outline: 0 !important
}

.slick-slide {
    outline: 0 !important
}

.slick-slide p {
    outline: 0 !important
}

.slick-slide a {
    outline: 0 !important
}

.slick-slide div {
    outline: 0 !important
}

.slick-track {
    outline: 0 !important
}

input {
    outline: 0 none !important;
    font-family: Montserrat, sans-serif
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button {
    font-family: Montserrat, sans-serif
}

select {
    cursor: pointer;
    outline: 0 none !important;
    font-family: Montserrat, sans-serif
}

textarea {
    outline: 0 none !important;
    font-family: Montserrat, sans-serif
}

body {
    background: #f6f4f4;
    font-family: Montserrat, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif
}

p {
    color: #273755
}

ul {
    margin-bottom: 0
}

.app {
    overflow: hidden;
    min-width: 260px
}

.content {
    width: 1140px;
    margin: 0 auto
}

header {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 0
}

header .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    display: block;
    width: 173px
}

.header__logo img {
    width: 100%;
    display: block
}

.header__old-site-link {
  display: inline-block;
  /* padding: 8px 25px; */
  /* background: #273755; */
  /* border: 1px solid #273755; */
  border-radius: 100.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
}

.header__old-site p {
    text-align: center;
    width: 100%;
    margin-top: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #fff
}

.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #f6f4f4
}

.header__phone img {
    width: 21px;
    display: block;
    margin-right: 10px
}

.header__networks_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__networks {
    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;
    margin: 0 10px;
    -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15));
    background: #273755;
    border-radius: 100px;
    width: 40px;
    height: 40px
}

.header__networks img {
    width: 25px;
    display: block
}

.header__burger-meny {
    position: relative;
    width: 40px;
    height: 40px;
    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;
    cursor: pointer
}

.header__burger-meny span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.bb1 {
    margin-top: -18px
}

.bb3 {
    margin-bottom: -18px
}

.main-sec {
    width: 100%;
    height: 100vh;
    position: relative
}

.main-sec__border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    pointer-events: none
}

.main-sec__border img {
    width: 100%;
    display: block
}

.main-sec__bg-slide {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}

.main-sec__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    background: rgba(4, 19, 35, .6);
    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
}

.main-sec__wrapper .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-sec__text-wrapper {
    width: 625px
}

.main-sec__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    color: #f6f4f4
}

.main-sec__subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 136%;
    color: #f6f4f4;
    margin-top: 44px;
    width: 440px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.main-sec__btn {
    margin-top: 70px
}

.btnV1 {
    display: inline-block;
    border-radius: 100px;
    padding: 21px 37px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #3d3d3d;
    background: rgba(255, 234, 0, .8);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 100px;
    border: none;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.btnV1:hover {
    background: #3d3d3d;
    color: #ffea00;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.control-slider {
    width: 860px;
    margin-right: -380px;
    position: relative
}

.control-slider .slick-current .control-slider__img-wrapper img {
    height: 400px;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s
}

.control-slider .ar_slier {
    position: absolute;
    z-index: 50;
    border-radius: 100px;
    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: rgba(4, 19, 35, .62);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 49px;
    bottom: -80px;
    cursor: pointer;
    left: 0;
    width: 40px;
    height: 40px;
    top: auto
}

.control-slider .prev-ar_slide {
    left: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.control-slider .next-ar_slide {
    left: 85px
}

.control-slider .ar-ic-slider {
    width: 20px;
    height: 20px;
    background: url(../img/_src/ar.svg) no-repeat;
    background-size: cover;
    background-position: center
}

.control-slider__element {
    padding: 0 15px;
    height: 440px
}

.control-slider__conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.control-slider__wrapper-element {
    width: 100%;
    margin: auto 0
}

.control-slider__title {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, .85);
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.control-slider__img-wrapper {
    width: 100%;
    -webkit-box-shadow: 0 2px 7px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 7px 7px rgba(0, 0, 0, .25);
    border-radius: 17px;
    border-radius: 17px;
    overflow: hidden
}

.control-slider__img-wrapper img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
    -webkit-filter: brightness(70%);
    filter: brightness(70%)
}

.main-sec__bg-slide {
    width: 100%;
    height: 100vh
}

.main-sec__bg-slide img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.visa {
    padding: 100px 0 80px 0
}

.visa_content {
    position: relative
}

.visa_content__decor {
    width: 496px;
    position: absolute;
    top: -120px;
    right: -240px
}

.visa_content__decor img {
    width: 100%;
    display: block
}

.main_title {
    color: #273755
}

.visa_item_img {
    width: 70px;
    height: 70px;
    background: #273755;
    border-radius: 100px;
    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
}

.visa_item_img img {
    width: 35px;
    display: block
}

.work_info {
    width: 560px
}

.work_video {
    width: 490px;
    margin: 0;
    height: 380px;
    overflow: hidden;
    border-radius: 100px 16px 16px 191.5px
}

.work_info_text {
    margin-bottom: 60px
}

.work_info_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(61, 61, 61, .6);
    margin-bottom: 20px
}

.work {
    padding: 80px 0;
    background: 0 0
}

.staps-land {
    padding: 80px 0
}

.staps-land__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 45px
}

.satge_itemx {
    padding: 15px;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.satge_item__wrapper {
    background: #f7f7f7;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 15px;
    width: 100%;
    padding: 40px 20px
}

.stage_item_img {
    width: 70px;
    height: 70px;
    background: #cdd0d7;
    border-radius: 100px;
    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
}

.stage_item_img img {
    width: 35px;
    height: auto;
    border-radius: 0;
    display: block
}

.slick-arrow {
    margin: 0
}

.__item_number_text {
    color: #273755
}

.__item_number {
    color: #273755
}

.video_item {
    width: 100%;
    margin-bottom: 0
}

.video-element-wraper {
    padding: 15px
}

.rev-sec__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 45px
}

.__arrive_text {
    color: #fff
}

.__human_info_title {
    color: #fff
}

.__human_info_age {
    color: #fff
}

.contacts {
    padding: 80px 0
}

.rev-sec {
    padding: 80px 0
}

.select-styled {
    background: 0 0
}

.adressn {
    font-size: 20px;
    font-weight: 500
}

.contacts_item_img {
    background: #273755;
    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: 80px;
    height: 80px;
    border-radius: 100px;
    margin: 0
}

.contacts_item_img img {
    width: 30px;
    height: auto;
    display: block;
    border-radius: none
}

.contacts_item_info {
    width: calc(100% - 80px);
    margin: 0;
    padding-left: 23px
}

.__social_item a {
    background: #273755
}

.contacts_text_work {
    color: #273755
}

.btn-row-work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px
}

header {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    padding: 0
}

header content {
    padding: 20px 0
}

.hader-fixed {
    background: #273755
}

.header__fixed-mob {
    width: 100%;
    height: calc(100vh - 113px);
    display: none
}

.header__nav {
    margin: 0 auto;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__nav ul li {
    font-size: 26px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center
}

.header__nav ul li a {
    color: #ffff;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.header__nav ul li a:hover {
    color: #ffea00;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.activ-header {
    background: #273755
}

.activ-header .bb2 {
    opacity: 0
}

.activ-header .bb1 {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.activ-header .bb3 {
    margin-bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation li {
    font-size: 16px;
    margin-bottom: 13px
}

.navigation li a {
    color: #fff;
    opacity: .7;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.navigation li a:hover {
    opacity: 1;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.header__phone {
    -webkit-animation: pulse 3s ease-in-out infinite;
    animation: pulse 3s ease-in-out infinite
}

.header__networks {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.header__networks:hover {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    background: #3d3d3d
}

.header__old-site-link {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.header__old-site-link:hover {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    background: #3d3d3d
}

.control-slider .ar_slier {
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.control-slider .ar_slier:hover {
    background: #273755;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.staps-land .container {
    position: relative
}

.staps-land_decor {
    position: absolute;
    width: 270px;
    top: -175px;
    left: -275px
}

.staps-land_decor img {
    width: 100%;
    display: block
}

.footer_logo {
    width: 180px;
    display: block
}

.footer_logo img {
    width: 100%;
    height: auto;
    display: block
}

.staps-land_content {
    position: relative
}

.rev-sec_decor {
    position: absolute;
    width: 385px;
    right: -200px;
    top: -150px
}

.rev-sec_decor img {
    width: 100%;
    display: block
}

header .content {
    padding: 20px 0
}

.main-sec {
    min-height: 760px
}

.main-sec__bg-slide img {
    min-height: 760px
}

.preloader-conteiner {
    width: 100%;
    height: 100vh;
    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: 9999;
    top: 0;
    left: 0;
    position: fixed;
    background: #24242c
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: sk-chase 2.5s infinite linear both;
    animation: sk-chase 2.5s infinite linear both
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
    animation: sk-chase-dot 2s infinite ease-in-out both
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
    animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5) {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6) {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-chase-dot:nth-child(1):before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4):before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5):before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6):before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

@-webkit-keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-chase-dot {
    100%,
    80% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot {
    100%,
    80% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.hidePreloader {
    opacity: 0;
    pointer-events: none
}

.header_mobile_item {
    display: none
}

@media only screen and (max-width:1360px) {
    .rev-sec_decor {
        right: -100px
    }
    .staps-land_decor {
        left: -200px
    }
}

@media only screen and (max-width:1160px) {
    .content {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
    header .content {
        padding: 20px
    }
    .main-sec__wrapper .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .main-sec__wrapper .content {
        width: 100%
    }
    .control-slider__element {
        height: 300px
    }
    .header__old-site {
        display: none
    }
    .main-sec__text-wrapper {
        width: 100%;
        text-align: center
    }
    .main-sec__text-wrapper .main-sec__subtitle {
        text-align: left;
        margin-top: 30px
    }
    .control-slider__img-wrapper img {
        height: 200px
    }
    .control-slider .slick-current .control-slider__img-wrapper img {
        height: 250px
    }
    .control-slider {
        width: 100%;
        margin-right: 0;
        margin-top: 30px
    }
    .control-slider .ar_slier {
        display: none;
        opacity: 0;
        z-index: -100
    }
    .main-sec__title {
        font-size: 36px
    }
    .visa_content__decor {
        width: 300px;
        right: -100px;
        top: -100px
    }
    .main-sec__title {
        text-align: left
    }
    .main-sec__text-wrapper {
        text-align: left
    }
    .slick-dots {
        margin: 0
    }
    .slick-dots li button {
        width: 40px;
        height: 4px;
        background: #ccc
    }
    .video_item {
        margin-bottom: 0
    }
}

@media only screen and (max-width:1000px) {
    .work_info {
        width: 100%
    }
    .work_video {
        margin-top: 40px;
        width: 100%;
        border-radius: 20px
    }
    .work_info_text {
        margin-bottom: 30px
    }
    .staps-land_decor {
        display: none
    }
    .rev-sec_decor {
        display: none
    }
    .visa_content__decor {
        display: none
    }
    .visa {
        padding: 70px 0 40px 0
    }
    .work {
        padding: 40px 0
    }
    .staps-land {
        padding: 40px 0
    }
    .rev-sec {
        padding: 40px 0
    }
    .main_line {
        margin-top: 20px;
        margin-bottom: 0
    }
    .visa_items {
        margin-top: 40px
    }
    .staps-land__slider {
        margin-top: 25px
    }
    .rev-sec__slider {
        margin-top: 25px
    }
    .video_item_img {
        height: 250px
    }
    .video_item {
        height: 250px
    }
    .contacts {
        padding: 40px 0
    }
    .contacts_items {
        margin-top: 40px
    }
    .work_info_text {
        margin-top: 40px
    }
}

@media only screen and (max-width:820px) {
    .video_item_img {
        height: 350px
    }
    .video_item {
        height: 350px
    }
}

@media only screen and (max-width:800px) {
    .video_item .video_item_img {
        height: 350px
    }
    .video_item {
        height: 350px
    }
}

@media only screen and (max-width:750px) {
    .header__networks_row {
        display: none
    }
    .header__phone {
        display: none
    }
    .header__logo {
        width: 120px
    }
    .main-sec__title {
        font-size: 26px;
        line-height: 1.3
    }
    .main-sec__text-wrapper .main-sec__subtitle {
        margin-top: 20px;
        font-size: 16px;
        width: 100%
    }
    .btnV1 {
        padding: 12px 20px;
        font-size: 16px
    }
    .main-sec__btn {
        margin-top: 40px
    }
    .control-slider__title {
        font-size: 14px
    }
    .control-slider__element {
        height: 230px
    }
    .control-slider__img-wrapper img {
        height: 130px
    }
    .control-slider .slick-current .control-slider__img-wrapper img {
        height: 200px
    }
    .header__nav ul li {
        font-size: 20px;
        margin-bottom: 20px
    }
    .btn-row-work {
        margin-top: 20px
    }
    .work_video {
        height: 300px
    }
    .video_item {
        height: 260px
    }
    .video_item .video_item_img {
        height: 260px
    }
    .slick-dots li button:before {
        width: 0;
        height: 0;
        opacity: 0;
        position: absolute
    }
    .slick-dots li {
        width: auto;
        height: auto;
        padding: 0
    }
    .air-close {
        right: 0
    }
    .header_mobile_item {
        display: block
    }
    .header__nav {
        margin-top: 40px;
        margin-bottom: 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 20px
    }
    .header__nav ul li {
        text-align: left
    }
    .slick-dots li button {
        width: 20px
    }
    .visa_item {
        margin: 0
    }
    .visa_items {
        width: 100%;
        margin-left: 0
    }
    .visa_items .slick-list {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-radius: 10px
    }
    .visa_item {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .visa_item_img {
        margin: 0 auto
    }
}

@media only screen and (max-width:500px) {
    .visa_item {
        width: 100%;
        margin: 0 15px 20px 15px
    }
    .content {
        padding-left: 15px;
        padding-right: 15px
    }
    .main-sec {
        min-height: 750px
    }
    .main-sec__bg-slide img {
        min-height: 750px
    }
    .footer_logo {
        width: 130px
    }
    .footer_nav {
        width: 100%
    }
    .visa_item {
        margin: 0
    }
    .visa_items {
        width: 100%;
        margin-left: 0
    }
}

@media only screen and (max-width:400px) {
    .main-sec__text-wrapper .main-sec__subtitle {
        margin-top: 10px;
        font-size: 15px
    }
    .main-sec__title {
        font-size: 24px
    }
    .main-sec__wrapper {
        padding-top: 80px
    }
}

.message-go-sec {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center
}

.message-go-sec__wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    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
}

.message-go-sec__text-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.message-go-sec__text-wrapper .main-sec__title {
    text-align: center
}

.message-go-sec__text-wrapper .main-sec__subtitle {
    text-align: center;
    width: 100%
}

@media only screen and (max-width:500px) {
    .message-go-sec__text-wrapper .main-sec__subtitle {
        font-size: 16px;
        margin-top: 20px
    }
}
