.global .head,
.global .head  * {
    box-sizing: border-box;
}

.button {
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    border-radius: 20px;
    border: 2px solid #ed2228;
    color: #ed2228;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
}

.button:hover {
    color: #ffffff;
    background-color: #ed2228;
}

.button--gray {
    border-color: #b6b5c0;
    color: #b6b5c0;
}

.button--gray:hover {
    color: #ed2228;
    background-color: transparent;
}

.input {
    -webkit-appearance: none;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    color: rgba(36, 36, 36, 0.8);
    line-height: 1.2;
    border: 1px solid #b6b5c0;
    border-radius: 3px;
    padding: 23px 21px 4px;
    width: 100%;
    max-width: 100%;
}

.input:focus {
    border-color: #ed2228;
}

.input + span,
.span-before-input {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(182, 181, 192, 0.8);
    position: absolute;
    left: 20px;
    top: 6px;
}

.input-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 39px;
    line-height: 0;
    display: flex;
    flex-direction: column-reverse;
    cursor: pointer;
}

.input-wrap--3 {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 62px) / 3);
    margin-right: 31px;
}

.input-wrap--3.last {
    margin-right: 0;
}

.input-wrap--select {
    position: relative;
}

.input-wrap--select:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/html/img/arr-choose.svg") no-repeat center;
    background-size: 16px;
    right: 20px;
    top: 18px;
    z-index: 2;
    pointer-events: none;
}

.input-wrap--select .select {
    padding-right: 50px;
}

.check-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 34px;
}

.check-wrap .check {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border: 1px solid #2e3743;
    background-color: transparent;
    border-radius: 0;
}

.check-wrap .check + span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    padding-left: 13px;
    font-size: 14px;
    color: #2e3743;
}

.ui-datepicker {
    display: none;
    background-color: #ffffff;
    border: 1px solid #B5BCCB;
    margin-top: -1px;
    padding: 10px 20px;
    z-index: 20 !important;
}

.ui-datepicker-calendar td {
    padding: 4px 10px;
    text-align: center;
}

.ui-datepicker-calendar td.ui-state-disabled {
    opacity: .5;
}

.ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.ui-datepicker-header a {
    color: transparent;
    width: 0;
    overflow: hidden;
    padding-right: 30px;
    background: url("/html/img/arr-right-black.svg") no-repeat center;
    background-size: 10px;
    cursor: pointer;
}

.ui-datepicker-header a.ui-datepicker-prev {
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    order: 1;
}

.lk {
    background-color: #f4f7ff;
    padding: 160px 0 200px;
}

.lk > .wrapper {
    max-width: 1031px;
    margin: 0 auto;
}

.lk-menu {
    margin-bottom: 19px;
    border-bottom: 1px solid #b6b5c0;
}

.lk-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lk-menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 73px;
    margin-bottom: 0;
}

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

.lk-menu li a {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 14px;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
    color: #242424;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Arial', sans-serif;
    text-decoration: none;
}

.lk-menu li a.active {
    border-color: #ed2228;
    color: #ed2228;
    font-weight: bold;
}

.lk-menu li a:hover {
    color: #ed2228;
}

.lk-content {
    box-shadow: -0.122px 6.999px 18px 0px rgba(43, 24, 194, 0.28);
    padding: 44px 50px 41px;
    background-color: white;
    min-height: 200px;
    margin: 19px 0 21px;
    border-radius: 5px;
}

.lk-socials {
    margin: 10px 0 38px;
}

.lk-socials__title {
    margin-bottom: 25px;
    font-size: 18px;
    color: #192f5a;
}

.lk-socials .input {
    padding: 13px 18px 14px 64px;
    background-color: transparent;
}

.lk-socials .input-wrap {
    position: relative;
    background: no-repeat 20px 50%;
    background-size: 28px;
    margin-bottom: 0;
}

.lk-socials .input::placeholder {
    font-size: 15px;
    font-family: "Arial", sans-serif;
    color: rgb(86, 85, 92);
    line-height: 1.2;
}

.lk-bot {
    margin-bottom: 48px;
    font-size: 18px;
    color: #ed2228;
}

.lk-btn {
    display: block;
    width: 291px;
    margin: 0 auto 10px;
    border-radius: 3px;
    padding: 11px 22px;
    height: auto;
    text-align: center;
}

.lk-bonus {
    box-shadow: -0.122px 6.999px 18px 0px rgba(43, 24, 194, 0.28);
    padding: 53px 50px 35px;
    background-color: white;
    border-radius: 5px;
}

.lk-bonus__info {
    padding-left: 115px;
    position: relative;
    max-width: 502px;
    margin: 0 auto;
}

.lk-bonus__info:before {
    content: "";
    display: block;
    position: absolute;
    width: 87px;
    height: 87px;
    border-radius: 87px;
    border: 2px solid #0f3276;
    left: 6px;
    top: 35%;
    transform: translateY(-50%);
    background: url(/html/img/bft-bonus.svg) no-repeat 25% 100%;
    background-size: 79%;
}

