/*!
Theme Name: Lango
Theme URI: http://underscores.me/
Author: Ruslan Troniak
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lango
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lango is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@charset "utf-8";

/* General Reset */

html {
    font-size: 16px;
}

body,
html {
    min-height: 100%;
    height: auto;
}

body {
    font-size: 12px;
    overflow-x: hidden;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    padding: 0;
    padding-top: 3.4vw;
    margin: 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
}

.wrapper {
    overflow: hidden;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

a {
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    font-size: 0.8333333333333334vw;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.mb-40 {
    margin-bottom: 40px;
}

input,
textarea {
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
}

textarea {
    resize: none;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="text"] {
    padding: 0 0.5208333333333334vw;
}

button {
    outline: 0;
}

textarea {
    resize: none;
}

/* tables */

th {
    text-align: left;
    outline: none;
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 0.3125vw 1.5625vw;
    vertical-align: middle;
    border-bottom: 1px solid #d9d9d9;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

.a-i-center {
    align-items: center;
}
/*other*/

span.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
    margin-top: -25px;
    text-align: center;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

div.wpcf7-response-output {
    margin: 0;
    border-radius: 3px;
}

.navbar-toggler {
    display: none !;
}

.tabs__content {
    display: none !important;
}

.tabs__content.active {
    display: block !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 62.5vw;
    }

    .cource-page .sale .container {
        padding-top: 4.885416666666667vw;
    }

    .why-we .container {
        max-width: 75.5vw;
    }

    .doubleScroll-scroll-wrapper {
        display: none !important;
    }

    .content_table {
        overflow: visible !important;
    }
}

.header {
    z-index: 50;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    top: 0;
}

.header .logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-mobile {
    display: none;
}

.header .right-block {
    padding-top: 1.3020833333333333vw;
}

.header-nav {
    position: relative;
    z-index: 3;
    padding-top: 1.3020833333333333vw;
}

.header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 24.166666666666668vw;
}

.header-nav ul li {
    position: relative;
    white-space: nowrap;
}

.header-nav ul li a {
    font-size: 0.8333333333333334vw;
}

.header-nav > ul > li:hover > a {
    color: #ff9c1c;
}

.header-nav > ul:nth-child(2) > li:first-child {
    display: none;
}

.header-nav > ul li.current-menu-item > a,
.header-nav > ul li.current_page_item > a {
    color: #ff9c1c;
}

.header-nav ul.sub-menu,
.header-nav ul.sub-menu ul,
.lang-switcher ul.sub-menu {
    position: absolute;
    left: -88%;
    top: 2.6041666666666665vw;
    border-radius: 4px;
    background: #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.lang-switcher ul.sub-menu {
    left: -2px;
    top: 1.9vw;
}

.header-menu .socials,
.header-menu .lang-switcher {
    display: none;
}

@media (min-width: 1200px) {
    .menu-item-has-children:hover > ul.sub-menu,
    ul.sub-menu > .menu-item-has-children:hover ul,
    .lang-switcher li.active:hover ul.sub-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.header-nav ul.sub-menu:after,
.lang-switcher ul.sub-menu:before {
    content: "";
    -webkit-box-shadow: 0px 0.8854166666666666vw 0.8333333333333334vw 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0.8854166666666666vw 0.8333333333333334vw 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.header-nav ul.sub-menu li a {
    padding: 0.5208333333333334vw 2.0833333333333335vw;
    padding-right: 70px;
    display: block;
}

.header-nav ul.sub-menu li a:hover {
    background: #fdd79f;
}

.header-nav ul.sub-menu li > ul {
    left: 100%;
    top: 0;
    -webkit-box-shadow: 1.0416666666666667vw 0.8854166666666666vw 0.8333333333333334vw -8px rgba(0, 0, 0, 0.08);
    box-shadow: 1.0416666666666667vw 0.8854166666666666vw 0.8333333333333334vw -8px rgba(0, 0, 0, 0.08);
}

.header .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lang-switcher {
    margin-left: 1.09375vw;
    position: relative;
    z-index: 7;
}

.lang-switcher ul li {
    padding: 0.3125vw 0.4166666666666667vw;
}

.lang-switcher ul li.active {
    position: relative;
}

.lang-switcher ul li.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    background: #92d4f0;
    z-index: -1;
}

.lang-switcher ul li:not(.active) a:hover {
    color: #ff9c1c;
}

.lang-switcher ul li.active > a {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.phone-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone-num span {
    font-size: 0.9375vw;
}

.phone-num svg {
    width: 0.9375vw;
    height: 0.9375vw;
    margin-right: 1px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-nav > ul:first-child {
    margin-left: 14%;
    margin-top: 0.2604166666666667vw;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-nav > ul:first-child > li {
    display: block;
    padding-bottom: 1.40625vw;
}

.header-nav > ul:nth-child(2) {
    margin-left: 5.4%;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-nav > ul:nth-child(2) > li {
    display: block;
    padding-bottom: 1.40625vw;
}

.header-nav > ul:nth-child(2) > li a {
    font-weight: 600;
}

.header-nav > ul:nth-child(2) > li > a {
    font-weight: 700;
}

.header .bottom-block {
    margin-top: 1.25vw;
    position: relative;
}

.orange-btn {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: rgb(255, 156, 28);
    border: 2px solid rgb(255, 156, 28);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1.3020833333333333vw;
}

.modal-btn,
.red-btn,
.send-review input[type="submit"] {
    font-size: 0.8333333333333334vw;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: rgb(255, 156, 28);
    border: 2px solid rgb(255, 156, 28);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 35px;
    position: relative;
    z-index: 5;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    white-space: nowrap;
}

.modal-btn:hover,
.red-btn:hover,
.send-review input[type="submit"]:hover {
    background: none;
    color: rgb(255, 156, 28);
}

.header .modal-btn {
    float: right;
    width: 16.666666666666668vw;
    height: 2.9166666666666665vw;
}

.header .bottom-block:after {
    content: "";
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 21.302083333333332vw;
    height: 3.75vw;
    right: -2.1354166666666665vw;
    top: 0.5208333333333334vw;
    border-radius: 1.9791666666666667vw;
    z-index: 0;
}

.sort {
    justify-content: center;
}

.sort-item {
    height: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s 0.2s;
    transition: -webkit-transform 0.3s 0.2s;
    -o-transition: transform 0.3s 0.2s;
    transition: transform 0.3s 0.2s;
    transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
    overflow: hidden;
    padding-left: 0.7812vw;
    padding-right: 0.7812vw;
    position: absolute;
}

.sort-item.active {
    position: static;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: auto;
}

.send-review {
    margin-top: 4.6875vw;
    background: #f8f8f8;
    padding-top: 3.3854166666666665vw;
    padding-bottom: 3.0208333333333335vw;
}

.send-review .text {
    font-size: 0.9375vw;
    padding-top: 0.5729166666666666vw;
    padding-left: 3.5938vw;
    font-weight: 300;
}

.send-review .red-btn {
    padding-top: 0.8854166666666666vw;
    max-width: 15.677083333333334vw;
    padding-bottom: 0.78125vw;
    margin-bottom: 9px;
}

.modal-review + span {
    display: block;
    font-size: 10px;
}

.send-review .popup {
    background: none;
}

.send-review .popup-inner {
    max-width: 696px;
    display: block;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 12px 12px 10px rgba(148, 148, 148, 0.15);
    box-shadow: 12px 12px 10px rgba(148, 148, 148, 0.15);
}

.send-review .popup-close {
    position: inherit;
}

.popup-review-top {
    background-image: url("images/reviews-send-bg.jpg");
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 4.4792vw;
    width: 100%;
    padding-right: 1.5625vw;
    width: 100%;
}

.send-review .popup-content {
    background: #fff;
    padding-bottom: 0.9375vw;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
}

.send-review textarea {
    font-size: 0.8333vw;
    color: #262626;
    line-height: 1.5;
    width: 100%;
    height: 11.458333333333334vw;
    padding-top: 2.0833333333333335vw;
    padding-left: 3.28125vw;
    padding-right: 3.3854166666666665vw;
    margin-bottom: 2.1354166666666665vw;
    border: none;
}

.symbols-count {
    font-weight: 300;
    font-size: 0.7292vw;
    text-align: right;
    padding-right: 1.5104166666666667vw;
    width: 100%;
}

.popup-bottom {
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.09375vw 1.5625vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 236, 236);
    border-top: 0;
    border-radius: 0 0 8px 8px;
}

.popup-bottom .text {
    color: #ff9c1c;
    font-size: 12px;
    padding-left: 0;
    padding-top: 11px;
}

.send-review .socials {
    padding-top: 0.9375vw;
}

.send-review .socials a {
    margin-right: 7px;
}

.send-review .socials object {
    width: 21px;
    pointer-events: none;
}

.popup-bottom input[type="submit"] {
    width: 204px;
    padding-top: 0.7291666666666666vw;
    padding-bottom: 0.8333333333333334vw;
}

.banner-popup .popup-inner {
    max-width: 600px;
    margin: 0 auto;
}

.banner-popup .popup-content {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    width: 100%;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 15%;
    padding-bottom: 55px;
    text-align: center;
}

.banner-popup .popup-content .title {
    font-size: 1.875vw;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-popup .popup-content .text {
    width: 100%;
    font-size: 1.25vw;
    font-weight: 600;
    text-align: center;
}

.banner-popup .popup-close {
    border-color: #f7fafc;
}

.banner-popup .popup-close:before,
.banner-popup .popup-close:after {
    background: #f7fafc;
}

@media (min-width: 1200px) {
    .header.sticky {
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: 0px 0.8854166666666666vw 0.8333333333333334vw 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 0.8854166666666666vw 0.8333333333333334vw 0px rgba(0, 0, 0, 0.04);
    }

    .header-nav .page_item.menu-item-has-children > .open-menu:before {
        display: none;
    }

    .header.sticky .logo {
        width: 74%;
    }

    .header.sticky .header-nav,
    .header.sticky .right-block {
        padding-top: 0;
    }

    .header.sticky .bottom-block:after {
        height: 0;
    }

    .header.sticky .row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header.sticky .header-nav > ul:first-child,
    .header.sticky .top-block {
        display: none;
    }

    .header.sticky .header-nav > ul:nth-child(2) > li {
        padding-top: 1.40625vw;
    }

    .header.sticky .bottom-block {
        margin-top: 0;
    }

    .header.sticky .modal-btn {
        font-size: 0.625vw;
        width: 12.135416666666666vw;
        height: 2.2916666666666665vw;
    }

    .header.sticky .header-nav > ul:nth-child(2) {
        margin-left: 11.4%;
    }

    .header.sticky .header-nav > ul:nth-child(2) > li a {
        font-weight: 400;
    }

    .header.sticky .header-nav ul.sub-menu,
    .header-nav ul.sub-menu ul {
        top: 3.6458333333333335vw;
    }

    .lang-switcher ul li {
        margin-top: -10px;
    }

    .lang-switcher ul li.active {
        margin-top: 0;
    }

    .lang-switcher ul.sub-menu li:first-child {
        margin-top: 0;
    }
}

.main-banner {
    padding-top: 7.395833333333333vw;
    padding-bottom: 7.083333333333333vw;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    background-image: url("images/for-fields/main-banner.jpg");
}

.main-banner .description {
    margin-bottom: 6.197916666666667vw;
}

.main-banner .description p {
    font-size: 1.5625vw;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.9270833333333333vw;
}

.border-btn {
    font-size: 1.1458333333333333vw;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 40px;
    border: 2px solid #000;
}

.border-btn:hover {
    border-color: rgb(255, 156, 28) !important;
    color: rgb(255, 156, 28) !important;
}

.main-banner .link {
    color: #fff;
    width: 100%;
    border: 2px solid #fff;
    padding: 1.3020833333333333vw 0;
    line-height: 1.2;
}

.main-banner .link:hover {
    background: #fff;
    color: #000 !important;
    border-color: #fff !important;
}

.section-title {
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -1px;
}

.section1 {
    padding-top: 5vw;
    padding-bottom: 3.125vw;
    background-position: center 5.260416666666667vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("images/for-fields/bg1.jpg");
}
.single-cityes .section1 {
    background-position: center 0;
}

.section1 .video {
    position: relative;
    width: 46.354166666666664vw;
    margin: 0 auto;
    margin-top: 3.59375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.8541666666666665vw;
    border-radius: 0.4166666666666667vw;
    overflow: hidden;
}

.home iframe,
.home video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 1px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-thumb {
    position: relative;
    z-index: 2;
    width: 100%;
    max-height: 28.645833333333332vw;
    -o-object-fit: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 111%;
    padding-top: 62%;
    -webkit-transition: all ease 0.5s 0.5s;
    -o-transition: all ease 0.5s 0.5s;
    transition: all ease 0.5s 0.5s;
}

.video .video-thumb + iframe {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-btn {
    position: absolute;
    z-index: 2;
    width: 4.6875vw;
    height: 3.28125vw;
    background-image: url(images/youtume.btn.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.info-slider .owl-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.0416666666666667vw;
}

.info-slider .owl-nav {
    position: absolute;
    width: calc(100% + 2.6041666666666665vw);
    left: -1.8229166666666667vw;
    top: calc(50% - 1.6666666666666667vw);
}

.info-slider.owl-carousel .owl-item img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.section1 .info {
    text-align: center;
    font-size: 0.8854166666666666vw;
}

.section1 .info:first-child > div {
    padding-left: 7%;
}

.section1 .info:last-child > div {
    padding-right: 7%;
}

.section1 .info .icon {
    margin-bottom: 1.1979166666666667vw;
}

.section1 .info .title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.8854166666666666vw;
}

.section2 {
    background-repeat: no-repeat;
    background-position: bottom 5.208333333333333vw center;
    background-size: contain;
    padding-top: 1.7708333333333333vw;
    padding-bottom: 11.604167vw;
    position: relative;
    margin-bottom: -5.5312vw;
    background-color: #f8f8f8;
    background-image: url("images/for-fields/section-2-bg-2.jpg");
}

.slider-select-block {
    margin-top: 2.1875vw;
}

.slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.9270833333333333vw;
}

.slider-nav-item {
    font-size: 0.9375vw;
    color: #101010;
    white-space: nowrap;
    margin: 0 1.3541666666666667vw;
    margin-bottom: 0.5208333333333334vw;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.slider-nav-item:hover {
    color: #ff9000;
}

.slider-nav-item.active {
    font-weight: 700;
    color: #ff9000;
    text-decoration: underline;
}

.course-slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-slider .slide .left {
    width: 51.2%;
}

.course-slider .slide .title {
    font-size: 1.5625vw;
    color: #fff;
    background: #60c6f1;
    letter-spacing: -0.4px;
    border-radius: 1.8229166666666667vw 0 0 1.8229166666666667vw;
    padding: 0.6770833333333334vw 2.5vw;
    margin-left: 2.7083333333333335vw;
    margin-bottom: 1.25vw;
    margin-top: 1.3020833333333333vw;
}

.course-slider .info {
    padding-left: 5.208333333333333vw;
}

.course-slider .text {
    margin-bottom: 1.40625vw;
}

.course-slider .text li,
.course-slider p {
    font-size: 0.9375vw;
    margin-bottom: 0.625vw;
    letter-spacing: -0.1px;
}

.course-slider .price {
    font-size: 1.5625vw;
    font-weight: 700;
    color: #ff9c1c;
    letter-spacing: -0.4px;
    margin-bottom: 3.59375vw;
}

.course-slider .price span {
    font-size: 2.5vw;
}

.course-slider .link {
    padding: 1.3020833333333333vw 2.34375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 19.270833333333332vw;
}

.course-slider .image-frame {
    background-image: url(images/frame.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding: 0.5208333333333334vw 3.75vw 4.84375vw 0.6770833333333334vw;
    margin-right: -4px;
}

.course-slider .slide .right {
    width: 29.895833333333332vw;
    position: relative;
    left: -5px;
}

.course-slider .image-frame img {
    width: 19.635416666666668vw;
    height: auto;
    opacity: 0;
    transition: opacity 0.8s;
}

.course-slider .owl-item.active .image-frame img {
    opacity: 1;
}

.open-menu {
    position: absolute;
    right: 0;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.open-menu:before {
    content: "";
    width: 8px;
    height: 8px;
    right: 15px;
    position: absolute;
    border-bottom: 1px solid #60c6f1;
    border-right: 1px solid #60c6f1;
    transform: rotate(45deg);
}

.open-menu.in:before {
    transform: rotate(225deg);
}

/*.menu-item-has-children .open-menu:before {
    width: 5px;
    height: 5px;
}
.menu-item-has-children .menu-item-has-children .open-menu:before {
    width: 5px;
    height: 5px;
}*/

.owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}

.course-slider .owl-nav {
    position: absolute;
    width: 31.09375vw;
    top: calc(50% - 2.3958333333333335vw);
    right: 2.2916666666666665vw;
}

.owl-prev,
.owl-next {
    width: 1.5625vw;
    height: 2.34375vw;
    background: url("images/arrow.png") no-repeat;
    background-size: contain;
    pointer-events: all;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.1;
}

.owl-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-slider .owl-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.course-slider .owl-dots {
    margin-right: 14.895833333333334vw;
    margin-top: -1.9791666666666667vw;
}

.owl-dot {
    width: 0.7291666666666666vw;
    height: 0.7291666666666666vw;
    border-radius: 50%;
    position: relative;
    margin: 0 3px;
}

.owl-dot.active {
    background: #919191;
    width: 0.8854166666666666vw;
    height: 0.8854166666666666vw;
}

.owl-dot:not(.active) {
    width: 0.7291666666666666vw;
    height: 0.7291666666666666vw;
    border: 2px solid #919191;
    background: none;
}

.begine-now {
    background-repeat: no-repeat;
    background-position: 57% 0;
    margin-top: -1.3020833333333333vw;
}

.begine-now .info {
    margin: 0 auto;
    text-align: center;
    max-width: 27.96875vw;
    padding-top: 29.375vw;
}

.begine-now .title {
    font-size: 2.5vw;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 1.5625vw;
}

.begine-now .modal-btn {
    font-size: 1.25vw;
    padding: 1.1458333333333333vw 0;
    border-radius: 30pc;
    letter-spacing: -0.4px;
    white-space: nowrap;
}

.section3 {
    padding-top: 4.5%;
    overflow: hidden;
}

.icon-fb {
    width: 2.5520833333333335vw;
    height: 2.5520833333333335vw;
    border: 4px solid #fff;
    background: url(images/facebook.svg) no-repeat center;
    border-radius: 50%;
}

.icon-inst {
    background: url(images/instagram.png) no-repeat center;
    width: 2.5520833333333335vw;
    height: 2.5520833333333335vw;
    background-size: contain;
}

.testimonials-slider {
    margin-top: 3.3854166666666665vw;
    position: relative;
    margin-bottom: 5vw;
}

.testimonials-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 1)),
        color-stop(51%, rgba(255, 255, 255, 0.0032387955182072714)),
        to(rgba(255, 255, 255, 1))
    );
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.0032387955182072714) 51%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.0032387955182072714) 51%,
        rgba(255, 255, 255, 1) 100%
    );
    pointer-events: none;
}

.testimonials-slider .slide {
    padding: 0 0.6770833333333334vw;
}

.testimonials-slider .photo {
    padding: 0 4.427083333333333vw;
    position: relative;
    margin-bottom: 1.4583333333333333vw;
}

.testimonials-slider .photo a {
    position: absolute;
    left: 4.739583333333333vw;
    bottom: 4px;
}

.testimonials-slider .photo a.icon-inst {
    width: 2.18vw;
    bottom: 2px;
}

.testimonials-slider .text {
    font-size: 0.9375vw;
    text-align: center;
}

.testimonials-slider .owl-nav {
    position: absolute;
    width: 56.71875vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: calc(50% - 1.0416666666666667vw);
    z-index: 2;
}

.section4 {
    padding-bottom: 4.9%;
    position: relative;
}

.posts-slider {
    margin-top: 3.3854166666666665vw;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
}

.posts-slider .owl-item .thumbnail {
    position: relative;
    border-radius: 0.5208333333333334vw;
    overflow: hidden;
    margin-bottom: 0.3125vw;
}

.posts-slider .slide:hover .title {
    color: rgb(255, 156, 28);
}

@media (min-width: 768px) {
    .posts-slider:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        pointer-events: none;
        background: rgb(255, 255, 255);
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 0)),
            color-stop(20%, rgba(255, 255, 255, 0.2049194677871149)),
            color-stop(50%, rgba(255, 255, 255, 0)),
            color-stop(80%, rgba(255, 255, 255, 0.196516106442577)),
            to(rgba(255, 255, 255, 1))
        );
        background: -o-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2049194677871149) 20%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.196516106442577) 80%,
            rgba(255, 255, 255, 1) 100%
        );
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2049194677871149) 20%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.196516106442577) 80%,
            rgba(255, 255, 255, 1) 100%
        );
    }

    .posts-slider.in:after {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 1)),
            color-stop(20%, rgba(255, 255, 255, 0.2049194677871149)),
            color-stop(50%, rgba(255, 255, 255, 0)),
            color-stop(80%, rgba(255, 255, 255, 0.196516106442577)),
            to(rgba(255, 255, 255, 1))
        );
        background: -o-linear-gradient(
            left,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.2049194677871149) 20%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.196516106442577) 80%,
            rgba(255, 255, 255, 1) 100%
        );
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.2049194677871149) 20%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.196516106442577) 80%,
            rgba(255, 255, 255, 1) 100%
        );
    }

    .posts-slider.in.out:after {
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 1)),
            color-stop(20%, rgba(255, 255, 255, 0.2049194677871149)),
            color-stop(50%, rgba(255, 255, 255, 0)),
            color-stop(80%, rgba(255, 255, 255, 0.196516106442577)),
            to(rgba(255, 255, 255, 0))
        );
        background: -o-linear-gradient(
            left,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.2049194677871149) 20%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.196516106442577) 80%,
            rgba(255, 255, 255, 0) 100%
        );
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.2049194677871149) 20%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.196516106442577) 80%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    .posts-slider .owl-item.active .thumbnail:after {
        content: "";
        background: url("images/new-1-overlay.png") no-repeat;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

    .posts-slider .owl-item.active + .owl-item.active .thumbnail:after {
        background: none;
    }

    .posts-slider .owl-item.active:last-child {
        -webkit-mask-image: none !important;
    }

    .posts-slider .owl-item.active:last-child .thumbnail:after {
        background: url(images/new-1-overlay.png) no-repeat !important;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .special-chioce.active.empty {
        margin-bottom: -67px;
    }
    .header:not(.sticky) li.sticky-only {
        display: none;
    }
}
@media (min-width: 1025px) {
    .special-chioce.active.empty {
        margin-bottom: -90px;
    }
}
@media (max-width: 767px) {
    .special-chioce.active.empty {
        padding: 0;
        height: 0;
        margin-top: -17px;
    }
}

.posts-slider .info {
    overflow: hidden;
    margin-bottom: 0.78125vw;
}

.view {
    font-size: 0.9375vw;
    font-weight: 600;
    color: #ff9c1c;
    float: left;
    background: url("images/view.svg") no-repeat;
    padding-left: 1.3020833333333333vw;
    margin-right: 10.5%;
    background-size: 1.0416666666666667vw;
    background-position: 0 3px;
}

.comments {
    background: url("images/comment.svg") no-repeat;
    padding-left: 1.0416666666666667vw;
    font-size: 0.9375vw;
    font-weight: 600;
    color: #3ab4e8;
    float: left;
    background-size: 0.78125vw;
    background-position: 0 0.3125vw;
}

.date {
    font-size: 0.9375vw;
    float: right;
}

.posts-slider .title,
.post .title {
    clear: both;
    font-size: 1.25vw;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.section4 .row:nth-child(2) .col-12 {
    -webkit-box-flex: 5;
    -ms-flex: 5 0 106%;
    flex: 5 0 106%;
    max-width: 106%;
}

.posts-slider .owl-nav {
    position: absolute;
    top: calc(50% - 3.2291666666666665vw);
    z-index: 2;
    width: 58.541666666666664vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.posts-slider .owl-nav .disabled {
    opacity: 0;
    z-index: -1;
}

.posts-slider .owl-prev {
    position: relative;
    left: 2.0833333333333335vw;
}

.section5 {
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
    padding-bottom: 1.1458333333333333vw;
}

.section5 .title {
    font-size: 2.5vw;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.9791666666666667vw;
    letter-spacing: -0.5px;
    line-height: 1;
}

.section5 .text,
.section5 .seo-text {
    font-size: 0.9375vw;
}

.section5 .seo-text {
    margin-top: 14.03125vw;
    letter-spacing: -0.1px;
}

.show-text,
.btn_answer a,
#cancel-comment-reply-link {
    cursor: pointer;
    font-size: 0.8333333333333334vw;
    border-bottom: 1px solid #ff9c1c;
    color: #ff9c1c;
}

.seo-text p,
.artille-content p {
    margin-bottom: 0.5208333333333334vw;
}

.all-text {
    display: none;
}

.footer {
    padding-top: 2.1875vw;
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}
.page-template-page-cityes .footer,
.single-cityes .footer {
    padding-top: 0.5vw;
}

.footer .block1 {
    padding-left: 6.5%;
}

.footer .phone-num {
    margin-bottom: 0.9895833333333334vw;
}

.footer .phone-num a {
    color: #fff;
}

.phone-num a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .phone-num a.num-call {
    margin-right: 0.9895833333333334vw;
    font-size: 0.9375vw;
    white-space: nowrap;
}

.phone-num a:hover {
    color: #ff9c1c;
}

.footer .phone-num svg {
    fill: #fff;
    margin-right: 2px;
}

.phone-num a:hover svg {
    fill: #ff9c1c;
}

.footer .call {
    min-width: 1.1458333333333333vw;
    max-width: 1.1458333333333333vw;
    height: 1.1458333333333333vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 0.7291666666666666vw;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .socials a {
    width: 1.1458333333333333vw;
    height: 1.1458333333333333vw;
    margin-right: 0.8854166666666666vw;
}

.footer a object {
    width: 100%;
    pointer-events: none;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.footer a:hover object {
    -webkit-filter: invert(62%) sepia(63%) saturate(941%) hue-rotate(355deg) brightness(149%) contrast(138%);
    filter: invert(62%) sepia(63%) saturate(941%) hue-rotate(355deg) brightness(149%) contrast(138%);
}

.footer .socials a:first-child {
    margin-right: 0.9895833333333334vw;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 3.6458333333333335vw;
}

.footer-menu li {
    margin-bottom: 1.3020833333333333vw;
    /*  width: 8.072916666666666vw */
    min-width: 7vw;
    padding: 0.5vw;
}

.footer-menu li a {
    color: #fff;
    font-size: 0.8333333333333334vw;
    white-space: nowrap;
}

.footer-menu li a {
    white-space: nowrap;
    font-size: 0.8333333333333334vw;
}

.footer-menu li:nth-child(-n + 4) a {
    font-weight: 600;
}

.footer-menu li a:hover {
    color: rgb(255, 156, 28);
}

.footer-menu li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.footer-menu li:nth-child(2) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.footer-menu li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    /*   margin-left: -1.9270833333333333vw; */
}

.footer-menu li:nth-child(4) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    /*   margin-left: -1.9270833333333333vw; */
}

.footer-menu li:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    /* padding-left: 3.90625vw; */
}

.footer-menu li:nth-child(6) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    /*  padding-left: 3.90625vw; */
}

