.aftertext {display:flex; flex-direction: row; margin-bottom:2em}

.aftertext .widget-inner {width:96%}
.aftertext .col-0 .widget-inner {width:100%}
.contentbody {margin:1em 0 2em 0}

.col-0 {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.trumbowyg-editor {background:#fff}
.product_price_box_flex {
    display: flex;
    justify-content: space-between
}

.related-offer {margin:0 0 30px 0}
.create_promo {margin:1em 0 2em 0}

.blog_img.full img {
    width: 100%;
}
.product_box {
    background: #f7f7f7;
    box-shadow: 1px 2px 6px #dedede;
    padding: 1em 0;
	text-align:center
}
.product_box.one {
    background: #d7f9b8
}
.product_box.two {
    background: #a4d9ff
}
.product_box.three {
    background: #ffb86f
}
.product_box.four {
    background: #737373
}
.product_box h3, .product_box p {
    text-align: center
}
.product_box ul {
    display: block;
    margin: 1em 10%;
}
#cartbox{
    position: relative;
    margin-left: 24px;
}
#cartbox img{
    width: 20px;
    height: 20px;
    min-width: 20px;
}
#cartbox span{
    position: absolute;
    width: 12px;
    height: 12px;
    background: #E04265;
    border-radius: 50%;
    font-weight: bold;
    font-size: 8px;
    text-align: center;
    line-height: 12px;
    color: #fff;
    top: 4px;
    right: -2px;
}
.cart-win {
    position: fixed;
    top: 50px;
    margin: 0 auto;
    padding: 16px 44px 16px 16px;
    z-index: 1000;
    align-items: center;
    background: #F1FFF4;
    border: 1px solid #5DCE59;
    border-radius: 10px;
    color: #373A4C;
    font-size: 14px;
    width: 450px;
    max-width: calc(100% - 40px);
    left: 0;
    right: 0;
}
.cart-win:before{
    content: "\e930";
    color: #5dce59;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-right: 10px;
}
.cart-win-close{
    cursor: pointer;
    transition: all 0.2s ease 0s;
    color: #C9C8D3;
    font-size: 10px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
}
.cart-win-close:hover{
    color: #0772A0;
}
@media screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    .product_price_box_flex {
        flex-direction: column
    }
    .product_price_box_flex > div {
        width: 100% !important
    }
}
.layout {
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.order-by-page .layout, .offer-page .layout, .order-pay-page .layout, .installment-page .layout,
.order-pay-status-page .layout, .related-page .layout, .order-page .layout, .static-noaccess-page .layout,
.pay-error-page .layout {
    max-width: 820px;
}
.pay-error-page #content > .layout {
    margin-top: 90px;
}
.layout .layout{
    padding: 0;
    max-width: none;
}
.logo {
    margin-right: 30px;
}
.logo a {
    display: block;
}
.logo img {
    width: 100%;
    max-width: 200px;
}
.slogan {
    display: block;
    font-size: 12px;
    margin-bottom: -2px;
}
.header {
    padding: 16px 0;
    background-color: #FFFFFF;
}
.header-sticky{
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: #ccc 0px 0px 2px;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logout-block {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.button-login .btn-blue-border-2 {
    background: #0772A0;
    color: #fff;
    text-decoration: none;
}
.button-login .btn-blue-border-2:hover {
    background: #fff;
    color: #0772A0;
    text-decoration: none;
}
.logout-block > li + li {
    margin-left: 30px;
}
.main-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    margin-left: -30px;
}
.main-menu > li {
    white-space: nowrap;
    position: relative;
}
.main-menu > li {
    margin-left: 30px;
}
.main-menu > li > a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
}
.main-menu > li:hover > a {
    text-decoration: underline;
}
.topmenu {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 992px){
    .submenu {
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 0;
        width: auto;
        background: #fff;
        visibility: hidden;
        border: 1px solid #c5d0db;
        padding: 4px 0;
        border-radius: 4px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
        opacity: 0;
        transition: opacity 100ms linear, top 100ms linear, visibility 100ms linear;
        margin: 0;
        list-style: none;
    }
    .submenu:before {
        position: absolute;
        pointer-events: none;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        bottom: 100%;
        left: 31px;
        border-width: 6px;
        margin: 0 -6px;
        border-bottom-color: #c5d0db;
    }
}
.submenu a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 15px;
    white-space: nowrap;
    min-height: 30px;
    line-height: 20px;
    font-size: 14px;
    text-decoration: none;
}
.submenu a:hover {
    background: #0772A0;
    text-decoration: none;
    color: #fff;
}
.main-menu > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
header .main-menu .icon-arrow-down {
    display: none;
}
.tm-offcanvas-close {
    display: none;
    z-index: 99;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #E04265;
    text-decoration: none;
    line-height: 1;
}
.tm-offcanvas-close:hover {
    text-decoration: none;
    color: #E04265;
}
.breadcrumbs {
    padding-top: 50px;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -44px;
    font-size: 14px;
}
.breadcrumbs li {
    color: #000;
}
.breadcrumbs li:not(:last-child):after {
    color: inherit;
    content: "\e911";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px;
    font-size: 8px;
    position: relative;
    top: -1px;
}
.block-login {
    position: relative;
    margin-left: 24px;
}
.block-login__list {
    position: absolute;
    z-index: 99999;
    top: 120%;
    right: 0;
    min-width: 245px;
    background: #fff;
    visibility: hidden;
    border: 1px solid #c5d0db;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    opacity: 0;
    margin-top: 6px;
}
.block-login__list ul:first-child {
    /*margin-top: 5px;*/
    padding-top: 2px;
}
.block-login__list ul:last-child {
    padding-bottom: 2px;
}
.block-login__list ul {
    margin: 0;
    padding: 0;
    transition: opacity 100ms linear, top 100ms linear, visibility 100ms linear;
    list-style: none;
}
.block-login__list ul + ul {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #c5d0db;
}
.block-login__click img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 50%;
}
.block-login__click img.img-photo {
    border: 1px solid #D8DAE7;
}
.block-login__click span {
    display: inline-block;
    margin-left: 8px;
    font-size: 6px;
}
.block-login__click {
    cursor: pointer;
    display: flex;
    align-items: center;
    transform: translateZ(0);
    transition: all 0.4s ease 0s;
}
.block-login__click:hover {
    opacity: 0.7;
}
.block-login.active .block-login__list {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.block-login__list a {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 30px;
    line-height: 1.4;
    padding: 5px 15px;
    font-size: 14px;
    text-decoration: none;
}
.block-login__list a:hover {
    background: #0772A0;
    text-decoration: none;
    color: #fff;
}
/* ========================= Главная страница ========================= */

.content-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 90px 0 85px;
    margin-left: -49px;
}
.content-wrap + hr{
    display: none;
}
.content-wrap > * {
    padding-left: 49px;
    flex-grow: 1;
    max-width: 100%;
}
.content-with-sidebar {
    width: 67%;
    position: relative;
}
.sidebar {
    width: 33%;
}
.sidebar > * {
    background: #F7F8FA;
    border-radius: 10px;
    padding: 40px;
    margin: 0;
}
.sidebar > * + * {
    margin-top: 30px;
}
body .sidebar > .widget + .widget {
    margin-top: 30px!important;
}
.content-with-sidebar > h1, .maincol > h1 {
    margin-top: -10px;
}
.ya-share2 li {
    padding: 0 0 .8rem;
}
.sidebar-image{
    margin:-40px -40px 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.sidebar-only-image{
    margin: -40px;
    border-radius: 10px;
    overflow: hidden;
}
._instruction{
    font-size: 14px;
}
._instruction > h3{
    display: flex;
}
._instruction > h3:before{
    content: "\e918";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    margin-right: 15px;
    position: relative;
    top: -1px;
}
.traninig-name + h3{
    display: none;
}
.traninig-name{
    margin-bottom: 20px;
    margin-top: 30px;
}
.widget-header{
    margin-bottom: 0;
}
.h2-widget-header{
    font-size: 36px;
    margin-bottom: 50px;
}
.widget-header-top{
    margin-bottom: 20px;
}
._instruction .widget-header{
    display: flex;
}
._instruction .widget-header:before{
    content: "\e924";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 31px;
    margin-right: 15px;
    position: relative;
    top: 1px;
}
._menu ul{
    padding: 0;
    list-style: none;
}
._menu li + li{
    margin-top: 15px;
}
._menu li a{
    text-decoration: none;
}
._menu li a:hover{
    text-decoration: underline;
}
.widget-with-button-box .widget-header{
    margin-bottom: 0;
}
.widget-subheader{
    margin-bottom: 0;
}
.widget-with-button-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-left: -10px;
}
.widget-with-button-box > *{
    margin-left: 10px;
    margin-bottom: 10px;
}
.sidebar .widget-with-button-box{
    text-align: center;
    justify-content: center;
}
._button-bottom{
    display: flex;
    flex-direction: column;
}
.sidebar .widget-with-button-box{
    margin-bottom: 20px;
}
._button-bottom .widget-with-button-box{
    order: 100;
    margin-top: 20px;
    margin-bottom: 0;
}
.contentbody .widget-header{
    font-size: 52px;
}
.contentbody .widget-header-top{
    margin-bottom: 15px;
}
.contentbody .widget-subheader{
    font-size: 24px;
    font-weight: normal;
}
.widget-inner:before, .widget-inner:after{
    content: '';
    clear: both;
    overflow: hidden;
    width: 100%;
    height: 0;
    max-height: 0;
    display: block;
}
._content-bg .widget-inner{
    background: #F7F8FA;
    border-radius: 10px;
    padding: 40px;
}
.contentbody > * + *{
    margin-top: 30px;
}
.widget-inner h4 small{
    color: #B1B1B1;
    font-size: 16px;
    font-weight: normal;
}
@media screen and (max-width: 1200px), only screen and (max-device-width: 1200px){
    ._content-bg .widget-inner{
        padding: 20px;
    }
}

    /* ========================= Личный кабинет ======================== */