.lk-bonus__title {
    font-size: 32px;
    color: #ed2228;
    font-weight: bold;
    margin-bottom: 28px;
}

.lk-bonus__link {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #192f5a;
    padding-right: 46px;
    position: relative;
    text-decoration: none;
    margin-left: 2px;
}

.lk-bonus__link:after {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 20px;
    background: url("/html/img/arr-link-red.svg") no-repeat center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lk-interests {
    margin: -5px 0 26px;
}

.lk-interests__title {
    font-size: 24px;
    color: #192f5a;
    font-weight: bold;
    margin-bottom: 15px;
}

.lk-interests__text {
    font-size: 18px;
    color: #192f5a;
    margin-bottom: 28px;
}

.lk-interests__items {
    margin: 0 -10px 38px;
}

.lk-interests__item {
    display: inline-block;
    vertical-align: top;
    width: auto;
    white-space: nowrap;
    padding: 14px 21px 13px 15px;
    border-radius: 3px;
    border: 1px solid #b6b5c0;
    margin: 0 10px 20px;
}

.lk-interests__item .check {
    width: 14px;
    height: 14px;
    margin: 3px 0 0;
}

.lk-interests__item .check + span {
    padding-left: 9px;
    font-size: 15px;
}

.lk-notifications {
    margin: -15px 0 30px;
}

.lk-notifications .check {
    margin: 0;
}

.lk-notifications .check-wrap {
    display: block;
    margin-bottom: 16px;
}

.lk-notifications .check + span {
    font-size: 16px;
}

.lk-notifications__items {
    margin-bottom: 53px;
}

.lk .check:checked {
    filter: hue-rotate(145deg);
}

.lk-bonuses__title {
    font-size: 32px;
    color: #192f5a;
    font-weight: bold;
    margin: 0 0 23px;
}

.lk-bonuses__count {
    font-size: 24px;
    margin: 0 0 35px;
    color: #ed2228;
    font-weight: bold;
}

.lk-bonuses__text {
    max-width: 540px;
    margin-bottom: 68px;
    font-size: 16px;
    line-height: 1.4;
}

.lk-bonuses__table {
    margin-bottom: 46px;
}

.lk-bonuses__table-title {
    font-size: 24px;
    color: #192f5a;
    margin: 0 0 19px;
    font-weight: bold;
}

.lk-bonuses__table-subtitle {
    font-size: 16px;
    margin-bottom: 17px;
    font-weight: bold;
    color: #192f5a;
}

.lk-bonuses__table .table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.lk-bonuses__table .table .tr {
    display: table-row;
}

.lk-bonuses__table .table .tr--header {
    color: #ffffff;
    background-color: #ed2228;
    font-weight: bold;
}

.lk-bonuses__table .table .tr--header .td {
    border-bottom: 0;
    padding: 12px 28px;
}

.lk-action__table .td {
    border-bottom: 0;
    padding: 12px 10px;
}

.lk-action__table .td:nth-child(1) {
    width: 140px;
}

.lk-action__table .td:nth-child(2) {

}

.lk-action__table .td:nth-child(3) {
    white-space: nowrap;
    width: 150px;
    padding-right: 50px !important;
    text-align: right;
}

.lk-bonuses__table .table .tr--total .td {
    background-color: #f1f1f0;
    font-weight: bold;
}

.lk-bonuses__table .table .td {
    display: table-cell;
    padding: 9px 28px;
    border-bottom: 1px solid #e3e3e2;
}

.lk-bonuses__table--history .td {
    position: relative;
}

.lk-bonuses__table--history .drop-top {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/html/img/arr-choose-white.svg") no-repeat center #ce141a;
    background-size: 16px;
}

.lk-bonuses__table--history.hide .drop-top {
    transform: rotate(180deg);
}

.lk-bonuses__table--history.hide .tr:not(.tr--header) {
    display: none;
}

.lk-bonuses__bot {
    font-size: 16px;
    max-width: 700px;
    margin-bottom: 17px;
}

.lk-bonuses__bot h3 {
    font-size: 24px;
    color: #192f5a;
    margin: 0 0 39px;
}

.lk-bonuses__bot a {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    color: #0c75ee;
    text-decoration: none;
}

.lk-bonuses__bot a.btn {
    display: block;
    width: 221px;
    margin: 26px 0 0;
    color: #ffffff;
    text-align: center;
    padding: 11px 22px;
    border-radius: 3px;
    font-size: 15px;
    height: auto;
}

.lk-bonuses__bot a.btn:hover {
    color: #ed2228;
}

.lk-pass__title {
    font-size: 24px;
    color: #192f5a;
    font-weight: bold;
    margin-bottom: 24px;
}

.lk-pass form {
    display: block;
}

.lk-pass form .input {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    height: auto;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.2;
}

.lk-pass form .input.last {
    margin-right: 0;
}

.lk-pass form .input::placeholder {
    font-size: 15px;
    color: rgba(182, 181, 192, 0.8);
    font-family: "Arial", sans-serif;
    font-weight: 400;
}

.lk-pass form .input.lk-pass__new {
    display: inline-block;
    vertical-align: top;
    background-color: #f5f5f6;
    border-color: #f5f5f6;
}

.lk-pass form .input.lk-pass__actual {
    margin-bottom: 35px;
}

.lk-pass .lk-btn {
    margin-top: 60px;
	margin-left: calc((100% + 30px) / 3);
	width: calc((100% - 60px) / 3);
}

.lk-store__top {
    position: relative;
    padding-right: 38%;
    margin-bottom: 34px;
}

.lk-store__bonus {
    width: 35%;
    position: absolute;
    top: 14px;
    right: 3px;
    font-size: 24px;
    color: #192f5a;
    font-weight: bold;
    text-align: right;
    padding-right: 115px;
}

.lk-store__bonus:before {
    content: "";
    display: block;
    position: absolute;
    width: 87px;
    height: 87px;
    border-radius: 87px;
    border: 2px solid #0f3276;
    right: 6px;
    top: 24px;
    transform: translateY(-50%);
    background: url(/html/img/bft-bonus.svg) no-repeat 25% 100%;
    background-size: 79%;
}

.lk-store__bonus:after {
    content: attr(data-js-count);
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background-color: #ed2228;
    padding: 5px 9px;
    border-radius: 10px;
    position: absolute;
    top: -15px;
    right: -3px;
    z-index: 2;
    font-size: 12px;
    line-height: 1;
}

.lk-store__title {
    font-size: 32px;
    color: #192f5a;
    font-weight: bold;
    margin: 0 0 22px;
}

.lk-store__subtitle {
    font-size: 24px;
    margin: 0 0 26px;
    color: #ed2228;
    font-weight: bold;
}

.lk-store__text {
    font-size: 16px;
    line-height: 1.4;
    max-width: 450px;
}

.lk-store__text span {
    font-weight: bold;
}

.lk-store__items {
    margin: 0 -13px 24px;
}

.lk-store__item {
    display: inline-block;
    vertical-align: top;
    background-color: #f5f5f6;
    padding: 19px 25px 27px;
    border: 1px solid #b6b5c0;
    margin: 0 13px 33px;
    border-radius: 5px;
    width: calc(50% - 26px);
    min-height: 315px;
}

.lk-store__item-title {
    font-size: 19px;
    line-height: 1.23;
    color: #192f5a;
    margin: 0 0 24px;
    height: 90px;
}

.lk-store__item-price {
    margin-bottom: 50px;
}

.lk-store__item-bot .btn {
    border: 2px solid #ed2228;
    border-radius: 40px;
    height: auto;
    line-height: 36px;
    width: 145px;
    text-align: center;
    margin-right: 20px;
}

.lk-store__item-bot .btn:hover {
    color: #ffffff;
    background-color: #ed2228;
}

.lk-store__item-bot .btn-red {
    color: #ffffff;
    background-color: #ed2228;
    margin-bottom: 10px;
}

.lk-store__item-bot .btn-red:hover {
    color: #ed2228;
    background-color: #ffffff;

}

.lk-store__btn {
    display: block;
    width: 190px;
    margin: 0 auto 58px;
}

.lk-store__courses {
    margin: 48px -13px 0;
}

.lk-store__course {
    display: inline-block;
    vertical-align: top;
    padding: 16px 25px 80px;
    border: 1px solid #b6b5c0;
    margin: 0 13px 17px;
    border-radius: 5px;
    width: calc(33.33% - 26px);
    position: relative;
    min-height: 298px;
}

.lk-store__courses .lk-store__item-title {
    height: 50px;    
}

.lk-store__item-image {
    text-align: center;
    height: 200px;
    overflow: hidden;
}

.lk-store__course .btn {
    position: absolute;
    width: 145px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    border-radius: 40px;
    color: #ed2228;
    border: 1px solid #ed2228;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.lk-store__course .btn:hover {
    color: #ffffff;
    background-color: #ed2228;
}

.lk .price {
    font-size: 36px;
    color: #192f5a;
    font-weight: bold;
}

.lk .old-price {
    font-size: 25px;
    color: #c3c2cb;
    text-decoration: line-through;
    margin-bottom: 22px;
}

.head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ed2228;
    background-color: white;
    box-shadow: -0.122px 6.999px 35px 0px rgba(25, 47, 90, 0.14);
    transition: all .3s;
    z-index: 1000;
}

