@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");

@font-face {
    font-family: "ProximaReg";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ProximaNova-Reg.otf");
}

html {
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    list-style: none;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    color: #7bd1b2;
    text-decoration: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

a:hover {
    color: #69ad96;
}

img {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
    vertical-align: middle;
}

textarea {
    resize: none;
}

section {
    position: relative;
}

input,
select,
button {
    outline: none;
}

[class^="icon-"] {
    display: inline-block;
}

* {
    outline: none !important;
}

.mob-menu {
    z-index: 499;
    cursor: pointer;
    transition: all .4s;
    overflow: hidden;
}

.mob-menu.active {
    border-color: transparent;
}

.mob-menu.active span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: -6px;
}

.mob-menu.active span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -6px;
}

.mob-menu.active span:nth-child(2) {
    margin-left: -100px;
}

.mob-menu span {
    width: 30px;
    height: 3px;
    margin: 4px 0;
    background: #363331;
    display: block;
    border-radius: 5px;
    transition: all .4s;
}

.mob-menu div {
    padding: 2px 5px;
}

.close-mob {
    display: none;
    position: absolute;
    right: 25px;
    top: 20px;
    width: 41px;
    height: 41px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    z-index: 999;
    opacity: 1;
    cursor: pointer;
}

.close-mob:before,
.close-mob:after {
    position: absolute;
    left: 18px;
    content: " ";
    height: 30px;
    width: 2px;
    background-color: #ffffff;
    top: 4px;
}

.close-mob:before {
    transform: rotate(45deg);
}

.close-mob:after {
    transform: rotate(-45deg);
}

* {
    outline: none;
}

label.error {
    display: none !important;
}

.error {
    border-color: red !important;
}

label.checkbox {
    display: inline-flex;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 34px;
    cursor: pointer;
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.5;
}

.checkbox__text a {
    color: #7bd1b2;
}

.checkbox__text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 11, 38, .12);
    border-radius: 5px;
}

.checkbox input:checked + .checkbox__text:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: url("../img/checkbox.svg") no-repeat center center, #7bd1b2;
    border-radius: 5px;
    background-size: 13px;
}

select {
    -webkit-appearance: none;
    background: url("../img/sel.png") no-repeat calc(100% - 15px) center;
    -moz-appearance: none;
    text-overflow: "";
    -ms-appearance: none;
    appearance: none !important;
}

select::-ms-expand {
    display: none;
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
}

.modal {
    padding-right: 0 !important;
}

button,
input[type="submit"],
a {
    cursor: pointer;
    transition: all .4s;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.3;
    font-size: 16px;
    font-weight: normal;
    font-family: "Fedra Sans Pro Normal", sans-serif;
    background: #fff;
    font-feature-settings: "tnum" on, "lnum" on;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    background: #ffffff;
    border: 1px solid rgba(0, 11, 38, .12);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 30px;
    display: block;
}

.modal-dialog {
    max-width: 480px;
}

.modal-dialog .modal-content {
    border-radius: 4px;
    border: none;
}

.modal-dialog .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: "Fedra Sans Pro", sans-serif;
    margin-bottom: 40px;
}

.modal-dialog .input {
    width: 100%;
    margin-bottom: 32px;
}

.modal-dialog .close {
    position: absolute;
    right: 10px;
    font-size: 40px;
    font-weight: 300;
    z-index: 54;
    opacity: 1;
}

.modal-dialog .remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.modal-dialog .remember .checkbox {
    max-width: 300px;
}

.modal-dialog .remember a,
.modal-dialog .remember .checkbox {
    margin-bottom: 10px;
}

.modal-dialog .checkbox {
    margin-right: 10px;
}

.modal-dialog .modal-body {
    padding: 40px;
}

@media (max-width: 600px) {
    .modal-dialog .modal-body {
        padding: 20px;
    }
}

.modal-dialog input[type="submit"] {
    width: 100%;
}

.modal-dialog .title-senk {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.modal-dialog .sub-senk {
    text-align: center;
    font-size: 18px;
}

.modal-dialog .account {
    border-top: 1px solid #f2f2f2;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 39px;
}

.icon-shadow {
    background: #ffffff;
    box-shadow: 0 10px 50px rgba(0, 30, 80, .15);
    border-radius: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-green {
    background: #7bd1b2;
    border: 2px solid #7bd1b2;
    box-shadow: 0 2px 15px #7bd1b2;
    border-radius: 37px;
    display: inline-flex;
    min-height: 51px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none !important;
}

.btn-green:focus {
    background: #7bd1b2;
    color: #ffffff;
}

.btn-green:hover {
    background: #ffffff !important;
    color: #7bd1b2 !important;
}

.btn-outline {
    background: #ffffff;
    border: 2px solid #7bd1b2;
    box-shadow: 0 2px 15px #7bd1b2;
    border-radius: 37px;
    display: inline-flex;
    min-height: 51px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #7bd1b2;
    font-size: 18px;
    padding: 10px 30px;
    text-decoration: none !important;
}

.btn-outline:focus {
    background: #7bd1b2;
    color: #ffffff;
}

.btn-outline:hover {
    background: #7bd1b2 !important;
    color: #ffffff !important;
}

header {
    background: #ffffff;
    box-shadow: 0 10px 50px rgba(0, 30, 80, .04);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 20px 0;
    z-index: 50;
}

header .container-fluid {
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 930px) {
    header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .slider-dop {
        margin-right: -20px !important;
    }
}

header .menu-header {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

@media (max-width: 950px) {
    header .menu-header {
        display: none;
    }
}

header .menu-header ul {
    display: flex;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

header .menu-header ul li {
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 1330px) {
    header .menu-header ul li {
        margin-right: 10px;
        margin-left: 10px;
    }
}

header .menu-header ul li a {
    text-decoration: none;
    color: #493d3d;
    font-size: 16px;
    position: relative;
    transition: all .2s;
    padding-bottom: 2px;
    padding-top: 2px;
    display: block;
}

@media (max-width: 1330px) {
    header .menu-header ul li a {
        font-size: 17px;
    }
}

header .menu-header ul li a:hover {
    color: #7bd1b2;
}

header .menu-header ul li a:hover:after {
    width: 100%;
}

header .menu-header ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #7bd1b2;
    transition: all .2s;
}

header .instagram {
    margin-right: 25px;
}

@media (max-width: 950px) {
    header .instagram {
        margin-left: auto;
    }
}

header .logo {
    display: flex;
    align-items: center;
    min-width: 270px;
    text-decoration: none;
    margin-right: 27px;
}

@media (max-width: 600px) {
    header .logo {
        min-width: 160px;
        max-width: 160px;
    }
}

header .logo span {
    margin-left: 25px;
    font-size: 25px;
    font-weight: bold;
    color: #171717;
    font-family: "Fedra Sans Pro", sans-serif;
    width: calc(100% - 90px);
}

@media (max-width: 600px) {
    header .logo span {
        max-width: 120px;
        font-size: 18px;
        margin-left: 19px;
        width: calc(100% - 70px);
    }
}

header .login {
    display: flex;
    align-items: center;
    margin-right: 70px;
}

@media (max-width: 1330px) {
    header .login {
        margin-right: 30px;
    }
}

@media (max-width: 1200px) {
    header .login {
        display: none;
    }
}

header .login .link {
    font-size: 18px;
    margin-right: 24px;
}

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

    .course-header .snos {
        padding: 10px 27px !important;
    }

    .course-header .snos {
        max-width: 550px;
        margin-top: 20px;
    }

}

.menu-fixed-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    height: 100%;
    padding: 28px 40px;
    overflow: auto;
}

.menu-fixed-container .close-menu {
    margin-left: auto;
    margin-bottom: 25px;
    cursor: pointer;
}

.menu-fixed-container ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px;
}

.menu-fixed-container ul li {
    margin-bottom: 15px;
}

.menu-fixed-container ul li:last-child {
    margin-bottom: 0;
}

.menu-fixed-container ul li a {
    color: #493d3d;
    font-size: 18px;
    font-weight: bold;
    font-family: "Fedra Sans Pro", sans-serif;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
}

.menu-fixed-container ul li a:after {
    content: '';
    position: absolute;
    background: #7BD0B2;
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    transition: all 0.2s;

}

.menu-fixed-container ul li a:hover:after {
    width: 100%;
}

.menu-fixed-container ul li.current-menu-item a:after,
.menu-fixed-container ul li.current_page_item a:after {
    width: 100%;
}

.menu-fixed-container ul li.logout-link a {
    background: #7BD1B2;
    box-shadow: 0px 2px 15px #7BD1B2;
    border-radius: 37px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    min-height: 51px;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    position: static;
    padding-bottom: 0;
}

.menu-fixed-container ul li.logout-link a:after {
    content: none;
}

.menu-fixed-container .user-profile .nick {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    border-top: 1px solid #F2F2F2;;
    padding-top: 25px;
    margin-top: 15px;
}

.menu-fixed-container .user-profile .nick svg,
.menu-fixed-container .user-profile .nick img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.menu-fixed-container .user-profile .nick .avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-right: 16px;
}

.menu-fixed-container .user-profile .nick span {
    color: #78828c;
    font-size: 18px;
}

.menu-fixed-container .buttons a {
    margin-bottom: 20px;
    width: 100%;
}

.menu-fixed-container .buttons a:last-child {
    margin-bottom: 0;
}

.overlay-menu {
    background: rgba(23, 23, 23, .65);
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    display: none;
}

.listing {
    margin-top: 42px;
    padding-bottom: 100px;
}

.listing-item {
    display: flex;
    background: #ffffff;
    box-shadow: 0 2px 40px rgba(0, 11, 38, .12);
    border-radius: 17px;
    padding: 28px;
}

@media (max-width: 991px) {
    .listing-item {
        flex-direction: column;
    }
}


.listing-item .listing-item__image {
    max-width: 441px;
    overflow: hidden;
    z-index: 9;
    position: relative;
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    .listing-item {
        padding: 10px;
    }

    .listing-item .listing-item__image {
        border-radius: 10px;
        overflow: hidden;
    }

    .dop {
        margin-bottom: 10px;
        padding-right: 0 !important;
    }
}

.listing-item .listing-item__image .jp-video {
    padding-bottom: 0;
}

@media (max-width: 1200px) {
    .listing-item .listing-item__image {
        max-width: 350px;
    }
}

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