.footer-menu li:nth-child(7) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    /*  padding-left: 2.9166666666666665vw; */
}

.footer-menu li:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    /*  padding-left: 2.9166666666666665vw; */
}

.bg-absolute {
    position: absolute;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
    background-position: 0 center;
    background-size: contain;
}

.bg-absolute-1 {
    left: 0;
    top: -11.614583333333334vw;
    width: 100vw;
    height: 40.3125vw;
}

.bg-absolute-2 {
    right: 0;
    top: -26.041666666666668vw;
    width: 100vw;
    height: 48.083333vw;
    background-position: right center;
}

body.open-modal {
    overflow-y: hidden;
}

.popup {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 51;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.play-btn-wrapper .popup {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-inner {
    -ms-transform: translateY(30%) scale(0.9);
    -webkit-transform: translateY(30%) scale(0.9);
    transform: translateY(30%) scale(0.9);
    -webkit-transition: transform ease-in-out 0.3s;
    -o-transition: transform ease-in-out 0.3s;
    -webkit-transition: -webkit-transform ease-in-out 0.3s;
    transition: -webkit-transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
    max-width: 53.645833333333336vw;
    width: 100%;
    border-radius: 0.3125vw;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-shadow: 0px 0px 36.4px 3.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 36.4px 3.6px rgba(0, 0, 0, 0.08);
}

.popup.open {
    visibility: visible;
    opacity: 1;
}

.popup.open .popup-inner {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.popup-close {
    position: absolute;
    right: 0.9895833333333334vw;
    top: 0.8854166666666666vw;
    width: 2.0833333333333335vw;
    height: 2.0833333333333335vw;
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-close:before {
    content: "";
    width: 2px;
    height: 1.3020833333333333vw;
    background: #000;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    content: "";
    width: 2px;
    height: 1.3020833333333333vw;
    background: #000;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-inner .side {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0.78125vw;
    padding-top: 1.9270833333333333vw;
    padding-bottom: 1.8229166666666667vw;
}

.popup-inner .side1 {
    width: 27.96875vw;
}

.popup-inner .side2 {
    width: 26.197916666666668vw;
}

.popup-inner .side .title {
    font-size: 1.875vw;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.7px;
}

.popup-inner .side1 .title {
    color: #fff;
}

.popup-inner .contact-form {
    margin: 0 auto;
    max-width: 18.958333333333332vw;
    margin-top: 1.40625vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-inner .contact-form input,
.popup-inner .contact-form textarea {
    font-size: 0.9375vw;
    text-align: center;

    margin-bottom: 1.5625vw;
    border: none;
    border-radius: 35px;
    width: 100%;
    height: 3.2291666666666665vw;
    overflow: hidden;
}

.popup-inner .contact-form .iti {
    border-radius: 35px;
    background: #fff;
}

.popup-inner .contact-form .iti input {
    border: none !important;
    background: none !important;
    float: left;
    width: 180px;
    text-align: left;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.popup-inner .contact-form .iti {
    margin-bottom: 1.5625vw;
}

.popup-inner .contact-form #country_code {
    float: left;
    font-size: 0.9375vw;
    z-index: 2;
    height: 3.2291666666666665vw;
    line-height: 3.2291666666666665vw;
    margin-left: 50px;
}
.popup-inner .contact-form input:not([type="submit"]):not([type="button"]):focus,
.popup-inner .contact-form input:not([type="submit"]).in,
.popup-inner .contact-form textarea:focus,
.popup-inner .contact-form textarea.in {
    text-align: left;
}
@media (min-width: 993px) {
    .popup-inner .contact-form input:not([type="submit"]):not([type="button"]):focus,
    .popup-inner .contact-form input:not([type="submit"]).in,
    .popup-inner .contact-form textarea:focus,
    .popup-inner .contact-form textarea.in {
        padding: 0 2.2416666666666667vw;
    }
}

.popup-inner .contact-form input:focus::-webkit-input-placeholder {
    opacity: 0 !important;
}

.popup-inner .contact-form input:focus:-moz-placeholder {
    opacity: 0 !important;
}

.popup-inner .contact-form input:focus::-moz-placeholder {
    opacity: 0 !important;
}

.popup-inner .contact-form input:focus:-ms-input-placeholder {
    opacity: 0 !important;
}

.popup-inner .contact-form textarea:focus::-webkit-input-placeholder {
    opacity: 0 !important;
}

.popup-inner .contact-form textarea:focus:-moz-placeholder {
    opacity: 0 !important;
}

.popup-inner .contact-form textarea:focus::-moz-placeholder {
    opacity: 0 !important;
}

.popup-inner .contact-form textarea:focus:-ms-input-placeholder {
    opacity: 0 !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    text-align: center;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-top: 0;
    margin-bottom: 25px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-bottom: none;
}

.popup-inner .contact-form input[type="submit"],
.popup-inner .contact-form input[type="button"] {
    background: #ff9c1c;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.0416666666666667vw;
    cursor: pointer;
    border: 2px solid rgb(255, 156, 28);
    transition: all 0.3s ease;
}
.popup-inner .contact-form input[type="submit"]:hover,
.popup-inner .contact-form input[type="button"]:hover {
    background: none;
    color: rgb(255, 156, 28);
}
.popup-inner .contact-form input[type="submit"]:disabled,
.popup-inner .contact-form input[type="button"]:disabled {
    background: #adadad;
    border: 2px solid #adadad;
    color: #fff;
}

.small-text {
    color: #fff;
    font-size: 10px;
    text-align: center;
    letter-spacing: -0.4px;
}

.small-text a {
    text-decoration: underline;
    color: #fff;
    font-size: 10px;
}

.popup-inner .side2 ul {
    margin-top: 2.34375vw;
}

.popup-inner .side2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 35.5%;
    display: flex;
    align-items: center;
    font-size: 1.25vw;
    font-weight: 600;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 1.875vw center;
    margin-bottom: 3.2291666666666665vw;
    min-height: 4.6875vw;
}

.slider-select {
    display: none;
}

.prices-page {
    background: #f8f8f8;
    padding-top: 5.2604vw;
}

.cource-choice {
    /*  padding: 0 0.7291666666666666vw; */
    padding: 0 3vw;
    padding-top: 1%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.71875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cource-choice .icon-block {
    position: relative;
    margin-bottom: 0.8333333333333334vw;
}

.cource-choice .icon-block > div {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cource-choice li {
    width: 25%;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
}

.cource-choice .icon-hover {
    z-index: 2;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.cource-choice li:hover .icon-hover,
.cource-choice li.active .icon-hover {
    opacity: 1;
}

.slick-slide:focus {
    outline: none;
}

.icon-block {
    width: 100%;
    height: 3.90625vw;
}

.price-choice {
    font-size: 0.9375vw;
    text-align: center;
    padding-bottom: 4.6%;
}

.price-choice li.active,
.price-choice li.slick-current {
    font-weight: 600;
}

.cource-choice li.active {
    position: relative;
}

@media (max-width: 1400px) {
    .popup-inner .contact-form .iti input {
        width: 145px;
    }
}

@media (max-width: 1024px) {
    .price-choice > .container {
        background-position: left 14.5% top 73%;
        background-size: 35px;
    }
}

.price-choice + .price-choice > .container {
    background: none;
    position: static;
}

.special-chioce.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.special-chioce li,
.categories li {
    background: #fff;
    border-radius: 35px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    white-space: nowrap;
}

.special-chioce {
    width: 85% !important;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: block !important;
    height: 0;
    top: 0;
}

.special-chioce.active {
    opacity: 1;
    visibility: visible;
    height: 1px;
}

.special-chioce li,
.special-chioce li.active a {
    margin-bottom: 1.3020833333333333vw;
    padding: 0.46875vw 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform ease 0.5s 0.5s;
    transition: -webkit-transform ease 0.5s 0.5s;
    -o-transition: transform ease 0.5s 0.5s;
    transition: transform ease 0.5s 0.5s;
    transition: transform ease 0.5s 0.5s, -webkit-transform ease 0.5s 0.5s;
}

.special-chioce.active li {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.special-chioce li.active,
.special-chioce li.active a,
.categories li.active a {
    color: #ff9c1c;
}

.special-chioce li:hover,
.special-chioce li:hover a {
    color: #ff9c1c;
}

.special-chioce .owl-nav {
    position: absolute;
    top: 50%;
    width: 118%;
    left: -4.6875vw;
}

.sale .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 4.84375vw;
    padding-bottom: 4.84375vw;
}

.sale .text {
    font-size: 1.5625vw;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-left: 7.4%;
    padding-right: 1%;
    font-weight: 700;
    width: 50%;
}

.sale .text span {
    /*    position: absolute;
    right: -110%;
    top: 0; */
    display: block;
    padding-top: 2%;
    font-size: 8.020833333333334vw;
    line-height: 0.7;
}

.sale .image {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image: url("images/for-fields/girls.png");
}

.prices {
    background: #f8f8f8;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.2s;
    transition: -webkit-transform 0.3s 0.2s;
    -o-transition: transform 0.3s 0.2s;
    transition: transform 0.3s 0.2s;
    transition: transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
    visibility: inherit;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.prices.active {
    width: 100%;
    padding-top: 2%;
    height: auto;
    opacity: 1;
    margin-bottom: 4%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.prices-sweatcher {
    padding-left: 5.5%;
    margin-bottom: 7.7%;
}

.prices-sweatcher > div {
    margin-bottom: 3.4%;
}

.prices-sweatcher > div,
.prices-sweatcher > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prices-sweatcher > div:first-child .title {
    margin-right: 3.6%;
}

.prices-sweatcher > div:last-child .title {
    margin-right: 3.4%;
}

.prices-sweatcher .title {
    font-size: 1.25vw;
    font-weight: 600;
    margin-right: 2.03125vw;
}

.prices-sweatcher ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375vw;
    color: #b2b2b2;
    border: 2px solid #b7b7b7;
    padding: 0.5208333333333334vw 0;
    white-space: nowrap;
    width: 14.0625vw;
    position: relative;
    left: -3px;
    cursor: pointer;
}

.prices-sweatcher ul li:first-child {
    border-radius: 25px 0 0 25px;
    left: 0;
    border-right: 0;
}

.prices-sweatcher ul li:last-child {
    border-radius: 0 25px 25px 0;
    border-left: 0;
    border-left-color: transparent;
}

.prices-sweatcher ul li.active {
    color: #000;
    font-weight: 700;
    position: relative;
}

.prices-sweatcher ul li.active:after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    border: 4px solid #60c6f1;
    z-index: 2;
}

.prices-sweatcher ul li.active:first-child:after {
    border-radius: 25px 0 0 25px;
    right: -1px;
}

.prices-sweatcher ul li.active:last-child:after {
    border-radius: 0 25px 25px 0;
}

.prices-sweatcher .info {
    margin-left: 1.5%;
    position: relative;
}

.prices-sweatcher .info span {
    width: 1.25vw;
    height: 1.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: #60c6f1;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.9375vw;
    font-weight: 600;
}

.list li {
    position: relative;
}

.hover-popup {
    opacity: 0;
    visibility: hidden;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0.5208333333333334vw 0.8333333333333334vw 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0.5208333333333334vw 0.8333333333333334vw 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #fff;
    font-size: 0.9375vw;
    font-weight: 400;
    white-space: normal;
    padding: 0.9375vw 1.3020833333333333vw;
    z-index: 5;
    top: 2.0833333333333335vw;
    right: 0;
    color: #000;
    min-width: 26.5625vw;
}

.prices-sweatcher .info:hover .hover-popup {
    opacity: 1;
    visibility: visible;
}

.lesson-card {
    background-color: #fff;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 12%;
    border-radius: 0.3125vw;
    overflow: hidden;
    -webkit-box-shadow: 0 1.5625vw 2.0833333333333335vw 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1.5625vw 2.0833333333333335vw 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 1.3020833333333333vw;
    height: 100%;
    position: relative;
}

.lesson-card:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/left-top.png) no-repeat 0 0, url(images/right-bottom.png) no-repeat right bottom;
}

.lessons-num {
    font-size: 0.9375vw;
    font-weight: 600;
    margin-bottom: 4%;
}

.gift {
    width: 7.583333333333333vw;
    float: right;
    background: #60c6f1;
    padding: 0.625vw 0;
    padding-left: 2.7604166666666665vw;
    -moz-text-align-last: left;
    text-align-last: left;
    background-image: url("images/gift.png");
    background-repeat: no-repeat;
    background-size: 1.5625vw;
    background-position: 0.9375vw center;
    border-radius: 30px 0 0 30px;
    color: #fff;
    font-size: 0.7291666666666666vw;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    min-height: 2.5vw;
    display: flex;
    align-items: center;
}

.gift span {
    display: block;
    width: 92%;
    text-align: left;
}

.lesson-card .price {
    clear: both;
    font-size: 3.125vw;
    font-weight: 700;
    margin-bottom: -5px;
}

.lesson-card .price span:nth-child(2) {
    font-size: 1.875vw;
    margin-left: 0.4166666666666667vw;
}

.lesson-time {
    font-size: 0.8333333333333334vw;
    margin-bottom: 25%;
    font-weight: 400;
    color: #000;
}

.full-price {
    font-size: 1.25vw;
    position: relative;
}

.full-price > span:not(.end-price) {
    font-size: 0.8333333333333334vw;
    display: block;
    margin-top: -6px;
    color: #939393;
}

.full-price .interest {
    position: absolute;
    top: -1.0416666666666667vw;
    width: 34%;
    max-width: 4.53125vw;
    background: #ff9c1c;
    color: #fff;
    height: 3.59375vw;
    border-radius: 0 1.8229166666666667vw 1.875vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.interest span {
    position: relative;
    left: -6px;
}

.interest span:before,
.interest del:before {
    content: "-";
}

.interest del {
    font-weight: 600;
    line-height: 1;
    font-size: 1.25vw;
    position: relative;
    left: -6px;
}

.interest del + span {
    font-weight: 700;
    font-size: 1.5625vw;
    line-height: 1;
    margin-top: -5px;
}

.popup-banner {
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 2.1875vw;
    padding-bottom: 2.1875vw;
    -webkit-box-shadow: 0px 0px 36.4px 3.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 36.4px 3.6px rgba(0, 0, 0, 0.08);
    position: relative;
}

.popup-banner .title {
    font-size: 1.875vw;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.popup-banner .text {
    font-size: 1.25vw;
    margin-bottom: 1.5625vw;
}

.popup-banner .modal-btn {
    max-width: 365px;
    margin: 0 auto;
    font-size: 0.9375vw;
    font-weight: 600;
    padding: 0.8854166666666666vw 0;
    border-radius: 35px;
    position: relative;
}

.popup-banner .modal-btn:after {
    content: "";
    background: url("images/left-arrow-copy-white.png") no-repeat 0;
    background-size: contain;
    width: 4.6875vw;
    height: 3.90625vw;
    position: absolute;
    left: -31%;
    top: -31%;
    pointer-events: none;
}

.payment {
    text-align: center;
    font-size: 0.9375vw;
    padding-bottom: 3.2%;
    padding-top: 2.34375vw;
}

.payment .container {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
}

.payment .container > .row {
    justify-content: center;
}

.payment .icon {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-top: 5.989583333333333vw;
    margin-bottom: 6%;
}

.payment .title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: -4px;
}

.breadcrumb {
    opacity: 0.5;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .breadcrumb {
        display: none !important;
    }
}
.breadcrumb,
.breadcrumb a,
.breadcrumb span {
    font-size: 13px;
    color: #000000;
}

.cource-banner .breadcrumb {
    padding-top: 5.208333333333333vw;
    margin-left: -4px;
    margin-bottom: 3.8541666666666665vw;
}

.cource-banner {
    background: #f8f8f8;
    min-height: 26vw;
    display: flex;
    align-items: flex-end;
}

.cource-banner .title {
    font-size: 1.5vw;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0.9895833333333334vw;
}

.cource-banner .text {
    font-size: 0.8333333333333334vw;
    margin-bottom: 8%;
}

.cource-banner .info {
    margin-left: 12%;
}

@media (max-width: 767px) {
    .cource-banner .info {
        padding-top: 5.208333333333333vw;
    }
}

.cource-banner .link {
    max-width: 16.666666666666668vw;
    padding: 0.6770833333333334vw 0;
    margin-bottom: 3.3854166666666665vw;
}

.cource-banner .bg {
    background-repeat: no-repeat;
    background-position: right 58% bottom 0;
    background-size: 76.5%;
}

.cource-features {
    padding-top: 5.1%;
    padding-bottom: 1.8%;
}

.features-list {
    margin-top: 4.5%;
}

.features-list li {
    font-size: 0.9375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11px;
}

.column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.column-list li {
    width: 50%;
}

.column-list li:nth-child(even) {
    padding-left: 7%;
}

.features-list li span {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    min-width: 70px;
    padding-top: 54px;
    margin-left: -7px;
    margin-right: 29px;
}

.cource-chart {
    background: #f8f8f8;
    padding-top: 2.1%;
    padding-bottom: 2.3%;
    background-size: cover;
    background-repeat: no-repeat;
}

.chart-list {
    margin-top: 14.5%;
    padding-left: 0.5208333333333334vw;
}

.chart-list li {
    font-size: 0.9375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11px;
}

.chart-list li span {
    font-weight: bold;
    font-size: 2.5vw;
    margin-right: 0.9375vw;
}

.speaking {
    color: #ff9c1c;
}

.listening {
    color: #60c6f1;
}

.grammar {
    color: #415a6b;
}

.chart-absolute {
    position: absolute;
    top: 0;
    height: 100%;
}

.chart-wrapper {
    position: relative;
    width: 20.104166666666668vw;
    height: 20.104166666666668vw;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -6%;
    margin-top: 11%;
}

.chart {
    width: 21.09375vw;
    position: absolute;
    top: -8px;
    left: -14px;
}

.chart canvas {
    -webkit-transform: rotate(-121deg);

    -ms-transform: rotate(-121deg);

    transform: rotate(-121deg);
}

.cource-enrollment {
    position: relative;
}

.cource-enrollment .left-side,
.cource-enrollment .rigth-side {
    position: inherit;
}

.cource-enrollment .left-side:after,
.cource-enrollment .rigth-side:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    width: 50%;
    z-index: -1;
}

.cource-enrollment .left-side:after {
    left: 0;
    background-image: url("images/for-fields/courses-left.jpg");
    background-repeat: no-repeat;
    background-position: 0 bottom;
}

.cource-enrollment .rigth-side:after {
    right: 0;
    background-image: url("images/for-fields/courses-right.jpg");
}

.cource-enrollment .left-side {
    padding-left: 6.8%;
    padding-top: 8%;
}

.cource-enrollment .rigth-side {
    padding-top: 7.4%;
    padding-bottom: 6%;
}

.cource-enrollment .rigth-side > div {
    max-width: 28.177083333333332vw;
}

.cource-enrollment li {
    background-repeat: no-repeat;
    padding-top: 35px;
    font-size: 0.9375vw;
    margin-bottom: 8%;
}

.cource-enrollment li strong {
    font-size: 1.875vw;
    color: #ff9c1c;
    font-weight: 700;
    margin-left: 0.3125vw;
    white-space: nowrap;
    line-height: 1;
}

.cource-enrollment li span {
    font-weight: 800;
}

.blue-btn {
    font-weight: 600;
    background-color: rgb(96, 198, 241);
    border-radius: 1.6145833333333333vw;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}

.blue-btn:hover {
    background-color: rgb(255, 156, 28);
}

.cource-enrollment .link {
    font-size: 0.9375vw;
    background-image: url(images/chevron-group.png);
    background-repeat: no-repeat;
    background-position: right 31% center;
    background-size: 12.2%;
    max-width: 19.010416666666668vw;
    padding: 1.0416666666666667vw 0;
    position: relative;
    top: -4px;
    padding-right: 10%;
}

.cource-enrollment .title {
    font-size: 1.875vw;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 2.9%;
}

.cource-enrollment .text {
    font-size: 1.25vw;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    padding: 0 13%;
    margin-bottom: 10.8%;
}

.cource-enrollment .modal-btn {
    margin: 0 auto;
    max-width: 14.427083333333334vw;
    padding: 0.78125vw 0;
    margin-bottom: 0.7291666666666666vw;
    font-size: 0.9375vw;
}

.cource-enrollment .modal-btn span {
    display: none;
}

.special-chioce-slider {
    max-width: 81%;
    margin: 0 auto;
    padding-top: 3.25%;
    padding-bottom: 3.25%;
}

.special-chioce-slider .slide {
    text-align: center;
}

.special-chioce-slider .slide a {
    font-size: 0.9375vw;
}

.special-chioce-slider .slide a.active {
    font-weight: 700;
}

.special-chioce-slider .slide a > div {
    /*    width: 2.65625vw;*/
    height: 4.166666666666667vw;
    margin: 0 auto;
    position: relative;
}

.special-chioce-slider .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.special-chioce-slider .image-hover {
    z-index: 2;
    opacity: 0;
}

.special-chioce-slider .slide a:hover .image,
.special-chioce-slider .slide a.active .image {
    opacity: 0;
}

.special-chioce-slider .slide a:hover .image-hover,
.special-chioce-slider .slide a.active .image-hover {
    opacity: 1;
}

.special-chioce-slider .slide a:hover,
.special-chioce-slider .slide a.active {
    color: #ff9c1c;
}

.special-chioce-slider .icon {
    position: relative;
    padding-right: 2.8125vw;
}

.special-chioce-slider a .icon:after,
.special-chioce-slider a .icon:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.8229166666666667vw;
    height: 0.9375vw;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-size: contain;
}

.special-chioce-slider a .icon:after {
    background-image: url("images/spec-arrow.png");
    opacity: 1;
}

.special-chioce-slider a .icon:before {
    background-image: url("images/spec-arrow-hover.png");
    opacity: 0;
}

.special-chioce-slider a:hover .icon:after,
.special-chioce-slider a.active .icon:after {
    opacity: 0;
}

.special-chioce-slider a:hover .icon:before,
.special-chioce-slider a.active .icon:before {
    opacity: 1;
}

.special-chioce-slider .owl-nav {
    width: 123.5%;
    left: -11.9%;
    position: absolute;
    top: calc(50% - 1.171875vw);
}

.why-we {
    background: #fbfcfb;
    padding-bottom: 0%;
}

.why-we .section-title {
    padding-top: 8%;
}

.why-we-slider {
    margin-top: 2%;
}

.why-we-slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 7%;
}

.why-we-slider .owl-item .image {
    width: 17.9375vw;
    margin-right: 2.2916666666666665vw;
    height: auto;
}

.why-we-slider .text {
    padding-top: 6%;
    width: 63%;
}

.why-we-slider .text p {
    font-size: 1vw;
    margin-bottom: 0.8333333333333334vw;
    line-height: 1.4;
}

.why-we-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: calc(50% - 2.3958333333333335vw);
}

.more-with-lango {
    padding-top: 5.3%;
    padding-bottom: 3.5%;
}

.more-with-lango ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5.5%;
}

.more-with-lango ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9375vw;
    text-align: center;
    padding: 0 5px;
}

