* {
    font-family: 'Source Sans 3', Arial, sans-serif;
    line-height: normal;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #fff;
    word-break: break-word;
}
img {
    image-rendering: auto;
}
.fm_menu {
    display: none;
}
.slick-track {
    margin-left: initial !important;
}
input, textarea {
	font-size: 16px;
	font-weight: 400;
    border-radius: 0px;
}
input[readonly] {
     cursor: text;
     background-color: #fff;
}
button {
	font-size: 16px;
}
body {
    position: relative;
    overflow-x: hidden;
    background: #262f36;
    padding-top: 100px;
}
h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
img {
    max-width: 100%;
}
.welcome_text {
    margin-top: -20px;
    padding: 10px 0px;
    text-align: center;
    background: #3c4952;
    color: #d7ba95;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    display: none;
    margin-bottom: 25px;
}
.welcome_text.active {
    display: block;
}
.welcome_text span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    background: #323e47;
    color: #6a767e;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.welcome_text span:hover {
    cursor: pointer;
}
.container {
    width: calc(100% - 40px);
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.top .container,
.utp .container {
    display: flex;
    align-items: center;
}
.top .logo {
    margin-right: 30px;
}
.top .logo a,
.top .logo img {
    display: flex;
}
.top .logo img {
    height: 46px;
}
.top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #2b363ef7;
    z-index: 1010;
    box-shadow: 0px 0px 40px #22282d;
}
.top .container {
    height: 80px;
}
#search {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#search input {
    border: 2px solid #3c4952;
    background: transparent;
    font-size: 13px;
    color: #fff;
    padding: 6px 44px 6px 25px;
    display: flex;
    align-items: center;
    border-radius: 100px;
}
#search input::placeholder {
    color: #a6aaae;
}
#search button {
    position: absolute;
    right: 16px;
    height: 16px;
    width: 16px;
    background: transparent;
    border: none;
}
#search button:after {
    position: absolute;
    content: '';
    -webkit-mask: url(../img/icons/search.svg) no-repeat center;
    mask: url(../img/icons/search.svg) no-repeat center;
    background-color: #808f9b;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
    left: 0;
    top: 0;
}
.top .language,
.top .account {
    margin-right: 25px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.top .language form ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.top .language form ul li button {
    width: 100%;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border: none;
    background-color: #3b4c56;
}
.top .language form ul li {
    display: flex;
    border-bottom: 1px solid #41535f;
    overflow: hidden;
}
.top .language form ul li:first-child {
    border-radius: 10px 10px 0px 0px;
}
.top .language form ul li:last-child {
    border-radius: 0px 0px 10px 10px;
}
.top .language form ul li button:hover {
    cursor: pointer;
}
.top .language form,
.top .account ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 120%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    min-width: 300px;
    visibility: hidden;
}
.top .language #form-language,
.top .account ul.not_logged {
    min-width: 140px;
}
.top .account ul li {
    display: flex;
    background-color: #3b4c56;
    border-bottom: 1px solid #41535f;
}
.top .account ul li:last-child {
    border-bottom: none;
}
.top .account ul li a {
    width: 100%;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.top .account ul li:first-child {
    border-radius: 10px 10px 0px 0px;
}
.top .account ul li:last-child {
    border-radius: 0px 0px 10px 10px;
}
.top .language.active form,
.top .account.active ul {
    transition: all .3s;
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.top .language .change {
    position: relative;
    display: flex;
    align-items: center;
    height: 24px;
    border: none;
    background: none;
    width: 41px;
}
.top .language .change:before {
    position: absolute;
    content: '';
    -webkit-mask: url(../img/icons/language.svg) no-repeat center;
    mask: url(../img/icons/language.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    height: 24px;
    width: 24px;
}
.top .language .change:after {
    position: absolute;
    right: 0;
    content: '';
    -webkit-mask: url(../img/icons/arrow.svg) no-repeat center;
    mask: url(../img/icons/arrow.svg) no-repeat center;
    background-color: #9bb1c1;
    -webkit-mask-size: 10px;
    mask-size: 10px;
    height: 10px;
    width: 10px;
    transition: all .5s;
}
.top .account span,
.top #cart,
.top #cart button {
    position: relative;
    display: flex;
    align-items: center;
    height: 24px;
    width: 24px;
    border: none;
    background: transparent;
}
.top .language .change:hover,
.top .account span:hover,
.top #cart button:hover {
    cursor: pointer;
}
.top .account span {
    width: 37px;
}
.top .account span:before,
.top #cart button:before {
    position: absolute;
    content: '';
    -webkit-mask: url(../img/icons/cart.svg) no-repeat center;
    mask: url(../img/icons/cart.svg) no-repeat center;
    background-color: #d8dcdf;
    -webkit-mask-size: 22px;
    mask-size: 22px;
    height: 24px;
    width: 24px;
}
.top .account span:before {
    -webkit-mask: url(../img/icons/account.svg) no-repeat center;
    mask: url(../img/icons/account.svg) no-repeat center;
    background-color: #d8dcdf;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    top: -2px;
    }
.top #cart button span {
    position: absolute;
    right: 5.5px;
    top: -12px;
    color: #ff9d1d;
    font-weight: 700;
    font-size: 13px;
}
.menu li,
.menu li a,
.fm_menu p,
.welcome_right ul li,
.welcome_right ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.welcome_right ul li a {
    font-size: 14px;
}
.menu,
.fm_menu p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.menu img {
    max-height: 16px;
    width: 16px;
    margin-right: 11px;
}
.menu > li {
    margin-right: 24px;
    height: 100%;
}
.menu > li:last-child {
    margin-right: 0px;
}
.menu li.dropdown {
    padding-right: 20px;
}
.menu li ul li,
.menu li.dropdown ul.dropdown_menu li.dropdown_menu_all {
    background: #3b4c56;
}
.menu li ul li:first-child {
    border-radius: 10px 10px 0px 0px;
}
.menu li ul li:last-child {
    border-radius: 0px 0px 10px 10px;
}
.menu li.dropdown,
.menu li.dropdown_2,
.menu li.dropdown_3,
.fm_menu {
    position: relative;
}
.top .account span:after,
.menu li.dropdown > a:after,
.menu li.dropdown_2:after,
.menu li.dropdown_3:after,
.fm_menu p:after {
    position: absolute;
    right: 15px;
    content: '';
    -webkit-mask: url(../img/icons/arrow.svg) no-repeat center;
    mask: url(../img/icons/arrow.svg) no-repeat center;
    background-color: #9bb1c1;
    -webkit-mask-size: 10px;
    mask-size: 10px;
    height: 10px;
    width: 10px;
    transition: all .5s;
}
.fm_menu p:before {
    position: relative;
    margin-right: 11px;
    height: 16px;
    width: 16px;
    content: '';
    background: url('../../../../../image/catalog/menu_icons/courses.svg') no-repeat;
    background-size: cover;
}
.top .account span:after,
.menu li.dropdown > a:after {
    right: 0;
}
    /***Ссылка в меню на курсы****/
        .fm_menu,
        .menu li:nth-of-type(2) {
            padding-right: 0px;
        }
        .fm_menu p,
        .menu > li:nth-of-type(2) > a {
            padding: 5px 15px;
            padding-right: 34px;
            border-radius: 7px;
            border: 2px solid #3c4952;
            font-weight: 500;
            position: relative;
        }
        .fm_menu p:after,
        .menu li:nth-of-type(2) > a:after {
            right: 15px;
        }
    /*******/
.menu li.menu_premium a {
    /*color: #fff;*/
    position: relative;
}
.menu li.menu_premium a span {
    position: absolute;
    right: -29px;
    top: -9px;
    letter-spacing: .5px;
    border: 1px solid #ff9d1d;
    font-weight: 700;
    font-size: 9.4px;
    border-radius: 100px;
    line-height: 1;
    color: #ff9d1d;
    padding: 1.5px 5px;
    transform: rotate(34deg);
}
.menu li.dropdown.active a:after,
.menu li.dropdown_2.active:after,
.menu li.dropdown_3.active:after {
    transform: rotate(-90deg);
}
.menu li.dropdown ul.dropdown_menu,
.menu li.dropdown_2 ul.dropdown_menu_2,
.menu li.dropdown_3 ul.dropdown_menu_3 {
    visibility: hidden;
    top: 120%;
    opacity: 0;
    transition: all .2s;
    position: absolute;
    min-width: 300px;
    border-radius: 10px;
}
.menu li.dropdown_2 ul.dropdown_menu_2,
.menu li.dropdown_3 ul.dropdown_menu_3 {
    left: 120%;
    top: 0;
    padding-left: 5px;
}
.menu li.dropdown.active ul.dropdown_menu,
.menu li.dropdown_2.active ul.dropdown_menu_2,
.menu li.dropdown_3.active ul.dropdown_menu_3 {
    visibility: visible;
    opacity: 1;
    top: 100%;
    bottom: initial;
}
.menu li.dropdown_2.active ul.dropdown_menu_2,
.menu li.dropdown_3.active ul.dropdown_menu_3 {
    left: 100%;
    top: 0;
}
.menu li.dropdown ul.dropdown_menu li a {
    padding: 8px 15px;
    width: 100%;
    border-bottom: 1px solid #41535f;
}
.menu li.dropdown ul.dropdown_menu li:last-child a {
    border-bottom: none;
}
.menu li.dropdown ul.dropdown_menu li.dropdown_menu_all {
    padding: 10px;
}
.menu li.dropdown ul.dropdown_menu li.dropdown_menu_all a {
    background: #ff9d1d;
    color: #2f373e;
    font-size: 14px;
    border-radius: 10px;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
}
    /*****ВРЕМЕННО, ПОКА МАЛО КАТЕГРИЙ*****/
        /*.dropdown_2 {
            flex-direction: column !important;
        }
        .dropdown_2 > a {
            width: calc(100% - 30px) !important;
        }
        .menu li.dropdown_2:after {
            display: none;
        }
        .menu li.dropdown.active .dropdown_menu_2 {
            position: relative !important;
            left: initial !important;
            border-radius: initial !important;
            opacity: 1 !important;
            visibility: visible !important;
            padding-left: 0px !important;
        }*/