.head > .wrapper {
    position: relative;
    min-height: 119px;
    width: 100%;
    max-width: 1920px;
    padding: 0 77px;
}

.head .logo {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 77px;
    transform: translateY(-50%);
}

.head .logo img {
    display: block;
    width: 100%;
}

.head-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    transform: translateY(-50%);
    top: 49.3%;
    left: 16.1%;
    right: 22.6%;
}

.head-menu a {
    display: inline-block;
    vertical-align: top;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
    color: #192f5a;
    text-decoration: none;
    white-space: nowrap;
}

.head-menu a:hover {
    color: #ed2228;
}

.head-tg, .head-lk {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 16%;
    padding: 20px 0px;
}

.head-tg a, .head-lk a {
    display: inline-block;
    vertical-align: top;
    color: #6c7a96;
    text-decoration: none;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 15px;
    padding-left: 48px;
}

.head-tg a:before, .head-lk a:before {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 48px;
    border: 1px solid #192f5a;
    background: url('images/expert-tg.svg') no-repeat center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.head-tg a:hover:before, .head-lk a:hover:before,
.head-lk:hover a:before {
    border: 1px solid #ed2228;
    background-color: #ed2228;
    background-image: url('images/expert-tg-white.svg');
}

.head-tg a:before {
    background-position-x: 40%;
}

.head-lk {
    right: 77px;
}

.head-lk a {
    padding-left: 60px;
}

.head-lk a:before {
    background-image: url('images/expert-lk.svg');
}
.head-lk:hover a:before,
.head-lk a:hover:before {
    background-image: url('images/expert-lk-white.svg');
}

.head-lk:hover > a {
    color: #ed2228;
}

.head-lk-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 20px;
    border: 1px solid #c3c2cb;
    background: #fff;
    border-radius: 10px;
}