.more-with-lango ul li span {
    background-repeat: no-repeat;
    background-position: center;
    height: 2.96875vw;
    display: block;
    width: 100%;
    margin-bottom: 0.2604166666666667vw;
    background-size: contain;
}

.cource-bottom-text {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 3.7%;
    padding-bottom: 5.3%;
    background-size: contain;
    background-color: #f8f8f8;
    background-image: url("images/for-fields/courses-bottom-bg.jpg");
}

.cource-bottom-text p {
    font-size: 0.9375vw;
    margin-bottom: 2.8%;
    line-height: 1.3;
}

.mobile-text {
    display: none;
}

.page-title {
    font-weight: 600;
    font-size: 2.5vw;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    margin: 0;
}

.questions-page {
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
    padding-top: 5.3646vw;
    padding-bottom: 3.125vw;
    background-image: url("images/for-fields/question-bg.jpg");
}

.accordion {
    padding-top: 3.4375vw;
}

.accordion-item {
    margin-bottom: 18px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.04);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.accordion .toggle-item {
    letter-spacing: -0.1px;
    padding: 0px 1.71875vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.3020833333333333vw;
    padding-bottom: 1.4583333333333333vw;
    font-size: 1.25vw;
    color: #0b0c1e;
    position: relative;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.accordion .toggle-item.in {
    background: #ff9c1c;
    color: #fff;
}

.accordion .content {
    display: none;
    padding-right: 1.0416666666666667vw;
    padding-bottom: 1.25vw;
    padding-left: 1.25vw;
    padding-top: 1.3541666666666667vw;
    letter-spacing: 0.3px;
}

.accordion .content p {
    font-size: 0.9375vw;
    color: #00091a;
    font-weight: 300;
    margin-bottom: 0.9375vw;
}

.accordion .toggle-item .ico {
    margin-left: 12px;
}

.accordion .toggle-item .ico svg {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 22px;
    height: 14px;
}

.accordion .toggle-item.in .ico svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .toggle-item.in .ico svg path {
    fill: #fff;
}

.lerning-banner .row > div {
    background-repeat: no-repeat;
}

.lerning-banner .breadcrumb {
    padding-top: 30px;
}

.lerning-banner {
    background: #f8f8f8;
}

.lerning-banner .row > div:first-child {
    background-position: center bottom;
    background-size: contain;
}

.lerning-banner .row > div:last-child {
    background-position: right 0.78125vw bottom;
}

.lerning-banner .text {
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.25;
    margin-left: 2.0833vw;
    margin-bottom: 6.614583333333333vw;
    padding-top: 6.6146vw;
}

.why-we-section {
    padding-top: 5.1042vw;
}

.lerning-proces-page {
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
    background-image: url("images/for-fields/learning-process-bg.jpg");
}

.lerning-proces-page .features-list {
    margin-top: 2.3958333333333335vw;
    margin-left: 0.8854166666666666vw;
}

.lerning-proces-page .features-list li span {
    margin-right: 1.0417vw;
}

.lerning-proces-page .features-list li {
    margin-bottom: 1.3021vw;
}

.learning-stages {
    padding-top: 3.6458vw;
}

.learning-stages .page-title {
    margin-bottom: 6.9271vw;
}

.learning-stages .row:nth-child(2) {
    margin-bottom: 2.2917vw;
}

.learning-stages .row:last-child {
    margin-top: -1.1979166666666667vw;
}

.learning-stages .row:last-child .text:after {
    display: none;
}

.learning-stages .row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.learning-stages .row > div:first-child {
    padding-left: 1.3020833333333333vw;
}

.learning-stages .row:nth-child(odd) > div:first-child {
    padding-right: 0;
}

.learning-stages .title {
    font-weight: 700;
    font-size: 1.25vw;
    margin-bottom: 1.5625vw;
}

.learning-stages .text {
    position: relative;
    font-size: 0.9375vw;
    padding-bottom: 4.4271vw;
}

.learning-stages .row:last-child .text {
    padding-bottom: 4.322916666666667vw;
}

.learning-stages .text p {
    margin-bottom: 14px;
}

.learning-stages .text:after {
    content: "";
    background-image: url("images/learning-process-arrow.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
    width: 5.989583333333333vw;
    height: 100%;
    position: absolute;
    top: 0.3645833333333333vw;
    right: -7.604166666666667vw;
}

.learning-stages .row:nth-child(odd) .text:after {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    right: auto;
    left: -8.177083333333334vw;
}

.learning-stages .bg {
    background-repeat: no-repeat;
    background-position: center 44px;
}

.learning-stages .row:nth-child(2) .bg {
    background-size: 41% auto;
}

.learning-stages .row:nth-child(3) .bg {
    background-size: 37% auto;
}

.learning-stages .row:nth-child(4) .bg {
    background-size: 35% auto;
}

.learning-stages .row:nth-child(5) .bg {
    background-size: 32% auto;
}

.learning-stages .row:nth-child(6) .bg {
    background-size: 23%;
}

.learning-stages ul {
    margin-top: 2.25vw;
    margin-bottom: 2.6666666666666667vw;
}

.learning-stages li,
.city-text-block li,
.seo-text li {
    font-size: 0.9375vw;
    position: relative;
    padding-left: 1.6666666666666667vw;
    list-style: none;
    list-style-position: outside;
    margin-bottom: 14px;
}

.seo-text li {
    text-align: left;
}

.learning-stages ul li:after,
.city-text-block ul li:after,
.artille-content ul li:after,
.seo-text ul li:after {
    content: "";
    position: absolute;
    background: #ff9c1c;
    border-radius: 50%;
    background: none;
    border-width: 3px;
    border-color: rgb(255, 156, 28);
    border-style: solid;
    border-radius: 50%;
    width: 0.5208333333333334vw;
    height: 0.5208333333333334vw;
    left: -2px;
    top: 0.36603221083455345vw;
}

.learning-stages p strong {
    font-weight: 600;
}

.learning-stages-mobile {
    display: none;
}

.vacancy-page {
    padding-bottom: 40px;
    padding-top: 40px;
}

.inf_box,
.cont_box {
    margin-top: 40px;
}

.inf_box p,
.cont_box p,
.inf_box a,
.cont_box a {
    font-size: 14px;
}

.inf_box a,
.cont_box a {
    color: #ff9c1c;
}

.reviews-page,
.blog {
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 5.2604vw;
    background-size: cover;
    background-color: #f8f8f8;
}

.reviews-page .page-title {
    margin-bottom: 3.6458vw;
}

.reviews-page .items {
    padding-bottom: 2.3438vw;
}

.reviews-page .photo {
    width: 10.5208vw;
    margin: 0 auto;
    margin-bottom: 0.5208vw;
}

.photo a {
    position: absolute;
    left: 5px;
    bottom: 4px;
}

.photo {
    position: relative;
}

.photo img {
    border-radius: 50%;
    height: auto;
}

.review {
    text-align: center;
    margin-bottom: 2.1354vw;
}

.review .name {
    font-size: 1.25vw;
    margin-bottom: 1.4583vw;
}

.review .text {
    font-size: 0.9375vw;
    position: relative;
    font-weight: 300;
}

.text.short {
    position: relative;
}

.text.short:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.review .show-text {
    color: #4cbbea;
    font-size: 0.7292vw;
    border-bottom-color: #4cbbea;
    position: relative;
    margin-right: 1.0417vw;
}

.review .show-text:after {
    content: "";
    height: 100%;
    background: url("images/caret-down-blue.png") no-repeat;
    background-size: contain;
    width: 1.1458333333333333vw;
    height: 10.5208333333333334vw;
    position: absolute;
    top: 0.4166666666666667vw;
    right: -1.6145833333333333vw;
}

.popup-banner + .reviews-page {
    margin-bottom: 4.9479vw;
    background-position: 0 top;
    background-color: #fff;
}

.show-all-items {
    color: #ff9c1c;
    font-weight: 700;
    font-size: 0.8333vw;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-transform: uppercase;
    margin-top: 3.3854166666666665vw;
    margin-left: 3.9583333333333335vw;
    cursor: pointer;
}

.show-all-items:hover {
    color: #4cbbea;
}

.show-all-items span {
    width: 2.8125vw;
    height: 3.125vw;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 1;
    left: -3.8541666666666665vw;
    top: -1.1458333333333333vw;
    background-size: contain;
    background-repeat: no-repeat;
}

.show-all-items .hover {
    opacity: 0;
}

.show-all-items:hover .norm {
    opacity: 0;
}

.show-all-items:hover .hover {
    opacity: 1;
}

.text-center {
    text-align: center;
}

.city-banner {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
    padding-bottom: 4.1667vw;
    background-image: url("images/for-fields/cities_kiev_bg.jpg");
}

.city-banner .breadcrumb {
    padding-top: 2.3vw;
    margin-bottom: 0;
    opacity: 1;
}

.city-banner .breadcrumb,
.city-banner .breadcrumb a,
.city-banner .breadcrumb span {
    color: #fff;
}

.city-banner .rov > div {
    padding-left: 1.1979166666666667vw;
}

.city-banner .title {
    font-size: 2.5vw;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.40625vw;
    padding-top: 3vw;
    line-height: 1.2;
}

.city-banner .text {
    font-size: 0.9375vw;
    margin-bottom: 3.3854166666666665vw;
    padding-right: 10%;
}

.city-banner .list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.9062vw;
}

.city-banner .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    font-size: 0.9375vw;
    font-weight: 600;
    width: 50%;
    margin-bottom: 0.9375vw;
}

