.section.section--last {
    padding-bottom: 170px;
}

@media(max-width: 991px) {
    .section.section--last {
        padding-bottom: 0;
    }
}

.main_new {
    font-size: 18px;
    letter-spacing: 0.03em;
}

.main_new p {
    line-height: 150%;
}

.main_new h2 {
    font-size: 3rem;
    line-height: 130%;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin-bottom: 3.75rem;
}

.main_new h3 {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
}

.main_new section {
    padding-bottom: 120px;
}

.main_new section.exp_nums {
    padding-bottom: 90px;
}

.main_new section.exp_main {
    padding-bottom: 110px;
}

.main_new .item {
    border: none;
}

.exp_main {
    padding: 192px 0 100px;
}

.exp_main h2 {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    font-weight: 900;
}

.exp_main h2 + p {
    font-size: 2rem;
    margin-bottom: 2.2rem;
}

.exp_main h2 + p + hr {
    margin-bottom: 3rem;
}

.exp_vid {
    display: block;
    position: relative;
}

.exp_vid:after {
    content: "";
    background: url(../images/icons/play.svg) center center no-repeat;
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    width: 80px;
    height: 80px;
    background-size: 100% 100%;
}

.exp_vid img {
    border-radius: 20px;
}

.exp_about {
    width: 100%;
}

.exp_about h3 {
    margin-bottom: 14px;
}

.exp_about hr {
    margin: 13px 0 40px;
}

.text_hidden {
    height: 108px;
    max-width: 414px;
    overflow: hidden;
    text-overflow: clip;
    line-height: 150%;
    margin-bottom: 12px;
    transition: 0.2s;
    position: relative;
}

.text_hidden.open {
    height: auto;
}

.text_hidden.open:after {
    opacity: 0;
}

.text_hidden:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    opacity: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 77%, white 100%);
}

