@font-face {
    font-family: 'GothamPro';
    src: url("../fonts/GothamPro.eot#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamPro-Medium';
    src: url("../fonts/GothamPro-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamProBold';
    src: url("../fonts/GothamProBold.eot#iefix") format("embedded-opentype"), url("../fonts/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamProBlack';
    src: url("../fonts/GothamProBlack.eot#iefix") format("embedded-opentype"), url("../fonts/GothamProBlack.woff") format("woff"), url("../fonts/GothamProBlack.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

.parners_text{
    font-size: 16px;
    font-family: GothamPro;
}

.parners_text > a{
    color: blue;
}

.alert-sub {
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: block;
    text-decoration: none;
    padding: 16px 0;
    width: 446px;
    height: 130px;
    background-color: white;
    border-radius: 27px;
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    z-index: 999;
    color: #303036;
    box-shadow: 0px 0px 30px #a9a4a4;
}

.alert-sub-stay{
    display: block;
    text-decoration: none;
    padding: 16px 0;
    width: 550px;
    height: 130px;
    background-color: white;
    border-radius: 27px;
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    z-index: 999;
    color: #303036;
    box-shadow: 0px 0px 30px #a9a4a4;
    margin-bottom: 10px;
}


@keyframes blinker {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 255, 0, 0);
    }
}

@-webkit-keyframes blinker {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 255, 0, 0);
    }
}

.green-button {
    background: #10BE67;
    box-shadow: 0px 4px 20px rgba(185, 174, 230, 0.8);
    border-radius: 52px;
    width: 270px;
    text-align: center;
    height: 52px;
    color: #fff;
    font-size: 16px;
    font-family: GothamPro;
    border: 0;
    cursor: pointer;
    margin: 15px auto;
}

.modal-subscribe {
    width: 100%;
}

.modal-subscribe-header {
    padding: 20px 30px;
}

.text1 {
    font-family: GothamProBold;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 100%;
    color: #0A0A0A;
    padding-bottom: 10px;
}

.text2 {
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #0A0A0A;
}

.text-decor {
    display: flex;
    height: 35px;
    margin-top: 10px;
}

.text3 {
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #7D7D8E;
    align-items: flex-end;
    display: flex;
}

.text4 {
    padding-left: 5px;
    padding-right: 5px;
    font-family: GothamPro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #F86D70;
    text-decoration: line-through;
    align-items: flex-end;
    display: flex;
}

.text5 {
    font-family: GothamProBold;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    color: #5050E9;
    padding-left: 5px;
}

.text6 {
    font-family: GothamProBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #5050E9;
}

.text7 {
    font-family: GothamPro;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    padding-left: 8px;
}

.img-sub {
    width: 250px;
}

.modal-subscribe-body {
    display: flex;
    background: #F3F3FD;
}

.description-sub {
    width: 430px;
    margin: auto;
}

.description-sub1 {
    display: flex;
}

.input-sub {
    font-size: 18px;
    height: 40px;
    padding: 0 40px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 18px;
    margin-top: 15px;
    width: 420px;
}

.agreement1 {
    font-family: GothamPro;
    font-size: 13px;
    color: #7D7D8E;
    margin-top: 10px;
}

.send-application {
    margin-top: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    background: #10BE67;
    border-radius: 52px;
    cursor: pointer;
}

.send-application:hover {
    transition: 0.5s;
    background: #009c4e;
}

.green-button:hover {
    transition: 0.5s;
    background: #009c4e;
}

.red-borders {
    border: 1px solid red !important;
}

.close-aplication-form {
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    height: 47px;
    cursor: pointer;
    background: url('../images/cross.svg') no-repeat left bottom;
    background-size: 16px;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, td img {
    vertical-align: top;
}

input, select, button, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    height: 100% !important;
    overflow-y: scroll !important;
    margin-right: 0 !important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 1.4;
    font-size: 14px;
    color: #000;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: red;
}

body input:required:valid,
body textarea:required:valid {
    color: green;
}

input, select, button, textarea {
    font-family: inherit;
    outline: none;
}

label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
    outline: none;
}

a {
    color: #000;
}

a, input, button, a img, textarea {
    -webkit-transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s;
    -o-transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s;
    -moz-transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s;
    transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s;
    outline: none;
}

