body, html {
    background-color: #ffffff;
    font-family: sans-serif
}

header {
    padding-top: 20px !important;
    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
}

.center_block {
    max-width: 1308px;
    padding: 0 20px;
    margin: 0 auto
}

.block_padding {
    padding-top: 100px
}

.first_section {
    padding-top: 18px
}

div[id^="wait_comp_"] {
    display: none !important;
}

.header_right ul, ul.main_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_right li, ul.main_nav li {
    margin-right: 30px
}

.header_right li:nth-child(4), ul.main_nav li:last-child {
    margin-right: 0
}

.header_right img {
    padding-right: 10px
}

.header_right li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.main_nav a {
    font-size: 16px;
    color: #000000;
    font-weight: bold
}

.header_right a {
    font-size: 14px;
    color: #131819
}

a, a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a:hover, ul.main_nav a:hover {
    color: #E09D49
}


li.mobile_nav_button {
    padding-left: 20px;
    display: none
}

li.mobile_nav_button img {
    padding-right: 0
}

li.mobile_nav_button button {
    margin-top: 8px
}

#main_banner {
    width: 100%;
    height: 540px;
    background-position: left bottom;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

#main_banner:before {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    bottom: 0;
    right: 0;
    border-top: 0 solid transparent;
    border-left: 1308px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 68px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.main_banner_content {
    max-width: 520px
}

.main_banner_content h1 {
    font-weight: normal
}

.main_banner_content span {
    background-color: #587EA6;
    line-height: 130%;
    font-size: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 7px;
    margin-bottom: 3px;
    display: inline-block
}

.main_banner_content span:last-child {
    margin-bottom: 0
}

.main_banner_content a {
    margin-top: 40px
}

a.link_button {
    height: 50px;
    background: #E09D49;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 30px 17px 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a.link_button:hover {
    background-color: #E7B26C;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.filter_training_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 50;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

h1, h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    color: #000000
}

.filter_training_select h2 {
    padding-right: 13px
}

.filter_training_block {
    padding-top: 60px
}

.filter_training_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: -10px
}

.filter_training_block li {
    margin-right: 10px;
    margin-bottom: 10px
}

.filter_training_block li:last-child {
    margin-right: 0
}

.filter_training_block a {
    padding: 6px 15px;
    background: #E5EBF3;
    font-size: 12px;
    color: #6E6F70;
    text-transform: uppercase;
    font-weight: bold;
    display: block
}

.filter_training_block p {
    cursor: pointer;
    padding: 6px 15px;
    background: #E5EBF3;
    font-size: 12px;
    color: #6E6F70;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    transition: all 0.3s ease-in-out;
}

.filter_training_block p:hover {
    background-color: #CDD9E6;
    color: #6E6F70;
    transition: all 0.3s ease-in-out;
}

li.filter_training_active a {
    background: #E09D49 !important;
    color: #ffffff !important
}

.filter_training_active {
    background: #E09D49 !important;
    color: #ffffff !important
}

.filter_training_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding-top: 60px
}

.filter_training_item {
    height: auto !important;
    position: relative;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
    overflow: hidden
}