.listing-item .listing-item__image img {
    border-radius: 0;
    width: 100%;
    height: auto;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .listing-item .listing-item__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.listing-item .listing-item-description {
    padding-left: 29px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc(100% - 441px);
}

.link-all {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4;
}

@media (max-width: 1200px) {
    .listing-item .listing-item-description {
        width: calc(100% - 350px);
    }
}

@media (max-width: 991px) {
    .listing-item .listing-item-description {
        width: 100%;
        padding-left: 0;
    }
}

.listing-item .listing-item-description .text {
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.listing-item .listing-item-description .title {
    font-size: 28px;
    font-weight: bold;
    font-family: "Fedra Sans Pro", sans-serif;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .listing-item .listing-item-description .title {
        width: 100%;
        font-size: 25px;
    }
}

.listing-item .buttons-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 10px;
}

.listing-item .listing-item__image .jp-jplayer {
    height: 198px !important;
}

.listing-item .listing-item__image .jp-jplayer video {
    height: 198px !important;
}

@media (max-width: 767px) {

    .listing-item .listing-item-description .title {
        font-size: 16px !important;
        line-height: 1.3;
        min-height: 1px !important;
        position: static;
        z-index: 3 !important;
    }


    .listing-item .listing-item-description .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .listing-item .listing-item__image .jp-jplayer {
        height: 166px !important;
    }

    .listing-item .listing-item__image .jp-jplayer video {
        height: 166px !important;
    }
}

.listing-item .btn-green {
    width: 100%;
    max-width: 260px;
    position: relative;
    z-index: 5;
}

@media (max-width: 1200px) {
    .listing-item .btn-green {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .listing-item .btn-green {
        max-width: 100%;
        margin-top: 30px;
    }
}

.price {
    display: flex;
    align-items: flex-end;
    font-feature-settings: "pnum" on, "lnum" on;
    flex-wrap: wrap;
}

.price span {
    color: #78828c;
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
}

@media (max-width: 500px) {
    .price span {
        margin-right: 11px;
        margin-bottom: 3px;
    }
}

.price .old {
    font-size: 22px;
    margin-bottom: 2px;
    position: relative;
    white-space: nowrap;
    margin-right: 22px;
}

@media (max-width: 500px) {
    .price .old {
        font-size: 19px;
    }
}

.price .old:after {
    content: "";
    position: absolute;
    height: 3px;
    background: #e8567e;
    left: -4px;
    right: -2px;
    bottom: 14px;
    transform: rotate(169.43deg);
}

.price .new {
    font-weight: bold;
    font-size: 28px;
    font-family: "Fedra Sans Pro", sans-serif;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #e8567e;
    white-space: nowrap;
}

@media (max-width: 500px) {
    .price .new {
        font-size: 27px;
    }
}



.charactiristics .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.charactiristics .item span {
    margin-right: 11px;
    color: #78828c;
    font-weight: 300;
    font-family: "Fedra Sans Pro", sans-serif;
}

.charactiristics .item b {
    font-weight: normal;
}

.charactiristics .stars {
    display: flex;
    align-items: center;
}

.charactiristics .stars i {
    display: block;
    background: #E8EBEF;
    border-radius: 2px;
    width: 20px;
    height: 7px;
    margin-right: 4px;
}

.charactiristics .stars i.active {
    background: #FFDE78;
}

.jp-video-270p .jp-video-play {
    background: none !important;
    position: absolute;
    height: 72px;
    width: 72px;
    display: inline-block;
    margin: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    overflow: inherit;
}

.jp-video-270p .jp-video-play:after {
    content: "";
    position: absolute;
    background: url("../img/play.svg") no-repeat 26px center, #ffffff;
    width: 72px;
    height: 72px;
    box-shadow: 0 12px 32px rgba(0, 11, 38, .12);
    border-radius: 50%;
    top: 0;
    left: 0;
}

.product {
    display: flex;
    padding-right: 32px;
}

.product.product-buy {
    background: #F3F3F6;
}

@media (max-width: 930px) {
    .product {
        padding-right: 0;
        padding-bottom: 200px;
    }
}

.sidebar-left {
    background: #ffffff;
    box-shadow: 0 10px 50px rgba(0, 30, 80, .08);
    max-width: 338px;
    width: 100%;
    padding: 32px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .sidebar-left {
        box-shadow: none;
        background: none;
        padding: 32px;
        max-width: 100%;
        padding-bottom: 0;
    }
}

@media (max-width: 930px) {
    .sidebar-left {
        padding: 20px;
        padding-bottom: 8px;
    }
}

.sidebar-left .back {
    background: #ffffff;
    box-shadow: 0 10px 50px rgba(0, 30, 80, .08);
    border-radius: 36px;
    padding: 10px 20px;
    display: block;
    padding-left: 45px;
    font-size: 14px;
    color: #78828c;
    text-decoration: none;
    font-family: "Fedra Sans Pro Book", sans-serif;
    background: url("../img/back.svg") no-repeat 19px center;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .sidebar-left .back {
        background: url("../img/back.svg") no-repeat 19px center, #ffffff;
        max-width: 250px;
    }
}

@media (max-width: 930px) {
    .sidebar-left .back {
        margin-bottom: 16px;
    }
}

.sidebar-left .title-product {
    font-weight: bold;
    font-size: 28px;
    color: #eb5757;
    margin-bottom: 20px;
    line-height: 1.5;
    font-family: "Fedra Sans Pro", sans-serif;
}

.sidebar-left .text {
    color: #171717;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 32px;
}

.sidebar-left .course-content {
    padding-top: 32px;
    position: relative;
}

@media (max-width: 1200px) {
    .sidebar-left .course-content {
        padding-top: 0;
        position: static;
    }
}

.sidebar-left .course-content:after {
    content: "";
    position: absolute;
    left: -32px;
    right: -32px;
    height: 1px;
    background: rgba(159, 159, 159, .25);
    top: 0;
}

@media (max-width: 1200px) {
    .sidebar-left .course-content:after {
        content: none;
    }
}

.sidebar-left .course-content .item-cource {
    margin-bottom: 30px;
}

@media (max-width: 930px) {
    .sidebar-left .course-content .items-cource {
        display: none;
    }
}

.sidebar-left .course-content .title {
    color: #171717;
    font-weight: 500;
    font-family: "Fedra Sans Pro", sans-serif;
    margin-bottom: 24px;
}

.sidebar-left .course-content .title:after {
    position: absolute;
    background: url("../img/arrow.svg") no-repeat center center;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: rotate(180deg);
    transition: all .3s;
    margin-top: -12px;
}

@media (max-width: 930px) {
    .sidebar-left .course-content .title {
        position: relative;
        cursor: pointer;
    }

    .sidebar-left .course-content .title.active:after {
        transform: rotate(0deg);
    }

    .sidebar-left .course-content .title:after {
        content: "";
    }
}

.sidebar-left .course-content .title-item {
    padding-left: 40px;
    background: url("../img/lock.svg") no-repeat left 4px;
    font-size: 18px;
    color: #78828c;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    transition: all .3s;
    margin-bottom: 6px;
    min-height: 24px;
}

.sidebar-left .course-content .title-item.active svg {
    transform: rotate(180deg);
    top: 6px;
}

.sidebar-left .course-content .title-item.active path {
    fill: #171717;
}

.sidebar-left .course-content .title-item svg {
    position: absolute;
    top: 4px;
    right: 0;
    transition: all .3s;
}

.sidebar-left .course-content .title-item path {
    transition: all .3s;
}

.sidebar-left .course-content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    line-height: 25px;
    display: none;
}

.sidebar-left .course-content ul li {
    display: flex;
    align-items: flex-start;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.sidebar-left .course-content ul li:last-child a:before {
    content: none;
}

.sidebar-left .course-content ul li span {
    padding-top: 10px;
    display: block;
    font-feature-settings: "tnum" on, "lnum" on;
    font-size: 14px;
    color: #78828c;
}

.sidebar-left .course-content ul li a {
    display: block;
    position: relative;
    color: #78828c;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    padding-left: 38px;
    font-size: 14px;
    flex-grow: 1;
    padding-right: 15px;
}

.sidebar-left .course-content ul li a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #b9c3cd;
    left: 0;
    top: 12px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    box-shadow: 0 5.71428px 15.2381px rgba(0, 11, 38, .12);
}

.sidebar-left .course-content ul li a:before {
    content: "";
    position: absolute;
    background: url("../img/cricle.svg") repeat center top;
    width: 2px;
    height: calc(100% - 30px);
    left: 9px;
    top: 38px;
}

.sidebar-right {
    max-width: 346px;
    width: 100%;
    padding-top: 32px;
}

@media (max-width: 930px) {
    .sidebar-right {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        z-index: 99;
    }
}

.sidebar-right .buy {
    position: -webkit-sticky;
    position: sticky;
    top: 137px;
    background: #ffffff;
    box-shadow: 0 15px 80px rgba(0, 30, 80, .2);
    border-radius: 4px;
    padding: 36px 22px;
    text-align: center;
}

@media (max-height: 690px) {
    .sidebar-right .buy {
        padding: 22px;
    }
}

@media (max-width: 930px) {
    .sidebar-right .buy {
        width: 100%;
        max-width: 370px;
        position: relative;
        top: auto;
        margin-left: auto;
        margin-right: auto;
        border-radius: 25px 25px 0 0;
        padding: 20px;
        padding-top: 38px;
    }

    .sidebar-right .buy:after {
        content: "";
        position: absolute;
        background: #f2f2f5;
        border-radius: 15px;
        width: 66px;
        height: 6px;
        top: 8px;
        left: 50%;
        margin-left: -33px;
    }

    .sidebar-right .buy.is-open .title,
    .sidebar-right .buy.is-open .charactiristics,
    .sidebar-right .buy.is-open .privacy-policy {
        display: block;
    }
}

.sidebar-right .buy .price {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

@media (max-height: 740px) {
    .sidebar-right .buy .price {
        margin-bottom: 30px;
    }
}

@media (max-height: 650px) {
    .sidebar-right .buy .price {
        margin-bottom: 15px;
    }
}

@media (max-width: 930px) {
    .sidebar-right .buy .price {
        margin-bottom: 15px;
        flex-direction: row;
        align-items: flex-end;
    }
}

.sidebar-right .buy .price .old {
    margin-right: 0;
}

@media (max-width: 930px) {
    .sidebar-right .buy .price .old {
        margin-right: 25px;
        margin-bottom: 3px;
    }
}

.sidebar-right .buy .title {
    font-weight: bold;
    font-size: 24px;
    font-family: "Fedra Sans Pro", sans-serif;
    margin-bottom: 16px;
}

@media (max-height: 690px) {
    .sidebar-right .buy .title {
        margin-bottom: 10px;
    }
}

@media (max-width: 930px) {
    .sidebar-right .buy .title {
        display: none;
    }
}

.sidebar-right .buy .charactiristics {
    margin-bottom: 32px;
}

@media (max-height: 690px) {
    .sidebar-right .buy .charactiristics {
        margin-bottom: 15px;
    }
}

@media (max-width: 930px) {
    .sidebar-right .buy .charactiristics {
        display: none;
    }
}

.sidebar-right .buy .charactiristics .item {
    justify-content: center;
}

.woocommerce-coupon-form {
    margin-bottom: 50px;
}
.woocommerce-coupon-form input[name="coupon"] {
    width: 100%;
    margin-bottom: 5px;
}
.woocommerce-coupon-form button[type="submit"] {
    border: 1px solid rgba(0, 11, 38, .12);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 30px;
    display: block;
    width: 100%;
}

.woocommerce-coupon-form button[type="submit"]:hover {
    background: #7bd1b2;
    color: #fff;
}

.sidebar-right .buy .privacy-policy {
    color: #78828c;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 22px;
}

@media (max-width: 930px) {
    .sidebar-right .buy .privacy-policy {
        display: none;
    }
}

.sidebar-right .buy .privacy-policy a {
    color: #78828c;
    text-decoration: underline;
}

@media (max-width: 930px) {
    .sidebar-right .btn-green {
        width: 100%;
        max-width: 100%;
    }
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #f3f3f3;
    height: 6px !important;
    border-radius: 14px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px !important;
    background: #e3e1e1;
    margin: 7px auto;
    border-radius: 14px;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 23px;
}

@media (max-width: 600px) {
    .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 3px;
    }
}

.no_buy {
    margin-top: 90px !important;
}

.scroll {
    background: #ffffff;
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 15px;
}

.video-preview {
    display: flex;
    max-width: none;
}

@media (max-width: 600px) {
    .video-preview {
        flex-wrap: wrap;
        min-width: 1000px;
    }

    .jp-type-playlist .jp-controls button.revind-prev {
        margin-left: 0 !important;
    }
}

.video-preview .item {
    margin-right: 20px;
    border-radius: 4px;
}

.video-preview .item a {
    position: relative;
    display: block;
}

.video-preview .item a:after {
    content: "";
    position: absolute;
    background: url("../img/preview.svg") center center no-repeat, linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 4px;
    opacity: 0;
    transition: all .5s;
}

.video-preview .item a:hover:after {
    opacity: 1;
}

@media (max-width: 930px) {
    .video-preview .item {
        margin-bottom: 20px;
    }
}

.video-preview .item img {
    width: 96px;
    max-width: 96px;
    border-radius: 4px;
}

.video-product .play {
    width: 100%;
}

.video-product img {
    width: 100%;
    border-radius: 5px;

}

.jp-jplayer img {
    object-fit: cover;
}

.content-product {
    width: calc(100% - 346px);
    display: flex;
}

@media (max-width: 1200px) {
    .content-product {
        flex-direction: column;
    }
}

@media (max-width: 930px) {
    .content-product {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .video-product #jquery_jplayer_1 {
        height: 250px !important;
    }

    .video-product #jquery_jplayer_1 img {
        height: 250px !important;
    }

    .video-product #jquery_jplayer_1 video {
        height: 250px !important;
    }

    .jp-volume-controls {
        display: none !important;
    }

}

.content-product .content {
    padding: 32px;
    width: calc(100% - 338px);
}

@media (max-width: 1200px) {
    .content-product .content {
        width: 100%;
        padding-top: 0;
    }
}

@media (max-width: 930px) {
    .content-product .content {
        padding: 20px;
        padding-top: 0;
    }
}

.product-description {
    background: #ffffff;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
}

.product-description .title-description {
    font-weight: 500;
    font-size: 16px;
    font-family: "Fedra Sans Pro", sans-serif;
    min-height: 36px;
    display: flex;
    position: relative;
    align-items: center;
}

.product-description .title-description:before {
    content: "";
    position: absolute;
    background: url("../img/title-desk.svg") no-repeat right center, #ffffff;
    top: 0;
    bottom: 0;
    right: 0;
    width: 51px;
    transition: all .3s;
    z-index: 5;
}

@media (max-width: 930px) {
    .product-description .title-description:before {
        background: url("../img/arrow-gray.svg") no-repeat center center, #ffffff;
        width: 40px;
        right: -5px;
    }
}

@media (max-width: 930px) {
    .product-description .title-description.active:before {
        transform: rotate(180deg);
    }
}

.product-description .title-description:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #f2f2f2;
    height: 1px;
    left: 0;
    top: 50%;
}

.product-description .title-description span {
    background: #ffffff;
    position: relative;
    z-index: 5;
    display: inline-block;
    padding-right: 15px;
}

.product-description .text {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 12px;
}

.product-description p {
    margin-bottom: 15px;
}

.product-description ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
}

.product-description ul li {
    margin-bottom: 8px;
    width: 50%;
    padding-right: 15px;
    padding-left: 18px;
    font-size: 14px;
    position: relative;
}

@media (max-width: 550px) {
    .product-description ul li {
        width: 100%;
    }

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

.product-description ul li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #eb5757;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
    background: #ffffff;
}

.product-buy .soderjanie {
    color: #78828c;
    font-size: 16px;
    margin-bottom: 28px;
    position: relative;
    cursor: pointer;
}

.product-buy .soderjanie:after {
    content: "";
    position: absolute;
    background: url("../img/arrow-gray.svg") no-repeat center center;
    right: 0;
    width: 24px;
    height: 24px;
    top: 0;
    transition: all .3s;
    bottom: 0;
}

.product-buy .soderjanie:before {
    content: "К содержанию";
}

.product-buy .soderjanie.active:after {
    transform: rotate(180deg);
}

.product-buy .soderjanie.active:before {
    content: "Свернуть содержание";
}

.product-buy .sidebar-left .download {
    display: none;
}

@media (max-width: 930px) {
    .product-buy .sidebar-left .download {
        display: block;
    }
}

.product-buy .sidebar-left .soderjanie {
    display: none;
}

@media (max-width: 930px) {
    .product-buy .sidebar-left .soderjanie {
        display: block;
    }
}

@media (max-width: 930px) {
    .product-buy .sidebar-left .course-content .items-cource {
        display: block;
    }
}

@media (max-width: 930px) {
    .product-buy .sidebar-left .course-content .items-cource .item-cource {
        display: none;
    }
}

@media (max-width: 930px) {
    .product-buy .sidebar-left .course-content .items-cource .item-cource.selected {
        display: block;
    }
}

.product-buy .sidebar-left .course-content .items-cource .item-cource.selected .title-item {
    color: #323232;
    position: relative;
}

.product-buy .sidebar-left .course-content .items-cource .item-cource.selected .title-item:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #eb5757;
    top: 5px;
    left: -41px;
}

@media (max-width: 930px) {
    .product-buy .sidebar-left .course-content .items-cource .item-cource.selected .title-item:after {
        left: 0;
    }
}

.product-buy .sidebar-left .course-content .title-item {
    color: #78828c;
    background: none;
    padding-left: 0;
    position: static;
}

@media (max-width: 930px) {
    .product-buy .sidebar-left .course-content .title-item {
        padding-left: 30px;
    }
}

.product-buy .grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 4px;
}

.product-buy .block-dz {
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 4px;
}

@media (max-width: 930px) {
    .product-buy .grid {
        display: block;
    }
}

.product-buy .grid .product-description {
    margin-top: 0;
}

@media (max-width: 930px) {
    .product-buy .grid .product-description {
        margin-top: 20px;
    }
}

.product-buy .grid .product-description.left-column {
    grid-row-start: span 2;
}

@media (max-width: 1650px) {
    .product-buy .grid .product-description.left-column li {
        width: 100%;
    }
}

@media (max-width: 930px) {
    .product-buy .grid .product-description.left-column li {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .product-buy .grid .product-description.left-column li {
        width: 100%;
    }
}

.product-buy .title-product-buy {
    font-family: "Fedra Sans Pro", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 930px) {
    .product-buy .title-product-buy {
        display: none;
    }
}

.product-buy .title-product-buy span {
    font-size: 32px;
    color: #333333;
    line-height: 1.6;
    margin-right: 30px;
}

.product-buy a.download {
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 9px 30px rgba(0, 30, 80, .15);
    border-radius: 44px;
    padding: 11px 20px;
    color: #eb5757 !important;
    text-decoration: none !important;
    margin: 5px 0;
}

@media (max-width: 930px) {
    .product-buy a.download {
        max-width: 235px;
        display: block;
        text-align: center;
        margin-bottom: 24px;
    }
}

@media (max-width: 600px) {
    .product-buy a.download {
        max-width: 100%;
    }
}

.product-buy .video-product-buy {
    display: flex;
}

@media (max-width: 930px) {
    .product-buy .video-product-buy {
        flex-direction: column;
    }
}

.product-buy .video-product-buy .mCSB_container {
    margin-right: 24px;
    padding-left: 20px;
}

.product-buy .video-product-buy .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #d9d9d9;
    border-radius: 14px;
}

.product-buy .video-product-buy .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.product-buy .video-product-buy .chrono-scroll {
    max-height: 359px;
}

@media (max-width: 930px) {
    .product-buy .video-product-buy .chrono-scroll {
        margin-top: 24px;
    }

}