.city-banner .list li:nth-child(even) {
    padding-left: 15px;
}

.city-banner .icon {
    min-width: 2.6041666666666665vw;
    height: 2.6041666666666665vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 center;
}

.city-banner .content {
    padding-top: 4px;
    padding-left: 6px;
}

.city-banner .modal-btn {
    font-size: 1.2271vw;
    max-width: 528px;
    padding-top: 1.1979166666666667vw;
    font-size: 1.2270833333333333vw;
    padding-bottom: 1.3020833333333333vw;
}

.city-text-block {
    font-size: 0.9375vw;
    padding-top: 5.9896vw;
    padding-bottom: 3.6458vw;
}

.city-text-block img {
    margin-left: 13px;
}

.city-text-block .left-text {
    padding-top: 4.166666666666667vw;
}

.city-text-block .left-text p {
    margin-bottom: 1.5625vw;
}

.city-text-block ul {
    margin-top: 1.1979166666666667vw;
}

.city-text-block ul li {
    margin-bottom: 21px;
}

.city-text-block strong {
    font-weight: 600;
}

.teacher-page {
    padding-top: 5.3646vw;
    padding-bottom: 6.5104vw;
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 100%);
}

.teacher-page .text p {
    margin-bottom: 0.5208333333333334vw;
}

.teacher-page .photo {
    margin-top: 12px;
    width: 10.4167vw;
    height: 10.4167vw;
}

.teacher-page .name {
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 9px;
}

.about-teacher {
    margin-bottom: 6vw;
}

.about-teacher img {
    vertical-align: middle;
    margin-left: 3px;
}

.about-teacher span {
    margin-right: 1.25vw;
}

.about-teacher,
.tegs span,
.teacher-page .text {
    font-size: 0.9375vw;
}

.tegs span {
    margin-right: 0.46875vw;
    font-weight: 600;
}

.tegs a {
    color: #60c6f1;
    border-bottom: 1px solid #60c6f1;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.tegs a:hover {
    color: rgb(255, 156, 28);
}

.teacher-page .text {
    font-style: italic;
    margin-top: 1.15625vw;
    line-height: 1.34;
    font-weight: 300;
    padding-right: 5%;
}

.audio-player {
    height: 2.2395833333333335vw;
    max-width: 466px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25vw;
    margin-top: -5.1042vw;
}

.audio-player .timeline {
    height: 2px;
    background: #b3b3b3;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.audio-player .progress {
    background: rgb(255, 156, 28);
    width: 0%;
    height: 100%;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.controls > * {
    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;
}

.play-container {
    margin-right: 1.6666666666666667vw;
}

.toggle-play {
    cursor: pointer;
    width: 2.1354166666666665vw;
    height: 2.1354166666666665vw;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-position: center;
    background-size: contain;
}

.toggle-play.play {
    background-image: url("images/play-btn.png");
}

.toggle-play:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.toggle-play.pause {
    background-image: url("images/pause-btn.png");
}

.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.9791666666666667vw;
    font-size: 0.9375vw;
    color: #9a9a9a;
}

.volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin-left: 1.7708333333333333vw;
}

.volume-button {
    width: 1.875vw;
    height: 1.5625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("images/volum-btn.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: contain;
}

.volume-button.mute {
    background-image: url("images/mute-btn.png");
}

.volume-slider {
    position: absolute;
    right: -3px;
    top: 11px;
    z-index: -1;
    width: 0;
    height: 8px;
    background: white;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.volume-container:hover .volume-slider {
    right: -6.40625vw;
    width: 6.25vw;
}

.volume-percentage {
    background: rgb(255, 156, 28);
    height: 100%;
    width: 75%;
}

.blog {
    padding-top: 5.989583333333333vw;
}

.popup-banner + .blog {
    padding-top: 6.875vw;
    padding-bottom: 6.875vw;
}

.blog .popup-banner {
    margin-top: 1.6666666666666667vw;
}

.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.125vw;
    margin-left: -0.4vw;
    margin-right: -0.4vw;
}

.categories li {
    margin-bottom: 1.0416666666666667vw;
    margin-left: 0.4vw;
    margin-right: 0.4vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.categories li.btn_nav {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-preferred-size: 9.375vw;
    flex-basis: 9.375vw;
    max-width: 180px;
}

.categories a {
    font-size: 0.9375vw;
    padding: 0.78125vw 2.1875vw;
    display: block;
    text-align: center;
}

.categories a:hover {
    color: #ff9c1c;
}

.categories li.btn_nav a {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background: #60c6dd;
    border-radius: 35px;
}

.post .thumbnail {
    height: 12.1875vw;
    margin-bottom: 8px;
    border-radius: 5px;
    overflow: hidden;
}

.post .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
}

.post .title {
    margin-top: 2.65625vw;
    letter-spacing: -0.1px;
}

.post:hover .title {
    color: #ff9c1c;
}

.post {
    margin-bottom: 3.90625vw;
}

.blog .show-all-items {
    margin-top: 1.1458vw;
}

.single-post-title {
    font-weight: 700;
    font-size: 1.875vw;
    margin-bottom: 7px;
    line-height: 1.2;
}

.single-sub-title {
    font-size: 1.1458333333333333vw;
    font-weight: 600;
    margin-bottom: 1.6145833333333333vw;
}

.single-sub-title strong {
    font-weight: 600;
}

.single-sub-title h2 {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}

.post-thumbnail {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0.8333333333333334vw;
}

.post-thumbnail img {
    height: auto;
    width: 100%;
}

.single-text {
    font-size: 0.8333vw;
    line-height: 1.5;
    margin-bottom: 2.4479vw;
}

p a {
    color: #4cbbea;
}

.single-article {
    padding-top: 5.677083333333333vw;
    background-repeat: no-repeat;
}

.float-socials {
    margin-bottom: 2.5vw;
}

.float-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-socials a {
    width: 2.0833333333333335vw;
    height: 2.0833333333333335vw;
    background: #0b66a1;
    border-radius: 3px;
    margin-right: 0.5208333333333334vw;
    display: block;
    padding: 0.5208333333333334vw;
}

.float-socials a:hover {
    background: #ff9c1c;
}

.float-socials a object {
    width: 100%;
    pointer-events: none;
}

.artille-content {
    margin-bottom: 2.010416666666667vw;
}

.artille-content p:first-child strong {
    font-size: 0.9375vw;
    display: block;
}

.artille-content p,
.artille-content li,
.artille-content a {
    font-size: calc(0.8333333333333334vw + 1px);
    line-height: 1.6;
}

.artille-content ul,
.seo-text ul,
.seo-text ol {
    margin-top: 2.25vw;
    margin-bottom: 2.6666666666666667vw;
}

.artille-content li,
.seo-text li {
    position: relative;
    padding-left: 1.6666666666666667vw;
    line-height: 1.5;
    margin-bottom: 1.3020833333333333vw;
}

.post-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ff9c1c;
    padding-top: 1.9791666666666667vw;
    padding-bottom: 2.6041666666666665vw;
    margin-bottom: 50px;
}

.post-banner .image {
    min-width: 10.416666666666666vw;
    height: 8.125vw;
    margin-left: 6.354166666666667vw;
    margin-right: 7.1875vw;
    background-repeat: no-repeat;
    background-size: contain;
}

.post-banner .content {
    padding-top: 0.9375vw;
}

.post-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-banner a {
    background: #fff;
    font-size: 1.25vw;
    border-radius: 35px;
    max-width: 14.53125vw;
    display: block;
    text-align: center;
    padding: 0.5208333333333334vw 0 0.625vw;
    margin-left: -0.7291666666666666vw;
    margin-bottom: 1.0416666666666667vw;
}

.post-banner p {
    font-weight: 700;
    font-size: 1.875vw;
    line-height: 1;
    margin-bottom: 5px;
}

.word-translate,
.artille-content table {
    margin-top: 2.5vw;
    font-size: 0.8333333333333334vw;
    /*margin-bottom: 3.90625vw;*/
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    border-collapse: collapse;
}

td {
    position: relative;
}

.artille-content table thead tr td,
.artille-content table thead tr th {
    font-size: 0.9375vw;
    color: #fff;
    position: relative;
    padding-top: 1.1458333333333333vw;
    padding-bottom: 1.40625vw;
    letter-spacing: 0.4px;
}

.artille-content table tbody tr:nth-child(odd) td:after,
.artille-content table thead tr td:after {
    content: "";
    width: 350%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -2;
}

.artille-content table thead tr td:first-child:after {
    right: -1px;
    left: auto;
}

.artille-content table thead tr td:after {
    background: #4ab7e5;
    left: 0;
    right: -2px;
    z-index: -1;
}

.word-translate .translate .title:after {
    background: #4cbbea;
    left: -51%;
}

.artille-content table thead tr td:nth-child(even):after {
    background: #4cbbea;
    left: -1px;
}

.artille-content table tr td:first-child {
    padding-left: 1.6666666666666667vw;
    width: 22.916666666666668vw !important;
}

.artille-content table tr td:not(:first-child, :last-child) {
    width: 23.958333333333332vw !important;
    padding-left: 2.3958333333333335vw;
    overflow: hidden;
    padding-right: 5%;
    white-space: normal;
}

.artille-content table tr td:last-child {
    padding-left: 2.6041666666666665vw;
    width: 14.0625vw !important;
}

.artille-content table tbody tr td {
    font-size: 0.8333333333333334vw;
    line-height: 2.25;
    margin-top: 0.9375vw;
    vertical-align: top;
}

.artille-content table tbody tr td {
    padding: 1.3541666666666667vw 0 1.40625vw 0;
    position: relative;
}

.artille-content table tbody tr:nth-child(odd) td:first-child:after,
.artille-content table tbody tr:nth-child(odd) td:last-child:after {
    background: #f9f9f9;
}

.artille-content table tbody tr:nth-child(odd) td,
.artille-content table tbody tr:nth-child(odd) td {
    background: #f9f9f9;
}

.artille-content table tbody tr:nth-child(even) td:first-child:after,
.artille-content table tbody tr:nth-child(even) td:last-child:after {
    background: #f9f9f9;
}

.artille-content table tbody tr:nth-child(odd) td:first-child:after {
    right: 0px;
}

.artille-content table tbody tr:nth-child(odd) td:last-child:after {
    left: 0px;
}

.sub-content {
    margin-bottom: 3.8541666666666665vw;
}

.sub-content ol,
.single-article ol,
ol {
    list-style: none;
    counter-reset: myCounter;
    padding-left: 0;
}

.sub-content li,
.single-article ol li,
.seo-text li {
    position: relative;
    padding-left: 1.6666666666666667vw;
    line-height: 1.5;
}

.sub-content ol li:after,
.single-article ol li:after,
.seo-text ol li:after,
ol li:after {
    counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.7320644216691069vw;
    font-weight: 700;
    border: 2.5px solid #ff9c1c;
    color: #ff9c1c;
    border-radius: 50%;
    width: 1.2445095168374818vw;
    height: 1.2445095168374818vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.8333333333333334vw;
    margin-bottom: 1.25vw;
}

.city-text-block ol li:after {
    left: -7px;
}

.seo-text ol li:after {
    top: 2px;
}

.sub-content li p + p {
    margin-top: 1.25vw;
}

.artille-content ol {
    margin-bottom: 0;
}

.artille-content p + ol {
    margin-top: 25px;
}

.rating {
    margin-top: 1vw;
}

.rating .title {
    font-size: 0.9375vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.78125vw;
}

.star-rating a {
    position: relative;
}

.star-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.stars {
    text-align: center;
    margin-bottom: 4.135416666666667vw;
    position: relative;
}

.star,
.post-ratings img,
.post-ratings-image img {
    width: 2.7083333333333335vw;
    height: 2.6041666666666665vw;
    margin: 0 0.5208333333333334vw;
}

.star-rating a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/star-stroke-black.png") no-repeat;
    background-size: contain;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

.star-rating:hover a::before {
    background: url(images/star-red.png) no-repeat;
    background-size: contain;
}

/* Empty Stars */
.star-rating a:before,
.star-rating a:hover ~ a:before,
.star-rating.selected a.active ~ a:before {
    background: url("images/star-stroke-black.png") no-repeat;
    background-size: contain;
}

/* Filled Stars */

.star-rating.selected a:not(.active):before,
.star-rating.selected a.active:before {
    background: url(images/star-red.png) no-repeat;
    background-size: contain;
}

.popup-banner + .bg {
    background-image: linear-gradient(
        90deg,
        rgb(241, 241, 240) 0%,
        rgb(255, 255, 255) 0%,
        rgb(242, 242, 242) 33%,
        rgb(244, 244, 244) 52%,
        rgb(255, 255, 255) 100%
    );
}

.simple-posts > .title,
.post-comments-title {
    text-align: center;
    font-size: 1.875vw;
}

.simple-posts > .title {
    padding-top: 5.520833333333333vw;
    margin-bottom: 3.6458333333333335vw;
}

.post-comments.send-review {
    background: none;
    margin-top: 0;
    padding-top: 0;
    max-width: 53.645833333333336vw;
    margin: 0 auto;
    padding-bottom: 7.03125vw;
}

.post-comments-title {
    padding-top: 3.125vw;
    margin-bottom: 2.6041666666666665vw;
}

.post-comments textarea {
    background-image: url("images/article_textarea.png");
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 1.25vw 2.0833333333333335vw 0px rgba(174, 174, 174, 0.02);
    box-shadow: 0px 1.25vw 2.0833333333333335vw 0px rgba(174, 174, 174, 0.02);
    height: 14.0625vw;
    background-size: cover;
    background-position: right bottom;
    margin-bottom: 0;
    padding-top: 1.3020833333333333vw;
    padding-left: 1.5104166666666667vw;
    padding-right: 1.0416666666666667vw;
    padding-bottom: 5.208333333333333vw;
}

.post-comments .symbols-count {
    margin-top: -2.4479166666666665vw;
}

.post-comments .popup-bottom .text {
    font-size: 0.7292vw;
    float: left;
    /*padding-top: 2.8125vw;*/
}

.post-comments .popup-bottom {
    padding-right: 0;
    padding-left: 0;
    background: none;
    border: none;
    /*padding-top: 0.5208333333333334vw;*/
    padding-top: 0;
    display: flex;
    justify-content: center;
}

.post-comments .popup-bottom input[type="submit"] {
    float: right;
    margin-bottom: 2vw;
    margin-top: 1.9vw;
    width: 12.291666666666666vw;
    padding-top: 0.3645833333333333vw;
    padding-bottom: 0.5208333333333334vw;
}

.post-comments.send-review .socials {
    /*padding-top: 3.0208333333333335vw;*/
    padding-left: 2.34375vw;
}