.head-lk:hover .head-lk-popup {
    display: block;
}
a.lk-popup-item {
    display: block;
    color: #000;
    padding-left: 0;
    margin: 5px 0;
}
a.lk-popup-item:before {
    display: none;
}
a.lk-popup-item:hover {
    color: #ed2228;
}

.burger {
    display: none;
}

.popup-title {
    font-size: 24px;
    color: #192f5a;
    font-weight: bold;
    margin: 0 0 34px;
}

.popup-text {
    font-size: 15px;
    margin-bottom: 29px;
}

.popup-text a {
    color: #5994f1;
    text-decoration: none;
}

.popup-min {
    position: relative;
    padding: 50px 40px;
    width: 100%;
    max-width: 510px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 13px 22.08px 1.92px rgba(222, 225, 230, 0.25);
    text-align: center;
}

.popup-min .popup-title {
    font-size: 24px;
    line-height: 34px;
    color: #192f5a;
    font-weight: bold;
}

.popup-min img {
    display: block;
    width: 100%;
    margin-bottom: 32px;
}

.popup-min .button {
    color: #ffffff;
    background-color: #ed2228;
    padding: 18px 22px 17px;
    margin-bottom: 40px;
}

.popup-min .back-link {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #192f5a;
    text-decoration: none;
}

.popup-min#accepted .button {
    margin-bottom: 0;
}

.auth {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f4f7ff;
    text-align: center;
    padding-top: 98px;
}

.auth-logo {
    width: 128px;
    line-height: 1;
    margin: 0 auto 90px;
}

.auth-logo img {
    width: 100%;
}

.auth form {
    display: block;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 13px 22.08px 1.92px rgba(222, 225, 230, 0.25);
    max-width: 390px;
    padding: 40px 36px;
    text-align: left;
    margin: 0 auto;
}

.auth form .input {
    height: auto;
    padding: 18px 20px 17px;
    font-size: 15px;
    line-height: 1.2;
}

.auth form .input::placeholder {
    font-size: 15px;
    color: rgba(182, 181, 192, 0.8);
    font-family: "Arial", sans-serif;
    font-weight: 400;
}

.auth form .input-wrap {
    margin-bottom: 19px;
    position: relative;
}

.auth form .input-wrap .view-pass {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 20px;
    background: url("/html/img/eye.svg") no-repeat center;
    background-size: contain;
    opacity: .2;
    position: absolute;
    top: 17px;
    left: auto;
    right: 17px;
    z-index: 2;
}

.auth form .input-wrap .view-pass.active {
    opacity: .5;
}

.auth form .button {
    width: 100%;
    border-radius: 3px;
    background-color: #ed2228;
    color: #ffffff;
    text-align: center;
    padding: 17px 20px;
    cursor: pointer;
}

.auth-remember {
    padding: 17px 16px 16px;
    border-radius: 3px;
    background-color: #f4f7ff;
    margin: 20px 0 30px;
}

.auth-remember .check {
    width: 14px;
    height: 14px;
}

.auth-remember .check:checked {
    filter: hue-rotate(145deg);
}

.auth-remember .check + span {
    font-size: 12px;
    padding-left: 3px;
    border-color: #000000;
    background-color: transparent;
}

.auth-remember .check-wrap {
    margin-bottom: 4px;
    line-height: 1.1;
    cursor: pointer;
}

.auth-remember > a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #0c75ee;
    argin-left: 5px;
    font-size: 15px;
}

.auth-bot {
    text-align: center;
    font-size: 13px;
}

.auth-bot a {
    text-decoration: none;
    color: #0c75ee;
}