.filter_training_item_flex {
    min-height: 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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter_training_item:before {
    content: '';
    background-color: rgba(110, 111, 112, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#page_training_header .filter_training_item:before {
    background-color: transparent
}

.filter_training_header {
    position: relative;
    z-index: 20;
    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;
    flex-wrap: wrap;
}

.vaillant .filter_item:first-child {
    width: 25px;
    height: 25px;
    background: #069078;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    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-left: 10px
}

.vaillant .filter_item:first-child:before {
    content: 'v';
    text-transform: uppercase
}

.protherm .filter_item:last-child {
    width: 25px;
    height: 25px;
    background: #CC0033;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    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-left: 10px
}

.protherm .filter_item:last-child:before {
    content: 'p';
    text-transform: uppercase
}

.filter_training_header_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

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

.filter_training_header_title {
    font-weight: bold;
    font-size: 12px;
    color: #6E6F70;
    background: #FFFFFF;
    padding: 6px 15px;
    text-transform: uppercase
}

.filter_training_date, .filter_training_place {
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF
}

.filter_training_date {
    padding-right: 30px
}

.filter_training_date:before {
    content: url("../pic/training-filter-date-icon.svg");
    padding-right: 10px;
    position: relative;
    top: 2px
}

.filter_training_place:before {
    content: url("../pic/training-filter-place-icon.svg");
    padding-right: 10px;
    position: relative;
    top: 2px
}

.filter_item {
    position: relative;
    display: none
}

.filter_item span {
    position: absolute;
    font-weight: normal;
    bottom: 76px;
    background: #E5EBF3;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #131819;
    padding: 9px 27px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 20
}

.filter_item:hover > span {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    bottom: 25px
}

.filter_item span:before {
    content: url("../pic/filter-item-rib.svg");
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0
}

.filter_training_content {
    padding-top: 26px;
    position: relative;
    z-index: 20
}

.filter_training_content_title, .filter_training_content_title a {
    font-weight: bold;
    font-size: 32px;
    line-height: 35px;
    color: #FFFFFF;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.filter_training_content_title:hover, .filter_training_content_title a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.filter_training_content ul {
    padding-top: 17px
}

.filter_training_content li {
    font-size: 16px;
    line-height: 160%;
    color: #FFFFFF;
    position: relative;
    padding-left: 27px
}

.filter_training_content li:before {
    content: url("../pic/filter-content-li.svg");
    position: absolute;
    left: 0;
    top: -3px
}

.filter_training_buttons {
    position: relative;
    z-index: 20;
    padding-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

button.favorites, button.training_topics {
    background: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    color: #005382;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px;
    height: 50px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}

button.training_topics:before {
    content: url("../pic/training-topics-icon.svg");
    padding-right: 17px;
    margin-bottom: -3px
}

button.favorites:before {
    content: url("../pic/fav-item-icon.svg");
    padding-right: 17px;
    margin-bottom: -3px
}

button.favorites_active:before {
    content: url("../pic/fav-item-active-icon.svg");
}

.filter_training_pagination {
    padding-top: 50px
}

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

.filter_training_pagination a {
    font-size: 14px;
    color: #000000
}

.filter_training_pagination a:hover {
    color: #E09D49
}

.filter_training_pagination li {
    font-size: 14px;
    color: #000000;
    margin: 0 10px
}

li.filter_pagination_active {
    color: #E09D49
}

.counters_block_bg {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden
}

.counters_block_bg:before {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    bottom: 0;
    right: 0;
    border-top: 0 solid transparent;
    border-left: 100vw solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 79px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.counters_block_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
}

.counters_block_item:first-child {
    max-width: 68px
}

.counters_block_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 147px;
    height: 88px
}

.counters_line {
    border: 2px solid #005382;
    width: 50px;
    display: block;
    margin: 0 30px
}

.counters_block_item span:first-child {
    font-weight: bold;
    font-size: 47px;
    color: #005382
}

.counters_block_item span:last-child {
    font-weight: bold;
    font-size: 14px;
    color: #005382
}

.counters_button {
    width: 100%;
    padding-top: 68px
}

.news_block_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding-top: 50px
}

.news_block_pic {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.news_pic_item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.news_block_item:hover > .news_block_pic .news_pic_item {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.news_block_pic:before {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    bottom: 0;
    left: 0;
    border-top: 0 solid transparent;
    border-left: 312px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 16px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
}

.news_block_item {
    position: relative;
    border-bottom: 1px solid #E5EBF3;
    border-left: 1px solid #E5EBF3;
    border-right: 1px solid #E5EBF3
}

.news_content {
    background: #FFFFFF;
    padding: 40px
}

.news_date {
    font-size: 14px;
    line-height: 23px;
    color: #858688
}

.news_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 138%;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000000
}

.news_text {
    font-size: 14px;
    line-height: 23px;
    padding-top: 20px;
    color: #000000
}

.news_block_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.news_block_item:hover > .news_content .news_title {
    color: #E09D49;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.news_show_more, .show_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px
}

.news_show_more a, .show_more a {
    background-color: #ABC32B
}

.news_show_more a:hover, .show_more a:hover {
    background-color: #BECF59
}

.education_center_title {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    color: #E09D49;
    padding-top: 50px
}

.education_center_map_content {
    padding-top: 40px;
    max-width: 867px
}

.education_center_map_content p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 25px
}

.education_center_map_content p:last-child {
    padding-bottom: 0
}

footer {
    width: 100%;
    margin-top: 60px;
    background-image: url('../pic/footer-bg.png');
    background-position: top center;
    background-size: cover;
    padding: 170px 0 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.map_footer {
    margin-top: -135px
}

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

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

.footer_item span:first-child {
    font-size: 14px;
    color: #B5C6DA
}

.footer_copyright {
    font-size: 14px;
    color: #B5C6DA
}

.footer_item span:nth-child(2) {
    padding-top: 15px
}

.footer_item span:nth-child(3) {
    padding-top: 5px
}

.footer_item button {
    font-size: 16px;
    color: #E09D49;
    text-align: left;
    display: inline-block;
    width: 125px;
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #E09D49;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.footer_item button:hover {
    color: #E7B26C;
    border-bottom: 1px dashed #E7B26C;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.footer_item a {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.footer_item a:hover {
    color: #B5C6DA;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.footer_send_me a {
    background-color: #fff;
    color: #005382
}

.footer_send_me a:hover {
    background-color: #fff;
    color: #005382
}

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

.footer_social a {
    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;
    background-color:#77DBD2;
}

.footer_social a:hover {
    background-color: #ffffff
}

.footer_social li {
    padding-left: 10px
}

.mobile_nav_block {
    position: fixed;
    width: 100%;
    max-width: 374px;
    height: 100vh;
    z-index: 300;
    top: 0;
    right: -100%;
    background-color: #005382;
    padding: 60px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.mobile_nav_block_active {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.close_button {
    position: absolute;
    top: 30px;
    right: 30px
}

ul.mobile_nav_list li {
    margin-bottom: 30px
}

ul.mobile_nav_list li:last-child {
    margin-bottom: 0
}

ul.mobile_nav_list a {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

ul.mobile_nav_list a:hover {
    color: #B5C6DA;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.overlay_block {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 200;
    display: none
}

.slick-next, .slick-prev {
    width: 40px;
    height: 60px;
    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: #E5EBF3;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.slick-next:hover, .slick-prev:hover {
    background-color: #CDD9E6;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.slick-prev {
    left: -20px;
    z-index: 10
}

.slick-next {
    right: -20px
}

.slick-arrow {
    position: absolute;
    top: calc(50% - 30px)
}

#trainers_block h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px
}

.trainers_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 80px;
    padding-top: 50px
}

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

.trainers_pic {
    width: 202px;
    height: 250px;
    margin-right: 40px;
    position: relative;
    background-size: cover;
    background-position: top center;
    overflow: hidden
}

.trainers_content {
    width: calc(100% - 202px - 40px)
}

.trainers_pic:before {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    bottom: 0;
    left: 0;
    border-top: 0 solid transparent;
    border-left: 312px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 16px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.trainers_top_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px
}

.trainers_name {
    padding-top: 30px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000
}

.trainers_name a {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #005382;
    border-bottom: 1px solid #85A0BF
}

.trainers_name a:hover {
    color: #E09D49;
    border-bottom: 1px solid #E09D49
}

.trainers_experience {
    padding-top: 14px;
    font-size: 16px;
    line-height: 26px
}

.trainers_list {
    padding-top: 30px
}

.trainers_list li {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 27px
}

.trainers_list li:before {
    content: url("../pic/filter-content-li.svg");
    position: absolute;
    left: 0;
    top: -3px
}

.slick_double .filter_training_item:nth-child(odd) {
    margin-right: 10px
}

.slick_double .filter_training_item:nth-child(2n) {
    margin-left: 10px
}

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

.trainer_block_pic {
    width: 313px;
    height: 387px;
    background-position: top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-right: 60px;
}

.trainer_block_pic:before {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    bottom: 0;
    left: 0;
    border-top: 0 solid transparent;
    border-left: 312px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 16px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.trainer_block_top_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%
}

.trainer_block_content h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px;
    padding-top: 40px
}

.trainer_block_place_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    padding-top: 40px
}

.trainer_block_place a {
    font-size: 16px;
    line-height: 140%;
    color: #005382
}

.trainer_block_place a:hover {
    color: #E09D49
}

.trainer_block_place ul {
    padding-top: 20px
}

.trainer_block_place li {
    font-size: 16px;
    color: #005382;
    margin-bottom: 10px
}

.trainer_block_phone_email {
    padding-top: 40px
}

.trainer_phone a {
    font-size: 16px;
    color: #000000
}

.trainer_email {
    padding-top: 10px
}

.trainer_email a {
    font-size: 16px;
    color: #005382;
    border-bottom: 1px solid #85A0BF;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.trainer_email a:hover {
    color: #E09D49;
    border-bottom: 1px solid #E09D49
}

.trainer_phone:before {
    content: url("../pic/trainer-phone.svg");
    padding-right: 20px;
}

.trainer_email:before {
    content: url("../pic/trainer-email.svg");
    padding-right: 20px;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
}

.slick-dots button {
    display: none;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    background: #E5EBF3;
    margin: 0 7px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.slick-dots li:hover {
    background: #E09D49;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active {
    background: #E09D49;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news_filter {
    padding-top: 50px;
}

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

.news_filter li {
    margin-right: 40px;
    font-weight: bold;
    font-size: 24px;
}

li.news_current {
    color: #E09D49;
    border-bottom: 1px dashed #E09D49;
}

.news_filter a {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    border-bottom: 1px dashed #000000;
}

.news_filter a:hover {
    color: #E09D49;
    border-bottom: 1px dashed #E09D49;
}

li.header_select_city a span {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3)
}

.header_right_wrap {
    display: flex;
  }


.modal_block {
    background-color: #fff;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.7) translate(-50%, -50%);
    -ms-transform: scale(0.7) translate(-50%, -50%);
    transform: scale(0.7) translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    z-index: -1
}

.modal_block_active {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 400;
    opacity: 1
}

#select_city_modal {
    width: 100%;
    max-width: 900px
}