.product-buy .video-product-buy .mCSB_scrollTools .mCSB_draggerRail {
    height: 100% !important;
    width: 6px;
}

.product-buy .video-product-buy .chrono {
    max-width: 310px;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    padding-bottom: 8px;
    padding-top: 17px;
    padding-right: 0;
    padding-left: 0;
    max-height: 508px;
    border-radius: 0 4px 4px 0;
}

@media (max-width: 930px) {
    .product-buy .video-product-buy .chrono {
        max-height: none;
        max-width: 100%;
        padding: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-top: 75px;
    }
}

.product-buy .video-product-buy .chrono .title {
    color: #171717;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
    font-family: "Fedra Sans Pro", sans-serif;
    padding-left: 20px;
}

@media (max-width: 930px) {
    .product-buy .video-product-buy .chrono .title {
        margin-bottom: 0;
        position: relative;
    }

    .product-buy .video-product-buy .chrono .title:after {
        content: "";
        position: absolute;
        background: url("../img/arrow-gray.svg") no-repeat center center;
        right: 20px;
        width: 24px;
        height: 24px;
        top: 0;
        transition: all .3s;
        bottom: 0;
    }

    .product-buy .video-product-buy .chrono .title.active:after {
        transform: rotate(180deg);
    }
}

.product-buy .video-product-buy .chrono ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.product-buy .video-product-buy .chrono ul li {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 930px) {
    .product-buy .video-product-buy .chrono ul li:last-child a {
        padding-bottom: 0;
    }
}

.product-buy .video-product-buy .chrono ul li:last-child a:before {
    content: none;
}

.product-buy .video-product-buy .chrono ul li span {
    color: rgba(0, 11, 38, .5);
    font-size: 14px;
}

.product-buy .video-product-buy .chrono ul li a {
    position: relative;
    padding-left: 30px;
    display: block;
    flex-grow: 1;
    padding-right: 15px;
    padding-bottom: 22px;
    color: #171717;
    font-size: 14px;
    font-family: "Fedra Sans Pro Book", sans-serif;
    text-decoration: none;
}

.product-buy .video-product-buy .chrono ul li a:before {
    content: "";
    position: absolute;
    background: url("../img/cricle.svg") repeat center top;
    width: 2px;
    height: calc(100% - 30px);
    left: 9px;
    top: 25px;
}

.product-buy .video-product-buy .chrono ul li a:hover {
    color: #eb5757;
}

.product-buy .video-product-buy .chrono ul li a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("../img/play-chrono.svg") no-repeat center center, #ffffff;
    border-radius: 50%;
    box-shadow: 0 5.71428px 15.2381px rgba(0, 11, 38, .12);
    left: 0;
    top: 0;
}

.product-buy .video-product-buy .chrono ul li.jp-playlist-current a {
    color: #eb5757;
}

.product-buy .video-product-buy .chrono ul li.jp-playlist-current a + span {
    color: #eb5757;
}

.product-buy .video-product-buy .chrono ul li.jp-playlist-current a:after {
    background: url("../img/play-chrono-start.svg") no-repeat center center, #eb5757;
}

.product-buy .video-product-buy .play {
    width: 100%;
    height: 508px;
}

@media (max-width: 930px) {
    .product-buy .video-product-buy .play {
        width: 100%;
        height: auto;
    }
}

.product-buy .video-product-buy .play img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px 0 0 4px;
}

.product-buy .subtitle-product-buy {
    color: #78828c;
    font-size: 24px;
    font-weight: 500;
    font-family: "Fedra Sans Pro", sans-serif;
    margin-bottom: 16px;
}

@media (max-width: 930px) {
    .product-buy .subtitle-product-buy {
        display: none;
    }
}

.product-buy .content-product {
    width: 100%;
}

.product-buy .content-product .content {
    padding-right: 0;
}

@media (max-width: 930px) {
    .product-buy .content-product .content {
        padding-right: 20px;
    }
}

.mCSB_scrollTools {
    opacity: 1 !important;
}

.jp-audio,
.jp-audio-stream,
.jp-video {
    border: none;
}

.jp-video-270p {
    width: 100%;
}

.jp-jplayer button {
    border: none;
    padding: 0;
}

.jp-type-playlist,
.jp-type-single {
    display: flex;
    position: relative;
}

@media (max-width: 930px) {
    .jp-type-playlist,
    .jp-type-single {
        flex-direction: column;
    }
}

.product-buy .play-control {
    position: relative;
    width: calc(100% - 310px);
    z-index: 9999;
}

@media (max-width: 930px) {
    .product-buy .play-control {
        width: 100%;
    }
}

.play-control {
    width: 100%;
}

.jp-video .jp-details {
    margin: 0;
}

.video-product img {
    border-radius: 0;
}

.jp-gui {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.jp-video .jp-controls-holder {
    width: 100%;
    overflow: unset;
    margin-top: -5px;
}

.jp-audio,
.jp-audio-stream,
.jp-video {
    background: none;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.jp-playlist li {
    border: none;
    background: none;
}

.jp-video .jp-playlist ul,
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0;
}

.jp-playlist li {
    overflow: inherit;
}

.jp-toggles {
    display: flex;
    align-items: center;
}

#jpSpeedControl {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
}

.js-volumes-outer {
    max-width: 222px;
    width: 100%;
    padding-left: 30px;
}

@media (max-width: 1430px) {
    .js-volumes-outer {
        max-width: 146px;
    }
}

.jp-controls-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.jp-video .jp-controls {
    border: none;
}

@media (max-width: 600px) {
    .jp-video .jp-controls {
        width: 101px;
    }

    .jp-video .jp-controls {
        justify-content: flex-start !important;
    }
}

.jp-interface {
    background: #808593;
    padding-bottom: 9px;
}

.jp-seek-bar {
    background: #cccccc;
    border: none;
}

div.jp-video .jp-progress {
    background: none;
    border: none;
    height: 8px;
    margin: 0;
}

.jp-play-bar {
    background: #7bd1b2;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.jp-video .jp-current-time, .jp-video .jp-duration {
    position: static;
    padding: 0;
    font-size: 10px;
    color: #ffffff;
    width: auto;
    float: none;
}

.jp-times {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    padding-bottom: 0;
}


.jp-controls-holder {
    width: 100%;
}

.jp-video .jp-volume-bar {
    margin: 0;
    overflow: unset;
    position: static;
    margin-left: 14px;
    width: 114px;
    padding-right: 0;
    border: none;
}

.js-volumes {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    transition: all 0.3s;
    border-radius: 63px;
    width: 50px;
    overflow: hidden;
}

.js-volumes:hover {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 17.1429px 45.7143px rgba(0, 11, 38, 0.12);
    width: 192px;
}

.js-volumes .icon {
    display: flex;
    align-items: center;
    position: relative;
}

.js-volumes .icon.active:after {
    content: '';
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 2px;
    background: #ffffff;
    transform: rotate(45deg);
    left: 10px;
}

@media (max-width: 500px) {
    .jp-video .jp-volume-bar {
        width: 50px;
    }
}

.jp-video .jp-controls {
    float: none;
    margin: 0;
}

.jp-type-playlist .jp-controls .jp-play {
    background: none;
    overflow: inherit;
    text-indent: 0;
    font-size: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: none !important;
    margin: 0 5px !important;
}

.jp-type-playlist .jp-controls .jp-play svg.pause {
    display: none;
    margin-left: 0;
}

.jp-state-playing div.jp-type-playlist .jp-play svg {
    display: none;
}

.jp-state-playing div.jp-type-playlist .jp-play svg.pause {
    display: flex;
}

.jp-video .jp-controls {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    padding: 0;
    overflow: inherit;
    flex-grow: 1;
}

.jp-video .jp-controls-holder {
    width: 100%;
    margin-bottom: 0;
}

.jp-video {
    padding-bottom: 74px;
    background: #ffffff;
}

@media (max-width: 930px) {
    .jp-video {
        padding-bottom: 0;
        background: #ffffff;
    }

}

.jp-volume-bar {
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    padding: 0;
    height: 6px;
}

.jp-volume-controls {

    transition: all 0.3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 15px;
    display: flex;
    align-items: center;

}

.jp-volume-bar-value {
    background: #7bd1b2;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

.jp-volume-bar-value:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -7.5px;
    background: #7BD1B2;
    border: 3px solid #FFFFFF;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.jp-type-playlist .jp-next,
.jp-type-playlist .jp-previous {
    background: none !important;
    width: 25px !important;
    height: 25px;
    float: none;
    margin: 0;
    overflow: inherit;
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jp-type-playlist .jp-next svg,
.jp-type-playlist .jp-previous svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
}

.jp-video .jp-toggles {
    margin: 0;
    overflow: inherit;
    width: auto;
    margin-left: 18px;
}

.jp-right {
    display: flex;
    align-items: center;
    padding-right: 50px;
    max-width: 222px;
    width: 100%;
    justify-content: flex-end;
}

.jp-toggles .jp-full-screen {
    float: none;
    text-indent: 0;
    overflow: inherit;
    width: 20px;
    height: 20px;
    background: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
    background: none !important;
}

.jp-toggles .jp-full-screen path {
    fill: #ffffff !important;
}

/*@media (max-width: 500px) {*/
/*    .jp-jplayer,*/
/*    .product-buy .video-product-buy .play img {*/
/*        height: 350px !important;*/
/*    }*/
/*}*/

.quality-container {
    position: relative;
}

.quality-container .quality-icon {
    font-size: 11px;
    border-radius: 4px;
    cursor: pointer;
}

.quality-container ul {
    position: absolute;
    bottom: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    z-index: 9;
    padding: 10px 12px;
    left: 0;
    margin-bottom: 10px;
    display: none;
}

.quality-container ul li {
    color: #171717;
    font-size: 12px;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    margin-bottom: 9px;
}

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

.quality-container ul li:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 11, 38, 0.25);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.quality-container ul li.active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: 7px solid #7BD1B2;
}

.subtitle-container {
    position: relative;
    margin-right: 16px;
    margin-left: 26px;
}

.subtitle-container .subtitle-icon {
    font-size: 11px;
    border-radius: 4px;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subtitle-container ul {
    position: absolute;
    bottom: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    z-index: 9;
    padding: 10px 12px;
    left: 0;
    margin-bottom: 10px;
    display: none;
}

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

.subtitle-container ul li {
    color: #171717;
    font-size: 12px;
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    margin-bottom: 9px;
}

.subtitle-container ul li:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 11, 38, 0.25);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.subtitle-container ul li.active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ffffff;
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: 7px solid #7BD1B2;
}

.jp-type-playlist .jp-controls button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-indent: unset;
    margin-left: 10px;
    margin-right: 10px;
    width: auto !important;
}

.jp-type-playlist .jp-controls button.revind-next {

}

@media (max-width: 500px) {
    .jp-type-playlist .jp-controls button.revind-next {
    / / display: none;
    }
}

.jp-type-playlist .jp-controls button.revind-next svg {

}


.jp-type-playlist .jp-controls button.revind-prev {

}

@media (max-width: 500px) {
    .jp-type-playlist .jp-controls button.revind-prev {
    / / display: none;
    }
}

.jp-type-playlist .jp-controls button.revind-prev svg {

}


/* Developer styles */

.content-item-page {
    display: block;
}

.content-item-page > * {
    margin-bottom: 20px
}

.error {
    color: red !important
}


.attachment-woocommerce_thumbnail {
    height: auto
}

.actions, .product-remove, .product-quantity, .product-subtotal, .cart_totals h2, .cart_totals .shop_table {
    display: none;
}

.woocommerce-form-coupon-toggle, .woocommerce-additional-fields, .cart-subtotal, .shop_table thead, .shop_table tfoot {
    display: none;
}

#customer_details .col-1 {
    max-width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper p * {
    flex-basis: 300px;
}

.woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper, .woocommerce-billing-fields__field-wrapper select {
    width: 100%;
}

{
    display: none
;
}


.listing-item .video-product .play .jp-play {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    box-shadow: 0px 12px 32px rgba(0, 11, 38, 0.12);
    width: 72px;
    height: 72px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
}

.listing-item .video-product .play .player-active .jp-play {
    opacity: 0;
    visibility: hidden;
}

#jpSpeedControl {
    position: relative;
}

#jpSpeedControl .ul {
    position: absolute;
    bottom: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    padding-right: 20px;
    margin-bottom: 15px;
    display: none;
}

#jpSpeedControl ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}

#jpSpeedControl .title {
    white-space: nowrap;
    width: 56px;
    text-align: center;
    cursor: pointer;
}

#jpSpeedControl li {
    padding-left: 15px;
    margin-bottom: 3px;
    cursor: pointer;
    margin-top: 3px;
    position: relative;
}

#jpSpeedControl li.active:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -3.5px;
    background: #ffffff;
}

@media (max-width: 1430px) {
    .jp-video .jp-controls-holder {
        margin-top: 0;
    }


    .js-volumes-outer {
        padding-left: 10px;
    }

    .js-volumes {
        padding: 7px 12px;
    }

    .jp-right {
        padding-right: 10px;
    }

    .jp-type-playlist .jp-controls .jp-play {
        margin-left: 5px;
        margin-right: 5px;
    }

    .jp-video .jp-toggles {
        margin-left: 10px;
    }

    .subtitle-container {
        margin-left: 10px;
        margin-right: 10px;
    }

    .jp-video .jp-volume-bar {
        width: 70px;
    }

    .js-volumes {
        width: 135px !important;
        background: rgba(255, 255, 255, 0.2);
        box-shadow: 0px 17.1429px 45.7143px rgba(0, 11, 38, 0.12);
    }

    .jp-type-playlist .jp-controls button.revind-next {
    / / display: none;
    }

    .jp-type-playlist .jp-controls button.revind-prev {
    / / display: none;
    }

    .jp-right {
        width: 164px;
    }
}

@media (max-width: 767px) {
    .jp-right {
        width: 164px;
    }
}

@media (max-width: 430px) {
    .js-volumes .icon {
        display: none;
    }

    .js-volumes {
        width: auto !important;
        padding: 0;
        background: none;
    }

    .jp-video .jp-volume-bar {
        margin-left: 0;
    }

    .js-volumes-outer {
        width: auto;
    }
}

/* Footer styles taken from gde-online.ru */
footer {
    padding-top: 45px;
    padding-bottom: 40px;
    background: #F6F7FA;
}

.title-menu-footer {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 500;
}

footer ul {
    list-style-type: none;
    padding-left: 0 !important;
}

footer li {
    list-style: none;
}

.phone-section {
    z-index: 2;
}

.menu-footer-mail {
    white-space: nowrap;
}

.item-menu-footer a {
    color: #493D3D;
    font-size: 14px;
}

.item-menu-footer .menu-footer-mail a {
    color: #7BD1B2;
}

.item-menu-footer li {
    margin-bottom: 10px;
}