.auth--pass form {
    max-width: 431px;
    padding: 55px 57px 65px;
    text-align: center;
}

.auth--pass .popup-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.auth--reg form {
    max-width: 635px;
    padding: 32px 37px;
}

.auth--reg form .check-wrap--agree .check {
    width: 14px;
    height: 14px;
    border-color: #000;
    line-height: 1.3;
}

.auth--reg form .check-wrap--agree .check:checked {
    filter: hue-rotate(145deg);
}

.auth--reg form .check-wrap--agree .check + span {
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
}

.auth--reg form .check-wrap--agree .check + span span {
    color: #ed2228;
}

.auth--reg form .button--reg {
    display: block;
    width: 320px;
    margin: 30px auto;
}

.auth--reg form .select {
    color: #b6b5c0;
}

.auth--reg form .input {
    padding: 16px 20px 14px;
}

.auth--reg .auth-logo {
    margin-bottom: 48px;
}

.auth--reg .popup-title {
    margin-bottom: 25px;
}

.reg-end {
    position: relative;
    background-color: #f4f7ff;
    padding: 250px 0 220px;
}

.reg-end__info {
    text-align: center;
    max-width: 664px;
    margin: 0 auto;
    color: #192f5a;
    font-size: 22px;
}

.reg-end__info img {
    display: block;
    width: 342px;
    margin: 0 auto 21px;
}

.reg-end__info h3 {
    font-size: 32px;
    color: #192f5a;
    margin: 0 0 36px;
    line-height: 1.3;
}

.reg-end__info .reg-btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 50px;
    line-height: 1;
}

.reg-end__info .reg-btn .button {
    color: #ffffff;
    position: relative;
    margin: 0;
    z-index: 1;
    border-radius: 46px;
    padding: 17px 46px;
}

.reg-end__info .reg-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dotted #192f5a;
    top: 10px;
    left: 10px;
    z-index: 0;
    border-radius: 40px;
}

.reg-end:after, .reg-end:before {
    content: "";
    display: block;
    position: absolute;
    width: 950px;
    height: 950px;
    background: url("img/reg-bg.svg") no-repeat center;
    opacity: .07;
    background-size: 100% auto;
    top: 10%;
    left: 50%;
    margin-left: -1300px;
}

.reg-end:after {
    margin-left: 600px;
}

.reg-end--pass .reg-end__info {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 33px;
}

.reg-end--pass .reg-end__info p {
    max-width: 600px;
    margin: 0 auto;
}

.reg-end--pass .cols {
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    max-width: 680px;
}

.reg-end--pass .col-3 {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 80px);
    margin: 0 40px;
    text-align: center;
    padding-top: 110px;
    background: no-repeat center top;
    background-size: auto 75px;
    position: relative;
}

.reg-end--pass .col-3 a {
    color: #0c75ee;
    text-decoration: none;
}

.reg-end--pass .col-3:after {
    content: "";
    display: block;
    position: absolute;
    width: 105%;
    height: 68%;
    background: url(/html/img/line-1.svg) no-repeat center;
    background-size: contain;
    top: 63%;
    left: 74%;
    transform: rotate(35deg);
}

.reg-end--pass .col-3:nth-child(2):after {
    background-image: url("/html/img/line-2.svg");
    top: -40%;
    transform: rotate(15deg);
}

.reg-end--pass .col-3:last-child:after {
    display: none;
}

.form__custom-checkbox-label input[type=checkbox] {
    display: block;
}

.store-disc {
    background: border-box;
    border: 1px solid #b6b5c0;
    border-radius: 5px;
    width: calc(50% - 14px);
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 50px 0;
}

.store-bluetext {
    color: #0765dd;
}

@media (max-width: 1720px) {
    .head-tg {
        right: 275px;
    }
}

@media (max-width: 1600px) {
    .head-lk a {
        width: 0;
        overflow: hidden;
        color: transparent;
    }

    .head-tg {
        right: 155px;
    }

    .head-menu {
        right: 240px;
    }
}