.text_hidden li {
    position: relative;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text_hidden li:before {
    background: url(../images/icons/check_blue.png) 0 0 no-repeat;
    background-size: auto;
    position: absolute;
    top: 10px;
    left: 0;
    background-size: cover;
    width: 16px;
    height: 16px;
    content: "";
}

.open_hidden {
    color: #0080F5;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 13px;
}

.open_hidden:before {
    content: attr(data-open);
    display: inline-block;
}

.open_hidden:after {
    content: attr(data-close);
    display: none;
}

.open_hidden.active:before {
    display: none;
}

.open_hidden.active:after {
    display: inline-block;
}

.em_right {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.exp_social {
    width: 100%;
    margin-top: auto;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.exp_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #0080F5;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.exp_social a:not(:last-child) {
    margin-right: 24px;
}

.exp_social a:hover {
    background: #0080F5;
}

.exp_social a:hover path {
    fill: #fff;
}

.exp_social a:hover path.fill--white {
    fill: #0080F5;
}

.exp_social a path {
    transition: all 0.2s ease-in-out;
}

.exp_social a path:hover {
    background: #0080F5;
}

.e_num {
    margin-bottom: 2rem;
}

.en_top {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.en_num {
    font-weight: bold;
    font-size: 4.5rem;
    color: #0080F5;
    height: 4rem;
    line-height: 4rem;
}

.en_bot {
    font-size: 2.25rem;
    color: #0080F5;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.en_about {
    line-height: 150%;
    letter-spacing: 0.05rem;
}

.exp_course h2 {
    margin-bottom: 60px;
}

.exp_course .bg_blue, .exp_art .bg_blue {
    padding: 40px 0;
}

.c_type {
    color: #0080F5;
    font-size: 1em;
    margin-bottom: 1em;
}

.c_item {
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}

.c_item .c_img {
    display: block;
}

.c_item .c_txt {
    padding: 1em 1em 1.33em;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    height: 100%;
}

.c_item .c_txt .btn_order {
    margin-top: auto;
    width: 100%;
}

.c_item .c_txt .btn_more {
    margin-top: auto;
}

.c_item .directions__item-param,
.c_item p {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #c4c4c4;
    margin-bottom: 1em;
}

.c_item .directions__item-param {
    list-style: none;
}

.c_item .directions__item-param li {
    margin-right: 0;
}

.c_item .directions__item-param li:after {
    content: "/";
    margin: 0 5px;
    width: auto;
    height: auto;
    background: none;
}

.c_item h3 {
    min-height: 3.2rem;
    font-size: 1em;
    margin-bottom: 1.75rem;
}

.c_item .btn_order {
    margin: 0 auto;
}

.c_item .btn_more {
    color: #0080F5;
    font-size: 0.875rem;
    font-weight: bold;
}

[class*=owl] .item {
    margin: 0;
    border-radius: 0;
}

.owl-course .owl-stage, .owl-art .owl-stage {
    display: -ms-flex;
    display: flex;
}

.owl-course .item, .owl-art .item {
    border-radius: 0;
    border: none;
}

.owl-course .owl-item .item, .owl-art .owl-item .item {
    height: 100%;
}

.owl-course .owl-item .item .c_item, .owl-art .owl-item .item .c_item {
    flex-grow: 2;
}

.main_new [class*=_nav] {
    margin: 20px 0 0px;
}

.main_new [class*=_nav].disabled {
    display: none !important;
}

[class*=_dots] {
    margin: 20px 0 40px;
}

.exp_dots, .exp_nav, .dip_nav, .dip_dots, .gal_nav, .gal_dots, .rev_nav-1, .rev_nav-2, .rev_nav-3, .art_dots, .art_nav, .cont_nav, .cont_dots, [class*=rev_dots] {
    text-align: center;
}

.exp_dots .owl-dot, .exp_nav .owl-dot, .dip_nav .owl-dot, .dip_dots .owl-dot, .gal_nav .owl-dot, .gal_dots .owl-dot, .rev_nav-1 .owl-dot, .rev_nav-2 .owl-dot, .rev_nav-3 .owl-dot, .art_dots .owl-dot, .art_nav .owl-dot, .cont_nav .owl-dot, .cont_dots .owl-dot, [class*=rev_dots] .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #F1F8FF;
    padding: 0;
    margin: 0 0.44rem;
    border: none;
    display: inline-block;
}

.exp_dots .owl-dot.active, .exp_dots .owl-dot:active, .exp_nav .owl-dot.active, .exp_nav .owl-dot:active, .dip_nav .owl-dot.active, .dip_nav .owl-dot:active, .dip_dots .owl-dot.active, .dip_dots .owl-dot:active, .gal_nav .owl-dot.active, .gal_nav .owl-dot:active, .gal_dots .owl-dot.active, .gal_dots .owl-dot:active, .rev_nav-1 .owl-dot.active, .rev_nav-1 .owl-dot:active, .rev_nav-2 .owl-dot.active, .rev_nav-2 .owl-dot:active, .rev_nav-3 .owl-dot.active, .rev_nav-3 .owl-dot:active, .art_dots .owl-dot.active, .art_dots .owl-dot:active, .art_nav .owl-dot.active, .art_nav .owl-dot:active, .cont_nav .owl-dot.active, .cont_nav .owl-dot:active, .cont_dots .owl-dot.active, .cont_dots .owl-dot:active, [class*=rev_dots] .owl-dot.active, [class*=rev_dots] .owl-dot:active {
    background: #0080F5;
    outline: none;
}

.exp_dots .owl-prev,
.exp_dots .owl-next, .exp_nav .owl-prev,
.exp_nav .owl-next, .dip_nav .owl-prev,
.dip_nav .owl-next, .dip_dots .owl-prev,
.dip_dots .owl-next, .gal_nav .owl-prev,
.gal_nav .owl-next, .gal_dots .owl-prev,
.gal_dots .owl-next, .rev_nav-1 .owl-prev,
.rev_nav-1 .owl-next, .rev_nav-2 .owl-prev,
.rev_nav-2 .owl-next, .rev_nav-3 .owl-prev,
.rev_nav-3 .owl-next, .art_dots .owl-prev,
.art_dots .owl-next, .art_nav .owl-prev,
.art_nav .owl-next, .cont_nav .owl-prev,
.cont_nav .owl-next, .cont_dots .owl-prev,
.cont_dots .owl-next, [class*=rev_dots] .owl-prev,
[class*=rev_dots] .owl-next {
    width: 50px;
    height: 50px;
    border: 2px solid #0080F5;
    background: none;
    position: relative;
    border-radius: 25px;
    margin: 0 12px;
}

.exp_dots .owl-prev:after,
.exp_dots .owl-next:after, .exp_nav .owl-prev:after,
.exp_nav .owl-next:after, .dip_nav .owl-prev:after,
.dip_nav .owl-next:after, .dip_dots .owl-prev:after,
.dip_dots .owl-next:after, .gal_nav .owl-prev:after,
.gal_nav .owl-next:after, .gal_dots .owl-prev:after,
.gal_dots .owl-next:after, .rev_nav-1 .owl-prev:after,
.rev_nav-1 .owl-next:after, .rev_nav-2 .owl-prev:after,
.rev_nav-2 .owl-next:after, .rev_nav-3 .owl-prev:after,
.rev_nav-3 .owl-next:after, .art_dots .owl-prev:after,
.art_dots .owl-next:after, .art_nav .owl-prev:after,
.art_nav .owl-next:after, .cont_nav .owl-prev:after,
.cont_nav .owl-next:after, .cont_dots .owl-prev:after,
.cont_dots .owl-next:after, [class*=rev_dots] .owl-prev:after,
[class*=rev_dots] .owl-next:after {
    content: "";
    width: 14px;
    height: 15px;
    background: url(../images/icons/arrows.svg) center center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-66%, -50%);
}

.exp_dots .owl-prev span,
.exp_dots .owl-next span, .exp_nav .owl-prev span,
.exp_nav .owl-next span, .dip_nav .owl-prev span,
.dip_nav .owl-next span, .dip_dots .owl-prev span,
.dip_dots .owl-next span, .gal_nav .owl-prev span,
.gal_nav .owl-next span, .gal_dots .owl-prev span,
.gal_dots .owl-next span, .rev_nav-1 .owl-prev span,
.rev_nav-1 .owl-next span, .rev_nav-2 .owl-prev span,
.rev_nav-2 .owl-next span, .rev_nav-3 .owl-prev span,
.rev_nav-3 .owl-next span, .art_dots .owl-prev span,
.art_dots .owl-next span, .art_nav .owl-prev span,
.art_nav .owl-next span, .cont_nav .owl-prev span,
.cont_nav .owl-next span, .cont_dots .owl-prev span,
.cont_dots .owl-next span, [class*=rev_dots] .owl-prev span,
[class*=rev_dots] .owl-next span {
    display: none;
}

.exp_dots .owl-next:after, .exp_nav .owl-next:after, .dip_nav .owl-next:after, .dip_dots .owl-next:after, .gal_nav .owl-next:after, .gal_dots .owl-next:after, .rev_nav-1 .owl-next:after, .rev_nav-2 .owl-next:after, .rev_nav-3 .owl-next:after, .art_dots .owl-next:after, .art_nav .owl-next:after, .cont_nav .owl-next:after, .cont_dots .owl-next:after, [class*=rev_dots] .owl-next:after {
    transform: translate(-34%, -50%) rotate(180deg);
}

.exp_dip h2 {
    margin-bottom: 60px;
    text-transform: uppercase;
}

.exp_dip .dip_title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 85px;
}