.footer-items {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-items .item-logo.item {
    flex-grow: 1;
    margin-right: 0;
    max-width: 300px;
    padding-right: 0px;
}

.footer-items .item-logo.item a {
    margin-bottom: 2px;
    font-size: 12px;
    display: block;
    font-family: "Fedra Sans Pro", sans-serif;
    color: #7BD1B2;
}

.footer-items .item-logo.item br {
    display: none;
}

.footer-items .item-logo.item p {
    margin-bottom: 16px;
}

.footer-items .item-logo.item p:first-child {
    margin-top: 0;
}

.footer-items .item {
    margin-right: 36px;
}

.footer-items .item:last-child {
    margin-right: 0;
}

.front-page {
    background: #ffffff;
    overflow: hidden;
}

.front-page .name {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 350;
    line-height: 137%;
    color: #333333;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.front-page .page-title {
    margin-bottom: 39px;
    padding-bottom: 33px;
    font-size: 52px;
    font-weight: bold;
    position: relative;
    line-height: 137%;
    font-family: "Fedra Sans Pro", sans-serif;
    color: #333333;
}

.front-page .page-title:after {
    content: '';
    position: absolute;
    width: 95px;
    height: 3px;
    background: #7BD1B2;
    left: 0;
    bottom: 0;
}

.front-page .text {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 350;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.front-page ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 58px;
}

.front-page li {
    padding-left: 38px;
    color: #423C3C;
    margin-bottom: 10px;
    font-weight: 350;
    font-size: 20px;
    font-family: "Fedra Sans Pro Book", sans-serif;
    line-height: 140%;
    background: url('../img/star-front.svg') left center no-repeat;
}

.front-page li a {
    color: #423C3C;
}

.front-page li a:hover {
    color: #7BD1B2;
    text-decoration: none;
}

.front-page .container {
    padding-top: 55px;
    position: relative;
    padding-bottom: 87px;
}

.front-page .buttons {
    display: flex;
    align-items: center;
}

.front-page .btn-green {
    margin-right: 80px;
    min-height: 66px;
    max-width: 261px;
    width: 100%;
    font-size: 20px;
}

.front-page .right a, a.links {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #7BD1B2;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-decoration: none;
    margin-top: 8px;
    padding-right: 33px;
    background: url('../img/arr.svg') right center no-repeat;
}

.front-page .container:after {
    content: '';
    position: absolute;
    width: 526px;
    height: 724px;
    right: -110px;
    bottom: -45px;
}

footer .logo {
    font-weight: bold;
    font-size: 22px;
    font-family: "Fedra Sans Pro", sans-serif;
    color: #171717;
}

footer p {
    font-weight: 350;
    font-family: "Fedra Sans Pro Book", sans-serif;
    color: #423C3C;
    margin-top: 0;
    font-size: 14px;
}


.history {
    padding-top: 56px;
}

.history h1 {
    text-align: center;
    font-size: 54px;
    padding-bottom: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}

.history h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 46px;
}

.history h1:after {
    content: "";
    position: absolute;
    width: 95px;
    height: 3px;
    background: #7BD1B2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.history .about-me {
    display: flex;
    justify-content: space-between;
    grid-gap: 52px;
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.history .about-me .text {
    max-width: 468px;
    width: 100%;
}

.history p {
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 24px;
}

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

.history .quote {
    padding-left: 25px;
    margin-left: -25px;
    font-size: 18px;
    line-height: 180%;
    font-weight: bold;
    margin-bottom: 32px;
    border-left: 3px solid #222222;
}

.history .about-me-1 .container {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 250px;
    display: flex;
    align-items: flex-start;
}

.history .about-me-1 {
    margin-bottom: 45px;
}

.history .about-me-1 .container p {
    line-height: 176%;
}

.history .about-me-1 h3 {
    text-align: left;
}

.history .about-me-1 .text {
    max-width: 700px;
    padding-left: 70px;
}

.history .online-platform .container {
    display: flex;
    align-items: flex-start;
    padding-left: 250px;
    max-width: 1470px;
    padding-right: 0;
}

.history .online-platform {
    padding-bottom: 80px;
}

.history .online-platform .text {
    max-width: 644px;
    padding-right: 56px;
}

.history .online-platform p {
    line-height: 176%;
}

.history .online-platform .images {
    max-width: 515px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    grid-gap: 30px;

}

.history .online-platform .images .item {
    margin-left: auto;
    margin-right: auto;
    width: calc(50% - 30px);
}

.history .beginning {
    background: #F6F7FA;
    padding-top: 102px;
    padding-bottom: 71px;
}

.history .beginning h3 {
    text-align: left;
}

.history .beginning .container {
    display: flex;
    align-items: flex-start;
    padding-right: 235px;
    max-width: 1450px;
}

.history .beginning .text {
    max-width: 660px;
    padding-left: 75px;
}

.history .beginning .images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 22px;
    margin-top: 48px;
    margin-bottom: 37px;
}

.history .work {
    padding-top: 80px;
    padding-bottom: 80px;
}

.history .work .container-inner {
    max-width: 904px;
    margin-left: auto;
    margin-right: auto;
}

.history .work .grid {
    display: flex;
    align-items: flex-start;
    padding-left: 132px;

}

.history .work .grid .text {
    max-width: 580px;
    padding-right: 80px;
    padding-bottom: 150px;
}

.history .work .grid .images {
    max-width: 488px;
    position: relative;
    width: 100%;
    margin-left: auto;
}

.history .work .grid .images img {
    display: block;
    margin-left: auto;
    margin-bottom: 30px;
}

.history .work .grid .images img:last-child {

    margin-bottom: 0;
}

.history .work .grid .images img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 200px;
}

.history .images-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: -180px;
    max-width: 853px;
    margin-bottom: 48px;
}

.history .further .container {
    max-width: 904px;
}

.history .further .container .images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 48px;
    margin-bottom: 57px;
}

.history .further .container .images-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history .further .container .images-grid .item:nth-child(2) {
    grid-row: span 2;
}

.history .current-work {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 106px;
    background: #F6F7FA;
}

.slick-arrow {
    top: 50%;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 35.1637px 93.7699px rgba(0, 11, 38, 0.12);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick-arrow.slick-next {
    right: 50%;
    margin-right: -430px;
}

.slick-arrow.slick-prev {
    left: 50%;
    margin-left: -430px;
}

.current-work .current-slider * {

}

.current-work .current-slider .item {
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0.3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0px 3.37336px 11.8068px rgba(33, 26, 26, 0.04);
}

.history .slick-track {
    display: flex;
    align-items: center;
    min-height: 632px;
}

.history .current-work .current-slider .item.slick-current img {
    height: 592px;
    object-fit: cover;
    max-width: 550px;
}

.history .current-work .current-slider .item.slick-current {
    opacity: 1;

}

.history .current-work .current-slider .item img {
    height: 486px;
    width: auto;
}

.current-slider .item img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.current-slider .item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.buttons-history {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.buttons-history a {
    margin-left: 15px;
    margin-right: 15px;
}

.buttons-history a.links {
    margin-left: 15px;
    margin-right: 15px;
}


.apprentice .current-work .current-slider .item {
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    height: 632px;
    display: flex;
    align-items: center;

}

.apprentice .current-work .current-slider .item.slick-current {
    opacity: 1;
}

.apprentice .current-work .current-slider .item.slick-current img {
    max-width: 903px;
    height: 100%;
    width: auto;
}

.apprentice .current-work .current-slider .item img {
    max-width: 700px;
    width: auto;
    height: 85%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.apprentice .slick-arrow.slick-prev {
    margin-left: -580px;
}

.apprentice .slick-arrow.slick-next {
    margin-right: -580px;
}


.video-front {
    background: #FFFFFF;
    padding: 125px 0;
    position: relative;
}

.video-front:after {
    content: "";
    position: absolute;
    background: url('../img/decor-1.svg') center center no-repeat;
    width: 41px;
    height: 74px;
    top: -35px;
    left: 0;
    -webkit-background-size: contain;
    background-size: contain;
}

.video-front:before {
    content: "";
    position: absolute;
    background: url('../img/decor-2.svg') center center no-repeat;
    width: 90px;
    height: 252px;
    bottom: -125px;
    right: 0;
    -webkit-background-size: contain;
    background-size: contain;
}


.video-front .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-front .left {
    max-width: 696px;
    width: 100%;
    position: relative;
}

.video-front .left .video {
    position: relative;
    display: block;
    box-shadow: 0px 2px 40px rgba(0, 11, 38, 0.12);
    border-radius: 10px;
}


.video-front .video.active {
    background: #000;
    transition: all 0.3s;
}

.video-front .video.active img {
    opacity: 0;
    transition: all 0.3s;
}


.video-front .left video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    left: 0;
    transition: all 0.3s;
    opacity: 0;
    z-index: 4;

}

.video-front .left video.active {
    visibility: visible;
    opacity: 1;

}

.video-front .left .video img {
    position: relative;
    display: block;

    border-radius: 10px;
}

.video-front .left .video:after {
    content: "";
    position: absolute;
    background: url('../img/play.svg') center center no-repeat, #FFFFFF;
    width: 72px;
    height: 72px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 24.175px 64.4668px rgba(0, 11, 38, 0.12);
    -webkit-background-size: 23px;
    background-size: 23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.video-front .right {
    width: 100%;
    padding-left: 84px;
    font-weight: 800;
    font-size: 30px;
    font-family: "Fedra Sans Pro", sans-serif;
}

.priem-front {

    padding: 125px 0;
}

.title-priem-front {
    margin-bottom: 94px;
    line-height: 140%;
    font-size: 30px;
    font-weight: bold;
}

.priem-front .item {
    margin-bottom: 150px;
}

.priem-front .left {
    padding-right: 40px;
}

.priem-front .right {
    padding-left: 40px;
}

.priem-front .item .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.priem-front .item-2 {
    position: relative;
}

.priem-front .item-2:after {
    content: "";
    position: absolute;
    background: url('../img/decor-3.svg') center center no-repeat;
    width: 61px;
    height: 115px;
    left: 0;
    top: -150px;
}

.priem-front .item-2:before {
    content: "";
    position: absolute;
    background: url('../img/decor-4.svg') center center no-repeat;
    width: 91px;
    height: 167px;
    right: 0;
    bottom: -150px;
}


.priem-front .item-3 {
    margin-bottom: 175px;
}

.priem-front .item-4 {
    margin-bottom: 70px;
}

.priem-front .item-5 {
    margin-bottom: 120px;
}

.priem-front .item-4 {
    min-height: 304px;
    background-position-x: 600px;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 90px;
}

.priem-front .item-4:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/photo.png') left center no-repeat;
    height: 100%;
    width: 50%;
}

.priem-front .item-5 {
    position: relative;
}

.priem-front .item-5:after {
    content: "";
    position: absolute;
    background: url('../img/decor-5.svg') center center no-repeat;
    width: 84px;
    height: 158px;
    left: 0;
    top: -150px;
}

.title-red {
    color: #EB5757;
    font-size: 22px;
    font-weight: bold;
    background: #FFFFFF;
    border-radius: 50px;
    margin-bottom: 24px;
    padding: 15px 25px;
}

ul.play-red {
    padding-left: 26px;
}

ul.play-red li {
    background: url('../img/playred.svg') left center no-repeat;
    padding-left: 31px;
    margin-bottom: 24px;
}

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

.primer-link a {
    background: #FFFFFF;
    box-shadow: 0px 9px 30px rgba(0, 30, 80, 0.15);
    border-radius: 44px;
    padding: 10px 20px;
    margin-top: 161px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    text-decoration: none;
}

.primer-link {
    background: url('../img/primer.svg') left bottom no-repeat;
    max-width: 276px;
    min-height: 227px;
    width: 100%;
    padding-left: 31px;
    padding-bottom: 23px;
    margin-right: auto;
    margin-right: 150px;
}


.priem-front .item.item-6 .container {
    align-items: flex-start;
}

.priem-front .item.item-6 {
    margin-bottom: 0;
}


.cennost {
    padding-top: 125px;
    padding-bottom: 100px;
    position: relative;

}

.cennost .container {
    z-index: 9;
    position: relative;
}

.cennost:after {
    content: "";
    position: absolute;
    background: url('../img/cen.png') center center no-repeat;
    width: 251px;
    height: 216px;
    right: 30px;
    top: 50%;
    margin-top: -130px;
}


.titlecennost {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 90px;
}


.cennost .items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cennost .items .item {
    width: calc(50% - 16px);
    margin-bottom: 95px;
}

.cennost .items .item .title {
    color: #EB5757;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 800;
    font-family: "Fedra Sans Pro", sans-serif;

}

.cennost .items .item .text {
    color: #423C3C;
    font-size: 20px;
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-weight: 350;
    line-height: 150%;
    padding-right: 20px;

}

.cennost .items .item .links {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
}

.cennost .items .item .links svg {
    margin-right: 15px;
}

.cennost .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 391px;
    margin-left: auto;
    margin-right: auto;
}

.cennost .btns .btn-green {
    margin-bottom: 30px;
    min-height: 66px;
    width: 100%;
}

.slider-dop .slide {
    padding: 15px;
    overflow: hidden;
}

.slider-dop .item-inner {
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 11, 38, 0.12);
    border-radius: 17px;
    max-width: 275px;
    padding: 16px;
    min-height: 321px;
    margin-top: 65px;
    margin-bottom: 30px;
    position: relative;

}

.slider-dop .slide .title {
    margin-top: 16px;
    margin-bottom: 16px;
    min-height: 42px;
}

.slider-dop .slide img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 155px;
    width: 100%;
    object-fit: cover;
}

.slider-dop .slide .title a {
    color: #171717;
    text-decoration: none;
}

.slider-dop {
    margin-right: -32px;
    margin-left: -15px;
}

.slider-dop .new {
    color: #EB5777;
    font-size: 24px;
    font-weight: bold;
    margin-right: 0;
    margin-bottom: 2px;
}

.slider-dop .old {
    margin-right: 12px;
}

.slider-dop .price span:first-child {
    color: #78828C;
    font-size: 14px;
    font-weight: 350;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.slider-dop .slick-arrow.slick-next {
    right: 32px;
}

.slider-dop .slick-arrow.slick-prev {
    right: 84px;
}

.slider-dop .slick-arrow {
    top: 0;
    margin: 0;
    left: auto;
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 24.175px 64.4668px rgba(0, 11, 38, 0.12);
}

.slider-dop .more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    height: 120px;
    background: #ffffff;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.slider-dop .more a {
    width: 100%;
}

.slider-dop .item-inner:hover .more {
    opacity: 1;
    visibility: visible;
}

.dop {
    margin-top: 49px;
    margin-bottom: -34px;
    padding-right: 140px;
}

.dop h4 {
    font-size: 20px;
    font-weight: 500;

}