.modal_block_title {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px
}

.select_city_item span {
    font-size: 14px;
    color: #E09D49;
    padding-right: 20px;
    text-transform: uppercase;
    line-height: 18px
}

.select_city_item a {
    font-size: 14px;
    line-height: 20px;
    color: #000000
}

.select_city_item a:hover {
    color: #E09D49
}

.select_city_item li {
    margin-bottom: 3px;
    position: relative
}

.select_city_item li:last-child {
    padding-bottom: 0
}

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

.select_city_grid {
    margin-top: 40px;
    max-height: 40vh;
    overflow: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px 30px
}

.select_city_grid::-webkit-scrollbar {
    width: 5px
}

.select_city_grid::-webkit-scrollbar-button {
    display: none
}

.select_city_grid::-webkit-scrollbar-track {
    background-color: #E5EBF3;
    border-radius: 5px
}

.select_city_grid::-webkit-scrollbar-track-piece {
    background-color: #E5EBF3;
    border-radius: 5px
}

.select_city_grid::-webkit-scrollbar-thumb {
    background-color: #005382;
    border-radius: 5px
}

.select_city_grid::-webkit-scrollbar-corner {
    background-color: #E5EBF3;
    border-radius: 5px
}

.select_city_grid::-webkit-resizer {
    background-color: #E5EBF3;
    border-radius: 5px
}