.dip-cont {
    height: 547px;
    width: 100%;
    overflow: hidden;
}

.owl-dip {
    height: 547px;
    padding: 118px 0;
    margin: 0 auto;
    margin-left: -90px;
}

.owl-dip .owl-stage {
    height: 294px;
}

.owl-dip .owl-stage-outer {
    overflow: visible;
}

.owl-dip .owl-item {
    transition: 0.2s;
    max-width: 214px;
    height: 100%;
}

.owl-dip .owl-item .item {
    height: 100%;
    border: none;
}

.owl-dip .owl-item .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #F1F8FF;
    border-radius: 20px;
    padding: 15px;
}

.owl-dip .owl-item.center {
    transform: scale(1.8);
    z-index: 2;
    margin: 0 120px 0 90px !important;
}

.dip_nav {
    height: 50px !important;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.exp_gal h2 {
    margin-bottom: 60px;
    text-transform: uppercase;
}

.owl-gal .owl-item {
    max-width: 90vw;
}

.owl-gal .owl-item img {
    border-radius: 20px;
    width: auto;
    max-width: 100%;
}

.owl-gal .owl-item:not(.center) {
    transform: scale(0.8);
}

.gal_nav {
    margin-top: 40px;
}

.exp_cal h2 {
    margin-bottom: 25px;
    text-transform: uppercase;
}

.ec_row {
    padding-top: 35px;
    padding-bottom: 50px;
    align-items: center;
}

.ec_row + hr {
    margin: 0;
}

.ec_row:hover {
    color: #333333 !important;
}

.ec_row:hover h3 {
    color: #333333;
}

.ec_num {
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    background: #F1F8FF;
    border-radius: 10px;
    font-size: 3rem;
    font-weight: bold;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    position: relative;
}

.ec_num:after {
    content: attr(data-day);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    font-size: 1.5rem;
    color: #989898;
}

.cal_fut .ec_num {
    color: #E60028;
}

.cal_fut .ec_num + .ec_mounth {
    color: #E60028;
}

.cal_fut .ec_type {
    color: #0080F5;
}

.cal_fut .ec_type:before {
    content: attr(data-after);
}

.cal_fut .ec_year {
    color: #0080F5;
}

.cal_past .ec_num {
    color: #0080F5;
}

.cal_past .ec_num + .ec_mounth {
    color: #0080F5;
}

.cal_past .ec_type {
    color: #c4c4c4;
}

.cal_past .ec_type:before {
    content: attr(data-before);
}

.cal_past .ec_year, .cal_past .ec_where {
    color: #c4c4c4;
}

.ec_mounth {
    font-size: 2rem;
    font-weight: bold;
}

.ec_left, .ec_right {
    display: -ms-flex;
    display: flex;
}

.ec_left {
    align-items: center;
}

@media (min-width: 991.99px) {
    .ec_left {
        position: relative;
        align-self: stretch;
    }

    .ec_left:after {
        content: "";
        border-right: 1px solid #e9ecef;
        position: absolute;
        right: 0;
        bottom: -50px;
        height: calc(100% + 85px);
    }
}

.ec_type {
    color: #c4c4c4;
    font-size: 1rem;
    margin-bottom: 8px;
}

.ec_where {
    font-size: 1.125rem;
    color: #0080F5;
    margin-bottom: 24px;
}

.ec_year {
    font-size: 24px;
}

.ec_right {
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.ec_right h3 {
    margin-bottom: 0;
}

.exp_pres {
    padding: 60px 0 !important;
    overflow: hidden;
    margin-bottom: 120px;
    position: relative;
}

.exp_pres h2 {
    font-size: 2.25rem;
    font-weight: 900;
    max-width: 430px;
    margin-bottom: 1.125rem;
}

.exp_pres p {
    max-width: 660px;
    margin-bottom: 34px;
}

.exp_pres .btn_blue_bg {
    margin-bottom: 26px;
    padding: 0 20px;
    height: 48px;
    line-height: 46px;
    border-radius: 15px;
    font-weight: bold;
    min-width: none;
    display: inline-block;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
}

.img_pres {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    max-width: none;
}

.f_pres {
    display: -ms-flex;
    display: flex;
}

.f_pres:first-of-type {
    margin-bottom: 26px;
}

.f_pres input {
    border: 2px solid #0080F5;
    border-radius: 15px;
    background: none;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: none !important;
}

.f_pres button {
    background: #0080F5;
    color: #fff;
    border: 2px solid #0080F5;
    padding: 0 20px;
    height: 48px;
    line-height: 46px;
    border-radius: 15px;
    font-weight: bold;
    outline: none !important;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
}

.mail_success {
    display: none;
}

@media only screen and (min-width: 469.99px) {
    .f_pres input {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .f_pres input.inp_num {
        width: 174px;
    }

    .f_pres input.inp_mail {
        width: 200px;
    }

    .f_pres button {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

@media only screen and (min-width: 991.99px) {
    .f_pres input.inp_mail {
        width: 280px;
    }
}

@media only screen and (min-width: 1359.99px) {
    .f_pres input.inp_mail {
        width: 414px;
    }
}

.exp_rev h2 {
    margin-bottom: 0;
    line-height: 1;
    margin-top: 5px;
}

.exp_rev .row {
    margin-bottom: 3.75rem;
    align-items: center;
}

.owl-rev-1 .owl-item:not(.center), .owl-rev-2 .owl-item:not(.center), .owl-rev-3 .owl-item:not(.center) {
    transform: scale(0.9);
}

.owl-rev-1 .item .d-flex, .owl-rev-2 .item .d-flex, .owl-rev-3 .item .d-flex {
    margin-bottom: 24px;
}

.owl-rev-1 .item .rev_ava, .owl-rev-2 .item .rev_ava, .owl-rev-3 .item .rev_ava {
    margin-right: 28px;
    width: 70px;
    min-width: 70px;
}

.owl-rev-1 .item .rev_ava img, .owl-rev-2 .item .rev_ava img, .owl-rev-3 .item .rev_ava img {
    border-radius: 35px;
}

.owl-rev-1 .item h3, .owl-rev-2 .item h3, .owl-rev-3 .item h3 {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #F2F2F2;
    margin-top: 5px;
}

.owl-rev-1 .item .rev_sm, .owl-rev-2 .item .rev_sm, .owl-rev-3 .item .rev_sm {
    font-size: 0.875rem;
    color: #7E7E7E;
}

.owl-rev-1 .item .rev_txt, .owl-rev-2 .item .rev_txt, .owl-rev-3 .item .rev_txt {
    font-size: 18px;
    color: #414647;
    letter-spacing: 0.03em;
    line-height: 160%;
}

.owl-rev-1 .item {
    border: 2px solid #0080F5;
    border-radius: 20px;
    padding: 47px 15px 15px 33px;
}

[class^=rev_nav] {
    margin-top: 40px;
}

.tabitem {
    display: none;
}

.tabitem.active {
    display: block;
}

.exp_subscr {
    margin-top: 80px;
}

.exp_subscr h3 {
    font-size: 2.25rem;
    font-weight: bold;
    margin: 10px 0;
}

.exp_cont h2 {
    margin-bottom: 55px;
}

.owl-rev-3 .item,
.owl-cont .item {
    position: relative;
    border: none;
    border-radius: 0;
}

.owl-rev-3 .item a,
.owl-cont .item a {
    display: block;
    position: relative;
}

.owl-rev-3 .item a img,
.owl-cont .item a img {
    border-radius: 20px;
}

.owl-rev-3 .item a:after,
.owl-cont .item a:after {
    content: "";
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(../images/icons/play.svg) center center no-repeat;
    background-size: 100% 100%;
}

.owl-rev-3 .item .cont_title,
.owl-cont .item .cont_title {
    font-size: 1.125rem;
    margin-top: 18px;
}

.exp_more {
    padding: 0 !important;
}

.exp_more h2 {
    font-size: 2.25rem;
    margin-bottom: 14px;
}

.exp_more .btn_blue_bg {
    margin-top: 36px;
}

@media only screen and (min-width: 576.99px) {
    .exp_more {
        margin-bottom: 70px;
    }
}

.btn_order, .btn_blue {
    color: #0080F5;
    border: 2px solid #0080F5;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    max-width: 287px;
    padding: 0 20px;
    height: 3rem;
    line-height: 2.9rem;
    border-radius: 12px;
    background: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.btn_order:hover, .btn_order.active, .btn_blue:hover, .btn_blue.active {
    color: #fff;
    background: #0080F5;
}

.btn_blue_bg {
    color: #fff;
    border: 2px solid #0080F5;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    max-width: 287px;
    padding: 0 20px;
    height: 3rem;
    line-height: 2.9rem;
    border-radius: 12px;
    background: #0080F5;
    font-weight: bold;
}

.btn_blue_bg:hover, .btn_blue_bg.active {
    color: #0080F5;
    background: none;
}

.btn_dzen {
    font-size: 1.75rem;
    color: #fff;
    background: #333333;
    display: -ms-flex;
    display: flex;
    align-items: center;
    height: 61px;
    border-radius: 30px;
    padding: 0 20px;
    transition: 0.2s;
}

.btn_dzen:before {
    content: url(../images/icons/dzen.svg);
    display: inline-block;
    margin-right: 20px;
    height: 28px;
}

.btn_dzen:hover {
    color: #fff;
    transform: scale(1.05);
}

.btn_tel {
    font-size: 1.75rem;
    color: #fff;
    background: #44B3E1;
    display: -ms-flex;
    display: flex;
    align-items: center;
    height: 61px;
    border-radius: 30px;
    padding: 0 30px;
    transition: 0.2s;
}

.btn_tel:before {
    content: url(../images/icons/tg.svg);
    display: inline-block;
    margin-right: 20px;
    height: 36px;
}

.btn_tel:hover {
    color: #fff;
    transform: scale(1.05);
}

.toggle {
    width: 100%;
}

.toggle .toggle_body {
    display: none;
    padding: 3px 0 20px;
}

.toggle .toggle_body p:last-child {
    margin-bottom: 0;
}

.toggle .toggle_body li {
    position: relative;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.toggle .toggle_body li:before {
    background: url(../images/icons/check_blue.png) 0 0 no-repeat;
    background-size: auto;
    position: absolute;
    top: 10px;
    left: 0;
    background-size: cover;
    width: 16px;
    height: 16px;
    content: "";
}

.toggle .toggle_head {
    position: relative;
    cursor: pointer;
}

.toggle .toggle_head h3 {
    margin-bottom: 20px;
}

.toggle .toggle_head:after {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    background: #0080F5;
    width: 24px;
    height: 2px;
    transform: rotate(0deg);
    transform-origin: 50% 50% 0;
}

.toggle .toggle_head:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 0;
    background: #0080F5;
    width: 2px;
    height: 24px;
    transform: rotate(0deg);
    transform-origin: 50% 50% 0;
}

.toggle .toggle_head.open:after, .toggle .toggle_head.open:before {
    transform: rotate(45deg);
}

.bg_blue {
    background: #F1F8FF;
}

@media only screen and (min-width: 1919.99px) {
    .exp_pres [class^=col]:last-child {
        position: initial;
    }

    .img_pres {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 1359.99px) {
    .img_pres {
        height: 500px;
        width: auto;
    }

    .exp_rev > .container > .row [class^=col] {
        padding: 0 5px;
    }

    .exp_rev > .container > .row [class^=col]:first-child {
        padding-left: 15px;
    }

    .exp_rev > .container > .row [class^=col]:last-child {
        padding-right: 15px;
    }

    .exp_subscr {
        text-align: center;
    }

    .exp_subscr h3 {
        margin: 0 0 30px;
    }

    .em_txt {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width: 991.99px) {
    .main_new {
        font-size: 1em;
    }

    .main_new h2 {
        font-size: 2rem;
        margin-bottom: 3rem;
    }

    .main_new h3 {
        font-size: 1.2rem;
    }

    .exp_main h2 {
        font-size: 2rem !important;
    }

    .exp_subscr h3 {
        font-size: 2rem;
    }

    .text_hidden {
        height: 87px;
    }

    .exp_main h2 + p {
        font-size: 1.5rem;
    }

    .exp_vid:after {
        width: 60px;
        height: 60px;
    }

    .toggle .toggle_head:before {
        height: 20px;
        right: 9px;
    }

    .toggle .toggle_head:after {
        width: 20px;
        top: 9px;
    }

    .en_bot {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .ec_left {
        margin-bottom: 18px;
        margin-top: 28px;
        padding-top: 8px;
        padding-bottom: 12px;
        max-width: 104px;
        flex: 0 0 104px;
        margin-left: 15px;
        background: #F1F8FF;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        border-radius: 10px;
    }

    .ec_num {
        height: auto;
        font-size: 28px;
        width: auto;
        background: none;
        max-width: none;
        min-width: auto;
        margin-right: 0;
    }

    .ec_num:after {
        bottom: auto;
        top: -38px;
        font-size: 18px;
    }

    .ec_mounth {
        font-size: 12px;
    }

    .ec_right {
        padding: 0;
    }

    .ec_row {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .ec_row + hr {
        margin-top: 15px;
    }

    .ec_type {
        display: none;
    }

    .ec_where {
        font-size: 16px;
    }

    .ec_year {
        position: absolute;
        right: 15px;
        top: -37px;
    }

    .img_pres {
        height: 550px;
    }

    .exp_rev h2 {
        margin-bottom: 30px;
    }

    .exp_rev > .container > .row [class^=col] {
        padding: 0 15px;
    }

    .ec_right .col-sm-3 {
        display: contents;
    }

    .ec_where {
        position: absolute;
        left: 15px;
        top: -32px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 768.99px) {
    .main_new {
        font-size: 14px;
    }

    .exp_main h2 + p {
        font-size: 1.5rem;
    }

    .exp_main [class^=col] {
        order: 1;
    }

    .em_right {
        display: contents;
    }

    .exp_social {
        justify-content: center;
        order: 2;
        margin: 48px 0;
        padding: 0 15px;
    }

    .exp_about {
        order: 3;
        padding: 0 15px;
    }

    .open_hidden {
        font-size: 12px;
    }

    .exp_pres {
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }

    .exp_pres h2 {
        max-width: 100%;
        color: #fff;
        padding: 40px 0;
        position: relative;
        z-index: 2;
        text-align: right;
    }

    .exp_pres h2:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: 100vw;
        height: 100%;
        background: url(../images/pres_bg.jpg) center -90px no-repeat;
        transform: translateX(-50%);
        z-index: -1;
    }

    .img_pres {
        display: none;
    }

    .owl-gal img {
        max-width: 400px;
    }

    .owl-dip .owl-stage {
        height: 245px;
    }

    .owl-dip img {
        max-width: 150px;
    }

    .dip_nav {
        margin-top: 0;
    }

    .exp_rev > .container > .row [class^=col]:not(:first-child) {
        margin-bottom: 12px;
    }

    .exp_rev .row {
        margin-bottom: 40px;
    }

    .exp_more {
        background: none !important;
        text-align: center;
        padding: 0 15px !important;
    }

    .exp_more .container {
        border: 1px solid #0080F5;
        border-radius: 20px;
        padding-top: 40px;
    }

    .em_img {
        padding: 0 60px;
    }

    .em_img img {
        border-radius: 20px;
    }

    .em_txt {
        padding-top: 24px !important;
        padding-bottom: 40px !important;
    }

    .em_txt .btn_blue_bg {
        margin: 0 auto;
    }

    .dip-cont {
        height: 484px;
    }

    .owl-dip {
        height: 484px;
        padding: 100px 0 28px;
    }

    .ec_row {
        align-items: flex-start;
    }

    .ec_right {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 576.99px) {
    .main_new h2 {
        font-size: 1.5rem;
        margin-bottom: 2.5rem;
    }

    .main_new h3 {
        font-size: 1rem;
    }

    .main_new [class*=_dots] {
        margin-top: 15px;
        margin-bottom: 28px;
    }

    .main_new [class*=_dots].exp_dots, .main_new [class*=_dots].art_dots {
        margin-top: -34px;
    }

    .exp_dots .owl-dot {
        background: #fff;
    }

    .exp_main {
        padding-top: 100px;
    }

    .exp_main h2 + p {
        margin-bottom: 1.5rem;
    }

    .owl-gal .owl-item:not(.center) {
        transform: scale(1);
    }

    .owl-rev-1 .owl-item:not(.center), .owl-rev-2 .owl-item:not(.center), .owl-rev-3 .owl-item:not(.center) {
        transform: scale(1);
    }

    [class^=rev_nav] {
        margin-top: 28px;
    }

    .main_new section.exp_main {
        padding-bottom: 20px;
    }

    .main_new section.exp_nums {
        padding-bottom: 70px;
    }

    .main_new section {
        padding-bottom: 100px;
    }

    .exp_pres {
        margin-bottom: 100px;
    }

    .ec_right .col-sm-3 {
        display: contents;
    }

    .exp_about h3 {
        margin-bottom: 10px;
    }

    .text_hidden {
        margin-bottom: 10px;
    }

    .exp_about hr {
        margin-bottom: 28px;
    }

    .exp_nums .row {
        justify-content: center;
    }

    .exp_nums .e_num {
        max-width: 315px;
        text-align: center;
    }

    .btn_dzen,
.btn_tel {
        height: 40px;
        font-size: 1.125rem;
        padding: 0 20px 0 10px;
    }

    .btn_dzen:before,
.btn_tel:before {
        transform: scale(0.6);
        margin-right: 5px;
    }

    .dip-cont,
.owl-dip {
        height: auto;
    }

    .owl-dip {
        padding: 0;
        height: auto;
        margin-left: 0;
    }

    .owl-dip img {
        max-width: none;
    }

    .owl-dip .owl-item {
        max-width: none;
        height: auto;
    }

    .owl-dip .owl-stage {
        height: auto;
        display: -ms-flex;
        display: flex;
        align-items: stretch;
    }

    .owl-rev-1 .item {
        padding: 24px 26px 20px;
    }

    .owl-rev-1 .item .rev_ava {
        margin-right: 25px;
    }

    .owl-rev-1 .item .rev_ava img {
        width: 67px;
        height: auto;
    }

    .owl-rev-1 .item .d-flex {
        margin-bottom: 20px;
    }

    .c_item h3 {
        min-height: 3rem;
    }

    .plan_hidden li:nth-child(4) ~ *, .plan_hidden li:nth-child(4):before {
        display: none;
    }

    .plan_hidden.open li:nth-child(4) ~ *, .plan_hidden.open li:nth-child(4):before {
        display: block;
    }

    .plan_open {
        text-align: center;
        color: #0080F5;
        font-size: 14px;
        text-decoration: underline;
    }

    .plan_open:before {
        content: attr(data-open);
    }

    .plan_open.active:before {
        content: attr(data-close);
    }
}

@media only screen and (max-width: 470.99px) {
    h2 {
        font-size: 1.125rem;
        margin-bottom: 1.75rem;
    }

    .ec_left {
        max-width: 80px;
        flex: 0 0 80px;
    }

    .ec_type, .ec_year {
        font-size: 1em;
    }

    .ec_year {
        top: -24px;
    }

    .main_new h3 {
        font-size: 1rem;
    }

    .ec_num:after {
        top: -31px;
    }

    .ec_num:after,
.ec_where {
        font-size: 0.75rem;
        font-weight: normal;
    }

    .ec_where {
        top: -24px;
    }

    .exp_pres h2 {
        padding-left: 30%;
        text-align: center;
    }

    .exp_pres h2:after {
        background-position: center center;
        background-size: 100% auto;
    }

    .exp_pres .btn_blue_bg {
        margin: 0 0 12px 0;
        width: 255px;
    }

    .f_pres {
        flex-wrap: wrap;
    }

    .f_pres input {
        max-width: 255px;
        flex: 0 0 255px;
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .f_pres button {
        max-width: 255px;
        flex: 0 0 255px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .f_pres:first-of-type {
        margin-bottom: 24px;
    }

    .exp_rev .row {
        margin-bottom: 28px;
    }

    .owl-rev-1 .item .rev_sm, .owl-rev-1 .item .rev_txt {
        font-size: 0.75rem;
    }

    .btn_dzen, .btn_tel {
        padding: 0 15px 0 7px;
        margin-bottom: 5px;
    }
}