@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
body {
    background: #fff;
    font-family: 'NeueRegular';
    font-size: 16px;
    color: #000;
}

a {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

a:hover,
a:active {
    text-decoration: none;
}

.general_main {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.general_section {
    max-width: 1090px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrap_header {
    height: 139px;
}

.header {
    width: 100%;
    z-index: 10;
}

.header.fixed {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e3e3e3;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header.fixed .section_header {
    padding: 18px 15px;
}

.section_header {
    max-width: 1360px;
    margin: 0 auto;
    padding: 32px 15px 19px;
}

.top_header_row {
    position: relative;
    padding-bottom: 6px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.header.fixed .top_header_row {
    padding-bottom: 0;
    justify-content: flex-end;
}

.title_header {
    font-size: 15px;
    line-height: 19px;
    color: #979797;
    text-transform: uppercase;
    padding-right: 10px;
}

.main_header .title_header,
.main_header .lang li a,
.main_header .lang li::before,
.main_header .nav_list li a,
.main_header .header_phone a {
    color: #fff;
}

.logo {
    background: url(../img/logo-black.png) no-repeat;
    background-size: cover;
    max-width: 272px;
    width: 100%;
    height: 51px;
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.logohome2 {
    background: url(../img/logo-white.png) no-repeat;
    background-size: cover;
    max-width: 272px;
    width: 100%;
    height: 51px;
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.logohome3 {
    background: url(../img/logo-black.png) no-repeat;
    background-size: cover;
    max-width: 272px;
    width: 100%;
    height: 51px;
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.main_header .logo {
    /*background: url(../img/logo-white.png) no-repeat;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.send_request {
    border: 0.7px solid #979797;
    width: 155px;
    height: 42px;
    font-size: 12px;
    line-height: 27px;
    color: #000;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    display: flex;
}

.header.fixed .send_request {
    background: #fff;
    border-color: #979797;
    width: 153px;
    height: 40px;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.row_button_search {
    width: 195px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.btn_search,
.main_title .header.fixed .btn_search {
    background: url(../img/search-black.png);
    background-size: cover;
    width: 22px;
    height: 22px;
    display: block;
}

.main_title .btn_search {
    background: url(../img/search-white.png);
    background-size: cover;
}

.header_search_form {
    max-width: 420px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 1;
    display: none;
}

.input_header_search {
    background: #fff;
    width: 100%;
    height: 43px;
    font-size: 34px;
    border: 1px solid #979797;
    padding: 0 15px;
}

.main_header .send_request {
    background: #979797;
    border: 0.7px solid #FFFFFF;
    color: #000;
}

.nav {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.header.fixed .lang,
.header.fixed .header_phone,
.header.fixed .title_header,
.header.fixed .logo {
    display: none;
}

.lang {
    font-size: 0;
}

.lang li {
    position: relative;
    margin-right: 5px;
    padding-right: 12px;
    vertical-align: top;
    display: inline-block;
}

.lang li::before {
    content: '/';
    font-size: 16px;
    line-height: 20px;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.lang li:last-child:before {
    display: none;
}

.lang li a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    opacity: .5;
}

.lang li.active a {
    opacity: 1;
}

.row_right_nav {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.nav_list {
    display: flex;
}

.nav_list li {
    margin: 0 18px;
}

.nav_list li a {
    font-family: 'NeueMedium';
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    display: table;
}

.nav_list li a:hover,
.nav_footer li a:hover {
    text-decoration: underline;
}

.header.fixed .nav_list li {
    margin: 0 15px;
}

.header.fixed .nav_list li a {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.logo_hidden {
    display: none;
}

.logo_hidden img {
    height: 51px;
}

.header.fixed .logo_hidden {
    width: 56px;
    height: 51px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 12px;
    z-index: 1;
}

.header.fixed .logohome2 {
    display: none;
}

.header.fixed .logohome3 {
    display: none;
}

.header.fixed .row_right_nav,
.header.fixed .nav {
    position: absolute;
    left: 110px;
    right: 110px;
    display: block;
    top: 15px;
}

.header.fixed .nav_list {
    justify-content: center;
}

.header_phone {
    padding: 0 15px;
}

.header_phone a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: table;
}

.burger {
    position: absolute;
    width: 23px;
    height: 16px;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    z-index: 11;
}

.bar {
    padding: 0;
    width: 23px;
    height: 2px;
    background-color: #000;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
    position: absolute;
}

.main_title .bar {
    background-color: #fff;
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 6.5px;
}

.bar2 {
    width: 0;
    transform: rotate(90deg);
    left: 13.5px;
}

.bar3 {
    width: 0;
    left: 13.5px;
}

.bar3 {
    right: 0;
}

.bar4 {
    top: 6.5px;
}

.bar5 {
    bottom: 0px;
}

.burger.active .bar1 {
    top: 13.5px;
    background-color: transparent !important;
}

.burger.active .bar2 {
    left: 0px;
    width: 23px;
    transform: rotate(45deg);
}

.burger.active .bar3 {
    left: 0;
    width: 23px;
    transform: rotate(-45deg);
}

.burger.active .bar4 {
    background-color: transparent !important;
}

.burger.active .bar5 {
    bottom: 13.5px;
    background-color: transparent !important;
}

.main_title {
    background: url(../img/main-title.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 35px;
    position: relative;
}

.title_section {
    text-align: center;
    padding-top: 145px;
}

.btn_play {
    background: url(../img/btn-play.svg);
    width: 161px;
    height: 161px;
    margin: 0 auto 73px;
    display: block;
}

.head_title_section {
    max-width: 801px;
    font-size: 47px;
    line-height: 52px;
    color: #fff;
    margin: 0 auto 160px;
}

.arrow_title {
    background: url(../img/arrow-title.svg) no-repeat;
    width: 141px;
    height: 59px;
    margin: 0 auto;
    display: block;
}

.send_request:hover,
.btn_go_to:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.prepare_select {
    max-width: 1160px;
    text-align: center;
    margin: 0 auto;
    padding: 52px 15px 119px;
}

.sub_title {
    font-size: 47px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 34px;
}

.info_prepare_select {
    max-width: 1032px;
    font-size: 23px;
    line-height: 41px;
    text-align: justify;
    margin: 0 auto;
    padding-bottom: 61px;
}

.prepare_select_list {
    padding-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.prepare_select_list li {
    max-width: 308px;
    width: 100%;
    padding: 0 14px 20px;
}

.wrap_prepare_select_list {
    display: block;
}

.prepare_select_list li img,
.img_map_about img {
    width: 100%;
}

.info_prepare_select_list {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    padding-top: 16px;
}

.btn_go_to {
    border: 0.7px solid #979797;
    width: 277px;
    height: 58px;
    font-size: 15px;
    line-height: 27px;
    color: #000;
    text-transform: uppercase;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.show_more {
    width: 229px;
    cursor: pointer;
}

.all_reviews {
    width: 175px;
}

.main_news {
    background: #F5F5F5;
    padding: 54px 15px 80px;
}

.list_main_news {
    max-width: 1061px;
    margin: 0 auto;
    padding: 13px 0 59px;
}

.list_main_news li {
    margin-bottom: 68px;
}

.list_main_news li:last-of-type,
.text_list_main_news:last-of-type,
.list_main_reviews li:last-of-type {
    margin-bottom: 0;
}

.header_main_news {
    padding-bottom: 40px;
}

.header_main_news p {
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 12px;
}

.date_list_main_news {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 12px;
}

.title_list_main_news {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.text_list_main_news {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 12px;
}

.heli_new_year {
    background: url(../img/heli-new-year.svg) no-repeat center right;
    padding-right: 20px;
    display: table;
}

.main_video_reports {
    text-align: center;
    padding: 58px 15px 115px;
}

.info_main_video_reports {
    max-width: 1015px;
    font-size: 23px;
    line-height: 41px;
    text-align: justify;
    margin: 0 auto;
    padding: 2px 0 60px;
}

.list_main_video_reports {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 51px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.list_main_video_reports li {
    padding: 0 18px 20px;
}

.wrap_list_main_video_reports {
    max-width: 329px;
    position: relative;
}

.btn_play_main_video_reports {
    background: url(../img/play-main-video-reports.svg) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main_reviews {
    background: #F5F5F5;
    padding: 54px 15px 118px;
}

.list_main_reviews {
    max-width: 1060px;
    margin: 0 auto;
    padding: 20px 0 58px;
}

.list_main_reviews li {
    min-height: 194px;
    margin-bottom: 58px;
    padding-left: 227px;
    position: relative;
}

.img_main_reviews {
    position: absolute;
    top: 0;
    left: 0;
}

.title_text_main_reviews {
    font-size: 23px;
    line-height: 41px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.additional_main_reviews {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 10px;
}

.info_text_main_reviews {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.06em;
}

.main_partners {
    text-align: center;
    padding: 55px 15px 8px;
}

.list_main_partners {
    font-size: 0;
    padding-top: 5px;
}

.list_main_partners li {
    padding: 0 20px 50px 20px;
    vertical-align: middle;
    display: inline-block;
}

.burton {
    width: 240px;
}

.gopro {
    max-width: 300px;
    width: 100%;
}

.sony,
.sv,
.doski {
    width: 209px;
}

.dakine {
    max-width: 275px;
    width: 100%;
}

.footer {
    background: #000;
    color: #fff;
    padding: 26px 0;
}

.section_footer {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: space-between;
    display: flex;
}

.copi {
    font-family: 'NeueMedium';
    font-size: 13px;
    line-height: 22px;
}

.address_footer {
    width: 152px;
    font-family: 'NeueMedium';
    font-size: 13px;
    line-height: 22px;
}

.phone_footer {
    width: 135px;
}

.phone_footer a {
    font-family: 'NeueMedium';
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 3px;
    display: table;
}

.nav_footer li {
    padding-bottom: 3px;
}

.nav_footer li a {
    font-family: 'NeueMedium';
    font-size: 13px;
    line-height: 22px;
    color: #fff;
}

.subscribe_news_social {
    max-width: 1090px;
    margin: 0 auto;
    padding: 32px 15px 52px;
}

.form_subscribe {
    margin-bottom: 30px;
    flex-wrap: wrap;
    display: flex;
}

.wrap_input_form_subscribe {
    width: 234px;
    margin-right: 13px;
    position: relative;
}

.input_form_subscribe {
    border: 1px solid #979797;
    width: 100%;
    height: 58px;
    font-size: 15px;
    line-height: 27px;
    color: #979797;
    padding: 0 24px;
}

.input_form_subscribe::placeholder {
    color: #979797;
}

.submit_form_subscribe {
    background: #000;
    width: 268px;
    height: 58px;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
}

.subscribe_link {
    font-size: 15px;
    line-height: 27px;
    color: #000;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
}

.social_footer {
    justify-content: flex-end;
    display: flex;
}

.social_footer li {
    background: url(../img/social-footer.svg);
    width: 48px;
    height: 48px;
    margin-right: 24px;
}

.social_footer li:last-of-type {
    margin-right: 0;
}

.social_footer li a {
    width: 48px;
    height: 48px;
    display: block;
}

.social_footer li:nth-child(2) {
    background-position: -72px 0;
}

.social_footer li:nth-child(3) {
    background-position: -144px 0;
}

.social_footer li:nth-child(4) {
    background-position: -216px 0;
}

.social_footer li:nth-child(5) {
    background-position: -288px 0;
}

.inner_caps {
    height: 165px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.caps_about {
    background: url(../img/caps-about.jpg) no-repeat center top;
}

.title_inner_caps {
    font-size: 46px;
    line-height: 82px;
    color: #fff;
    text-transform: uppercase;
}

.desc_about {
    max-width: 1045px;
    margin: 0 auto;
    padding: 58px 15px 0;
}

.list_desc_about {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 49px;
}

.list_desc_about li {
    margin-bottom: 12px;
    justify-content: space-between;
    display: flex;
}

.list_desc_about li:last-of-type,
.item_text_banner_about:last-of-type,
.list_article_blog li:last-of-type {
    margin-bottom: 0;
}

.text_list_desc_about {
    max-width: 461px;
    width: 100%;
    padding: 0 10px 0 0;
}

.list_desc_about li:nth-child(2n) .text_list_desc_about {
    max-width: 546px;
    padding: 0 0 0 10px;
    order: 2;
}

.title_list_desc_about {
    border-top: 7px solid #000;
    font-family: 'NeueBold';
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 35px;
    padding-top: 33px;
}

.text_list_desc_about p {
    font-size: 20px;
    line-height: 35px;
    color: #979797;
}

.sub_title_list_desc_about {
    max-width: 437px;
    font-family: 'NeueBold';
    font-size: 25px;
    line-height: 35px;
    padding-top: 12px;
}

.sub_title_map_about {
    font-size: 28px;
    line-height: 35px;
    margin: 0;
    padding: 36px 15px 38px;
}

.img_map_about {
    max-width: 1920px;
    text-align: center;
    margin: 0 auto;
}

.item_records_facts {
    padding: 37px 15px 0;
}

.sub_title_about {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 38px;
}

.list_records_facts {
    max-width: 1110px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.list_records_facts li {
    padding: 0 10px 65px;
}

.wrap_list_records_facts {
    max-width: 318px;
    width: 100%;
}

.wrap_list_records_facts b {
    font-weight: bold;
}

.img_list_records_facts {
    position: relative;
}

.img_list_records_facts:after,
.img_banner_about::after {
    background: url(../img/arrow-records-facts.svg);
    width: 12px;
    height: 61px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -48px;
    transform: translateX(-50%);
    z-index: 1;
}

.wrap_list_records_facts p {
    max-width: 275px;
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    color: #7F7F7F;
    margin: 0 auto;
    padding-top: 57px;
}

.info_list_records_facts strong,
.item_text_banner_about strong,
.desc_shooting_studio strong {
    font-family: 'NeueMedium';
    color: #000;
}

.text_banner_about b {
    font-weight: bold;
}

.banner_about {
    max-width: 1043px;
    text-align: center;
    margin: -50px auto 0;
    padding: 0 15px;
}

.img_banner_about {
    position: relative;
}

.text_banner_about {
    border-bottom: 1px solid #E0E0E0;
    padding: 58px 0 185px;
}

.text_banner_about p {
    font-size: 15px;
    line-height: 23px;
    color: #7F7F7F;
}

.text_banner_about p:first-child {
    margin-bottom: 22px;
}

.shooting_about {
    max-width: 1043px;
    margin: 0 auto;
    padding: 48px 15px 21px;
}

.text_shooting_about {
    font-size: 15px;
    line-height: 23px;
    color: #7F7F7F;
}

.item_shooting_studio {
    margin: 0 auto;
    display: table;
}

.row_shooting_studio {
    align-items: center;
    display: flex;
}

.text_shooting_studio {
    max-width: 305px;
    width: 100%;
    padding-left: 13px;
}

.text_shooting_studio p {
    font-size: 20px;
    line-height: 23px;
    color: #7F7F7F;
}

.text_shooting_studio a {
    font-family: 'NeueMedium';
    font-size: 21px;
    line-height: 23px;
    color: #000;
    text-decoration: underline;
}

.text_shooting_studio a:hover {
    text-decoration: none;
}

.desc_shooting_studio {
    max-width: 958px;
    font-size: 15px;
    line-height: 23px;
    color: #7F7F7F;
    padding-top: 49px;
}

.desc_shooting_studio a {
    color: #000;
    font-weight: bold;
}

.item_video_shooting_studio {
    max-width: 758px;
    margin: 0 auto;
    position: relative;
}

.item_video_shooting_studio::after {
    padding-top: 56%;
    content: '';
    display: block;
}

.item_video_shooting_studio iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.item_we_are_chosen {
    max-width: 1043px;
    margin: 0 auto;
    padding: 0 15px 10px;
}

.item_we_are_chosen h2 {
    margin-bottom: 18px;
}

.text_item_we_are_chosen {
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 43px;
}

.row_we_are_chosen {
    margin: 0 -34px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.row_we_are_chosen img {
    padding: 15px 34px;
    width: auto;
}

.caps_blog {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/caps-blog.jpg);
    background-size: 1440px 368px;
    background-position: center top;
}

.wrap_blog {
    max-width: 1067px;
    margin: 0 auto;
    padding: 42px 15px 20px;
}

.row_item_blog {
    justify-content: space-between;
    display: flex;
    padding-bottom: 25px;
}

.article_blog {
    max-width: 662px;
    width: 100%;
    padding-right: 10px;
}

.list_article_blog li a img {
    width: 100%;
}

.list_article_blog li {
    margin-bottom: 41px;
}

.link_article_blog {
    color: #fff;
    display: block;
    position: relative;
}

.black_link_article_blog {
    color: #000;
}

.item_text_list_article_blog {
    padding: 56px 42px 43px 59px;
    flex-direction: column;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.post-2407 .link_article_blog {
    color: #000;
}

.division_ar_bl {
    font-size: 17px;
    line-height: 30px;
    flex: 1;
}

.text_list_article_blog {
    flex: 0;
}

.title_list_article_blog {
    border-bottom: 6px solid #fff;
    font-size: calc(21px + (55 - 21) * ((100vw - 280px) / (1350 - 280)));
    line-height: calc(24px + (56 - 24) * ((100vw - 280px) / (1350 - 280)));
    ;
    margin-bottom: 8px;
    padding-bottom: 7px;
    text-align: start;
}

.black_link_article_blog .title_list_article_blog {
    border-color: #000;
}

.sub_title_list_article_blog {
    font-size: calc(16px + (22 - 16) * ((100vw - 280px) / (1350 - 280)));
    line-height: calc(18px + (27 - 18) * ((100vw - 280px) / (1350 - 280)));
}

.item_news_blog {
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    max-width: 365px;
    width: 100%;
    padding: 0 39px 78px 20px;
}

.list_news_blog li {
    margin-bottom: 33px;
}

.list_news_blog li:last-of-type {
    margin-bottom: 0;
}

.rublic_news_blog {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #01ABC5;
    margin: 5px 0 4px;
    display: table;
}

.title_news_blog,
.title_news_blog a {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    text-align: left;
}

.title_news_blog span {
    /*text-transform: lowercase;*/
}

.img_list_main_news {
    text-align: center;
}

.title_news_blog a:hover {
    color: #01ABC5;
}

.regions_list {
    background: #000;
    max-width: 1440px;
    margin: 0 auto;
    flex-wrap: wrap;
    display: flex;
}

.regions_list>li {
    width: 33.333%;
}

.link_regions_list {
    position: relative;
    height: 100%;
    color: #fff;
    display: block;
}

.link_regions_list:before {
    padding-top: 100%;
    content: '';
    display: block;
}

.link_regions_list::after {
    background: #040404;
    width: 100%;
    height: 100%;
    content: '';
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

.regions_list>li:hover .link_regions_list::after {
    opacity: 0.4;
}

.link_regions_list>img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.top_row_regions_list {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: 24px;
    right: 30px;
    left: 24px;
    z-index: 2;
    align-items: start;
}
.top_row_regions_list > img {
max-width: 50px;
}

.points_regions {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.points_regions li {
    margin-left: 19px;
    margin-bottom: 15px;
}

.points_regions li img {
    width: 28px;
    height: 28px;
    object-fit: cover;
}

.text_regions_list {
    text-align: center;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 68px;
    z-index: 2;
}

.name_regions_list {
    font-size: 52px;
    line-height: 77px;
    margin-bottom: 32px;
}

.btn_regions_list {
    border: 1px solid #fff;
    width: 224px;
    height: 58px;
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    transition: all .3s;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.btn_regions_list:hover {
    background: #fff;
    color: #000;
}

.caps_team {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/caps-team.jpg);
    background-size: 1440px 368px;
    background-position: center;
    background-position: center top;
}

.wrap_team {
    padding: 35px 15px;
}

.desc_team {
    max-width: 1086px;
    font-size: 23px;
    line-height: 41px;
    text-align: justify;
    margin: 0 auto 66px;
}

.nav_team {
    padding-bottom: 16px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.nav_team li {
    padding: 0 7px 10px;
}

.nav_team li a {
    border: 1px solid #979797;
    font-size: 16px;
    line-height: 29px;
    color: #000;
    text-transform: uppercase;
    padding: 14px 21px;
    display: block;
}

.item_team {
    border-bottom: 1px solid #E0E0E0;
    max-width: 1013px;
    margin: 0 auto 21px;
}

.item_team:last-of-type {
    border: none;
    margin-bottom: 0;
}

.title_team {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.text_list_item_shop p {
    font-family: 'NeueBook';
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 12px;
}

.text_list_item_shop p.price_item_shop {
    font-size: 23px;
    line-height: 25px;
}

.region_header_region .single_programs_date {
    padding-left: 10px;
}

.list_team {
    margin: 0 -6px;
    padding-bottom: 29px;
    flex-wrap: wrap;
    display: flex;
}

.list_team li {
    padding: 0 6px 60px;
}

.link_team {
    max-width: 324px;
    width: 100%;
    color: #919191;
    position: relative;
    display: block;
}

.link_team:hover {
    background: whitesmoke;
}

.link_team:after {
    content: '';
    border-left: 1px solid #979797;
    border-top: 1px solid #979797;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -1px;
    top: -1px;
}

.link_team:before {
    content: '';
    border-right: 1px solid #979797;
    border-top: 1px solid #979797;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.title_list_team {
    font-family: 'NeueMedium';
    font-size: 20px;
    line-height: 35px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}

.img_list_team {
    padding: 0 16px;
    text-align: center;
}

.text_list_team {
    position: relative;
    font-family: 'NeueRegular', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    padding: 15px 5px 15px 16px;
}

.text_list_team:after {
    content: '';
    border-left: 1px solid #979797;
    border-bottom: 1px solid #979797;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.text_list_team:before {
    content: '';
    border-right: 1px solid #979797;
    border-bottom: 1px solid #979797;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.wrap_team_member {
    max-width: 1092px;
    margin: 0 auto;
    padding: 39px 15px 46px;
}

.item_team_member {
    border: 1px solid #E0E0E0;
    border-top: none;
    padding-bottom: 47px;
}

.main_img_team_member {
    max-width: 688px;
    margin: 0 auto 14px;
    text-align: center;
}

.content_item_team_member {
    border-top: 1px solid #E0E0E0;
    padding: 32px 13px 0;
}

.title_content_item_team_member {
    font-family: 'TimesNewReg';
    font-size: 60px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.text_content_item_team_member {
    padding-bottom: 29px;
}

.text_content_item_team_member p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 33px;
}

.text_content_item_team_member figure {
    text-align: center;
    padding-top: 40px;
}

.text_content_item_team_member p strong,
.desc_item_team_member p strong {
    font-family: 'NeueMedium';
}

.text_content_item_team_member p:last-of-type,
.desc_item_team_member p:last-of-type,
.list_item_shop li:last-of-type {
    margin-bottom: 0;
}

.desc_item_team_member {
    padding: 28px 0 30px;
}

.desc_item_team_member p {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 30px;
}

.wrap_slider_photo {
    /*padding: 86px 0 53px;*/
}

.slick-prev,
.slick-next {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../img/arrow-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 52px 122px;
    width: 200px;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.slick-next {
    background-image: url(../img/arrow-next.png);
    left: auto;
    right: 0;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.video_team_member {
    position: relative;
    padding-top: 70px;
}

.video_team_member:before {
    padding-top: 56.6%;
    content: '';
    display: block;
}

.video_team_member iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wrap_item_shop {
    padding: 35px 15px 60px;
}

.text_item_shop {
    max-width: 1088px;
    font-size: 23px;
    line-height: 41px;
    text-align: justify;
    margin: 0 auto 49px;
}

.list_item_shop {
    border-top: 1px solid #E0E0E0;
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 53px;
}

.list_item_shop li {
    border-bottom: 1px solid #E0E0E0;
    min-height: 365px;
    margin-bottom: 35px;
    padding: 0 0 35px 450px;
    position: relative;
}

.list_item_shop li:last-of-type {
    border: none;
}

.img_list_item_shop {
    max-width: 370px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 25px;
}

.title_list_item_shop {
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.info_item_shop {
    font-family: 'NeueBook';
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 12px;
}

.price_item_shop {
    font-size: 23px;
    line-height: 25px;
    padding-top: 24px;
}

.wrap_item_contacts {
    text-align: center;
    padding: 58px 15px;
}

.phone_contact,
.email_contact {
    padding-bottom: 24px;
}

.title_contact {
    font-size: 23px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.phone_contact a,
.email_contact a {
    font-size: 23px;
    line-height: 41px;
    color: #000;
}

.address_contact p {
    font-size: 23px;
    line-height: 41px;
    padding-bottom: 33px;
}

.address_contact span {
    font-size: 18px;
    line-height: 22px;
}

.map {
    position: relative;
}

.map:before {
    padding-top: 34.8%;
    content: '';
    display: block;
}

.map iframe,
.video_article_blog_article iframe,
.video_region iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wrap_blog_article {
    padding: 37px 15px 30px;
}

.row_blog_article {
    max-width: 1070px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
}

.article_blog_article {
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    max-width: 713px;
    width: 100%;
}

.banner_blog_article {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 15px 15px;
    text-align: center;
}

.header_article_blog_article {
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    padding: 29px 24px 37px;
}

.date_header_article_blog_article {
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 27px;
    color: #919191;
    padding-bottom: 22px;
}

.date_header_article_blog_article a,
.text_body_article_blog_article a {
    color: #01ABC5;
}

.title_header_article_blog_article {
    /*max-width: 368px;*/
    font-family: 'TimesNewReg';
    font-size: 60px;
    line-height: 68px;
    margin: 0 auto;
    padding-bottom: 12px;
}

.info_header_article_blog_article {
    font-family: 'TimesNewReg';
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 9px;
}

.autor_header_article_blog_article {
    font-family: 'TimesNewItalic';
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 51px;
}

.autor_header_article_blog_article a {
    font-family: 'TimesNewReg';
    line-height: 27px;
    color: #01ABC5;
}

.body_article_blog_article {
    padding: 10px 13px 0;
}

.text_body_article_blog_article {
    /*font-size: 18px;*/
    /*line-height: 30px;*/
    /*padding-bottom: 27px;*/
}

.text_body_article_blog_article p {
    padding-bottom: 27px;
    font-size: 18px;
    line-height: 30px;
}

.backstage_article_blog {
    padding: 27px 0 86px;
}

.backstage_article_blog p strong {
    font-family: 'NeueMedium';
}

.backstage_article_blog p:last-of-type {
    padding-bottom: 0;
}

.backstage_article_blog_bottom {
    padding-bottom: 29px;
}

.wrap_video_article_blog_article {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 55px;
    padding-bottom: 45px;
}

.video_article_blog_article {
    margin-bottom: 15px;
    position: relative;
}

.video_article_blog_article:before {
    padding-top: 58.5%;
    content: '';
    display: block;
}

.link_video_article_blog_article {
    font-family: 'NeueMedium';
    font-size: 18px;
    line-height: 22px;
    color: #01ABC5;
}

.popular_blog_article {
    max-width: 351px;
    width: 100%;
    padding: 30px 0 0 10px;
}

.title_popular_blog {
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 0.17em;
    color: #777;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 23px;
}

.list_popular_blog li {
    min-height: 144px;
    margin-bottom: 24px;
    padding-left: 141px;
    position: relative;
}

.img_list_popular_blog {
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
}

.img_list_popular_blog img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.public_link {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #01ABC5;
    margin-bottom: 10px;
    display: table;
}

.title_list_popular_blog,
.title_list_popular_blog a {
    font-family: 'TimesNewReg';
    font-size: 22px;
    line-height: 22px;
    color: #000;
}

.title_list_popular_blog span {
    font-family: 'TimesNewItalic';
    text-transform: lowercase;
}

.addthis-smartlayers.addthis-smartlayers-desktop {
    display: none !important;
}

.header_region {
    background: url(../img/header-region.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 472px;
    position: relative;
    padding: 25px 15px 117px;
    flex-direction: column;
    display: flex;
}

.header_region::after,
.header_about_program::after {
    background: #040404;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.3;
}

.region_header_region {
    position: relative;
    align-items: center;
    display: flex;
    z-index: 1;
}

.region_header_region img {
    width: 118px;
}

.region_header_region span {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 35px;
}

.title_header_region {
    font-size: 52px;
    line-height: 77px;
    color: #fff;
    text-align: center;
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.description_region {
    background: #999999;
    padding: 30px 15px 22px;
}

.list_activities_region {
    margin: 0 -20px;
    padding-bottom: 25px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.list_activities_region li {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 12px 10px;
    align-items: center;
    display: flex;
}

.icon_activities_region {
    width: 51px;
    height: 51px;
    margin-right: 18px;
}

.icon_activities_region img {
    width: 100%;
    height: auto;
    display: block;
}

.nav_description_region {
    max-width: 637px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.nav_description_region li {
    padding: 0 5px;
}

.nav_description_region li a {
    font-family: 'NeueMedium';
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.wrap_about_region {
    max-width: 1090px;
    margin: 0 auto;
    padding: 55px 15px;
}

.title_region {
    font-size: 47px;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 37px;
}

.text_about_region {
    padding: 27px 0 110px;
}

.text_about_region p u a {
    font-weight: 600;
    color: #000;
}

.text_about_region p a {
    font-weight: 600;
    color: #000;
}

.blocks-gallery-grid {
    width: 100%;
}

.text_about_region p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 27px;
}

.text_about_region p:last-of-type {
    margin-bottom: 0;
}

.video_region {
    position: relative;
}

.video_region::after {
    padding-top: 55.5%;
    content: '';
    display: block;
}

.programs_regions {
    padding: 90px 15px 5px;
}

.list_programs_regions {
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.list_programs_regions li {
    width: 252px;
    text-align: center;
    padding: 0 15px 40px;
}

.img_list_programs_regions {
    margin-bottom: 14px;
    display: block;
}

.link_list_programs_regions {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    display: block;
}

.related_programs_region {
    background: #FAFAFA;
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    padding: 54px 15px 29px;
}

.container_related_programs_region {
    max-width: 960px;
    margin: 0 auto;
}

.list_related_programs_region {
    margin: 0 -15px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.list_related_programs_region li {
    width: 252px;
    text-align: center;
    padding: 0 15px 10px;
}

.other_region {
    padding: 55px 15px 0;
}

.region_list {
    max-width: 487px;
    margin: 0 auto;
}

.region_list li {
    width: 100% !important;
}

.header_about_program {
    /*background: url(../img/header-about-program.jpg);*/
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 472px;
    position: relative;
    padding: 25px 15px 117px;
    flex-direction: column;
    display: flex;
}

.wrap_about_program {
    max-width: 1090px;
    margin: 0 auto;
    padding: 55px 15px 82px;
}

.wrap_about_program .text_about_region {
    padding-bottom: 0;
}

.list_schedule_about_program {
    max-width: 1065px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.list_schedule_about_program li {
    max-width: 353px;
    width: 100%;
    padding: 0 13px 78px;
}

.title_schedule_about_program {
    font-size: 23px;
    line-height: 41px;
    margin-bottom: 8px;
}

.text_schedule_about_program {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px;
}

.text_schedule_about_program:last-of-type,
.conditions_about_program_cost p:last-of-type,
.programs_list li:last-of-type {
    margin-bottom: 0;
}

.about_program_cost {
    border-top: 1px solid #C7C7C7;
    padding: 56px 16px 60px;
}

.text_about_program_cost {
    max-width: 1020px;
    font-size: 23px;
    line-height: 41px;
    text-align: justify;
    margin: 0 auto 64px;
}

.main_news button {
    border: 0.7px solid #979797!important;
    border-radius: inherit!important;
    background-color: transparent!important;
    width: 229px!important;
    height: 58px!important;
    font-family: 'NeueLight'!important;
    font-size: 15px!important;
    line-height: 27px!important;
    color: #000!important;
    text-transform: uppercase!important;
    margin: 0 auto!important;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
}

.content_about_program_cost {
    max-width: 1040px;
    margin: 0 auto;
}

.conditions_about_program_cost {
    padding-bottom: 54px;
}

.conditions_about_program_cost h3 {
    font-size: 17px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.conditions_about_program_cost p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 7px;
}

.contacts_about_program_cost {
    max-width: 963px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.contacts_about_program_cost .send_request {
    width: 200px;
    height: 58px;
    font-size: 15px;
}

.contacts_about_program_cost p {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
}



.mail_phone a {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    display: block;
}

.table_about_program {
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto 66px;
}

.table_about_program tr {
    border-bottom: 1px solid #E0E0E0;
}

.table_about_program tr:nth-child(2n) {
    background: #F2F2F2;
}

.table_about_program td {
    border-right: 1px solid #E0E0E0;
}

.table_about_program td:nth-child(1) {
    width: 158px;
    font-size: 23px;
    line-height: 41px;
    padding-left: 27px;
}

.table_about_program td:nth-child(2) {
    width: 900px;
    padding: 9px 10px 13px 26px;
}

.table_about_program td p {
    max-width: 800px;
    font-size: 15px;
    line-height: 22px;
}

.banner_about_program {
    max-width: 1060px;
    margin: 0 auto;
}

.about_program_cost_first {
    border: none;
}

.wrap_item_programs {
    padding: 34px 15px 31px;
}

.text_item_programs {
    max-width: 1086px;
    font-size: 23px;
    line-height: 41px;
    text-align: justify;
    margin: 0 auto 50px;
}

.row_item_programs {
    border-top: 1px solid #E0E0E0;
    max-width: 1130px;
    margin: 0 auto;
    padding: 60px 38px 0 35px;
    justify-content: space-between;
    display: flex;
}

.left_col_item_programs {
    max-width: 339px;
    width: 100%;
    padding-right: 10px;
}

.title_left_col_item_programs {
    max-width: 230px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 31px;
}

.programs_list {
    border-top: 1px solid #E0E0E0;
    padding-top: 30px;
}

.programs_list li {
    font-size: 15px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 34px;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.programs_list li:hover {
    text-decoration: underline;
}

.programs_list li.active {
    font-family: 'NeueBold';
    text-decoration: underline;
}

.programs_list li i {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    display: block;
}

.programs_list li img {
    width: 100%;
    height: auto;
    display: block;
}

.right_col_item_programs {
    max-width: 680px;
    width: 100%;
}

.list_right_col_item_programs {
    margin: 0 -9.5px;
    flex-wrap: wrap;
    display: flex;
}

.list_right_col_item_programs li {
    width: 230px;
    text-align: center;
    padding: 0 9.5px 62px;
    display: none;
}

.img_col_item_programs {
    margin-bottom: 14px;
    display: block;
}

.link_col_item_programs {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-transform: uppercase;
    display: block;
}

.list_right_col_item_programs_second {
    margin: 0 -24px;
}

.list_right_col_item_programs_second li {
    max-width: 364px;
    width: 100%;
    padding: 0 24px 50px;
}

.list_right_col_item_programs_second li img {
    width: 100%;
}

.list_right_col_item_programs_second li .link_col_item_programs {
    max-width: 180px;
    margin: 0 auto;
}

.hedden_slider {
    display: none;
}

.we_are_chosen_slider {
    max-width: 640px;
    margin: 0 auto 30px;
    padding: 0 35px;
}

.item_are_chosen_slider {
    line-height: 80px;
    text-align: center;
}

.item_are_chosen_slider img {
    display: inline-block !important;
}

.we_are_chosen_slider .slick-prev,
.we_are_chosen_slider .slick-next {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url(../img/arrow-left.png);
    background-size: 28px 54px;
    width: 28px;
    height: 54px;
    top: 15px;
}

.we_are_chosen_slider .slick-next {
    transform: rotate(180deg);
}

.request {
    position: relative;
    background: #FDFDFD;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
    max-width: 630px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 57px 10px 78px;
    display: none;
}

.mfp-content .request {
    display: inline-block;
}

.request h3 {
    max-width: 480px;
    font-size: 28px;
    font-weight: 900;
    line-height: 33px;
    text-align: center;
    margin: 0 auto 25px;
}

.request form {
    max-width: 451px;
    margin: 0 auto;
}

.jq-selectbox {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.jq-selectbox__select {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 65px;
    cursor: pointer;
}

.jq-selectbox__select-text {
    font-size: 18px;
    line-height: 65px;
}

.jq-selectbox__trigger {
    background: url(../img/arrow-select.png) no-repeat center;
    width: 49px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.jq-selectbox__dropdown {
    background: #fff;
    border: 1px solid #C4C4C4;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px;
    padding: 10px 0;
    z-index: 20px;
}

.jq-selectbox__dropdown ul {
    max-height: 280px;
}

.jq-selectbox li {
    font-size: 18px;
    line-height: 28px;
    text-indent: 22px;
    margin: 7px 0;
    cursor: pointer;
}

.jq-selectbox li:hover,
.jq-selectbox li.sel {
    color: #00A0C4;
}

.input_popup {
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 65px;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
}

.input_popup::placeholder,
.input_popup_tel::placeholder {
    color: #000;
}

.row_popup {
    position: relative;
    margin: 25px auto 0;
    display: table;
}

.row_popup:hover:before {
    top: 0;
    right: 0;
}

.submit {
    position: relative;
    background: none;
    border: 1px solid #000;
    width: 253px;
    height: 67px;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    transition: all .3s;
    z-index: 1;
}

.submit:hover {
    background: #000;
    color: #fff;
}

.land_wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 65px;
    font-size: 18px;
    color: #C4C4C4;
    margin-bottom: 12px;
    justify-content: flex-start;
}

.input_popup_tel {
    background: none;
    width: 75%;
    height: 64px;
    font-size: 18px;
    color: #C4C4C4;
}

.land_wrap .jq-selectbox__select {
    display: none !important;
}

.wSelect-el {
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
    overflow: hidden !important;
    display: none;
}

.wSelect-theme-classic.wSelect,
.land {
    width: 50px;
    height: 19px;
    margin: 2px 19px 0 0;
    cursor: pointer;
}

.wSelect-selected {
    background-size: cover;
    background-repeat: no-repeat;
    width: 28px;
    height: 19px;
    cursor: pointer;
}

.wSelect-arrow {
    background: url(../img/select-arrow.png);
    width: 10px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.wSelect-theme-classic .wSelect-options-holder {
    background: #fff;
    display: none;
}

.wSelect-option-value {
    background-size: cover;
    background-repeat: no-repeat;
    width: 28px;
    height: 19px;
    margin: 5px 0;
}

.wSelect-options {
    height: auto !important;
}

#button {
    display: inline-block;
    background-color: #000000;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 2px;
    line-height: 50px;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button {
    color: #fff;
}

#button i:hover {
    color: #DB9C52;
}

#button:hover {
    cursor: pointer;
    background-color: #111111;
    color: #DB9C52;
    border: 1px solid #124654;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 0.7;
    visibility: visible;
}

@media (min-width: 500px) {
    #button {
        margin: 30px;
    }
}

@media (max-width: 500px) {
    #button {
        display: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.wrap_search_results {
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px 30px;
}

.search_results_container {
    max-width: 900px;
    margin: 0 auto;
}

.search_form {
    padding-bottom: 30px;
}

.search_form h2 {
    font-size: 13px;
    text-transform: uppercase;
    color: #767676;
    padding-bottom: 10px;
}

.search_input {
    font-size: 40px;
    border-bottom: 1px solid #e7e7e7;
}

.search_input::placeholder {
    color: #000;
}

.categories_search_list {
    padding-bottom: 30px;
    display: flex;
}

.categories_search_list li {
    font-size: 20px;
    color: #666;
    text-transform: uppercase;
    padding-right: 12px;
}

.categories_search_list li a {
    color: #000;
}

.search_results_list_item {
    padding: 0 120px 30px 0;
    position: relative;
}

.search_results_list_type {
    font-size: 13px;
    color: #bbb;
    padding-bottom: 4px;
}

.search_results_list_title {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 12px;
    display: table;
}

.search_results_list_title:hover {
    text-decoration: underline;
}

.search_results_list_text {
    font-size: 15px;
    line-height: 21px;
}

.search_results_list_item_img {
    width: 100px;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
}

.search_results_list_item_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.mfp-content .request .mfp-close font font {
    display: none;
}

.mfp-content .request .mfp-close:after {
    content: '×';
    position: absolute;
    left: 14px;
}

.mediumInsert {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mediumInsert img {
    margin-bottom: 15px;
}

.text_about_region a {
    font-weight: 600;
    color: #000;
    margin-top: 15px;
    display: block;
}

.text_about_region h3 {
    margin-bottom: 15px;
}

.table_about_program .name {
    display: none;
}

.lang {
    width: 171px;
}