li.city_active {
    display: inline-block;
    position: relative
}

li.city_active a {
    color: #E09D49;
    display: inline-block
}

li.city_active:after {
    content: url("../pic/city-active-icon.svg");
    right: -20px;
    position: absolute;
    top: -1px
}

.select_city_text {
    max-width: 595px;
    padding-top: 40px
}

.select_city_text p {
    color: #808080;
    font-size: 14px;
    line-height: 140%
}

.select_city_text a {
    color: #808080;
    font-size: 14px;
    line-height: 140%
}

.select_city_text a:hover {
    color: #E09D49
}

.modal_block_close {
    position: absolute;
    top: 34px;
    right: 28px
}

.modal_block_close button {
    width: 20px;
    height: 20px;
    position: relative
}

.modal_block_close button:hover > span {
    border-bottom: 2px solid #005382;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.modal_block_close span {
    width: 15px;
    border-bottom: 2px solid #9CB1CB;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.modal_block_close span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal_block_close span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.light_block {
    min-height: 364px
}

#send_message {
    width: 100%;
    max-width: 482px
}

.modal_block form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 37px
}

.modal_block input {
    width: 100%;
    padding: 16px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #E5ECF3;
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.modal_block input:focus, .modal_block textarea:focus {
    border: 2px solid #B5C6DA;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.modal_block textarea {
    width: 100%;
    padding: 16px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 2px solid #E5ECF3;
    margin-bottom: 40px;
    color: #000000;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.modal_block textarea {
    line-height: 16px;
    resize: none;
    height: 100px
}

.modal_block input[type=submit] {
    background: #E09D49;
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.modal_block input[type=submit]:hover {
    background-color: #E7B26C;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.heading_block {
    margin-bottom: -100px
}

.heading_block h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px
}

.page_full_news_content {
    max-width: 867px;
    width: 100%;
    padding-top: 50px
}

.about_text_content {
    max-width: 867px;
    width: 100%
}

.about_text_content img, .page_full_news_content img {
    max-width: 100%;
    height: auto
}

.about_text_content p, .page_full_news_content p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px
}