.user-menu {
    background: #373A4C;
    color: #fff;
}
.layout_small {
    width: 100%;
    max-width: 820px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.client-menu {
    padding: 90px 0;
}
.client-menu__row {
    display: flex;
    flex-wrap: wrap;
}
.client-menu__left {
    width: 130px;
    min-height: 130px;
}
.client-menu__left img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}
.client-menu__right {
    margin-left: 35px;
    width: calc(100% - 165px);
    padding-top: 8px;
}
.client-menu__title {
    font-weight: normal;
    margin-bottom: 9px;
}
.client-menu__info {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
.client-menu__info > a {
    margin-left: 16px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    transition: all 0.2s ease 0s;
    letter-spacing: 0.5px;
}
.client-menu__info > a:not(.client-menu__edit):hover {
    text-decoration: underline;
}
.client-menu__info > a:hover, .client-menu__info > a.current {
    color: #FFCA10;
}
.client-menu__info > a.current .client-menu__icon, .client-menu__info > a:hover .client-menu__icon {
    color: #fff;
}
.user-menu .client-menu__edit {
    display: inline-flex;
    align-items: center;
    text-decoration: none!important;
}
.user-menu .client-menu__edit:hover {
    text-decoration: none!important;
}
.client-menu__text-link {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.client-menu__icon {
    font-size: 14px;
    margin-right: 2px;
}
.client-menu__top-line {
    margin-bottom: 20px;
}
.client-menu__bottom-line {
    margin-left: -30px;
}
.client-menu__bottom-line > a {
    margin-left: 30px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.client-menu__bottom-line > a:hover, .client-menu__bottom-line > a.current {
    color: #FFCA10;
}
.client-menu__bottom-line > a:before {
    content: '';
    border-bottom: 1px solid #FFCA10;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.client-menu__bottom-line > a.current:before {
    opacity: 1;
}
.client-menu__left .jq-file__name{
    display: none;
}
.client-menu__left .jq-file__browse{
    width: 100%;
    background: transparent;
    margin-right: 0;
    margin-top: 10px;
    transition: all 0.2s ease 0s;
}
.client-menu__left .jq-file.image:hover .jq-file__browse{
    border-color: #FFCA10;
    background: #FFCA10;
    color: #000;
}
.input-avatar .jq-file__browse{
    font-size: 14px;
    cursor: pointer;
    padding: 0 2px;
    text-align: center;
}
.sprite-user-briefcase {
    width: 29px;
    height: 27px;
    background: url("../images/briefcase.png") no-repeat;
}

.sprite-user-forum {
    width: 29px;
    height: 27px;
    background: url("../images/forum.png") no-repeat;
}
.sprite-user-money-bag {
    width: 29px;
    height: 29px;
    background: url("../images/money-bag.png") no-repeat;
}
.sprite-user-user {
    width: 27px;
    height: 29px;
    background: url("../images/user.png") no-repeat;
}
.sprite-user {
    margin-right: 8px;
}
.content-lk {
    padding: 90px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
}
.cabinet-lk{
    padding-top: 90px;
}
.cabinet-lk .breadcrumbs{
    margin-top: 15px;
    margin-bottom: 15px;
}
.content-userbox {
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
    max-width: 780px;
    width: 100%;
    padding: 60px 60px;
    margin-left: auto;
    margin-right: auto;
}
.authorization-page .content-userbox {
    background: #ffffff;
}
.content-userbox ul{
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.content-userbox form, .modal-form-forgot-wrap {
    max-width: 326px;
    margin-left: auto;
    margin-right: auto;
}
.login-userbox {
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
    max-width: 780px;
    width: 100%;
    padding: 50px 60px 60px;
    margin: 10px auto 5px;
}
.login-userbox-text{
    margin-top: 30px;
}
.login-userbox-form{
    margin-top: 20px;
}
.form-line {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 20px;
}
.form-line label {
    padding: 8px 0 8px 20px;
}
.form-line label:not(.check_label) {
    width: 33.3333%;
}
.form-line-input {
    padding-left: 20px;
    width: 66.6666%;
    line-height: 1;
}
.form-line-submit {
    text-align: right;
    margin-top: 30px;
}
.required-red{
    color: red;
    font-size: 13px;
    top: -4px;
    left: 2px;
}
.success_message {
    padding: 15px;
    color: #fff;
    background: #5DCE59;
    border-radius: 10px;
    margin-bottom: 20px;
}
.success_message-alert {
    background: #E04265;
}
.success_message span {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.warning_message {
    padding: 15px;
    color: #fff;
    background: #E04265;
    border-radius: 10px;
    margin-bottom: 20px;
}
.warning_message span {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.alert-message {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 24px;
    color: #fff;
    border-radius: 10px;
    background: #E04265;
    margin-top: -50px;
    margin-bottom: 60px;
}
.alert-message-right {
    margin-left: 10px;
    white-space: nowrap;
}
.alert-message .btn-red {
    border: 1px #fff solid;
    padding: 12px 30px;
}
.pay-move__button {
    margin-top: 10px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -5px;
}
.pay-move__button > * {
    margin-left: 15px;
    margin-bottom: 5px;
}
.link-red {
    color: #E04265;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    background: none;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    box-shadow: none;
    border: none;
    height: auto;
}
.link-red:hover {
    text-decoration: none;
}
.link-blue{
    color: #0772A0;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    background: none;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    box-shadow: none;
    border: none;
    height: auto;
}
.link-blue:hover{
    text-decoration: none;
}
.getlink {
    margin-top: 10px;
}
.status-act {
    padding: 1px 20px 0 20px;
    color: #fff;
    height: 31px;
    line-height: 28px;
    white-space: nowrap;
    display: inline-block;
    background: #5DCE59;
    font-size: 12px;
}
.status-noact {
    padding: 1px 20px 0 20px;
    color: #fff;
    height: 31px;
    line-height: 28px;
    white-space: nowrap;
    display: inline-block;
    background: #0772A0;
    font-size: 12px;
}
.status-remove {
    padding: 1px 20px 0 20px;
    color: #fff;
    height: 31px;
    line-height: 28px;
    white-space: nowrap;
    display: inline-block;
    background: #E04265;
    font-size: 12px;
}
.my-payments-section{
    margin: 50px 0;
}
.my-payments-date{
    border-top: 1px solid #D8DAE7;
    border-bottom: 1px solid #D8DAE7;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my-payments-date__left{
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
}
.pay-table-padding th:first-child, .pay-table-padding td:first-child{
    padding-left: 25px;
}
.pay-table-padding th:last-child, .pay-table-padding td:last-child{
    padding-right: 25px;
}
.pay-table-padding th{
    font-weight: normal;
}
.pay-table-padding td:first-child{
    font-weight: bold;
}
.pay-table td{
    font-size: 14px;
}
/* ========================= ТРЕНИНГИ ============================== */
.hero-wrap {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 35px;
}
.hero-wrap > *{
    max-width: 1220px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
.hero-wrap h1, .hero-wrap .h1{
    font-size: 52px;
    color: #fff;
    text-align: left;
    margin: 0;
    line-height: 1.1;
}
.hero-wrap .breadcrumbs{
     font-size: 16px;
     margin: 15px 0 0;
     color: #fff;
}
.hero-wrap .breadcrumbs a{
    color: #fff;
}
 .hero-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
     background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(55, 58, 76, 0.9) 84.9%);
}
.hero-text-center{
 justify-content: center;
}
.hero_header {
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.content-courses {
    padding: 60px 0 85px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -49px;
}
.content-courses > * {
    padding-left: 49px;
    flex-grow: 1;
    max-width: 100%;
}
#widget-training .content-courses{
    padding-top: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -60px;
    margin-bottom: -40px;
}
.col-1-3 {
    margin-left: 60px;
    width: calc(33.3333% - 60px);
    margin-bottom: 40px;
}
.col-1-2 {
    margin-left: 60px;
    width: calc(50% - 60px);
    margin-bottom: 50px;
}
.course_item {
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
.course_item-free{
    position: absolute;
    right: 10px;
    top: 10px;
}
.course_cover {
    margin-bottom: 20px;
    text-align: center;
    background: #D8DAE7;
}
.category_cover {
    text-align: center;
    background: #D8DAE7;
}
.course_cover img, .category_cover img {
    height: 255px;
    width: 100%;
    object-fit: cover;
}
.col-1-2__training-2 .course_cover img{
    height: 354px;
    border-radius: 10px;
}
.course_item__title {
    margin: 10px 0 0;
}
.col-1-2__training-2 .course_item__title{
    font-size: 24px;
}
.course_data_wrap {
    background: #D8DAE7;
    margin-top: 30px;
    padding: 5px 20px;
}
.course_data {
    list-style: none;
    padding-left: 0;
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
}
.course_data > li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.course_item__middle {
    margin: 0 20px 50px;
}
.course_links {
    margin: auto 20px 0;
}
.course_author {
    margin: 5px 0 0;
    color: #6D6D6D;
    font-size: 14px;
    line-height: 20px;
}
.course_desc {
    margin-top: 10px;
    font-size: 14px;
}
.course_readmore {
    text-align: center;
    margin-bottom: 20px;
}
.course_readmore-line {
    text-align: center;
}
.progress_bar {
    background: #D8DAE7;
    border-radius: 10px;
}
.completed_line {
    height: 12px;
    border-radius: 10px;
    background: #FFCA10;
}
.progress-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    color: #070707;
}
.current-course {
    background: rgba(240, 243, 255, 0.1);
    border: 1px solid #D8DAE7;
    border-radius: 10px;
    overflow: hidden;
}
.sidebar .current-course {
    padding: 0;
}
.current-course-img {
    text-align: center;
    background: #D8DAE7;
}
.current-course-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.current-course-title {
    margin: 0;
    padding-top: 25px;
}
.current-course-inner {
    padding: 0 30px 30px;
}
.current-course-top + * {
    margin-top: 30px;
}
.current-course-bottom {
    margin-top: 20px;
    text-align: center;
}
.current-course-price {
    font-size: 18px;
    line-height: 25px;
}
.current-course-buttom {
    margin-top: 30px;
    text-align: center;
}
.sidebar .current-course-buttom .btn-yellow-border {
    width: 100%;
    max-width: 300px;
}
.current-course-lp {
    margin-top: 8px;
}
.current-course-lp .btn-link{
    font-size: 14px;
}
.block-heading {
    margin: 0;
}
* + .block-heading{
    margin-top: 3px;
}
.module-number {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.one-course-top + *, .prod-course-top + * {
    margin-top: 35px;
}
.one-course-top h1{
    margin-bottom: 30px;
}
.prod-course-top h1{
    margin-bottom: 0;
}
.prod-course-top h4{
    font-weight: normal;
    margin-bottom: 0;
}
.prod-course-top * + h4{
    margin-top: 10px;
}
.cut {
    background: #F7F8FA;
    border: 1px solid #F7F8FA;
    border-radius: 10px;
    transition: all 0.2s ease 0s;
}
.block-heading__click {
    position: relative;
    padding: 25px 50px 25px 30px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.cut.active .block-heading__click {
    padding-bottom: 10px;
}
.block-heading__click:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    color: #575757;
    font-size: 8.5px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -4px;
    transition: all 0.2s ease 0s;
}
.mini_cut {
    display: none;
    border-top: 1px solid #D8DAE7;
    margin: 0 30px;
    padding: 20px 0 30px;
}
.cut:first-child .mini_cut {
    display: block;
}
.un-login-cut.cut:first-child .mini_cut{
    display: none;
}
.un-login-cut{
    margin-top: 30px;
}
.cut.active .block-heading__click:after {
    transform: rotate(-180deg);
}
.cut.active {
    background: #fff;
    box-shadow: none;
    border-color: #D8DAE7;
}
.cut + .cut {
    margin-top: 26px;
}
.lessons_list > .lesson_item{
    border-radius: 10px;
    overflow: hidden;
    background: #F7F8FA;
    position: relative;
}
.lesson_item{
    display: flex;
	align-items: center;
    min-height: 134px;
}
.lesson_item.just-lesson{
    min-height: 123px;
}
.lesson_item > a{
    display: flex;
    flex-direction: column;
    align-self: stretch;
}
.lesson_item_link{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.lesson_item_link:hover ~ .lesson_desc > div > a{
    text-decoration: underline;
}
.lesson_cover{
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.lesson_cover img{
    flex-grow: 1;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.lesson_desc{
    flex-grow: 1;
    padding: 20px 10px;
    align-self: center;
}
.lesson_item:hover .lesson-title-yellow-circle:before, .lesson_item:hover .lesson-title-green-check:before{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M13.7449 15.0957H1.07812C0.526123 15.0957 0.078125 14.6477 0.078125 14.0957C0.078125 13.5437 0.526123 13.0957 1.07812 13.0957H13.7449C14.2969 13.0957 14.7449 13.5437 14.7449 14.0957C14.7449 14.6477 14.2969 15.0957 13.7449 15.0957Z' fill='%230772A0'/%3e%3cpath d='M8.74487 20.0957C8.48877 20.0957 8.23291 19.9983 8.03809 19.8025C7.64746 19.4116 7.64746 18.7783 8.03809 18.3877L12.3315 14.0945L8.03809 9.80249C7.64746 9.41162 7.64746 8.77832 8.03809 8.3877C8.42871 7.99707 9.06201 7.99707 9.45288 8.3877L14.4529 13.3877C14.8435 13.7783 14.8435 14.4116 14.4529 14.8025L9.45288 19.8025C9.25684 19.9983 9.00073 20.0957 8.74487 20.0957Z' fill='%230772A0'/%3e%3cpath d='M21.4116 32.0959C19.9409 32.0959 18.7451 30.8999 18.7451 29.4291V5.42915C18.7451 4.28925 19.4705 3.27192 20.5503 2.89716L28.561 0.22651C30.353 -0.322807 32.0784 1.00654 32.0784 2.76264V26.7626C32.0784 27.9013 31.353 28.9172 30.2744 29.2932L22.261 31.9653C21.969 32.0559 21.6985 32.0959 21.4116 32.0959ZM29.4116 2.09589C29.325 2.09589 29.2517 2.10664 29.1731 2.13056L21.1958 4.79048C20.9343 4.8813 20.7451 5.14521 20.7451 5.42915V29.4291C20.7451 29.884 21.2383 30.1906 21.6504 30.0612L29.6277 27.4013C29.8877 27.3105 30.0784 27.0466 30.0784 26.7626V2.76264C30.0784 2.39594 29.7798 2.09589 29.4116 2.09589Z' fill='%230772A0'/%3e%3cpath d='M11.7451 6.76245C11.1931 6.76245 10.7451 6.31445 10.7451 5.76245V3.76245C10.7451 1.73975 12.3889 0.0957031 14.4116 0.0957031H29.4116C29.9636 0.0957031 30.4116 0.543701 30.4116 1.0957C30.4116 1.64771 29.9636 2.0957 29.4116 2.0957H14.4116C13.4929 2.0957 12.7451 2.84375 12.7451 3.76245V5.76245C12.7451 6.31445 12.2971 6.76245 11.7451 6.76245Z' fill='%230772A0'/%3e%3cpath d='M19.7451 28.0959H14.4116C12.3889 28.0959 10.7451 26.4519 10.7451 24.4292V22.4292C10.7451 21.8772 11.1931 21.4292 11.7451 21.4292C12.2971 21.4292 12.7451 21.8772 12.7451 22.4292V24.4292C12.7451 25.3479 13.4929 26.0959 14.4116 26.0959H19.7451C20.2971 26.0959 20.7451 26.5439 20.7451 27.0959C20.7451 27.6479 20.2971 28.0959 19.7451 28.0959Z' fill='%230772A0'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3crect width='32' height='32' fill='white' transform='translate(0.078125 0.0957031)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.lesson_number{
    width: 126px;
    flex-shrink: 0;
    padding: 20px 0 20px 10px;
    color: #373A4C;
    font-size: 72px;
    line-height: 0.8;
    opacity: 0.5;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.mini_cut .lesson_desc{
    padding: 0;
}
.lesson_cover + .lesson_desc{
    padding-left: 0;
}
.lesson_item + .lesson_item, .cut + .lesson_item, .lesson_item + .cut{
    margin-top: 20px;
}
.lesson-title-yellow-circle {
    position: relative;
    padding-right: 80px;
}
.lesson-title-yellow-circle:before, .lesson-title-green-check:before{
    content: '';
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0)'%3e %3cpath d='M13.7449 15.0957H1.07812C0.526123 15.0957 0.078125 14.6477 0.078125 14.0957C0.078125 13.5437 0.526123 13.0957 1.07812 13.0957H13.7449C14.2969 13.0957 14.7449 13.5437 14.7449 14.0957C14.7449 14.6477 14.2969 15.0957 13.7449 15.0957Z' fill='%23373A4C'/%3e %3cpath d='M8.74487 20.0957C8.48877 20.0957 8.23291 19.9983 8.03809 19.8025C7.64746 19.4116 7.64746 18.7783 8.03809 18.3877L12.3315 14.0945L8.03809 9.80249C7.64746 9.41162 7.64746 8.77832 8.03809 8.3877C8.42871 7.99707 9.06201 7.99707 9.45288 8.3877L14.4529 13.3877C14.8435 13.7783 14.8435 14.4116 14.4529 14.8025L9.45288 19.8025C9.25684 19.9983 9.00073 20.0957 8.74487 20.0957Z' fill='%23373A4C'/%3e %3cpath d='M21.4116 32.0959C19.9409 32.0959 18.7451 30.8999 18.7451 29.4291V5.42915C18.7451 4.28925 19.4705 3.27192 20.5503 2.89716L28.561 0.22651C30.353 -0.322807 32.0784 1.00654 32.0784 2.76264V26.7626C32.0784 27.9013 31.353 28.9172 30.2744 29.2932L22.261 31.9653C21.969 32.0559 21.6985 32.0959 21.4116 32.0959ZM29.4116 2.09589C29.325 2.09589 29.2517 2.10664 29.1731 2.13056L21.1958 4.79048C20.9343 4.8813 20.7451 5.14521 20.7451 5.42915V29.4291C20.7451 29.884 21.2383 30.1906 21.6504 30.0612L29.6277 27.4013C29.8877 27.3105 30.0784 27.0466 30.0784 26.7626V2.76264C30.0784 2.39594 29.7798 2.09589 29.4116 2.09589Z' fill='%23373A4C'/%3e %3cpath d='M11.7451 6.76245C11.1931 6.76245 10.7451 6.31445 10.7451 5.76245V3.76245C10.7451 1.73975 12.3889 0.0957031 14.4116 0.0957031H29.4116C29.9636 0.0957031 30.4116 0.543701 30.4116 1.0957C30.4116 1.64771 29.9636 2.0957 29.4116 2.0957H14.4116C13.4929 2.0957 12.7451 2.84375 12.7451 3.76245V5.76245C12.7451 6.31445 12.2971 6.76245 11.7451 6.76245Z' fill='%23373A4C'/%3e %3cpath d='M19.7451 28.0959H14.4116C12.3889 28.0959 10.7451 26.4519 10.7451 24.4292V22.4292C10.7451 21.8772 11.1931 21.4292 11.7451 21.4292C12.2971 21.4292 12.7451 21.8772 12.7451 22.4292V24.4292C12.7451 25.3479 13.4929 26.0959 14.4116 26.0959H19.7451C20.2971 26.0959 20.7451 26.5439 20.7451 27.0959C20.7451 27.6479 20.2971 28.0959 19.7451 28.0959Z' fill='%23373A4C'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0'%3e %3crect width='32' height='32' fill='white' transform='translate(0.078125 0.0957031)'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -16px;
}
.sections_list .section_desc .lesson-title-yellow-circle:before,
.sections_list .section_desc .lesson-title-green-check:before,
.sections_list .lesson_item:hover .section_desc .lesson-title-yellow-circle:before,
.sections_list .lesson_item:hover .section_desc .lesson-title-green-check:before {
    font-family: 'icomoon' !important;
    background: none;
    content: "\e934";
    color: #373A4C;
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
}
.sections_list .lesson_item:hover .section_desc .lesson-title-yellow-circle:before,
.sections_list .lesson_item:hover .section_desc .lesson-title-green-check:before {
    color: #0772A0;
}
.lesson-title-yellow-circle .lesson-title-status:before {
    content: '';
    background: #FFCA10;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
.lesson-title-green-check .lesson-title-status:before {
    content: '';
    background: #5DCE59;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
.lesson-title-status{
    position: relative;
    padding-left: 15px;
}
.lesson-title-lock {
    position: relative;
    padding-right: 80px;
}
.lesson-title-lock:before {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg opacity='0.4'%3e %3cpath d='M27.2979 12.9229H26.6744V10.0047C26.6744 4.60711 22.391 0.0982222 17.0374 0.00197233C16.8911 -0.000657445 16.5988 -0.000657445 16.4526 0.00197233C11.0988 0.0982222 6.81558 4.60711 6.81558 10.0047V12.9229H6.19199C5.23107 12.9229 4.44727 13.9145 4.44727 15.1391V29.7759C4.44727 30.9992 5.23107 32 6.19206 32H27.2979C28.2588 32 29.0427 30.9992 29.0427 29.7759V15.1391C29.0427 13.9146 28.2589 12.9229 27.2979 12.9229ZM18.7223 22.4427V26.8654C18.7223 27.3718 18.2983 27.8004 17.7915 27.8004H15.6986C15.1917 27.8004 14.7677 27.3718 14.7677 26.8654V22.4427C14.2761 21.9588 13.9899 21.2897 13.9899 20.5495C13.9899 19.147 15.0741 17.9417 16.4527 17.886C16.5987 17.8801 16.8914 17.8801 17.0375 17.886C18.416 17.9417 19.5002 19.147 19.5002 20.5495C19.5001 21.2897 19.2139 21.9588 18.7223 22.4427ZM22.5647 12.9229H17.0374H16.4526H10.9253V10.0047C10.9253 6.78943 13.5383 4.13092 16.745 4.13092C19.9517 4.13092 22.5647 6.78943 22.5647 10.0047V12.9229H22.5647Z' fill='%23373A4C'/%3e %3c/g%3e %3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -16px;
}
.lesson-title-lock .lesson-title-status:before{
    content: '';
    background: #E04265;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
.lesson_desc > div > a{
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}
.lesson_desc > div > a:hover{
    text-decoration: underline;
}
.lesson_desc-inner{
    font-size: 14px;
    margin-top: 7px;
    max-height: 42px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.lesson_desc > div > span{
    font-size: 18px;
    font-weight: bold;
}
.lesson-title-green-check {
    position: relative;
    padding-right: 80px;
}
.lesson-desc-text{
    font-size: 14px;
    margin-top: 4px;
}
.lesson-title-status{
    color: #373A4C;
    font-size: 12px;
    margin-top: 7px;
}
.lesson_desc__text {
    margin-left: 30px;
    margin-top: 10px !important;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #E04265;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 14px;
    display: inline-block;
}
.lesson_desc > div ~ *{
    margin: 2px 0 0 0;
    font-size: 14px;
}
.old-lesson_desc__text > span{
    font-size: 16px !important;
}
.just-lesson{
    align-items: stretch;
}
.just-lesson .lesson_number{
    align-self: center;
    display: none;
}
.just-lesson > a{
    min-height: 100%;
}
.training-block .just-lesson .lesson_cover{
    width: 110px;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.training-block .just-lesson{
    min-height: 82px;
}
/*.training-block .lesson-title-lock:before{*/
    /*display: none;*/
/*}*/
/*.training-block .lesson-title-lock > a:before {*/
    /*content: '';*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*background: url(../images/lock.png) no-repeat;*/
    /*display: inline-block;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 4px;*/
    /*left: auto;*/
/*}*/
/*.training-block .lesson-title-yellow-circle:before{*/
    /*display: none;*/
/*}*/
/*.training-block .lesson-title-yellow-circle > a:before {*/
    /*content: '';*/
    /*background: #FFCA10;*/
    /*width: 7px;*/
    /*height: 7px;*/
    /*border-radius: 50%;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 11px;*/
    /*margin-top: 0;*/
    /*left: auto;*/
/*}*/
.training-block .lesson_desc > div > a{
    position: relative;
    font-weight: normal;
    text-decoration: underline;
}
.training-block .lesson_desc > div.lesson-title-yellow-circle > a{
    padding-right: 22px;
}
.training-block .lesson_desc > div > a:hover{
    text-decoration: none;
}
.training-block .lesson_desc > div{
    padding-right: 0;
}
/*.training-block .lesson-title-status{*/
    /*padding-left: 0;*/
/*}*/
/*.training-block .lesson-title-status:before{*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
/*}*/
.training-list-container .course_line {
    background: none;
    border-bottom: 1px solid #142cc8;
}
.accessibility-warning{
    display: inline-block;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 15px;
    border: 1px solid #E04265;
    border-radius: 10px;
}
.just-lesson-not-image .lesson_desc{
    padding-left: 30px;
    padding-right: 30px;
}
.mini_cut .just-lesson-not-image .lesson_desc{
    padding-left: 0;
    padding-right: 0;
}
.just-lesson .lesson_desc > div{
    padding-right: 0;
}
.just-lesson .lesson_desc > div:before{
    display: none;
}
.just-lesson-with-image .lesson_desc{
    padding-right: 30px;
}
* + .block_list, * + .lessons_list{
    margin-top: 20px;
}

/*.training-block .lesson-title-green-check:before{*/
    /*display: none;*/
/*}*/
/*.training-block .lesson-title-green-check > a:before {*/
    /*content: "\e903";*/
    /*font-size: 14px;*/
    /*color: #5DCE59;*/
    /*font-family: 'icomoon' !important;*/
    /*speak: none;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*font-variant: normal;*/
    /*text-transform: none;*/
    /*line-height: 1;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 7px;*/
    /*margin-top: 0;*/
    /*left: auto;*/
/*}*/
.training-block .lesson_number {
    padding: 10px;
}
.training-block .lessons_list > .lesson_item{
    background: #fff;
    border: none;
}
.content-top > span{
    display: none;
}
.home-work {
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-top: 40px;
}
.home-work__title {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}
.home-work__login{
    margin-top: 20px;
}
.home-work__login a{
    width: 100%;
    max-width: 178px;
    text-align: center;
}
.home-work__subtitle{
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.border-top{
    border-top: 1px solid #CCCCCC;
    padding-top: 15px;
    margin-top: 5px;
}
.homework-bottom{
    padding-bottom: 25px !important;
}
.answer_list {
    background: #F7F8FA;
    padding: 1px 25px 10px;
}
.answer_item__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.answer_item__left {
    width: 45px;
    height: 45px;
    margin-left: 20px;
    border-radius: 50%;
    overflow: hidden;
}
.answer_item__right {
    margin-left: 20px;
    width: calc(100% - 85px);
    padding-top: 11px;
}
.answer_item {
    padding: 25px 25px;
    background: #FFFFFF;
    border-radius: 10px;
}
* + .answer_question {
    margin-top: 12px;
}
.answer {
    margin-top: 15px;
}
.answer .add-comment-line{
    min-height: 230px;
}
.user_name p {
    margin-bottom: 0;
    display: inline;
}
.user_name p:after{
    content: ',';
}
.user_name-id {
    font-size: 14px;
    line-height: 19px;
    color: #747474;
}
.user_name .small{
    font-size: 14px;
    line-height: 19px;
    color: #B1B1B1;
}
.answer_question .user_name {
    margin-bottom: 20px;
}
.answer .user_name {
    margin-bottom: 20px;
}
.less_complete {
    font-size: 14px;
    padding: 5px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 30px;
    color: #fff;
    background: #5DCE59;
    border-radius: 10px;
    min-width: 161px;
    position: absolute;
    top: 28px;
    right: 30px;
    border: none;
    font-weight: normal;
}
.static {
    position: static !important;
}
.less_complete span {
    margin-right: 7px;
    font-size: 15px;
}
.less_waiting {
    background: #0772A0;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    width: 161px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-height: 30px;
    font-weight: normal;
    position: absolute;
    top: 28px;
    right: 30px;
}
.on-check{
    background: #FFCA10;
    color: #373A4C;
}
.less_waiting span{
    margin-right: 7px;
    font-size: 16px;
    position: relative;
    top: 0;
}
.on-check span{
    font-size: 19px;
}
.less_waiting-line{
    border: 1px solid #FFCA10;
    border-radius: 10px;
    padding: 7px 15px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.less_rejected {
    background: #E04265;
}
.next_less__wrap {
    margin-top: 20px;
    text-align: right;
}
.form-complete-head{
    margin-bottom: 7px;
}
.textarea__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.textarea__left {
    width: calc(100% - 184px);
    margin-left: 20px;
    margin-bottom: 20px;
}
.textarea__righr {
    width: 144px;
    margin-left: 20px;
    text-align: right;
}
.textarea__left textarea{
    height: 200px;
}
.textarea__righr .button {
    width: 100%;
    max-width: 144px;
}
.feedback-page form .modal-form-line textarea {
    height: 100px;
}
.trumbowyg-box{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 8px;
    overflow: hidden;
}
.answer_list ~ .form-complete, .home-work .form-complete {
    margin-top: 40px;
}
.mce-tinymce {
    box-shadow: none !important;
    border-radius: 10px;
}
.form-complete > p {
    font-size: 14px;
}
.mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last {
    border-radius: 0 0 10px 10px;
}
.mce-top-part::before {
    box-shadow: none !important;
}
.category_desc {
    padding: 15px 20px 25px;
}
.category_desc__title a {
    text-decoration: none;
}
.category_desc__title a:hover {
    color: #FFCA10;
}
.course_category_item {
    border-radius: 10px;
    overflow: hidden;
    background: rgba(240, 243, 255, 0.7);
    display: flex;
    flex-direction: column;
}
.course_count {
    margin: -10px 0 0;
    color: #6D6D6D;
    font-size: 14px;
    line-height: 20px;
}

.maincol .video_separator, .maincol_min .video_separator  {
    margin-bottom: 30px;
}

.course_category + .course_list{
    margin-top: 60px;
}
.group-files{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 10px -20px;
}
.one-files{
    margin: 0 0 20px 20px;
    width: calc(33.3333% - 20px);
    background: conic-gradient(from 43.79deg at -13.16% 147.38%, #373A4C 0deg, rgba(55, 58, 76, 0.73) 360deg);
    border-radius: 10px;
    padding: 15px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s ease 0s;
    position: relative;
}
.one-files:not(.one-files__width-100){
    order: -1;
}
.one-files__width-100{
    width: calc(100% - 40px);
}
.one-files-image{
    max-width: 28px;
    flex-shrink: 0;
    margin: -2px 0;
}
.one-files-image img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.one-files-title{
    margin-right: 10px;
    font-weight: 500;
    flex-grow: 1;
}
.one-files:hover{
    color: #fff;
}
.one-files:hover{
    opacity: 0.7;
}
.lesson-inner .one-files:hover {
    opacity: 1;
    background-color: #3F435E;
}
.test-wrap{
    background: #F7F8FA;
    border-radius: 10px;
    padding: 30px 25px;
    margin-top: 40px;
    position: relative;
}
.lesson-sidebar-inside .test-wrap{
    margin-top: 0;
}
* + .lesson-sidebar-inside{
    margin-top: 40px;
}
.not-dz{
    padding: 30px 25px;
    background: #F7F8FA;
    border-radius: 10px;
    font-size: 12px;
}
.not-dz .h4{
    margin-right: 5px;
}
.test-go{
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold;
    font-size: 18px;
    padding-right: 180px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.test-status{
    position: absolute;
    right: 25px;
    top: 25px;
    width: 161px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    min-height: 30px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 14px;
}
.test-status i, .test-status span{
    margin-right: 10px;
}
.test-not-done{
    background: #0772A0;
    color: #fff;
}
.test-final{
    color: #fff;
    background: #5DCE59;
}
.test-final-error{
    color: #fff;
    background: #E04265;
}
.test-not-done i, .test-final-error i{
    font-size: 15px;
}
.test-final-error i:before{
    content: "\e91a";
}
.test-text-error{
    text-align: center;
    font-weight: bold;
}
.test-process{
    background: #FFCA10;
    color: #373A4C;
}
.test-process i{
    font-size: 18px;
}
.test-one-image{
    border-radius: 10px;
    max-width: 160px;
    margin-bottom: 20px;
}
.test-answer-row-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    justify-content: space-around;
}
.test-answer-row-wrap .custom-radio b, .test-answer-row-wrap .custom-checkbox b{
    font-weight: normal;
}
.test-answer-row-wrap > *{
    margin-left: 20px;
}
.test-answer-item-image{
    margin-top: 0 !important;
    width: calc(25% - 20px);
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
}
.test-answer-item-image .custom-radio, .test-answer-item-image .custom-checkbox{
    margin-top: 15px;
}
.test-answer-row:not(.test-answer-item-image){
    width: calc(100% - 20px);
}
.test-answer-row .custom-radio, .test-answer-row .custom-checkbox{
    margin-left: 0;
    margin-bottom: 0;
    display: inline-flex !important;
    min-height: 16px;
}
.test-answer-item-image .custom-radio b, .test-answer-item-image .custom-checkbox b{
    /*display: none;*/
}
.test-list-image{
    max-width: 170px;
    border-radius: 10px;
}
.test-answer-row + .test-answer-row{
    margin-top: 15px;
}
.btn-test-prev{
    width: 100%;
    max-width: 152px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 20px;
}
.btn-test-prev i{
    font-size: 10px;
    margin-right: 10px;
}
.btn-test-next{
    width: 100%;
    max-width: 152px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 20px;
}
.btn-test-next i{
    font-size: 10px;
    margin-left: 10px;
}
.test-progress-row{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
}
.decryption-spoiler-title{
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #0772A0;
}
.decryption-spoiler-title span{
    text-decoration: underline;
    text-decoration-skip-ink: none;
    margin-right: 10px;
    font-size: 14px;
}
.decryption-spoiler-title:hover span{
    text-decoration: none;
}
.decryption-spoiler-title i{
    font-size: 7px;
}
.decryption-spoiler-title i:before{
    transition: all 0.2s ease 0s;
    display: inline-block;
}
.decryption-spoiler-title.show i:before{
    transform: rotate(-180deg);
}
.decryption-spoiler-title.show{
    border-radius: 10px 10px 0 0;
}
.decryption-spoiler-content{
    padding: 0 20px 20px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
.question-name{
    margin-top: 25px;
    margin-bottom: 20px;
}
.homework-top{
    background: #F7F8FA;
    border-radius: 10px 10px 0 0;
    padding: 30px 25px 15px;
    position: relative;
}
* + .homework-top{
    margin-top: 40px;
}
.answer_form_wrap{
    padding: 10px 25px 35px;
    border-radius: 0 0 10px 10px;
    background: #F7F8FA;
}
.attach .jq-file__browse{
    width: auto;
    border: 1px solid #0772A0;
    border-radius: 10px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 5px 15px;
    position: relative;
    color: #0772A0;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.attach .jq-file__browse:before{
    content: "\e91b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    transition: all 0.2s ease 0s;
}
.home-work-attach{
    margin-top: 20px;
    padding-right: 200px;
}
.attach .jq-file:hover .jq-file__browse{
    color: #fff;
    background: #0772A0;
}
.add-home-work{
    position: relative;
    padding-bottom: 50px;
}
.add-home-work--simple{
    position: absolute;
    bottom: -4px;
    right: 0;
}
.custom-checkbox {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    display: flex !important;
    cursor: pointer;
    padding-left: 27px;
}
.custom-checkbox input {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox input + span:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 3px;
    background-image: url("data:image/svg+xml,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cg clip-path='url(%23clip0)'%3e %3cpath d='M12.6667 0.576172H3.33333C2.4496 0.57723 1.60237 0.92876 0.97748 1.55365C0.352588 2.17854 0.00105857 3.02578 0 3.90951L0 13.2428C0.00105857 14.1266 0.352588 14.9738 0.97748 15.5987C1.60237 16.2236 2.4496 16.5751 3.33333 16.5762H12.6667C13.5504 16.5751 14.3976 16.2236 15.0225 15.5987C15.6474 14.9738 15.9989 14.1266 16 13.2428V3.90951C15.9989 3.02578 15.6474 2.17854 15.0225 1.55365C14.3976 0.92876 13.5504 0.57723 12.6667 0.576172V0.576172ZM14.6667 13.2428C14.6667 13.7733 14.456 14.282 14.0809 14.6571C13.7058 15.0321 13.1971 15.2428 12.6667 15.2428H3.33333C2.8029 15.2428 2.29419 15.0321 1.91912 14.6571C1.54405 14.282 1.33333 13.7733 1.33333 13.2428V3.90951C1.33333 3.37907 1.54405 2.87036 1.91912 2.49529C2.29419 2.12022 2.8029 1.90951 3.33333 1.90951H12.6667C13.1971 1.90951 13.7058 2.12022 14.0809 2.49529C14.456 2.87036 14.6667 3.37907 14.6667 3.90951V13.2428Z' fill='%23B1B1B1'/%3e %3c/g%3e %3cdefs%3e %3cclipPath id='clip0'%3e %3crect width='16' height='16' fill='white' transform='translate(0 0.576172)'/%3e %3c/clipPath%3e %3c/defs%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 20px;
    height: 17px;
}
.custom-checkbox input:checked + span:before {
    background-image: url("data:image/svg+xml,%3csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M12.6667 0.576172H3.33333C2.4496 0.57723 1.60237 0.92876 0.97748 1.55365C0.352588 2.17854 0.00105857 3.02578 0 3.90951L0 13.2428C0.00105857 14.1266 0.352588 14.9738 0.97748 15.5987C1.60237 16.2236 2.4496 16.5751 3.33333 16.5762H12.6667C13.5504 16.5751 14.3976 16.2236 15.0225 15.5987C15.6474 14.9738 15.9989 14.1266 16 13.2428V3.90951C15.9989 3.02578 15.6474 2.17854 15.0225 1.55365C14.3976 0.92876 13.5504 0.57723 12.6667 0.576172V0.576172ZM14.6667 13.2428C14.6667 13.7733 14.456 14.282 14.0809 14.6571C13.7058 15.0321 13.1971 15.2428 12.6667 15.2428H3.33333C2.8029 15.2428 2.29419 15.0321 1.91912 14.6571C1.54405 14.282 1.33333 13.7733 1.33333 13.2428V3.90951C1.33333 3.37907 1.54405 2.87036 1.91912 2.49529C2.29419 2.12022 2.8029 1.90951 3.33333 1.90951H12.6667C13.1971 1.90951 13.7058 2.12022 14.0809 2.49529C14.456 2.87036 14.6667 3.37907 14.6667 3.90951V13.2428Z' fill='%23B1B1B1'/%3e %3cpath d='M8.29276 10.4523L4.23771 6.39725C4.04368 6.20327 3.78054 6.0943 3.50617 6.0943C3.2318 6.0943 2.96867 6.20327 2.77463 6.39725C2.58065 6.59129 2.47168 6.85442 2.47168 7.12879C2.47168 7.40316 2.58065 7.6663 2.77463 7.86033L6.82967 11.9154C7.02185 12.1076 7.25002 12.2601 7.50114 12.3642C7.75227 12.4682 8.02144 12.5218 8.29327 12.5218C8.56511 12.5218 8.83427 12.4682 9.0854 12.3642C9.33653 12.2601 9.5647 12.1076 9.75688 11.9154L19.33 2.34221C19.524 2.14817 19.633 1.88503 19.633 1.61066C19.633 1.3363 19.524 1.07316 19.33 0.879122C19.136 0.685143 18.8729 0.576172 18.5985 0.576172C18.3241 0.576172 18.061 0.685143 17.867 0.879122L8.29276 10.4523Z' fill='%235DCE59'/%3e %3c/svg%3e");

}
.test-submit{
    text-align: center;
}
.test-submit .button{
    margin: 15px auto 0;
}
.add-comment-bottom{
    font-size: 14px;
}
.add-comment-title{
    margin-bottom: 10px;
}
.add-home-work-line + .add-home-work-line{
    margin-top: 20px;
}
.add-home-work-line{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.add-home-work-left{
    width: 50px;
    margin-right: 26px;
    padding-top: 4px;
}
.add-home-work-right{
    width: calc(100% - 76px);
}
.add-home-work-right input{
    border-color: #fff;
    height: 30px;
    border-radius: 5px;
}
@media screen and (min-width: 768px){
    .lesson-sidebar-outside .one-files{
        width: calc(50% - 20px);
    }
}
.lesson-sidebar-inside{
    display: flex;
    flex-wrap: wrap;
    margin-left: -49px;
}
.lesson-sidebar-inside > * {
    padding-left: 49px;
    flex-grow: 1;
    max-width: 100%;
}
.small-caption{
    font-size: small;
    margin-left: 10px;
    font-weight: 100;
    margin-right: 10px;
}
.add-home-work-title{
    padding-top: 10px;
    margin-bottom: 22px;
}


/* ========================= EDITOR  ============================== */
.trumbowyg-button-pane, .cke_top {
    background: #D8DAE7 !important;
}
.trumbowyg-button-pane {
    padding: 0 !important;
}
.trumbowyg-button-group > button:not(:first-child){
    border-left: 1px solid #F4F7FF !important;
}
.trumbowyg-button-group > button{
    width: 41px !important;
    text-align: center !important;
}
.trumbowyg-button-group + .trumbowyg-button-group{
    border-left: 1px solid #F4F7FF !important;
}
.trumbowyg-editor{
    color: #373A4C;
}
.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before{
    color: #373A4C !important;
}
.trumbowyg-button-pane .trumbowyg-button-group::after{
    display: none !important;
}
body .trumbowyg-editor, body .trumbowyg-textarea, body .trumbowyg-box, body .trumbowyg-editor{
    min-height: 140px;
}
body .trumbowyg-box{
    border: none;
}
body .trumbowyg-editor{
    border-color: #fff;
}
.cke_top, .cke_inner, .cke_ltr {
    border-top-left-radius: 8px!important;
    border-top-right-radius: 8px!important;
}
.cke_wysiwyg_frame, .cke_inner, .cke_ltr, .cke_contents {
    border-bottom-left-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
}
body .cke_top, body .cke_ltr {
    border: none;
}


@media screen and (max-width: 640px){
    .add-home-work-left{
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .add-home-work-right{
        width: 100%;
        min-height: 1px !important;
    }
    .add-home-work{
        padding-bottom: 0;
    }
}
.user_message_warning{
    color: #FFCA10;
    font-size: 14px;
    font-weight: bold;
}
.user_message_edit__with-warning{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: -15px;
    margin-bottom: -10px;
}
.user_message_edit__with-warning > *{
    margin-left: 15px;
    margin-bottom: 10px;
}
.user_message_edit{
    margin-top: 25px;
}

/* ========================= Авторские страницы  ============================== */

.tabs > ul, .tabs2 ul {
    padding-left: 0;
    margin: 0 0 35px;
    list-style: none;
    border-bottom: 4px solid #373A4C;
    display: flex;
}
.tabs > ul li, .tabs2 li {
    color: #000000;
    padding: 13px 29px 9px;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    transition: all 0.2s ease 0s;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
body #order_form .container-cart .tabs .tabs-payment-ul li:not(.active),
body #order_form .container-cart .tabs .tabs-payment-ul li.active {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.tabs > ul li.active, .tabs2 li.active {
    color: #fff !important;
    background: #373A4C;
    border-color: #373A4C;
}
.tabs > ul li:hover, .tabs2 li:hover {
    color: #FFCA10;
}
.tabs > ul li a, .tabs li a:hover, .tabs2 li a, .tabs2 li a:hover {
    color: inherit;
    text-decoration: none;
}
* + .total-money {
    margin-top: 60px;
}
.total-money {
    display: inline-block;
    padding: 30px 38px 35px;
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
    width: 100%;
    max-width: 420px;
}
.total-money h4 {
    margin-bottom: 10px;
}
.total-money p {
    margin: 2px 0 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.usertable th {
    border-bottom: 1px solid #d6d6d6;
    font-weight: bold;
    padding: 0 20px 7px 0;
    text-align: left;
    white-space: nowrap;
}
.usertable th:last-child {
    padding-right: 0;
}
.usertable td {
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #d6d6d6;
    text-align: left;
    white-space: normal;
    vertical-align: top;
}
.usertable td:last-child {
    padding-right: 0;
}
.partner-pay{
    display: inline-flex;
    align-items: center;
}
.partner-pay i{
    font-size: 20px;
    margin-right: 5px;
}
.requisites {
    max-width: 280px;
}
.requisites input {
    height: 45px;
}
.requisites__button input, .requisites__submit input{
    padding-top: 12px;
}
.requisites__submit {
    margin-top: 60px;
}
.requisites__button {
    margin-top: 28px;
}
.requisites__subtitle {
    font-size: 16px;
}
.table-text-center th:not(:first-child), .table-text-center td:not(:first-child) {
    text-align: center;
}
.table-form-line {
    display: flex;
    align-items: center;
}
.table-form-line > span {
    width: 90px;
    padding-right: 10px;
}
.table-form-input {
    width: calc(100% - 90px);
}
.table-form-line + .table-form-line {
    margin-top: 10px;
}
.aff_links input {
    width: auto;
}
td.not-aff_links {
    padding-top: 28px;
}
.usertable tr:not(:first-child) td:first-child {
    white-space: normal;
}
.create-short-link {
    display: flex;
    margin-top: 40px;
    margin-bottom: 35px;
}
.create-short-link__input {
    flex-grow: 1;
    width: 50%;
    margin-right: 20px;
}
.create-short-link__input input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.create-short-link > div {
    margin-bottom: 15px;
}
.table-short-link td:last-child, .table-short-link th:last-child {
    width: 90px;
    text-align: center;
}
.table-short-link__input {
    height: 30px !important;
    border: 1px solid #B1B1B1;
    box-sizing: border-box;
    border-radius: 5px;
}
.table-short-link__delete {
    font-size: 19px;
    color: #EB5757;
    background: none;
    border-radius: 0;
    border: none;
    text-decoration: none;
}
.table-short-link__title {
    margin-bottom: 20px;
}
.pay-table {
    text-align: center;
}
.pay-table td {
    padding: 20px 10px;
    border-bottom: 1px solid #d6d6d6;
    white-space: nowrap;
    vertical-align: top;
}
.pay-table th {
    background: rgba(55, 58, 76, 0.03);
    padding: 14px 10px 12px;
    border-bottom: 1px solid #D8DAE7;
    white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
}
.pay-table th:last-child, .pay-table td:last-child{
    text-align: right;
    padding-right: 20px;
}
.pay-table th:first-child, .pay-table td:first-child{
    padding-left: 20px;
}
.nopay_orders, .installments, .pay_orders {
    margin-top: 45px;
}
.sum-paid-item, .next-pay{
    font-size: 14px;
}
.sum-paid{
    display: block;
}
.span-paid{
    display: block;
    color: #5DCE59;
}
.next-pay-price + *{
    color: #E04265;
}
.order-title {
    margin: 0 0 5px;
    max-width: 280px;
    white-space: normal;
}
.order-final-title {
    font-weight: normal;
    margin: 0;
	font-size: 16px;
}
.order-final-title + * {
    margin-top: 10px;
}
.nopay_orders h2, .pay_orders h2 {
    font-size: 24px;
}
.minirow:not(.content-with-sidebar) {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.minirow > h1 {
    margin-top: -10px;
}
.coupon {
    display: flex;
    background: #E04265;
    border-radius: 10px;
    padding: 20px;
    align-items: center;
    margin-top: -50px;
    margin-bottom: 45px;
}
.coupon-left {
    width: 64px;
    min-width: 64px;
    margin-right: 30px;
}
.coupon-text {
    flex-grow: 1;
    color: #fff;
}
.coupon-text strong {
    font-size: 18px;
}
.cart-page .layout {
    max-width: 820px;
}
.cart-page .main-menu, .cart-page .soc_buttons, .cart-page #cartbox, .cart-page .open-menu {
    display: none;
}
.cart-page .copyright {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.cart-page .footer-center {
    width: 100%;
}

/* ========================= Футер  ============================== */

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    align-items: center;
    justify-content: space-between;
}
.copyright {
    width: 24%;
    padding-left: 20px;
    color: #D8DAE7;
    font-size: 14px;
    line-height: 20px;
}
.footer-center {
    width: 52%;
    padding-left: 20px;
}
.soc_buttons {
    width: 24%;
    padding-left: 20px;
    display: flex;
    justify-content: flex-end;
}
.soc_buttons ul {
    padding-left: 0;
    list-style: none;
    margin: 0 0 -12px -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.soc_buttons li {
    margin-left: 12px;
    margin-bottom: 12px;
}
.soc_buttons a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}
.footer {
    background: #373A4C;
    color: #fff;
    padding: 17px 0 13px;
}
.footer-center__inner {
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.politika-line {
    text-align: center;
    margin-left: 20px;
}
.politika-line a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
}
.politika-line a:hover, .soc_buttons a:hover {
    color: #FFCA10;
}
/* ========================= Кабинет куратора ======================== */

.filter {
    padding: 30px;
    border-radius: 10px;
}
.one-filter__title {
    margin-bottom: 7px;
}
.select-wrap {
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.form-line .select-wrap {
    border-radius: 10px;
}
.select-wrap:before {
    content: "\e90f";
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 6px;
    color: #373A4C;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select-wrap:after {
    content: '';
    border-left: 1px solid #D6D6D6;
    height: 21px;
    position: absolute;
    right: 32px;
    top: 6px;
}
.select-wrap select {
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: none;
    border: 1px solid #b1b1b1bd;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px 35px 8px 15px;
    position: relative;
    z-index: 1;
}
.select-wrap select::-ms-expand {
    display: none;
}
.form-line .select-wrap select,
.cart-form-input .form-line .select-wrap select {
    border: 1px solid #D8DAE7;
    height: 40px;
}
.form-line textarea, .cart-form-input textarea,
.form-line .select2-selection, .form-line .select-wrap select,
.cart-form-input .select2-selection, .cart-form-input .select-wrap select {
    border: 1px solid #b1b1b1bd!important;
    border-radius: 5px!important;
}
.form-line .select2-selection,
.cart-form-input .select2-selection,
.select2-selection.select2-selection--multiple {
    padding: 6px;
    line-height: 1;
}
.form-line .select2-selection__choice,
.cart-form-input .select2-selection__choice {
    margin-top: 2px!important;
    margin-bottom: 0;
}
.form-line .select2-selection__rendered,
.cart-form-input .select2-selection__rendered {
    padding-left: 10px!important;
}
form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 3px 5px;
    margin-top: 2px;
}
.form-line .select2-container--default .select2-selection--multiple .select2-selection__choice,
.cart-form-input .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-right: 8px;
}
.form-line .select-wrap:before,
.cart-form-input .select-wrap:before {
    top: 18px;
}
.form-line .select-wrap:after,
.cart-form-input .select-wrap:after {
    height: 29px;
}
body .cart-form-input.select2-form-input {
    line-height: 1;
}
body .cart-form-input.select2-form-input .select2-selection__choice,
body .cart-form-input.select2-form-input .select2-selection--multiple,
body .form-line-input .select2-selection__choice,
body .form-line-input .select2-selection--multiple,
body .form-line-input .select2-selection__rendered {
    line-height: 1!important;
}
body .cart-form-input.select2-form-input li:last-child {
    margin: 0;
}

.form-line-inner{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.form-line-inner-col{
    width: calc(33.3333% - 20px);
    margin-left: 20px;
}
.filter-title{
    margin-bottom: 22px;
}
.one-filter {
    margin-bottom: 22px;
    margin-top: 22px;
}
.filter-button {
    margin-left: -15px;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
    justify-content: space-between;
}
.filter-button > * {
    margin-left: 15px;
    margin-bottom: 10px;
}
.filter-button > .btn-blue-thin{
    padding-left: 26px;
    padding-right: 26px;
}
.filter input[type="text"], .filter input[type="email"], .filter input[type="tel"],
.filter input[type="password"], .filter input[type="number"], .filter input[type="url"]{
    border-radius: 5px;
    height: 34px;
}
.filter-button-submit{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
}
.dialog {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    background: #fff;
}
.dialog_item {
    display: flex;
}
.dialog_item__left {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.dialog_item__right {
    width: calc(100% - 70px);
    margin-left: 10px;
    flex-grow: 1;
}
.dialog_item__title {
    margin-bottom: 5px;
}
.user_name__link {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.dialog_user_name {
    margin-bottom: 12px;
}
.dialog-answer_user_name {
    font-weight: bold;
}
.dialog_del_mess {
    align-self: flex-end;
    margin-left: 10px;
}
.dialog_del_mess a {
    color: #E04265;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
}
.dialog_del_mess a:hover {
    color: #000;
}
.dialog_item + .dialog_item {
    margin-top: 30px;
}
.dialog_item__answer {
    margin-left: 84px;
}
.dialog_item__answer + .dialog_item__answer {
    margin-top: 40px;
}
.dialog_item:first-child .dialog_item__title, .dialog_item:first-child .dialog_user_name {
    padding-right: 100px;
}
.dialog_item + .dialog_item {
    margin-top: 30px;
}
.dialog-2{
    padding: 0;
    border-radius: 0;
    background: none;
}
.dialog_item-2{
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}
.task-accepted {
    position: absolute;
    top: 30px;
    right: 30px;
}
.task-accepted label {
    display: block;
}
.message_box {
    margin-top: 30px;
}
.task-accepted span {
    width: 148px;
    border-radius: 10px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
}
.task-accepted i {
    margin-right: 7px;
    font-size: 15px;
}
.noaccepted {
    border: 2px solid #5DCE59;
    text-align: center;
    color: #5DCE59;
    cursor: pointer;
}
.task_info {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #ccc
}
.task_info > strong:first-child ~ *, .user_message{
    font-size: 14px;
}
.task-info{
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}
.task-info-title{
    display: flex;
    font-weight: bold;
}
.task-info-title i{
    font-size: 24px;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.task-info-text{
    font-size: 14px;
}
.task-info-text > *:last-child{
    margin-bottom: 0;
}
.answer-status{
    position: absolute;
    right: 58px;
    top: 24px;
}
.assign-accept .list-questions__top{
    padding-right: 65px;
}
.btn-link{
    padding: 0;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #0772A0;
    cursor: pointer;
    background: none;
    font-size: 14px;
}
.btn-link:hover{
    text-decoration: none;
}
.test-try{
    cursor: pointer;
    background: #5DCE59;
    border: 1px solid #5DCE59;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    padding: 0 20px;
    transition: all 0.2s ease 0s;
}
.test-try:hover{
    background: #fff;
    color: #5DCE59;
}
.test_result-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 15px;
}
.test_result-wrap > *{
    margin-left: 10px;
    margin-bottom: 10px;
}
input.noaccepted {
    width: 148px;
    border-radius: 10px;
    height: 30px;
    line-height: 1;
    font-size: 14px;
    background: #fff;
    text-align: center;
    justify-content: center;
}
.accepted {
    background: #5DCE59;
    border: 2px solid #5DCE59;
    color: #fff;
    padding: 0 0 0 20px;
}
.list-questions {
    padding: 25px 30px;
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
}
.list-questions + .list-questions {
    margin-top: 30px;
}
.list-questions__left {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.list-questions__left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.list-questions__right {
    width: calc(100% - 75px);
    margin-left: 15px;
    font-size: 14px;
}
.list-questions__crumbs {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    font-size: 14px;
}
.list-questions__crumbs li:not(:last-child):after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg width='11' height='5' viewBox='0 0 11 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7.67397 4.18398C7.9633 3.58665 8.23397 3.13865 8.48597 2.83998H0.323969V2.25198H8.48597C8.23397 1.95332 7.9633 1.50532 7.67397 0.907984H8.16397C8.75197 1.58932 9.36797 2.09332 10.012 2.41998V2.67198C9.36797 2.98932 8.75197 3.49332 8.16397 4.18398H7.67397Z' fill='%23373A4C'/%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 5px;
    width: 14px;
    height: 8px;
    background-size: contain;
    display: inline-block;
}
.list-questions__name {
    margin-top: 0;
    margin-right: 10px;
    font-weight: normal;
    position: relative;
    top: 1px;
    font-size: 16px;
}
.list-questions__name a{
    text-decoration: none;
}
.list-questions__name a:hover{
    text-decoration: underline;
}
.list-questions__top {
    margin-bottom: 5px;
    padding-right: 20px;
}
.list-questions__top > * {
    display: inline;
}
.list-questions__time, .list-questions__email, .small {
    font-size: 12px;
    color: #373A4C;
}
.list-questions__time span:not(:last-child){
    margin-right: 12px;
}
.list-questions__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
    margin-left: -10px;
}
.list-questions__bottom > *{
    margin-left: 10px;
    margin-bottom: 10px;
}
.list-questions-type{
    color: #373A4C;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
.list-questions-type i{
    font-size: 16px;
    margin-right: 10px;
}
.list-questions__remove {
    color: #E04265;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 24px;
    height: 24px;
    border: 1px solid #E04265;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s ease 0s;
}
.list-questions__remove:hover {
    background: #E04265;
    color: #fff;
}
.client-top{
    display: flex;
    align-items: center;
}
.client-photo{
    width: 60px;
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.client-data{
    flex-grow: 1;
}
.client-name{
    font-size: 18px;
    font-weight: bold;
}
.client-email{
    margin-top: 5px;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
}
.client-email a{
    color: #000;
    text-decoration: none;
}
.client-info{
    margin-bottom: 25px;
}
.client-info-data{
    margin-top: 25px;
}
.client-info-data h5{
    font-weight: bold;
    margin: 0 0 15px;
}
.client-info-data div{
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
}
.test-error{
    color: #E04265;
}
.test-success{
    color: #5DCE59;
}
.test_result{
    font-size: 14px;
}
.answer-title{
    padding-top: 10px;
}
.answer-client{
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
}
* + .answer-client, * + .dialog{
    margin-top: 30px;
}
.answer-client-top{
    display: flex;
    background: #F7F8FA;
    border-radius: 10px;
    padding: 10px;
    align-items: center;
}
.answer-client-top__left{
    font-size: 24px;
    color: #373A4C;
    margin-right: 15px;
}
.answer-client-top__right{
    color: #373A4C;
}
.answer-client-top__right > *:last-child{
    margin-bottom: 0;
}
.answer-client-middle{
    display: flex;
}
* + .answer-client-middle{
    margin-top: 25px;
}
.answer-client-middle__left{
    width: 100px;
}
.answer-client-middle__right{
    width: calc(100% - 100px);
}
body .answer-client-middle__right .trumbowyg-editor, body .answer-client-middle__right .cke_ltr {
    border: 1px solid #D8DAE7;
}
body .trumbowyg-button-pane{
    border-left: 1px solid #D8DAE7;
    border-right: 1px solid #D8DAE7;
    border-top: 1px solid #D8DAE7;
}
.trumbowyg-button-pane .trumbowyg-button-group:first-child button:first-child{
    border-radius: 8px 0 0 0;
}
.answer-client-row{
    display: flex;
    margin-left: 80px;
    justify-content: space-between;
    margin-top: 25px;
}
.answer-client-col{
    margin-left: 20px;
}
.answer-client-file{
    margin-left: 100px;
    font-size: 12px;
    margin-top: 15px;
}
.answer-client-file i{
    color: #E04265;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.answer-client-file__name{
    display: inline-flex;
    align-items: center;
}
.answer-client-col .jq-file{
    flex-direction: column-reverse;
    align-items: flex-start;
}
.answer-client-col .jq-file__browse{
    margin-right: 0;
}
.answer-client-col .jq-file__name{
    margin-top: 5px;
}
.answer-client-file__progress{
    margin-top: 15px;
    width: 100%;
    max-width: 223px;
    background: #D8DAE7;
    border-radius: 10px;
    height: 5px;
}
.answer-client-file__line{
    height: 5px;
    background: linear-gradient(90deg, #5DCE59 4.34%, rgba(93, 206, 89, 0.67) 53.17%, #5DCE59 100%);
    border-radius: 10px;
}
.answer-client-select{
    margin-bottom: 15px;
}
.answer-client-col:first-child{
    margin-right: auto;
}
.answer-client-checkbox{
    position: relative;
    top: 2px;
}
.answer-client-col__only{
    top: 7px;
}
* + .answer-client-checkbox {
    margin-top: 15px;
}
.answer-client-submit{
    text-align: right;
}
.answer-client-curator{
    font-size: 14px;
    display: block;
    padding-top: 4px;
}
.curator-name{
    font-size: 12px;
    line-height: 16px;
    color: #000;
}
.test-result-show{
    font-size: 14px;
}
.test-result-show > *{
    margin-right: 15px;
    display: inline;
}
* + .test-result-show{
    margin-top: 15px;
}
.test-result-show__button{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    top: 2px;
}
.test-result-show__button i{
    margin-right: 10px;
}
.test-result-show__button:hover{
    color: #5DCE59;
}
.table-responsive{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.uk-modal-dialog .modal-test-result{
    margin-bottom: 25px;
}
.modal-test-result p{
    margin: 0;
}
.modal-test-result p + p{
    margin-top: 7px;
}
.table-test-answers{
    font-size: 14px;
}
.table-test-answers thead td{
    white-space: nowrap;
    padding: 0 10px 10px 0;
    border-bottom: 1px solid #D8DAE7;
}
.table-test-answers tbody td{
    padding: 10px;
    border-bottom: 1px solid #D8DAE7;
}
.table-test-answers thead td:first-child, .table-test-answers tbody td:first-child{
    padding-left: 0;
    max-width: 240px;
    width: 240px;
}
.table-test-answers tbody tr:last-child td{
    border-bottom: none;
    padding-bottom: 0;
}
.result-item{
    display: inline-flex;
    align-items: center;
    position: relative;
}
.result-point{
    display: inline-block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: 1px;
}
.result-green{
    background: #5DCE59;
}
.result-red{
    background: #E04265;
}
.result-item-inner{
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}
.result-item-wrap{
    display: flex;
    align-items: center;
}
.result-item-icon{
    color: #0772A0;
    position: relative;
    top: 2px;
}
.table-answers-responsive{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 374px);
}
.result-item-inner img{
    width: 80px;
}

@media screen and (max-width: 1100px){
    .answer-client-col:first-child{
        width: calc(100% - 20px);
    }
    .answer-client-row{
        flex-wrap: wrap;
    }
    .answer-client-col:not(:first-child){
        width: calc(50% - 20px);
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px){
    .answer-client-middle{
        flex-wrap: wrap;
    }
    .answer-client-middle__left{
        width: 100%;
        margin-bottom: 10px;
    }
    .answer-client-middle__right{
        width: 100%;
    }
    .answer-client-file{
        margin-left: 0;
    }
    .answer-client-row{
        margin-left: -20px;
    }
    .block-login__click img{
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
}
@media screen and (max-width: 479px){
    .answer-client-col:not(:first-child){
        width: calc(100% - 20px);
    }
    .answer-client-curator{
        padding-top: 0;
    }
}

/* ========================= Попап =============================== */
.open-menu {
    display: none;
    width: 40px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    background: #fff;
    text-decoration: none;
    padding: 10px 5px 5px;
    margin-left: 20px;
}
.open-menu span {
    display: block;
    height: 2px;
    background: #000;
}
.open-menu span + span {
    margin-top: 5px;
}
.modal-head {
    line-height: 1.35;
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.modal-head-2 {
    line-height: 1.35;
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
}
.modal-close {
    position: absolute;
    right: 17px;
    text-align: center;
    top: 16px;
    text-decoration: none;
    color: #E04265;
    font-size: 32px;
    line-height: 1;
}
.modal-userbox {
    max-width: 326px;
    margin-left: auto;
    margin-right: auto;
}
.modal-userbox-2 {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}
.modal-form-line {
    margin-bottom: 22px;
    line-height: 1;
}
.modal-form-line label {
    display: block;
    margin-bottom: 7px;
}
.modal-form-submit {
    margin: 32px 0;
}
.modal-form-forgot-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.modal-form-forgot {
    text-align: right;
    margin-left: auto;
}
.modal-form-reg +.modal-form-forgot {
    margin-right: 0;
}
.group-button-modal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: -10px;
    margin-bottom: -10px;
    margin-top: 30px;
}
.group-button-modal > * {
    margin-bottom: 10px;
    margin-left: 10px;
}
.pay-page{
    /*max-width: 880px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
/* =========================== Оформление заказа ========================== */
.container-crumbs {
    background-color: #ffffff;
}
@media screen and (min-width: 768px) {
    .container-crumbs {
        padding: 0;
        list-style: none;
        margin: 0 0 45px;
        display: flex;
        border: 1px solid #D8DAE7;
        border-radius: 10px;
        overflow: hidden;
        height: 73px;
    }
    .container-crumbs li:first-child {
        width: 274px;
    }
    .container-crumbs li.first-active {
        padding-left: 18px;
    }
    .container-crumbs li.first-active + li:after {
        right: -4px!important;
    }
    .container-crumbs li:nth-child(2):not(.two-active) {
        flex-grow: 2;
    }
    .container-crumbs li.crumbs-no-active:nth-child(2):not(.two-active) {
        margin-right: 3px;
        padding-left: 32px;
    }
    .container-crumbs li:nth-child(3) {
        flex-grow: 1;
    }
    .container-crumbs li {
        height: 72px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .first-active {
        position: relative;
        background-color: #373A4C;
        background-size: 100% 72px;
        color: #fff;
        padding-left: 19px;
    }
    .first-active:before {
        display: block;
        content: '';
        position: absolute;
        right: -69px;
        bottom: 0px;
        border: 37px solid transparent;
        border-left: 32px solid #373A4C;
    }
    .first-active + li {
        padding-left: 12px;
    }

    .container-crumbs li:first-child:before, .container-crumbs li.two-active:nth-child(2):before {
        display: block;
        content: '';
        position: absolute;
        right: -58px;
        bottom: 0;
        border: 37px solid transparent;
        border-left: 22px solid #373A4C;
    }
    .container-crumbs li.two-active:nth-child(2):before, .container-crumbs li.crumbs-no-active {
        z-index: 1;
    }
    .container-cart .container-crumbs li.three-active:before, .container-cart .container-crumbs li.crumbs-no-active:first-child:before {
        border-left-color: #fff;
    }

    .container-crumbs:not(.container-crumbs-two-steps) .crumbs-no-active.crumbs-order:first-child:after,
    .container-crumbs li:nth-child(2):not(.two-active):not(.crumbs-no-active):after {
        content: '';
        background: url("../images/button-arr.svg") right center no-repeat;
        position: absolute;
        right: -1px;
        top: -1px;
        width: 24px;
        height: 74px;
    }

    .container-crumbs li.two-active {
        width: 34%;
        padding-left: 30px;
        position: relative;
        left: -32px;
    }
    .container-crumbs li.crumbs-no-active.crumbs-order:first-child {
        margin-left: 19px;
        padding-right: 19px;
    }
    .container-crumbs li.crumbs-no-active:first-child:before {
        right: -26px;
    }
    .container-crumbs-two-steps li.crumbs-no-active:first-child:before {
        right: -39px;
    }
    .container-crumbs li span {
        font-size: 32px;
        margin-right: 12px;
        font-weight: bold;
    }
    .two-active {
        background-color: #373A4C;
        background-size: 100% 72px;
        color: #fff;
        left: -22px;
        width: 288px;
    }


    .container-crumbs em {
        position: relative;
        left: -10px;
        font-style: normal;
        display: inline-flex;
        align-items: center;
    }
    .crumbs-no-active {
        width: auto !important;
        flex-grow: 1 !important;
    }
    .crumbs-no-active:after {
        right: -3px !important;
    }
    .three-active {
        width: 272px;
        max-width: 272px;
        min-width: 272px;
        margin-right: -18px;
        background-color: #373A4C;
        background-size: 101% 74px;
        color: #fff;
    }
    .three-active:before {
        content: '';
        position: absolute;
        left: -10px;
        bottom: -18px;
        border: 54px solid transparent;
        border-left: 32px solid #fff;
    }
    .crumbs-order, .container-crumbs .crumbs-no-active + .two-active {
        margin-right: -20px;
    }
    .container-crumbs .two-active {
        max-width: 251px;
    }
    .crumbs-no-active + .two-active + li {
        margin-right: -30px;
    }
    .container-crumbs .crumbs-no-active:not(.crumbs-order) {
        margin-left: 32px;
        padding-right: 25px;
    }
    .container-crumbs-two-steps li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1 !important;
        max-width: 100%;
        width: 100% !important;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .container-crumbs-two-steps li:after {
        display: none;
    }
    .crumbs-width-210 {
        width: 210px !important;
    }
}
@media screen and (max-width: 767px) {
    .container-crumbs {
        display: flex;
        padding-left: 0;
        list-style: none;
        border: 1px solid #D8DAE7;
        border-radius: 10px;
        height: 40px;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .container-crumbs li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    body #order_form .container-cart .container-crumbs li, body #order_form .container-cart .container-crumbs li span {
        font-size: 14px!important;
        font-weight: normal!important;
        line-height: 1!important;
    }
    body .container-cart h4.cart-item-name, .container-cart .product_name, .container-cart .installment_pay-info strong {
        font-size: 18px!important;
    }
    body .container-cart .cart-item-desc, body .container-cart .product_desc,
    body .container-cart .install_item-title, body .container-cart .install_item-table,
    body .container-cart .install_item-table td, body .container-cart .install_item-table th,
    body .container-cart .install_item .install_item__last-block,
    body .container-cart .install_item .tabs-payment-subtitle,
    body .container-cart .install_item .short_rules p {
        font-size: 14px!important;
    }
    body .container-cart .offer, body .container-cart .cart-item, body .container-cart .cart-form {
        padding: 25px 20px!important;
    }
    body header {
        height: auto!important;
    }
    .container-crumbs em {
        font-style: normal;
    }
    .container-crumbs span {
        font-weight: bold;
        margin-right: 5px;
        font-size: 16px;
    }
    .first-active, .two-active, .three-active {
        background: #373A4C;
        color: #fff;
    }
    .container-crumbs li:nth-child(2) {
        border-left: 1px solid #D8DAE7;
        border-right: 1px solid #D8DAE7;
    }
    .list-questions {
        padding-top: 60px;
    }
    .list-questions__crumbs {
        padding-right: 0;
    }
    .task-accepted {
        top: 17px;
    }
    .one-files{
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 480px) {
    .container-crumbs {
        font-size: 14px;
    }
    .container-crumbs li {
        padding: 2px 5px;
        line-height: 1;
    }
    .container-crumbs span {
        font-size: 14px;
    }
    .list-questions {
        flex-wrap: wrap;
    }
    .list-questions__right {
        width: 100%;
        margin: 10px 0 0;
    }
}
.container-cart {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 20px;
}
.cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 50px;
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
    margin-bottom: 45px;
}
.cart-item-left {
    width: 25%;
    min-width: 90px;
    padding-right: 25px;
}
.cart-item-left img{
    margin-top: 5px;
    border-radius: 10px;
}
.cart-item-right {
    width: 75%;
    flex-grow: 1;
}
body.order-by-page .cart-item-name, #checkout .product_name {
    font-size: 24px;
    font-weight: normal;
}
.cart-item-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
}
.order_item-desc .cart-item-name, .order_item-desc .product_name {
    font-size: 18px;
    font-weight: 700;
}
.cart-item-price {
    margin-top: 23px;
}
.cart-form {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
}
.cart-form-field {
    padding: 0;
    margin: 0;
    list-style: none;
}
.cart-form-field li {
    margin-bottom: 15px;
}
.cart-form-field li:last-child {
    margin: 20px 0 -10px;
}
.cart-form-input {
    position: relative;
    max-width: 270px;
}
.cart-form-input-2 {
    position: relative;
    max-width: 350px;
}
.max-width-200{
    max-width: 200px;
}
label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.cart-form-input input, .cart-form-input textarea {
    font-size: 14px;
    color: #000;
}
.cart-form-input select {
    border-radius: 5px;
    height:40px
}
.cart-form-input .select-wrap:after {
    height: 26px;
}
.cart-form-input .select-wrap:before {
    top:17px
}
.check_label {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    display: flex !important;
    cursor: pointer;
}
.check_label:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.check_label input {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: -1;
    opacity: 0;
}
.check_label input + span:before {
    content: "\e903";
    position: absolute;
    opacity: 0;
    font-size: 18px;
    top: -2px;
    left: 3px;
    color: #5DCE59;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.check_label input:checked + span:before {
    opacity: 1;
}
.check_label:before {
    content: '';
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #B1B1B1;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 10px;
    width: 16px;
    min-width: 16px;
    height: 16px;
}
.promo-link {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}
.promo-link:not(:hover) {
    color: #070707;
}
#promocode_msg {
    display: none;
    background: #359441;
    color: #fff;
    padding: 1em;
    margin: 0.5em 0;
    width: 56%;
    font-size: 12px;
    border-radius: 5px;
}
.offer {
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 45px;
}
.offer:last-child {
    margin-bottom: 0;
}
.offer .offer {
    padding: 0;
    margin: 30px 0 0;
    border-radius: 0;
    background: none;
}
.offer-dop{
    margin-bottom: 0;
}
.offer-dop + .offer-dop{
    margin-top: 30px;
}
.related-offer .order_item{
    border-radius: 10px;
    padding: 40px;
    background: #fff;
}
.order_item {
    display: flex;
	align-items: flex-start;
}
.order_item:not(:last-child){
    margin-bottom: 20px;
}
.order_item + .order_item{
    padding-top: 20px;
    border-top: 1px solid #D8DAE7;
}
.order_item-left {
    width: 150px;
    min-width: 150px;
    margin-right: 25px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 5px;
}
.order_item-desc {
    flex-grow: 1;
    padding-right: 15px;
    width: calc(100% - 175px - 60px);
}
.order_item-desc > *{
    max-width: 380px;
}
body.related-page .order_item-desc > *{
    max-width: 515px;
}
body.related-page .add_offer-form {
    display: flex;
    align-items: center;
}
body.related-page [name="add_offer"] {
    margin-right: 30px;
}
.order_item-desc h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
}
.old_price {
    text-decoration: line-through;
	white-space: nowrap;
}
.container-cart .product-price.old_price {
    text-decoration: line-through!important;
}
body #order_form .container-cart .product-price.old_price, #page .container-cart .product-price.old_price {
    text-decoration: line-through!important;
}
.old_price + div, .old_price + span {
    color: #E04265;
}
.order_item-price, .order_item-delete {
    font-size: 12px;
    line-height: 16px;
}
.order_item-delete {
    margin-top: 15px;
}
.order_item-desc__payments{
    padding-right: 0;
    width: calc(100% - 148px);
}
* + .order_item-price{
    margin-top: 10px;
}
.red_price {
    color: red;
    font-weight: bold
}
.d-block{
    display: block !important;
}
.order_item-bottom {
    display: flex;
    flex-wrap: wrap;
}
.order_item-bottom .order_item-bottom {
    margin-bottom: 20px;
}
.order_item-bottom__left * {
    margin: 0 0 4px 0;
    font-size: 12px;
    line-height: 16px;
}
.order_item-bottom__left {
    flex-grow: 1;
    margin-right: 10px;
}
.order_item-bottom__left > .order_item {
    margin-top: 20px;
}
.order_item-bottom__right {
    font-size: 24px;
    line-height: 33px;
    color: #0772A0;
}
.order_item-delete{
    color: #EB5757;
    background: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.order_item-delete span{
    font-size: 14px;
    margin-right: 6px;
}
.btn-next {
    margin-top: 30px;
}
.order_item-price_box {
    margin-top: 15px;
}
.order_item-price_box p {
    margin: 2px 0;
}
.order_item-price_box-right {
    min-width: 60px;
    text-align: right;
}
.order_item-price_box-right p {
    margin: 2px 0;
}
.order_item-price_box-right span {
    margin-right: 2px;
}
.order_item-price_box-right .font-bold{
    white-space: nowrap;
}
.order_item-readmore {
    font-size: 14px;
}
.order_button:disabled, .order_button:disabled:hover{
    cursor: not-allowed;
    opacity: 0.6;
    background: #4BD96A;
    text-decoration: none;
    color: #fff;
}
.payment_button, .payment_button .order_button {
    max-width: 200px;
}

.add_offer-form {
    margin-top: 20px;
}
.complect-name {
    font-weight: bold;
    margin-bottom: 8px;
}
.complect-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.complect-row > * {
    margin-left: 20px;
    margin-bottom: 5px;
}
.custom-radio{
    display: flex !important;
    position: relative;
    margin-left: 15px;
    padding-left: 24px;
}
.custom-radio input{
    display: none;
}
.custom-radio span{
    margin-top: -1px;
}
.custom-radio span:before{
    content: '';
    background-image: url("data:image/svg+xml,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15.4329 8.07617C15.4329 12.2223 12.101 15.5762 7.99965 15.5762C3.89832 15.5762 0.566406 12.2223 0.566406 8.07617C0.566406 3.93008 3.89832 0.576172 7.99965 0.576172C12.101 0.576172 15.4329 3.93008 15.4329 8.07617Z' stroke='%23D8DAE7'/%3e %3cpath d='M11.7086 8.07617C11.7086 10.1492 10.0427 11.8262 7.99201 11.8262C5.94135 11.8262 4.27539 10.1492 4.27539 8.07617C4.27539 6.00312 5.94135 4.32617 7.99201 4.32617C10.0427 4.32617 11.7086 6.00312 11.7086 8.07617Z' fill='white' stroke='%23D8DAE7' stroke-width='0.5'/%3e %3c/svg%3e");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    min-width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}
.custom-radio input:checked + span:before{
    background-image: url("data:image/svg+xml,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cellipse cx='7.99965' cy='8.07617' rx='7.93324' ry='8' fill='%235DCE59'/%3e %3cpath d='M11.7164 8.07617C11.7164 10.1492 10.0505 11.8262 7.99982 11.8262C5.94916 11.8262 4.2832 10.1492 4.2832 8.07617C4.2832 6.00312 5.94916 4.32617 7.99982 4.32617C10.0505 4.32617 11.7164 6.00312 11.7164 8.07617Z' fill='white' stroke='url(%23paint0_linear)' stroke-width='0.5'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear' x1='4.37752' y1='8.07617' x2='11.9664' y2='8.07617' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%235DCE59'/%3e %3cstop offset='0.510417' stop-color='%235DCE59' stop-opacity='0.67'/%3e %3cstop offset='1' stop-color='%235DCE59'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e");
}
.lk-page .form-line .custom-radio,
.cart-form-input .custom-radio {
    margin-left: 0;
    padding-left: 24px;
    padding-top: 3px;
}
.payments_list {
    margin-top: 45px;
}
.payment-bottom__right {
    width: 56%;
    padding-left: 20px;
}
.payment-bottom__right, .payment_button .order_button {
    text-align: right; white-space: nowrap;
}
.payment-bottom__right p:first-child {
    margin: 0;
    font-weight: bold;
}
.payment-bottom__right p + p {
    margin-top: 5px;
}
.payment-itogo {
    margin-top: 30px;
    text-align: right;
    font-size: 14px;
    color: #373A4C;
}
.payment-itogo__discount-summ{
    color: #E04265;
}
.payment-itogo__total{
    font-weight: bold;
}
.payment-itogo > div + div{
    margin-top: 5px;
}
.payment-wrap{
    padding-top: 20px;
    border-top: 1px solid #D8DAE7;
}
.payment-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.payment-left{
    padding-left: 20px;
    width: 44%;
    font-size: 12px;
    line-height: 16px;
}
.payment-left > div + div{
    margin-top: 2px;
}
.payment-right{
    padding-left: 20px;
    width: 56%;
}
.payment-right-inner > div{
    display: flex;
    justify-content: space-between;
}
.payment-right-inner__item{
    display: flex;
    justify-content: space-between;
}
.payment-right-inner__item + .payment-right-inner__item{
    margin-top: 10px;
}
.payment-itogo__total{
    border-top: 1px solid #D8DAE7;
    margin-top: 15px;
    padding-top: 10px;
    color: #0772A0;
    display: flex;
    justify-content: space-between;
}
.payment-right-inner__subtitle{
    margin-right: 10px;
}
.blue-color{
    color: #0772A0 !important;
}
.color-red{
    color: #E04265 !important;
}
#order_form h2 {
    margin-bottom: 45px;
}
.order h3, .order_data h3 {
    margin-bottom: 30px;
}
.order-info-container .pos-credit-status {
    position: relative;
    padding-left: 20px;
}
.order-info-container .pos-credit-status:before {
    position: absolute;
    left: -16px;
    top: 5px;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}
.order-info-container .pos-credit-status.status-0:before {
    background-image: url(../images/status-new-application.svg);
}
.order-info-container .pos-credit-status.status-1:before {
    background-image: url(../images/status-processing.svg);
}
.order-info-container .pos-credit-status.status-2:before,
.order-info-container .pos-credit-status.status-5:before {
    background-image: url(../images/status-cancelled.svg);
}
.order-info-container .pos-credit-status.status-3:before,
.order-info-container .pos-credit-status.status-6:before,
.order-info-container .pos-credit-status.status-7:before {
    background-image: url(../images/status-authorized.svg);
}
.order-info-container .top, .order-info-container .bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.order-info-container .to-do-text-info {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 40px;
}
.order-info-container .to-do-text-info ul li {
    list-style-type: decimal;
    margin-bottom: 10px;
}
.upsell_box-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -5px;
    margin-top: 30px;
}
.upsell_box-bottom > * {
    margin-left: 20px;
    margin-bottom: 5px;
}
.payment_btn {
    display: inline-block;
    line-height: 1;
    padding: 7px 19px;
    border: 1px solid #4BD96A;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    color: #fff;
    background: #4BD96A;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
	white-space: nowrap;
    margin-bottom: 5px 
;
}
.payment_btn:hover {
    text-decoration: none;
    background: #fff;
    color: #4BD96A;
}
.payment_btn-link {
    max-width: 144px;
    line-height: 1.2;
}
.blog_item__title {
    margin-bottom: 0;
    line-height: 1.2;
}
.post_info {
    margin-bottom: 15px;
    font-size: 14px;
    margin-top: 7px;
}
.post_info a {
    text-decoration: none;
}
.post_info a:hover {
    text-decoration: underline;
}
.post_title {
    margin: 20px 0 0 !important;
}
.blog_item + .blog_item {
    margin-top: 30px;
}
.read_more__wrap {
    margin-top: 20px;
}
.payment_item + .payment_item {
    margin-top: 30px;
}
.payment_item {
    font-size: 14px;
}
.payment_img {
    margin: 3px 0 2px 26px;
}
.payment_desc {
    margin-left: 26px;
}
.payments_list-row {
    display: flex;
    margin-left: -20px;
}
.payments_list-row > div {
    margin-left: 20px;
}
.btn-blue-small {
    display: inline-block;
    line-height: 1;
    padding: 8px 20px;
    border: 1px solid #0772A0;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    color: #fff;
    background: #0772A0;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
}
.btn-blue-small:hover {
    text-decoration: none;
    background: #fff;
    color: #0772A0;
}
.blog-page {
    background: rgba(240, 243, 255, 0.7);
}
.invert-page {
    background: #F9F9F9;
}
.white-page {
    background: #ffffff;
}
.cart-page .cart-item, .cart-page .cart-form, .cart-page .container-crumbs, .cart-page .offer,
.blog-page .sidebar > *, .invert-page .login-userbox, .invert-page .catalog_item,
.invert-page .sidebar > *, .invert-page .review_item, .aff-req-page .login-userbox {
    background: #fff;
}
.invert-page .lesson-inner, .invert-page .maincol-inner {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.product-card-page .maincol-inner {
    padding: 50px;
}
.invert-page .header, .cart-page .header{
    background: #fff;
}
.blog-page .sidebar > *, .invert-page .sidebar > *, .white-page .sidebar > * {
    border: none;
}
body.order-by-page, body.order-pay-page, body.cart-page, body.installment-page,
body.related-page, body.offer-page, body.delivery-page, body.order-pay-status-page,
body.order-page, body.blog-page {
    background-color: #F7F8FA;
}
body.order-by-page .cart-item, body.order-by-page .cart-form, body.order-pay-page .offer,
body.installment-page .offer, body.related-page .offer, body.offer-page .offer,
body.delivery-page .offer, body.order-pay-status-page .offer {
    background-color: #FFFFFF;
}
.open-menu {
    background-color: inherit;
}
body.related-page .offer.main {
    margin-bottom: 45px;
}
.blog-full-wrap {
    background: #fff;
}
.blog-full {
    padding: 1px 30px 30px;
    border-radius: 0 0 10px 10px;
}
.blog_img.full img {
    border-radius: 10px 10px 0 0;
}
.blog_item .blog_img img{
    width: 100%;
}
.comments {
    margin: 1em 0
}
.maincol-inner-white{
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}
.lesson-inner-top{
    margin-bottom: 30px;
    margin-top: -10px;
}
.lesson-inner-h1{
    margin-bottom: 15px;
}
.next_less_top-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-bottom: -5px;
}
.next_less_top{
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.next_less_top-wrap.not-prev_link{
    margin-left: 0;
}
.not-prev_link .next_less_top{
    margin-left: auto;
}
.next_less_top:hover{
    text-decoration: none;
}
.next_less_top span{
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.next_less_top:hover span{
    text-decoration: none;
}
.next_less_next:after{
    content: "\e91d";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    margin-left: 10px;
    top: 1px;
    position: relative;
}
.next_less_prev:before{
    content: "\e91e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    margin-right: 10px;
    top: 1px;
    position: relative;
}
.next_less_top-wrap > span{
    display: none;
}

.block_edit_answer .block-border-top, .block_edit_comment .block-border-top {
    background: #F7F8FA;
    padding: 10px 25px 30px;
}
[class*=uk-animation-] {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.uk-animation-scale-up {
    -webkit-animation-name: uk-fade-scale-02;
    animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
    -webkit-animation-name: uk-fade-scale-18;
    animation-name: uk-fade-scale-18;
}
.uk-animation-reverse {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@keyframes uk-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* ========================= Блог ================================ */

.blog_item {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
}
.blog_item__title a {
    text-decoration: none;
}
.blog_item__title a:hover {
    color: #5DCE59;
}
.blog_item .intro {
    margin: 20px 30px 0;
}
.catalog-item__button-box {
    display: flex;
    align-items: center;
    margin: 20px 0 -10px -20px;
}
.catalog-item__button-box > * {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 14px;
}
.blog_item .read_more__wrap {
    margin-left: 30px;
    margin-right: 30px;
}
.rubrics_list {
    padding-left: 0;
    list-style: none;
}
.rubrics_list li + li {
    margin-top: 3px;
}
.rubrics_list li {
    padding-left: 18px;
    position: relative;
}
.rubrics_list li:before {
    content: "\e911";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    position: absolute;
    top: 8px;
    left: 0;
}
.rubrics_list li a {
    text-decoration: none;
}
.rubrics_list li a:hover {
    text-decoration: underline;
}
.catalog_item {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    background: #F7F8FA;
    border-radius: 10px;
}
.catalog_item + .catalog_item {
    margin-top: 30px;
}
.catalog_item_img {
    width: 25%;
    margin-right: 25px;
    text-align: center;
}
.catalog_item_img img {
    max-height: 200px;
}
.catalog_item__right {
    width: calc(75% - 25px);
    flex-grow: 1;
}
.catalog_item__right > * {
    width: 100%;
}
.catalog_item__title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
}
.product_desc, .product_description {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}
.order_item-desc .product_desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.flex-right{
    display: flex;
    justify-content: flex-end;
}
.rev-h1{
    margin-top: 35px;
}
.rev-content-wrap{
    padding-top: 12px;
}
.reviews_list{
    margin-top: 40px;
}
.review_item{
    padding: 40px 50px;
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
}
.review_item-inner{
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
}
.review_item + .review_item, body.reviews-page .review_item{
    margin-top: 30px!important;
}
.review_img{
    width: 25%;
    text-align: center;
    padding-left: 25px;
}
.review_img img{
    max-height: 200px;
}
.review_desc{
    padding-left: 25px;
    width: 75%;
    flex-grow: 1;
}
.review_create_date, .review_product_name {
    font-size: 14px;
}
.review_user_name {
    margin-top: 0;
    margin-bottom: 10px;
}
.rev-soc {
    padding-left: 0;
    list-style: none;
    margin: 10px 0 -12px -12px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.rev-soc li {
    margin-left: 12px;
    margin-bottom: 12px;
}
.rev-soc a {
    color: #0772A0;
    text-decoration: none;
    font-size: 24px;
    transition: all 0.2s ease 0s;
}
.rev-soc a:hover{
    color: #000;
}
.textarea-big textarea{
    height: 235px;
}
.textarea-big-max-width{
    max-width: 740px;
}
.success-alert{
    background: #5DCE59;
    border-radius: 10px;
    padding: 17px 30px;
    color: #fff;
    font-weight: bold;
}
.success-alert + *{
    margin-top: 20px;
}
.error-alert{
    padding: 0.5em 20px;
    background: #E04265;
    overflow: hidden;
    font-weight: bold;
    margin: 0 0 0.5em 0;
}
.error-alert + *{
    margin-top: 20px;
}
.userbox-max-width{
    max-width: 400px;
}
.site-bottom{
    margin-bottom: 60px;
}
.site-bottom .widget{
    padding: 15px 20px 25px;
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
}
.site-bottom .widget + .widget{
    margin-top: 20px;
}
.product_page{
    display: flex;
    flex-wrap: wrap;
    margin-left: -50px;
}
.product_img{
    margin-left: 50px;
    width: calc(35% - 50px);
}

.product-card-page .product_img {
    max-width: 220px;
}
.product_info{
    margin-left: 50px;
    width: calc(65% - 50px);
}
.product-card-page .product_info {
    margin-left: 45px;
    width: calc(100% - 315px);
}
.product-card-page .order_link {
    padding: 10px 80px 10px 80px;
}
.product_img .product_box{
    padding: 1px;
    background: none;
    box-shadow: none;
}
.product_box-title{
    font-size: 18px;
    line-height: 1.375;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
body.order-thanks-page #order_form a:not(.btn-telegram,.btn-green,.btn-blue,.button) {
    text-decoration: underline!important;
}
body.order-thanks-page #order_form a:hover {
    text-decoration: none!important;
}
.mt-0 {
    margin-top: 0!important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-35{
    margin-top: 35px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-45{
    margin-top: 45px !important;
}
.mt-60{
    margin-top: 60px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-45{
    margin-bottom: 45px !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.ml-15 {
    margin-right: 15px !important;
}
.hidden {
    display: none;
}
/* ============================ jquery.formstyler ========================= */
.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-file {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: row-reverse;
    align-items: center;
}
.jq-file__browse{
    background: #FFFFFF;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 0 20px;
    height: 31px;
    line-height: 29px;
    margin-right: 17px;
    width: 125px;
    text-align: center;
    white-space: nowrap;
}
.jq-file input {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    line-height: 1em;
    font-size: 0;
    cursor: pointer;
    right: 0;
    bottom: 0;
    width: 100%;
}
.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
    color: #707070;
    font-size: 14px;
}
.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.jq-selectbox {
    z-index: 10;
}
.jq-selectbox__select {
    position: relative;
}
.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
    position: absolute;
}
.jq-selectbox__search input {
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.jq-number {
    display: inline-block;
}
.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0; /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}

/* ========================================================================
       Component: Modal
     ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
    /* 1 */
    display: none;
    /* 2 */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    /* 3 */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* 4 */
    background: rgba(55, 58, 76, 0.7);
    /* 5 */
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    /* 6 */
    touch-action: cross-slide-y pinch-zoom double-tap-zoom;
    /* 7 */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 10px;
}
/*
 * Open state
 */
.uk-modal.uk-open {
    opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
    overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
    /* 1 */
    position: relative;
    /* 2 */
    box-sizing: border-box;
    margin: 50px auto;
    padding: 70px 30px;
    width: 780px;
    max-width: 100%;
    max-width: calc(100% - 20px);
    border-radius: 10px;
    /* 3 */
    background: #fff;
    /* 4 */
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s linear, transform 0.3s ease-out;
}
.uk-modal-dialog-2{
    padding: 60px 40px 30px;
    width: 835px;
}
.uk-modal-dialog-3 {
    padding: 40px 30px;
}
.modal-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
    border-bottom: 1px solid #CCCCCC;
}
.modal-top h4{
    font-weight: normal;
    margin-right: 10px;
}
.modal-top-status{
    margin-bottom: 15px;
}
.modal-close-2{
    right: 13px !important;
    top: 13px !important;
    font-size: 20px !important;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
    /*
       * Fit in small screen
       */
    .uk-modal-dialog {
        width: auto;
        margin: 10px auto;
    }
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
    /* 4 */
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
    margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
    margin: -10px -10px 0 0;
    float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
    margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
    margin: 15px auto;
    padding: 0;
    max-width: 95%;
    max-width: calc(100% - 30px);
    min-height: 50px;
}
/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
    position: absolute;
    top: -12px;
    right: -12px;
    margin: 0;
    float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
    .uk-modal-dialog-lightbox > .uk-close:first-child {
        top: -7px;
        right: -7px;
    }
}
/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
/*
* Close button
*/
.uk-modal-dialog-blank > .uk-close:first-child {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    margin: 0;
    float: none;
}
/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-modal-dialog-large {
        width: 930px;
    }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
    .uk-modal-dialog-large {
        width: 1130px;
    }
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
    margin-bottom: 15px;
}
.uk-modal-footer {
    margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
    margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin-bottom: -10px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uk-close-alt {
    text-align: center;
    top: 16px !important;
    right: 30px !important;
    text-decoration: none;
    color: #E04265;
    font-size: 32px;
    line-height: 1;
}
.uk-close-alt:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*   PAGINATION  */

.pagination {
    overflow: hidden;
    margin: 30px 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
    padding: 0 !important;
    list-style: none;
    margin: 0 3px !important;
}
.pagination li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0772A0;
    text-decoration: none;
    padding: 2px;
    background: #fff;
    border-radius: 5px;
    min-width: 34px;
    min-height: 34px;
}
.pagination li.active a {
    pointer-events: none;
}
.pagination li a:hover {
    background: #0772A0;
    color: #fff;
}
.pagination li.active a {
    background: #0772A0;
    color: #fff;
    border-radius: 5px;
}
.pagination li:before {
    display: none;
}
.pagination i {
    display: block;
    font-size: 14px;
}
.pagination i.icon-left {
    transform: rotate(-180deg);
}
.totop{
    display: none;
    background: #737682;
    border-radius: 10px;
    color: #fff;
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    position: fixed;
    left: 30px;
    bottom: 20px;
    cursor: pointer;
    z-index:999999999;
}
/* ========================= Избранные шрифтовые иконки, в том числе сгенерированные из макета ================= */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?5jtpna');
    src: url('../fonts/icomoon.eot?5jtpna#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?5jtpna') format('truetype'),
    url('../fonts/icomoon.woff?5jtpna') format('woff'),
    url('../fonts/icomoon.svg?5jtpna#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shopping-cart:before {
    content: "\e932";
}
.icon-prod-add-check:before {
    content: "\e930";
}
.icon-prod-add-close:before {
    content: "\e931";
}
.icon-sertifikat:before {
    content: "\e92f";
}
.icon-dollar-green:before {
    content: "\e92d";
    color: #5dce59;
}
.icon-dollar-red:before {
    content: "\e92e";
    color: #e04265;
}
.icon-elephant:before {
    content: "\e92c";
}
.icon-book:before {
    content: "\e92a";
}
.icon-edit:before {
    content: "\e929";
}
.icon-answer:before {
    content: "\e927";
}
.icon-skip:before {
    content: "\e925";
}
.icon-repeat:before {
    content: "\e926";
}
.icon-info:before {
    content: "\e924";
}
.icon-down:before {
    content: "\e923";
}
.icon-attach-1:before {
    content: "\e91f";
}
.icon-dom-rab:before {
    content: "\e920";
}
.icon-dom-rab-asterisk:before {
    content: "\e921";
}
.icon-dom-rab-komment:before {
    content: "\e922";
}
.icon-prev:before {
    content: "\e91e";
}
.icon-next:before {
    content: "\e91d";
}
.icon-stopwatch:before {
    content: "\e91c";
}
.icon-attach:before {
    content: "\e91b";
}
.icon-stop:before {
    content: "\e91a";
}
.icon-fi-rr-list-check:before {
    content: "\e919";
}
.icon-statistics:before {
    content: "\e918";
}
.icon-hourglass:before {
    content: "\e914";
}
.icon-clock:before {
    content: "\e915";
}
.icon-level:before {
    content: "\e916";
}
.icon-kol-vo:before {
    content: "\e917";
}
.icon-totop:before {
    content: "\e913";
}
.icon-site:before {
    content: "\e912";
}
.icon-arrow-down:before {
    content: "\e90f";
    color: #000000;
}
.icon-insta-2:before {
    content: "\e90a";
}
.icon-check:before {
    content: "\e903";
}
.icon-close:before {
    content: "\e904";
}
.icon-face-i:before {
    content: "\e909";
}
.icon-pencil:before {
    content: "\e90b";
}
.icon-remove:before {
    content: "\e90c";
}
.icon-surface:before {
    content: "\e90d";
}
.icon-vk-i:before {
    content: "\e90e";
}
.icon-facebook:before {
    content: "\e900";
}
.icon-facebook1:before {
    content: "\e902";
}
.icon-instagram:before {
    content: "\e901";
}
.icon-google-plus:before {
    content: "\e908";
}
.icon-telegram:before {
  content: "\e928";
}
.icon-youtube:before {
    content: "\e905";
}
.icon-rutube:before {
    content: "\e93b";
}
.icon-twitter:before {
    content: "\e906";
}
.icon-odnoklassniki:before {
    content: "\e907";
}
.icon-angle-up:before {
    content: "\e910";
}
.icon-right:before {
    content: "\e911";
}
.icon-rejected:before {
    content: "\e92b";
}
.icon-dzen:before {
    content: "\e933";
}
.icon-tenchat:before {
    content: "\e935";
}
.icon-threads:before {
    content: "\e93a";
}

/* jQuery International Telephone Input Plugin */
.intl-tel-input {
    width: 100%;
}
.intl-tel-input .flag-container {
    padding-left: 9px!important;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: inherit!important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[name="phone"] {
    padding-left: 85px!important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[name="phone"] {
    padding-left: 101px!important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[name="phone"] {
    padding-left: 93px!important;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 14px;
}

/* ======================= Вкладки на странице Оплаты ======================= */

.offer-mb-35{
    margin-bottom: 35px;
}
.tabs-payment-ul{
    margin: 0 10px !important;
    border-bottom: none !important;
}
.tabs-payment-ul li{
    border-top: none;
    border-left: none;
    border-right: none;
}
.tabs-payment-ul li:not(:last-child){
    margin-right: 10px;
}
.tabs-payment-ul li:not(.active){
    background: #D8DAE7;
    color: #0772A0 !important;
    border-bottom: 1px solid #D8DAE7;
}
.tabs .tabs-payment-ul li.active{
    background: #fff;
    color: #000 !important;
    border: none;
}
.tabs-payment-subtitle{
    font-size: 16px;
    margin-bottom: 25px;
}
.installment_pay .custom-radio input:not(:checked) + span:before{
    opacity: 1;
    border-color: #D8DAE7;
}
.installment_pay .custom-radio:before{
    border: none !important;
}
.installment_pay-info {
    margin-top: 30px;
    background-color: #F7F8FA;
    border-radius: 10px;
    padding: 10px 20px;
}
.install_item .custom-radio{
    margin-bottom: 15px;
}
.install_item__last-block{
    text-align: right;
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}
.short_rules{
    margin-top: 15px;
}
.install_item-mt-50 + .install_item-mt-50{
    margin-top: 50px;
}
.install_item-table{
    font-size: 14px;
}
.install_item-table td{
    border-bottom: 1px solid #D8DAE7;
    padding: 7px 4px;
}
.install_item-table th{
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #D8DAE7;
    padding: 0 4px 7px;
}
.install_item-table__last{
    width: 72px;
}
.install_item-table tr:last-child td{
    border-bottom: none;
}
.payment-deskr{
    font-size: 14px;
    margin: 30px 0 15px;
}
.payment-submir-wrap{
    margin-top: 18px;
}
.user_data{
    margin-top: 30px;
    font-size: 14px;
}
.user_data input, .user_data textarea{
    font-size: 14px;
}
.scan-text{
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
}
.user_data .small{
    font-size: 12px;
}
.install_item-radio{
    margin-bottom: 0;
    cursor: pointer;
}
.install_item-inner{
    background: #F7F8FA;
    border: 1px solid #D8DAE7;
    border-radius: 10px;
    padding: 60px 20px 30px 20px;
}
.install_item-radio-check{
    display: none;
}
.install_item-radio-check:checked ~ .install_item-inner{
    background: #F7F8FA;
    border: 1px solid #D8DAE7;
}
.install_item-title{
    font-weight: bold;
    padding-left: 26px;
    position: relative;
    margin-left: 20px;
    margin-bottom: -52px;
    display: block;
}
.install_item-title:before{
    content: '';
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 5px solid #D8DAE7;
    position: absolute;
    left: 0;
    top: 0;
}
.install_item-radio-check:checked + .install_item-title:before{
    border: 5px solid #5DCE59;
}
.install-form{
    margin-top: 56px;
}

.button_right_box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    word-break: normal;
}
.button_right_box .button_right {
    margin-top: 0;
    margin-left: 20px;
}

@media screen and (min-width: 768px){
    .tabs-payment-ul li{
        padding: 9px 55px 6px;
    }
    .tabs-payment-small-pad{
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
}
@media screen and (max-width: 767px){
    .tabs-payment-ul li:not(:last-child){
        margin-right: 0;
    }
    .button_right_box {
        flex-wrap: wrap;
        align-items: inherit;
    }
    .button_right_box .button_right {
        margin-top: 10px;
        margin-left: 0;
    }
    .product-card-page #content .order_link {
        padding: 10px 60px 10px 60px!important;
    }
    .webinar_title h1 {
        font-size: 24px!important;
        line-height: 28px!important;;
    }
}

.loader_box {
    display: none;
}
.loader {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    animation: loader07-u04c322d6 1s linear infinite;
    top: 50%;
    left: 50%;
    margin: -8px auto 0;
    z-index: 99999999999;
}
.disabled {
    cursor: not-allowed;
    opacity: 0.6;
    text-decoration: none;
}
@keyframes loader07-u04c322d6 {
    0% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.05), 19px -19px 0 0 rgba(0, 82, 236, 0.1), 27px 0 0 0 rgba(0, 82, 236, 0.2), 19px 19px 0 0 rgba(0, 82, 236, 0.3), 0 27px 0 0 rgba(0, 82, 236, 0.4), -19px 19px 0 0 rgba(0, 82, 236, 0.6), -27px 0 0 0 rgba(0, 82, 236, 0.8), -19px -19px 0 0 #0052ec; }
    12.5% {
        box-shadow: 0 -27px 0 0 #0052ec, 19px -19px 0 0 rgba(0, 82, 236, 0.05), 27px 0 0 0 rgba(0, 82, 236, 0.1), 19px 19px 0 0 rgba(0, 82, 236, 0.2), 0 27px 0 0 rgba(0, 82, 236, 0.3), -19px 19px 0 0 rgba(0, 82, 236, 0.4), -27px 0 0 0 rgba(0, 82, 236, 0.6), -19px -19px 0 0 rgba(0, 82, 236, 0.8); }
    25% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.8), 19px -19px 0 0 #0052ec, 27px 0 0 0 rgba(0, 82, 236, 0.05), 19px 19px 0 0 rgba(0, 82, 236, 0.1), 0 27px 0 0 rgba(0, 82, 236, 0.2), -19px 19px 0 0 rgba(0, 82, 236, 0.3), -27px 0 0 0 rgba(0, 82, 236, 0.4), -19px -19px 0 0 rgba(0, 82, 236, 0.6); }
    37.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.6), 19px -19px 0 0 rgba(0, 82, 236, 0.8), 27px 0 0 0 #0052ec, 19px 19px 0 0 rgba(0, 82, 236, 0.05), 0 27px 0 0 rgba(0, 82, 236, 0.1), -19px 19px 0 0 rgba(0, 82, 236, 0.2), -27px 0 0 0 rgba(0, 82, 236, 0.3), -19px -19px 0 0 rgba(0, 82, 236, 0.4); }
    50% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.4), 19px -19px 0 0 rgba(0, 82, 236, 0.6), 27px 0 0 0 rgba(0, 82, 236, 0.8), 19px 19px 0 0 #0052ec, 0 27px 0 0 rgba(0, 82, 236, 0.05), -19px 19px 0 0 rgba(0, 82, 236, 0.1), -27px 0 0 0 rgba(0, 82, 236, 0.2), -19px -19px 0 0 rgba(0, 82, 236, 0.3); }
    62.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.3), 19px -19px 0 0 rgba(0, 82, 236, 0.4), 27px 0 0 0 rgba(0, 82, 236, 0.6), 19px 19px 0 0 rgba(0, 82, 236, 0.8), 0 27px 0 0 #0052ec, -19px 19px 0 0 rgba(0, 82, 236, 0.05), -27px 0 0 0 rgba(0, 82, 236, 0.1), -19px -19px 0 0 rgba(0, 82, 236, 0.2); }
    75% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.2), 19px -19px 0 0 rgba(0, 82, 236, 0.3), 27px 0 0 0 rgba(0, 82, 236, 0.4), 19px 19px 0 0 rgba(0, 82, 236, 0.6), 0 27px 0 0 rgba(0, 82, 236, 0.8), -19px 19px 0 0 #0052ec, -27px 0 0 0 rgba(0, 82, 236, 0.05), -19px -19px 0 0 rgba(0, 82, 236, 0.1); }
    87.5% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.1), 19px -19px 0 0 rgba(0, 82, 236, 0.2), 27px 0 0 0 rgba(0, 82, 236, 0.3), 19px 19px 0 0 rgba(0, 82, 236, 0.4), 0 27px 0 0 rgba(0, 82, 236, 0.6), -19px 19px 0 0 rgba(0, 82, 236, 0.8), -27px 0 0 0 #0052ec, -19px -19px 0 0 rgba(0, 82, 236, 0.05); }
    100% {
        box-shadow: 0 -27px 0 0 rgba(0, 82, 236, 0.05), 19px -19px 0 0 rgba(0, 82, 236, 0.1), 27px 0 0 0 rgba(0, 82, 236, 0.2), 19px 19px 0 0 rgba(0, 82, 236, 0.3), 0 27px 0 0 rgba(0, 82, 236, 0.4), -19px 19px 0 0 rgba(0, 82, 236, 0.6), -27px 0 0 0 rgba(0, 82, 236, 0.8), -19px -19px 0 0 #0052ec; } }

/*! UIkit 2.27.5 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1030;
    /* 3 */
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 8px;
    /* 4 */
    background: #333;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 18px;
}
/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    /* 1 */
    border: 5px dashed #333;
}
/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
    bottom: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #333;
}
/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
    top: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #333;
}
/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
    left: 50%;
    margin-left: -5px;
}
/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
    left: 10px;
}
/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
    right: 10px;
}
/*
 * Left
 */
.uk-tooltip-left:after {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #333;
}
/*
 * Right
 */
.uk-tooltip-right:after {
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #333;
}

/* ====================== Старые тренинги, префиксы old_ у классов =================== */

.old_course_data li{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.old_course_data > li:first-child {
    text-align: left;
}
.old_course_data > li:last-child {
    text-align: right !important;
}
.old_lesson_desc .lesson-title-yellow-circle, .old_lesson_desc .lesson-title-green-check{
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
.old_lesson_desc .lesson-title-yellow-circle:before {
    content: '';
    background: #FFCA10;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 9px;
    margin: 0;
}
.old_lesson_desc .lesson-title-green-check:before{
    content: "\e903";
    font-size: 14px;
    color: #5DCE59;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 6px;
    top: 5px;
    margin: 0;
    background: none;
    width: auto;
    height: auto;
}
.old_lesson_desc .lesson-title-lock{
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
.old_lesson_desc .lesson-title-lock:before{
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/lock.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 2px;
    margin: 0;
}
.old_mini_cut .lesson_item{
    min-height: 1px;
}
.old_cut{
    background: rgba(240, 243, 255, 0.1);
    border: 1px solid #D8DAE7;
    border-radius: 10px;
    transition: all 0.2s ease 0s;
}
.old_cut.active{
    background: rgba(240, 243, 255, 0.7);
    box-shadow: none;
    border-color: rgba(240, 243, 255, 0.7);
}
.old_cut .block-heading{
    margin: 0;
}
.lessons_list > .old_lesson_item{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D8DAE7;
    background: #fff;
}
.old_lesson_item{
    min-height: 1px;
}
.old-hero-wrap{
    justify-content: center;
}
.text-decoration-none{
    text-decoration: none !important;
}

@media screen and (max-width: 640px), only screen and (max-device-width: 640px){
  .just-lesson-with-image{
    display: block;
  }
  .just-lesson-with-image .lesson_cover {
    max-width: none!important;
    width:100%!important
  }
  .just-lesson-with-image .lesson_cover img{
    width: 100%;
  }
}

input.error {
    border-color: red;
    background-color: #ffe5e5;
}
.admin_warning_front {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 10px auto 20px;
    text-align: center;
    padding: 5px;
    background: rgba(224, 66, 101, 0.1);
    border-radius: 10px;
    color: #E04265;
    font-size: 12px;
    line-height: 14px;
}
.admin_warning_front a {
    padding: 5px 36px;
    margin-left: 15px;
}
.form-line-input .select2-container,
.cart-form-input .select2-container,
.poll-question-list .select2-container {
    width: 100%!important;
}
.custom-field-text {
    padding-top: 10px;
}
.error-message:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 18px;
    top: 18px;
    width: 20px;
    height: 18px;
    background: url(../images/icon-error.svg) no-repeat;
}
.error-message {
    position: relative;
    margin: 10px auto;
    padding: 18px 56px 18px;
    font-size: 14px;
    color: #373A4C;
    background-color: #FFF5F5;
    border: 1px solid #E04265;
    border-radius: 10px;
}
.widget-cart-item{
    display: flex;
    align-items: center;
}
.widget-cart-item__left{
    width: 26%;
    border-radius: 10px;
    overflow: hidden;
}
.widget-cart-item__left img{
    width: 100%;
}
.widget-cart-item__right{
    padding-left: 18px;
    display: flex;
    align-items: center;
    width: 74%;
}
.widget-cart-item__price{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -5px -5px;
    font-size: 12px;
    line-height: 16px;
}
.widget-cart-item__price-old{
    margin: 0 0 5px 5px;
    text-decoration-line: line-through;
}
.widget-cart-item__price-current{
    margin: 0 0 5px 5px;
    font-weight: bold;
}
.widget-cart-item__title{
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
}
.widget-cart-item__title + *{
    margin-top: 5px;
}
.widget-cart-item + .widget-cart-item{
    margin-top: 20px;
}
.widget-cart-item__inner{
    margin-right: 15px;
    flex-grow: 1;
}
.widget-cart-item__delete{
    color: #E04265;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.widget-cart-item__delete:hover{
    color: #0772A0;
    text-decoration: none;
}
.widget-cart-all-summ{
    border-top: 1px solid #D8DAE7;
    margin-top: 25px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
}
.widget-cart-total{
    font-weight: bold;
}
.widget-cart-discount{
    color: #E04265;
}
.widget-cart-all-summ > * + *{
    margin-top: 5px;
}
.widget-cart-add-prod{
    margin-top: 30px;
}
.widget-cart-add-prod input{
    width: 100%;
}
.widget-cart .widget-header{
    display: flex;
    align-items: center;
}
.widget-cart .widget-header:before {
    content: "\e932";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    margin-right: 15px;
    position: relative;
    top: 1px;
}
.widget-cart-items, .empty-cart{
    margin-top: 30px;
}
.kin-player-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 100%;
    overflow: hidden;
  }
.kin-player-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.loading_text-ani{
    width: 60px;
    height: 14px;
    border-radius: 5px;
    display: block;

    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: loading-text;
    animation-timing-function: linear;
    background: #ffffff1c;
    background: linear-gradient(120deg, rgba(255,255,255,0.10454604204963236) 0%, rgba(255,255,255,0.23339758266587884) 11%, rgba(255,255,255,0.2950222325258228) 26%, rgba(255,255,255,0.10454604204963236) 51%, rgba(255,255,255,0.3286356779039741) 70%, rgba(255,255,255,0.2221931008731618) 85%, rgba(255,255,255,0.1017449216014531));
    background-size: 600px 1px;

    position: relative;
}
@keyframes loading-text{
    0%{
        background-position: 50% 0
    }
    100%{
        background-position: -50% 0
    }
}

#order_form .container-cart .politics a:hover, #order_form .installment-agree-terms a:hover,
.container-cart .order_item-readmore:hover {
    text-decoration: underline!important;
}
.container-cart .promo-link:hover {
    text-decoration: underline!important;
}

@media screen and (min-width: 640px), only screen and (min-device-width: 640px) {
    .form-line-input.connect_btn{
        display: flex;
    }
    .form-line-input.connect_btn a{
        margin: 0 0 0 0;
        padding: 13px 15px;
        height: 40px;
    }
    .form-line-input.connect_btn input[type="text"] {
        margin-right: 10px;
    }
}
.margin-bottom-8 {
    margin-bottom: 8px;
}
[data-id="nick_telegram"] input[name="nick_telegram"] {
    display: none;
}
.btn-telegram {
    position: relative;
    padding: 12px 30px 12px 62px;
    min-height: 40px;
}
.btn-telegram:before {
    position: absolute;
    top: 10px;
    left: 30px;
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../images/btn-telegram-icon.svg')  center no-repeat;
    background-size: contain;
    margin-right: 15px;
}
.btn-telegram:hover:before {
    background: url('../images/btn-telegram-white-icon.svg')  center no-repeat;
}

footer .footer-left {
    padding-left: 20px;
}
footer .footer-left .copyright, footer p {
    width: 100%;
}
footer .footer-left .copyright {
    padding-left: 0;
}

.blog-page .blog_item .blog_img img {
    object-fit: cover;
}
body.aff-page .table-responsive a {
    text-decoration: underline!important;
}
body.aff-page .table-responsive a:hover {
    text-decoration: none!important;
}
body .widget .poll-label i {
    color: #E04265!important;
}

.row-3-column.training_list .course_item {
    margin-left: 60px;
}

header .icon-cart {
    margin-top: 2px;
    object-fit: cover;
    width: 20px;
    height: 19px;
    background-color: #0772A0;
    display: block;
    mask-image: url(../images/cart-img.svg);
    -webkit-mask-image: url(../images/cart-img.svg);
    -webkit-mask-position: 0px 0px;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
}
header #cartbox span {
    top: 2px;
}

textarea[disabled="disabled"], input[type="text"][disabled="disabled"],
input[type="email"][disabled="disabled"], .select-wrap.disabled,
.multiple-select.disabled,
.multiple-select.disabled .select2-container--default.select2-container--disabled .select2-selection--multiple,
.multiple-select.disabled .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F7F8FA;
    /*border: 1px solid #B1B1B1;*/
    color: #B1B1B1;
    opacity: 1;
}
.check_label.disabled, .custom-radio.disabled {
    color: #B1B1B1;
}
.check_label.disabled:before {
    background-color: #F7F8FA;
}
.custom-radio.disabled span:before {
    background-image: url("data:image/svg+xml,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='%23F7F8FA' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M15.4329 8.07617C15.4329 12.2223 12.101 15.5762 7.99965 15.5762C3.89832 15.5762 0.566406 12.2223 0.566406 8.07617C0.566406 3.93008 3.89832 0.576172 7.99965 0.576172C12.101 0.576172 15.4329 3.93008 15.4329 8.07617Z' stroke='%23D8DAE7'/%3e %3cpath d='M11.7086 8.07617C11.7086 10.1492 10.0427 11.8262 7.99201 11.8262C5.94135 11.8262 4.27539 10.1492 4.27539 8.07617C4.27539 6.00312 5.94135 4.32617 7.99201 4.32617C10.0427 4.32617 11.7086 6.00312 11.7086 8.07617Z' fill='%23F7F8FA' stroke='%23D8DAE7' stroke-width='0.5'/%3e %3c/svg%3e");
}
.custom-radio.disabled input:checked + span:before {
    background-image: url("data:image/svg+xml,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='%23F7F8FA' xmlns='http://www.w3.org/2000/svg'%3e %3cellipse cx='7.99965' cy='8.07617' rx='7.93324' ry='8' fill='%235DCE59'/%3e %3cpath d='M11.7164 8.07617C11.7164 10.1492 10.0505 11.8262 7.99982 11.8262C5.94916 11.8262 4.2832 10.1492 4.2832 8.07617C4.2832 6.00312 5.94916 4.32617 7.99982 4.32617C10.0505 4.32617 11.7164 6.00312 11.7164 8.07617Z' fill='%23F7F8FA' stroke='url(%23paint0_linear)' stroke-width='0.5'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear' x1='4.37752' y1='8.07617' x2='11.9664' y2='8.07617' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%235DCE59'/%3e %3cstop offset='0.510417' stop-color='%235DCE59' stop-opacity='0.67'/%3e %3cstop offset='1' stop-color='%235DCE59'/%3e %3c/linearGradient%3e %3c/defs%3e %3c/svg%3e");
}
textarea[disabled="disabled"]:hover, input[type="text"][disabled="disabled"]:hover,
input[type="email"][disabled="disabled"]:hover, .check_label.disabled:hover,
.custom-radio.disabled:hover, select[disabled="disabled"]:hover,
.multiple-select.disabled:hover .select2-selection, .multiple-select.disabled:hover .select2-selection__choice {
    cursor: not-allowed;
}
body.reviews-add-page .login-userbox .jq-file__browse {
    line-height: 29px!important;
}
.width-100 {
    width: 100%;
}
.select-width-100 .select2-container {
    width: 100%!important;
}
.line-height-1 {
    line-height: 1;
}

.cookie-consent-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    background-color: rgb(247, 247, 247);
    padding: 10px 25px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
.cookie-consent-wrapper.hidden {
    display: none;
}
.cookie-consent-btn-wrap .cookie-consent-btn {
    border: 1px solid #0772A0;
    padding: 5px 20px;
    border-radius: 5px;
    color: #0772A0;
    transition: 0.3s;
    font-size: 14px;
    cursor: pointer;
}
.cookie-consent-btn-wrap .cookie-consent-btn:hover {
    background-color: #0772A0;
    color: #fff;
}