.post-comments.send-review .socials object {
    width: 1.40625vw;
    pointer-events: none;
}

.post-comments.send-review .socials a {
    margin-right: 0.9895833333333334vw;
}

.comments-list {
    margin-top: 2.96875vw;
}

.comments-list li {
    margin-bottom: 1.9270833333333333vw;
}

.comments-list .main-comment {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 24px 40px 0px rgba(174, 174, 174, 0.02);
    box-shadow: 0px 24px 40px 0px rgba(174, 174, 174, 0.02);
    clear: both;
    position: relative;
    padding: 0.625vw 1.6145833333333333vw 1.1979166666666667vw 1.6145833333333333vw;
}

.comments-list .main-comment:before {
    content: "";
    width: 2.34375vw;
    height: 2.4479166666666665vw;
    background: url("images/comment-before.png") no-repeat 0 bottom;
    position: absolute;
    bottom: -1.09375vw;
    left: -1.09375vw;
}

.comments-list .children {
    margin-top: 30px;
    border-left: 2px solid #ff9c1c;
    padding-left: 15px;
    margin-left: 15px;
}

.comment-respond {
    margin-top: 30px;
}

.comment-reply-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.comment-reply-title small {
    font-weight: 400;
    white-space: nowrap;
}

.comments-list li li:last-child {
    margin-bottom: 0;
}

.comments-list li .title {
    margin-bottom: 9px;
}

.comments-list li .title a {
    font-size: 1.25vw;
    font-weight: 600;
    color: #4cbbea;
}

.comments-list li .title a:hover {
    color: rgb(255, 156, 28);
}

.comments-list li p {
    font-size: 0.8333333333333334vw;
    line-height: 1.5;
}

.post-comments.show-all-items {
    margin-top: 1.6666666666666667vw;
}

.contacts-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 6.041666666666667vw;
    padding-bottom: 4.166666666666667vw;
    background-image: url("images/for-fields/contacts_bg.jpg");
}

.contacts-page .page-title {
    margin-bottom: 40px;
}

.contacts-page li {
    margin-bottom: 1.40625vw;
    white-space: nowrap;
}