.about_text_content p:last-child, .page_full_news_content p:last-child {
    margin-bottom: 0
}

.about_text_content a, .page_full_news_content a {
    color: #000000
}

.about_text_content a:hover, .page_full_news_content a:hover {
    color: #E09D49
}

.about_text_content h2, .about_text_content h3, .about_text_content h4, .page_full_news_content h2, .page_full_news_content h3, .page_full_news_content h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 30px
}

.filter_training_select h5 {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px
}

.page_full_news_content li {
    list-style: none;
}

.about_text_content blockquote, .page_full_news_content blockquote {
    border-left: 4px solid #E09D49;
    padding-left: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%
}

.filter_training_subtext {
    font-size: 16px;
    line-height: 26px;
    padding-top: 50px;
    max-width: 867px;
    width: 100%
}

#faq_block h5 {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px
}

.faq_block_list {
    max-width: 867px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 50px
}

.faq_block_item button {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000;
    padding: 20px 20px 20px 60px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative
}

.faq_block_item button:before {
    position: absolute;
    left: 20px;
    content: url("../pic/faq-icon.svg")
}

.faq_block_active button {
    color: #E09D49
}

.faq_block_active button:before {
    position: absolute;
    left: 20px;
    content: url("../pic/faq-active-icon.svg")
}

.faq_block_item button:hover {
    color: #E09D49;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.faq_block_content {
    max-height: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.faq_block_active > .faq_block_content {
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.faq_dropped {
    padding: 40px 60px;
    background: #E5EBF3;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.faq_block_content p {
    line-height: 140%;
    margin-bottom: 20px
}

.faq_block_content p:last-child {
    margin-bottom: 0
}

.about_academy_grid {
    padding-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px
}

.about_academy_item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 313px;
    background-size: cover;
    background-position: left top;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2vw;
    position: relative;
    overflow: hidden
}

.about_academy_item:before {
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    padding: 0;
    border-radius: 0;
    bottom: 0;
    left: 0;
    border-top: 0 solid transparent;
    border-left: 512px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 16px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.about_academy_info_block span:first-child {
    font-weight: bold;
    font-size: 48px;
    line-height: 182%;
    color: #FFFFFF
}

.about_academy_info_block span:last-child {
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    width: 140px
}

#page_training_header {
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-top: 20px
}

.page_training_header_short {
    min-height: 400px
}

#page_training_header .filter_training_item_flex {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 40px
}

#page_training_header .filter_training_item_short {
    border-bottom: none;
    padding-bottom: 40px
}

#page_training_header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(110, 111, 112, 0.6)
}

#page_training_header:after {
    content: '';
    position: absolute;
    width: 100%;
    padding: 0;
    border-radius: 0;
    bottom: 0;
    right: 0;
    border-top: 0 solid transparent;
    border-left: 100vw solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 79px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#page_training_header .filter_training_item {
    padding: 40px 0
}

#page_training_header .filter_training_content_title h1 {
    max-width: 521px;
    width: 100%;
    line-height: 140%;
    color: #ffffff
}

.page_training_information {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 90px
}

.page_training_information_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 40px;
    position: relative;
    padding-left: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.page_training_information_item:last-child {
    padding-right: 0
}

.page_training_information_item span:first-child {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF
}

.page_training_information_item span:last-child {
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 10px
}

#page_training_user:before {
    content: url("../pic/page-training-user.svg");
    position: absolute;
    left: 0
}

#page_training_price:before {
    content: url("../pic/page-training-price.svg");
    position: absolute;
    left: 0
}

#page_training_place:before {
    content: url("../pic/page-training-place.svg");
    position: absolute;
    left: 0
}

#page_training_date:before {
    content: url("../pic/page-training-date.svg");
    position: absolute;
    left: 0
}

#page_training_content_block h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px
}

.page_training_content_block {
    padding-top: 30px;
    max-width: 800px;
    width: 100%
}

.page_training_content_block p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px
}