.social .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.social a {
    background: #FAFAFA;
    width: 67px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social a:hover {
    background: #7bd1b2;
    width: 67px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.social a path {
    fill: #7bd1b2;
    transition: all 0.3s;
}

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

.instagram-home {
    display: block;
    padding: 30px 0;
    text-decoration: none !important;
    background: #F6F7FA;
}

.instagram-home .container {
    display: flex;
    align-items: center;
    background: url('../img/insta.svg') right center no-repeat;
}

.instagram-home .left {
    display: flex;
    align-items: center;
    margin-right: 116px;
}

.instagram-home .left .title {
    display: flex;
    align-items: center;
    letter-spacing: -0.779121px;
    color: #333333;
    font-size: 20px;
    margin-left: 25px;
    font-weight: bold;
    padding-bottom: 30px;
    background: url('../img/smile.png') bottom left no-repeat;
}

.instagram-home .text {
    font-size: 18px;
    line-height: 150%;
    max-width: 700px;
    color: #333333;
}

.instagram-home .text b {
    font-weight: bold;

}

.listing .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
}

.listing-item {
    display: block;
    padding: 0;
    overflow: hidden;
    position: relative;
    border-radius: 17px;
}

.buttons-price .price {
    margin-bottom: 8px;
}

.listing-item .listing-item-description {
    width: 100%;
    padding: 20px;
    padding-bottom: 23px;


}

.listing-item .listing-item-description .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
    z-index: 9;
    position: relative;
    min-height: 54px;

}

.listing-item .listing-item-description .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.listing-item .buttons-price {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    background: #FFFFFF;
    border-radius: 17px;
    padding: 20px;
    transform: translateY(130%);
    transition: all 0.3s;
    z-index: 7;
}

.listing-item:hover .buttons-price {
    transform: translateY(0);

}

.listing-item .buttons-price a {
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
}

.course {
    padding-top: 32px;
    padding-bottom: 200px;
}

.back {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 30, 80, 0.08);
    border-radius: 36px;
    color: #493D3D !important;
    text-decoration: none !important;
    font-weight: 300;
    padding: 5px 20px;
    margin-bottom: 40px;
    font-size: 14px;
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-weight: 350;

}

.back svg {
    margin-right: 19px;
}

.course h1 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 15px;
    text-align: center;
}

.characteristcs-cource {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 32px;
}

.characteristcs-cource .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
}

.characteristcs-cource .item:after {
    content: "";
    position: absolute;
    right: 0;
    height: 14px;
    top: 50%;
    margin-top: -8px;
    background: #858586;
    width: 1px;
}

.characteristcs-cource .item b {
    color: #171717;
    font-weight: normal;
    font-size: 18px;
}

.characteristcs-cource .item span {
    color: #78828C;
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-right: 10px;
}

.chat {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #7BD1B2 !important;
    text-decoration: none !important;
    font-family: "Fedra Sans Pro", sans-serif;
}

.chat .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 30, 80, 0.15);
    border-radius: 10px;
    margin-right: 20px;
}

.course-item {
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(0, 11, 38, 0.12);
    border-radius: 15px;
    display: flex;

}

.course-item .image {
    padding: 20px 22px;
    padding-right: 25px;
    max-width: 273px;
    width: 100%;
    min-width: 273px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    max-height: 200px;
}

.course-item.no-access .image {
    position: relative;
}

.course-item.no-access .image:after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(39, 39, 39, 0.5), rgba(39, 39, 39, 0.5));
    top: 20px;
    bottom: 20px;
    right: 25px;
    left: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.course-item.no-access .image:before {
    content: "Недоступно";
    position: absolute;
    right: 25px;
    left: 22px;
    text-align: center;
    background: url('../img/accsess.svg') top center no-repeat;
    z-index: 9;
    color: #ffffff;
    font-size: 15px;
    height: 98px;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 73px;


}

.course-item .image img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-item .description {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 560px;
    padding-right: 20px;

}

.course-item .description .title {
    margin-bottom: 15px;
}

.course-item .description .title a {
    color: #EB5757;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.course-item.no-access .description .title a {
    color: #78828C;
}

.course-item .description .text {
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: #171717;
}

.course-item .right {
    padding-left: 39px;
    border-left: 1px solid rgba(159, 159, 159, 0.25);
    min-width: 276px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
    display: flex;
    flex-direction: column;
    margin-left: auto;

}

.course-item .right .day {
    flex-grow: 1;
    color: #EB5757;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.course-item.no-access .right .day {
    color: #78828C;
}

.course-item .right .access {
    text-align: right;
}

.course-item .right .access b {
    color: #333333;
    font-size: 20px;
    margin-top: 4px;
    font-weight: bold;
    display: block;
}

.course-item.no-access .right .access b {
    color: #78828C;
}

.course-item .right .access span {
    color: #78828C;
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-weight: 300;
    font-size: 16px;
    display: block;
}


.adduser .flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.adduser .flex .input {
    margin-top: 20px;
    margin-right: 30px;
}


.adduser .note {
    margin-top: 5px;
    width: 100%;
}


.adduser h3 {
    padding-bottom: 5px;
}

.file {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.file svg {
    width: 30px;
    height: auto;
    margin-right: 15px;
}

.file input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.adduser .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.adduser .btn-outline {
    margin-top: 50px;
}


a.back {
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(0, 11, 38, 0.12);
    border-radius: 36px;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    font-family: "Fedra Sans Pro Book", sans-serif;


}

.course-header {
    padding-top: 38px;
    padding-bottom: 105px;
}

.course-header a.back {
    margin-bottom: 0;
}

.course-header h4 {
    margin-top: 48px;
    margin-bottom: 8px;
    color: #333333;
    font-size: 32px;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.course-header .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.course-header h1 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    font-size: 56px;
    font-family: "Fedra Sans Pro", sans-serif;
}

.course-header h1:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 95px;
    background: #7BD1B2;
    bottom: 0;
    left: 0;
}

.course-header .text {
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-size: 24px;
    margin-bottom: 80px;
    line-height: 170%;

    max-width: 592px;
}

.about-cource a {
    align-items: center;
    text-decoration: none;
    display: inline-flex;
}

.about-cource span {
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(0, 11, 38, 0.08);
    border-radius: 500px;
    font-size: 20px;
    min-height: 93px;
    display: flex;
    align-items: center;
    padding-left: 86px;
    margin-left: -52px;
    color: #333333;
    padding-right: 49px;
    font-family: "Fedra Sans Pro Book", sans-serif;

}

.about-cource img {
    z-index: 9;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    min-width: 125px;
    object-fit: cover;
}

.price-button {
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 21px;
}

.price-button span {
    font-size: 52px;
    font-weight: bold;
    color: #FF4D6D;
    display: inline-block;
    padding-top: 7px;
}

.price-button .btn-green {
    margin-right: 59px;
    max-width: 291px;
    width: 100%;
    font-size: 24px;
    min-height: 71px;
}

.course-header .snos {
    display: inline-flex;
    align-items: center;
    background: #F6F7FA;
    border-radius: 17px;
    min-height: 72px;
    padding: 10px 39px;
    font-size: 20px;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.course-header .snos small {
    color: #A4A6AC;
    font-family: "Fedra Sans Pro", sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-left: 27px;
    text-decoration: line-through;
    white-space: nowrap;
}

.course-header .right {
    max-width: 490px;
    width: 100%;
    padding-top: 90px;
}

.course-header .right ul {
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(0, 11, 38, 0.08);
    border-radius: 17px;
    padding: 5px 30px;
    list-style: none;
    margin-bottom: 24px;
}

.course-header .right li:last-child {
    border: none;
}

.course-header .right li {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #E2E3E4;

}

.course-header .right li i {
    margin-right: 16px;
    min-width: 24px;

}

.course-header .right li span {
    font-size: 20px;
    margin-right: 8px;
    font-family: "Fedra Sans Pro Book", sans-serif;

}

.course-header .right li b {
    font-size: 20px;
    font-weight: bold;
}

.course-header .right .img img {
    margin-left: auto;
    margin-right: auto;
}

.course-header .right .question {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #808593;
    font-size: 18px;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.course-header .right .question a {
    margin-left: 16px;
}

.slider-course {
    padding-left: 20px;
    margin-bottom: 86px;
}

.slider-course .item {
    margin-left: 20px;
}

.slider-course .slick-prev {
    margin-left: 0;
    left: 40px;
}

.slider-course .slick-next {
    left: auto;
    right: 40px;
    margin-right: 0;
}

.author-course .container {

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-default p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.page-default h1 {
    margin-bottom: 30px;
}

.page-default {
    margin-bottom: 30px;
    padding: 30px 15px;
    background: #ffffff;
    box-shadow: 0 2px 40px rgb(0 11 38 / 12%);
}

.author-course .right .title {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}

.author-course .right .instagram-home .left .title {
    font-size: 20px;
}

.author-course .right {
    max-width: 549px;
}

.author-course .right .instagram-home {
    display: flex;
    align-items: center;
    background: url('../img/insta.svg') right center no-repeat;
    padding-right: 60px;
}

.author-course .right .instagram-home .text {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

.author-course .right .instagram-home .left {
    margin-left: 0;
    margin-right: 15px;
}

.author-course .left {
    margin-left: -60px;
}

.author-course .right .links {
    display: inline-flex;
}

.author-course .right .text {
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-size: 20px;

}

.author-course .right .text p {
    margin-bottom: 24px;
}

.who {
    background: #F6F7FA;
    padding-top: 105px;
    padding-bottom: 55px;
}


.who .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.who .items .item {
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
}

.who .items .item .title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 11px;
}

.who .items .item .dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.who .items .item .img {
    position: relative;
    display: inline-block;
}

.who .items .item .img span {
    position: absolute;
    font-size: 67.8261px;
    font-weight: bold;
    left: 9px;
    text-shadow: 0px 2px 40px rgba(0, 11, 38, 0.08);
    color: #ffffff;
    bottom: -34px;
    font-family: "Fedra Sans Pro Normal", sans-serif;

}

.who .items .item .img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 292px;
}

.who .items .item .dots span {
    background: #E8EBEF;
    border-radius: 2.29412px;
    display: block;
    margin-left: 2px;
    width: 23px;
    height: 8px;
    margin-right: 2px;
}

.who .items .item .dots span.active {
    background: #FFED4C;
}

.how {
    padding-top: 105px;
    padding-bottom: 110px;
}

.how .container {
    display: flex;
    align-items: flex-start;
}

.how .left {
    font-size: 36px;
    position: sticky;
    top: 115px;
    font-weight: bold;
}

.how .right {
    max-width: 644px;
    width: 100%;
    display: flex;

}

h2.title {
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 36px;
    font-family: "Fedra Sans Pro", sans-serif;
}

.how .item-line {
    width: 1.5px;
    background: #CAD0DF;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
}

.how .item-line:after {
    content: "";
    position: absolute;
    border: 2px solid #7BD1B2;
    box-shadow: 0px 0px 8px #7BD1B2;
    left: -1px;
    width: 2px;
    height: 374px;
    top: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.how .item {
    position: relative;
    padding-left: 55px;
    margin-bottom: 100px;
}

.how .item:last-child {
    margin-bottom: 0;
}

.how .item:last-child:after {
    content: "";
    position: absolute;
    height: 100%;
    right: 100%;
    z-index: 1;
    width: 80px;
    top: 0;
    background: #fff;
}

.how .item .title {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: bold;
    font-family: "Fedra Sans Pro", sans-serif;
}

.how .item .text {
    font-size: 20px;
    padding-bottom: 46px;
    font-family: "Fedra Sans Pro Book", sans-serif;
    background: url('../img/star-front.svg') left top no-repeat;
    -webkit-background-size: 28px;
    background-size: 28px;
    padding-left: 52px;
}

.how .item.active > span {
    background: #7BD1B2;
    border: 2px solid #7BD1B2;
    box-shadow: 0px 0px 8px #7BD1B2;
    color: #ffffff;

}

.how .item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ffffff;
    border: 1.5px solid #CAD0DF;
    font-weight: bold;
    font-size: 32px;
    position: absolute;
    right: 100%;
    top: 0;
    width: 72px;
    height: 72px;
    z-index: 3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: -5px;
}


.besides {
    background: #F6F7FA;
    padding-bottom: 137px;
    padding-top: 118px;
}


.besides .flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 32px;
}

.besides .flex .item-lr {
    min-height: 400px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 2px 40px rgba(0, 11, 38, 0.08);
    overflow: hidden;

}

.besides .flex .item-lr:after {
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 211, 236, 0) 52.38%, #EB98B4 100%), url(image.png);
    left: 0;
    width: 100%;
    bottom: 0;

}

.besides .flex .item-lr .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 30px;
    font-size: 24px;
    font-weight: bold;
    font-family: "Fedra Sans Pro", sans-serif;
    color: #ffffff;
}

.besides .flex .item-cr {
    display: flex;
    flex-direction: column;

}

.besides .flex .item-cr .item {
    flex-grow: 1;
    background: #FFFFFF;
    border-radius: 17px;
    padding: 30px;
}

.besides .flex .item-cr .item .title {
    font-size: 23px;
    font-weight: bold;
    font-family: "Fedra Sans Pro", sans-serif;
    line-height: 150%;
}

.besides .flex .item-cr .item svg {
    margin-top: 6px;
    display: block;
    margin-left: auto;
}

.besides .flex .item-cr .item .text {
    font-size: 19px;
    line-height: 160%;

    margin-top: 20px;
    color: #423C3C;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.besides .flex .item-cr .item:last-child {
    margin-top: 32px;
}


.lesson-content {
    padding-top: 105px;
    padding-bottom: 115px;
}

.lesson-content .item {
    border-bottom: 1px solid #CAD0DF;
    padding-bottom: 28px;
    padding-top: 28px;
    position: relative;
}

.lesson-content .item:after {
    content: "";
    position: absolute;
    box-shadow: 0px 0px 8px #7BD1B2;
    height: 1px;
    background: #7BD1B2;
    left: 0;
    bottom: -1px;
    z-index: 5;

}

.lesson-content .item:nth-child(1):after {
    width: 11%;
}

.lesson-content .item:nth-child(2):after {
    width: 22%;
}

.lesson-content .item:nth-child(3):after {
    width: 33%;
}

.lesson-content .item:nth-child(3):after {
    width: 44%;
}

.lesson-content .item:nth-child(4):after {
    width: 55%;
}

.lesson-content .item:nth-child(5):after {
    width: 66%;
}

.lesson-content .item:nth-child(6):after {
    width: 77%;
}

.lesson-content .item:nth-child(7):after {
    width: 88%;
}

.lesson-content .item:nth-child(8):after {
    width: 100%;
}

.lesson-content .item .text {
    display: none;
    padding-left: 151px;
    margin-top: 24px;
}

.lesson-content .item .text {
    display: none;
    padding-left: 151px;
    margin-top: 24px;
}

.lesson-content .item .text .flex {

}

.lesson-content .item .text .left {

}