.link_in_text {
    position: relative;
    padding-right: 15px;
    display: inline-flex;
    color: #ff9d1d !important;
}
.link_in_text:after {
    position: absolute;
    content: '';
    right: 0;
    top: -1px;
    -webkit-mask: url(../img/icons/link.svg) no-repeat center;
    mask: url(../img/icons/link.svg) no-repeat center;
    background-color: #ff9d1d;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    height: 12px;
    width: 12px;
}
/****HOME****/
.utp {
    display: flex;
    border-bottom: 1px solid #323e47;
    margin-bottom: 70px;
}
.utp .container {
    min-height: 600px;
}
.utp_left {
    width: 100%;
}
.utp_left h1 {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -1.5px;
    margin-bottom: 60px;
    max-width: 540px;
}
.utp_left .learn_button {
    width: 280px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #ff9d1d;
    box-shadow: 0px 0px 30px 0px rgba(255, 157, 29, 0.31);
    font-size: 18px;
    font-weight: 700;
    color: #262f36;
    text-transform: uppercase;
    border-radius: 100px;
    transition: all .5s;
}
.welcome_right ul li a.see_all:before,
.utp_left .learn_button:after {
    margin-left: 20px;
    position: relative;
    content: '';
    -webkit-mask: url(../img/icons/learn_button.svg) no-repeat center;
    mask: url(../img/icons/learn_button.svg) no-repeat center;
    background-color: #262f36;
    -webkit-mask-size: 22px;
    mask-size: 22px;
    height: 22px;
    width: 22px;
}
.utp_left .learn_button:hover {
    cursor: pointer;
    box-shadow: 0px 0px 30px 0px rgba(255, 157, 29, 0.61);
}
.utp_left .test_button {
    margin-top: 55px;
    color: #89949d;
    font-size: 15px;
}
.utp_left .test_button * {
    font-size: 15px;
}
.utp_right {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: auto;
    position: relative;
}
.utp_right img {
    width: 100%;
}
.utp_right .head_icon_bg {
    position: absolute;
    height: 460px;
    width: 500px;
    background: #ff9d1d0d;
    display: flex;
    bottom: 70px;
    border-radius: 100px 0px 0px 0px;
}
.utp_right .head_icon {
    width: 350px;
    position: relative;
    margin-right: 45px;
    display: flex;
}
.welcome {
    display: flex;
}
.welcome_left {
    width: 100%;
    max-width: 500px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
}
.welcome_right {
    width: 100%;
}
.welcome_left_text {
    background: #343f48;
    padding: 30px;
}
.welcome_left p {
    font-size: 16px;
}
.welcome_left h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}
.welcome_left span {
    margin-top: 30px;
    color: #ff9d1d;
    position: relative;
    display: flex;
    justify-content: center;
}
.welcome_left span:after {
    margin-left: 10px;
    margin-top: -10px;
    position: relative;
    content: '';
    -webkit-mask: url(../img/icons/quote.svg) no-repeat center;
    mask: url(../img/icons/quote.svg) no-repeat center;
    background-color: #ff9d1d;
    -webkit-mask-size: 28px;
    mask-size: 28px;
    height: 28px;
    width: 36px;
}
.welcome_right ul {
    display: flex;
    flex-wrap: wrap;
}
.welcome_right ul li {
    margin-right: 13px;
    margin-bottom: 15px;
}
.welcome_right ul li a {
    border: 1px solid #323e47;
    padding: 8px 13px;
    border-radius: 10px;
    position: relative;
}
.welcome_right ul li a img {
    max-width: 18px;
    height: 18px;
    margin-right: 8px;
}
.welcome_right ul li a.see_all {
    font-weight: 500;
    color: #262f36;
    background: #ff9d1d;
}
.welcome_right ul li a.see_all:before {
    margin-right: 7px;
    margin-left: 0px;
    background-color: #262f36;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
}
.home_text {
    padding: 50px;
    background: #192228;
    margin-top: 70px;
    border-radius: 25px;
}
.home_text {
    line-height: 20px;
    font-size: 14px;
}
.home_text h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.home_text a {
    color: #cfdae1;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
.home_text * {
    color: #b3bec7;
}
.home_text ul,
.home_text ol,
.content_text ul,
.content_text ol {
    margin-top: 20px;
}
.home_text ol,
.content_text ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */
}
.home_text li,
.content_text li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.content_text ol li,
.home_text li {
    padding-left: 30px;
}
.home_text li:last-child,
.content_text li:last-child {
    margin-bottom: 0px;
}
.home_text ol li:before,
.content_text ol li:before {
    content: counter(num) ')'; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    font-weight: 700;
    color:#e3cbac;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    font-size: 13px;
    background-color: #79592e;
    border-radius: 4px;
}
.home_text ul li:before,
.content_text ul li:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 6px;
    background: #d5a154;
    left: 0;
    top: 9px;
}
.home_text blockquote,
.home_text blockquote *,
.content_text blockquote,
.content_text blockquote * {
    font-weight: 600;
    color: #d5a567;
}
.items_block {
    margin-top: 70px;
}
.items_title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 70px;
    text-align: center;
    line-height: normal;
}
.items_products .item {
    display: flex;
    margin-bottom: 40px;
    border: 1px solid #323e47;
}
.items_products .item .image {
    width: 100%;
    max-width: 300px;
    overflow: hidden;
    position: relative;
}
.items_products .item .image * {
    display: flex;
}
.items_products .item .image img {
    width: 100%;
}
.premium {
    position: absolute;
    left: 14px;
    top: 14px;
    border-radius: 4px;
    background: #262f36;
    color: #ff9d1d;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    padding: 3px 12px;
}
.free {
    position: absolute;
    left: 14px;
    top: 14px;
    border-radius: 4px;
    background: #ff9d1d;
    color: #262f36;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    padding: 3px 12px;
}
.items_products .item .caption {
    width: -webkit-fill-available;
    padding: 35px;
    
    display: flex;
    border-radius: 0px 4px 4px 0px;
    flex-direction: column;
}
.items_products .item .caption .name {
    font-size: 20px;
    font-weight: 500;
}
.items_products .item .caption .description {
    margin: 20px 0px;
    color: #d0d6db;
    font-size: 15px;
}
.indicators {
    margin-bottom: 10px;
}
.indicators,
.rating_icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.indicators .rating_icons {
    margin-right: 10px;
    margin-bottom: 10px;
}
.rating_icons .star {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 12px;
    width: 12px;
    position: relative;
    margin-right: 5px;
}
.rating_icons .star:last-child {
    margin-right: 0px;
}
.rating_icons .star:before {
    position: absolute;
    content: '';
    -webkit-mask: url(../img/icons/star.svg) no-repeat center;
    mask: url(../img/icons/star.svg) no-repeat center;
    background-color: #959ca2;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    height: 12px;
    width: 12px;
}
.rating_icons .star_checked:before,
.rating_icons .star_hover_checked:before {
    -webkit-mask: url(../img/icons/star_checked.svg) no-repeat center;
    mask: url(../img/icons/star_checked.svg) no-repeat center;
    background-color: #ff9d1d;
    -webkit-mask-size: 12px;
    mask-size: 12px;
}
.indicators p {
    margin-right: 25px;
    font-size: 13px;
    color: #959ca2;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.indicators p a {
    font-size: 13px;
    color: #959ca2;
    font-weight: 700;
}
.indicators p:before {
    height: 13px;
    width: 13px;
    content: '';
    position: absolute;
    left: 0;
}
.indicators p.link_to_lessons:before {
    display: none;
}
.indicators p.reviews:before {
    -webkit-mask: url(../img/icons/comment.svg) no-repeat center;
    mask: url(../img/icons/comment.svg) no-repeat center;
    background-color: #959ca2;
    -webkit-mask-size: 13px;
    mask-size: 13px;
}
.indicators p.viewed:before {
    -webkit-mask: url(../img/icons/eye.svg) no-repeat center;
    mask: url(../img/icons/eye.svg) no-repeat center;
    background-color: #959ca2;
    -webkit-mask-size: 13px;
    mask-size: 13px;
}
.indicators p.time:before {
    -webkit-mask: url(../img/icons/time.svg) no-repeat center;
    mask: url(../img/icons/time.svg) no-repeat center;
    background-color: #959ca2;
    -webkit-mask-size: 12px;
    mask-size: 12px;
}
.indicators p.lessons:before {
    -webkit-mask: url(../img/icons/lessons.svg) no-repeat center;
    mask: url(../img/icons/lessons.svg) no-repeat center;
    background-color: #959ca2;
    -webkit-mask-size: 15px;
    mask-size: 15px;
}
.indicators p.lang:before {
    -webkit-mask: url(../img/icons/lang.svg) no-repeat center;
    mask: url(../img/icons/lang.svg) no-repeat center;
    background-color: #959ca2;
    -webkit-mask-size: 12px;
    mask-size: 12px;
}
.indicators p.author:before {
    -webkit-mask: url(../img/icons/author.svg) no-repeat center;
    mask: url(../img/icons/author.svg) no-repeat center;
    background-color: #959ca2;
    -webkit-mask-size: 12px;
    mask-size: 12px;
}
.indicators p.yearcreated:before {
    -webkit-mask: url(../img/icons/date.svg) no-repeat center;
    mask: url(../img/icons/date.svg) no-repeat center;
    background-color: #959ca2;
    -webkit-mask-size: 13px;
    mask-size: 13px;
}
.indicators .link_to_lessons span {
    color: #262f36;
    font-size: 14px;
    font-weight: 700;
    transition: all .5s;
    background: #ff9d1d;
    border-radius: 100px;
    padding: 8px 25px;
}
.indicators .link_to_lessons {
    margin-left: auto;
    margin-right: 0px;
}
.indicators .link_to_lessons span:hover {
    cursor: pointer;
    box-shadow: 0px 0px 30px 0px rgb(255 157 29 / 31%);
}
.items_products .item .caption .price {
    display: none;
}
.items_products .item .caption .link {
    margin-top: auto;
    width: max-content;
    padding: 10px 44px;
    border-radius: 100px;
    background: #ff9d1d;
    color: #262f36;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .5s;
}
.items_products .item .caption .link:hover {
    box-shadow: 0px 0px 30px 0px rgb(255 157 29 / 31%);
}
.items_block_slider {
    overflow: hidden;
}
.items_block_slider .slick-list {
    margin-right: -18px;
}
.items_block_slider .item {
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 0px;
}
.items_block_slider .item .image {
    border-radius: 4px 4px 0px 0px;
}
.items_block_slider .item .caption {
    padding: 20px;
    border-radius: 0px 0px 4px 4px;
}
.items_block_slider .item .caption .name {
    font-size: 15px;
    height: 62px;
    overflow: hidden;
}
.items_block_slider .item .caption .link {
    width: -webkit-fill-available;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.items_block_slider .indicators {
    margin-bottom: 10px;
    margin-top: 10px;
}
.items_block_slider .indicators p {
    margin-right: 20px;
}
.items_block_slider .indicators p.lang,
.items_block_slider .indicators p.author {
    width: 100%;
}
.slick_arrows {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.popular_category .items .item .button_link,
.slick_arrows .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border: 2px solid #5f6a73;
    border-radius: 100%;
    position: relative;
    transition: all .5s;
}
.slick_arrows .arrow {
    margin-top: 40px;
}
.slick-arrow.slick-hidden {
    margin-top: 0px;
}
.popular_category .items .item .button_link,
.slick_arrows .arrow_next {
    margin-left: 25px;
    border: 2px solid #bf7514;
}
.slick_arrows .arrow:hover {
    box-shadow: 0px 0px 30px 0px rgb(42 102 169 / 31%);
    cursor: pointer;
}
.popular_category .items .item a:hover .button_link,
.slick_arrows .arrow_next:hover {
    box-shadow: 0px 0px 30px 0px rgb(255 157 29 / 31%);
    cursor: pointer;
}
.popular_category .items .item .button_link:before,
.slick_arrows .arrow:before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    -webkit-mask: url(../img/icons/arrow.svg) no-repeat center;
    mask: url(../img/icons/arrow.svg) no-repeat center;
    background-color: #5f6a73;
    -webkit-mask-size: 20px;
    mask-size: 20px;
    transform: rotate(90deg);
}
.popular_category .items .item .button_link:before,
.slick_arrows .arrow_next:before {
    background-color: #bf7514;
    transform: rotate(-90deg);
}
.courses_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 33px;
}
.courses_header .text_title {
    margin-bottom: 0px;
}
.see_all_courses {
    background: #ff9d1d;
    color: #2f373e;
    font-size: 14px;
    border-radius: 10px;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 15px;
    display: flex;
    width: fit-content;
    min-width: calc(250px - 30px);
}
.breadcrumb {
    display: flex;
    height: 22px;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 30px;
}
.breadcrumb::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}
.breadcrumb li,
.breadcrumb li a {
    display: flex;
    position: relative;
    padding-right: 4px;
    color: #647d87;
    font-size: 13px;
}
.breadcrumb li {
    color: #a5865d;
}
.breadcrumb li a:after {
    content: '>';
    font-size: 11px;
    position: relative;
    margin-left: 8px;
    top: 2px;
}
.text_title {
    font-size: 44px;
    margin-bottom: 33px;
    font-weight: 700;
    line-height: 1.2;
}
h2.text_title {
    font-size: 26px;
    margin-bottom: 40px;
    line-height: normal;
}
.group_name,
.category_description {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    background-color: #343f48;
    border-radius: 25px 25px 0px 0px;
}
.group_name,
.category_description_nr {
    border-radius: 25px;
}
.category_description .image {
    width: 46px;
    padding-right: 20px;
}
.category_description .image img {
    width: 46px;
    max-height: 46px;
    display: flex;
    background: #fff;
    border-radius: 100%;
}
.category_description .description {
    color: #b3bec7;
    width: calc(100% - 75px);
    font-size: 14px;
}
.category_description .description * {
    color: #b3bec7;
}
.category_description .description p {
    margin-bottom: 5px;
}
.category_description .description p:last-child {
    margin-bottom: 0px;
}
.podcategories {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
.podcategories li {
    margin-right: 13px;
    margin-bottom: 15px;
}
.podcategories li a {
    border: 1px solid #323e47;
    padding: 8px 13px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.podcategories li a img {
    max-width: 18px;
    height: 18px;
    margin-right: 8px;
}
    /*FILTER*/
    .button_ocfilter {
        margin-right: 35px;
    }
    .button_ocfilter p {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .button_ocfilter p span {
        color: #ff9d1d;
        font-size: 14px;
        font-weight: 600;
    }
    .button_ocfilter p:before {
        content: '';
        position: relative;
        margin-right: 10px;
        height: 20px;
        width: 20px;
        -webkit-mask: url(../img/icons/sort.svg) no-repeat center;
        mask: url(../img/icons/sort.svg) no-repeat center;
        background-color: #ff9d1d;
        -webkit-mask-size: 20px;
        mask-size: 20px;
    }
    .button_ocfilter p:after {
        content: " ";
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        margin-left: 10px;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top-color: #BBB;
        border-bottom: none;
    }
    .button_ocfilter:hover {
        cursor: pointer;
    }
    #ocfilter {
        display: none;
        flex-direction: column;
        position: absolute;
        z-index: 5;
        background: #131b22;
        top: 100%;
        margin-top: 25px;
        padding: 25px;
        width: calc(100% - 50px);
        box-shadow: 0px 25px 25px #19222a;
    }
    #ocfilter.active {
        display: flex;
    }
    .ldt_filter {
        font-size: 18px;
        color: #ff9d1d;
        margin-bottom: 30px;
        font-weight: 700;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ldt_filter:before {
        content: '';
        position: relative;
        margin-right: 14px;
        height: 32px;
        width: 32px;
        -webkit-mask: url(../img/icons/sort.svg) no-repeat center;
        mask: url(../img/icons/sort.svg) no-repeat center;
        background-color: #ff9d1d;
        -webkit-mask-size: 32px;
        mask-size: 32px;
    }
    .list-group-item {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #262f36;
    }
    .list-group-item:last-child {
        padding-bottom: 0px;
        border-bottom: none;
    }
    .ocf-option-name {
        color: #ff9d1d;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .ocf_label {
        display: flex;
        align-items: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ocf_label:last-child {
        margin-bottom: 0px;
    }
    #simplecheckout_payment {
        margin-top: 25px;
    }
    .simplecheckout-block-content .radio_block .radio {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .simplecheckout-block-content .radio_block:last-child .radio {
        margin-bottom: 0px;
    }
    .simplecheckout-block-content .radio_block .radio label,
    .ocf_label label {
        border: 2px solid #bf7514;
        background: transparent;
        border-radius: 50%;
        height: 26px;
        width: 26px;
        position: relative;
        display: flex;
        margin-right: 12px;
        transition: all .3s;
    }
    .simplecheckout-block-content .radio_block .radio label:hover,
    .ocf_label label:hover {
        border: 2px solid #ff9d1d;
        background: #ff9d1d;
        cursor: pointer;
    }
    .simplecheckout-block-content .radio_block .radio input:checked + label,
    .ocf_label input:checked + label {
        border: 2px solid #ff9d1d;
        background: #ff9d1d;
    }
    .simplecheckout-block-content .radio_block .radio label:hover:before,
    .simplecheckout-block-content .radio_block .radio input:checked + label:before,
    .ocf_label label:hover:before,
    .ocf_label input:checked + label:before {
        position: absolute;
        left: 0px;
        top: 0px;
        -webkit-mask: url(../img/icons/check.svg) no-repeat center;
        mask: url(../img/icons/check.svg) no-repeat center;
        -webkit-mask-size: 14px;
        mask-size: 14px;
        content: '';
        height: 26px;
        width: 26px;
        background-color: #262f36;
    }
    .simplecheckout-block-content .radio_block .radio label:hover:before,
    .ocf_label label:hover:before {
        background-color: #9f5b02;
    }
    .badge {
        color: #ff9d1d;
        margin-left: 5px;
        font-weight: 700;
        position: relative;
        top: -3px;
        line-height: 1;
    }
    /******/
.sort_block {
    margin-top: 40px;
    margin-bottom: 25px;
    position: relative;
}
.sort_block select {
    background: #262f36;
    border: none;
    margin-left: 10px;
}
.sort_block,
.sort_block .sort,
.sort_block .limit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sort_block .sort {
    margin-right: 35px;
}
.sort_block .result {
    margin-left: auto;
    color: #586671;
    font-size: 12px;
}
.sort_block label {
    font-weight: 600;
    font-size: 14px;
    color: #607581;
}
.courses_category {
    margin-bottom: 40px;
    padding: 40px 0px;
    background: #192328;
}
.courses_category .item {
    margin-bottom: 70px;
}
.courses_category .item:last-child {
    margin-bottom: 0px;
}
.courses_category .item .list {
}
.courses_category .item .list > li {
    margin-top: 40px;
}
.courses_category .item .list > li:nth-of-type(1) {
    margin-top: 0px;
}
.courses_category .line_1 {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 40px;
}
.courses_category .line_2 {
    font-size: 16px;
}
.courses_category a {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.courses_category li p {
    font-size: 13px;
    color: #697987;
    padding-left: 54px;
}
.courses_category .line_1 img {
    width: 40px;
    margin-right: 20px;
}
.courses_category .line_2 img,
.courses_category .line_3 img {
    height: 40px;
    width: 40px;
    margin-right: 14px;
}
.courses_category .list_2 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 54px;
}
.courses_category .line_2_row {
    border-left: 6px solid #313d46;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #1e292f;
    padding-top: 25px;
    padding-bottom: 25px;
}
.courses_category .line_3_row {
    margin-top: 15px;
    width: calc(25% - 69px);
    margin-right: 25px;
    background: #192328;
    border-radius: 15px;
    padding: 12px 25px;
}
.courses_category .line_3_row:nth-child(4n+4) {
    margin-right: 0px;
}
.popular_category {
    background: #2f373e;
    padding: 25px;
    padding-bottom: 11px;
    border-radius: 0px 0px 25px 25px;
}
.popular_category p {
    font-size: 18px;
    color: #ff9d1d ;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular_category p:before {
    content: '';
    position: relative;
    margin-right: 14px;
    height: 32px;
    width: 32px;
    -webkit-mask: url(../img/icons/popular.svg) no-repeat center;
    mask: url(../img/icons/popular.svg) no-repeat center;
    background-color: #ff9d1d;
    -webkit-mask-size: 32px;
    mask-size: 32px;
}
.popular_category .items {
    display: flex;
    flex-wrap: wrap;
}
.popular_category .items .item {
    width: calc(50% - 12.5px);
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #343f48;
}
.popular_category .items .item:nth-child(even) {
    margin-left: 25px;
}
.popular_category .items .item a {
    position: relative;
    padding-right: 40px;
    line-height: 26px;
    display: block;
    font-size: 14px;
}
.popular_category .items .item .free,
.popular_category .items .item .premium {
    position: relative;
    left: initial;
    top: initial;
    margin-right: 4px;
    background: transparent;
    border: 1px solid #40788F;
    color: #40788F;
    padding: 0px 8px;
    line-height: 1.6;
    font-size: 12px;
}
.popular_category .items .item .free {
    background: transparent;
    border: 1px solid #ff9d1d;
    color: #ff9d1d;
}
.popular_category .items .item .button_link {
    height: 26px;
    width: 26px;
    border: 1px solid #bf7514;
    position: absolute;
    right: 0;
    top: -1px;
}
.popular_category .items .item .button_link:before {
    height: 12px;
    width: 12px;
    -webkit-mask-size: 14px;
    mask-size: 14px;
}
.items_products_setka {
    display: flex;
    flex-wrap: wrap;
}
.items_products_setka .item {
    margin-top: 40px;
    width: calc(20% - 18px);
}
.items_products_setka .item:nth-of-type(1),
.items_products_setka .item:nth-of-type(2),
.items_products_setka .item:nth-of-type(3),
.items_products_setka .item:nth-of-type(4),
.items_products_setka .item:nth-of-type(5) {
    margin-top: 0px;
}
.items_products_setka .item:nth-child(5n+5) {
    margin-right: 0px;
}
.pag_block {
    margin-top: 40px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination li {
    margin-right: 14px;
}
.pagination li:last-child {
    margin-right: 0px;
}
.pagination li span,
.pagination li a {
    background: #ff9d1d;
    border: 2px solid #ff9d1d;
    color: #262f36;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    transition: all .35s;
}
.pagination li {
    margin-bottom: 15px;
}
.pagination li a:hover,
.pagination li.prev_button a:hover,
.pagination li.next_button a:hover {
    box-shadow: 0px 0px 30px 0px rgb(255 157 29 / 31%);
}
.pagination li.active span {
    background: #405560;
    border: 2px solid #405560;
    color: #fff;
}
.pagination li.prev_button a,
.pagination li.next_button a {
    border:2px solid #ff9d1d;
    background: transparent;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    position: relative;
}
.pagination li.prev_button a:before,
.pagination li.next_button a:before {
    position: absolute;
    content: '';
    width: 48px;
    height: 48px;
    -webkit-mask: url(../img/icons/arrow.svg) no-repeat center;
    mask: url(../img/icons/arrow.svg) no-repeat center;
    -webkit-mask-size: 22px;
    mask-size: 22px;
    background-color: #ff9d1d;
    transition: all .3s;
    transform: rotate(90deg);
    transition: all .35s;
}
.pagination li.next_button a:before {
    transform: rotate(-90deg);
    left: 0;
}
.pag_block .result {
    text-align: center;
    display: block;
    color: #647d87;
    font-size: 13px;
}
.lg_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.lg_block_text {
    margin-bottom: 50px;
    color: #89949d;
    font-size: 14px;
    text-align: center;
}
.lg_block_text * {
    font-size: 14px;
}
.form_block {
    display: flex;
    flex-direction: column;
}
.form_block input.form-control,
.add_review_form .form-control {
    color: #fff;
    border: 2px solid #2f373c;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 14px;
    background-color: transparent;
    margin-bottom: 10px !important;
    min-width: 300px;
}
.add_review_form textarea.form-control {
    margin-bottom: 0px !important;
}
.add_review_form input.form-control,
.add_review_form textarea.form-control {
    border-radius: 10px;
}
.form_block input.form-control::placeholder,
.add_review_form .form-control::placeholder {
    color: #a6aaae;
}
.form_block input[type="submit"],
#simpleregister_button_confirm {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262f36;
    border: none;
    padding: 0px 25px;
    height: 46px;
    border-radius: 100px;
    font-size: 16px;
    background-color: #ff9d1d;
    margin-bottom: 10px;
    min-width: 300px;
    font-weight: 700;
    transition: all .5s;
    margin-bottom: 0px;
}
.form_block input[type="submit"]:hover,
#simpleregister_button_confirm:hover {
    box-shadow: 0px 0px 30px 0px rgb(255 157 29 / 31%);
    cursor: pointer;
}
.form_block a {
    margin-left: auto;
    margin-right: auto;
    color: #647d87;
    border-bottom: 1px dotted #647d87;
    font-size: 13px;
    margin-top: 25px;
    line-height: normal;
}
.rc_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.rc_item input {
    display: none;
}
.rc_item label {
    height: 20px;
    width: 20px;
    border: 2px solid #ff9d1d;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px !important;
    position: relative;
    transition: all .5s;
}
.rc_item label:hover {
    cursor: pointer;
    box-shadow: 0px 0px 30px 0px rgb(255 157 29 / 31%);
}
.rc_item input:checked + label:after {
    position: absolute;
    content: '';
    -webkit-mask: url(../img/icons/check.svg) no-repeat center;
    mask: url(../img/icons/check.svg) no-repeat center;
    -webkit-mask-size: 10px;
    mask-size: 10px;
    height: 20px;
    width: 20px;
    background-color: #ff9d1d;
}
.indicators_product {
    padding: 18px 25px;
    background-color: #343f48;
    border-radius: 25px 25px 0px 0px;
}
.indicators_product p,
.indicators_product .rating_icons {
    margin-bottom: 0px;
}
.product_description {
    border: 1px solid #343f48;
    padding: 25px;
    border-radius: 0px 0px 25px 25px;
    display: flex;
}
.product_description img {
    margin-right: 35px;
    height: fit-content;
}
.product_description_text {
    width: 100%;
}
.product_description_text,
.product_description_text * {
    font-size: 14px;
    color: #d0d6db;
    font-weight: 400;
}
.product_description_text h2 {
    font-size: 24px;
    font-weight: 600;
}
.product_description_text h3 {
    font-size: 20px;
    font-weight: 600;
}
.product_description_text b {
    font-weight: 600;
}
.product_description_text {
    max-height: 380px;
    overflow: hidden;
    position: relative;
}
.product_description_text.active {
    max-height: initial;
}
.full_link {
    padding-bottom: 5px;
    width: fit-content;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: rgb(43 52 59 / 94%);
    transition: all .3s;
}
.full_link:hover {
    cursor: pointer;
    background: rgb(43 52 59 / 99%);
}
.full_link p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.full_link.active {
    display: flex;
}
.setting_player {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product_files,
.product_files ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product_files ul li {
    margin-right: 10px;
}
.product_files ul li:last-child {
    margin-right: 0px;
}
.product_files ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-left: 25px;
    display: flex;
    align-items: center;
    border: 2px solid #62513b;
    border-radius: 100px;
    padding: 6.5px 18px;
    padding-left: 40px;
}
.product_files ul li a:before {
    position: absolute;
    content: '';
    left: 16px;
    -webkit-mask: url(../img/icons/download.svg) no-repeat center;
    mask: url(../img/icons/download.svg) no-repeat center;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
    background-color: #ff9d1d;
}
.product_files ul li:hover {
    cursor: pointer;
}
.tg_link {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7aa7b9;
    position: relative;
    border: 2px solid #355a68;
    padding: 8px 18px;
    border-radius: 100px;
    margin-left: auto;
}
.tg_link:before {
    position: relative;
    content: '';
    margin-right: 8px;
    -webkit-mask: url(../img/icons/telegram.svg) no-repeat center;
    mask: url(../img/icons/telegram.svg) no-repeat center;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    height: 16px;
    width: 16px;
    background-color: #7aa7b9;
}
.product_product {
    margin-top: 50px;
}
.video_off p,
.product_product_title,
.product_product_left_not_premium span {
    font-size: 18px;
    color: #ff9d1d;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_off p,
.product_product_left_not_premium span {
    font-size: 16px;
}
.video_off p:before,
.product_product_title:before,
.product_product_left_not_premium span:before {
    content: '';
    position: relative;
    margin-right: 14px;
    height: 32px;
    width: 32px;
    -webkit-mask: url(../img/icons/playlist.svg) no-repeat center;
    mask: url(../img/icons/playlist.svg) no-repeat center;
    background-color: #ff9d1d;
    -webkit-mask-size: 32px;
    mask-size: 32px;
}
.video_off p:before,
.product_product_left_not_premium span:before {
    width: 48px;
}
.product_product_title_book:before {
    content: '';
    position: relative;
    margin-right: 14px;
    height: 32px;
    width: 32px;
    -webkit-mask: url(../img/icons/book.svg) no-repeat center;
    mask: url(../img/icons/book.svg) no-repeat center;
    background-color: #ff9d1d;
    -webkit-mask-size: 36px;
    mask-size: 36px;
}
.product_product_title_account:before {
    content: '';
    position: relative;
    margin-right: 14px;
    height: 32px;
    width: 32px;
    -webkit-mask: url(../img/icons/account.svg) no-repeat center;
    mask: url(../img/icons/account.svg) no-repeat center;
    background-color: #ff9d1d;
    -webkit-mask-size: 36px;
    mask-size: 36px;
}
.video_off p:before,
.product_product_left_not_premium span:before {
    -webkit-mask: url(../img/icons/warning.svg) no-repeat center;
    mask: url(../img/icons/warning.svg) no-repeat center;
    background-color: #ff9d1d;
    -webkit-mask-size: 32px;
    mask-size: 32px;
}
.product_product_left_not_premium {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 55px 35px;
}
.product_product_left_not_premium p {
    margin-bottom: 50px;
    font-size: 20px;
    color: #d0d6db;
    text-align: center;
}
.product_product_left_not_premium p a {
    font-size: 20px;
    font-weight: 700;
}
.bookReader,
.product_product_block {
    display: flex;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1570px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 30px) !important;
}
#player {
    overflow: hidden;
    height: 700px;
}
.video_off {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    z-index: 1010;
    text-align: center;
}
.error_book span {
    font-size: 15px;
    font-weight: 600;
}
.error_book span:before {
    width: 82px;
}
@media (max-width: 1600px) {
    .bookReader,
    .product_product_block {
        max-width: 1440px;
        height: 600px;
    }
    #player {
        height: 600px;
    }
}
@media (max-width: 1440px) {
    .bookReader,
    .product_product_block {
        max-width: 1360px;
    }
}
@media (max-width: 1366px) {
    .bookReader,
    .product_product_block {
        max-width: 1260px;
    }
}
@media (max-width: 1280px) {
    .bookReader,
    .product_product_block {
        max-width: 1170px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .bookReader {
        height: 300px;
    }
}
.product_product_left,
.product_product_right,
.product_info_left,
.product_info_right {
    width: 100%;
    background-color: #111;
}
.product_product_left {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_info_left,
.product_info_right {
    background-color: transparent;
}
.product_product_right,
.product_info_right {
    max-width: 350px;
    margin-left: 50px;
}
.product_product_right {
    overflow-y: auto;
    height: 100%;
}
.product_product_right ol {
    counter-reset: section;
    padding: 30px 20px;
}
#player_playlist {
    overflow: initial !important;
    overflow-y: auto !important;
}
    /* Размеры скроллбара и стили для плейлиста из плеера */
    .product_product_right::-webkit-scrollbar {
        width: 8px;
    }
    /* Трек поле скроллбара */
    .product_product_right::-webkit-scrollbar-track {
        background: #192228;
    }
    /* Ползунок скроллбара */
    .product_product_right::-webkit-scrollbar-thumb {
        background: #fedcb0;
    }
    #playlist_container * {
        white-space: pre-wrap !important;
    }
    #playlist_container .lesson_text,
    #playlist_container .folder_text {
        color: #fedcb0;
        font-size: 13px;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
    }
    #playlist_container .folder_text {
        color: #f5981e;
    }
    #playlist_container {
        padding: 30px 20px;
    }
    #player_playlist > pjsdiv > pjsdiv {
        padding-top: 15px;
        margin-bottom: 20px;
    }
    #player_playlist > pjsdiv > pjsdiv:last-child {
        margin-bottom: 0px;
    }
    #player_playlist > pjsdiv > pjsdiv > pjsdiv:nth-of-type(1) {
        background-color: #111111 !important;
    }
    #player_playlist > pjsdiv > pjsdiv > pjsdiv:nth-of-type(3) {
        font-size: 15px !important;
        padding: 7px 0px !important;
    }
    #player_playlist > pjsdiv > pjsdiv > pjsdiv:nth-of-type(4) {
        position: absolute !important;
        padding: 0px !important;
        display: flex !important;
        align-items: center !important;
        height: 8px !important;
    }
    #player_playlist > pjsdiv > pjsdiv > pjsdiv:last-child {
        background: #343434 !important;
    }
    #player_playlist > pjsdiv > pjsdiv:last-child > pjsdiv:last-child {
        display: none !important;
    }