.page_training_content_block p:last-child {
    margin-bottom: 0
}

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

.page_training_description_item {
    width: 50%
}

.page_training_description_item h3 {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px
}

.page_training_description_item ul {
    padding-top: 30px
}

.page_training_description_item li {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    line-height: 26px
}

.page_training_description_item li:before {
    content: url('../pic/filter-content-li.svg');
    position: absolute;
    left: 0;
    top: -3px
}

.block_padding_small {
    padding-top: 60px
}

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

.page_trainer_slider_short .page_trainer_slider_item {
    width: 100%;
    padding-right: 0 !important
}

.page_trainer_slider_item {
    width: 50%;
    position: relative;
    z-index: 90
}

.page_trainer_slider_item .filter_training_select h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 39px;
    color: #000
}

.page_trainer_slider_item .nice-select {
    font-size: 24px;
    padding-bottom: 0
}

.nice-select .current {
    color: #E09D49;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px dashed #EDC691
}

.nice-select .current:hover {
    color: #E7B26C;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.page_trainer_slider_item .nice-select .list {
    right: 0;
    left: auto
}

.page_training_slider {
    margin-top: 23px
}

.page_training_slider_item {
    position: relative;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    height: 159px
}

.page_training_slider_item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(110, 111, 112, 0.6)
}

.page_training_slider_item:hover > .page_training_slider_title {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.page_training_slider_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30
}

.page_training_slider_date {
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    position: relative;
    z-index: 10
}

.page_training_slider_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    position: relative;
    z-index: 10;
    padding-top: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.page_training_slider .slick-slide {
    width: 229px;
    margin: 0 10px;
    min-height: 159px
}

.page_trainer_slider_item .slick-arrow {
    top: -70px;
    height: 40px;
    width: 40px;
    z-index: 200
}

.page_trainer_slider_item .slick-prev {
    left: auto;
    right: 50px
}

.page_trainer_slider_item .slick-next {
    left: auto;
    right: 0
}

.page_trainer_slider_item:first-child, .page_training_description_item:first-child {
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.education_yandex {
    padding-top: 50px
}

#contact_information h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 41px
}

.equipment_training_position ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 20px
}

.equipment_training_position li {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 27px
}

.equipment_training_position li:before {
    content: url('../pic/filter-content-li.svg');
    position: absolute;
    left: 0;
    top: -3px
}

li.favorites_icon {
    position: relative;
    padding-left: 24px
}

li.favorites_icon:before {
    content: url("../pic/fav-icon.svg");
    position: absolute;
    left: 0
}

li.favorites_icon_active:before {
    content: url("../pic/fav-icon-active.svg")
}

.labels span {
    position: absolute;
    font-weight: normal;
    background: #E5EBF3;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #131819;
    padding: 9px 27px;
    z-index: 30;
    opacity: 0
}

.labels span:before {
    content: url("../pic/filter-item-rib.svg");
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0
}

.filter_training_topics {
    position: absolute;
    background-color: #E5EBF3;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.filter_training_topics_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000
}

.filter_training_topics ul {
    margin-top: 30px;
    overflow: auto;
    height: calc(100% - 60px)
}

.filter_training_topics li {
    font-size: 16px;
    line-height: 160%;
    color: #000;
    position: relative;
    padding-left: 27px
}

.filter_training_topics li:before {
    content: url('../pic/filter-content-li.svg');
    position: absolute;
    left: 0;
    top: -3px
}

.filter_training_topics ul::-webkit-scrollbar {
    width: 5px
}

.filter_training_topics ul::-webkit-scrollbar-button {
    display: none
}

.filter_training_topics ul::-webkit-scrollbar-track {
    background-color: #CDD9E6;
    border-radius: 5px
}

.filter_training_topics ul::-webkit-scrollbar-track-piece {
    background-color: #CDD9E6;
    border-radius: 5px
}

.filter_training_topics ul::-webkit-scrollbar-thumb {
    background-color: #005382;
    border-radius: 5px
}

.filter_training_topics ul::-webkit-scrollbar-corner {
    background-color: #CDD9E6;
    border-radius: 5px
}

.filter_training_topics ul::-webkit-resizer {
    background-color: #CDD9E6;
    border-radius: 5px
}

.filter_topic_close button {
    width: 20px;
    height: 20px
}

.training_topics_grid button.favorites, .training_topics_grid button.training_topics {
    margin-left: 0
}