.lesson-content .item .text .left p {
    font-size: 17px;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.lesson-content .item .text .right {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.lesson-content .item .text .right .img:last-child {

}

.lesson-content .item .text .right .img {
    width: 190px;
    height: 190px;
    margin-right: 15px;
    margin-top: 15px;
}

.lesson-content .item .text .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.lesson-content .item .text .price {
    background: #F6F7FA;
    border-radius: 17px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    margin-top: 16px;
}

.lesson-content .item .text .price span {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.lesson-content .item .text .price small {
    color: #A4A6AC;
    font-weight: bold;
    font-size: 20px;
    font-family: "Fedra Sans Pro", sans-serif;
}

.lesson-content .item .text .titletext {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Fedra Sans Pro", sans-serif;
}

.lesson-content .item .title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lesson-content .item .title.active small {
    background-color: #BFC2C9;
    transform: rotate(180deg);
}

.lesson-content .item .title b {
    flex-grow: 1;
    font-weight: bold;
    font-size: 20px;
    font-family: "Fedra Sans Pro", sans-serif;
}

.lesson-content .item .title span {
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 31px;
    min-height: 38px;
    display: flex;
    align-items: center;
    margin-right: 40px;
    padding: 5px 19px;
    min-width: 111px;
}


.lesson-content .item .title small {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.3s;
    border-radius: 50%;
    background: url('../img/arrow-down.svg') center center no-repeat, #7BD1B2;
    display: block;
    min-width: 45px;
}

.buy-course {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 50px;
    margin-top: 32px;
    box-shadow: 0px 2px 40px rgba(0, 11, 38, 0.08);
    border-radius: 17px;
}

.buy-course span {
    font-size: 20px;
    font-family: "Fedra Sans Pro Book", sans-serif;
    background: #FFFFFF;
    margin-right: 20px;

}

.buy-course .old {
    font-size: 32px;
    color: #A4A6AC;
    font-weight: bold;
    font-family: "Fedra Sans Pro", sans-serif;
    text-decoration: line-through;

}

.buy-course .new {
    font-size: 40px;
    font-weight: bold;
    color: #FF4D6D;
    font-family: "Fedra Sans Pro", sans-serif;
    font-weight: bold;

}

.buy-course .btn-green {
    min-height: 71px;
    font-size: 24px;
    max-width: 291px;
    width: 100%;

}


.faq-course {
    padding-top: 105px;
    padding-bottom: 120px;
    background: #F6F7FA;
}


.faq-course h2.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.faq-course h2.title span {
    margin-bottom: 10px;
}

.faq-course h2.title b {
    margin-bottom: 10px;
    font-size: 20px;
}

.faq-course .flex {
    display: flex;
}

.faq-course .nav {
    width: 52%;
    display: block;
}

.faq-course .nav a {
    padding: 20px 35px;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.8;
    display: flex;
    align-items: flex-start;
    color: #333333;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    text-decoration: none;
}

.faq-course .nav a.active {
    background: #ffffff;
    color: #7BD1B2;
    opacity: 1;
}

.faq-course .nav span {
    margin-right: 19px;
}

.faq-course .tab-content {
    width: 48%;
    background: #ffffff;
    padding: 32px 48px;
    border-radius: 0 20px 20px 0;
}

.faq-course .tab-content .title {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
    font-family: "Fedra Sans Pro", sans-serif;
}

.faq-course .tab-content p {
    margin-bottom: 25px;
    font-size: 18px;
    font-family: "Fedra Sans Pro Book", sans-serif;
}


.title-dz {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.title-dz b {
    font-size: 16px;
    font-weight: 500;
    font-family: "Fedra Sans Pro", sans-serif;
}

.title-dz .status-dz {
    display: flex;
    flex-grow: 1;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-weight: 300;
    min-height: 24px;
    padding-right: 34px;
}

.title-dz .status-dz:before {
    content: "";
    flex-grow: 1;
    background: #F2F2F2;
    height: 1px;
    display: block;
    margin-left: 16px;
    margin-right: 16px;
}

.title-dz .status-dz.execution {
    color: #78828C;
    background: url('../img/time-1.svg') right center no-repeat;
}

.title-dz .status-dz.on-check {
    color: #F89124;
    background: url('../img/time-2.svg') right center no-repeat;
}

.title-dz .status-dz.checked-out {
    color: #38B98A;
    background: url('../img/time-3.svg') right center no-repeat;
}

body.single-product footer {
    background: #fff;
    z-index: 9;
    position: relative;
}

.text-dz {
    font-size: 14px;
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-weight: 300;
    color: #171717;
    line-height: 160%;

    padding-bottom: 22px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 22px;
}

.label-file {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.label-file input {
    position: absolute;
    z-index: -1;
    right: 0;
    visibility: hidden;
    opacity: 0;
}

.label-file .label-text {
    color: #78828C;
    font-size: 14px;
    line-height: 22px;
    padding-left: 24px;
    width: calc(100% - 96px);
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-weight: 300;

}

.label-file .icon {
    min-width: 96px;
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #B9C3CD;
    border-radius: 4px;
}

.product-description-homework .btn-green {
    max-width: 275px;
    margin-left: auto;
    display: flex;
    margin-top: 24px;
}

.photo-dz-form-flex {
    display: flex;
    flex-wrap: wrap;
}

.photo-dz-form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.photo-dz-form .item {
    position: relative;
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
    margin-right: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;

    cursor: pointer;
}

.photo-dz-form .item:after {
    content: "";
    position: absolute;
    background: url('../img/del.svg') center center no-repeat, rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s;
}

.photo-dz-form.on-check .item:after {
    content: none;
}

.photo-dz-form.on-check .item a {
    position: relative;
    display: block;
}

.photo-dz-form.on-check .item a:after {
    content: "";
    position: absolute;
    background: url('../img/on-check.svg') center center no-repeat, rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s;
}

.photo-dz-form .item:hover:after, .photo-dz-form .item:hover a:after {

    opacity: 1;
}

.photo-dz-form .item img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.title-grey {
    margin-bottom: 16px;
    color: #78828C;
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.comment-dz {
    padding-top: 20px;
    border-top: 1px solid #F2F2F2;
    margin-top: 20px;
}

.text-comment-dz {
    background: #EFFAF6;
    border-radius: 10px;
    line-height: 160%;

    padding: 10px 16px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Fedra Sans Pro Book", sans-serif;
    margin-bottom: 16px;
}

.comment-dz .name b {
    font-family: "Fedra Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.comment-dz .name span {
    color: #78828C;
    font-size: 14px;
    font-weight: 300;
    display: block;
    font-family: "Fedra Sans Pro Book", sans-serif;
}

.comment-dz .name {
    position: relative;
    padding-left: 64px;
}

.comment-dz .name img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rasssroch {
    display: block;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    max-width: 451px;
}

.saleprice-cource .numeral {
    font-size: 18px;
    font-family: "Fedra Sans Pro", sans-serif;

}

.saleprice-cource .percent {
    font-size: 24px;
    font-weight: bold;
    font-family: "Fedra Sans Pro", sans-serif;
}

.saleprice-cource {
    position: absolute;
    background: #FFF970;
    backdrop-filter: blur(26px);
    width: 121px;
    height: 88px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -40px;
    margin-left: 20px;
}

.course-header .snos {
    position: relative;
}


.course-header .price-button .snos {
    background: none;
    padding: 0 !important;
    margin-top: 0;
    min-height: 1px;
}

.course-header .price-button span {
    display: block;
    margin-top: 0;
    padding-top: 0;
}

.course-header .price-button .snos small {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.course-header .price-button .snos small {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.price-button .snos i {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 9px;
    cursor: pointer;
    margin-left: 18px;
}

.price-button .snos i path {
    transition: all 0.3s;
}

.price-button .snos i:hover path {
    stroke: #66686B;
}

.price-button > .btn-green {
    max-width: 300px !important;
    width: 100%;
    font-size: 18px;
}

.price-button .btn-outline {
    margin-right: 38px;
    min-height: 71px;
    max-width: 300px;
    box-shadow: none;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
}

.price-button .snos i:after {
    content: attr(data-text);
    font-style: normal;
    position: absolute;
    padding: 12px 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 40px rgba(0, 11, 38, 0.08);
    border-radius: 15px;
    font-size: 15px;
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-weight: 300;
    color: #333333;
    white-space: nowrap;
    bottom: 100%;
    right: 0;
    margin-bottom: 10px;
    transition: all 0.3s;
    opacity: 0;
    z-index: -1;

    visibility: hidden;
}

.price-button .snos i:hover:after {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}


#quickregistration-1 .paid-only {
    font-size: 24px;
    margin-bottom: 16px;
    display: block;
}


#quickregistration-1 form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#quickregistration-1 .modal-dialog {
    max-width: 595px;
}

#quickregistration-1 .free-only {
    font-family: "Fedra Sans Pro Book", sans-serif;
    display: block;
    margin-bottom: 47px;
    font-size: 18px;
    font-weight: 300;

}


.course-header .left .btn-green {
    min-height: 71px;
    max-width: 451px;
    width: 100%;
}

#thank-cource .modal-dialog {
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
}

#thank-cource .modal-body .img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: linear-gradient(178.42deg, #F2D2DD 34.18%, rgba(255, 255, 255, 0) 115.9%);
}

#thank-cource .modal-body .img img {
    z-index: 9;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
}

#thank-cource .modal-body .img {
    max-width: 509px;
    height: 509px;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#thank-cource .modal-body .title {
    margin-bottom: 40px;
    font-family: "Fedra Sans Pro", sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 40px;
}

#thank-cource .modal-body .text {
    margin-bottom: 40px;
    font-family: "Fedra Sans Pro Book", sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E2E3E4;
}

#thank-cource .modal-body .desk {
    padding-left: 115px;
}

#thank-cource .modal-content {
    min-height: 100vh;
}

#thank-cource .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#thank-cource .close:after, #thank-cource .close:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 35px;
    background: #b9b9b9;
    top: 50%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#thank-cource .close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#thank-cource .close {
    top: 140px;
    right: 40px;
    font-weight: 300;
    width: 50px;
    height: 50px;

}

#thank-cource .modal-body {
    padding: 0;
    padding-top: 200px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;

}

.show-thank-cource {
    overflow: hidden;
    padding-right: 0 !important;
}

.show-thank-cource header {
    z-index: 1051;
}


.social-modal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social-modal a.vk {
    background: #689BD0;
}

.social-modal a.teleg {
    background: #007DCE;
}

.social-modal a.what {
    background: #29C44D;
}

.social-modal a {
    font-size: 20px;
    color: #ffffff;
    max-width: 162px;
    min-height: 54px;
    width: 100%;
    padding: 5px 10px;
    display: flex;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    border-radius: 37px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-right: 20px;

}