@media (max-width: 1470px) {
    .burger {
        display: block;
        width: 40px;
        height: 40px;
        background: url("/local/templates/bft/images/burger.svg") no-repeat center, url("/local/templates/bft/images/close.svg") no-repeat center;
        background-size: 40px, 0;
        position: absolute;
        border: none;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 77px;
    }

    .burger.opened {
        background-size: 0, 40px;
    }

    .head {
        z-index: 1000;
    }

    .head-lk {
        right: 155px;
    }

    .head-lk a {
        width: auto;
        color: #6c7a96;
    }

    .head-tg {
        right: 200px;
    }

    .head-menu {
        display: none;
        position: fixed;
        top: 120px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        transform: none;
        background-color: #FFFFFF;
        padding: 55px 100px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .head-menu::-webkit-scrollbar {
        display: none;
    }

    .head-menu a {
        font-size: 22px;
        line-height: 32px;
        font-weight: 500;
        margin-bottom: 30px;
        padding-left: 48px;
        background: url("/html/img/arr-link-red.svg") no-repeat -50px 50%;
    }

    .head-menu a.active, .head-menu a:hover {
        color: #ed2228;
        background-position-x: 0;
    }

    .head-menu.opened {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .popup-title {
        font-size: 22px;
        font-weight: 500;
    }

    .popup-min {
        max-width: 511px;
        padding-bottom: 42px;
    }

    .popup-min .popup-title {
        font-size: 23px;
        line-height: 29px;
        margin: 5px auto;
    }

    .popup-min img {
        margin-bottom: 16px;
    }

    .popup-min .lk-btn {
        width: 316px;
        padding: 17px 22px !important;
        margin-bottom: 34px;
    }

    .popup-min .back-link {
        font-weight: 500;
        margin-left: 12px;
    }

    .popup-min .fancybox-close-small {
        top: 9px;
        right: 8px;
        padding: 0;
    }

    .popup-min#accepted {
        width: 100%;
    }

    .popup-min#accepted .popup-title {
        font-size: 23px;
        line-height: 35px;
        margin: 1px auto 20px;
        font-weight: 500;
        max-width: 400px;
    }

    .auth-logo {
        margin-bottom: 94px;
    }

    .auth form {
        padding: 44px 36px 37px;
    }

    .auth--reg .popup-title {
        font-weight: 600;
    }

    .reg-end__info {
        line-height: 30px;
    }

    .reg-end__info h3 {
        font-size: 30px;
        color: #192f5a;
        margin: 0 auto 36px;
        line-height: 41px;
        max-width: 535px;
    }

    .reg-end__info img {
        transform: translateX(-18%);
    }

    .reg-end--pass .col-3 {
        padding-top: 96px;
    }

    .reg-end--pass .reg-end__info h3 {
        margin-bottom: 23px;
    }

    .reg-end--pass .reg-end__info img {
        transform: none;
    }

    .lk {
        padding-top: 160px;
    }

    .lk > .wrapper {
        padding: 0 47px;
    }

    .lk-menu ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .lk-menu li {
        margin-right: 0;
    }

    .lk-content {
        padding: 44px 40px 41px;
    }

    .lk-btn {
        width: 270px;
        padding: 11px 22px !important;
    }

    .lk .input {
        font-size: 16px;
        line-height: 21px;
    }

    .lk .input-wrap--3 {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }

    .lk .input-wrap--3.last {
        margin-right: 0;
    }

    .lk-interests {
        margin: -13px 0 16px;
    }

    .lk-interests__title {
        font-size: 22px;
    }

    .lk-bonuses__title {
        font-size: 30px;
    }

    .lk-bonuses__count {
        font-size: 22px;
    }

    .lk-bonuses__table-title {
        font-size: 22px;
    }

    .lk-bonuses__table--history {
        margin-bottom: 70px;
    }

    .lk-store__top {
        padding-right: 42%;
    }

    .lk-store__title {
        font-size: 30px;
    }

    .lk-store__subtitle {
        font-size: 22px;
    }

    .lk-store__bonus {
        width: 40%;
        font-size: 22px;
        line-height: 27px;
        top: 9px;
    }

    .lk-store__bonus:before {
        top: 28px;
    }

    .lk-store__bonus .lk-btn {
        width: 190px;
        margin-bottom: 70px;
    }

    .lk-store__bonus__courses {
        margin-top: 35px;
    }

    .lk-pass {
        margin: 10px 0 26px;
    }

    .lk-pass__title {
        font-size: 22px;
        margin-bottom: 26px;
    }

    .lk-pass h4 {
        margin: 0 0 13px;
        font-size: 16px;
        color: #192f5a;
    }
}