.filter_topic_close {
    position: absolute;
    top: 34px;
    right: 28px
}

.filter_topic_close span {
    width: 15px;
    border-bottom: 2px solid #9CB1CB;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.filter_topic_close button:hover > span {
    border-bottom: 2px solid #005382;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.filter_topic_close span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filter_topic_close span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.filter_training_content_short {
    max-width: 600px;
    padding-top: 40px;
    position: relative;
    z-index: 10
}

.filter_training_content_short p {
    color: #ffffff;
    line-height: 1.8;
    font-size: 16px
}

.filter_training_content_short a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.filter_training_content_short a:hover {
    color: #E09D49;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}


/* Main banner */

.main-banner__container {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 auto 25px;
    overflow: hidden;
    list-style: none;
}

.main-banner__slide {
  height: 555px;
}

.main-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.main-banner__cover {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 50px 75px;
    box-sizing: border-box;
}

.main-banner__content {
    max-width: 520px;
}

.main-banner__title {
    padding: 7px;
    background-color: #587EA6;
    color: #ffffff;
    font-size: 34px;
    text-transform: uppercase;
}

.main-banner__head {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 36px;
}

.main-banner__text {
    font-size: 16px;
    line-height: 1.6;
}

.main-banner__text p {
    margin-bottom: 25px;
}

.main-banner__text p:last-child {
    margin-bottom: 0;
}

.main-banner__text ul {
    list-style: inherit;
}

.main-banner__text ul,
.main-banner__text ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.main-banner__text ul li,
.main-banner__text ol li {
    font-size: 16px;
    line-height: 1.6;
}

.main-banner__btn {
    display: inline-block;
    margin-top: 40px;
    padding: 0 30px;
    background-color: #E09D49;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.main-banner__btn:hover {
    background-color: #E7B26C;
    color: #ffffff;
}

.main-banner__pagination .swiper-pagination-bullet-active {
    background: #587EA6;
}

.main-banner__prev {
    background-image: url("../img/prev.svg");
}

.main-banner__next {
    background-image: url("../img/next.svg");
}


.interactive__title{
    margin-bottom: 50px;
}


.map__link {
	display: flex;
	align-items: center;
	padding-right: 5px;
	width: fit-content;
	font-size: 14px;
	color: #000;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	white-space: nowrap;
	transform: translate(-4px, -4px);
}

.map__link::before {
	content: '';
	display: inline-block;
	flex-shrink: 0;
	height: 15px;
	width: 15px;
	margin-right: 5px;
	border-radius: 50%;
	border: 3px solid #005382;
	background: radial-gradient(circle, rgba(0,83,130,1) 30%, rgba(255,255,255,1) 30%);
}


div#panoDIV.cursorMoveMode {
    cursor: move;
    cursor: url('../vr/graphics/cursors_move_html5.cur'), move;
    height: 860px;
}
div#panoDIV.cursorDragMode {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: url('../vr/graphics/cursors_drag_html5.cur'), default;
}
div#tourDIV {
    height:100%;
    position:relative;
    overflow:hidden;
}
div#panoDIV {
    height:100%;
    position:relative;
    overflow:hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.interactive__container{
    height: 100%;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}


@media screen and (max-width: 1200px) {
    .main-banner__slide {
        height: 440px;
    }

    .main-banner__content {
        max-width: 420px;
    }

    .main-banner__title {
        font-size: 24px;
    }

    .main-banner__btn {
        margin-top: 22px;
        padding: 0 20px;
        line-height: 44px;
    }

    div#panoDIV.cursorMoveMode{
        height: 700px;
    }
}

@media screen and (max-width: 575px) {
    .main-banner__slide {
        min-height: 200px;
        height: auto;
    }

    .main-banner__cover {
        padding: 30px 20px;
    }

    .main-banner__title {
        font-size: 20px;
    }

    .main-banner__btn {
        margin-top: 12px;
        padding: 0 12px;
        line-height: 40px;
    }

    .main-banner__prev,
    .main-banner__next {
        display: none;
    }
    div#panoDIV.cursorMoveMode{
        height: 450px;
    }
}

.ymaps-2-1-77-places-pane {
	z-index: 15000 !important;
}

.main_banner_content a.link_button {
    display:none;
}
@media screen and (max-width: 1500px) {
    .hide-mobile {
        visibility: hidden;
        display: none;
    }
}