@media (max-width: 1200px) {
    .social-modal a {
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        max-width: 150px;
        min-height: 47px;
    }

    #thank-cource .modal-body .img img {
        max-height: 100%;
    }

    #thank-cource .modal-body .img {
        max-width: 400px;
        height: 400px;
    }

    #thank-cource .modal-body .desk {
        padding-left: 40px;
    }

    .saleprice-cource .numeral {
        font-size: 16px;
        font-family: "Fedra Sans Pro", sans-serif;

    }

    .saleprice-cource .percent {
        font-size: 19px;
    }

    .saleprice-cource {
        width: 90px;
        height: 60px;
        top: -62px;
        margin-left: -30px;
    }


    .course-header .snos {
        margin-right: 60px;
        margin-top: 20px;
    }


    .price-button {
        justify-content: space-between;
    }

    .price-button .btn-green {
        max-width: 210px;
        font-size: 18px;
        margin-right: 20px;
        min-height: 49px;
    }

    .price-button span {
        font-size: 32px;
        white-space: nowrap;
    }

    .course-header .snos {
        padding: 10px;
        font-size: 17px;
    }

    .course-header .snos small {
        font-size: 25px;
        white-space: nowrap;
    }

    .course-header .right {
        margin-left: 15px;
    }


    .characteristcs-cource {
        flex-wrap: wrap;
    }

    .chat {
        margin-top: 15px;
    }


    .apprentice .slick-arrow.slick-prev {
        margin-left: 0;
        left: 15px;
    }

    .instagram-home .text {
        max-width: 550px;
    }

    .apprentice .slick-arrow.slick-next {
        margin-right: 0;
        right: 15px;
    }

    .apprentice .current-work .current-slider .item.slick-current img {
        margin-left: auto;
        margin-right: auto;
    }

    .apprentice .current-work .current-slider .item {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        height: auto;

    }

    .apprentice .current-slider {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {

    .label-file {
        width: 100%;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .label-file .icon {
        width: 100%;
        min-height: 56px;
        height: 56px;
    }

    .label-file .label-text {
        padding-left: 0;
        margin-top: 13px;
        font-size: 12px;
        line-height: 18px;
        width: 100%;

    }

    .photo-dz-form {
        overflow: auto;
        flex-wrap: nowrap;
        margin-right: -20px;
    }


    .apprentice .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .apprentice .slick-arrow svg {
        width: 30px;
        height: 30px;
    }

    .apprentice .current-work .current-slider .item.slick-current img {
        width: 100%;
        height: auto;
    }

    .listing-item .buttons-price {
        display: flex;
        position: static;
        transform: none;
        padding-top: 0;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 20px;
        margin-top: 0;
    }

    .listing-item .buttons-price a {
        width: calc(50% - 5px);
        margin-top: 0;
        font-weight: bold;
        font-size: 16px;
        height: 45px;
        min-height: 45px;
    }

    .listing-item .buttons-price .price {
        display: none;
    }
}

.price-span {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    .footer-items .item {
        margin-right: 20px;
    }

    .front-page .page-title {
        font-size: 40px;
        max-width: 500px;
    }

    .front-page .text {
        max-width: 500px;
    }

    .history .about-me-1 .container {
        padding-right: 15px;
    }

    .history .online-platform .container {
        padding-left: 15px;
    }

    .history .beginning .container {
        padding-right: 15px;
    }

    .history .work .grid {
        padding-left: 0;
    }

    .history .images-container {
        margin-top: 0;
    }

    .history .work {
        padding-bottom: 40px;
    }

    .how .left {
        font-size: 30px;
    }


    .besides .flex {
        display: block;
    }

    .besides .flex .item-lr {
        max-width: 300px;
        margin-right: 20px;
    }

    .besides .flex .item-cr img {
        height: 435px;
    }

    .besides .flex .item-cr {
        max-width: 300px;
        margin-right: 20px;
        background: #ffffff;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        height: 435px;
    }

    .besides .flex .item-cr .item .text {
        font-size: 15px;
    }

    .besides .flex .item-cr .item:last-child {
        margin-top: 0;
    }

    .besides .flex .item-cr .item:last-child .title {
        padding-top: 24px;
        border-top: 1px solid #E2E3E4;
    }

    .besides .flex .item-cr .item {
        padding: 15px 20px;
    }

    .besides .flex .item-cr .item .title {
        font-size: 19px;
    }

    .buy-course {
        flex-wrap: wrap;
        justify-content: center;
    }

    .buy-course > span {
        width: 100%;
        text-align: center;
    }

    .buy-course > span br {
        display: none;

    }

    .buy-course .old {
        width: 100%;
        text-align: center;
    }

    .besides {
        padding-top: 32px;
        padding-bottom: 40px;
    }

    .besides .container {
        padding-right: 0;
    }

    .buy-course .price-span {
        width: 100%;
        justify-content: center;
        margin-bottom: 12px;
        margin-top: 10px;
    }

    .buy-course .price-span span {
        text-align: right;
    }


}

.priem-front-img-mob {
    display: none;
}

.course-header .right .about-cource, .price-mob {
    display: none;
}

.besides .slick-dots {
    text-align: center;
    margin-top: 24px;
}

.besides .slick-dots li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.besides .slick-dots li button {
    background: #FFFFFF;
    border: 1px solid #BFC2C9;
    border-radius: 8px;
    font-size: 0;
    width: 24px;
    height: 10px;

}

.besides .slick-dots li.slick-active button {
    background: #7BD1B2;
    border-color: #7BD1B2;

}

.mob-faq {
    display: none;
}

@media (max-width: 991px) {
    #thank-cource .close {
        top: 110px;
        right: 15px;
    }

    #thank-cource .modal-body {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #thank-cource .modal-body .desk {
        padding-left: 0;
        text-align: center;
    }

    .course-header .snos {
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .social-modal {
        justify-content: center;
    }

    #thank-cource .modal-body .title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    #thank-cource .modal-body .text {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;

    }

    #thank-cource .modal-body {
        padding-top: 130px;
    }

    .social-modal a {
        margin-left: 5px;
        margin-right: 5px;
    }

    .saleprice-cource {
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2px;
    }


    .author-course .right .instagram-home .text {
        display: none;
    }

    .author-course .right .instagram-home .left {
        background: none;
        height: auto;
        padding-right: 0;
    }

    .author-course .right .instagram-home .left img {
        display: block;
        width: 100%;
    }

    .author-course .right .instagram-home {

        padding-top: 0;
    }

    .mob-faq {
        display: block;
    }

    .mob-faq .item.active .title {
        color: #7BD1B2;
    }

    .mob-faq .item.active {
        background: #ffffff;
    }

    .mob-faq .item {
        padding: 15px 20px;
        border-radius: 17px;
        margin-bottom: 4px;
        margin-top: 4px;
    }

    .mob-faq .text {
        margin-top: 15px;
    }

    .mob-faq .txt {
        margin-top: 10px;
        font-size: 14px;
        line-height: 160%;

        font-family: "Fedra Sans Pro Book", sans-serif;
    }

    .mob-faq .txt p, .mob-faq .txt img {
        margin-bottom: 10px;
    }

    .mob-faq .txt img:last-child, .mob-faq .txt p:last-child {
        margin-bottom: 0;
    }

    .mob-faq .titletxt {
        font-size: 14px;
        font-weight: bold;
        font-family: "Fedra Sans Pro", sans-serif;
    }

    .mob-faq .title {
        color: #423C3C;
        font-size: 16px;
        opacity: 0.8;
        font-weight: bold;
        font-family: "Fedra Sans Pro", sans-serif;
        display: flex;
        align-items: flex-start;
    }

    .mob-faq .title span {
        margin-right: 15px;
    }

    .mob-faq .text {
        display: none;
    }


    .how .right {
        max-width: 100%;
    }

    .how .item > span {
        display: flex;
        background: #7BD1B2;
        border: 2px solid #7BD1B2;
        box-shadow: 0px 0px 8px #7bd1b2;
        color: #ffffff;
        margin-bottom: 24px;
        width: 48px;
        height: 48px;
        font-size: 20px;
        position: relative;
        left: auto;
        top: auto;
        z-index: 9;
        right: auto;
    }


    .how .item {
        padding-left: 0;
        position: relative;
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .how .container {
        max-width: 100%;
        padding: 0;
    }

    .how .items {
        width: 100%;
    }

    .how .item:after {
        content: "";
        position: absolute;
        width: 200%;
        left: 5px;
        height: 2px;
        background: #7BD1B2;
        top: 23px;

    }

    .how .item.active:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 2px;
        left: 0;
        top: 23px;
        background: #fff;
    }


    .how .slick-dots {
        text-align: center;
    }

    .how .slick-dots li {
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
        margin-top: 30px;
    }

    .how .slick-dots li button {
        background: #FFFFFF;
        border: 1px solid #BFC2C9;
        border-radius: 8px;
        font-size: 0;
        width: 24px;
        height: 10px;

    }

    .how .slick-dots li.slick-active button {
        background: #7BD1B2;
        border-color: #7BD1B2;

    }


    .how {
        padding-bottom: 40px;
        padding-top: 32px;
    }

    .item-line {
        display: none;
    }

    .how .container {
        display: block;
    }

    .how .left {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 32px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        position: static;
    }

    .who {
        padding-bottom: 20px;
    }

    .who .items {
        flex-wrap: wrap;

    }

    .who .items .item {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }


    .course-header {
        padding-top: 30px;
    }

    .course-header .container {
        flex-wrap: wrap;
    }

    .course-header h4 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 0;
        margin-top: 30px;
    }

    .about-cource, .price-button, .course-header .snos {
        display: none;
    }

    .course-header h1 {
        font-size: 32px;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .course-header h1:after {
        width: 44px;
        left: 50%;
        margin-left: -22px;
    }

    .course-header .text {
        text-align: center;
        line-height: 160%;
        font-size: 18px;
    }


    .listing .adduser .grid {
        display: block;
    }

    .course-item {
        flex-wrap: wrap;
        overflow: hidden;
    }


    .course-header .right {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-top: 0;
    }

    .course-header .left {
        margin-left: auto;
        margin-right: auto;
    }

    .course-header .right .img {
        max-width: 250px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        overflow: hidden;
        min-height: 200px;
    }

    .course-header .right .img img {
        z-index: 9;
        position: relative;
        top: 20px;
    }

    .course-header .text {
        margin-bottom: 1px;
    }

    .course-header .right .about-cource {
        display: block;
        max-width: 93px;
        right: 10px;
        position: absolute;
        top: 60px;

    }

    .course-header .right .about-cource a {
        display: block;
        text-align: center;
    }

    .course-header .right .about-cource a img {
        width: 93px;
        height: 93px;
        min-width: 93px;

    }

    .course-header .right .about-cource a span {
        background: none;
        border: none;
        font-size: 14px;
        box-shadow: none;
        padding: 0;
        margin-left: 0;
        min-height: 1px;
        margin-top: 12px;
    }

    .course-header .right .img:after {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: linear-gradient(178.42deg, #F2D2DD 34.18%, rgba(255, 255, 255, 0) 115.9%);
        left: 0;
        bottom: -42px;
        transform: matrix(1, 0, 0, -1, 0, 0);
    }

    .price-mob {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 48px;
        display: block;
    }

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

    .price-mob .price {
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .course-header .price-mob .snos {
        display: block;
        color: #808593;
        font-size: 14px;
        padding: 0;
        background: none;
        font-family: "Fedra Sans Pro Book", sans-serif;
        margin-bottom: 20px;
    }

    .course-header .price-mob .snos .old {
        color: #A4A6AC;
        font-size: 24px;
        font-weight: bold;
        font-family: "Fedra Sans Pro", sans-serif;
        text-decoration: line-through;
        margin-top: 2px;
    }

    .course-header .price-mob a {
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
    }

    .course-header .price-mob a,
    .course-header .price-mob .btn-outline,
    .course-header .price-mob .btn-green {
        max-width: 350px;
        margin-bottom: 10px;
        width: 100%;
        box-shadow: none;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }

    .twoo-lessons, .rasssroch {
        display: none;
    }

    .price-mob .price span {
        color: #333333;
        font-size: 14px;
        text-align: right;
        margin-right: 20px;
    }

    .price-mob .price .new {
        font-size: 40px;
    }


    .author-course .container {
        flex-direction: column;
        position: relative;
    }

    .author-course .title-link {
        position: absolute;
        right: 15px;
        top: 30px;
    }

    .author-course .left img {
        width: 50%;
    }

    .author-course .right {
        min-width: 100%;
        margin-top: 24px;
    }


    .course-item .description {
        order: 5;
        width: 100%;
        max-width: 100%;
        padding-left: 22px;
        position: relative;
    }

    .course-item .description:after {
        content: "";
        position: absolute;
        top: 0;
        height: 1px;
        left: -50px;
        right: -50px;
        background: rgba(159, 159, 159, 0.25);;
    }


    .listing .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 32px;
    }

    .listing-item {
        margin-bottom: 0;
    }


    .instagram-home .container {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        background: none;
    }

    .instagram-home .left {
        margin-right: 0;
        background: url('../img/insta.svg') right center no-repeat;
        -webkit-background-size: 29px;
        background-size: 29px;
        padding-right: 53px;
        margin-top: 22px;
    }

    .instagram-home .left .title {
        margin-left: 12px;
    }

    .video-front .container {
        flex-direction: column-reverse;
    }

    .footer-items .item {
        margin-right: 30px;
        width: calc(25% - 30px);
    }

    .cennost:after {
        content: none;
    }

    .footer-items .item-logo.item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .front-page .container::after {
        right: -300px;
    }

    .front-page .btn-green {
        margin-right: 30px;
    }

    .history .work .grid .text {
        padding-bottom: 50px;
    }

    .history p {
        font-size: 16px;
    }

    .history .about-me-1 .text {
        padding-left: 40px;
    }

    .history .work .grid .images {
        margin-right: auto;
    }

    .history .about-me-1 .text {
        max-width: 500px;
    }

    .history .work .grid .text {
        padding-right: 30px;
        max-width: 100%;
    }

    .history .online-platform .text {
        padding-right: 0;
    }

    .history .online-platform .container {
        flex-direction: column;
        padding-right: 15px;
    }

    .history .online-platform .text {
        max-width: 100%;
    }

    .history .online-platform .images {
        margin-left: auto;
        margin-right: auto;
        margin-top: 32px;
    }

    .history .beginning .container {
        flex-direction: column;
        position: relative;
    }

    .history .beginning h3 {
        position: absolute;
        top: -50px;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 0 15px;
    }

    .history .beginning .container .image {
        margin-left: auto;
        margin-right: auto;
    }

    .history .beginning .text {
        padding: 0;
        max-width: 100%;
    }

    .history .work .container {
        max-width: 100%;
    }

    .history .work .grid .text {
        max-width: 600px;
    }

    .history .work .grid .images img:nth-child(2) {
        position: static;
    }

    .history .current-work .current-slider .item.slick-current img {
        height: 350px;
        max-width: 300px;
    }

    .history .current-work .current-slider .item img {
        height: 300px;
        max-width: 250px;
    }

    .history .current-work .current-slider .item {
        margin-left: 5px;
        margin-right: 5px;
        padding: 10px;
    }

    .history .slick-arrow.slick-prev {
        margin-left: -250px;
    }

    .history .slick-arrow.slick-next {
        margin-right: -250px;
    }

    .history .slick-track {
        min-height: 370px;
    }


    .video-front .item-1 .container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .video-front .right {
        text-align: center;
        padding-left: 0;
        margin-bottom: 40px;
        font-size: 20px;
    }

    .video-front .right, .video-front .left {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .video-front {
        padding: 60px 0;
    }

    .priem-front .item-1 .right {
        display: none;
    }

    .priem-front .item-1 .left {
        padding-right: 0;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .title-red {
        text-align: center;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .title-priem-front {
        margin-bottom: 50px;
        text-align: center;
        font-size: 20px;
    }

    .priem-front-img-mob {
        display: block;
        margin-bottom: 30px;

    }

    ul.play-red {
        padding-left: 0;
    }

    .priem-front .item .container {
        flex-direction: column;
        align-items: center;
    }

    .priem-front .item.item-2 .container {
        flex-direction: column-reverse;
    }

    .priem-front .left {
        padding-right: 0;
    }

    .priem-front .right {
        padding-left: 0;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .priem-front .item {
        margin-bottom: 60px;
    }

    .priem-front .item-6 .left {
        margin-bottom: 30px;
    }

    .priem-front .item-6 .left img {
        margin-left: auto;
        margin-right: auto;
    }

    .priem-front {
        padding: 60px 0;
    }

    .priem-front .item-4 {
        padding-bottom: 245px;
    }

    .priem-front .item-4:after {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-position: center bottom;
    }

    .priem-front .item.item-5 .container {
        flex-direction: column-reverse;
    }

    .priem-front .item.item-5 .container .right {
        margin-bottom: 0;
    }

    .priem-front .item.item-6 .container {
        align-items: center;
    }

    .lesson-content .item .text {
        padding-left: 0;
    }

    .cennost .items .item {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .cennost .items .item .title {
        font-size: 20px;
    }

    .cennost .items .item .text {
        font-size: 16px;
    }

    .cennost {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .cennost .items {
        padding-bottom: 200px;
        margin-bottom: 40px;
        background: url('../img/cen.png') center bottom no-repeat;
    }

    .titlecennost {
        text-align: center;
    }

    .faq-course h2.title b {
        display: none;
    }

    .faq-course h2.title {
        display: block;
        text-align: center;
    }

    .faq-course .flex {
        display: none;
    }


}

.images-mob, .images-container-mob {
    display: none;
}

ul.play-red li b {
    color: #EB5757;
    font-weight: bold;
    font-family: "Fedra Sans Pro", sans-serif;

}

.lesson-content .item .title span i {
    font-style: normal;
    margin-left: 7px;
}

@media (max-width: 767px) {


    #thank-cource .modal-body .img {
        max-width: 280px;
        height: 280px;
    }


    .how .item .title {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .lesson-content, .faq-course {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .lesson-content .item .title b {
        padding-right: 10px;
    }

    .buy-course {
        padding: 20px;
    }

    .how .item .text {
        font-size: 16px;
    }

    .lesson-content .item .title span i {
        display: none;
    }

    .lesson-content .item .text .titletext {
        font-size: 16px;
        font-weight: 500;
        color: #808593;
        margin-bottom: 10px;

    }

    .lesson-content .item .text .price {
        padding: 14px;
    }

    .lesson-content .item .text .price span {
        margin-right: 0;
    }

    .buy-course .btn-green {
        min-height: 49px;
        font-size: 18px;
    }

    .buy-course .new {
        font-size: 35px;
    }

    .buy-course > span {
        font-size: 14px;
        color: #808593;
        font-family: "Fedra Sans Pro Book", sans-serif;
    }

    .buy-course .price-span span {
        font-size: 14px;
    }

    .lesson-content .item .text .flex {
        flex-direction: column;
    }

    .lesson-content .item .text .left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .lesson-content .item .text .left p {
        font-size: 16px;
        font-family: "Fedra Sans Pro Book", sans-serif;
    }

    .lesson-content .item .title span {
        width: 32px;
        height: 32px;
        min-width: 32px;
        padding: 0;
        display: flex;
        align-items: center;
        min-height: 32px;
        justify-content: center;
        margin-right: 20px;
    }

    .lesson-content .item .title b {
        font-size: 16px;
    }

    .lesson-content .item .title small {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }


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

    .who .items .item {
        width: 100%;
        margin-bottom: 32px;
    }

    .slider-course .item {
        max-width: 300px;
    }

    .who {
        padding-top: 32px;
        padding-bottom: 8px;
        margin-top: 15px;
    }

    .author-course .left img {
        display: none;
    }

    .author-course .left {
        background: url('../img/authot.png') left center no-repeat;
        width: 100%;
        height: 238px;
        margin-left: 0;
    }

    .author-course .right .text p {
        font-size: 16px;
    }

    .author-course .right .title {
        font-size: 27px;
        max-width: 160px;
    }

    .author-course .right .links span {
        display: none;
    }

    .author-course .right .links {
        text-transform: none;
    }


    .course h1 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 150%;

        text-align: left;
    }

    .back {
        margin-bottom: 20px;
    }

    .course {
        padding-top: 20px;
    }

    .characteristcs-cource {
        align-items: flex-start;
        margin-bottom: 20px;
        justify-content: flex-start;
        padding-top: 0;
        padding-bottom: 0;
    }

    .characteristcs-cource .item:after {
        content: none;
    }

    .characteristcs-cource .item {
        margin-bottom: 5px;
    }

    .chat {
        font-size: 16px;
    }

    .course-item .right {
        margin-left: auto;
        width: 50%;
        min-width: 1px;
        padding-right: 20px;
        border: none;
        padding-left: 0;
    }

    .course-item .description .title a {
        font-size: 16px;
        line-height: 150%;

    }

    .course-item .description .title {
        margin-bottom: 10px;

    }

    .course-item .description .text {
        font-size: 14px;
        line-height: 150%;

    }

    .characteristcs-cource .item b {
        font-size: 14px;
    }

    .characteristcs-cource .item span {
        font-size: 14px;
    }

    .characteristcs-cource .item {
        padding-right: 0;
        margin-right: 0;
    }

    .course-item .image {
        min-width: 1px;
        width: 50%;
        max-width: 50%;
        padding-right: 10px;
        max-height: 180px;
    }

    .course-item .image img {
        height: 100% !important;
        object-fit: cover;
        width: 100% !important;
    }

    .course-item .image:after,
    .course-item .image:before {
        right: 10px !important;
    }

    .course-item .image:before {
        height: 64px !important;
        -webkit-background-size: 40px !important;
        background-size: 40px !important;
        padding-top: 45px !important;
    }

    .course-item .image img {
        width: auto;
        height: 112px;
    }

    .listing .grid {
        display: block;
    }

    .course-item .right .access span {
        font-size: 14px;
    }

    .listing-item {
        margin-bottom: 15px;
    }

    .course-item .right .access b {
        font-size: 16px;
    }


    .instagram-home .text {
        font-size: 14px;
    }

    .instagram-home {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .video-front::before {
        content: none;
    }

    .priem-front .item-2::after {
        content: none;
    }

    .cennost .btns .btn-green {
        margin-bottom: 20px;
    }

    .priem-front .item-2::before {
        content: none;
    }

    .titlecennost {
        text-align: center;
        font-size: 20px;
        margin-bottom: 50px;
    }

    .characteristcs-cource .item {
        width: 100%;
        justify-content: flex-start;
    }

    .cennost .btns .btn-green {
        min-height: 47px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .history .online-platform .images {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
        width: 100%;
        align-items: flex-start;
        max-width: 100%;
    }

    .history .online-platform .images .item {

        width: 100%;
        max-width: 100%;
    }

    .history .online-platform {
        padding-bottom: 40px;
    }

    .history .beginning {
        padding-top: 80px;
    }

    .images-container {
        display: none;
    }

    .images-container-mob {
        display: block;

        position: relative;
        margin: 0 -15px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .images-container-mob img {
        width: 70%;
    }

    .history .beginning .images {
        margin-left: -15px;
        margin-right: -15px;
    }

    .images-container-mob img:last-child {
        width: 35%;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 8;
    }

    .images-mob {
        display: flex;
        padding-top: 112px;
        margin-bottom: 32px;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }

    .images-mob img {
        width: 55%;
        margin-left: auto;
    }

    .images-mob img:first-child {
        position: absolute;
        top: 0;
        left: 0;
    }

    .history .work .grid .images {
        display: none !important;
    }

    .history .beginning {
        padding-bottom: 30px;
    }

    .footer-items .item {
        margin-right: 30px;
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }

    .history .work {
        padding-top: 30px;
    }

    .history .work .grid .text {
        padding-right: 0;
        max-width: 100%;
    }

    .front-page .container {
        position: static;
    }

    .front-page {
        position: relative;
    }

    .front-page .container::after {
        right: 0;
        background-image: url('../img/front-2.png');
        width: 215px;
        height: 478px;
        bottom: auto;
        top: 0;
    }

    .front-page .container::before {
        content: '';
        position: absolute;
        background-image: url('../img/front-3.svg');
        background-repeat: no-repeat;
        width: 120px;
        height: 120px;
        bottom: auto;
        top: -10px;
        left: 0;
        -webkit-background-size: contain;
        background-size: contain;

    }

    .front-page .container {
        padding-top: 44px;
    }

    .front-page .text {
        max-width: 300px;
    }

    .history .images-container {
        justify-content: center;
        display: flex;
        grid-gap: 15px;
        margin-bottom: 32px;
    }

    .history .images-container img:nth-child(2) {
        display: none;
    }

    .history .images-container img {
        width: calc(50% - 15px);
        max-width: 265px;
    }

    .history .work .grid .text {
        padding-bottom: 30px;
    }

    .history .work {
        padding-bottom: 0;
    }

    .history .work .grid {
        display: block;
    }

    .history h1 {
        font-size: 32px;
        padding-bottom: 24px;
        margin-bottom: 28px;
    }

    .history h3 {
        font-size: 20px;
        margin-bottom: 24px;
        text-align: center !important;
    }

    .history .about-me {
        flex-direction: column;
    }

    .history .about-me .text {
        max-width: 100%;
    }

    .history .container {
        max-width: 100%;
    }

    .history .about-me-1 .container {
        padding-left: 15px;
        flex-direction: column;
    }

    .history .about-me-1 .text {
        padding-left: 0;
        margin-top: 32px;
    }

    .history .about-me .image {
        margin-right: -15px;
        margin-bottom: 100px;
    }

    .history .about-me .image img {
        margin-left: auto;
        width: 55%;
    }

    .history .about-me-1 .container .image {
        margin-left: -15px;
        position: absolute;
        bottom: 100%;
        width: 100%;
    }

    .history .about-me-1 {
        position: relative;
    }

    .history .about-me-1 .container .image img {
        width: 55%;
    }

    .history .quote {
        margin-left: 0;
        padding-left: 16px;
        font-size: 16px;
    }

    .history .online-platform .text {
        padding-right: 0;
    }


    .history .further .container .images-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .history .current-work {
        margin-top: 32px;
        padding-top: 32px;
        padding-bottom: 32px;
    }


    .history .current-work .current-slider .item {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .course-header .right ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    .course-header .right li {
        padding: 13px 0;
    }

    .course-header .right li span {
        font-size: 14px;
    }

    .course-header .right .question {
        font-size: 14px;
    }

    .course-header .right li b {
        font-size: 14px;
        white-space: nowrap;
    }

    .course-header .right li i {
        margin-right: 10px;
    }
}


@media (max-width: 575px) {

    .product-description-homework .btn-green {
        width: 100%;
        max-width: 100%;
    }

    .title-dz.active {
        margin-bottom: 0;
    }

    .title-dz.active b:before {
        transform: rotate(180deg);
    }

    .title-dz {
        flex-wrap: wrap;
        transition: all 0.3s;
    }

    .title-dz b {
        display: flex;
        align-items: center;
        width: 100%;
        position: relative;
        padding-right: 40px;
    }

    .title-dz b:before {
        content: "";
        position: absolute;
        width: 24px;
        right: 0;
        top: 0;
        transition: all 0.3s;
        bottom: 0;
        background: url('../img/arrow-gray.svg') center center no-repeat;
    }

    .title-dz b:after {
        content: "";
        flex-grow: 1;
        background: #F2F2F2;
        display: block;
        height: 1px;
        margin-left: 16px;
    }

    .title-dz .status-dz {
        width: 100%;
        padding-right: 0;
        padding-left: 34px;
        -ms-background-position-x: left !important;
        background-position-x: left !important;
        margin-top: 16px;

    }

    .title-dz .status-dz:before {
        content: none;
    }


    .priem-front .item-4::after {
        -webkit-background-size: 700px;
        background-size: 700px;
    }

    .front-page .container {
        position: static;
        padding-bottom: 30px;
    }

    .priem-front .item-4 {
        padding-bottom: 180px;
    }

    .front-page {
        position: relative;
    }

    .front-page .container::after {
        right: 0;
        background-image: url('../img/front-2.png');
        width: 215px;
        height: 478px;
        top: -60px;
    }

    .front-page .container {
        padding-top: 44px;
    }

    .front-page .page-title {
        font-size: 26px;
        max-width: 200px;
        margin-bottom: 24px;
        z-index: 9;
        position: relative;
        padding-bottom: 24px;
    }

    .front-page .name {
        position: relative;
        z-index: 8;
        font-size: 18px;
    }

    .front-page .text {
        max-width: 160px;
        font-size: 16px;
        margin-bottom: 16px;
        position: relative;
        z-index: 8;
    }

    .front-page li {
        font-size: 16px;
        -webkit-background-size: 16px;
        background-size: 16px;
        padding-left: 26px;
    }

    .front-page ul {
        margin-bottom: 31px;
    }

    .front-page .buttons {
        display: flex;
        flex-direction: column;
    }

    .front-page .btn-green {
        margin-right: 0;
    }

    .front-page .right {
        max-width: 170px;
        margin-top: 22px;
    }

    .front-page .right a, a.links {
        font-size: 16px;
        -webkit-background-size: 17.5px;
        background-size: 17.5px;
    }

    .front-page .btn-green {
        min-height: 49px;
        width: 100%;
        max-width: 100%;
        font-size: 18px;
    }

    .history .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .history .slick-arrow svg {
        width: 30px;
        height: 30px;
    }

    .history .slick-arrow.slick-prev {
        left: 13px;
        margin-left: 0;
    }

    .history .slick-arrow.slick-next {
        margin-right: 0;
        right: 13px;
    }
}


@media (max-width: 500px) {
    .history .current-work .current-slider .item.slick-current img {
        max-width: 314px;
        height: 382px;
        width: 100%;
    }

    .history .current-work .current-slider .item.slick-current {
        max-width: 314px;
        height: 382px;
        padding: 10px;
    }

    .history .current-work .current-slider .item img {
        max-width: 314px;
        height: 333px;
    }

    .history .current-work .current-slider .item {
        padding: 0;
    }

    .buttons-history a {
        width: 100%;
    }

    .buttons-history {
        flex-wrap: wrap;
        text-align: center;
    }

    .buttons-history a.links {
        width: auto;
        display: inline-block;
        margin-top: 24px;
    }


    .history .online-platform .images {
        display: block;
        position: relative;

    }

    .history .online-platform .images .item {
        margin-bottom: 15px;

    }

    .history .online-platform .images img {
        display: block;
        margin-left: auto;
        width: calc(50% + 7px);
        margin-right: -15px;
    }

    .history .online-platform .images .item:nth-child(1) {
        display: block;
        top: 0;
        left: -15px;
        margin-left: auto;
        position: absolute;
    }

    .history .online-platform .images .item:nth-child(1) img {
        margin: 0;

    }
}

@media (max-width: 450px) {
    .course-header .right .img {
        max-width: 200px;
    }

    .course-header .right .img:after {
        width: 200px;
        height: 200px;
    }
}


/* Стили от Вовы */
div.avatar {
    width: 58px;
    height: 58px;
    overflow: hidden;
    border-radius: 50%
}

.avatar img {
    max-width: 150%;
    max-height: 150%;
    width: auto;
    height: auto;
}

.text-input[name=user_login] {
    background-color: #dfdfdf;
    color: gray
}

p.note {
    color: gray;
    font-size: 90%;
}

form h3 {
    padding-top: 30px;
    padding-bottom: 10px
}


@media (max-width: 930px) {
    .single-product .video-product-buy {
        padding-bottom: 40px !important
    }
}

.slider-course .slick-list .item img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.slider-course .slick-list .item {
}

.homework-status {
    margin: 5px 10px;
    font-size: 120%;
}

.homework-status span {
    margin: 0 7px;
    font-size: 130%
}

.homework-status.status-pending {
    color: darkorange
}

.homework-status.status-done {
    color: #7bd1b2
}

.container-homework-notification {
    background: #ffffff;
    box-shadow: 0 2px 40px rgb(0 11 38 / 12%);
    border-radius: 17px;
    padding: 28px;
    margin: 28px;
    border: 1px solid #aaa
}

.homework-course, .homework-lesson {
    font-size: 140%
}

.btn-green.inactive, .btn-green.inactive:hover {
    color: #cdc;
    background: white;
    border: 1px solid #cdc;
    box-shadow: none
}

.lang-icon {
    max-width: 40px;
    vertical-align: baseline;
    display: inline-block;
    margin: 0 20px
}

#jquery_jplayer_1 #subtitles {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 4%;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 2px black, 0px 0px 5px black;
}

*:-webkit-full-screen #subtitles {
    bottom: 20% !important
}

*:-moz-full-screen #subtitles {
    bottom: 20% !important
}

*:-ms-fullscreen #subtitles {
    bottom: 20% !important
}


.form-variations {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 106px;
}


.form-variations h2{
    width: 100%;
}

.form-variations h3{
    padding-bottom: 25px;
    border-bottom: 1px solid #E9EBEE;
    font-size: 32px;
    font-weight: bold;
    text-align: center;

}
.form-variations .price span{
    display: inline;
    color: #333333;
    margin-right: 0;
}
.form-variations .tariff .price{
    padding-top: 32px;
    padding-bottom: 28px;
    border-top: 1px solid #E9EBEE;

}
.form-variations  .comparison li:last-child{
    margin-bottom: 0;
}
.form-variations  .comparison li.inactive:after{
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    background: #CDCECF;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: -2px;
}
.form-variations .tariff .comparison li.inactive{
    background: none;
    position: relative;
    color: #AAABAF;
}
.form-variations  .comparison li{
    margin-bottom: 15px;
    padding-left: 40px;
    min-height: 22px;
    display: flex;
    align-items: center;
    font-size: 18px;
    background: url('../img/time-3.svg') left center no-repeat;
}
.form-variations  .comparison{
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.form-variations  .btn-link{
    max-width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #7BD1B2;
    font-size: 20px;
    display: block;
    font-weight: 500;
    margin-top: 32px;
    width: 100%;

}
.form-variations  .btn-green{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 325px;
}
.form-variations  .price{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    margin-right: 0;
    display: block;

}
.form-variations .tariff:last-child{
    border: 2px solid #7BD1B2;
    padding-top: 51px;
    padding-bottom: 63px;
}
.form-variations .tariff{
    box-shadow: 0px 2px 40px rgba(0, 11, 38, 0.08);
    border-radius: 20px;
    background: #ffffff;
    margin-left: 16px;
    max-width: 488px;
    width: 100%;
    margin-right: 16px;
    padding-top: 32px;
    padding-bottom: 44px;
}

.noafter::after {
    display: none !important
}

.account-center {
    justify-content: center;
}



@media (max-width: 1200px){
    .form-variations .tariff{
        margin-bottom: 25px;
    }
}
@media (max-width: 767px){
    .form-variations .tariff{
        margin-bottom: 25px;
    }
    .form-variations .comparison{
        padding: 15px;
    }
    .form-variations .tariff .price{
        font-size: 30px;
    }
    .form-variations .tariff{
        padding: 20px 0 !important;
    }
    .form-variations h3{
        font-size: 28px;
        padding-bottom: 20px;
    }
}