@media (max-width: 900px) {
    .head > .wrapper {
        padding: 0 20px;
        min-height: 84px;
    }

    .head .logo {
        width: 71px;
        left: 20px;
    }

    .head .burger {
        right: 20px;
    }

    .head-lk {
        right: 95px;
    }

    .head-tg {
        right: 120px;
    }

    .head-menu {
        top: 85px;
    }

    .lk-menu {
        margin: 0 -20px 19px;
        padding: 0 20px;
        overflow-x: auto;
        overflow-y: hidden;
        border: 0;
    }

    .lk-menu::-webkit-scrollbar {
        display: none;
    }

    .lk-menu ul {
        justify-content: flex-start;
    }

    .lk-menu li {
        margin: 0 20px 0 0;
    }

    .lk-menu li.active {
        order: -1;
    }

    .lk-menu li a {
        padding: 11px 20px;
        color: #b6b5c0;
        border: 2px solid #b6b5c0;
        white-space: nowrap;
        border-radius: 40px;
        margin: 0;
    }

    .lk-menu li a.active {
        color: #ed2228;
        border-color: #ed2228;
        font-weight: 400;
    }

    .lk-menu li:last-child a {
        margin-right: 20px;
    }

    .lk-store__item-bot {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .lk {
        padding: 165px 0 80px;
    }

    .lk > .wrapper {
        padding: 0 14px;
    }

    .lk-content {
        padding: 33px 22px 40px;
    }

    .lk .input-wrap--3 {
        width: 100%;
        margin: 0 0 20px;
    }

    .lk-socials {
        margin: 20px 0 10px;
    }

    .lk-bot {
        margin-bottom: 29px;
        font-size: 16px;
    }

    .lk .lk-btn {
        width: 100%;
        margin: 0;
        padding: 18px 10px 17px !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
        height: auto !important;
    }

    .lk-bonus {
        padding: 25px 22px 10px;
    }

    .lk-bonus__info {
        padding-left: 105px;
    }

    .lk-bonus__info:before {
        left: 0;
    }

    .lk-bonus__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .lk-bonus__link {
        font-size: 15px;
        padding: 0 0 30px;
    }

    .lk-bonus__link:after {
        right: auto;
        left: 0;
        bottom: 0;
        transform: none;
        margin: 0;
        top: auto;
    }

    .lk-menu {
        margin: 0 -20px 19px;
        padding: 0 20px;
        overflow-x: auto;
        overflow-y: hidden;
        border: 0;
    }

    .lk-menu::-webkit-scrollbar {
        display: none;
    }

    .lk-menu ul {
        justify-content: flex-start;
    }

    .lk-menu li {
        margin: 0 20px 0 0;
    }

    .lk-menu li.active {
        order: -1;
    }

    .lk-menu li a {
        padding: 11px 20px;
        color: #b6b5c0;
        border: 2px solid #b6b5c0;
        white-space: nowrap;
        border-radius: 40px;
        margin: 0;
    }

    .lk-menu li a.active {
        color: #ed2228;
        border-color: #ed2228;
        font-weight: 400;
    }

    .lk-menu li:last-child a {
        margin-right: 20px;
    }

    .lk-interests {
        margin-bottom: 0;
    }

    .lk-interests__text {
        font-size: 16px;
    }

    .lk-interests__items {
        margin-bottom: 18px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .lk-interests__item {
        padding: 9px 10px 8px 10px;
        white-space: normal;
    }

    .lk-interests__item .check + span {
        font-size: 14px;
    }

    .lk-notifications {
        margin-bottom: 0;
    }

    .lk-notifications__items {
        margin-bottom: 20px;
    }

    .lk-bonuses__title {
        margin-bottom: 15px;
    }

    .lk-bonuses__count {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .lk-bonuses__text {
        margin-bottom: 30px;
    }

    .lk-bonuses__table {
        margin-bottom: 36px;
    }

    .lk-bonuses__table-title {
        font-size: 18px;
    }

    .lk-bonuses__table .table {
        margin: 0 -22px;
        font-size: 14px;
        min-width: calc(100% + 44px);
    }

    .lk-bonuses__table .table .tr--header .td {
        font-size: 15px;
        padding: 16px 8px;
    }

    .lk-bonuses__table .table .td {
        padding: 8px 8px;
    }

    .lk-bonuses__table .table .td:first-child {
        padding-left: 22px;
        max-width: 290px;
    }

    .lk-bonuses__table--history {
        margin-bottom: 33px;
    }

    .lk-bonuses__table--history .table-holder {
        width: calc(100% + 44px);
        margin: 0 -22px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .lk-bonuses__table--history .table-holder::-webkit-scrollbar {
        display: none;
    }

    .lk-bonuses__table--history .table {
        width: 500px;
        margin: 0;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .lk-bonuses__table--history .table .tr {
        width: 600px;
    }

    .lk-bonuses__table--history .table .drop-top {
        display: none;
    }

    .lk-bonuses__bot {
        margin-bottom: 0;
    }

    .lk-bonuses__bot h3 {
        font-size: 20px !important;
        line-height: 24px !important;
        margin-bottom: 22px;
    }

    .lk-bonuses__bot a {
        font-size: 16px;
        white-space: nowrap;
    }

    .lk-bonuses__bot a.btn {
        margin-right: 0;
        width: 100%;
    }

    .lk-pass {
        margin: -10px 0 0;
    }

    .lk-pass form .input {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }

    .lk-pass form .lk-btn {
        margin-top: 19px;
    }

    .lk-store__top {
        padding: 95px 0 0;
    }

    .lk-store__bonus {
        width: 100%;
        top: 0;
        font-size: 20px;
        padding-right: 105px;
    }

    .lk-store__title {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .lk-store__items {
        margin: 0 0 20px;
    }

    .lk-store__item {
        width: 100%;
        margin: 0 0 20px;
    }

    .lk-store__item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .lk-store__item-price {
        margin-bottom: 34px;
    }

    .lk-store__item-bot {
        text-align: center;
    }

    .lk-store__item-bot .btn {
        font-size: 14px !important;
        line-height: 14px !important;
        padding: 10px !important;
        width: 145px;
        text-align: center;
        margin: 0 auto 20px;
        height: auto !important;
    }

    .lk-store__item-bot .btn:last-child {
        margin-bottom: 0;
    }

    .lk-store__bot .lk-store__btn {
        margin-bottom: 40px;
    }

    .lk-store__bot .lk-store__subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .lk-store__courses {
        margin: 25px -10px !important;
        width: calc(100% + 20px) !important;
        padding: 0 27px;
    }

    .lk-store__course {
        width: 100%;
        margin: 0;
    }

    .lk-store__course .btn {
        display: block;
        font-size: 14px !important;
        line-height: 14px !important;
        padding: 10px !important;
        width: 145px;
        text-align: center;
        margin: 0 auto;
        height: auto !important;
    }

    .lk .old-price {
        font-size: 24px;
    }

    .lk .owl-next,
    .lk .owl-prev {
        color: transparent;
        width: 0;
        height: 50px;
        padding-left: 20px;
        overflow: hidden;
        background: url("/html/img/arr-nav.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .lk .owl-next.disabled,
    .lk .owl-prev.disabled {
        filter: grayscale(1);
    }

    .lk .owl-prev {
        right: auto;
        left: 0;
        transform: translateY(-50%) rotate(-180deg);
    }

    .popup-title {
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 600;
        max-width: 279px;
        margin: 0 auto 25px;
    }

    .popup-min {
        padding: 40px 20px 25px;
    }

    .popup-min .lk-btn {
        width: 100%;
        padding: 17px 7px !important;
        margin-bottom: 24px;
    }

    .popup-min .fancybox-close-small {
        top: 4px;
        right: 3px;
    }

    .auth {
        padding: 55px 14px;
    }

    .auth-logo {
        width: 121px;
        margin-bottom: 58px;
    }

    .auth form {
        padding: 40px 22px 37px;
    }

    .auth-remember {
        margin-bottom: 20px;
    }

    .auth-bot {
        font-size: 12px;
    }

    .auth--reg .popup-title {
        margin-bottom: 10px;
    }

    .auth--reg .auth-logo {
        margin-bottom: 58px;
    }

    .auth--reg form {
        padding: 32px 24px 15px;
    }

    .auth--reg form .button--reg {
        width: 100%;
    }

    .auth--pass form {
        padding: 47px 22px 55px;
    }

    .auth--pass#newPass form .button {
        margin: 10px 0 7px;
    }

    .reg-end {
        padding: 165px 0 81px;
    }

    .reg-end__info {
        font-size: 16px;
        line-height: 22px;
    }

    .reg-end__info img {
        transform: translateX(-14%);
        margin-bottom: 33px;
    }

    .reg-end__info h3 {
        font-size: 22px !important;
        line-height: 24px !important;
        margin-bottom: 10px;
    }

    .reg-end__info p {
        margin-top: 0;
    }

    .reg-end__info .reg-btn {
        display: block;
        margin-top: 38px;
    }

    .reg-end__info .reg-btn .button {
        padding: 17px 10px 16px;
        width: 100%;
    }

    .reg-end--pass {
        overflow: hidden;
    }

    .reg-end--pass .cols {
        padding-bottom: 0;
    }

    .reg-end--pass .col-3 {
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 0 auto 50px;
    }

    .reg-end--pass .col-3:after {
        top: 101%;
        left: -47%;
        transform: rotate(-224deg);
    }

    .reg-end--pass .col-3:nth-child(2):after {
        top: 110%;
        transform: rotate(115deg);
        left: 44%;
    }

    .reg-end--pass .col-3:last-child {
        margin-bottom: 0;
    }

    .reg-end--pass .reg-end__info {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .head > .wrapper {
        padding: 0 15px;
    }

    .head .logo {
        left: 17px;
    }

    .head .burger {
        right: 17px;
        width: 35px;
        height: 30px;
        background-size: contain, 0;
    }

    .head .burger.opened {
        background-size: 0, contain;
    }

    .head-lk, .head-tg {
        right: 80px;
    }

    .head-lk a, .head-tg a {
        padding-left: 36px;
    }

    .head-lk a:before, .head-tg a:before {
        width: 35px;
        height: 35px;
        background-size: 60%;
    }

    .head-lk {
        right: 70px;
    }

    .head-lk a {
        width: 0;
        overflow: hidden;
        color: transparent;
    }

    .head-menu {
        padding: 55px 17px;
    }

    .head-menu a {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
        padding-left: 30px;
    }

    .head-menu a:hover, .head-menu a.active {
        background-position-x: -5px;
    }
    
    .head-lk-popup a {
        color: #6c7a96;
        width: auto;
        padding: 0;
        white-space: nowrap;
    }

    .head-lk:hover .head-lk-popup {
        display: block;
        left: auto;
        right: -60px;
    }

    .store-disc {
        margin: 0;
        width: 100%;
    }
.head .logo img{
	width:auto;
	height:56px;
}	
.slogan{
	left:85px!important;
}
}