.contacts-page li a {
    font-size: 1.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-page .icon {
    width: 1.4583333333333333vw;
    height: 1.5625vw;
    margin-right: 0.9375vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.contacts-page .modal-btn {
    width: 28.28125vw;
    margin: 0 auto;
    margin-top: 18.854166666666668vw;
    font-size: 1.21875vw;
    padding-top: 1.1458333333333333vw;
    padding-bottom: 1.40625vw;
    border-radius: 40px;
}

.contact-1 ul {
    padding-left: 3px;
}

.contact-2 ul {
    padding-left: 11px;
}

.contact-3 ul {
    margin-left: -15px;
}

.cities-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    padding-top: 5.260416666666667vw;
    padding-bottom: 3.125vw;
    background-image: url("images/for-fields/cities_bg.jpg");
}
.city-page {
    padding-top: 3.260416666666667vw;
}

.cities-list {
    margin-left: 3.6458333333333335vw;
    margin-top: 2.7083333333333335vw;
}

.cities-list li {
    margin-bottom: 1.09375vw;
}

.cities-list li a {
    font-size: 0.8333333333333334vw;
    color: #4cbbea;
    letter-spacing: 0.4px;
    border-bottom: 1px solid #4cbbea;
}

.cities-list li a:hover,
.contacts-page li a:hover,
.post-banner a:hover {
    color: #ff9c1c;
}

.popup-inner .contact-form .iti,
.wpcf7-form-control-wrap {
    width: 100%;
}

.side1.send .wpcf7-form p {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-size: 1.4vw;
}

.popup-inner .contact-form .iti {
    margin-bottom: 26px;
}

.iti__selected-flag:focus {
    outline: 0;
}

.ajax-loader {
    display: none !important;
}

.side1.send {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.side1.send h4 {
    font-size: 1.7vw;
    line-height: 1.2;
    margin: 0 0 2.5vw;
    text-align: center;
    font-weight: normal;
}

.side1.send .title {
    display: none;
}

.side1.send .contact-form {
    margin-top: 0;
    height: 100%;
}

.side1.send .wpcf7-response-output {
    margin-bottom: 0 !important;
}

iframe {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .seo-text ol li:after {
        top: 0;
    }

    .header-nav ul.sub-menu ul li::before {
        content: "";
        position: absolute;
        background: none;
        border-width: 3px;
        border-color: rgb(255, 156, 28);
        border-style: solid;
        border-radius: 50%;
        left: 1px;
        width: 10px;
        height: 10px;
        border-width: 3px;
        top: 10px;
    }
    .city-banner .breadcrumb {
        padding-top: 3vw;
        margin-bottom: 0;
        opacity: 1;
    }

    .banner-popup .popup-content .title {
        font-size: 20px;
    }

    .banner-popup .popup-content .text {
        font-size: 14px;
    }

    .header {
        position: fixed;
        width: 100%;
        height: 82px;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .begine-now .info {
        max-width: 100%;
    }

    .begine-now .modal-btn {
        max-width: 406px;
        margin: 0 auto;
    }

    .bg-absolute-1,
    .bg-absolute-2 {
        width: 12vw;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .header .right-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
    }

    .header .bottom-block {
        margin-top: 0;
        margin-right: 21px;
    }

    .header .modal-btn {
        width: 260px;
        height: 43px;
        font-size: 12px;
    }

    .header .bottom-block:after {
        display: none;
    }

    .header-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 79px;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        width: 93%;
        margin: 0 auto;
        padding-bottom: 25px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.08);
    }

    .header-menu .socials {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-menu .socials a {
        margin: 0 10px;
    }

    .header-menu .socials a object {
        width: 22px;
        height: 22px;
    }

    .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 312px;
        max-height: 332px;
        overflow-y: scroll;
    }

    .header-nav > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        background: #fff;
        position: relative;
    }

    .header-nav > ul:first-child,
    .header-nav > ul:nth-child(2) {
        margin: 0;
    }

    .header-nav > ul:first-child li,
    .header-nav > ul:nth-child(2) li {
        padding-bottom: 0;
    }

    .header-nav > ul:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        z-index: 3;
    }

    .header-nav > ul:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        z-index: 1;
    }

    .header-nav > ul:nth-child(2) > li:first-child {
        display: block;
    }

    .header-nav > ul > li > a {
        padding: 10px 40px;
        padding-right: 70px;
        display: block;
    }

    .header-nav ul li:hover > a {
        background: #fdd79f;
        color: #000;
    }

    .header-nav ul.sub-menu,
    .header-nav ul.sub-menu ul {
        position: relative;
        left: 0px;
        top: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        display: none;
    }

    .lang-switcher ul.sub-menu {
        top: 24px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        display: none;
    }

    .header-nav .page_item.menu-item-has-children > .open-menu {
        width: 100%;
    }

    .header-nav ul.sub-menu li > ul,
    .header-nav ul.sub-menu:after {
        left: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: calc(100% - 20px);
    }

    .header-nav ul.sub-menu li a {
        font-size: 14px;
        padding-top: 7px;
        padding-left: 20px;
        padding-bottom: 7px;
        white-space: normal;
        line-height: 1.3;
    }

    .header-nav ul.sub-menu {
        padding-left: 15px;
    }

    .navbar-toggler {
        display: block;
        border: none;
        background-color: transparent;
        cursor: pointer;
        display: block;
        margin-left: 21px;
        position: relative;
        top: 1px;
    }

    .navbar-toggler .navbarToggler {
        display: inline-block;
        cursor: pointer;
    }

    .navbar-toggler .navbarToggler span {
        position: relative;
        background-color: #000;
        border-radius: 10px;
        display: block;
        height: 3px;
        margin: 5px 0;
        padding: 0;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        width: 27px;
        cursor: pointer;
    }

    .navbar-toggler .navbarToggler.active span:nth-of-type(1) {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        top: 8px;
    }

    .navbar-toggler .navbarToggler.active span:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-toggler .navbarToggler.active span:nth-of-type(3) {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        top: -8px;
    }

    .info-slider .owl-nav {
        width: 100%;
        left: 0;
        top: calc(50% - 56px);
    }

    .icon-fb {
        width: 40px;
        height: 40px;
    }

    .icon-inst {
        width: 37px;
        height: 37px;
        background-size: contain;
    }

    .info-slider.owl-carousel .owl-item img {
        width: 50px;
    }

    .section5 .seo-text {
        margin-top: 20.2%;
    }

    .testimonials-slider .photo {
        padding: 0 22%;
    }

    .testimonials-slider .photo a {
        left: 60px;
    }

    .section2 .container {
        max-width: 810px;
    }

    .section5 .title {
        margin-bottom: 2%;
    }

    .cource-choice {
        padding: 0 3vw;
    }

    .sale .container {
        padding-top: 53px;
        padding-bottom: 53px;
    }

    .sale .text span {
        position: relative;
        top: 0;
        right: 0;
        display: block;
    }

    /*  .sale .text span:before {
        content: "-";
        font-size: 9.625rem;
        color: #fff;
    } */

    .select {
        position: relative;
    }

    .prices-sweatcher .select ul li.active:after {
        display: none;
    }

    .prices-sweatcher ul li.active:after {
        border-width: 2px;
    }

    .prices-sweatcher .select ul li {
        border: none;
    }

    .prices-sweatcher .select .list {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.04);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.1s 0.1s, -webkit-transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21);
        transition: opacity 0.1s 0.1s, -webkit-transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21);
        -o-transition: transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
        transition: transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
        transition: transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s,
            -webkit-transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21);
        position: absolute;
        z-index: 4;
        width: 100%;
    }

    .select .item-active {
        border: 2px solid #60c6f1;
        border-radius: 35px;
        color: #000;
        font-weight: 700;
        padding: 7px 0;
        width: 270px;
        text-align: center;
    }

    .prices-sweatcher .select .list.in {
        opacity: 1;
        visibility: visible;
    }

    .gift {
        min-width: 116px;
        background-size: 30px;
        font-size: 12px;
        padding-left: 35px;
        background-size: 19px;
        background-position: 10px center;
    }

    .gift span {
        width: 85px;
    }

    .why-we-slider .text {
        width: 58%;
    }

    .section1 .info .title {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .section1 .info {
        font-size: 11px;
    }

    .slider-nav-item {
        font-size: 13px;
        margin: 0 11px;
        margin-bottom: 10px;
    }

    .course-slider .slide .title {
        font-size: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .course-slider .text li,
    .course-slider p {
        font-size: 11px;
    }

    .course-slider .owl-dots {
        margin-right: 22%;
    }

    .course-slider .owl-nav {
        right: 8%;
        width: 41%;
    }

    .course-slider .slide {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .testimonials-slider .text {
        font-size: 15px;
    }

    .posts-slider .view {
        font-size: 12px;
        background-position: 0;
        background-size: 17px;
        padding-left: 20px;
    }

    .posts-slider .title {
        font-size: 14px;
    }

    .posts-slider .comments {
        padding-left: 17px;
        font-size: 12px;
        background-size: 12px;
        background-position: 0 4px;
    }

    .posts-slider .date {
        font-size: 12px;
    }

    .section5 .text,
    .section5 .seo-text {
        font-size: 12px;
    }

    .phone-num span {
        font-size: 12px;
        letter-spacing: 0.9px;
    }

    .lang-switcher ul li a {
        font-size: 12px;
        position: relative;
    }

    .header-nav > ul > li > a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .breadcrumb,
    .breadcrumb a,
    .breadcrumb span {
        font-size: 13px;
    }

    .cource-banner .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .cource-banner .text {
        font-size: 13px;
    }

    .cource-banner .bg {
        background-size: 55%;
    }

    .cource-banner .link {
        max-width: 268px;
        font-size: 13px;
    }

    .features-list li {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .chart-list li {
        font-size: 14px;
    }

    .cource-enrollment .left-side {
        padding-top: 4%;
    }

    .cource-enrollment li {
        font-size: 14px;
        padding-top: 50px;
    }

    .sale .container {
        max-width: 720px;
    }

    .sale .text {
        font-size: 22px;
    }

    .sale .text span:before {
        font-size: 72px;
    }

    .special-chioce-slider .slide a {
        font-size: 14px;
    }

    .special-chioce-slider .slide a > div {
        width: 100px;
    }

    .special-chioce-slider .slide a > div {
        height: 74px;
        left: 0;
    }

    .why-we-slider .text {
        padding-top: 4%;
    }

    .why-we-slider .text p {
        font-size: 14px;
    }

    .more-with-lango {
        padding-top: 39px;
        padding-bottom: 22px;
    }

    .more-with-lango ul li {
        font-size: 12px;
        line-height: 1.3;
    }

    .more-with-lango ul li span {
        background-size: contain;
        height: 39px;
        margin-bottom: 5px;
    }

    .cource-bottom-text p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .footer-menu li a {
        font-size: 11px;
    }

    .price-choice {
        font-size: 13px;
    }

    .prices-sweatcher ul li,
    .select .item-active {
        width: 219px;
        font-size: 12px;
    }

    .lessons-num,
    .full-price {
        font-size: 16px;
        font-weight: 600;
    }

    .prices-sweatcher .info span {
        width: 21px;
        height: 21px;
        font-size: 14px;
    }

    .hover-popup {
        min-width: 240px;
        right: -40px;
        top: 25px;
        font-size: 12px;
    }

    .select + .info .hover-popup {
        right: auto;
        left: -40px;
    }

    .interest del {
        font-size: 16px;
    }

    .interest del + span {
        font-size: 18px;
    }

    .full-price .interest {
        height: 40px;
        border-radius: 0 25px 25px 0;
        max-width: 55px;
    }

    .popup-banner .title {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .popup-banner .text {
        font-size: 15px;
        max-width: 230px;
        margin: 0 auto;
        margin-bottom: 41px;
    }

    .payment .title,
    .payment .text {
        font-size: 12px;
    }

    .popup-banner .modal-btn {
        font-size: 18px;
    }

    .prices-sweatcher > div .title {
        font-size: 14px;
    }

    .questions-page {
        background-position: right 0;
    }

    .accordion .content p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .accordion .toggle-item {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 15px;
        padding-top: 12px;
        padding-bottom: 15px;
    }

    .accordion .content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .page-title {
        font-size: 26px;
    }

    .questions-page {
        padding-top: 35px;
    }

    .accordion {
        padding-top: 25px;
    }

    .learning-stages .title {
        font-size: 14px;
    }

    .learning-stages .text,
    .learning-stages li {
        font-size: 12px;
    }

    .learning-stages ul {
        margin-top: 15px;
    }

    .learning-stages .row .bg {
        background-size: 23% !important;
    }

    .lerning-banner .text {
        font-size: 14px;
    }

    .popup-bottom input[type="submit"],
    .send-review textarea,
    .symbols-count {
        font-size: 13px;
    }

    .popup-bottom {
        padding: 15px 30px;
    }

    .send-review textarea {
        padding-left: 30px;
        padding-right: 30px;
    }

    .symbols-count {
        padding-right: 30px;
    }

    .send-review .red-btn {
        max-width: 220px;
        margin: 0 auto;
    }

    .modal-review + span {
        text-align: center;
    }

    .send-review .text {
        font-size: 14px;
    }

    .review .name {
        font-size: 18px;
    }

    .review .text,
    .send-review .text,
    .post-comments .popup-bottom .text {
        font-size: 14px;
    }

    .review .show-text,
    .show-all-items,
    .send-review .red-btn,
    .btn_answer a,
    #cancel-comment-reply-link {
        font-size: 12px;
    }

    .btn_answer a {
        margin-top: 10px;
        display: table;
    }

    .teacher-page .name {
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .about-teacher {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .teacher-page .text,
    .tegs span,
    .tegs a {
        font-size: 14px;
    }

    .teacher-page .photo {
        width: 150px;
        height: 150px;
    }

    .audio-player {
        margin-bottom: 25px;
    }

    .toggle-play {
        width: 40px;
        height: 40px;
    }

    .time {
        font-size: 18px;
    }

    .volume-button {
        width: 25px;
        height: 25px;
    }

    .categories a {
        font-size: 14px;
        padding: 11px 30px;
    }

    .single-post-title {
        font-size: 24px;
        margin-top: 3px;
        margin-bottom: 11px;
    }

    .single-sub-title {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .single-text {
        margin-bottom: 24px;
    }

    .single-text,
    .single-text a,
    .artille-content p,
    .artille-content li,
    .artille-content a,
    .post-banner a,
    .word-translate li,
    .sub-content li,
    .sub-content li p,
    .sub-content li p a,
    .rating .title {
        font-size: 14px;
        line-height: 1.2;
    }

    .artille-content p,
    .artille-content li,
    .artille-content a {
        font-size: 15px;
        line-height: 1.6;
    }

    .word-translate p,
    .word-translate p,
    .artille-content table tbody tr td,
    .artille-content table thead tr td,
    .artille-content table thead tr th {
        font-size: 14px;
        line-height: 1.9;
    }

    .post-thumbnail {
        margin-bottom: 12px;
    }

    .post-thumbnail img {
        width: 100%;
        height: auto;
    }

    .float-socials {
        margin-bottom: 27px;
    }

    .float-socials li {
        margin-right: 7px;
    }

    .float-socials a {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .artille-content p:first-child strong,
    .post-banner p,
    .comments-list li .title a {
        font-size: 16px;
    }

    .post-banner p {
        max-width: 400px;
    }

    .post-banner .image {
        margin-left: 19.354167vw;
    }

    .artille-content {
        margin-bottom: 38px;
    }

    .artille-content ul {
        margin-top: 14px;
        margin-bottom: 17px;
    }

    .artille-content li,
    .sub-content li,
    .seo-text li {
        line-height: 1.3;
        padding-left: 16px;
        margin-bottom: 12px;
    }

    .artille-content ul li:after,
    .learning-stages ul li:after,
    .city-text-block ul li:after,
    .seo-text li:after {
        width: 10px;
        height: 10px;
        border-width: 3px;
        top: 3px;
    }

    .word-translate .title,
    .artille-content table thead tr td {
        font-size: 15px;
    }

    .artille-content table thead tr td {
        width: 0% !important;
    }

    .artille-content table tr td:first-child {
        max-width: 340px !important;
    }

    .simple-posts > .title,
    .post-comments-title {
        font-size: 18px;
        font-weight: 600;
    }

    .post .title {
        font-size: 18px;
    }

    .view,
    .comments,
    .date {
        font-size: 16px;
    }

    .send-review textarea {
        font-size: 14px;
        line-height: 1.143;
    }

    .comments-list li p {
        line-height: 1.3;
        font-size: 14px;
    }

    .post-comments .popup-bottom .text {
        padding-top: 16px;
    }

    .post-banner a {
        padding: 7px 0 6px;
        max-width: 171px;
    }

    .artille-content table tr td:not(:first-child, :last-child) {
        width: 530px !important;
        max-width: 530px !important;
    }

    .artille-content table tr td:last-child {
        width: 338px !important;
    }

    .post-banner + .container {
        max-width: 100%;
    }

    .contacts-page {
        padding-bottom: 31px;
    }

    .contacts-page li a {
        font-size: 14px;
    }

    .contacts-page .icon {
        width: 18px;
        height: 20px;
        min-width: 18px;
    }

    .contacts-page .modal-btn {
        width: 300px;
        margin: 0 auto;
        margin-top: 39vh;
        font-size: 12px;
        padding-top: 16px;
        padding-bottom: 14px;
        border-radius: 40px;
        padding-left: 0;
        padding-right: 0;
        border: 6px solid #fff;
    }

    .city-banner {
        background-size: cover;
    }

    .cities-list li a {
        font-size: 12px;
    }

    .phone-num svg {
        width: 11px;
        height: 11px;
        margin-right: 3px;
    }

    .city-banner .title {
        font-size: 18px;
    }

    .city-banner .text {
        font-size: 14px;
    }

    .city-banner .list li {
        font-size: 14px;
    }

    .city-banner .modal-btn {
        font-size: 12px;
        max-width: 300px;
    }

    .city-text-block,
    .city-text-block ul li {
        font-size: 12px;
    }

    .popup-banner {
        padding-top: 46px;
        padding-bottom: 50px;
    }

    .popup-banner .modal-btn:after {
        display: none;
    }

    .special-chioce .owl-nav {
        left: -9%;
    }

    .comments {
        padding-left: 19px;
        background-size: 12px;
        background-position: 0 4px;
    }

    .view {
        background-size: 17px;
        padding-left: 23px;
    }

    .learning-stages ul {
        margin-top: 14px;
        margin-bottom: 17px;
    }

    .footer-menu li {
        min-width: 11.072917vw;
    }

    .popup-inner .contact-form .iti input {
        width: 110px;
    }
}

@media (max-width: 991px) {
    .learning-stages li,
    .city-text-block li,
    .seo-text li {
        font-size: 12px;
        padding-left: 34px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .teacher-page .text p {
        margin-bottom: 15px;
    }

    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 19px;
    }

    .side1.send p:first-child {
        font-size: 22px;
        padding: 0 15px;
        margin-bottom: 28px;
    }

    .side1.send p:last-child {
        font-size: 16px;
        padding: 0 15px;
    }

    .popup-inner .contact-form input:not([type="submit"]):focus,
    .popup-inner .contact-form input:not([type="submit"]).in,
    .popup-inner .contact-form textarea:focus,
    .popup-inner .contact-form textarea.in {
        padding-left: 30px;
        padding-right: 30px;
    }

    .bg-absolute-1,
    .bg-absolute-2 {
        width: 8vw;
    }

    .page-title {
        font-size: 18px;
    }

    .header .phone-num a span {
        display: none;
    }

    .header .phone-num a svg {
        display: none;
    }

    .header .phone-num a {
        width: 19px;
        height: 19px;
        background: url("images/phone-icon.png") no-repeat center;
        background-size: contain;
    }

    .header .container {
        max-width: 100%;
    }

    .top-block .lang-switcher {
        display: none;
    }

    .header-menu .lang-switcher {
        display: block;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 32px;
        margin-top: -32px;
        margin-right: 0;
    }

    .header-menu .lang-switcher ul {
        display: flex;
    }

    .header-menu .lang-switcher ul li {
        position: relative;
        margin-left: 5px;
    }

    .header-menu .lang-switcher ul li:not(.active):before {
        content: "";
        -webkit-box-shadow: 0px 0vw 10px rgb(0 0 0 / 8%);
        box-shadow: 0px 0vw 10px rgb(0 0 0 / 8%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: rotate(4deg);
    }

    .course-slider .owl-nav {
        width: 55%;
        right: 1%;
    }

    .course-slider .owl-prev,
    .course-slider .owl-next {
        width: 50px;
        height: 20px;
    }

    .section2 .container {
        max-width: 720px;
    }

    .slider-nav-item.active {
        font-weight: 400;
    }

    .header {
        height: 75px;
    }

    .header-menu {
        top: 75px;
    }

    .lang-switcher ul.sub-menu {
        left: 0px;
        top: -48px;
    }

    .section5 {
        display: none;
    }

    .cource-choice li {
        min-width: 105px;
    }

    .special-chioce.active {
        width: 91%;
    }

    .special-chioce li,
    .special-chioce li a {
        white-space: nowrap;
        font-size: 14px;
    }

    .icon-block {
        height: 45px;
    }

    .sale .image {
        width: 50%;
        background-position: center bottom;
        background-size: contain;
    }

    .prices .container {
        max-width: 100%;
    }

    .full-price {
        font-size: 16px;
    }

    .full-price > span:not(.end-price),
    .lesson-time {
        font-size: 14px;
    }

    .lesson-card .price {
        font-size: 36px;
    }

    .payment {
        padding-top: 3.2%;
    }

    .payment .row > div:first-child .icon {
        background-size: 87px;
    }

    .payment .row > div:first-child {
        position: relative;
        left: 13px;
    }

    .payment .row > div:nth-child(2) {
        position: relative;
        right: 13px;
    }

    .payment .icon {
        padding-top: 91px;
        background-size: 68px;
        margin: 0 auto;
        margin-bottom: 7px;
    }

    .hover-popup {
        padding: 10px;
    }

    .cource-bottom-text {
        background-position: bottom;
        background-size: cover;
    }

    .popup-banner .modal-btn {
        padding-top: 15px;
        padding-bottom: 17px;
    }

    .footer .call {
        margin-right: 0;
        margin-left: 11px;
    }

    .footer .socials a {
        width: 14px;
        height: 14px;
    }

    .footer .socials a:first-child {
        margin-right: 0;
    }

    .footer-menu li {
        min-width: 10vw;
    }

    .lesson-card .price span:nth-child(2) {
        font-size: 24px;
        margin-left: 2px;
    }

    .lesson-card .price span {
        font-size: 36px;
        margin-left: 4px;
    }

    .popup-inner {
        width: 95%;
        max-width: 576px;
        border-radius: 9px;
        overflow: hidden;
    }

    .popup-inner .contact-form {
        max-width: 100%;
        margin-top: 20px;
    }

    .popup-inner .side1 {
        width: 100%;
        min-height: 457px;
    }

    .popup-inner .side2 {
        display: none;
    }

    .popup-close {
        border-color: #f7fafc;
        border-width: 1px;
        width: 30px;
        height: 30px;
        right: 8px;
        top: 15px;
    }

    .popup-close:before,
    .popup-close:after {
        background: #f7fafc;
        width: 1px;
        height: 17px;
    }

    .popup-inner .side {
        padding: 26px 13%;
    }

    .popup-inner .side .title {
        font-size: 20px;
    }

    .popup-inner .contact-form input,
    .popup-inner .contact-form textarea {
        height: 43px;
        margin-bottom: 26px;
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 0;
        resize: none;
        padding-left: 30px;
        padding-right: 30px;
    }

    .popup-inner .contact-form #country_code {
        font-size: 13px;
        height: 43px;
        line-height: 43px;
    }

    .popup-inner .contact-form .iti input {
        width: 200px;
    }

    .popup-inner .contact-form textarea {
        padding-top: 14px;
    }

    .reviews-page .photo {
        width: 170px;
    }

    .reviews-page,
    .prices-page {
        padding-top: 33px;
    }

    .reviews-page .page-title {
        margin-bottom: 24px;
    }

    .reviews-page .photo {
        margin-bottom: 10px;
    }

    .review .name {
        margin-bottom: 12px;
    }

    .review {
        margin-bottom: 28px;
    }

    .reviews-page .photo a {
        left: 5px;
        bottom: 10px;
    }

    .reviews-page .popup-banner {
        margin-bottom: 39px;
    }

    .show-all-items {
        margin-left: 44px;
    }

    .show-all-items span {
        left: -47px;
        top: -15px;
        width: 41px;
        height: 41px;
    }

    .send-review {
        margin-top: 44px;
        padding-top: 27px;
        padding-bottom: 30px;
    }

    .send-review .red-btn {
        padding-top: 13px;
        padding-bottom: 13px;
        margin-bottom: 8px;
    }

    .modal-review + span {
        max-width: 209px;
        margin: 0 auto;
    }

    .review .show-text:after {
        width: 18px;
        height: 9px;
        top: 7px;
        right: -24px;
    }

    .popup-review-top {
        height: 65px;
    }

    .popup-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .send-review .socials {
        margin-bottom: 20px;
    }

    .send-review textarea {
        height: 200px;
    }

    .send-review textarea {
        padding-top: 40px;
    }

    .popup-bottom {
        padding: 22px 30px;
    }

    .section3 {
        padding-top: 40px;
    }

    .post-comments .popup-bottom .text {
        float: none;
        padding-top: 19px;
        margin-bottom: 12px;
        font-size: 12px;
        padding-bottom: 0;
        text-align: center;
    }

    .post-comments.send-review .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin-bottom: 23px;
    }

    .post-comments.send-review .socials a {
        margin: 0 8px;
    }

    .post-comments.send-review .socials object {
        width: 20px;
    }

    .post-comments .popup-bottom input[type="submit"] {
        width: 217px;
        margin: 30px auto 0;
        float: none;
        font-size: 12px;
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .sub-content {
        margin-bottom: 35px;
    }

    .sub-content ol,
    .single-article ol,
    ol,
    .city-text-block ol {
        padding-left: 19px;
        margin-top: 9px;
    }

    .city-text-block ol {
        padding-left: 31px;
    }

    .sub-content li:after,
    .single-article ol li:after,
    .seo-text ol li:after,
    ol li:after {
        width: 20px;
        height: 20px;
        left: -20px;
        top: -2px;
        border-width: 3px;
        font-size: 13px;
    }

    .sub-content li p {
        margin-bottom: 21px;
    }

    .rating .title {
        margin-bottom: 10px;
    }

    .star-rating,
    .stars {
        margin-bottom: 37px;
    }

    .star,
    .post-ratings img,
    .post-ratings-loading img,
    .post-ratings-image img {
        width: 33px;
        height: 31px;
        margin: 0 6px;
    }

    .contact-3 {
        margin: 0;
    }

    .contacts-page {
        padding-top: 37px;
    }

    .contact-1 ul {
        padding-left: 13px;
    }

    .contacts-page li {
        margin-bottom: 17px;
    }

    .contacts-page .icon {
        margin-right: 10px;
    }

    .footer .socials a {
        margin-right: 0;
        margin-left: 12px;
    }

    .city-banner {
        background-position: left 45% bottom;
    }

    .city-banner .list li {
        width: 100%;
    }

    .city-banner .list li:nth-child(even) {
        padding: 0;
    }

    .city-text-block {
        padding-top: 29px;
        padding-bottom: 40px;
    }

    .city-text-block .left-text p {
        margin-bottom: 18px;
    }

    .city-text-block img {
        margin-left: 0;
        margin-bottom: 19px;
    }

    .city-text-block ul {
        margin-top: 13px;
    }

    .city-text-block ul li {
        padding-left: 34px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .city-text-block ul li:after {
        width: 10px;
        height: 10px;
        background: none;
        border: 3px solid #ff9c1c;
        top: 0px;
        left: 16px;
    }
}

@media (max-width: 767px) {
    .why-we-slider .text p {
        margin-bottom: 8px;
    }

    .artille-content p {
        margin-bottom: 10px;
    }

    a {
        font-size: 14px;
    }

    .iti-mobile .iti--container {
        display: flex;
        align-items: center;
    }

    .iti-mobile .iti__country-list {
        max-height: 77% !important;
    }

    body {
        padding-top: 57px;
    }

    .header {
        height: 57px;
    }

    .navbar-toggler {
        margin-left: 14px;
    }

    .header .modal-btn {
        width: 170px;
        height: 30px;
        font-size: 11px;
        padding: 0 9%;
    }

    .header .right-block {
        padding-right: 13px;
    }

    .col-lg-3.col-md-3.col-5 {
        padding-left: 13px;
    }

    .header .bottom-block {
        margin-right: 13px;
    }

    .header-menu {
        top: 57px;
    }

    .header-nav {
        padding-left: 0;
        padding-right: 0;
    }

    .header-menu .socials {
        justify-content: flex-start;
        margin-left: 8px;
        margin-top: 16px;
    }

    .header-menu .socials a {
        margin: 0 8px;
        width: 15px;
        height: 15px;
        position: relative;
    }

    .header-menu .socials a object {
        width: 15px;
        height: 15px;
        position: absolute;
    }

    .header-menu .lang-switcher {
        margin-top: 23px;
        margin-left: 11px;
    }

    .lang-switcher ul li {
        padding: 1px 5px 4px;
    }

    .main-banner {
        background-size: cover;
        background-position: center bottom;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 57%;
        background-image: url("images/for-fields/main-banner-mobile.jpg");
    }

    .main-banner .description {
        margin-bottom: 17px;
    }

    .main-banner .description p {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .main-banner .link {
        width: 153px;
        padding: 5px 0;
        margin: 0 auto;
        font-size: 12px;
        font-weight: 600;
    }

    .section-title {
        font-size: 18px;
        letter-spacing: 0;
    }

    .section1 {
        padding-top: 25px;
        background-size: 100%;
        background-position: 0;
        padding-bottom: 39px;
        background-image: url("images/for-fields/bg1-mobile.jpg");
    }

    .section1 .video {
        margin-top: 16px;
        max-width: 306px;
        width: 100%;
        margin-bottom: 55px;
    }

    .play-btn {
        width: 46px;
        height: 50px;
        background-size: contain;
    }

    .section1 .info .icon {
        width: 20.5% !important;
        margin: 0 auto;
        margin-bottom: 3px;
    }

    .info-slider {
        margin: 0;
    }

    .owl-prev,
    .owl-next {
        width: 12px;
        height: 18px;
        background: url(images/arrow2.png) no-repeat;
        background-size: contain;
        background-position: center;
        background-size: 12px;
        padding: 20px;
        top: -20px;
        position: relative;
    }

    .owl-prev {
        left: -18px;
    }

    .owl-next {
        right: -18px;
    }

    .info-slider .owl-dots {
        margin-top: 12px;
    }

    .info-slider .owl-dot.active {
        width: 13px;
        height: 13px;
    }

    .info-slider .owl-dot {
        width: 10px;
        height: 10px;
        border-width: 1px;
    }

    .section1 .info:last-child > div,
    .section1 .info:first-child > div {
        padding: 0;
    }

    .section2 {
        background-size: 125%;
        background-position: center bottom;
        padding-top: 27px;
        padding-bottom: 0;
        background-color: #f8f8f8;
    }

    .slider-select-block {
        max-width: 247px;
        margin: 0 auto;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .slider-select {
        display: block;
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.04);
        border-radius: 35px;
        font-size: 24px;
        position: relative;
        font-size: 13px;
        position: relative;
        padding: 5px 12px;
        text-transform: lowercase;
        z-index: 17;
    }

    .slider-select:after {
        content: "";
        background: url(images/arrow-down.png) no-repeat center;
        background-size: contain;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 12px;
        top: 9px;
    }

    .slider-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.04);
        box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.04);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        opacity: 0;
        -webkit-transition: opacity 0.1s 0.1s, -webkit-transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21);
        transition: opacity 0.1s 0.1s, -webkit-transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21);
        -o-transition: transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
        transition: transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
        transition: transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s,
            -webkit-transform 0.1s cubic-bezier(0.17, 0.67, 0.59, 1.21);
        position: absolute;
        z-index: 4;
        width: 100%;
        margin-top: -20px;
        border-radius: 5px;
    }

    .slider-nav.in {
        opacity: 1;
        -webkit-transform: rotateX(0) translateZ(0);
        transform: rotateX(0) translateZ(0);
        z-index: 11;
    }

    .special-chioce li {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .course-slider .slide {
        position: relative;
        left: 11px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        /*margin-bottom: 110px;*/
        margin-bottom: 30px;
    }

    .course-slider .slide .left {
        background: #fff;
        position: relative;
        z-index: 5;
        left: -10px;
        width: 240px;
        margin: 0 auto;
        margin-top: -198px;
        margin-bottom: 35px;
        padding-bottom: 15px;
        border-radius: 0 0 5px 5px;
    }

    .course-slider {
        margin: 0 auto;
        z-index: 10;
    }

    .course-slider .slide .right {
        width: 300px;
        margin: 0 auto;
        position: relative;
        left: 0px;
    }

    .course-slider .owl-nav {
        right: 0;
        left: 0;
        width: 100%;
        top: calc(50% - 110px);
    }

    .course-slider .owl-prev,
    .course-slider .owl-next {
        width: 12px;
        height: 20px;
    }

    .course-slider .image-frame {
        background-image: url(images/frame-mobile.png);
        padding-right: 26px;
        padding: 0px 46px 103px 24px;
    }

    .course-slider .image-frame img {
        width: 100%;
        margin: 0 auto;
    }

    .course-slider .info {
        padding: 0;
        text-align: center;
    }

    .course-slider .slide .title {
        background: none;
        color: #000;
        font-size: 13px;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 0;
        text-align: center;
    }

    .course-slider .info .text {
        display: none;
    }

    .course-slider .price {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .course-slider .price span {
        font-size: 16px;
        font-weight: 700;
    }

    .course-slider .link {
        border-width: 1px;
        padding: 5px 5px;
        font-size: 14px;
        font-size: 9px;
        width: 65%;
        margin: 0 auto;
    }

    .cource-choice li.active,
    .special-chioce.active {
        height: auto;
    }

    .special-chioce {
        margin: 0;
    }

    .special-chioce,
    .special-chioce.active {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .begine-now .title {
        font-size: 18px;
    }

    .begine-now .info {
        text-align: center;
        max-width: 62%;
    }

    .begine-now .modal-btn {
        font-size: 12px;
        padding: 7px 0;
        max-width: 240px;
    }

    .section4 {
        padding-top: 20px;
    }

    .testimonials-slider .photo {
        padding: 0 25px;
    }

    .testimonials-slider .photo a {
        width: 40px;
        height: 40px;
        left: 26px;
        bottom: 0;
    }

    .no-padding-sm {
        padding: 0;
    }

    .section4 {
        margin-bottom: 20px;
    }

    .posts-slider {
        margin-top: 10px;
        position: relative;
    }

    .posts-slider:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        pointer-events: none;
        background: rgb(255, 255, 255);
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 1)),
            color-stop(20%, rgba(255, 255, 255, 0.2049194677871149)),
            color-stop(50%, rgba(255, 255, 255, 0)),
            color-stop(80%, rgba(255, 255, 255, 0.196516106442577)),
            to(rgba(255, 255, 255, 1))
        );
        background: -o-linear-gradient(
            left,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.2049194677871149) 20%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.196516106442577) 80%,
            rgba(255, 255, 255, 1) 100%
        );
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.2049194677871149) 20%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.196516106442577) 80%,
            rgba(255, 255, 255, 1) 100%
        );
    }

    .posts-slider .owl-item .thumbnail {
        border-radius: 5px;
        margin-bottom: 4px;
    }

    .posts-slider .owl-nav {
        top: calc(50% - 46px);
        width: 95%;
    }

    .posts-slider .owl-prev {
        left: 0;
        background-position-x: 19px;
    }

    .posts-slider .owl-next {
        background-position-x: 19px;
        right: 0;
    }

    .posts-slider .owl-prev,
    .posts-slider .owl-next {
        width: 30px;
        height: 60px;
    }

    .artille-content ol li,
    .sub-content ol li,
    ol li,
    .city-text-block ol li {
        padding-left: 7px;
    }

    .city-text-block ol li:after {
        left: -20px;
    }

    .bg-absolute-1 {
        left: -65px;
        top: -8%;
    }

    .bg-absolute-1 {
        background-size: 48%;
    }

    .bg-absolute-2 {
        right: -65px;
        top: -36%;
    }

    .bg-absolute-2 {
        background-size: 48%;
    }

    .view {
        margin-right: 37px;
    }

    .view,
    .comments,
    .date {
        font-size: 16px;
    }

    .posts-slider .title {
        font-size: 16px;
    }

    .post .title {
        margin-top: 32px;
    }

    .comments {
        padding-left: 19px;
        background-size: 12px;
        background-position: 0 4px;
    }

    .posts-slider .view {
        margin-right: 18px;
    }

    .posts-slider .info {
        margin-bottom: 2px;
    }

    .footer {
        padding-top: 11px;
    }

    .footer .socials {
        margin-bottom: 4px;
    }

    .footer .block1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*flex-direction: column;*/
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .footer .phone-num {
        margin-bottom: 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
    }

    .footer .phone-num a.num-call {
        font-size: 14px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .footer .footer-menu {
        padding-left: 0;
    }

    .footer .footer-menu li {
        margin-bottom: 0;
        padding: 0 !important;
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        width: auto;
        margin: 0 10px 5px 10px !important;
    }

    .footer .footer-menu li:nth-child(1) {
        margin-left: 0;
    }

    .footer .footer-menu li:nth-child(8) {
        margin-right: 0;
    }

    .footer .footer-menu li:nth-child(7),
    .footer .footer-menu li:nth-child(8) {
        display: none;
    }

    .footer .call,
    .footer .socials a {
        width: 14px;
        max-width: 22px;
        min-width: 14px;
    }

    .footer-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer .footer-menu li a {
        font-size: 11px;
        padding: 0 7px;
    }

    .none-sm {
        display: none;
    }

    .footer-mobile-menu {
        display: block;
    }

    .cource-choice {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .price-choice {
        padding-bottom: 0;
        position: relative;
    }

    .price-choice .container {
        white-space: nowrap;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        background: none;
    }

    .special-chioce {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .special-chioce.active {
        padding-top: 13px;
        padding-bottom: 5px;
    }

    .price-choice ul.active,
    .cource-choice {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100% !important;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }

    .special-chioce.active::-webkit-scrollbar,
    .cource-choice.active::-webkit-scrollbar {
        width: 7px;
        height: 3px;
    }

    .special-chioce.active::-webkit-scrollbar-track,
    .cource-choice.active::-webkit-scrollbar-track {
        background: #fff;
    }

    .special-chioce.active::-webkit-scrollbar-thumb,
    .cource-choice.active::-webkit-scrollbar-thumb {
        background-color: #60c6f1;
    }

    .special-chioce.active:root,
    .cource-choice.active:root {
        scrollbar-width: thin;
        scrollbar-color: #200b59 #fff;
    }

    .cource-choice li,
    .cource-choice li a {
        white-space: normal;
        font-size: 16px;
        margin: 0;
    }

    .cource-choice li {
        margin-right: 9%;
    }

    .slider-choices .slick-list {
        padding: 0 50px 0 0;
    }

    .slider-choices .slick-slide {
        padding-right: 30px;
    }

    .slick-slide.special-chioce {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-left: 16px;
        overflow: auto;
    }

    .special-chioce li {
        margin-left: 0;
        margin-right: 19px;
        width: auto;
        padding: 9px 11px;
    }

    .cource-choice .icon-block {
        height: 60px;
        margin-bottom: 10px;
    }

    .sale .text span {
        font-size: 90px;
    }

    .prices.active {
        padding-top: 8%;
        margin-bottom: 0;
    }

    .prices-sweatcher > div:first-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prices-sweatcher > div:first-child .title {
        width: 100%;
        margin: 0;
        text-align: center;
        padding-right: 8%;
        margin-bottom: 16px;
    }

    .prices-sweatcher > div:last-child .title {
        margin: 0;
    }

    .prices-sweatcher > div ul,
    .prices-sweatcher .select {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .prices-sweatcher > div:first-child ul {
        margin: 0 auto;
    }

    .prices-sweatcher > div {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        margin-bottom: 18px;
    }

    .prices-sweatcher > div .title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .prices-sweatcher > div:first-child .info {
        position: absolute;
        top: 0;
        left: 60%;
    }

    .prices-sweatcher > div:last-child .info {
        margin-left: 8px;
    }

    .prices-sweatcher .info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 15px;
    }

    .prices-sweatcher .select .item-active {
        margin: 0;
        padding-right: 17px;
        background: url("images/caret-down.png") no-repeat right 12px top 16px;
        white-space: nowrap;
    }

    .sort-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prices-sweatcher {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .prices-sweatcher ul li {
        padding: 7px 0;
    }

    .sale .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .lesson-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        padding: 0;
        margin-bottom: 10px;
        border-radius: 20px;
        position: relative;
        height: 80px;
    }

    .lesson-card .price {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-top: 16px;
        padding-left: 19px;
        text-align: left;
    }

    .gift {
        background-image: none !important;
        border-radius: 10px 10px 0 0;
        width: auto;
        padding: 5px 0;
        height: 20px;
        -ms-flex-item-align: end;
        align-self: flex-end;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
    }

    .gift span {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
    }

    .gift:after {
        content: "";
        width: 21px;
        height: 15px;
        background-image: url(images/gift-mobile.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 100%;
        left: 16px;
    }

    .full-price .interest {
        background: none;
        color: #ff9c1c;
    }

    .full-price,
    .lessons-num {
        position: absolute;
        right: 0;
    }

    .full-price > span:not(.end-price) {
        display: none;
    }

    .lessons-num {
        right: 20px;
        top: 11px;
    }

    .lessons-num:after {
        content: "";
        width: 105%;
        height: 1px;
        background: #9a9a9a;
        position: absolute;
        bottom: -5px;
        left: -1px;
        opacity: 0.4;
    }

    .full-price .interest {
        left: -75px;
    }

    .full-price {
        right: 24px;
        bottom: 18px;
    }

    /*.full-price .end-price:after {
        content: "грн";
        position: relative;
        background: #fff;
        left: 4px;
    }*/

    .interest span {
        top: -16px;
        left: 15px;
    }

    .interest del {
        top: 5px;
        left: 18px;
    }

    .interest del + span {
        top: -27px;
        left: 18px;
    }

    .popup-banner {
        background: url("images/for-fields/popup-banner-bg-mobile.jpg") no-repeat 0 0 !important;
        background-size: cover !important;
    }

    .payment {
        padding-top: 27px;
    }

    .payment .row > div {
        padding: 0;
        margin-bottom: 20px;
    }

    .payment .row > div:last-child .icon {
        padding: 35px;
    }

    .cource-banner .breadcrumb {
        margin-left: 0;
        padding-top: 30px;
        margin-bottom: 19px;
    }

    .cource-banner .info {
        margin: 0 auto;
    }

    .breadcrumb,
    .breadcrumb a,
    .breadcrumb span {
        font-size: 13px;
    }

    .cource-banner {
        min-height: 100px;
        position: relative;
        padding-bottom: 213px;
    }

    .cource-banner .title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 5px;
    }

    .cource-banner .text {
        text-align: center;
    }

    .cource-banner .bg {
        bottom: 99px;
        height: 245px;
        background-position: center;
        background-size: 256px;
    }

    .cource-banner .row > div:nth-child(1) {
        position: inherit;
    }

    .cource-banner .row > div:nth-child(2) {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .cource-banner .link {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: auto;
        position: absolute;
        bottom: -29px;
        z-index: 2;
        border: 5px solid #fff;
        padding: 14px 0;
        border-radius: 35px;
    }

    .blue-btn {
        border-radius: 35px;
    }

    .cource-features {
        padding-top: 56px;
        padding-bottom: 13px;
    }

    .column-list {
        display: block;
    }

    .column-list li {
        width: 100%;
        margin-right: 20px;
    }

    .features-list li span {
        padding-top: 34px;
        background-size: contain;
        min-width: 70px;
        margin-left: 0;
        margin-right: 0;
    }

    .column-list li:nth-child(even) {
        padding-left: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .cource-chart {
        padding-top: 24px;
        padding-bottom: 40px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 27% center;
    }

    .chart-list {
        margin-top: 7px;
        padding-left: 0;
    }

    .chart-list li {
        margin-bottom: 5px;
    }

    .chart-list li:nth-child(2),
    .chart-list li:nth-child(3) {
        max-width: 181px;
    }

    .chart-list li span {
        font-size: 36px;
        margin-right: 7px;
    }

    .cource-chart .col-md-6 {
        position: absolute;
        width: 50%;
        top: 78px;
        right: -2px;
    }

    .chart-wrapper {
        width: 178px;
        height: 178px;
        margin-top: 0;
    }

    .chart-wrapper {
        margin-left: 0;
    }

    .chart {
        width: 198px;
    }

    .cource-enrollment .rigth-side > div {
        margin: 0 auto;
        max-width: 100%;
    }

    .cource-enrollment > .container {
        max-width: 100%;
    }

    .cource-enrollment .left-side,
    .cource-enrollment .rigth-side {
        position: relative;
    }

    .cource-enrollment .left-side {
        padding-left: 15px;
        padding-bottom: 35px;
        text-align: center;
    }

    .cource-enrollment li {
        background-position: center 0;
    }

    .cource-enrollment .left-side:after,
    .cource-enrollment .rigth-side:after {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .cource-enrollment li {
        padding-top: 38px;
        margin-bottom: 22px;
        margin-left: 5%;
    }

    .cource-enrollment li:first-child {
        background-size: 18px;
    }

    .cource-enrollment li:nth-child(2) {
        background-size: 67px;
    }

    .cource-enrollment li strong {
        font-size: 28px;
    }

    .cource-enrollment .link {
        font-size: 14px;
        margin: 0 auto;
        max-width: 220px;
        padding-top: 13px;
        padding-bottom: 13px;
        background-size: 22px;
        background-position: right 25% center;
    }

    .cource-enrollment .rigth-side {
        padding-top: 36px;
        padding-bottom: 35px;
    }

    .cource-enrollment .title {
        font-size: 18px;
        max-width: 280px;

        margin: 0 auto;
        letter-spacing: 0;
        margin-bottom: 3px;
    }

    .cource-enrollment .text {
        font-size: 12px;
        padding: 0;
        line-height: 1.4;
    }

    .cource-enrollment .small-text {
        display: none;
    }

    .cource-enrollment .modal-btn span {
        display: inline;
    }

    .special-chioc {
        width: 100% !important;
    }

    .special-chioce-slider {
        max-width: 100%;
    }

    .why-we .section-title {
        padding-top: 32px;
    }

    .special-chioce-slider .icon {
        padding-right: 28px;
    }

    .special-chioce-slider a .icon:after,
    .special-chioce-slider a .icon:before {
        background-size: 20px;
        background-position: right center;
        padding-right: 20px;
        height: 15px;
    }

    .special-chioce-slider .owl-item.active + .owl-item.active a .icon:after,
    .special-chioce-slider .owl-item.active + .owl-item.active a .icon:before {
        background-size: 17px;
    }

    .cource-choice {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .why-we {
        padding-bottom: 0px;
    }

    .why-we-slider {
        margin-top: 25px;
    }

    .why-we-slider .slide {
        display: block;
        padding-left: 0;
    }

    .why-we-slider .owl-nav {
        top: calc(50% - 106px);
    }

    .why-we-slider .owl-prev,
    .why-we-slider .owl-next,
    .special-chioce-slider .owl-prev,
    .special-chioce-slider .owl-next {
        width: 26px;
        height: 58px;
        background-size: 22px;
    }

    .why-we-slider .owl-item .image {
        margin: 0 auto;
        width: 43%;
    }

    .why-we-slider .text {
        width: 100%;
        padding-top: 5px;
    }

    .more-with-lango ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 21px;
    }

    .more-with-lango ul li {
        margin-bottom: 16px;
        width: 33.333%;
    }

    .more-with-lango ul li:nth-child(1),
    .more-with-lango ul li:nth-child(2) {
        width: 50%;
    }

    .cource-bottom-text {
        padding-top: 26px;
        padding-bottom: 31px;
    }

    .cource-bottom-text p:nth-child(2) {
        padding-right: 28%;
    }

    .mobile-text {
        display: block;
    }

    .cource-bottom-text {
        background-position: right -245px bottom;
    }

    .lerning-banner {
        position: relative;
    }

    .lerning-banner .text {
        text-align: center;
        padding-top: 23px;
        padding-bottom: 242px;
        margin-bottom: 0;
    }

    .lerning-banner .row > div:first-child {
        background-position: center bottom;
        background-size: contain;
        height: 230px;
        background-position: left bottom;
        position: absolute;
        bottom: 0;
        z-index: 2;
    }

    .lerning-banner .row > div:last-child {
        background-position: right 15px bottom;
        background-size: 92%;
    }

    .why-we-section {
        padding-top: 37px;
    }

    .page-title {
        letter-spacing: 0;
    }

    .lerning-proces-page {
        background-image: url("images/for-fields/learning-process_mobile_bg.jpg");
    }

    .lerning-proces-page .features-list {
        margin-left: 0;
        background-size: cover;
    }

    .lerning-proces-page .features-list li {
        font-size: 12px;
        margin-bottom: 23px;
    }

    .lerning-proces-page .features-list li span {
        min-width: 36px;
        margin-left: 0;
        margin-right: 12px;
    }

    .learning-stages .row .bg {
        background: no-clip !important;
    }

    .learning-stages .row > div:first-child {
        padding-left: 15px;
    }

    .learning-stages {
        display: none;
    }

    .learning-stages-mobile {
        display: block;
    }

    .learning-stages-mobile .item {
        margin-bottom: 30px;
    }

    .learning-stages-mobile .item:nth-child(odd) img {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 28%;
    }

    .learning-stages-mobile .item:nth-child(3) img {
        width: 25%;
    }

    .learning-stages-mobile .item:nth-child(even) img {
        float: right;
        margin-left: 10px;
        margin-bottom: 10px;
        width: 30%;
    }

    .learning-stages-mobile .item .title {
        margin-bottom: 13px;
    }

    .learning-stages-mobile .item li {
        padding-left: 16px;
    }

    .learning-stages-mobile .item ul {
        clear: both;
    }

    .review {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .send-review .text {
        text-align: center;
        padding: 0;
        margin-bottom: 17px;
    }

    .teacher-page .row:first-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .teacher-page .name {
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

    .teacher-page .name span {
        margin-left: 5px;
    }

    .about-teacher {
        text-align: center;
    }

    .about-teacher img {
        margin-left: 7px;
    }

    .about-teacher span {
        display: block;
        margin-bottom: 11px;
    }

    .teacher-page {
        padding-bottom: 42px;
    }

    .teacher-page .photo {
        margin: 0 auto;
        margin-top: 18px;
    }

    .audio-player {
        margin-top: 33px;
    }

    .play-container {
        margin-right: 11px;
    }

    .time {
        margin-left: 13px;
    }

    .audio-player {
        margin-bottom: 38px;
    }

    .tegs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 300px;
        margin: 0 auto;
    }

    .tegs span {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 17px;
    }

    .teacher-page .text {
        margin-top: 25px;
        padding-right: 0;
    }

    .questions-page {
        padding-bottom: 30px;
    }

    .accordion {
        padding-top: 16px;
    }

    .accordion-item {
        margin-bottom: 9px;
    }

    .accordion .toggle-item {
        padding-right: 9px;
        padding-left: 9px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .accordion .toggle-item .ico {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        position: relative;
        top: 2px;
    }

    .accordion .content {
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 11px;
        padding-bottom: 1px;
    }

    .blog {
        padding-top: 37px;
    }

    .categories {
        max-width: 408px;
        margin: 0 auto;
        margin-bottom: 45px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .categories li {
        margin-bottom: 14px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .categories li.btn_nav {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
        max-width: 217px;
        /*  margin: 0 auto; */
        text-align: center;
        margin-top: 0;
    }

    .categories a {
        padding: 10px 15px;
    }

    .post {
        margin-bottom: 31px;
    }

    .post .thumbnail {
        height: 215px;
        margin-bottom: 4px;
    }

    .popup-banner + .blog {
        padding-top: 40px;
        padding-bottom: 53px;
    }

    .blog .show-all-items {
        margin-top: 21px;
    }

    .post-banner .container {
        display: block;
        text-align: center;
    }

    .post-banner {
        padding-top: 14px;
        padding-bottom: 25px;
        margin-bottom: 35px;
    }

    .post-banner .content {
        padding-top: 16px;
    }

    .post-banner a,
    .post-banner .image,
    .post-banner p {
        margin: 0 auto;
    }

    .post-banner .image {
        width: 128px;
        height: 100px;
        background-position: center;
    }

    .post-banner a {
        margin-bottom: 14px;
    }

    .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        top: 25px;
        bottom: auto;
    }

    .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgb(76, 187, 234);
    }

    .artille-content table {
        overflow: hidden;
    }

    .artille-content table tr td {
        padding-left: 21px !important;
        padding-right: 20px !important;
    }

    .artille-content table tr td {
        width: 100% !important;
        min-width: 360px !important;
        max-width: 360px !important;
    }

    .artille-content table tr td:last-child {
        max-width: 174px !important;
        min-width: 174px !important;
        overflow: hidden;
    }

    .word-translate,
    .artille-content table {
        margin-top: 42px;
    }

    .word-translate .title,
    .artille-content table thead tr td {
        padding-top: 19px;
        padding-bottom: 24px;
        letter-spacing: 1px;
    }

    .artille-content table tbody tr td {
        padding: 22px 0 25px 3px;
    }

    .simple-posts > .title {
        margin-top: 37px;
        margin-bottom: 25px;
    }

    .post-comments-title {
        padding-top: 43px;
        margin-bottom: 36px;
    }

    .post-comments.send-review {
        max-width: 100%;
        z-index: 2;
        position: relative;
    }

    .post-comments textarea {
        background-color: rgb(255, 255, 255);
        height: 218px;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 5px;
        padding-bottom: 32px;
    }

    .post-comments .symbols-count {
        font-size: 10px;
        margin-top: -26px;
        padding-right: 8px;
    }

    .comments-list {
        margin-top: 15px;
    }

    .comments-list li .title {
        margin-bottom: 6px;
    }

    .comments-list li {
        margin-bottom: 19px;
    }

    .comments-list li .main-comment {
        padding: 11px 16px 15px 16px;
        border-radius: 6px;
    }

    .simple-posts {
        padding-bottom: 49px;
    }

    .simple-posts,
    .simple-posts > div {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .simple-posts:after {
        content: "";
        width: 150%;
        height: 100%;
        background: #fff;
        position: absolute;
        bottom: 0;
    }

    .comments-list li .main-comment:before {
        width: 20px;
        height: 20px;
        left: -8px;
        bottom: -10px;
    }

    .post-comments .show-all-items {
        margin-top: 25px;
    }

    .post-comments.send-review {
        padding-bottom: 52px;
    }

    .contacts-page .icon {
        width: 15px;
        height: 15px;
    }

    .cities-page {
        padding-top: 9px;
        padding-bottom: 23px;
    }

    .cities-list {
        margin-left: 9px;
        margin-top: 22px;
    }

    .cities-list li {
        margin-bottom: 16px;
    }

    .cities-list li a {
        letter-spacing: 0.3px;
    }

    .city-banner .list {
        display: none;
    }

    .section2 {
        margin-bottom: 0;
    }

    .lerning-proces-page {
        background-size: cover;
    }
}

@media (max-width: 992px) and (min-width: 767px) {
    .prices .col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .prices .col-md-3:last-child {
        padding-right: 15px;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .section3 .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .show-xs {
        display: none;
    }
}

@media (max-width: 576px) {
    .none-xs {
        display: none;
    }

    .section1 .info .title {
        font-size: 12px;
        min-height: 31px;
        margin-bottom: 0;
    }

    .section1 .info {
        font-size: 13px;
    }

    .contacts-page .modal-btn {
        width: 229px;
    }

    .header .logo img {
        width: 42px;
    }

    .testimonials-slider .owl-nav {
        top: calc(50% - 95px);
        width: 100%;
    }

    .testimonials-slider .owl-prev,
    .testimonials-slider .owl-next {
        width: 30px;
        height: 60px;
        left: 0;
        right: 0;
    }

    .testimonials-slider .owl-prev {
        background-position-x: 19px;
    }

    .testimonials-slider .owl-next {
        background-position-x: 19px;
    }

    .header .modal-btn {
        font-size: 10px;
    }

    .logo-desctop {
        display: none;
    }

    .header .logo {
        padding: 5px 0;
    }

    .logo-mobile {
        display: block;
    }

    .sale .text {
        font-size: 14px;
        padding-left: 0;
        width: 50%;
        padding-left: 0;
    }

    .sale .text br {
        display: none;
    }

    .sale .text span,
    .sale .text span:before {
        font-size: 72px;
    }

    .sale .image {
        background-image: url("images/for-fields/girls-mobile.png");
    }

    .special-chioce {
        width: 200%;
    }

    .price-choice:after,
    .why-we:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 60%;
        top: 0;
        right: 0;
        pointer-events: none;
        background: rgb(255, 255, 255);
        background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(255, 255, 255, 0)),
            color-stop(20%, rgba(255, 255, 255, 0.2049194677871149)),
            color-stop(50%, rgba(255, 255, 255, 0)),
            color-stop(80%, rgba(255, 255, 255, 0.196516106442577)),
            to(rgba(255, 255, 255, 1))
        );
        background: -o-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2049194677871149) 20%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.196516106442577) 80%,
            rgba(255, 255, 255, 1) 100%
        );
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2049194677871149) 20%,
            rgba(255, 255, 255, 0) 50%,
            rgba(255, 255, 255, 0.196516106442577) 80%,
            rgba(255, 255, 255, 1) 100%
        );
    }

    .prices-sweatcher ul li,
    .select .item-active {
        max-width: 165px;
    }

    .prices-sweatcher > div .title {
        font-size: 12px;
    }

    .prices-sweatcher .select .item-active {
        max-width: 194px;
    }

    .prices-sweatcher > div:last-child .info {
        margin: 0 7px;
    }

    .prices-sweatcher .info span {
        width: 19px;
        height: 19px;
    }

    .prices-sweatcher .select ul li {
        margin: 0 auto;
    }

    iframe,
    video {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .footer .block1 {
        margin-bottom: 0;
    }

    .footer-menu {
        justify-content: center;
    }

    .footer .socials {
        margin-bottom: 0;
    }

    .footer .footer-menu li {
        margin: 7px 0 !important;
    }

    .chart-wrapper {
        width: 150px;
        height: 150px;
        margin-top: 17%;
    }

    .chart-wrapper {
        margin-left: 0;
    }

    .chart {
        width: 168px;
    }

    .cource-enrollment .left-side {
        text-align: left;
    }

    .cource-enrollment li {
        background-position: 0 0;
    }

    .cource-enrollment .modal-btn {
        max-width: 100%;
        padding: 14px 0;
        font-size: 18px;
    }

    .why-we {
        position: relative;
    }

    .why-we:after {
        z-index: 2;
        height: 200px;
    }

    .container-special-chioce {
        width: 140%;
        position: relative;
        left: -12px;
    }

    .cource-choice li {
        margin-right: 30px;
    }

    .special-chioce-slider {
        max-width: 100%;
    }

    .special-chioce-slider .image {
        background-size: contain;
    }

    .special-chioce-slider .owl-item.active {
        width: 195px !important;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .special-chioce-slider .slide {
        padding: 0 15px;
    }

    .special-chioce-slider {
        position: relative;
        left: 40px;
    }

    .special-chioce-slider .owl-nav {
        width: 71%;
        left: -30px;
    }

    .special-chioce-slider .slide a > div {
        height: 70px;
    }

    /*    .special-chioce-slider .owl-item.active+.owl-item.active {
        width: 112px !important;

    }*/

    .special-chioce-slider .owl-item.active + .owl-item.active + .owl-item.active {
        width: 140px !important;
    }

    .special-chioce-slider .owl-item.active + .owl-item.active .slide a > div {
        left: 8px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

    .special-chioce-slider .owl-item.active + .owl-item.active + .owl-item.active .slide a > div {
        left: 15px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .special-chioce-slider .owl-item.active + .owl-item.active .slide a > div .image {
        background-position: center bottom;
    }

    .special-chioce-slider .owl-item.active + .owl-item.active .icon {
        padding-right: 23px;
    }

    .special-chioce-slider .owl-item.active + .owl-item.active a {
        font-size: 14px;
    }

    .cource-bottom-text {
        background-position: 0 bottom;
        background-size: 100%;
        background-image: url("images/for-fields/courses-bottom-bg-mobile.jpg") !important;
        padding-right: 26%;
    }

    .cource-enrollment .left-side:after {
        background-image: url("images/for-fields/courses-left-mobile.jpg");
    }

    .cource-enrollment .rigth-side:after {
        background-image: url("images/for-fields/courses-right-mobile.jpg");
    }

    .reviews-page,
    .blog {
        background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(248, 248, 248) 100%) !important;
    }

    .popup-banner + .reviews-page,
    .popup-banner + .blog {
        background: #fff !important;
    }

    .city-banner {
        text-align: center;
        padding-top: 18px;
        padding-bottom: 70%;
        margin-bottom: 43px;
        background-image: url("images/for-fields/cities_kiev_mobile.jpg");
        position: relative;
    }

    .city-banner .row > div {
        position: inherit;
    }

    .city-list .list {
        margin-bottom: -6px;
    }

    .city-list .list li {
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-repeat: no-repeat;
        margin-bottom: 11px;
        white-space: nowrap;
    }

    .city-list .list li .icon {
        min-width: 30px;
        height: 30px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 8px;
    }

    .city-banner .breadcrumb {
        padding-top: 7px;
    }

    .city-banner .title span {
        display: none;
    }

    .city-banner .text {
        padding: 0;
    }

    .city-banner .modal-btn {
        border: 6px solid #fff;
        width: 231px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        bottom: -30px;
        padding-top: 16px;
        padding-bottom: 12px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .popup-inner .contact-form .iti input {
        width: 150px;
    }
}

@media (max-width: 576px) and (min-width: 400px) {
    .single-text,
    .single-text a,
    .artille-content p,
    .artille-content li,
    .artille-content a,
    .post-banner a,
    .word-translate li,
    .sub-content li,
    .sub-content li p,
    .sub-content li p a,
    .rating .title,
    .learning-stages li,
    .city-text-block li,
    .seo-text li {
        font-size: 16px;
        line-height: 1.35;
    }
    .phone-num span,
    .cource-enrollment .text,
    .footer .footer-menu li a,
    .why-we-slider .text p,
    .more-with-lango ul li,
    .learning-stages .text,
    .learning-stages li,
    .why-we-slider .text p,
    .cource-enrollment .text {
        font-size: 14px;
    }
}

@media (max-width: 357px) {
    .footer .footer-menu li a {
        font-size: 10px;
    }

    .popup-inner .side {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prices-sweatcher > div:last-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prices-sweatcher > div:last-child .title {
        margin-bottom: 10px;
    }

    .prices-sweatcher ul li,
    .select .item-active {
        max-width: 145px;
    }

    .prices-sweatcher .select .item-active {
        max-width: 100%;
    }

    .full-price .interest {
        left: -58px;
    }

    .gift:after {
        width: 15px;
        height: 12px;
        background-size: contain;
    }
}

@media (max-width: 360px) {
    .cities-page {
        background-image: url("images/for-fields/cities_mobile.jpg");
    }

    .contacts-page {
        background-image: url("images/for-fields/contacts_mobile.jpg");
    }

    .questions-page {
        background-image: url("images/for-fields/question-mobile.jpg");
    }
}

.ytp-watch-later-button {
    display: none !important;
}

.reviews-page .col-md-4.hidden {
    display: none;
}

.show-all-items em {
    font-style: normal;
}

.loading .show-all-items {
    cursor: default;
    opacity: 0;
}

.loading {
    background: url("images/ajax-loader.gif") no-repeat 50% 50%;
}

.stars .post-ratings-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -30px;
}

.stars .post-ratings-loading img {
    margin-right: 5px;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
}

@media (max-width: 767px) {
    .content_table {
        margin-bottom: 50px;
    }

    /*
    .single .artille-content .doubleScroll-scroll-wrapper {
        margin-top: 50px;
    }
    .artille-content .content_table table {
        margin-top: 0;
        padding-top: 42px;
    }*/

    .content_table:before,
    .content_table:after {
        content: "";
        background-image: url("images/swipe-icon.jpg");
        width: 30px;
        height: 30px;
        background-size: 100%;
        -webkit-animation: swipe 2s infinite;
        animation: swipe 2s infinite;
        position: absolute;
        right: 15px;
        left: 15px;
        text-align: center;
        margin: 8px auto;
    }

    .content_table:after {
        margin-top: 11px;
    }

    @-webkit-keyframes swipe {
        0% {
            -webkit-transform: translate(15px, 0px);
            transform: translate(15px, 0px);
        }

        50% {
            -webkit-transform: translate(-15px, 0px);
            transform: translate(-15px, 0px);
        }

        100% {
            -webkit-transform: translate(15px, 0px);
            transform: translate(15px, 0px);
        }
    }

    @keyframes swipe {
        0% {
            -webkit-transform: translate(15px, 0px);
            transform: translate(15px, 0px);
        }

        50% {
            -webkit-transform: translate(-15px, 0px);
            transform: translate(-15px, 0px);
        }

        100% {
            -webkit-transform: translate(15px, 0px);
            transform: translate(15px, 0px);
        }
    }

    .content_table::-webkit-scrollbar,
    .single .artille-content .doubleScroll-scroll-wrapper::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        -webkit-overflow-scrolling: auto !important;
    }

    .content_table::-webkit-scrollbar-track,
    .single .artille-content .doubleScroll-scroll-wrapper::-webkit-scrollbar-track {
        background: #fff;
        -webkit-overflow-scrolling: auto !important;
    }

    .content_table::-webkit-scrollbar-thumb,
    .single .artille-content .doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb {
        background-color: #ff9c1c;
        -webkit-overflow-scrolling: auto !important;
    }

    .content_table:root,
    .single .artille-content .doubleScroll-scroll-wrapper:root {
        scrollbar-width: thin;
        scrollbar-color: #ff9c1c #fff;
    }
}

.custom-btn-wrap {
    text-align: center;
}

.custom-btn {
    display: inline-flex;
    line-height: 1;
    max-width: 365px;
    margin: 0 auto;
    font-size: 0.625vw;
    font-weight: 600;
    padding: 0.7vw 1.8vw;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    background-color: rgb(255, 156, 28);
    border: 2px solid rgb(255, 156, 28);
    cursor: pointer;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    transition: all ease 0.3s;
    white-space: nowrap;
}
.custom-btn:hover {
    background: none;
    color: rgb(255, 156, 28);
}

.section3 .custom-btn {
    margin-top: -3vw;
    margin-bottom: 2vw;
}

.section4 .custom-btn {
    margin-top: 2vw;
}

@media (max-width: 1199px) {
    .custom-btn-wrap {
        padding: 20px;
    }

    .custom-btn {
        font-size: 12px;
        padding: 10px 15px;
    }

    .section3 .custom-btn {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .section4 .custom-btn {
        margin-top: 20px;
    }

    @media (max-width: 767px) {
        .section3 .custom-btn {
            margin-bottom: 0;
        }
    }
}

.cource-choice .owl-stage-outer {
    max-width: 100%;
    overflow: hidden;
}
.cource-choice .owl-stage {
    margin: 0 auto;
}
.cource-choice .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    cursor: pointer;
}

.cource-choice li {
    width: 100%;
    max-width: 100%;
}
.cource-choice {
    position: relative;
}

@media (max-width: 767px) {
    .cource-choice .owl-nav {
        padding: 0 5px;
    }
    .cource-choice {
        overflow-x: hidden !important;
        overflow-y: hidden;
        width: 100% !important;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
}

#wpadminbar {
    display: none !important;
}



@media (min-width: 1200px) {
    .header:not(.sticky) .header-menu__bottom-benue {
        margin-top: 2.9vw;
    }
    .header:not(.sticky) .top-block {
        position: absolute;
        right: 1vw;
        top: 1.3020833333333333vw;
        width: fit-content;
        width: 50vw;
    }
    .header:not(.sticky) .top-block {
        position: absolute;
        right: 1vw;
        top: 1.3020833333333333vw;
        width: fit-content;
        width: 50vw;
        z-index: 100;
        text-transform: uppercase;
    }

    .header:not(.sticky) .bottom-block {
        margin-top: 3.125vw;
    }

    .header:not(.sticky) .phone-num__enter svg {
        margin-right: 0.2vw;
    }
    .header:not(.sticky) .phone-num__enter {
        display: flex;
        align-items: center;
    }
}
.header .phone-num__enter svg path{
  fill: black;
}
.header .top-block .phone-num:not(:first-child) {
    margin-left: 2.4vw;
}
.header .lang-switcher{
    margin-left: 2.4vw;
}
@media (max-width: 1200px) {
   /*  .header .phone-num__enter svg {
        width: 20px;
        height: 20px;
    } */
   /*  .header .phone-num__enter svg {
        margin: 0 1.09375vw;
    } */
    .header .top-block .phone-num:not(:first-child) {
        margin-left: 1.4vw;
    }
    .header .lang-switcher{
        margin-left: 11px;
    }
}
@media (max-width: 991px) {
    .header .phone-num__enter a {
        background: unset !important;
      /*   margin: 0 1.2vw; */
       /*  margin-right: calc(21px + 0.5vw); */
        width: 22px !important;
        height: 22px !important;
    }
    .header .top-block .phone-num:not(:first-child){
        margin-left: 1vw;
    }
    .header .phone-num__enter svg:not(.small-767-disable) {
        display: block !important;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .header .phone-num:not(.phone-num__enter) a{
        background-image: none!important;
        width: 24px;
        height: 24px;
    }
    .header .phone-num a svg{
        display: block!important;
        width: 100%;
        height: 100%;
    }
    .phone-num-link a{
        background: unset !important;
        display: inline-block;
        width: unset!important;
        height: unset!important;
    }
    .phone-num-link a span{
       display: block!important;
       font-size: 28px;
       line-height: 1;
       font-weight: 800;
       width: 100%;
       height: 100%;
       padding-bottom: 3px;
    }
}
@media (max-width: 567px) {
    .header .modal-btn {
        width: 160px;
    }
    .header .top-block .phone-num:not(:first-child){
        margin-left: 10px;
    }
}
.footer{
background-color: #4CBBE9;
padding-top: 1vw;
margin-top:2.1875vw ;
}
.footer .phone-num {
    margin-bottom: 1.3020833333333333vw;
    padding: 0.5vw;
}
.footer .phone-num svg {
    margin-right: 0.2vw;
}
.footer .phone-num svg path{
   fill: white;
}

@media (max-width: 1200px) {
    .footer .phone-num__enter svg {
        margin: 0;
        margin-right: 0.3vw;
     /*    width: 14px;
        height: 14px; */
    }
}
@media (max-width: 991px) {
    .footer .phone-num__enter svg {
        margin: 0;
        margin-right: 3px;
      
    }
    .phone-num__enter{
        display: inline-flex;
        justify-content: flex-end;
       
    }
}
@media (max-width: 767px) {
    .footer .phone-num {
        margin: 0 10px 5px 10px !important;
        padding: 0;
    }
    .footer .phone-num a{
     
        padding: 0 7px;
    }
}
/* @media (max-width: 767px) {
    .footer .phone-num__enter {
        padding-left: 33px;
    }
} */
@media (min-width: 1201px) {
    .big-1200-disable {
        display: none !important;
    }
}
@media (max-width: 1200px) {
    .small-1200-disable {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .big-992-disable {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .small-992-disable {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .big-767-disable {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .small-767-disable {
        display: none !important;
    }
}