a:hover, a:focus, input:hover, input:focus, button:hover, button:focus, a img:hover, a img:focus, textarea:hover, textarea:focus {
    outline: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.wrapper {
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

svg {
    -webkit-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    -o-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    -moz-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
}

svg path, svg rect {
    -webkit-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    -o-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    -moz-transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
    transition: fill 0.5s, stroke 0.5s, opacity 0.5s;
}

.header__nav .menu, .salary__zp, .invitation__formBox .valid_icon, .trainingScheme__arrowBox, .notificationModal ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrapp--strech {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wrapp, .header__userStat, .lessonPage__chat .teacherText, .lessonPage__chat .studentText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.itemRow--fs, .header__nav .menu > li > ul, .coursesShop__sortBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.column_vc, .courseProgram__acc .accordion-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.column_cc, .lessonPage__buyCourse, .enterPage, .youGetting__formBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul, ol {
    list-style-type: none;
}

.after-you-can {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
    color: #303036;
    margin: 92px 0 48px 0;
}

.you-block {
    display: flex;
    flex-wrap: wrap;
}

.you-can-item {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 16px;
    line-height: 22px;
    color: #303036;
    margin-bottom: 39px;
}

.green-tick {
    min-width: 43px;
    min-height: 43px;
    display: inline-block;
    background: url('../images/green-tick.svg') no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.pay-button {
    margin: 30px auto;
    width: 355px;
    min-height: 52px;
    background: #10BE67;
    box-shadow: 0px 4px 20px rgba(185, 174, 230, 0.8);
    border-radius: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 20px;
}

.pay-button:hover {
    transition: 0.5s;
    background: #009c4e;
}

.pay-button span {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: GothamPro;
    margin: 8px 0;
}

.wrapp--fs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon, .text, .iconBox {
    display: inline-block;
    vertical-align: middle;
}

.tt {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.text-right {
    text-align: right;
}

.alignright {
    display: block;
    float: right;
}

.alignleft {
    float: left;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 700;
}

.f_bold, strong {
    font-weight: 700;
}

@media (min-width: 1230px) {
    .container {
        width: 1230px;
    }
}

.padding_main {
    padding-top: 70px;
}

@media (min-height: 1080px) {
    .padding_main {
        padding-top: 140px;
    }
}

.main_title {
    position: relative;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 40px;
}

@media (min-width: 1920px) and (min-height: 1080px) {
    .main_title {
        font-size: 44px;
        margin-bottom: 65px;
    }
}

@media (max-width: 767px) {
    img {
        display: none;
    }

    .borderMobile {
        border-radius: 0;
    }

    .text7 {
        padding-left: 0;
        margin: 0 28px;
    }

    .alert-sub {
        font-size: 12px;
        display: grid;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 95px;
        margin: 8px auto 0;
        border-radius: 0;
    }

    .green-button {
        height: 41px;
        margin: 10px auto;
    }

    .text1 {
        font-size: 24px;
    }

    .description-sub {
        width: 100%;
    }

    .input-sub {
        width: 80%;
        margin: 10px auto 0 auto;
        display: flex;
    }

    .send-application {
        width: 80%;
        margin: 10px auto 0 auto;
        display: flex;
    }

    .agreement1 {
        font-size: 10px;
        width: 90%;
        display: flex;
        margin: 0 auto;
    }

    .main_title {
        font-size: 27px;
    }
}

@media (max-width: 374px) {
    .main_title {
        font-size: 24px;
    }
}

.main_title:first-letter {
    text-transform: uppercase;
}

.main_btn {
    position: relative;
    padding: 0 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    display: inline-block;
    height: 50px;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    min-width: 210px;
    z-index: 1;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#75bded), to(#7656f7));
    background: -webkit-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -moz-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -o-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: linear-gradient(to bottom, #75bded 0%, #7656f7 100%);
}

.main_btn.red {
    background: -webkit-gradient(linear, left top, left bottom, from(red), to(#7656f7));
    background: -webkit-linear-gradient(top, red 0%, #7656f7 100%);
    background: -moz-linear-gradient(top, red 0%, #7656f7 100%);
    background: -o-linear-gradient(top, red 0%, #7656f7 100%);
    background: linear-gradient(to bottom, red 0%, #7656f7 100%);
}

.main_btn.admin {
    display: inline-block;
    margin: 5px;
}

.btnAdminPanel {
    margin-bottom: 20px;
    margin-left: -5px;
}

#vk_send_message {
    margin-top: 8px;
}

@media (max-width: 374px) {
    .main_btn {
        padding: 0 10px;
    }
}

.main_btn:hover:before {
    opacity: 1;
}

.main_btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7656f7), to(#75bded));
    background: -webkit-linear-gradient(top, #7656f7 0%, #75bded 100%);
    background: -moz-linear-gradient(top, #7656f7 0%, #75bded 100%);
    background: -o-linear-gradient(top, #7656f7 0%, #75bded 100%);
    background: linear-gradient(to bottom, #7656f7 0%, #75bded 100%);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    z-index: -1;
}

.main_btn span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.header, .header--shadow {
    padding: 20px 0;
}

@media (min-height: 1080px) {
    .header, .header--shadow {
        padding: 30px 0;
    }
}

@media (max-width: 767px) {
    .header, .header--shadow {
        padding: 15px 0;
    }
}

.header--shadow {
    border-bottom: 1px solid #ebebeb;
}

.header__wrapp {
    position: relative;
}

@media (max-width: 699px) {
    .header__wrapp {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.header__logoBox {
    font-size: 13px;
    line-height: 1.2;
}

.header__logoBox img {
    width: 160px;
}

@media (max-width: 567px) {
    .header__logoBox {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

.header__logoBox img {
    margin-right: 20px;
}

@media (max-width: 567px) {
    .header__logoBox img {
        margin: 10px auto 0 auto;
        display: block;
    }
}

@media (max-width: 349px) {
    .header__logoBox img {
        max-width: 180px;
    }
}

@media (max-width: 567px) {
    .header__logoBox .text br {
        display: none;
    }
}

.header__nav {
    font-weight: 700;
}

@media (max-width: 1199px) {
    .header__nav.noHide {
        display: block;
    }

    .header__nav {
        display: none;
    }
}

.header__nav .menu > li {
    margin-right: 25px;
    position: relative;
    padding: 10px 0;
}

.header__nav .menu > li:hover > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.header__nav .menu > li:last-child {
    margin-right: 0;
}

.header__nav .menu > li a:hover {
    color: #767df4;
}

.header__nav .menu > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 20px 25px;
    width: 370px;
    z-index: 10;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: 0.35s;
    -moz-animation-duration: 0.35s;
    -o-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
}

.header__nav .menu > li > ul li {
    margin-bottom: 20px;
    width: 50%;
}

.header__nav .menu > li > ul li:last-child {
    margin-bottom: 0;
}

.header__contactBox {
    text-align: right;
    margin-top: -3px;
}

@media (max-width: 567px) {
    .header__contactBox {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
}

.header__contactBox .tel {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 699px) {
    .header__userStat {
        width: 100%;
        padding-top: 15px;
        margin-bottom: 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 567px) {
    .header__userStat {
        padding-top: 0;
    }
}

.header__userStat li {
    margin-right: 30px;
}

.header__userStat li:last-child {
    margin-right: 0;
}

.header__icon, .header__icon--diamond, .header__icon--play, .header__icon--star {
    position: relative;
}

.header__icon--diamond {
    background-image: url(../images/sprite.png);
    background-position: -182px -117px;
    width: 24px;
    height: 21px;
}

.header__icon--play {
    background-image: url(../images/sprite.png);
    background-position: -207px -88px;
    width: 18px;
    height: 21px;
}

.header__icon--star {
    background-image: url(../images/sprite.png);
    background-position: -206px -117px;
    width: 21px;
    height: 21px;
}

.header__userBox > li {
    position: relative;
}

.header__userBox > li:hover > ul {
    display: block;
}

.header__userBox > li > a {
    font-weight: 700;
    position: relative;
    display: block;
    padding-right: 30px;
}

.header__userBox > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 5px solid #4a4a4a;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-top: -2.5px;
}

.header__userBox > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 20px;
    width: 150px;
    z-index: 10;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-duration: 0.35s;
    -moz-animation-duration: 0.35s;
    -o-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
    text-align: right;
    font-weight: 700;
}

.header__userBox > li > ul li {
    margin-bottom: 15px;
}

.header__userBox > li > ul li:last-child {
    margin-bottom: 0;
}

.mainDirections {
    padding-top: 50px;
}

@media (min-height: 1080px) {
    .mainDirections {
        padding-top: 70px;
    }
}

.mainDirections__row {
    margin: -50px -25px 0;
}

@media (max-width: 1199px) {
    .mainDirections__row {
        margin: -30px -15px 0;
    }
}

.mainDirections__row > div {
    padding: 0 25px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .mainDirections__row > div {
        margin-top: 30px;
        padding: 0 15px;
    }
}

@media (max-width: 499px) {
    .mainDirections__row > div {
        width: 100%;
    }
}

.mainDirections__item {
    min-height: 500px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.mainDirections__item .imgBox {
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 200px;
    position: relative;
}

.mainDirections__item .imgBox .infoBox {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
}

@media (max-width: 1199px) {
    .mainDirections__item .imgBox .infoBox {
        position: absolute;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}

.mainDirections__item .textBox {
    padding: 35px 30px;
}

@media (max-width: 1199px) {
    .mainDirections__item .textBox {
        padding: 25px 10px;
    }
}

.mainDirections__item h3 {
    font-size: 16px;
    margin-bottom: 25px;
}

.mainDirections__item .descr {
    margin-bottom: 30px;
}

.mainDirections__item .sale_coast {
    font-size: 16px;
    margin-bottom: 5px;
}

.mainDirections__item .coast {
    /*color: #c7c6c6;*/
    color: #df3131;
    text-decoration: line-through;
}

.mainDirections__item .moreBox {
    margin-top: -10px;
}

@media (max-width: 1199px) {
    .mainDirections__item .moreBox {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.mainDirections__item .moreBox > a, .mainDirections__item .moreBox > div {
    margin-top: 10px;
}

.mainDirections__item .main_btn {
    min-width: 180px;
}

@media (max-width: 1199px) {
    .mainDirections__item .main_btn {
        min-width: 155px;
    }
}

.mainDirections__icon, .mainDirections__icon--time {
    position: relative;
}

.mainDirections__icon--time {
    background-image: url(../images/sprite.png);
    background-position: -135px -94px;
    width: 18px;
    height: 18px;
}

.salary__wrapp {
    margin-top: -30px;
}

.salary__wrapp > img, .salary__wrapp > div {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .salary img {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .salary img {
        display: none;
    }
}

.salary__textBox {
    padding-left: 80px;
    max-width: 50%;
}

@media (max-width: 991px) {
    .salary__textBox {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .salary__textBox {
        max-width: 100%;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
}

.salary__textBox .info {
    font-size: 16px;
    margin-bottom: 30px;
}

@media (min-height: 1080px) {
    .salary__textBox .info {
        margin-bottom: 50px;
    }
}

.salary__zp {
    width: 345px;
    height: 85px;
    text-align: center;
    border: 1px solid #000;
    font-size: 32px;
    padding: 0 10px;
    position: relative;
    font-weight: 700;
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .salary__zp {
        width: 100%;
    }
}

@media (max-width: 413px) {
    .salary__zp {
        font-size: 26px;
    }
}

.salary__zp:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 1px;
    height: 45px;
    background: #000;
    margin-bottom: 20px;
}

.whyUs {
    padding-top: 70px;
}

@media (min-height: 1080px) {
    .whyUs {
        padding-top: 140px;
    }
}

.whyUs__row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.whyUs__item {
    width: 30%;
}

@media (max-width: 1199px) {
    .whyUs__item {
        width: 33.33333333%;
    }
}

@media (max-width: 991px) {
    .whyUs__item {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .whyUs__item br {
        display: none;
    }
}

.whyUs__item .textBox {
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: calc(100% - 125px);
    position: relative;
    padding-top: 75px;
}

@media (max-width: 413px) {
    .whyUs__item .textBox {
        width: -webkit-calc(100% - 85px);
        width: -moz-calc(100% - 85px);
        width: calc(100% - 85px);
    }
}

.whyUs__item .textBox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 45px;
    background: #000;
}

.whyUs__item h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.whyUs__item p {
    line-height: 1.8;
}

.whyUs__icon, .whyUs__icon--first, .whyUs__icon--second, .whyUs__icon--third, .whyUs__icon--fourth, .whyUs__icon--fifth, .whyUs__icon--sixth, .whyUs__icon--seventh, .whyUs__icon--eighth {
    position: relative;
    margin-right: 50px;
}

@media (max-width: 413px) {
    .whyUs__icon, .whyUs__icon--first, .whyUs__icon--second, .whyUs__icon--third, .whyUs__icon--fourth, .whyUs__icon--fifth, .whyUs__icon--sixth, .whyUs__icon--seventh, .whyUs__icon--eighth {
        margin-right: 10px;
    }
}

.whyUs__icon--first {
    background-image: url(../images/sprite.png);
    background-position: -135px -47px;
    width: 44px;
    height: 47px;
}

.whyUs__icon--second {
    background-image: url(../images/sprite.png);
    background-position: -69px 0px;
    width: 66px;
    height: 39px;
}

.whyUs__icon--third {
    background-image: url(../images/sprite.png);
    background-position: -182px 0px;
    width: 45px;
    height: 45px;
}

.whyUs__icon--fourth {
    background-image: url(../images/sprite.png);
    background-position: 0px -118px;
    width: 51px;
    height: 41px;
}

.whyUs__icon--fifth {
    background-image: url(../images/sprite.png);
    background-position: -182px -45px;
    width: 43px;
    height: 43px;
}

.whyUs__icon--sixth {
    background-image: url(../images/sprite.png);
    background-position: 0px -69px;
    width: 49px;
    height: 49px;
}

.whyUs__icon--seventh {
    background-image: url(../images/sprite.png);
    background-position: -49px -69px;
    width: 51px;
    height: 44px;
}

.whyUs__icon--eighth {
    background-image: url(../images/sprite.png);
    background-position: -135px 0px;
    width: 47px;
    height: 47px;
}

.reviews__slider {
    padding-bottom: 95px;
}

.reviews__slider .slick-slide {
    width: -webkit-calc((1200px - 685px) / 3);
    width: -moz-calc((1200px - 685px) / 3);
    width: calc((1200px - 685px) / 3);
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}

@media (max-width: 1199px) {
    .reviews__slider .slick-slide {
        width: -webkit-calc((970px - 400px) / 2);
        width: -moz-calc((970px - 400px) / 2);
        width: calc((970px - 400px) / 2);
    }
}

@media (max-width: 991px) {
    .reviews__slider .slick-slide {
        width: 50%;
    }
}

.reviews__slider .slick-slide:hover .playBox {
    opacity: 1;
    z-index: 1;
}

.reviews__slider .slick-slide.slick-current {
    width: 685px;
}

@media (max-width: 1199px) {
    .reviews__slider .slick-slide.slick-current {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .reviews__slider .slick-slide.slick-current {
        width: 50%;
    }
}

.reviews__slider .slick-slide.slick-current:hover .playBox {
    opacity: 1;
    z-index: -1;
}

.reviews__slider .slick-prev, .reviews__slider .slick-next {
    display: block;
    position: absolute;
    bottom: 0;
    border: 1px solid #000;
    text-indent: -9999px;
    z-index: 10;
    background-color: transparent;
    width: 40px;
    height: 40px;
}

.reviews__slider .slick-prev:hover, .reviews__slider .slick-next:hover {
    opacity: .7;
}

.reviews__slider .slick-prev:before, .reviews__slider .slick-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images/sprite.png);
    background-position: -125px -69px;
    width: 10px;
    height: 18px;
    margin-left: -5px;
    margin-top: -9px;
}

.reviews__slider .slick-prev {
    right: 55px;
}

.reviews__slider .slick-prev:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.reviews__slider .slick-next {
    right: 0;
}

.reviews__item {
    -moz-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    height: 430px;
}

@media (max-width: 767px) {
    .reviews__item {
        height: 300px;
    }
}

.reviews__item .playBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: rgba(0, 0, 0, 0.76);
    z-index: -1;
}

.reviews__item .playBox:before {
    content: '';
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 69px;
    height: 69px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -34.5px;
    margin-top: -34.5px;
}

.ourClients__wrapp {
    margin: -30px -15px 0;
}

@media (max-width: 991px) {
    .ourClients__wrapp {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.ourClients__wrapp > div {
    padding: 0 15px;
    margin-top: 30px;
}

.ourClients__imgBox {
    height: 75px;
    line-height: 75px;
}

.ourClients__imgBox img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.contacts {
    padding-bottom: 45px;
}

@media (min-height: 1080px) {
    .contacts {
        padding-bottom: 90px;
    }
}

.contacts__info {
    width: 30%;
    padding-top: 125px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .contacts__info {
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0;
    }
}

.contacts__info ul li {
    margin-bottom: 30px;
}

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

.contacts__info ul li .tel {
    font-size: 20px;
    font-weight: 700;
}

.contacts__info ul li p {
    line-height: 1.6;
}

.contacts__info ul li strong {
    font-size: 16px;
}

.contacts__title {
    font-size: 16px;
    padding-bottom: 55px;
    margin-bottom: 20px;
    position: relative;
}

.contacts__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 45px;
    background: #000;
}

.contacts__mapBox {
    width: 70%;
}

@media (max-width: 767px) {
    .contacts__mapBox {
        width: 100%;
    }
}

.contacts__mapBox .map {
    height: 440px;
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .contacts__mapBox .map {
        height: 300px;
    }
}

.contacts__mapBox .description {
    padding-top: 135px;
    position: relative;
    line-height: 1.6;
}

.contacts__mapBox .description:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 95px;
    background: #000;
}

.footer {
    padding: 30px 0;
}

@media (min-height: 1080px) {
    .footer {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 20px 0;
    }
}

.smmPage, .smmPage--online {
    font-family: "GothamPro-Medium";
    position: relative;
}

.smmPage--online .invitation__formBox .main_btn {
    width: 260px;
}

.smmPage__banner .main_title {
    max-width: 530px;
}

.smmPage__banner {
    overflow: hidden;
}

@media (max-width: 767px) {
    .smmPage__banner {
        padding-top: 30px;
        text-align: center;
    }
}

.smmPage__banner .main_btn {
    min-width: 345px;
}

@media (max-width: 413px) {
    .smmPage__banner .main_btn {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .smmPage__banner > .wrapp {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.smmPage__banner__s {
    font-size: 760px;
    line-height: 565px;
    position: relative;
}

@media (min-height: 1080px) {
    .smmPage__banner__s {
        font-size: 860px;
        line-height: 645px;
    }
}

@media (max-width: 1199px) {
    .smmPage__banner__s {
        font-size: 540px;
        line-height: 400px;
    }
}

@media (max-width: 991px) {
    .smmPage__banner__s {
        font-size: 470px;
        line-height: 350px;
    }
}

@media (max-width: 767px) {
    .smmPage__banner__s {
        display: none !important;
    }
}

.smmPage__banner__s span {
    position: absolute;
    bottom: 155px;
    left: -85px;
    font-weight: 700;
    line-height: 1;
}

@media (min-height: 1080px) and (min-width: 1920px) {
    .smmPage__banner__s span {
        left: -120px;
    }
}

@media (max-width: 1199px) {
    .smmPage__banner__s span {
        bottom: 100px;
    }
}

@media (max-width: 991px) {
    .smmPage__banner__s span {
        font-size: 26px;
        left: -40px;
        bottom: 90px;
    }
}

.smmPage__row {
    margin: -30px -15px 0;
}

.smmPage__row > div {
    margin-top: 30px;
    padding: 0 15px;
}

.invitation .container > .smmPage__row > div:first-child {
    width: 45%;
}

@media (max-width: 991px) {
    .invitation .container > .smmPage__row > div:first-child {
        width: 100%;
    }
}

.invitation__videoBox {
    display: block;
    position: relative;
    height: 390px;
}

.invitation__videoBox .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-background-size: cover !important;
    background-size: cover !important;
}

.invitation__videoBox .play {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 69px;
    height: 69px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.invitation__content {
    width: 55%;
}

@media (max-width: 991px) {
    .invitation__content {
        width: 100%;
    }
}

.invitation__content .titleBox {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: right;
}

.invitation__content .titleBox h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media (max-width: 1199px) {
    .invitation__content .titleBox h2 {
        font-size: 21px;
    }
}

@media (max-width: 567px) {
    .invitation__content .titleWrapp {
        margin-bottom: 30px;
    }
}

@media (max-width: 567px) {
    .invitation__content .titleWrapp .smmPage__row > div {
        width: 100%;
    }
}

.invitation__content .titleWrapp .smmPage__row > div .titleBox {
    margin-bottom: 0;
}

.invitation__formBox .form-group {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 567px) {
    .invitation__formBox .form-group {
        width: 100%;
    }
}

.invitation__formBox .form-group:last-child {
    margin-bottom: 25px;
}

.invitation__formBox .form-group.has-success .valid_icon:before, .invitation__formBox .form-group.has-success .valid_icon:after {
    opacity: 1;
}

.invitation__formBox .form-group .help-block {
    display: none;
}

.invitation__formBox .valid_icon {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-top: -20px;
    font-size: 14px;
    color: #a09fb0;
    background: #f7f7f7;
}

.invitation__formBox .valid_icon:before, .invitation__formBox .valid_icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
}

.invitation__formBox .valid_icon:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#75bded), to(#7656f7));
    background: -webkit-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -moz-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -o-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: linear-gradient(to bottom, #75bded 0%, #7656f7 100%);
}

.invitation__formBox .valid_icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -5px;
    background-image: url(../images/sprite.png);
    background-position: -104px -39px;
    width: 16px;
    height: 10px;
}

.invitation__formBox input[type="text"], .invitation__formBox input[type="email"], .invitation__formBox input[type="tel"], .invitation__formBox input[type="password"] {
    width: 100%;
    display: block;
    border: 1px solid #e4e4e4;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 5px 9px 42px 0px rgba(43, 48, 50, 0.13);
    -moz-box-shadow: 5px 9px 42px 0px rgba(43, 48, 50, 0.13);
    box-shadow: 5px 9px 42px 0px rgba(43, 48, 50, 0.13);
    padding: 0 65px 0 35px;
    height: 50px;
}

.invitation__formBox .checkBox {
    text-align: left;
}

@media (max-width: 567px) {
    .invitation__formBox .checkBox {
        width: 100%;
        text-align: center;
    }
}

.invitation__formBox .checkBox .text {
    color: #a6a6a6;
}

@media (max-width: 413px) {
    .invitation__formBox .checkBox .text {
        width: -webkit-calc(100% - 37px);
        width: -moz-calc(100% - 37px);
        width: calc(100% - 37px);
    }
}

.invitation__formBox .checkBox .text a {
    color: #a6a6a6;
    text-decoration: underline;
}

.invitation__formBox .jq-checkbox {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ededed;
    background: #f7f7f7;
    margin-right: 20px;
}

.invitation__formBox .jq-checkbox input {
    display: none;
}

.invitation__formBox .jq-checkbox.checked .jq-checkbox__div {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px;
    height: 6px;
    background: -webkit-gradient(linear, left top, left bottom, from(#75bded), to(#7656f7));
    background: -webkit-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -moz-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -o-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: linear-gradient(to bottom, #75bded 0%, #7656f7 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.invitation__formBox .btnBox {
    margin-top: -10px;
}

.invitation__formBox .btnBox > div, .invitation__formBox .btnBox > button, .invitation__formBox .btnBox > a {
    margin-top: 10px;
}

@media (max-width: 567px) {
    .invitation__formBox .btnBox {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.invitation__formBox .main_btn {
    min-width: 210px;
}

.usefulFor__row {
    margin: -50px -25px 70px;
}

@media (max-width: 767px) {
    .usefulFor__row {
        margin: -30px -15px 0;
    }
}

.usefulFor__row > div {
    padding: 0 25px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .usefulFor__row > div {
        margin-top: 30px;
        padding: 0 15px;
    }
}

@media (max-width: 567px) {
    .usefulFor__row > div {
        width: 100%;
    }
}

.usefulFor__item p {
    line-height: 1.9;
}

.usefulFor__item {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.usefulFor__item .number {
    font-weight: 900;
    color: #ededed;
    font-size: 50px;
}

.usefulFor__item .textBox {
    width: 45%;
}

@media (max-width: 1199px) {
    .usefulFor__item .textBox {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        padding-left: 30px;
    }
}

@media (max-width: 413px) {
    .usefulFor__item .textBox {
        padding-left: 15px;
    }
}

.usefulFor__item h3 {
    font-size: 20px;
    color: #353535;
    margin-bottom: 15px;
}

.afterCourses {
    position: relative;
    margin-top: 70px;
    z-index: 1;
}

@media (min-height: 1080px) {
    .afterCourses {
        margin-top: 140px;
    }
}

.afterCourses .main_title {
    margin-bottom: 80px;
}

@media (max-width: 1599px) {
    .afterCourses .main_title {
        padding-right: 90px;
    }
}

@media (min-height: 1080px) {
    .afterCourses .main_title {
        margin-bottom: 115px;
    }
}

@media (max-width: 1199px) {
    .afterCourses .main_title {
        padding-right: 0;
        margin-bottom: 45px;
    }
}

.afterCourses .smmPage__row {
    margin-top: -110px;
}

@media (max-width: 1199px) {
    .afterCourses .smmPage__row {
        margin-top: -70px;
    }
}

@media (max-width: 767px) {
    .afterCourses .smmPage__row {
        margin-top: -40px;
    }
}

.afterCourses .smmPage__row > div {
    margin-top: 110px;
}

@media (max-width: 1199px) {
    .afterCourses .smmPage__row > div {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .afterCourses .smmPage__row > div {
        width: 50%;
        margin-top: 40px;
    }
}

@media (max-width: 499px) {
    .afterCourses .smmPage__row > div {
        width: 100%;
    }
}

.afterCourses__item p {
    font-size: 17px;
    font-weight: 700;
    padding-left: 30px;
    position: relative;
}

@media (max-width: 1199px) {
    .afterCourses__item p {
        font-size: 15px;
    }
}

.afterCourses__item p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/sprite.png);
    background-position: -111px -69px;
    width: 14px;
    height: 22px;
}

.afterCourses__arrowBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (min-width: 1600px) {
    .afterCourses__arrowBox {
        display: block;
    }
}

@media (max-width: 1199px) {
    .afterCourses__arrowBox {
        display: none;
    }
}

.afterCourses__arrowBox img {
    display: block;
    width: 235px;
}

@media (min-width: 1600px) {
    .afterCourses__arrowBox img {
        width: 300px;
    }
}

@media (min-width: 1920px) {
    .afterCourses__arrowBox img {
        width: auto;
    }
}

.trainingScheme, .trainingScheme--top {
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1600px) {
    .trainingScheme--top {
        padding-top: 100px;
    }
}

@media (min-height: 1080px) {
    .trainingScheme, .trainingScheme--top {
        margin-top: 180px;
    }
}

@media (max-width: 1199px) {
    .trainingScheme, .trainingScheme--top {
        margin-top: 50px;
    }
}

.trainingScheme .wrapp, .trainingScheme--top .wrapp {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .trainingScheme img, .trainingScheme--top img {
        display: none;
    }
}

.trainingScheme__content {
    padding-top: 120px;
}

@media (max-width: 1199px) {
    .trainingScheme__content {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    .trainingScheme__content br {
        display: none;
    }
}

.trainingScheme__content ul {
    padding-left: 240px;
}

@media (max-width: 1199px) {
    .trainingScheme__content ul {
        padding-left: 0;
    }
}

.trainingScheme__content ul li {
    position: relative;
    padding: 0 0 70px 70px;
    margin-bottom: 30px;
}

.trainingScheme__content ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 70px;
    background-image: url(../images/sprite.png);
    background-position: -100px -69px;
    width: 11px;
    height: 37px;
}

.trainingScheme__content ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

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

.trainingScheme__content ul .number {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 50px;
    font-weight: 900;
}

.trainingScheme__content ul h3 {
    color: #353535;
    font-size: 16px;
}

.trainingScheme__content ul p {
    padding-top: 5px;
    line-height: 1.6;
}

.trainingScheme__arrowBox {
    position: absolute;
    top: 120px;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (min-width: 1600px) {
    .trainingScheme__arrowBox {
        display: block;
    }
}

@media (max-width: 1199px) {
    .trainingScheme__arrowBox {
        display: none;
    }
}

.trainingScheme__arrowBox img {
    display: block;
    width: 200px;
}

@media (min-width: 1600px) {
    .trainingScheme__arrowBox img {
        width: 380px;
    }
}

@media (min-width: 1920px) {
    .trainingScheme__arrowBox img {
        width: auto;
    }
}

.courseProgram {
    padding-top: 50px;
}

@media (min-height: 1080px) {
    .courseProgram {
        padding-top: 180px;
    }
}

.courseProgram__acc > div {
    background: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 16px 0px rgba(43, 48, 50, 0.18);
    -moz-box-shadow: 0px 1px 16px 0px rgba(43, 48, 50, 0.18);
    box-shadow: 0px 1px 16px 0px rgba(43, 48, 50, 0.18);
}

.courseProgram__acc > div:last-child {
    margin-bottom: 0;
}

.courseProgram__acc .accordion-header {
    min-height: 100px;
    padding: 15px 50px 15px 30px;
    cursor: pointer;
    position: relative;
}

@media (max-width: 567px) {
    .courseProgram__acc .accordion-header {
        padding-left: 10px;
    }
}

.courseProgram__acc .accordion-header.active-header:before {
    opacity: 1;
}

.courseProgram__acc .accordion-header.active-header:after {
    opacity: 0;
}

.courseProgram__acc .accordion-header:after, .courseProgram__acc .accordion-header:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    background-image: url(../images/sprite.png);
    background-position: -207px -109px;
    width: 20px;
    height: 5px;
    margin-top: -2.5px;
}

.courseProgram__acc .accordion-header:before {
    opacity: 0;
    background-image: url(../images/sprite.png);
    background-position: -88px -39px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
}

.courseProgram__acc .accordion-content {
    display: none;
    padding: 0 30px 20px;
}

@media (max-width: 567px) {
    .courseProgram__acc .accordion-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.courseProgram__acc .accordion-content .textBox {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .courseProgram__acc .accordion-content .textBox {
        padding-right: 0;
    }
}

@media (max-width: 699px) {
    .courseProgram__acc .accordion-content .smmPage__row > div {
        width: 100%;
    }
}

@media (max-width: 699px) {
    .courseProgram__acc .accordion-content .imgBox {
        text-align: center;
    }
}

.courseProgram__acc .accordion-content img {
    display: inline-block;
    vertical-align: top;
    max-height: 200px;
    width: 100%;
    object-fit: cover;
}

.ourTeacher .container {
    position: relative;
}

.ourTeacher .main_title {
    position: absolute;
    top: 80px;
    left: 15px;
    z-index: 101;
}

@media (max-width: 1199px) {
    .ourTeacher .main_title {
        position: static;
    }
}

@media (max-width: 767px) {
    .ourTeacher__slider {
        padding-bottom: 85px;
    }
}

.ourTeacher__slider .wrapp {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 991px) {
    .ourTeacher__slider .wrapp {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .ourTeacher__slider .wrapp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.ourTeacher__slider .wrapp > div:first-child {
    width: 30%;
}

@media (max-width: 991px) {
    .ourTeacher__slider .wrapp > div:first-child {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .ourTeacher__slider .wrapp > div:first-child {
        width: 100%;
    }
}

.ourTeacher__slider .wrapp > div:last-child {
    width: 70%;
}

@media (max-width: 991px) {
    .ourTeacher__slider .wrapp > div:last-child {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .ourTeacher__slider .wrapp > div:last-child {
        width: 100%;
    }
}

.ourTeacher__slider .textBox {
    padding-bottom: 85px;
}

@media (max-width: 767px) {
    .ourTeacher__slider .textBox {
        padding-bottom: 0;
    }
}

.ourTeacher__slider .quote {
    line-height: 2;
    position: relative;
    padding-bottom: 65px;
    margin-bottom: 30px;
}

.ourTeacher__slider .quote:after {
    content: '"';
    position: absolute;
    bottom: -20px;
    left: 0;
    font-style: italic;
    font-family: 'Corbel', sans-serif;
    font-size: 54px;
    line-height: 35px;
}

.ourTeacher__slider h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.ourTeacher__slider .slick-prev, .ourTeacher__slider .slick-next {
    display: block;
    position: absolute;
    bottom: 0;
    border: 1px solid #000;
    text-indent: -9999px;
    z-index: 10;
    background-color: transparent;
    width: 40px;
    height: 40px;
}

.ourTeacher__slider .slick-prev:hover, .ourTeacher__slider .slick-next:hover {
    opacity: .7;
}

.ourTeacher__slider .slick-prev:before, .ourTeacher__slider .slick-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../images/sprite.png);
    background-position: -125px -69px;
    width: 10px;
    height: 18px;
    margin-left: -5px;
    margin-top: -9px;
}

.ourTeacher__slider .slick-prev {
    left: 0;
}

.ourTeacher__slider .slick-prev:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ourTeacher__slider .slick-next {
    left: 40px;
}

.enrolment {
    padding: 35px 0;
    position: relative;
    background: #fbfbfb;
    margin-top: 75px;
    z-index: 1;
    overflow: hidden;
}

@media (min-height: 1080px) {
    .enrolment {
        margin-top: 140px;
    }
}

.enrolment__wrapp > div:first-child {
    width: 62%;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .enrolment__wrapp > div:first-child {
        width: 100%;
        padding-right: 0;
    }
}

.enrolment__wrapp > div:last-child {
    width: 38%;
}

@media (max-width: 767px) {
    .enrolment__wrapp > div:last-child {
        display: none;
    }
}

.enrolment .invitation__formBox .form-group {
    width: 90%;
}

@media (max-width: 767px) {
    .enrolment .invitation__formBox .form-group {
        width: 100%;
    }
}

.enrolment .invitation__formBox form {
    padding-left: 80px;
}

@media (max-width: 1199px) {
    .enrolment .invitation__formBox form {
        padding-left: 0;
    }
}

.enrolment .invitation__formBox .valid_icon {
    right: 7px;
}

.enrolment__strip, .enrolment__strip--break {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .enrolment__strip--break {
        display: none;
    }
}

.enrolment__strip img, .enrolment__strip--break img {
    display: block;
    width: 750px;
}

@media (min-width: 1600px) {
    .enrolment__strip img, .enrolment__strip--break img {
        width: 875px;
    }
}

@media (min-width: 1920px) {
    .enrolment__strip img, .enrolment__strip--break img {
        width: auto;
    }
}

.contactsPage {
    padding-top: 50px;
}

@media (min-height: 1080px) {
    .contactsPage {
        padding-top: 100px;
    }
}

.contactsPage .contacts__info {
    padding-top: 0;
}

.freeLessonPage {
    position: relative;
    z-index: 1;
    padding-top: 85px;
}

.freeLessonPage__corner {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.freeLessonPage__corner img {
    display: block;
    width: 1000px;
}

@media (min-width: 1500px) {
    .freeLessonPage__corner img {
        width: auto;
    }
}

@media (max-width: 991px) {
    .freeLessonPage__banner--energy {
        text-align: center;
        padding-top: 35px;
    }
}

.freeLessonPage__banner--energy img {
    max-height: 85vh;
}

.freeLessonPage__banner h3, .freeLessonPage__banner--energy h3 {
    font-size: 18px;
    margin-bottom: 35px;
}

.freeLessonPage__banner .main_title, .freeLessonPage__banner--energy .main_title {
    margin-bottom: 45px;
}

@media (max-width: 991px) {
    .freeLessonPage__banner .smmPage__row > div:last-child, .freeLessonPage__banner--energy .smmPage__row > div:last-child {
        display: none;
    }
}

.freeLessonPage__banner p, .freeLessonPage__banner--energy p {
    line-height: 1.8;
    margin-bottom: 35px;
}

.freeLessonPage__banner h4, .freeLessonPage__banner--energy h4 {
    font-size: 15px;
}

.freeLessonPage__banner .imgBox, .freeLessonPage__banner--energy .imgBox {
    position: relative;
}

.freeLessonPage__banner .imgBox img, .freeLessonPage__banner--energy .imgBox img {
    display: inline-block;
    text-align: center;
}

.freeLessonPage__banner .imgBox .mouse, .freeLessonPage__banner--energy .imgBox .mouse {
    position: absolute;
    bottom: 0;
    left: 0;
}

.freeLessonPage .invitation .smmPage__row > div:first-child {
    width: 42%;
}

@media (max-width: 1199px) {
    .freeLessonPage .invitation .smmPage__row > div:first-child {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .freeLessonPage .invitation .smmPage__row > div:first-child {
        width: 100%;
    }
}

.freeLessonPage .invitation__videoBox {
    width: 100%;
    height: 560px;
}

@media (max-width: 1199px) {
    .freeLessonPage .invitation__videoBox {
        height: 400px;
    }
}

.freeLessonPage__register .invitation__formBox {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 567px) {
    .freeLessonPage__register .invitation__formBox {
        width: 100%;
    }
}

.freeLessonPage__register .invitation__formBox .main_btn {
    min-width: 100%;
    margin-bottom: 20px;
}

.freeLessonPage__register .invitation__formBox .titleBox {
    text-align: left;
}

.freeLessonPage__register .invitation__formBox .titleBox p {
    margin-bottom: 5px;
}

.freeLessonPage__register .invitation__formBox .valid_icon {
    right: 7px;
}

.freeLessonPage__masterClass {
    position: relative;
}

.freeLessonPage__masterClass .main_title {
    margin-bottom: 50px;
}

@media (min-height: 1080px) {
    .freeLessonPage__masterClass .main_title {
        margin-bottom: 100px;
    }
}

.freeLessonPage__masterClass .usefulFor__row {
    padding-left: 160px;
}

@media (max-width: 1199px) {
    .freeLessonPage__masterClass .usefulFor__row {
        padding-left: 0;
    }
}

.freeLessonPage__masterClass .usefulFor__item .textBox {
    width: 50%;
}

@media (max-width: 1199px) {
    .freeLessonPage__masterClass .usefulFor__item .textBox {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
}

.freeLessonPage__masterClass .usefulFor__item p {
    margin-bottom: 30px;
    line-height: 1.8;
}

.freeLessonPage .afterCourses__arrowBox {
    display: none;
}

.courseStep {
    padding: 90px 0;
}

.courseStep__titleBox {
    margin-bottom: 50px;
}

.courseStep__titleBox .main_title {
    margin-bottom: 25px;
}

.courseStep__stepList li {
    margin-bottom: 10px;
}

.courseStep__stepList li:last-child {
    margin-bottom: 0;
}

.courseStep__item, .courseStep__item--unavailable {
    background: #fff;
    -webkit-box-shadow: -7px 5px 21px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -7px 5px 21px 0px rgba(0, 0, 0, 0.05);
    box-shadow: -7px 5px 21px 0px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

.courseStep__item--unavailable {
    color: #a4a1af;
}

.courseStep__item > .wrapp, .courseStep__item--unavailable > .wrapp {
    margin: -15px -15px 0;
}

@media (max-width: 549px) {
    .courseStep__item > .wrapp, .courseStep__item--unavailable > .wrapp {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.courseStep__item > .wrapp > div, .courseStep__item--unavailable > .wrapp > div {
    padding: 0 15px;
    margin-top: 15px;
}

.courseStep__item .imgBox, .courseStep__item--unavailable .imgBox {
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 80px;
    width: 150px;
}

.courseStep__item .infoBox, .courseStep__item--unavailable .infoBox {
    width: -webkit-calc(100% - 345px);
    width: -moz-calc(100% - 345px);
    width: calc(100% - 345px);
}

@media (max-width: 549px) {
    .courseStep__item .infoBox, .courseStep__item--unavailable .infoBox {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .courseStep__item .infoBox > div, .courseStep__item--unavailable .infoBox > div {
        width: 100%;
        margin-bottom: 15px;
        text-align: left;
    }

    .courseStep__item .infoBox > div:last-child, .courseStep__item--unavailable .infoBox > div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 549px) {
    .courseStep__item .infoBox > div, .courseStep__item--unavailable .infoBox > div {
        text-align: center;
    }
}

.courseStep__item .time, .courseStep__item--unavailable .time {
    font-size: 22px;
}

.courseStep__btn, .courseStep__btn--blue, .courseStep__btn--fiolet, .courseStep__btn--green, .courseStep__btn--nonactive {
    height: 37px;
    line-height: 37px;
    display: block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    width: 135px;
    font-size: 14px;
    text-align: center;
}

.courseStep__btn--nonactive.fail {
    color: red;
}

.courseStepDemo .infoBox.unavailable p,
.courseStepDemo .infoBox.unavailable h3 {
    color: #a4a1af;
}

.hideVideo {
    display: none;
}

.hideVideo a > div {
    min-height: 400px;
    margin: 15px auto;
    width: 70%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.hideVideo a > div .playBtnFly {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 69px;
    height: 69px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin-left: -34.5px;
    margin-top: -34.5px;
}

.courseStepDemo .bttom {
    margin-top: 40px;
}

.courseStepDemo .bttom h2 {
    font-size: 25px;
}

.courseStepDemo .bttom p {
    font-weight: normal;
    margin: 5px 0;
}

.playBtn {
    vertical-align: middle;
    margin-left: 15px;
}

.lock {
    vertical-align: middle;
    margin-left: 4px;
}

.courseStepDemo .courseStep__btn--nonactive {
    display: inline-block;
}

.courseStepDemo .courseStep__btn--nonactive,
.courseStepDemo .courseStep__btn--green {
    display: inline-block;
    margin-right: 8px;
}

.courseStepDemo .courseStep__item .infoBox,
.courseStepDemo .courseStep__item--unavailable .infoBox {
    width: -webkit-calc(100% - 579px);
    width: -moz-calc(100% - 579px);
    width: calc(100% - 579px);
}

@media (max-width: 991px) {
    .courseStepDemo .courseStep__item .infoBox,
    .courseStepDemo .courseStep__item--unavailable .infoBox {
        width: 100%;
    }
}

#shopWarning {
    padding: 60px 104px;
}

#shopWarning .text-center p {
    font-weight: bold;
    margin-bottom: 20px;
}

.courseStep__btn--green {
    background-color: #30ce59;
    color: white;
}

.lsOfLesson {
    display: inline-block;
    width: 76%;
}

.rsOfLesson {
    display: inline-block;
    width: 20%;
}

.courseStep__stepList .infoBox a {
    display: block;
    width: 100%;
}

.courseStep__btn--blue {
    background: #767df4;
    color: #fff;
}

.courseStep__btn--blue:hover {
    background: #4750f0;
}

.courseStep__btn--fiolet {
    background: #a85bf7;
    color: #fff;
}

.courseStep__btn--fiolet:hover {
    background: #8e2af5;
}

.courseStep__btn--nonactive {
    background: #eeecf6;
    color: #000;
}

.courseStep__btn--nonactive:hover {
    background: #cfc9e6;
}

.lessonPage, .lessonPage--auth {
    padding: 60px 0;
}

.lessonPage__videoBox {
    height: 435px;
    position: relative;
    margin-bottom: 40px;
}

.lessonPage__videoBox .videoCover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-background-size: cover !important;
    background-size: cover !important;
    z-index: 1;
}

.lessonPage__videoBox .videoLink {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 69px;
    height: 69px;
    cursor: pointer;
    z-index: 11;
}

.lessonPage__videoBox .videoModal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.lessonPage__videoBox .videoModal.open {
    -webkit-animation: modalVideo 600ms linear both;
    -moz-animation: modalVideo 600ms linear both;
    -o-animation: modalVideo 600ms linear both;
    animation: modalVideo 600ms linear both;
}

.lessonPage__videoBox .videoModal iframe {
    width: 100%;
    height: 100%;
}

.lessonPage__videoBox .videoModal .close {
    font-size: 32px;
    position: absolute;
    top: 1px;
    right: 7%;
    z-index: 150;
    color: #fff;
    cursor: pointer;
}

.lessonPage--auth h1 {
    margin-bottom: 50px;
}

.lessonPage__titleBox {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.lessonPage__titleBox:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 40px;
    background: #000;
}

.lessonPage__titleBox .main_title {
    margin-bottom: 25px;
}

.lessonPage__lessonTitle .textBox {
    width: 74%;
}

.lessonPage__lessonTitle {
    margin-bottom: 20px;
}

.lessonPage__lessonTitle img {
    margin-right: 30px;
    max-width: 155px;
}

@media (max-width: 567px) {
    .lessonPage__lessonTitle img {
        margin-right: 15px;
    }
}

@media (max-width: 567px) {
    .lessonPage__lessonTitle .textBox {
        width: -webkit-calc(100% - 170px);
        width: -moz-calc(100% - 170px);
        width: calc(100% - 170px);
    }
}

.lessonPage__lessonTitle p {
    margin-bottom: 12px;
}

.lessonPage__content .invitation__videoBox {
    height: auto;
    margin-bottom: 40px;
}

.lessonPage__content .invitation__videoBox img {
    display: block;
}

.lessonPage__content .btnBox p {
    margin-bottom: 0;
}

.lessonPage__content .accordion-header p {
    margin-bottom: 0;
}

.lessonPage__content .content p {
    margin-bottom: 5px;
}

.lessonPage__content p {
    line-height: 1.8;
    margin-bottom: 30px;
}

.lessonPage__content .lessonPage__attempt p {
    margin-bottom: 0;
}

.lessonPage__attempt {
    padding-top: 80px;
}

.lessonPage__attempt .titleBox {
    margin-bottom: 35px;
}

.lessonPage__attempt .main_title {
    margin-bottom: 35px;
}

.lessonPage__acc {
    margin-bottom: 100px;
}

.lessonPage__acc > div {
    background: #fff;
    -webkit-box-shadow: -2px 9px 21px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px 9px 21px 0px rgba(0, 0, 0, 0.05);
    box-shadow: -2px 9px 21px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.lessonPage__acc > div:last-child {
    margin-bottom: 0;
}

.lessonPage__acc .accordion-header {
    padding: 35px 30px;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .lessonPage__acc .accordion-header {
        padding: 30px 15px;
    }
}

.lessonPage__acc .accordion-header.active-header .lessonPage__icon--dots:before {
    opacity: 0;
}

.lessonPage__acc .accordion-header.active-header .lessonPage__icon--dots:after {
    opacity: 1;
}

.lessonPage__acc .accordion-header .wrapp {
    padding-left: 145px;
    position: relative;
}

@media (max-width: 567px) {
    .lessonPage__acc .accordion-header .wrapp {
        padding-left: 70px;
    }
}

.lessonPage__acc .accordion-header .title {
    width: 55%;
}

@media (max-width: 1199px) {
    .lessonPage__acc .accordion-header .title {
        width: 100%;
        margin-bottom: 10px;
    }
}

.lessonPage__acc .accordion-header h3 {
    font-size: 18px;
}

.lessonPage__acc .accordion-header .btnBox {
    font-size: 18px;
}

.lessonPage__acc .accordion-header .btnBox li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.lessonPage__acc .accordion-header .btnBox li:last-child {
    margin-right: 0;
}

.lessonPage__acc .iconRow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -27px;
}

@media (max-width: 567px) {
    .lessonPage__acc .iconRow {
        margin-top: -59px;
    }
}

.lessonPage__acc .iconRow > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

@media (max-width: 567px) {
    .lessonPage__acc .iconRow > li {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .lessonPage__acc .iconRow > li:last-child {
        margin-bottom: 0;
    }
}

.lessonPage__acc .iconRow > li:last-child {
    margin-right: 0;
}

.lessonPage__acc .iconBox {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 54px;
    text-align: center;
    position: relative;
}

.lessonPage__acc .iconBox.iconBox_grey {
    background: #f5f5f5;
}

.lessonPage__acc .accordion-content {
    display: none;
    padding-left: 175px;
    padding-bottom: 45px;
}

@media (max-width: 1199px) {
    .lessonPage__acc .accordion-content {
        padding: 0 10px 40px;
    }
}

.lessonPage__acc .accordion-content p {
    line-height: 1.8;
}

.lessonPage__icon, .lessonPage__icon--dots, .lessonPage__icon--task, .lessonPage__icon--starActv, .lessonPage__icon--star {
    display: inline-block;
}

.lessonPage__icon--star, .lessonPage__icon--starActv {
    cursor: pointer;
}

.lessonPage__icon--dots:before, .lessonPage__icon--dots:after {
    content: '';
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
}

.lessonPage__icon--dots:before {
    background-image: url(../images/sprite.png);
    background-position: -207px -109px;
    width: 20px;
    height: 5px;
    margin-left: -10px;
    margin-top: -2.5px;
}

.lessonPage__icon--dots:after {
    background-image: url(../images/sprite.png);
    background-position: -88px -39px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    opacity: 0;
}

.lessonPage__icon--task {
    background-image: url(../images/sprite.png);
    background-position: -182px -88px;
    width: 25px;
    height: 29px;
}

.lessonPage__icon--starActv {
    background-image: url(../images/sprite.png);
    background-position: -182px -138px;
    width: 18px;
    height: 18px;
}

.lessonPage__icon--star {
    background-image: url(../images/sprite.png);
    background-position: -200px -138px;
    width: 18px;
    height: 18px;
}

.lessonPage__homeWork .starBox {
    padding-top: 40px;
}

.lessonPage__homeWork .starBox li {
    display: inline-block;
    vertical-align: top;
}

.lessonPage__homeWork .starBox li:first-child {
    margin-right: 10px;
}

.lessonPage__homeWork .btnBox {
    padding-top: 35px;
    margin-top: -10px;
}

.lessonPage__homeWork .btnBox > a, .lessonPage__homeWork .btnBox > button, .lessonPage__homeWork .btnBox > p {
    margin-top: 10px;
}

.lessonPage__homeWork .btnBox a, .lessonPage__homeWork .btnBox button {
    margin-right: 15px;
}

.lessonPage .verificationTask, .lessonPage--auth .verificationTask {
    padding-top: 100px;
}

@media (max-width: 767px) {
    .lessonPage .verificationTask, .lessonPage--auth .verificationTask {
        padding-top: 40px;
    }
}

.lessonPage .verificationTask__item, .lessonPage--auth .verificationTask__item {
    padding: 25px;
    background: #ffffff;
    -webkit-box-shadow: -2px 9px 21px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -2px 9px 21px 0px rgba(0, 0, 0, 0.05);
    box-shadow: -2px 9px 21px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 549px) {
    .lessonPage .verificationTask__item, .lessonPage--auth .verificationTask__item {
        padding: 10px;
    }
}

.lessonPage .verificationTask__item .wrapp, .lessonPage--auth .verificationTask__item .wrapp {
    margin: -10px -15px 0;
}

@media (max-width: 549px) {
    .lessonPage .verificationTask__item .wrapp, .lessonPage--auth .verificationTask__item .wrapp {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: center;
    }
}

.lessonPage .verificationTask__item .wrapp > div, .lessonPage--auth .verificationTask__item .wrapp > div {
    padding: 0 15px;
    margin-top: 10px;
}

.lessonPage .verificationTask__item .iconBox, .lessonPage--auth .verificationTask__item .iconBox {
    background: #f5f5f5;
    width: 54px;
    height: 54px;
    line-height: 54px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

.lessonPage .verificationTask__item .textBox, .lessonPage--auth .verificationTask__item .textBox {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
}

@media (max-width: 549px) {
    .lessonPage .verificationTask__item .textBox, .lessonPage--auth .verificationTask__item .textBox {
        width: 100%;
    }
}

.lessonPage__chat {
    background: #fff;
    -webkit-box-shadow: -2px 9px 27px 0px rgba(43, 48, 50, 0.05);
    -moz-box-shadow: -2px 9px 27px 0px rgba(43, 48, 50, 0.05);
    box-shadow: -2px 9px 27px 0px rgba(43, 48, 50, 0.05);
    padding: 30px 0;
}

.lessonPage__chat .titleBox {
    margin-bottom: 25px;
    padding: 0 30px;
}

@media (max-width: 549px) {
    .lessonPage__chat .titleBox {
        padding: 0 10px;
    }
}

.lessonPage__chat ul {
    max-height: 500px;
    overflow: auto;
    margin-bottom: 45px;
}

.lessonPage__chat li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lessonPage__chat li:last-child {
    margin-bottom: 0;
}

.lessonPage__chat .teacherText, .lessonPage__chat .studentText {
    padding: 15px 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 5px 16px 0px rgba(43, 48, 50, 0.08);
    -moz-box-shadow: -1px 5px 16px 0px rgba(43, 48, 50, 0.08);
    box-shadow: -1px 5px 16px 0px rgba(43, 48, 50, 0.08);
    position: relative;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lessonPage__chat .teacherText:before, .lessonPage__chat .studentText:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-top: -8px;
}

.lessonPage__chat .teacherText p, .lessonPage__chat .studentText p {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-right: 10px;
}

.lessonPage__chat .teacherText .time, .lessonPage__chat .studentText .time {
    color: #a6a6a6;
    width: 40px;
    font-size: 12px;
    text-align: right;
}

.lessonPage__chat .studentText {
    background: #767df4;
    color: #ffffff;
    width: 90%;
}

.lessonPage__chat .studentText:before {
    border-right: none;
    border-left: 8px solid #767df4;
    left: auto;
    right: -8px;
}

.lessonPage__chat .studentText .time {
    color: #ffffff;
}

.lessonPage__chat .mCustomScrollbar .mCSB_container {
    padding: 0 30px;
}

@media (max-width: 567px) {
    .lessonPage__chat .mCustomScrollbar .mCSB_container {
        padding: 0 10px;
    }
}

.lessonPage__chat .mCustomScrollbar .mCSB_draggerRail {
    background: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 9px;
}

.lessonPage__chat .mCustomScrollbar .mCSB_dragger_bar {
    height: 70px;
    width: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#75bded), to(#7656f7));
    background: -webkit-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -moz-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -o-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: linear-gradient(to bottom, #75bded 0%, #7656f7 100%);
}

.lessonPage__chat .mCustomScrollbar .mCSB_dragger {
    height: 70px !important;
}

.lessonPage__chat .inputBox {
    padding: 0 30px;
    position: relative;
}

@media (max-width: 549px) {
    .lessonPage__chat .inputBox {
        padding: 0 10px;
    }
}

.lessonPage__chat .inputBox input[type="text"] {
    width: 100%;
    display: block;
    height: 45px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 40px 0 20px;
}

.lessonPage__chat .inputBox textarea {
    width: 100%;
    display: block;
    height: 45px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 200px;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 40px 0 20px;
}

.lessonPage__chat .inputBox input[type="text"]::-webkit-input-placeholder {
    color: #b1b1b1;
}

.lessonPage__chat .inputBox input[type="text"]::-moz-placeholder {
    color: #b1b1b1;
}

.lessonPage__chat .inputBox input[type="text"]:-moz-placeholder {
    color: #b1b1b1;
}

.lessonPage__chat .inputBox input[type="text"]:-ms-input-placeholder {
    color: #b1b1b1;
}

.lessonPage__chat .inputBox input[type="submit"] {
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(../images/sprite.png);
    background-position: -51px -118px;
    width: 14px;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 44px;
    border: none;
}

.lessonPage__buyCourse {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -2px 9px 27px 0px rgba(43, 48, 50, 0.05);
    -moz-box-shadow: -2px 9px 27px 0px rgba(43, 48, 50, 0.05);
    box-shadow: -2px 9px 27px 0px rgba(43, 48, 50, 0.05);
    min-height: 440px;
    padding: 40px 45px;
    margin-top: 135px;
}

@media (max-width: 1199px) {
    .lessonPage__buyCourse {
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .lessonPage__buyCourse {
        margin-top: 0;
        min-height: 1px;
    }
}

.lessonPage__buyCourse h3 {
    font-size: 25px;
}

@media (max-width: 767px) {
    .lessonPage__buyCourse h3 {
        font-size: 21px;
    }
}

.lessonPage__buyCourse p {
    margin-bottom: 45px;
}

.lessonPage__buyCourse form {
    width: 100%;
}

.lessonPage__buyCourse .form-group {
    margin-bottom: 12px;
}

.lessonPage__buyCourse .form-group:last-child {
    margin-bottom: 35px;
}

.lessonPage__buyCourse input[type="text"], .lessonPage__buyCourse input[type="tel"], .lessonPage__buyCourse input[type="email"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.lessonPage__btnBox {
    margin-bottom: 30px;
    width: 100%;
}

.lessonPage__btnBox > button, .lessonPage__btnBox > a {
    min-width: 100% !important;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    border: none;
    margin-bottom: 20px;
}

.lessonPage__btnBox > button:last-child, .lessonPage__btnBox > a:last-child {
    margin-bottom: 0;
}

.lessonPage__btnBox .icon {
    background-image: url(../images/sprite.png);
    background-position: -69px -39px;
    width: 19px;
    height: 17px;
}

.enterPage {
    text-align: center;
    min-height: 100vh;
}

@media (max-width: 767px) {
    .enterPage .container {
        width: 100%;
    }
}

.enterPage__logoBox {
    margin-bottom: 70px;
}

.enterPage__logoBox img {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.enterPage h1 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.enterPage .titleBox {
    margin-bottom: 25px;
}

.enterPage .invitation__formBox {
    width: 710px;
    margin: 0 auto;
}

@media (max-width: 730px) {
    .enterPage .invitation__formBox {
        width: 100%;
    }
}

@media (max-width: 567px) {
    .enterPage .invitation__formBox .smmPage__row > div {
        width: 100%;
    }
}

.enterPage .invitation__formBox input[type="text"], .enterPage .invitation__formBox input[type="password"], .enterPage .invitation__formBox input[type="email"], .enterPage .invitation__formBox input[type="tel"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.enterPage .invitation__formBox input[type="password"] {
    padding-right: 145px;
}

.enterPage .invitation__formBox .inputBox {
    position: relative;
}

.enterPage .invitation__formBox .inputBox > a {
    color: #b5b5b5;
    text-decoration: underline;
    position: absolute;
    top: 15px;
    right: 25px;
}

.enterPage .invitation__formBox .btnBox {
    padding-top: 35px;
}

.enterPage .invitation__formBox .auth {
    color: #767df4;
    text-decoration: underline;
    display: block;
    margin-top: 35px;
    font-weight: 700;
}

.coursesShop .tabs_item {
    display: none;
}

.coursesShop .tabs_item:first-child {
    display: block;
}

.coursesShop__title {
    margin-bottom: 20px;
    padding-bottom: 60px;
    position: relative;
}

.coursesShop__title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 32px;
    background: #000;
}

.coursesShop__sortBox {
    margin-bottom: 40px;
    font-weight: 700;
    margin-top: -5px;
}

.coursesShop__sortBox li {
    margin-right: 25px;
    margin-top: 5px;
}

.coursesShop__sortBox li.current a {
    color: #767df4;
}

.coursesShop__sortBox a:hover {
    color: #767df4;
}

.myCourses {
    padding: 100px 0;
}

.myCourses .main_title {
    margin-bottom: 45px;
}

.myCourses__item {
    background: #fff;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.05);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.05);
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .myCourses__item {
        padding: 20px 15px;
    }
}

.myCourses__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .myCourses__item .smmPage__row > div {
        width: 100%;
    }
}

.myCourses__item h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.myCourses__item p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.myCourses__item .imgBox {
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 225px;
}

.myCourses__item .btnBox {
    margin-top: -10px;
}

.myCourses__item .btnBox > a, .myCourses__item .btnBox > button, .myCourses__item .btnBox > p {
    margin-top: 10px;
}

.myCourses__item .btnBox a {
    margin-right: 30px;
}

.myCourses__item .btnBox p {
    margin: 10px 0 0;
}

.profilePage {
    padding: 90px 0;
}

.profilePage .invitation__formBox input[type="text"], .profilePage .invitation__formBox input[type="password"], .profilePage .invitation__formBox input[type="email"], .profilePage .invitation__formBox input[type="tel"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 474px) {
    .profilePage .smmPage__row > div {
        width: 100%;
    }
}

.profilePage form > div {
    margin-bottom: 75px;
}

@media (max-width: 767px) {
    .profilePage form > div {
        margin-bottom: 30px;
    }
}

.profilePage form > div:last-child {
    margin-bottom: 0;
}

.profilePage ul li {
    margin-bottom: 25px;
}

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

.profilePage ul .text {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

.profilePage ul .jq-checkbox {
    width: 14px;
    height: 14px;
    border: none;
    background: #f4f4f4;
}

.profilePage ul .jq-checkbox.checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#75bded), to(#7656f7));
    background: -webkit-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -moz-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -o-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: linear-gradient(to bottom, #75bded 0%, #7656f7 100%);
}

.profilePage ul .jq-checkbox.checked .jq-checkbox__div {
    background: transparent;
    margin-left: -3px;
    margin-top: -2px;
    background-image: url(../images/sprite.png);
    background-position: -218px -138px;
    width: 6px;
    height: 4px;
}

.ratingsPage {
    padding: 90px 0;
}

.ratingsPage h1 {
    margin-bottom: 45px;
}

.ratingsPage .lessonPage__btnBox {
    margin-top: -10px;
}

.ratingsPage .lessonPage__btnBox > a, .ratingsPage .lessonPage__btnBox > button {
    min-width: 280px !important;
    margin-bottom: 0;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .ratingsPage .lessonPage__btnBox > a, .ratingsPage .lessonPage__btnBox > button {
        min-width: 100% !important;
    }
}

.ratingsPage .lessonPage__btnBox > a, .ratingsPage .lessonPage__btnBox > button, .ratingsPage .lessonPage__btnBox > p {
    margin-top: 10px;
}

.ratingsPage .courseProgram__acc .accordion-header h3 {
    font-size: 18px;
}

.ratingsPage .lessonPage__chat {
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ratingsPage .lessonPage__chat ul {
    max-height: 345px;
}

.ratingsPage .lessonPage__chat li.you {
    background: blanchedalmond;
}

.ratingsPage .lessonPage__chat li {
    background: #fff;
    -webkit-box-shadow: -2px 9px 27px 0px rgba(43, 48, 50, 0.05);
    -moz-box-shadow: -2px 9px 27px 0px rgba(43, 48, 50, 0.05);
    box-shadow: -2px 9px 27px 0px rgba(43, 48, 50, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
    transition: background 0.5s, color 0.5s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 60px;
    padding: 10px 30px;
}

@media (max-width: 567px) {
    .ratingsPage .lessonPage__chat li {
        padding: 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ratingsPage .lessonPage__chat li > p {
        width: 100%;
        margin-bottom: 10px;
    }
}

.ratingsPage .lessonPage__chat .mCustomScrollbar .mCSB_container {
    padding: 0;
}

.ratingsPage .lessonPage__chat .text {
    color: #cacaca;
    margin-right: 15px;
}

.ratingsPage .lessonPage__chat .icon {
    background-image: url(../images/sprite.png);
    background-position: -207px -88px;
    width: 18px;
    height: 21px;
    margin-left: 5px;
}

@media (max-width: 500px) {
    .myCourses__item .btnBox a {
        margin-right: 0;
    }

    .myCourses__item .btnBox {
        text-align: center;
    }

    .wrapp--fs {
        display: flow-root;
    }

    .myCourses__item h3 {
        text-align: center;
    }
}


@supports (mix-blend-mode: lighten) {
    .textGradient {
        display: inline-block;
        position: relative;
        color: #000;
        background: #fff;
        font-weight: 900;
        mix-blend-mode: multiply;
    }

    .textGradient:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        display: block;
        background: -webkit-gradient(linear, left top, right top, from(#7656f7), to(#75bded));
        background: -webkit-linear-gradient(left, #7656f7 0%, #75bded 100%);
        background: -moz-linear-gradient(left, #7656f7 0%, #75bded 100%);
        background: -o-linear-gradient(left, #7656f7 0%, #75bded 100%);
        background: linear-gradient(to right, #7656f7 0%, #75bded 100%);
        pointer-events: none;
    }

    .textGradient:before {
        mix-blend-mode: screen;
    }
}

.portfolio--reverse .main_title {
    text-align: right;
}

.portfolio--reverse .itemRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.portfolio .main_title, .portfolio--reverse .main_title {
    margin-bottom: 50px;
}

@media (min-height: 1080px) {
    .portfolio .main_title, .portfolio--reverse .main_title {
        margin-bottom: 100px;
    }
}

.portfolio .itemRow > div, .portfolio--reverse .itemRow > div {
    padding: 0;
}

.portfolio__item, .portfolio__item--sm, .portfolio__item--lg {
    -moz-background-size: cover !important;
    background-size: cover !important;
}

.portfolio__item--sm {
    height: 50%;
}

@media (max-width: 767px) {
    .portfolio__item--sm {
        height: 300px;
    }
}

.portfolio__item--lg {
    height: 550px;
}

@media (min-height: 1080px) {
    .portfolio__item--lg {
        height: 660px;
    }
}

@media (max-width: 767px) {
    .portfolio__item--lg {
        height: 300px;
    }
}

.youGetting {
    padding-bottom: 100px;
}

.youGetting__list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}

.youGetting__list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/sprite.png);
    background-position: -111px -69px;
    width: 14px;
    height: 22px;
}

.youGetting__list h3 {
    font-size: 17px;
    margin-bottom: 15px;
}

.youGetting__list p {
    margin-bottom: 15px;
}

.youGetting__formBox {
    padding: 45px 65px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.13);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.13);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.13);
    text-align: center;
    min-height: 590px;
}

@media (max-width: 991px) {
    .youGetting__formBox {
        min-height: 1px;
    }
}

@media (max-width: 767px) {
    .youGetting__formBox {
        padding: 45px 20px;
    }
}

.youGetting__formBox form {
    width: 100%;
}

.youGetting__formBox .titleBox {
    font-size: 25px;
    margin-bottom: 25px;
}

@media (max-width: 567px) {
    .youGetting__formBox .titleBox {
        font-size: 20px;
    }
}

.youGetting__formBox .titleBox h2 {
    color: #282735;
    margin-bottom: 15px;
}

.youGetting__formBox .titleBox h2 strong {
    display: block;
}

@media (max-width: 567px) {
    .youGetting__formBox .titleBox h2 strong {
        font-size: 36px;
    }
}

.youGetting__formBox .titleBox p strong {
    font-size: 17px;
    display: block;
}

@media (max-width: 567px) {
    .youGetting__formBox .titleBox p strong {
        font-size: 15px;
    }
}

.youGetting__formBox .titleBox p .icon {
    background-image: url(../images/sprite.png);
    background-position: -153px -94px;
    width: 19px;
    height: 17px;
}

.youGetting__formBox .main_btn {
    text-transform: uppercase;
    min-width: 340px;
}

@media (max-width: 567px) {
    .youGetting__formBox .main_btn {
        min-width: 100%;
    }
}

.youGetting__formBox .valid_icon {
    right: 7px;
}

.youGetting__formBox .checkBox {
    text-align: center;
    margin-top: 20px;
}

.youGetting__formBox .checkBox br {
    display: none;
}

.youGetting__formBox .lessonPage__btnBox > button, .youGetting__formBox .lessonPage__btnBox > a {
    width: 280px !important;
    text-transform: none;
}

.modalBox {
    width: 790px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 115px;
}

@media (max-width: 810px) {
    .modalBox {
        width: 100%;
        padding: 50px 25px;
    }
}

@media (max-width: 567px) {
    .modalBox {
        padding: 50px 15px;
    }
}

.modalBox h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {


    .modalBox h2 {
        font-size: 28px;
    }
}

@media (max-width: 567px) {
    .modalBox h2 {
        font-size: 24px;
    }
}

.modalBox .form-group {
    margin-bottom: 20px;
    padding: 0;
}

.modalBox .valid_icon {
    right: 7px;
}

.modalBox .main_btn {
    margin-right: 20px;
}

@media (max-width: 567px) {
    .modalBox .main_btn {
        margin-right: 0;
    }
}

.modalBox .btnBox {
    padding-top: 20px;
}

@media (max-width: 810px) {
    .modalBox .btnBox {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 567px) {
    .modalBox .checkBox {
        width: 100%;
    }
}

.modalBox .mfp-close {
    top: 0;
    right: 0;
    color: #c9c9c9;
}

.notificationModal {
    width: 860px;
    padding: 70px 15px;
    text-align: center;
}

@media (max-width: 880px) {
    .notificationModal {
        width: 100%;
    }
}

.notificationModal h2 {
    font-size: 25px;
}

@media (max-width: 567px) {
    .notificationModal h2 {
        font-size: 21px;
    }
}

.notificationModal ul {
    margin-bottom: 40px;
    margin-top: -15px;
}

@media (max-width: 567px) {
    .notificationModal ul {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.notificationModal ul li {
    margin-right: 45px;
    margin-top: 15px;
}

@media (max-width: 567px) {
    .notificationModal ul li {
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .notificationModal ul li {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}

.notificationModal ul li:last-child {
    margin-right: 0;
}

.notificationModal ul .jq-radio {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f4f4f4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.notificationModal ul .jq-radio.checked {
    background: -webkit-gradient(linear, left top, left bottom, from(#75bded), to(#7656f7));
    background: -webkit-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -moz-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: -o-linear-gradient(top, #75bded 0%, #7656f7 100%);
    background: linear-gradient(to bottom, #75bded 0%, #7656f7 100%);
}

.notificationModal ul .jq-radio.checked .jq-radio__div {
    background-color: transparent;
    background-image: url(../images/sprite.png);
    background-position: -218px -138px;
    width: 6px;
    height: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: -2px 0 0 -3px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.mfp-gallery .mfp-close {
    color: #FFFFFF !important;
}

.mfp-close {
    text-indent: 0 !important;
}

.menuBoxAdapt {
    display: none;
    position: relative;
    z-index: 10;
}

@media (max-width: 1199px) {
    .menuBoxAdapt {
        display: block;
    }
}

.menuBoxAdapt .cd-btn {
    cursor: pointer;
    display: block;
}

.menuBoxAdapt .cd-btn svg {
    display: block;
    width: 35px;
    height: 35px;
}

.cd-panel-content > .menu, .cd-panel-footer-content > .menu {
    padding-bottom: 45px;
}

.cd-panel-content > .menu > li, .cd-panel-footer-content > .menu > li {
    line-height: 1;
    margin-bottom: 10px;
}

.cd-panel-content > .menu > li:last-child, .cd-panel-footer-content > .menu > li:last-child {
    margin-bottom: 0;
}

.cd-panel-content > .menu > li.current-menu-item > a, .cd-panel-content > .menu > li.current-menu-parent > a, .cd-panel-content > .menu > li.current-menu-ancestor > a, .cd-panel-content > .menu > li.current-category-ancestor > a, .cd-panel-footer-content > .menu > li.current-menu-item > a, .cd-panel-footer-content > .menu > li.current-menu-parent > a, .cd-panel-footer-content > .menu > li.current-menu-ancestor > a, .cd-panel-footer-content > .menu > li.current-category-ancestor > a {
    border-bottom: 1px solid #ffffff;
}

.cd-panel-content > .menu > li.menu-item-has-children > a, .cd-panel-footer-content > .menu > li.menu-item-has-children > a {
    padding-right: 10px;
}

.cd-panel-content > .menu > li.menu-item-has-children > a:before, .cd-panel-footer-content > .menu > li.menu-item-has-children > a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 2.5px solid transparent;
    border-right: 2.5px solid transparent;
    margin-top: -2.5px;
}

.cd-panel-content > .menu > li > a, .cd-panel-footer-content > .menu > li > a {
    display: inline-block;
    padding: 5px 0;
    position: relative;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}

.cd-panel-content > .menu > li > a:first-letter, .cd-panel-footer-content > .menu > li > a:first-letter {
    text-transform: uppercase;
}

.cd-panel-content > .menu > li > a:hover, .cd-panel-footer-content > .menu > li > a:hover {
    border-bottom: 1px solid #ffffff;
}

.cd-panel-content > .menu > li > ul, .cd-panel-footer-content > .menu > li > ul {
    padding: 10px 10px 10px 35px;
}

.cd-panel-content > .menu > li > ul > li, .cd-panel-footer-content > .menu > li > ul > li {
    margin-bottom: 7px;
}

.cd-panel-content > .menu > li > ul > li:last-child, .cd-panel-footer-content > .menu > li > ul > li:last-child {
    margin-bottom: 0;
}

.cd-panel-content > .menu > li > ul > li.current-menu-item > a, .cd-panel-content > .menu > li > ul > li.current-menu-parent > a, .cd-panel-content > .menu > li > ul > li.current-category-ancestor > a, .cd-panel-footer-content > .menu > li > ul > li.current-menu-item > a, .cd-panel-footer-content > .menu > li > ul > li.current-menu-parent > a, .cd-panel-footer-content > .menu > li > ul > li.current-category-ancestor > a {
    border-bottom: 1px solid #ffffff;
}

.cd-panel-content > .menu > li > ul > li > a, .cd-panel-footer-content > .menu > li > ul > li > a {
    padding: 3px 0;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid transparent;
}

.cd-panel-content > .menu > li > ul > li > a:first-letter, .cd-panel-footer-content > .menu > li > ul > li > a:first-letter {
    text-transform: uppercase;
}

.cd-panel-content > .menu > li > ul > li > a:hover, .cd-panel-footer-content > .menu > li > ul > li > a:hover {
    border-bottom: 1px solid #ffffff;
}

.cd-panel-content .contactBox, .cd-panel-footer-content .contactBox {
    display: none;
    padding-bottom: 50px;
    color: #ffffff;
}

@media (max-width: 359px) {
    .cd-panel-content .contactBox, .cd-panel-footer-content .contactBox {
        display: block;
    }
}

.cd-panel-content .contactBox a, .cd-panel-footer-content .contactBox a {
    color: #ffffff;
}

.cd-panel-content .contactBox li, .cd-panel-footer-content .contactBox li {
    margin-bottom: 15px;
}

.cd-panel-content .contactBox li:last-child, .cd-panel-footer-content .contactBox li:last-child {
    margin-bottom: 0;
}

.cd-panel {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
}

.from-right .cd-panel-container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.cd-panel::after {
    /* overlay layer */
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    -o-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    -o-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
}

.cd-panel.is-visible::after {
    -webkit-transition: background 0.3s 0s;
    -moz-transition: background 0.3s 0s;
    -o-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.cd-panel.is-visible .cd-panel-close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    -moz-animation: cd-close-1 0.6s 0.3s;
    -o-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.cd-panel.is-visible .cd-panel-close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    -moz-animation: cd-close-2 0.6s 0.3s;
    -o-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

@-webkit-keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-moz-keyframes cd-close-1 {
    0%, 50% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-o-keyframes cd-close-1 {
    0%, 50% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-moz-keyframes cd-close-2 {
    0%, 50% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-o-keyframes cd-close-2 {
    0%, 50% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {
    0%, 50% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cd-panel-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 60px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    z-index: 100;
}

.cd-panel-close:before, .cd-panel-close:after {
    /* close icon created in CSS */
    content: " ";
    position: absolute;
    top: 22px;
    left: 20px;
    height: 5px;
    width: 25px;
    background-color: #ffffff;
    /* this fixes a bug where pseudo elements are slighty off position */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-panel-close:before {
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-panel-close:after {
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-touch .cd-panel-close:hover {
    background-color: #424f5c;
}

.no-touch .cd-panel-close:hover:before,
.no-touch .cd-panel-close:hover:after {
    background-color: #ffffff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.no-touch .cd-panel-close:hover:before {
    -o-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
}

.no-touch .cd-panel-close:hover:after {
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-panel-container {
    position: fixed;
    width: 280px;
    height: auto;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    -o-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    transition: all 0.6s cubic-bezier(0.77, 0.06, 0.28, 0.85);
    -webkit-box-shadow: -2px 0px 24px 0px rgba(39, 23, 43, 0.16);
    -moz-box-shadow: -2px 0px 24px 0px rgba(39, 23, 43, 0.16);
    box-shadow: -2px 0px 24px 0px rgba(39, 23, 43, 0.16);
}

.cd-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 55px 25px 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    overflow: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
    background: #767df4;
}

div.wpcf7 .ajax-loader {
    display: none;
}

span.wpcf7-not-valid-tip {
    font-size: 13px !important;
}

.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    margin-top: 10px !important;
    text-align: center;
}

@media (max-width: 567px) {
    .wpcf7-response-output {
        font-size: 12px;
    }
}

div.wpcf7-validation-errors {
    border: none;
}

.wpcf7-mail-sent-ok {
    color: green;
}

.wpcf7-validation-errors {
    color: red;
    border: none;
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% {
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -o-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% {
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(-5%);
        -moz-transform: translateY(-5%);
        -o-transform: translateY(-5%);
        transform: translateY(-5%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateY(25%);
        transform: translateY(25%);
    }
    100% {
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -moz-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -o-transform: translateY(25%);
        transform: translateY(25%);
    }
    100% {
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(25%);
        -moz-transform: translateY(25%);
        -o-transform: translateY(25%);
        transform: translateY(25%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes modalVideo {
    0% {
        opacity: 0;
        z-index: -1;
    }
    100% {
        opacity: 1;
        z-index: 100;
    }
}

@-moz-keyframes modalVideo {
    0% {
        opacity: 0;
        z-index: -1;
    }
    100% {
        opacity: 1;
        z-index: 100;
    }
}

@-o-keyframes modalVideo {
    0% {
        opacity: 0;
        z-index: -1;
    }
    100% {
        opacity: 1;
        z-index: 100;
    }
}

@keyframes modalVideo {
    0% {
        opacity: 0;
        z-index: -1;
    }
    100% {
        opacity: 1;
        z-index: 100;
    }
}

.loader .line {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 0;
    height: 100%;
    background-color: #8076b1;
}

.project-process {
    width: 50%;
    height: 14px;
    border-radius: 8px;
    background-color: #f0f0f0;
}

.project-process .line {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0;
    height: 100%;
    border-radius: 8px;
    background-color: #64ae43;
}

.loader {
    width: 100%;
    height: 2px;
    position: fixed;
    z-index: 1500;
    top: 0;
}

.page404 {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.not_found_h1 {
    font-size: 9em;
    display: inline-block;
    vertical-align: bottom;
}

.not_found_h2 {
    margin-bottom: 21px;
    font-size: 1.3em;
}

.btn.fly {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 1000;
    font-size: 0.8em;
}

.btn.fly-save {
    position: fixed;
    left: 0;
    top: 280px;
    z-index: 1000;
    font-size: 0.8em;
}

.main_btn.fly {
    min-width: auto;
    line-height: 1;
    height: 32px;
    padding-top: 5px;
}

.main_btn.fly-save {
    min-width: auto;
    line-height: 1;
    height: 32px;
    padding-top: 5px;
}

.main_btn.no-read-btn {
    min-width: auto;
    line-height: 1;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.hmTitle {
    font-size: 1.3em;
    margin-top: 30px;
}

.adminPage label {
    display: block;
    margin-top: 10px;
}

.adminPage .courseStep__item input[type='text'] {
    width: 100%;
    padding: 10px;
}

.adminPage input[type='text'] {
    width: 50%;
    padding: 10px;
}

.adminPage.lessonAdminPage input[type='text'] {
    width: 100%;
}

.searchUserForm {
    margin-top: 30px;
}

.adminPage .my-courses .course-item {
    margin: 30px 0;
    padding: 10px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
}

.adminPage .my-courses .course-item label {
    display: inline-block;
}

.adminPage input[type='checkbox'] + label {
    display: inline-block;
}

.admin-user-cource-in-user-edit {
    margin: 20px 0;
    padding: 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.5);
}

.my-courses.spec .course-item {
    margin: 17px 0;
}

.my-courses.spec .course-item input[type='radio'] label {
    margin: 5px;
}

.spaceAround {
    margin: 10px;
}

.lessonPage__titleBox .status {
    margin-top: 30px;
}

.lessonPage__titleBox .status span {
    color: #767df4;
}

.itemCourseWrapp {
    margin: 6px 0;
}

.itemCourseWrapp input[type='text'] {
    width: 100%;
    padding: 10px;
}

.itemCourseWrapp textarea {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
}

.ms {
    margin: 10px 0;
}

.statisticTable table {
    text-align: center;
}

.statisticTable table tr td {
    border: 1px solid black;
    padding: 10px;
}

.statisticTable table tr th {
    border: 1px solid black;
    padding: 10px;
}

.mainDirections__item .infoBox .quantity {
    background-color: #cfc9e6;
    border-radius: 30px;
    padding: 10px;
}

.mainDirections__item a:hover {
    text-decoration: underline;
}

.mainDirections__item .infoBox .duration {
    background-color: #cfc9e6;
    border-radius: 30px;
    padding: 10px;
}

.courseStep__stepList li .btnBox a {
    cursor: default;
}

.chatik img {
    border-radius: 50%;
    width: 56px;
    height: 54px;
    object-fit: cover;
}

.textareaContent {
    width: 100%;
    height: 100px;
    resize: none;
}

.singlePage .titleBox {
    margin-top: 40px;
}

.contentBox h2 {
    margin: 15px 0;
}

.contentBox ul {
    margin: 10px 0;
}

#vk_send_message_modal {
    width: auto !important;
    display: inline-block;
    height: 30px;
    margin-left: 82px;
    background: none;
}

.preloaderScreen {
    position: fixed;
    left: 0;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    text-align: center;
    background: rgba(0, 0, 0, .1);
}

.preloaderScreen.active {
    display: grid;
}

.preloaderScreen img {
    width: 150px;
    margin: auto;
}

.modalBox#yourSentence input[type='text'] {
    border-radius: 0;
}

.modalBox#yourSentence textarea {
    width: 100%;
    display: block;
    border: none;
    background: #fff;
    -webkit-box-shadow: 5px 9px 42px 0px rgba(43, 48, 50, 0.13);
    -moz-box-shadow: 5px 9px 42px 0px rgba(43, 48, 50, 0.13);
    box-shadow: 5px 9px 42px 0px rgba(43, 48, 50, 0.13);
    padding: 13px 65px 0 35px;
    height: 100px;
    resize: none;
}

.sentence {
    z-index: 5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: fixed;
    top: 40%;
    right: -231px;
    cursor: pointer;
    display: inline-block;
    background-color: #765af7;
    border-radius: 38px;
    padding: 9px 80px 9px 15px;
    color: #fff;
}

.sentence a {
    color: white;
}

.sentence.active {
    right: -70px;
}

.sentence.active img {
    -moz-transform: rotate(0deg); /* Для Firefox */
    -ms-transform: rotate(0deg); /* Для IE */
    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg); /* Для Opera */
    transform: rotate(0deg);
}

.sentence img {
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sentence span {
    display: inline-block;
    vertical-align: middle;
}

.content a {
    color: #1da4e2;
}

.seoText p {
    line-height: 2;
    margin-bottom: 10px;
}

.seoText {
    margin: 40px 0;
}

.seoText h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.singlePage .content a, .singlePage p a {
    color: #7656f7;
    text-decoration: underline;
}

.singlePage p {
    line-height: 1.9;
    margin-bottom: 10px;
}

.singlePage p a:hover, .singlePage .content a:hover {
    text-decoration: none;
}

.singlePage h1,
.singlePage h2,
.singlePage h3,
.singlePage h4,
.singlePage h5 {
    margin-bottom: 10px;
}

.singlePage h1 {
    font-size: 35px;
}

.singlePage h2 {
    font-size: 30px;
}

.singlePage h3 {
    font-size: 25px;
}

.singlePage h4 {
    font-size: 20px;
}

.singlePage .contentBox table {
    width: 100%;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.04);
    margin: 10px 0;
}

.singlePage .contentBox ul {
    margin: 10px 0;
}

.singlePage .contentBox table tr td {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #f2f2f2;
    color: black;
}

.singlePage .contentBox table tr:first-child td {
    background-color: #7061e9;
    color: white;
}

.singlePage .formBox input[type='text'],
.singlePage .formBox input[type='tel'],
.singlePage .formBox textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.singlePage .formBox textarea {
    resize: none;
    min-height: 112px;
}

@media (min-width: 991px) {
    .npl {
        padding-left: 0;
    }

    .npr {
        padding-right: 0;
    }
}

.singlePage .formBox {
    margin-bottom: 20px;
}

.partners__item {
    cursor: pointer;
    margin-bottom: 30px;
}

.partners__item_desc {
    position: absolute;
    top: -100px;
    background: #7671f4;
    color: #fff;
    left: 0;
    display: none;
    width: 100%;
    padding: 40px 30px 30px 30px;
    z-index: 1;
}

.partners__item:hover .partners__item_desc {
    display: block;
}

.partners__item_desc h3 {
    font-weight: "bold";
    font-size: 25px;
    margin-bottom: 25px;
}

.partners__item_desc p {
    font-size: 15px;
    margin-bottom: 7px;
}

.partners__item_desc span {
    display: block;
    margin-bottom: 22px;
    font-weight: bold;

}

/*# sourceMappingURL=main.css.map */


/* стили прогресса изучения курса */
.groupprogress {
    margin-top: 100px;
    width: 100%;
    height: 60px;
    font-family: calibri;
}

.groupprogress #groupprogress {
    text-align: justify;
    margin: 0;
    padding: 0 0 0 5px;
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.groupprogress #groupprogress li {
    display: inline;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    flex: 1 1 0;
    position: relative;
    padding-top: 20px;
}

.groupprogress #groupprogress li::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
}

.groupprogress li::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -2px;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    background-color: #F0EEF8;
    border-radius: 50%;
}

.groupprogress .donelesson::after {
    background-color: #765BF7;
}

.groupprogress .donelesson::before {
    background-color: #765BF7;
}

.groupprogress li::before {
    background-color: #F0EEF8;
}

.groupprogress .active::after {
    background-color: #43CC5A;
}

.groupprogress li .you {
    position: absolute;
    height: 35px;
    line-height: 35px;
    width: 115px;
    border-radius: 50px;
    background-color: #43CC5A;
    top: -55px;
    left: -55px;
    text-align: center;
    color: #ffffff;
    z-index: 100;
}

.groupprogress .todownicon {
    position: absolute;
    width: 20px;
    height: 10px;
    top: -25px;
    left: -7px;
    background: url(../images/todownicon.png) bottom center no-repeat;
    z-index: 99;
}

.groupprogress li .thislesson {
    position: absolute;
    height: 35px;
    line-height: 35px;
    width: 260px;
    border-radius: 50px;
    background-color: #765BF7;
    top: 25px;
    left: -120px;
    text-align: center;
    color: #ffffff;
    z-index: 100;
    display: none;
}

.groupprogress li .toupicon {
    position: absolute;
    width: 20px;
    height: 10px;
    top: 19px;
    left: -6px;
    background: url(../images/toupicon.png) top center no-repeat;
    z-index: 99;
    display: none;
}

.groupprogress li:hover .thislesson, .groupprogress li:hover .toupicon {
    display: block;
}

.firstlesson {
    position: absolute;
    height: 30px;
    top: -30px;
    color: #B2AFBB;
}

.lastlesson {
    position: absolute;
    height: 30px;
    top: -30px;
    right: 0;
    color: #B2AFBB;
}

#addgroup {
    margin-top: 10px;
}

.newgroup {
    overflow: auto;
    height: 300px;
}

.winner {
    position: absolute;
    height: 35px;
    line-height: 35px;
    width: 115px;
    border-radius: 50px;
    background-color: #43CC5A;
    top: -68px;
    right: 0;
    text-align: center;
    color: #ffffff;
    z-index: 101;
}

.upper-menus {
    background: #fff;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.09);
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.menu-svg {
    margin-bottom: 20px;
}

.upper-menus > .container > a > div {
    display: inline-block;
    background: #fff;
    width: 100px;
    height: 110px;
    text-align: center;
    margin: 2px 2px 2px 3px;
    padding-top: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.upper-menus > .container > a > div:hover path {
    fill: #767df4;
}

.under-menus {
    background: #fff;
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.09);
    padding-top: 20px;
    margin: 0;
    font-size: 13px;
}

@media (max-width: 1200px) {
    .under-menus {
        display: none;
    }
}

.current-icon path {
    fill: #767df4;
}

.current-icon {
    color: #767df4;
}

.show-upper-menus {
    padding-left: 20px;
    width: 100%;
    align-items: center;
    height: 65px;
    position: relative;
    font-weight: bold;
    font-size: 30px;
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.show-menus-button {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

.title-start {
    text-transform: none;
    font-size: 30px;
}

@media (max-width: 699px) {
    .show-upper-menus {
        display: flex;
    }

    .upper-menus {
        display: none;
    }

    .main_title {
        font-size: 20px;
    }

    .title-start {
        font-size: 20px;
    }
}

#teacher_photo {
    width: 30%;
}

.teacher-admin-block {
    margin: 15px;
}

.teacher-admin-block p {
    margin-top: 5px;
    font-style: italic;
}

.teacher-admin-block textarea {
    width: 100%;
    padding: 10px;
}

.enter-lastname {
    margin-top: 20px;
}

.enter-lastname input[type="text"] {
    box-shadow: 5px 9px 42px 0px rgba(43, 48, 50, 0.13);
    padding: 0 65px 0 35px;
    height: 40px;
    border: 0;
}

.enter-lastname p {
    font-size: 12px;
    margin-bottom: 10px;
}

.sentence-phone {
    border-radius: 0 !important;
}

.earlier {
    font-weight: bold;
    color: #777;
    font-size: 14px;
}

.earlier img {
    width: 70px;
    margin-left: 5px;
}

.earlier-footer {
    font-weight: bold;
    font-size: 14px;
    vertical-align: bottom;
    color: #333;
}

.earlier-footer img {
    width: 70px;
    margin-left: 5px;
}

.search-title {
    margin-top: 60px;
}

.number-and-icons {
    position: relative;
}

.number-and-icons div {
    vertical-align: middle;
    display: inline-block;
}

.search-icon {
    margin-right: 12px;
    cursor: pointer;
}

.contacts-icon {
    margin-right: 30px;
}

.hedu-logo {
    margin-top: -5px;
}

@media (max-width: 990px) {
    .number-and-icons {
        margin: 10px 0 0 0;
    }
}

#search-form {
    position: absolute;
    top: 41px;
    left: 0;
    height: 48px;
    width: 283px;
    display: none;
    z-index: 99999;
}

#search-form input {
    background: #fff;
    color: #afafaf;
    height: 36px;
    width: 215px;
    border: 1px solid #eee;
    padding: 0 13px;
    font-family: "GothamPro-Medium";
    font-size: 13px;
    box-shadow: 0px 0px 4px 0px rgba(43, 48, 50, 0.13);
}

#search-form input::-webkit-input-placeholder {
    color: #afafaf;
}

#search-form input:-ms-input-placeholder {
    color: #afafaf;
}

#search-form input::-moz-placeholder {
    color: #afafaf;
    opacity: 1;
}

.search-form > from > input:-moz-placeholder {
    color: #afafaf;
    opacity: 1;
}

@media (max-width: 414px) {
    .header__userBox {
        width: 100%;
    }

    .header__userBox > li > a {
        margin: 0 auto;
        display: table;
    }
}

.subcategories {
    display: none;
}

.work-time {
    font-size: 10px;
}

#not-checked-homeworks {
    position: absolute;
    top: -20px;
    left: -20px;
    display: flex;
    z-index: 1000;
}

#not-checked-homeworks > div > a {
    color: #fff;
}

#count-of-homeworks {
    background: #ff0000;
    font-weight: bold;
    cursor: pointer;
    padding: 1px 5px;
    border-radius: 5px;
}

#help-homeworks {
    display: none;
    margin-left: 5px;
    background: #ff0000;
    cursor: pointer;
    padding: 1px 5px;
    border-radius: 5px;
    text-align: center;
    width: 170px;
    overflow: hidden;
}

#not-checked-homeworks:hover #help-homeworks {
    display: block;
}


/* modals */
.modal-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.modal {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
    position: relative;
    width: 784px;
    overflow: hidden;
    font-family: GothamPro;
}

.modal-home-task {
    position: relative;
    padding-left: 75px;
    padding-right: 41px;
    overflow: visible;
}

.red-balloon {
    position: absolute;
    background: url('../images/red-balloon.svg') no-repeat;
    right: -157px;
    top: 15px;
    width: 295px;
    height: 446px;
    z-index: -1;
}

.green-balloon {
    position: absolute;
    background: url('../images/green-balloon.svg') no-repeat;
    left: -103px;
    top: -123px;
    width: 194px;
    height: 368px;
}

.yellow-balloon {
    position: absolute;
    background: url('../images/yellow-balloon.svg') no-repeat;
    left: 200px;
    top: -169px;
    width: 128px;
    height: 296px;
    z-index: -1;
}

.blue-balloon {
    position: absolute;
    background: url('../images/blue-balloon.svg') no-repeat;
    right: 0;
    top: -238px;
    width: 228px;
    height: 435px;
    z-index: -1;
}

.your-home-task {
    text-align: left !important;
    max-width: 500px;
    font-size: 38px;
    line-height: 46px;
    color: #303036;
    padding: 65px 0 15px 0;
    font-family: GothamPro;
    font-weight: bold;
}

.you-got-mark {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    color: #303036;
}

.you-got-mark > span {
    font-weight: bold;
    color: #10BE67;
}

.lets-continue {
    font-size: 30px;
    line-height: 46px;
    color: #303036;
    padding-top: 15px;
    font-weight: bold;
}

.buttons-mark-home-task {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px 0 70px 0;
    font-family: GothamPro;
    font-size: 18px;
    font-weight: bold;
}

.buttons-mark-home-task > div {
    width: 330px;
    height: 69px;
    background: #7777F9;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.buttons-mark-home-task > span {
    padding-left: 40px;
    color: #5050E9;
    font-size: 18px;
    cursor: pointer;
}

/* Блок баннер акция */
.banner-sale {
    display: block;
    margin: 0 auto;
}

.banner-sale-mobile {
    display: none;
    width: 100%;
    height: 190px;
    margin: 0 auto;
    background: url('../images/banner-mobile.png') no-repeat center;
    background-size: contain;
}

.wa-round-btn {
    position: relative;
    left: 30%;
    top: 115px;
}

.vk-round-btn {
    position: relative;
    left: 40%;
    top: 115px;
}

/* Конец блока баннер акция */

/* хлебные крошки */
.bread-crumb {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.bread-crumb > a {
    margin-top: 10px;
    height: 29px;
    background: #F5F5FD;
    border-radius: 36px;
    font-family: GothamPro;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-right: 6px;
    color: #303036;
    text-align: center;
    line-height: 12px;
}

.bread-crumb > a.active {
    background: #fff;
    box-shadow: 0px 4px 40px #EEEEFC;
    border-radius: 36px;
    font-family: GothamPro-Medium;
    color: #000;
}

.bread-crumb > a:hover {
    transition: 0.5s;
    background: #fff;
    box-shadow: 0px 4px 40px #EEEEFC;
}

/* хлебные крошки */

@media (max-width: 414px) {
    #not-checked-homeworks {
        display: none;
    }
}

@media (max-width: 1200px) {
    .banner-sale {
        display: block;
    }

    .banner-sale-mobile {
        display: none;
    }
}

@media (max-width: 720px) {

    .banner-sale {
        display: none;
    }

    .banner-sale-mobile {
        display: block;
    }
}

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

.test-answer {
    padding-left: 5px;
}

.sub-target {
    color: #337ab7
}

.sub-target:hover {
    transition: 0.5s;
    color: #280cab;
    text-decoration: underline;
}

