.trumbowyg-editor {background:#fff}
.product_price_box_flex {
    display: flex;
    justify-content: space-between
}

.related-offer {margin:0 0 15px 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: fixed;
    top: 70px;
    right: 0;
}
#cartbox a {
    color: #fff;
    padding: 12px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    transition: all 0.2s ease 0s;
    position: relative;
}
#cartbox a:hover {
    background: rgba(0, 0, 0, 1.0);
}
#cartbox img{
    width: 24px;
}
#cartbox span{
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    line-height: 12px;
    color: #000;
    top: 9px;
    right: 8px;
}
#cart_win {
    position: fixed;
    top: 70px;
    right: 8%;
    font-size: 1.1em;
    border-radius: 4px;
    border: 2px solid #ccd53a;
    background: rgba(48, 148, 7, 0.8);
    color: #fff;
    padding: .8em 30px
}
#cart-count {
    color: #fff
}
@media screen and (max-width: 640px), only screen and (max-device-width: 640px) {
    #cartbox {
        position: fixed;
        top: 92%;
        right: 0;
        padding: .5em 20px;
        background: rgba(0, 0, 0, 0.6)
    }
    .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%;
}
.logo {
    min-width: 150px;
    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: #fff;
}
.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;
}
.submenu {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 160px;
    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: block;
    white-space: nowrap;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    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%;
}
.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-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 -44px;
    font-size: 14px;
}
.breadcrumbs li:not(:last-child):after {
    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: 30px;
}
.block-login__list {
    position: absolute;
    z-index: 1;
    top: 120%;
    right: 0;
    width: 160px;
    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: 6px 0 0;
    list-style: none;
}
.block-login__list:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    bottom: 100%;
    right: 31px;

    border-width: 6px;
    margin: 0 -6px;
    border-bottom-color: #c5d0db;
}
.block-login__click img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 50%;
}
.block-login__click span {
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 8px;
}
.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: block;
    white-space: nowrap;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 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 > * {
    padding-left: 49px;
    flex-grow: 1;
    max-width: 100%;
}
.content-with-sidebar {
    width: 67%;
    position: relative;
}
.sidebar {
    width: 33%;
}
.sidebar > * {
    background: rgba(240, 243, 255, 0.1);
    border: 1px solid #D8DAE7;
    border-radius: 10px;
    padding: 23px 30px 28px;
    margin: 0;
}
.sidebar > * + * {
    margin-top: 30px;
}
.content-with-sidebar > h1, .maincol > h1 {
    margin-top: -10px;
}
.ya-share2 li {
    padding: 0 0 .8rem;
}
/* ========================= Личный кабинет ======================== */
.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;
    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;
}
.client-menu__edit {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.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;
}
.sprite-user-briefcase {
    width: 29px;
    height: 27px;
    background: url("../images/briefcase.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;
}
.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;
}
.content-userbox ul{
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.content-userbox form, .modal-form-bottom {
    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;
    width: 33.3333%;
}
.form-line-input {
    padding-left: 20px;
    width: 66.6666%;
    line-height: 1;
}
.form-line-submit {
    text-align: right;
    margin-top: 30px;
}
.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: center;
}
.hero-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.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%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -60px;
    margin-bottom: -60px;
}
.col-1-3 {
    margin-left: 60px;
    width: calc(33.3333% - 60px);
    margin-bottom: 60px;
}
.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: 250px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.course_item__title {
    margin: 10px 0 0;
}
.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 {
    -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;
}
.course_data > li:last-child{
    text-align: right;
}
.course_data > li:first-child{
    text-align: left;
}
.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;
}
.lessons_list {
    counter-reset: module;
}
.block-heading {
    margin: 0;
}
.module-number {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.module-number:before {
    counter-increment: module;
    content: counter(module) " ";
}
.one-course-top {
    margin-bottom: 30px;
}
.cut {
    background: rgba(240, 243, 255, 0.1);
    border: 1px solid #D8DAE7;
    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;
}
.cut.active .block-heading__click:after {
    transform: rotate(-180deg);
}
.cut.active {
    background: rgba(240, 243, 255, 0.7);
    box-shadow: none;
    border-color: rgba(240, 243, 255, 0.7);
}
.cut + .cut {
    margin-top: 26px;
}
.lessons_list > .lesson_item{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D8DAE7;
}
.lesson_item{
    display: flex;
	align-items: center;					
}
.lesson_item > a{
    display: flex;
    flex-direction: column;
}
.lesson_cover{
    margin-right: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.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;
}
.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: 30px;
    display: inline-block;
}
.lesson-title-yellow-circle:before {
    content: '';
    background: #FFCA10;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 9px;
}
.lesson-title-lock {
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
.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;
}
.lesson-title-green-check {
    position: relative;
    padding-right: 30px;
    display: inline-block;
}
.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;
}
.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;
}
.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;
}
.answer_list {
    margin-top: 30px;
}
.answer_item__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.answer_item__left {
    width: 38px;
    height: 38px;
    margin-left: 30px;
}
.answer_item__right {
    margin-left: 30px;
    width: calc(100% - 98px);
}
.answer_item {
    padding: 16px 30px;
    background: #FFFFFF;
    border: 1px solid #D8DAE7;
    border-radius: 10px;
}
* + .answer_question {
    margin-top: 12px;
}
.answer {
    margin-top: 12px;
    margin-left: 17px;
}
.user_name p {
    margin-bottom: 0;
}
.user_name-id {
    font-size: 14px;
    line-height: 19px;
    color: #747474;
}
.user_name .small{
    font-size: 12px;
    line-height: 16px;
    color: #747474;
    display: block;
    border-bottom: 1px solid #D8DAE7;
    padding-bottom: 10px;
}
.answer_question .user_name {
    margin-bottom: 20px;
}
.answer .user_name {
    margin-bottom: 0;
}
.less_complete {
    font-size: 14px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    background: #5DCE59;
    border-radius: 10px;
    min-width: 134px;
    position: absolute;
    top: 28px;
    right: 30px;
    cursor: pointer;
    border: none;
}
.less_complete.static {
    position: static
}
.less_complete span {
    margin-right: 7px;
    font-size: 15px;
}
.less_waiting {
    font-size: 14px;
    padding: 5px 20px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    background: #FFCA10;
    border-radius: 10px;
    min-width: 134px;
    text-align: center;
    position: absolute;
    top: 28px;
    right: 30px;
}
.less_waiting span{
    margin-right: 7px;
    font-size: 16px;
    position: relative;
    top: 1px;
}
.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;
}
.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;
}
.trumbowyg-box{
    margin-top: 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 {
    margin-bottom: 30px;
}
.course_category + .course_list{
    margin-top: 60px;
}
/* ========================= Авторские страницы  ============================== */

.tabs ul, .tabs2 ul {
    padding-left: 0;
    margin: 0 0 35px;
    list-style: none;
    border-bottom: 4px solid #373A4C;
    display: flex;
}
.tabs 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;
}
.tabs li.active, .tabs2 li.active {
    color: #fff !important;
    background: #373A4C;
    border-color: #373A4C;
}
.tabs li:hover, .tabs2 li:hover {
    color: #FFCA10;
}
.tabs 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: nowrap;
    vertical-align: top;
}
.usertable td:last-child {
    padding-right: 0;
}
.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 {
    margin-top: 35px;
}
.pay_orders {
    margin-top: 30px;
}
.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: 60px;
}
.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 {
    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 {
    border: 1px solid #d6d6d6;
    padding: 26px 40px 30px;
    border-radius: 10px;
}
.one-filter__title {
    margin-bottom: 7px;
}
.select-wrap {
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.select-wrap:before {
    content: "\e90f";
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 6px;
    color: #575757;
    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 #B1B1B1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 6px 35px 7px 15px;
    position: relative;
    z-index: 1;
}
.select-wrap select::-ms-expand {
    display: none;
}
.form-line .select-wrap select{
    border: 1px solid #D8DAE7;
    height: 40px;
}
.form-line .select-wrap:before{
    top: 18px;
}
.form-line .select-wrap:after{
    height: 29px;
}
.form-line-inner{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.form-line-inner-col{
    width: calc(33.3333% - 20px);
    margin-left: 20px;
}
.one-filter {
    margin-bottom: 20px;
}
.filter-button {
    margin-left: -15px;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter-button > * {
    margin-left: 15px;
    margin-bottom: 10px;
}
.filter-button > .btn-blue-thin{
    padding-left: 26px;
    padding-right: 26px;
}
.dialog {
    padding: 30px 40px;
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    position: relative;
}
.dialog_item {
    display: flex;
}
.dialog_item__left {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.dialog_item__right {
    width: calc(100% - 100px);
    margin-left: 10px;
    margin-right: 30px;
}
.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;
}
.dialog_del_mess a {
    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;
}
.dialog_del_mess a:hover {
    background: #E04265;
    color: #fff;
}
.dialog_item + .dialog_item {
    margin-top: 30px;
}
.dialog_item__answer {
    margin-left: 70px;
}
.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;
}
.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 1.5em 0;
    padding: 0 0 0.8em 0;
    border-bottom: 1px dashed #ccc
}										   
.task_info > strong:first-child ~ *, .user_message{
    font-size: 14px;
}				
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: 30px 40px;
    display: flex;
    border: 1px solid #d6d6d6;
    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% - 70px);
    margin-left: 10px;
}
.list-questions__crumbs {
    padding-left: 0;
    padding-right: 150px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5px;
    font-size: 14px;
}
.list-questions__crumbs li:not(:last-child):after {
    content: "»";
    margin: 0 5px;
}
.list-questions__name {
    margin-top: 0;
}
.list-questions__top {
    margin-bottom: 15px;
}
.list-questions__top > * {
    display: inline;
}
.list-questions__time, .list-questions__email, .small {
    font-size: 14px;
    color: #737581;
}
.list-questions__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.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;
}
/* ========================= Попап =============================== */
.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-bottom {
    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-between;
    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;
}
/* =========================== Оформление заказа ========================== */

