#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}
.s-registration {
    padding: 60px 0;
}
.s-registration h3 {
    margin-bottom: 20px;
}
.s-registration p {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.s-registration p a {
    color: #ce626d;
    text-decoration: none;
    transiton: all 0.2s ease;
}
.s-registration p a:active,
.s-registration p a:focus,
.s-registration p a:hover {
    color: #ff6e7c;
    text-decoration: none;
}
.registration_wh {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    background-color: #ce626d;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.registration_wh:active,
.registration_wh:focus,
.registration_wh:hover {
    text-decoration: none;
    background-color: #ff7d8a;
    color: #000;
}
.s-advantage li {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 10px 0;
    padding-left: 50px;
}
.s-advantage li i {
    position: absolute;
    left: 0;
    width: 43px;
    height: 43px;
    border-radius: 36px;
    background-color: #ff8793;
    text-align: center;
    line-height: 53px;
}
.s-advantage .icon {
    color: #fff;
    font-size: 23px;
}
.steps_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.steps_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    text-align: left;
}
.steps_item strong {
    font-family: UnicaOne;
    font-size: 30px;
    position: relative;
    background-color: #ff8793;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: auto;
    border-radius: 40px;
    color: #fff;
}
.steps_item .steps_number {
    position: relative;
    margin-bottom: 34px;
}
.steps_item .steps_number::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    z-index: 1;
    background-color: #ff8793;
}
.steps_item span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}
.steps_item img {
    max-width: 32px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.steps_item-img {
    text-align: center;
}
.steps_item-img .icon {
    font-size: 55px;
    margin-bottom: 20px;
}
.s-reviews h2 {
    margin-bottom: 50px;
}
.s-reviews img {
    display: block;
    max-width: 100%;
    height: auto;
}
.reviews_link {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ff8793;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    color: #000;
    font-weight: 700;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.reviews_link:active,
.reviews_link:focus,
.reviews_link:hover {
    text-decoration: none;
    background-color: #ff7d8a;
    color: #000;
}
.s-faq h2 {
    margin-bottom: 20px;
}
.accordion__title {
    font-weight: 700;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 10px;
    background-color: rgba(255, 135, 147, 0.4);
    margin-bottom: 10px;
}
.icon-down,
.icon-up {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}
.icon-down::before,
.icon-up::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.icon-down::after,
.icon-up::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.icon-up::before {
    opacity: 0;
}
.icon-up::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.ofer_footer {
    padding: 20px 0 40px 0;
}
.up {
    width: 60px;
    height: 60px;
    background-color: #ff8793;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: fixed;
    right: -500px;
    bottom: 100px;
    z-index: 100;
    transition: all 0.3s ease;
}
.active_arrow {
    right: 40px;
}
.active_arrow:hover {
    opacity: 1;
}
.active_arrow i {
    font-size: 45px;
    color: #fff;
    line-height: 54px;
}
.subsribe {
    font-family: arial, serif;
    background-color: #ff8793;
    padding: 15px 20px 15px 20px;
    width: 380px;
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 100;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.subsribe .subscribe_title {
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.subsribe .subscribe_title i {
    margin-left: 10px;
}
.subsribe .subscribe_title .icon {
    float: right;
}
.subsribe li {
    display: inline-block;
}
.subsribe li a {
    font-size: 11px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    width: 60px;
    padding-top: 60px;
    text-align: center;
    display: inline-block;
}
.subsribe li a:active,
.subsribe li a:focus,
.subsribe li a:hover {
    color: #666;
    text-decoration: none;
}
.subsribe_show {
    bottom: 0;
}
.subsribe_whatsapp {
    background-image: url(../img/whatsapp.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.subsribe_vk {
    background-image: url(../img/vkontacte.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.subsribe_telegram {
    background-image: url(../img/telegram.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.subsribe_tg {
    background-image: url(../img/telegram.png);
    background-repeat: no-repeat;
    background-position: center top;
}


.map {
    padding: 20px 0;
}
.map h2 {
    margin-bottom: 25px;
}
.contact_page,
.scool_page {
    padding: 50px 0;
}
.contact_page img,
.scool_page img {
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
    float: left;
    margin: 0 25px 25px 0;
}
main {
    min-height: -webkit-calc(100vh - 193px);
    min-height: calc(100vh - 193px);
}
.first_screen-live {
    padding: 60px 0;
}
.first_screen-live h1 {
    font-size: 21px;
    color: #000;
    font-weight: 700;
}
.first_screen-live img {
    max-width: 100%;
    height: auto;
    display: block;
}
.s-course_live h2 {
    margin-bottom: 45px;
}
.live-course_cart {
    text-align: center;
    position: relative;
    height: 100%;
    padding-bottom: 40px;
}
.live-course_cart .course_date {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}
.live-course_cart p {
    margin-bottom: 30px;
}
.live-course_cart img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
.live-course_cart h3 {
    color: #ff8793;
    font-weight: 400;
}
.live-course_cart .price-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.live-course_cart .price-more a {
    color: #ff8793;
}
.s-advantages-live ul {
    padding-left: 30px;
    margin-bottom: 30px;
}
.s-advantages-live li {
    list-style: disc;
    margin-bottom: 10px;
}
.s-form-live {
    background-color: rgba(255, 135, 147, 0.2);
}
.s-form-live strong {
    display: block;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}
.live_form,
.test_form {
    padding: 20px 40px 70px;
    position: relative;
}
.live_form .input_wrapper,
.test_form .input_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.live_form .input_wrapper .input,
.test_form .input_wrapper .input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-color: #d2d2d2;
}
.live_form .input_wrapper input,
.test_form .input_wrapper input {
    padding: 10px 15px;
    display: block;
    width: 100%;
}
.live_form .input_wrapper label,
.test_form .input_wrapper label {
    display: block;
}
.live_form .input_wrapper button,
.test_form .input_wrapper button {
    cursor: pointer;
}
.live_review {
    padding: 30px 0;
}
.live_review h3 {
    margin-bottom: 30px;
}
.gallery_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gallery_wrapper img {
    max-width: 100%;
    display: block;
    height: auto;
}
.gallery_wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 22px;
    display: block;
}
.s-student-work .gallery_wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
}
.s-student-work .gallery_wrapper a img {
    width: 100%;
    height: 100%;
}
.s-student-video .video_2 {
    overflow: hidden;
}
.s-student-video .video_2-row {
    margin: 0 -10px 0 -10px;
}
.s-student-video .video_2-col {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.s-student-video .video_2-wrp {
    position: relative;
    padding-top: 56.25%;
    margin: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.s-student-video .video_2-wrp iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    border: none;
}
.s-student-video .pagination {
    display: none;
}
.gallery-button {
    text-align: center;
}
.gallery-button .form_button {
    padding-left: 15px;
    padding-right: 15px;
}
.fancybox-thumbnails-arrow {
    display: none;
}
.fancybox-infobar {
    display: none;
}
.s-about img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.about_text h4,
.test_description h4 {
    font-size: 20px;
}
.about_text ul,
.test_description ul {
    padding-left: 17px;
}
.about_text li,
.test_description li {
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 18px;
}
.mail_form {
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: #fff;
    text-align: center;
}
.mail_form strong {
    font-size: 30px;
}
.inner-live_page ol {
    padding-left: 17px;
}
.inner-live_page ol li {
    padding-left: 10px;
    margin-bottom: 7px;
}
.inner-live_page ul {
    padding-left: 17px;
    margin-bottom: 20px;
}
.inner-live_page ul li {
    padding-left: 10px;
    margin-bottom: 7px;
    list-style-type: disc;
}
.live_description h2 {
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 8px;
    background-color: #fff;
    position: relative;
}
.live_description .before_title {
    position: relative;
    margin: 20px 0 40px 0;
}
.live_description .before_title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 80%;
    height: 1px;
    background-color: #e0dede;
}
.live_description.s-bg h2 {
    background-color: #eae9e9;
}
.live-course_slider {
    margin-bottom: 20px;
}
.comments_vk {
    padding: 20px 0;
}
.h1_group h1 {
    color: #000;
    font-size: 30px;
    text-transform: none;
}
.h1_group p {
    font-size: 17px;
    font-weight: 700;
}
.thanks_content {
    padding: 30px 0;
}
.thanks_content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.thanks_description h2 {
    text-align: left;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    margin-bottom: 25px;
}
.thanks_description h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60%;
    height: 2px;
    background-color: #ff8793;
}
.thanks_description ul {
    padding-left: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
}
.thanks_description ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}
.thanks_form {
    padding: 30px 0;
}
.thanks-form_title-block {
    text-align: center;
}
.thanks-form_title-block h3 {
    margin-bottom: 20px;
    text-transform: none;
}
.new_price {
    text-transform: uppercase;
    color: red;
    font-weight: 700;
    font-size: 25px;
}
.thanks_form input {
    padding: 10px 15px;
    display: block;
    border: 1px solid #d2d2d2;
}
.thanks_form td {
    padding-bottom: 10px;
}
.thanks_form .button {
    border: none;
}
.after_form {
    padding-top: 20px;
    text-align: center;
}
.after_form a {
    text-decoration: underline;
}
.pay_page {
    background: #eae9e9;
    height: 100%;
    padding-top: 0;
}
.pay_page h2 {
    background-color: rgba(255, 135, 147, 0.4);
    font-weight: 400;
    padding: 25px 0;
}
.pay_form {
    padding: 0;
}
.pay_form p {
    margin-bottom: 0;
}
.pay_form .form_button {
    width: 100%;
}
.pay_form .input {
    margin-bottom: 15px;
}
.pay_form input {
    display: block;
    width: 100%;
    padding: 10px;
    border-color: #dcdcdc;
}
.pay_requisites {
    padding-bottom: 40px;
    background-color: rgba(255, 135, 147, 0.4);
}
.pay_requisites a {
    text-decoration: underline;
}
.form_title {
    text-transform: uppercase;
    text-align: center;
}
.payment-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.payment-options li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    margin-bottom: 20px;
    padding: 20px 10px;
    background-color: #eae9e9;
    margin-right: 15px;
}
.payment-options li .button {
    line-height: 30px;
    font-size: 12px;
}
.payment-options li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 25px;
}
.course_slider .owl-dots {
    text-align: center;
}
.course_slider .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #ff8793;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.course_slider .owl-dot:hover {
    background-color: #ff8793;
}
.course_slider .owl-dot.active {
    background-color: #ff8793;
}
.block_contents img {
    max-width: 100%;
    height: auto;
    display: block;
}

.tariff-cart_title{
  text-align: center;
}
.tariff_cart {
    /**/
    border: 3px solid rgba(255, 135, 147, 0.4);
    border-radius: 10px;
    padding: 25px 10px;
    margin-bottom: 30px;
}
.tariff_cart img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.tariff_cart strong {
    font-size: 22px;
}
.justifyleft {
    text-align: left;
}
.test_description img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 20px;
}
.new_registracion .price_block p {
    display: inline-block;
    margin-right: 15px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.new_registracion img {
    margin-bottom: 20px;
}
.new_registracion ul {
    margin-bottom: 20px;
}
.new_registracion ul li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
}
.new_registracion ul li::before {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    width: 5px;
    height: 2px;
    left: 0;
    top: 10px;
}
.new_registracion .button {
    display: block;
    width: 250px;
    margin-bottom: 20px;
}
.new_subscribe ul li {
    display: inline-block;
}
.new_subscribe ul li::before {
    display: none;
}
.new_subscribe ul a {
    width: 60px;
    height: 60px;
    display: inline-block;
    padding-top: 60px;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
}
.competition h4 {
    text-align: left;
}
.blog_cart {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}
.blog_cart img {
    margin-bottom: 20px;
}
.blog_cart h4 {
    font-size: 16px;
    font-weight: 300;
}
.blog_cart:hover img {
    opacity: 0.7;
}
.blog_page {
    padding: 60px 0 70px;
}
.blog_page h1 {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.desctop_students-block {
    display: block;
}
.mobile_students-block {
    display: none;
}
.owl-wrap {
    padding: 0 40px;
}
.student-rev_slider .owl-nav,
.student-work_slider .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -40px;
    right: -40px;
}
.student-rev_slider .owl-prev,
.student-work_slider .owl-prev {
    position: absolute;
    left: 0;
}
.student-rev_slider .owl-next,
.student-work_slider .owl-next {
    position: absolute;
    right: 0;
}
.student-rev_slider .icon,
.student-work_slider .icon {
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.student-rev_slider .icon:hover,
.student-work_slider .icon:hover {
    color: #ff8793;
}
.student-rev_slider .owl-dots,
.student-work_slider .owl-dots {
    margin-top: 30px;
    text-align: center;
}
.student-rev_slider .owl-dot,
.student-work_slider .owl-dot {
    display: inline-block;
    margin-right: 15px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    border: 2px solid #ff8793;
}
.student-rev_slider .owl-dot.active,
.student-work_slider .owl-dot.active {
    background-color: #ff8793;
}