.product_product_right ol li {
    counter-increment: section;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #343434;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.product_product_right ol li::before {
    content: "Урок №" counter(section);
    color: #fedcb0;
    font-size: 13px;
    margin-bottom: 7px;
}
.product_product_right ol li:last-child {
    margin-bottom: 0px;
}
.product_info {
    display: flex;
    margin-top: 50px;
}
.product_info_right {
    position: relative;
}
.product_info_right .product_info_premium {
    padding: 30px;
    text-align: center;
    background: #234b5e;
    border-radius: 20px;
    position: sticky;
    height: max-content;
    top: 70px;
}
.product_info_right .product_info_premium img {
    position: absolute;
    right: -16px;
    top: -16px;
    height: 50px;
}
.product_info_right .product_info_premium span {
    font-weight: 600;
}
.product_info_right .product_info_premium p {
    margin: 15px 0px;
    font-size: 13px;
    display: block;
}
.product_info_right .product_info_premium a {
    border: 2px solid #4a7e97;
    border-radius: 100px;
    padding: 10px 44px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    transition: all .3s;
}
.product_info_right .product_info_premium a:hover {
    background: #4a7e97;
}
.product_info_title {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}
.review_item {
    padding: 25px;
    border-radius: 4px;
    border: 1px solid #343f48;
    margin-bottom: 15px;
}
.review_item:nth-child(even) {
    background-color: #343f48;
}
.review_item:last-child {
    margin-bottom: 0px;
}
.review_item .name {
    font-weight: 700;
    color: #d0d6db;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review_item .name .date {
    font-size: 13px;
    color: #959ca2;
    font-weight: 700;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 20px;
}
.review_item .name .date:before {
    -webkit-mask: url(../img/icons/date.svg) no-repeat center;
    mask: url(../img/icons/date.svg) no-repeat center;
    background-color: #959ca2;
    -webkit-mask-size: 12px;
    mask-size: 12px;
    height: 13px;
    width: 13px;
    content: '';
    position: absolute;
    left: 0;
}
.review_item .rating_icons {
    margin: 10px 0px;
}
.review_item .text {
    font-size: 14px;
    color: #d0d6db;
    font-weight: 400;
}
.answer_admin {
    margin-top: 20px;
    border-left: 6px solid #40788e;
    padding-left: 15px;
    margin-left: 25px;
    font-size: 13px;
    color: #d0d6db;
    font-weight: 400;
}
.add_review .rating_icons {
    margin: 25px 0px;
}
.add_review .rating_icons .star {
    width: 18px;
    height: 18px;
}
.add_review .rating_icons .star:before {
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 18px;
    width: 18px;
}
.add_review .rating_icons .star:hover {
    cursor: pointer;
}
.add_review_form {
    padding: 50px;
    background: #192228;
    margin-top: 35px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
}
.product_product_left_not_premium_link,
#button-review {
    width: max-content;
    padding: 10px 44px;
    border-radius: 100px;
    background: #ff9d1d;
    color: #262f36;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .5s;
    border: none;
}
.product_product_left_not_premium_link:hover,
#button-review:hover {
    cursor: pointer;
    box-shadow: 0px 0px 30px 0px rgb(255 157 29 / 31%);
}
.tarifs {
    margin-bottom: 70px;
    width: 100%;
}
.tarifs .items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.tarifs .items .item {
    width: calc(25% - 69px);
    margin-right: 35px;
    border: 1px solid #323e47;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.tarifs .items .item:nth-of-type(4) {
    margin-right: 0px;
}
.tarifs .items .item:last-child {
    margin-right: 0px;
    width: 100%;
    margin-top: 35px;
    display: none;
}
.tarifs .items .item .description {
    display: none;
    background: rgba(38,47,54,1);
    background: linear-gradient(90deg, rgb(165 52 52) 0%, rgba(38,47,54,1) 100%);
    justify-content: center;
    align-items: center;
    padding: 15px 45px;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 25px;
}
.tarifs .items .item .bg {
    display: none;
    background: #323e47f7;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.tarifs .items .item .bg_link {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -30px;
    bottom: -30px;
    height: 160px;
    width: 160px;
    transform: rotate(-30deg);
    animation: tarifbg 1s ease-in-out infinite;
    border-radius: 100%;
}
.tarifs .items .item:last-child .bg_link {
    display: flex;
}
.tarifs .items .item .bg_link:after {
    position: absolute;
    content: '';
    -webkit-mask: url(../img/icons/click.svg) no-repeat center;
    mask: url(../img/icons/click.svg) no-repeat center;
    background-color: #f2971e;
    -webkit-mask-size: 65px;
    mask-size: 65px;
    height: 60px;
    width: 60px;
    margin-top: -20px;
    margin-left: 10px;
}
.tarifs .items .item .bg p {
    font-size: 24px;
    font-weight: 700;
    color: #bdc8d1;
    display: flex;
    align-items: center;
    position: relative;
}
.tarifs .items .item .bg p:before {
    -webkit-mask: url(../img/icons/eye.svg) no-repeat center;
    mask: url(../img/icons/eye.svg) no-repeat center;
    background-color: #bdc8d1;
    -webkit-mask-size: 60px;
    mask-size: 60px;
    height: 60px;
    width: 60px;
    content: '';
    position: relative;
    margin-right: 20px;
}
.tarifs .items .item:hover .bg_link,
.tarifs .items .item:hover .bg {
    box-shadow: 0px 0px 25px #44525d;
    cursor: pointer;
}
@keyframes tarifbg {
    0% {box-shadow: 0px 0px 0px #313d47;}
    50% {box-shadow: 0px 0px 150px #4f6373;}
    100% {box-shadow: 0px 0px 0px #313d47;}
}
.tarifs .items .item:last-child .bg,
.tarifs .items .item:last-child .description {
    display: flex;
}
.account_link a,
.tarifs .items .item button,
#button-confirm,
.simplecheckout-button-right input[type="submit"],
.link_home,
#simplecheckout_button_confirm {
    width: fit-content;
    padding: 10px 44px;
    border-radius: 100px;
    background: #ff9d1d;
    color: #262f36;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .5s;
    border: none;
    display: flex;
}
.account_link a:hover,
.tarifs .items .item button:hover,
.simplecheckout-button-right input[type="submit"]:hover,
#button-confirm:hover,
.link_home:hover,
#simplecheckout_button_confirm:hover {
    box-shadow: 0px 0px 30px 0px rgb(255 157 29 / 31%);
    cursor: pointer;
}
.account_link .home {
    background: #192228;
    color: #fff;
}
.account_link .home:hover {
    box-shadow: 0px 0px 30px 0px rgb(255 157 29 / 31%);
}
.simplecheckout-button-right input[type="submit"],
#simplecheckout_button_confirm,
#button-confirm {
    padding: 20px 44px;
    font-size: 18px;
}
.tarifs .items .item .text {
    margin-bottom: 15px;
}
.tarifs .items .item .text u {
    text-decoration: none;
    color: #ff9d1d;
}
.tarifs .items .item .name {
    font-size: 17px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #323e47;
    padding-bottom: 20px;
}
.tarifs .items .item .price {
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 44px;
}
.tarifs .items .item .price span {
    font-size: 23px;
}
.tarifs .items .item .price span.old {
    text-decoration: line-through;
    font-size: 15px;
    color: #576371;
    margin-right: 15px;
}
.tarifs .items .item .price span.new {
    color: #ff9d1d;
    font-size: 31px;
    font-weight: 600;
}
.tarifs .info {
    margin-top: 70px;
}
.tarifs .info p {
    font-size: 12px;
    letter-spacing: .3px;
    color: #75787b;
    line-height: 1.5;
}
.premium_page {
    width: 100%;
}
.premium_page_first {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}
.premium_page_first_left,
.premium_page_first_right {
    width: 100%;
}
.premium_page_first_right {
    width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.premium_page_first_right .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 44px;
    padding-top: 5px;
    margin-bottom: 35px;
    font-size: 15px;
}
.premium_page_first_right .item:last-child {
    margin-bottom: 25px;
}
.premium_page_first_right .item span {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}
.premium_page_first_right .item:before {
    position: absolute;
    content: '';
    -webkit-mask: url(../img/icons/basket.svg) no-repeat center;
    mask: url(../img/icons/basket.svg) no-repeat center;
    background-color: #ff9d1d;
    -webkit-mask-size: 30px;
    mask-size: 30px;
    height: 30px;
    width: 30px;
    left: 0;
    top: 0;
}
.premium_page_first_right .item.users:before {
    -webkit-mask: url(../img/icons/user.svg) no-repeat center;
    mask: url(../img/icons/user.svg) no-repeat center;
    background-color: #ff9d1d;
    -webkit-mask-size: 30px;
    mask-size: 30px;
}
.premium_page_first_left {
    background: rgb(25,34,40);
    background: linear-gradient(90deg, rgba(25,34,40,1) 0%, rgba(38,47,54,1) 100%);
    border-radius: 25px;
    padding-bottom: 35px;
}
.premium_page_first_left h2 {
    padding: 35px;
    padding-bottom: 0px;
    margin-bottom: 27px;
    text-align: left;
    width: calc(100% - 70px);
}
.premium_page_first_left p {
    color: #89949d;
    font-size: 14px;
    padding: 0px 35px;
    margin-bottom: 10px;
    text-align: left;
    width: calc(100% - 70px);
}
.premium_page_first_left p b {
    color: #ff9d1d;
    font-weight: 600;
    font-size: 15px;
}
/*.premium_page_first_left span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262f36;
    padding: 0px 25px;
    height: 46px;
    width: fit-content;
    border-radius: 100px;
    font-size: 16px;
    background-color: #ff9d1d;
    font-weight: 700;
    transition: all .5s;
    margin-top: 30px;
    margin-bottom: 35px;
    margin-left: 35px;
}
.premium_page_first_left span:hover {
    box-shadow: 0px 0px 30px 0px rgb(255 157 29 / 31%);
    cursor: pointer;
}*/
.premium_page_second ul li {
    margin-bottom: 35px;
    border: 1px solid #323e47;
    background: #2d3840;
    padding: 35px;
    border-radius: 4px;
}
.premium_page_second ul li:last-child {
    margin-bottom: 0px;
}
.premium_page_second ul li img {
    width: 100%;
    margin-top: 30px;
    border-radius: 25px;
    display: flex;
}
.premium_page_second ul li p {
    position: relative;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.premium_page_second ul li p span {
    height: 50px;
    width: 50px;
    background-color: #1092c5;
    border-radius: 100%;
    position: relative;
    content: '';
    margin-right: 20px;
}
.premium_page_second ul li p span:after {
    position: absolute;
    content: '';
    -webkit-mask: url(../img/icons/eye.svg) no-repeat center;
    mask: url(../img/icons/eye.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 30px;
    mask-size: 30px;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
}
.premium_page_second ul li.premium_page_second_2 p span:after {
    -webkit-mask: url(../img/icons/download.svg) no-repeat center;
    mask: url(../img/icons/download.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 28px;
    mask-size: 28px;
}
.premium_page_second ul li.premium_page_second_3 p span:after {
    -webkit-mask: url(../img/icons/ads.svg) no-repeat center;
    mask: url(../img/icons/ads.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 25px;
    mask-size: 25px;
}
.premium_page_second ul li.premium_page_second_4 p span:after {
    -webkit-mask: url(../img/icons/learn_button.svg) no-repeat center;
    mask: url(../img/icons/learn_button.svg) no-repeat center;
    background-color: #fff;
    -webkit-mask-size: 20px;
    mask-size: 20px;
}
.premium_page_second .tg_block {
    background: #262f36;
    padding: 35px 0px;
    border-radius: 10px;
    margin-top: 35px;
}
.alert {
    display: inline-block;
    padding: 10px 25px;
    width: fit-content;
    margin-top: 25px;
    border-radius: 100px;
}
.alert-danger {
    background: #552828;
    color: #e2a1a1;
}
.alert-success {
    background: #40788e;
    color: #fff;
}
.alert_account {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.text_forgotten:hover {
    cursor: pointer;
}
/*TGBLOCK*/
.tg_block {
    margin-top: 70px;
    display: flex;
    align-items: center;
    border-top: 1px solid #323e47;
    justify-content: center;
    padding-top: 70px;
}
.tg_block_home {
    border-top: none;
    padding-top: 0px;
}
.tg_block_left {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 50px;
}
.tg_block_left:before {
    position: absolute;
    content: '';
    height: 100px;
    width: 100px;
    -webkit-mask: url(../img/icons/tg.svg) no-repeat center;
    mask: url(../img/icons/tg.svg) no-repeat center;
    background-color: #39687f;
    -webkit-mask-size: 100px;
    mask-size: 100px;
}
.tg_block_right h2 {
    font-size: 24px;
    color: #fff;
}
.tg_block_right p {
    margin-top: 10px;
    margin-bottom: 25px;
    color: #b3bec7;
    font-size: 15px !important;
    display: block !important;
    font-weight: 300;
}
.tg_block_right p b {
    font-weight: 600;
    color: #b3bec7;
    font-size: 15px;
}
.tg_block_right ul {
    display: flex;
    flex-wrap: wrap;
}
.tg_block_right ul li {
    margin-right: 25px;
}
.tg_block_right ul li:last-child {
    margin-right: 0px;
}
.tg_block_right ul li a {
    border: 2px solid #ff9d1d;
    border-radius: 10px;
    padding: 10px 20px;
    padding-right: 34px;
    font-weight: 600;
}
.tg_block_right ul li a.link_in_text:after {
    top: 12px;
    right: 15px;
}
.premium_page_second .tg_block_right ul li {
    padding: 0px;
    border: none;
    background: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
}
/****FOOTER****/
footer {
    margin-top: 70px;
    background: #212a30;
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .container {
    display: flex;
}
footer .foot {
    width: 100%;
}
footer .foot p {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}
footer .foot_1 p {
    color: #ff9d1d;
    font-size: 15px;
    margin-bottom: 0px;
}
footer .foot_1 span {
    font-size: 13.4px;
    margin: 10px 0px;
    display: block;
}
footer .foot .copyright {
    color: #5e6871;
    font-weight: 700;
    font-size: 13px;
}
footer .foot_2 ul {
    display: flex;
    flex-wrap: wrap;
}
footer .foot_2 ul li {
    margin-right: 8px;
    margin-bottom: 8px;
}
footer .foot_2 ul li,
footer .foot_2 ul li,
footer .foot_4 ul li a,
footer .foot_4 ul li a {
    display: flex;
}
footer .foot_2 ul li a {
    border: 1px solid #323e47;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
    color: #959ca2;
}
footer .foot_3 ul li a {
    font-size: 14px;
}
footer .foot_4 ul {
    display: flex;
    flex-wrap: wrap;
}
footer .foot_4 ul li {
    margin-right: 10px;
}
footer .foot_4 ul li:last-child {
    margin-right: 0px;
}
footer .foot_4 ul li a {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background-color: #ff9d1d;
    position: relative;
}
footer .foot_4 ul li a:before {
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    -webkit-mask: url(../img/icons/email.svg) no-repeat center;
    mask: url(../img/icons/email.svg) no-repeat center;
    background-color: #262f36;
    -webkit-mask-size: 19px;
    mask-size: 19px;
}
footer .foot_4 ul li a.instagram:before {
    -webkit-mask: url(../img/icons/instagram.svg) no-repeat center;
    mask: url(../img/icons/instagram.svg) no-repeat center;
    background-color: #262f36;
    -webkit-mask-size: 20px;
    mask-size: 20px;
}
footer .foot_4 ul li a.telegram:before {
    -webkit-mask: url(../img/icons/telegram.svg) no-repeat center;
    mask: url(../img/icons/telegram.svg) no-repeat center;
    background-color: #262f36;
    -webkit-mask-size: 22px;
    mask-size: 22px;
}
footer .pays {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
footer .pays img {
    max-width: 30px;
    max-height: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.text_help {
    font-size: 14px;
    color: #7e8d97;
}
.not_fount_page {
    text-align: center;
}
.not_fount_page h1 {
    font-size: 22px;
    margin-top: 25px;
}
.not_fount_page a {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
.not_fount_icon {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.not_fount_icon span {
    width: 100%;
    font-size: 250px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}
.not_fount_icon span:nth-of-type(2) {
    border-radius: 50%;
    margin-left: 25px;
    margin-right: 25px;
}
.not_fount_icon span img {
    width: 100%;  
}
.group_name b {
    margin-left: 5px;
    color: #ff9d1d;
}
.account_block {
    margin-top: 40px;
}
.account_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.account_block ul li {
    margin-right: 13px;
}
.account_block ul li:last-child {
    margin-right: 0px;
}
.account_block ul li a {
    border: 1px solid #323e47;
    padding: 8px 13px;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
}
.account_link {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.account_link li {
    margin-right: 25px;
}
.account_link li:last-child {
    margin-right: 0px;
}
.manufacturers_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.manufacturers_list li {
    margin-right: 13px;
    margin-bottom: 15px;
}
.manufacturers_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #323e47;
    padding: 8px 13px;
    border-radius: 10px;
    font-size: 14px;
}
.manufacturers_list li a span {
    height: 80px;
    width: 80px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.manufacturers_list li img {
    max-width: 80px;
    max-height: 80px;
}
@media (max-width: 1200px) {
    .tg_link {
        margin-left: initial;
    }
    .product_files ul li {
        margin-bottom: 15px;
    }
}
@media (max-width: 1024px) {
    .welcome_text {
        padding-right: 86px;
        font-size: 12px;
        text-align: left;
    }
    .product_info_right .product_info_premium img {
        right: 0;
        height: 40px;
    }
    .product_product_block {
        height: initial;
        flex-direction: column;
    }
    .product_product_right {
        max-height: 500px;
        margin-left: 0px;
        margin-top: 50px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .fm_menu {
        display: flex;
    }
    .top .menu {
        display: none;
    }
    .top .account ul {
        right: 0;
        min-width: 200px;
        left: initial;
        transform: initial;
    }
    #search {
        margin-right: 35px;
    }
        /****MENU*****/
        .fm_menu_block {
            position: absolute;
            overflow: hidden;
            top: -100%;
            width: 100%;
            height: 100vh;
            background: #323e47;
            visibility: hidden;
            left: 0;
            transition: all .3s;
            z-index: 5;
            overflow: auto;
        }
        .fm_menu_block.active {
            top: 0;
            visibility: visible;
        }
        .menu, .fm_menu p {
            height: initial;
        }
        .menu {
            margin: 0px 25px;
            margin-top: 165px;
            margin-bottom: 30px;
            flex-direction: column;
            align-items: flex-start;
        }
        .menu > li {
            margin-right: 0px;
            margin-bottom: 0px;
            padding-bottom: 0px;
            border-bottom: 1px solid #454f56;
            width: 100%;
        }
        .menu > li a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .menu > li:last-child {
            border-bottom: none;
        }
        .menu li.dropdown > a:after {
            transform: rotate(0deg);
        }
        .menu li.menu_premium a span {
            top: initial;
            right: -39px;
        }
        .menu > li:nth-of-type(2) > a {
            border: none;
            border-radius: 0px;
            padding: 0px;
            padding-top: 10px;
            padding-bottom: 10px;
            width: 100%;
        }
        .menu li.dropdown,
        .menu li.dropdown_2,
        .menu li.dropdown_3 {
            flex-direction: column;
        }
        .menu li.dropdown ul.dropdown_menu li a {
            padding: 9.5px 15px;
            width: calc(100% - 30px);
            max-height: calc(40px - 20px);
            overflow: hidden;
            white-space: nowrap;
        }
        .menu li.dropdown > a {
            width: calc(100% - 50px);
            margin-right: auto;
        }
        .menu li.dropdown ul.dropdown_menu li.dropdown_2 > a,
        .menu li.dropdown ul.dropdown_menu li.dropdown_3 > a {
            width: calc(100% - 80px);
            margin-right: auto;
        }
        .menu li.dropdown ul.dropdown_menu li.dropdown_3 > .arrow:after {
            position: absolute;
            right: 50px;
            top: 0;
            height: 100%;
            width: 50px;
            background: rgb(77,119,148);
            background: linear-gradient(90deg, rgba(77,119,148,0) 0%, rgba(59,76,86,1) 100%);
            content: '';
        }
        .menu li.dropdown_3:after,
        .menu li.dropdown_2:after,
        .menu li.dropdown > a:after {
            display: none;
        }
        .menu li.dropdown .arrow {
            width: 50px;
            height: 40px;
            background: #4a5862;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 0;
            top: 0;
        }
        .menu li.dropdown .arrow:before {
            position: absolute;
            content: '';
            -webkit-mask: url(../img/icons/arrow.svg) no-repeat center;
            mask: url(../img/icons/arrow.svg) no-repeat center;
            background-color: #9bb1c1;
            -webkit-mask-size: 14px;
            mask-size: 14px;
            height: 14px;
            width: 14px;
            transition: all .5s;
        }
        .menu li ul li:first-child,
        .menu li ul li:last-child {
            border-radius: 0px;
        }
        .menu li.dropdown_2 ul.dropdown_menu_2,
        .menu li.dropdown_3 ul.dropdown_menu_3,
        .menu li.dropdown ul.dropdown_menu {
            width: 100%;
            padding-left: 0px;
            position: relative;
            border-radius: 0px;
            display: none;
            min-width: initial;
        }
        .menu li.dropdown_2 ul.dropdown_menu_2,
        .menu li.dropdown_3 ul.dropdown_menu_3 {
            padding-left: 25px;
            width: calc(100% - 25px);
            background: #323e47;
        }
        .menu li.dropdown_2.active ul.dropdown_menu_2,
        .menu li.dropdown_3.active ul.dropdown_menu_3,
        .menu li.dropdown.active ul.dropdown_menu {
            display: initial;
            left: 0;
        }

    .utp_right {
        width: 70%;
    }
}
@media (max-width: 820px) {
    .courses_header {
        flex-direction: column;
        align-items: flex-start;
    }
    .see_all_courses {
        margin-top: 15px;
    }
    .items_products_setka .item {
        width: calc(25% - 17px);
    }
    .items_products_setka .item:nth-child(5n+5) {
        margin-right: 20px;
        margin-top: 40px;
    }
    .items_products_setka .item:nth-child(4n+4) {
        margin-right: 0px;
    }
    .popular_category p {
        font-size: 16px;
    }
    .popular_category p:before {
        margin-right: 10px;
        height: 26px;
        width: 26px;
        -webkit-mask-size: 26px;
        mask-size: 26px;
    }
    .button_ocfilter,
    .sort_block .sort {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #ocfilter {
        top: 0;
        margin-top: 35px;
        left: 0;
    }
    #player {
        height: 350px;
    }
    .sort_block,
    .utp .container {
        flex-direction: column;
    }
    .utp_left {
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .utp_right {
        margin-top: 60px;
        width: 100%;
        justify-content: center;
    }
    .utp_right .head_icon {
        width: 300px;
        margin-right: 0px;
    }
    .utp_right .head_icon_bg {
        height: 360px;
        width: 80%;
        bottom: 40px;
    }
    .welcome {
        flex-direction: column;
    }
    .welcome_left {
        max-width: 100%;
        flex-direction: row;
        margin-bottom: 30px;
    }
    .welcome_left span {
        margin-left: 30px;
        text-align: center;
        max-width: 200px;
    }
    .items_products .item .image {
        max-width: 180px;
    }
    .items_block_slider .item .image {
        max-width: 100%;
    }
    .courses_category .line_3_row {
        width: calc(33.3333333% - 67px);
    }
    .courses_category .line_3_row:nth-child(4n+4) {
        margin-right: 25px;
    }
    .courses_category .line_3_row:nth-child(3n+3) {
        margin-right: 0px;
    }
    .tarifs .items .item {
        width: calc(50% - 69px);
    }
    .tarifs .items .item:nth-child(even) {
        margin-right: 0px;
    }
    .tarifs .items .item:nth-of-type(3),
    .tarifs .items .item:nth-of-type(4) {
        margin-top: 35px;
    }
    .popular_category .items .item {
        width: 100%;
    }
    .popular_category .items .item:nth-child(even) {
        margin-left: 0px;
    }
    .category_description .image {
        display: none;
    }
    .category_description .description {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }
    .popular_category .items .item .button_link {
        top: 50%;
        transform: translate(0%, -50%);
    }
    .product_info {
        flex-direction: column;
    }
    .add_review_form {
        padding: 35px;
    }
    .form_block input.form-control,
    .add_review_form .form-control {
        min-width: auto;
    }
    .product_product_right {
        max-width: 300px;
    }
    .product_info_right {
        max-width: initial;
    }
    .product_info_right {
        position: relative;
        top: initial;
        margin-left: 0px;
        margin-top: 35px;
    }
    .indicators_product p,
    .indicators_product .rating_icons {
        margin-bottom: 10px;
    }
    .indicators_product .link_to_lessons {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
        width: 100%;
    }
    .product_product_left_not_premium p,
    .product_product_left_not_premium p a {
        font-size: 15px;
    }
    .product_product_block_buy_off {
        flex-direction: column;
    }
    .product_product_right {
        margin-top: 35px;
    }
    footer .container {
        flex-wrap: wrap;
    }
    footer .foot_2,
    footer .foot_3 {
        width: 50%;
    }
    footer .foot_1,
    footer .foot_4 {
        text-align: center;
    }
    footer .foot_4 ul,
    footer .pays {
        justify-content: center;
    }
    footer .foot_3 {
        text-align: right;
    }
    footer .foot {
        margin-bottom: 35px;
    }
    footer .foot:last-child {
        margin-bottom: 0px;
    }
}
@media (max-width: 550px) {
    .video_off p {
        font-size: 15px;
        padding: 0px 25px;
    }
    .indicators {
        margin-bottom: 0px;
    }
    .tg_block {
        flex-direction: column;
    }
    .tg_block_left {
        margin-right: 0px;
        margin-bottom: 35px;
    }
    .tg_block_right {
        text-align: center;
    }
    .premium_page_second .tg_block_right ul {
        padding-bottom: 35px;
    }
    .tg_block_right ul {
        flex-direction: column;
        align-items: center;
    }
    .tg_block_right ul li {
        margin-bottom: 15px !important;
        margin-right: 0px;
    }
    .tg_block_right ul li:last-child {
        margin-bottom: 0px !important;
    }
    .items_products_setka .item {
        width: calc(50% - 12px);
    }
    .items_products_setka .item:nth-child(even) {
        margin-right: 0px;
    }
    .items_products_setka .item:nth-of-type(3),
    .items_products_setka .item:nth-of-type(4) {
        margin-top: 40px;
    }
    .top .language, .top .account {
        margin-right: 14px;
    }
    .top .account span {
        width: 30px;
    }
    .top .language .change {
        width: 33px;
    }
    .top .account span,
    .top #cart,
    .top #cart button,
    .top .language .change {
        height: 19px;
    }
    .top .account span:before {
        height: 20px;
        width: 20px;
        -webkit-mask-size: 20px;
        mask-size: 20px;
    }
    .top .language .change:before,
    .top #cart button:before {
        height: 20px;
        width: 20px;
        -webkit-mask-size: 18px;
        mask-size: 18px;
    }
    .premium_page_first_left p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .premium_page_first_left p:nth-of-type(2) {
        font-size: 14px;
    }
    .premium_page_first_left p:last-child {
        display: none;
    }
    .breadcrumb {
        margin-bottom: 20px;
    }
    .sort_block .result {
        display: none;
    }
    .premium_page_second ul li {
        padding: 0px;
        padding-top: 35px;
    }
    .premium_page_second ul li p {
        justify-content: center;
        text-align: center;
        padding-left: 35px;
        padding-right: 35px;
        width: initial;
    }
    .premium_page_second ul li p span {
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .premium_page_second ul li img {
        border-radius: 0px;
    }
    .tarifs .items .item {
        width: 100%;
        margin-right: 0px;
    }
    .tarifs .items .item:nth-of-type(2) {
        margin-top: 35px;
    }
    .tarifs .items .item .bg p {
        font-size: 18px;
    }
    .tarifs .items .item .bg p:before {
        -webkit-mask-size: 48px;
        mask-size: 48px;
        height: 48px;
        width: 48px;
    }
    .text_title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    .simple-content .text_title {
        text-align: center;
    }
    .product_description {
        flex-direction: column;
    }
    .product_description img {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 25px;
    }
    .product_files .tg_link {
        margin-left: 0px;
        margin-top: 15px;
    }
    .product_files {
        width: 100%;
    }
    .product_files,
    .product_files ul {
        justify-content: center;
    }
    .tg_link {
        margin-left: auto;
        margin-right: auto;
    }
    .premium_page_first {
        flex-direction: column;
    }
    .premium_page_first_left {
        margin-bottom: 50px;
        width: 100%;
    }
    .premium_page_first_right {
        width: 100%;
    }
    .premium_page_first_right .item {
        padding-right: 25px;
    }
    .courses_category .line_3_row {
        width: calc(50% - 53px);
    }
    .courses_category .list_2 {
        padding-left: 0px;
    }
    .courses_category .line_2_row {
        padding-left: 25px;
        padding-right: 25px;
    }
    .courses_category .line_3_row:nth-child(even) {
        margin-right: 0px;
    }
    .courses_category .line_3_row:nth-child(odd) {
        margin-right: 25px;
    }
    .courses_category .line_3_row {
        padding: 10px 20px;
    }
    .courses_category .line_3_row a {
        line-height: 17px;
        font-size: 13px;
    }
    .courses_category .line_3 img {
        height: 28px;
        width: 28px;
        margin-right: 10px;
    }
    .items_products {
        max-width: 302px;
        margin-left: auto;
        margin-right: auto;
    }

    .items_block_slider {
        max-width: 100%;
    }
    .home_text {
        padding: 30px;
    }
    .top #search {
        display: none;
    }
    #search {
        position: absolute;
        top: 80px;
        left: 0;
        margin-right: 0px;
        width: 100%;
    }
    #search input {
        width: 100%;
        border-radius: 0px;
        background: #3c4952;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .top .logo {
        margin-right: 20px;
    }
    .top .logo img {
        height: 38px;
    }
    .top .language {
        margin-left: auto;
    }
    .utp_left h1 {
        font-size: 36px;
        line-height: 42px;
    }
    .utp_left .test_button {
        padding-left: 15px;
        padding-right: 15px;
    }
    .utp_right .head_icon {
        width: 250px;
    }
    .utp_right .head_icon_bg {
        height: 300px;
        bottom: 34px;
    }
    .welcome_left {
        flex-direction: column;
    }
    .welcome_left h2 {
        font-size: 18px;
    }
    .welcome_left p {
        font-size: 14px;
    }
    .welcome_left span {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
    .podcategories li,
    .welcome_right ul li {
        margin-bottom: 8px;
        margin-right: 8px;
    }
    .podcategories li a,
    .welcome_right ul li a {
        padding: 7px 8px;
    }
    .items_title {
        font-size: 30px;
        line-height: 36px;
    }
    .items_products .item {
        flex-direction: column;
    }
    .items_products .item .image {
        max-width: 100%;
    }
    .items_products .item .caption .name {
        font-size: 17px;
    }
    .items_block_slider .item .caption .name {
        font-size: 15px;
    }
    .items_products .item .caption .description {
        font-size: 14px;
    }
    .indicators p {
        margin-right: 20px;
    }
    .items_products .item .caption .link {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
    .items_block_slider .item .caption .link {
        margin-top: initial;
        font-size: 14px;
    }
    .items_products_setka .item .caption .name {
        font-size: 15px;
    }
}
@media (max-width: 375px) {
    .courses_category .line_3_row:nth-child(odd) {
        margin-right: 10px;
    }
    .courses_category .line_3_row {
        width: calc(50% - 45px);
    }
    .courses_category .line_2_row {
        padding-left: 20px;
        padding-right: 20px;
        border-left: 4px solid #313d46;
    }
    footer .foot_2, footer .foot_3 {
        width: 100%;
    }
    footer .foot_3 {
        text-align: left;
    }
}
@media (max-width: 359px) {
    .items_products_setka .item {
        width: 100%;
        margin-right: 0px;
    }
    .items_products_setka .item:nth-of-type(2) {
        margin-top: 40px;
    }
    .courses_category .line_2_row {
        background-color: transparent;
        padding-left: 0px;
        padding-right: 0px;
        border: none;
    }
    .courses_category .line_3_row:nth-child(even) {
        margin-right: 10px;
    }
    .courses_category .line_3_row {
        width: fit-content;
        background-color: #1e292f;
    }
    .fm_menu p:before {
        display: none;
    }
    .top .logo {
        margin-right: 15px;
    }
    .top .logo img {
        height: 34px;
    }
    .top .language, .top .account {
        margin-right: 12px;
    }
}

/****FOR_UA*****/
.forua_link {
    height: 60px;
    width: 60px;
    right: 25px;
    bottom: 25px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    animation: foruaLink 1s linear infinite;
    transition: all .3s;
    z-index: 11;
}
.forua_link:hover {
    right: 30px;
    bottom: 30px;
    transform: rotate(10deg);
    cursor: pointer;
}
@keyframes foruaLink {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(10deg);}
    100% {transform: rotate(0deg);}
}
.forua_link:after {
    content: '';
    position: absolute;
    height: 60px;
    width: 60px;
    background: url(../img/icons/ua.svg) no-repeat;
    background-size: cover;
}
.download_modal,
.forua_modal {
    position: fixed;
    left: -100%;
    top: -100%;
    width: 0px;
    height: 100%;
    background: #8f5617c7;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download_modal.active,
.forua_modal.active {
    left: 0;
    top: 0;
    width: 100%;
}
.download_modal .container,
.forua_modal .container {
    background: #2b353e;
    padding: 35px;
    border-radius: 25px;
    max-width: 600px;
    text-align: center;
    line-height: 30px;
}
.forua_modal img {
    width: 100px;
    margin-bottom: 35px;
}
.download_modal h2,
.forua_modal h2 {
    font-size: 24px;
    color: #fff;
    margin: 20px 0px;
}
.download_modal .close,
.forua_modal .close {
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 10px 25px;
    font-weight: 600;
    margin-top: 35px;
    width: fit-content;
    display: inline-flex;
    transition: all .3s;
}
.download_modal .close:hover,
.forua_modal .close:hover {
    background: #fff;
    color: #2b353e;
    cursor: pointer;
}