@media screen and (min-width: 768px) {
    .container-crumbs {
        padding: 0;
        list-style: none;
        margin: 0 0 60px;
        display: flex;
        border: 1px solid #D8DAE7;
        border-radius: 10px;
        overflow: hidden;
        height: 73px;
    }
    .container-crumbs li:first-child {
        width: 264px;
    }
    .container-crumbs li:nth-child(2):not(.two-active) {
        flex-grow: 2;
    }
    .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 {
        background: url("../images/button-1.svg") center no-repeat;
        background-size: 100% 72px;
        color: #fff;
    }
    .container-crumbs li:first-child:after, .container-crumbs li:nth-child(2):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 span {
        font-size: 32px;
        margin-right: 12px;
        font-weight: bold;
    }
    .two-active {
        background: url("../images/button-2.svg") center no-repeat;
        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;
        background: url("../images/button-3.svg") center no-repeat;
        background-size: 101% 74px;
        color: #fff;
    }
    .crumbs-order {
        margin-right: -20px;
    }
    .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;
    }
    .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;
    }
    .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;
    }
}
@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: center;
    padding: 50px;
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
    margin-bottom: 60px;
}
.cart-item-left {
    width: 25%;
    min-width: 90px;
    padding-right: 25px;
}
.cart-item-left img{
    margin-top: 5px;
}
.cart-item-right {
    width: 75%;
    flex-grow: 1;
}
.cart-item-name {
    margin-bottom: 7px;
}
.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;
}
.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;
}
.check_label > span {

}
.promo-link {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin-top: 20px;
}
.promo-link:not(:hover) {
    color: #070707;
}
.offer {
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 60px;
}
.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: center;					
}
.order_item:not(:last-child){
    margin-bottom: 30px;
}
.order_item-left {
    width: 150px;
    min-width: 150px;
    margin-right: 25px;
    text-align: center;
}
.order_item-desc {
    flex-grow: 1;
    padding-right: 15px;
}
.old_price {
    text-decoration: line-through;
	white-space: nowrap;				
}
.red_price {
    color: red;
    font-weight: bold
}
.order_item-bottom {
    display: flex;
    flex-wrap: wrap;
}
.order_item-bottom .order_item-bottom {
    margin-bottom: 20px;
}
.order_item-bottom__left p {
    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;
}
.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 {
    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 {
    font-size: 14px;
    display: flex;
    position: relative;
}
.custom-radio input {
    display: none;
}
.custom-radio:before {
    content: '';
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: 1px solid #737373;
    border-radius: 50%;
    margin-right: 10px;
}
.complect {
    margin-bottom: 20px;
}
.custom-radio span {
    margin-top: -3px;
}
.custom-radio span:before {
    content: '';
    background: #fff;
    width: 16px;
    min-width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 5px solid #5DCE59;
    opacity: 0;
}
.custom-radio input:checked + span:before {
    opacity: 1;
}
.payments_list {
    margin-top: 60px;
}
.payment-bottom__right {
    text-align: right;
}
.payment-bottom__right p:first-child {
    margin: 0;
    font-weight: bold;
}
.payment-bottom__right p + p {
    margin-top: 5px;
}
.payment-itogo {
    margin-top: 10px;
    text-align: right;
    font-size: 24px;
    color: #0772A0;
}
.order h3, .order_data h3 {
    margin-bottom: 20px;
}
.upsell_box-bottom {
    display: flex;
    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;
}
.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;
}
.cart-page, .blog-page, .invert-page {
    background: rgba(240, 243, 255, 0.7);
}
.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 {
    background: #fff;
}
.invert-page .lesson-inner, .invert-page .maincol-inner {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.blog-page .sidebar > *, .invert-page .sidebar > * {
    border: none;
}
.blog-full {
    padding: 1px 30px 30px;
    background: #fff;
    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;
}
.next_less_top-wrap.not-prev_link{
    margin-left: 0;
}
.not-prev_link .next_less_top{
    margin-left: auto;
}

/* ========================= Блог ================================ */

.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 50px;
    background: rgba(240, 243, 255, 0.7);
    border-radius: 10px;
}
.catalog_item + .catalog_item {
    margin-top: 30px;
}
.catalog_item_img {
    width: 25%;
    text-align: center;
}
.catalog_item_img img {
    max-height: 200px;
}
.catalog_item__right {
    padding-left: 25px;
    width: 75%;
}
.catalog_item__right > * {
    width: 100%;
}
.catalog_item__title {
    margin-bottom: 10px;
}
.product_desc {
    margin-top: 10px;
    margin-bottom: 15px;
}
.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{
    margin-top: 30px;
}
.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;
}
.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_info{
    margin-left: 50px;
    width: calc(65% - 50px);
}
.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;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-15{
    margin-bottom: 15px !important;
}

/* ============================ 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;
}
.jq-file input {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em;
}
.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-3 {
    padding: 40px 30px;
}
/* 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;
}
/* ========================= Избранные шрифтовые иконки, в том числе сгенерированные из макета ================= */
@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-stopwatch:before {
    content: "\e914";
}
.icon-totop:before {
    content: "\e913";
}
.icon-site:before {
    content: "\e912";
}
.icon-arrow-down:before {
    content: "\e90f";
    color: #575757;
}
.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-youtube:before {
    content: "\e905";
}
.icon-twitter:before {
    content: "\e906";
}
.icon-odnoklassniki:before {
    content: "\e907";
}
.icon-angle-up:before {
    content: "\e910";
}
.icon-right:before {
    content: "\e911";
}

/* 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-payment-ul li.active{
    background: #fff;
    color: #000 !important;
    border-bottom: 1px solid rgba(240, 243, 255, 0.7);
}
.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;
}
.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: 62px;
}
.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: rgba(55, 58, 76, 0.03);
    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: #F4F7FF;
    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;
    }
}

.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; } }