/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 300;
    min-height: 100%;
}


@media screen and (max-width: 479px) {
    html {
        font-size: 18px;

    }
}

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

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
    min-height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #242424;
    min-height: 100%;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: all .2s cubic-bezier(.68, .01, .58, .75);
    color: #FF6645;
}

a:hover {
    color: #e34b2d !important;
}

.center {
    text-align: center;
}

h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.58px;
    line-height: 47px;
    margin: 0 0 30px 0;
}

h2 + .sub-title {
    font-size: 16px;
    font-weight: 300;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.58px;
    line-height: 37px;
    margin: 0 0 30px 0;
}

h4 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.58px;
    line-height: 32px;
    margin: 0 0 30px 0;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.58px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 479px) {
    h2 {
        font-size: 30px;
        line-height: 37px;
    }

    h3 {
        font-size: 24px;
        line-height: 31px;
    }

    h4 {
        font-size: 20px;
        line-height: 27px;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

.wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-v-center {
    display: flex;
    align-items: center;
}

.spacer-h {
    flex-shrink: 0;
    flex-grow: 0;
}

.w15 {
    width: 15px;
}

.m-t-25 {
    margin-top: 25px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-100 {
    margin-top: 100px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-25 {
    margin-bottom: 25px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-100 {
    margin-bottom: 100px;
}

.max-w-1100 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.max-w-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.max-w-900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.max-w-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.max-w-200 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

img.max-w-900,img.max-w-800,img.max-w-700,img.max-w-600,img.max-w-500,img.max-w-400,img.max-w-300,img.max-w-200 {
    display: block;
    width: 100%;
}


.wt300 {
    font-weight: 300 !important;
}
.wt400 {
    font-weight: 400 !important;
}
.wt500 {
    font-weight: 500 !important;
}
.wt600 {
    font-weight: 600 !important;
}
.wt700 {
    font-weight: 700 !important;
}
.wt800 {
    font-weight: 800 !important;
}

.container  {
    padding: 100px 0;
}

.container.circle {
     background-image: url(/img/Lead-Capture-BG.webp);
     background-position: -150px 0px;
     background-repeat: no-repeat;
     background-size: 800px auto;
 }

.container.full-screen {
    height: 100vh;
    display: flex;
    align-items: center;
}

.gray {
    background: #161C20;
    color: #FFF;
}

.gray h2 + .sub-title, .gray h2 + .sub-title  {
    color: #FFFFFF9E;
}

.gray.circle {
    background-image: url(/img/Lead-Capture-BG-2.webp);
    background-position: -150px 0px;
    background-repeat: no-repeat;
    background-size: 800px auto;
}

.circle.right {
    background-position: 800px -250px;
}

.btn, .btn.white.active {
    padding: 0px 18px 0px 18px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    text-transform: None;
    line-height: 1em;
    letter-spacing: 0em;
    color: #FFF;
    border-style: none;
    background: #FF6645;
    border-radius: 150px;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn.white {
    background: #FFF;
    border: 1px solid #FF6645;
    color: #FF6645
}


.btn:hover, a.btn:hover {
    background: #E34B2D;
    color: #FFF !important;
}

.btn.white:hover:not(.active) {
    background: #FFF;
    border: 1px solid #E34B2D;
    color: #E34B2D !important;
}

.btn.btn-inline {
    display: inline-block;
    padding:15px 25px;
    height: auto;
}


.btn.sm {
    font-size: 13px;
    height: 29px;
}

.btn.btn-inline.sm {
    display: inline-block;
    padding:8px 15px;
    font-size: 13px;
}

.btn.lg {
    padding: 0px 40px 0px 40px;
    height: 58px;
}

.mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .flex, .flex-center {
        flex-wrap: wrap;
    }

    .spacer-h {
        display: none;
    }

    .desctop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
}

@media (max-width: 490px) {
    h2 + .sub-title {
        font-size: 18px;
    }
}

@media (max-width: 350px) {
    .wrapper {
        padding: 0 10px;
    }
}

.form-item {
    margin-bottom: 20px;

}

.form-item:not(.form-item-submit) {
    flex-grow: 1;
    width: 30%;
}

.form  input[type=text], .form input[type=password]  {
    background-color: #F5F7FB;
    border-radius: 150px 150px 150px 150px;
    padding: 10px 30px 10px 30px;
    height: auto;
    max-width: 100%;
    width: 100%;
    border: 0 none;
    line-height: 40px;
    outline: none;
    transition: all .3s ease-in-out;
    color: #242424;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CCCCCC;
}
::-moz-placeholder { /* Firefox 19+ */
    color:  #CCCCCC;
}
:-ms-input-placeholder { /* IE 10+ */
    color:  #CCCCCC;
}
:-moz-placeholder { /* Firefox 18- */
    color:  #CCCCCC;
}

.phone-container {
    background-color: #F5F7FB;
    border-radius: 150px 150px 150px 150px;
    padding: 10px 30px 10px 30px;
    transition: all .3s ease-in-out;
}

.gray .form input[type=text], .gray .form input[type=password] {
    background-color: #FFFFFF0D;
    color: #FFFFFF9E;
}

.form-item.error input[type=text], .form-item.phone-container.error {
    box-shadow: 0 0 10px 0.2rem rgba(277, 75, 44, 0.25);
    -webkit-box-shadow: 0 0 10px 0.2rem rgba(277, 75, 44, 0.25);
}

.form-item.phone-container.error input[type=text] {
    box-shadow: none;
    -webkit-box-shadow: none;
}


.phone-container input {
    padding: 0 0 0 42px !important;
    background: none !important;
}

.phone-container {
    display: flex;
}

.country-phone {
    display: flex;
}


.form-message {
    font-size: 16px;
    padding-top: 20px;
    height: 100px;
    margin-bottom: -100px;
}

.form-message .error, div.error {
    color: #e34b2d;
}

.form {
    margin-top:100px;
}

@media (max-width: 768px) {
    .form-item {
        width: 100% !important;
    }

    .form .btn {
        width: 100%;
    }

    .form-item.error input[type=text], .form-item.phone-container.error {
        background: rgba(277, 75, 44, 0.25);
    }

    .form-item.phone-container.error input[type=text] {
        background: none;
    }

    .form {
        margin-top:50px;
    }
}


.payment-container {
    display: flex;
    max-width: 840px;
    margin: 50px auto 0 auto;
}

.payment-help {
    max-width: 840px;
    margin: 50px auto 0 auto;
}


.pay-methods {

}

.pay-methods__item {
    margin-bottom: 15px;
}

.pay-methods__item:last-child {
    margin-bottom: 0px;
}

.pay-methods__item input {
    display: none;
}

.pay-methods__item-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 28px 28px 28px 28px;
    box-shadow: 0px 0px 200px 0px rgb(0 0 0 / 5%);
    padding: 40px 40px 40px 40px;
    cursor: pointer;
    height: 162px;
}

.pay-methods__item input:checked + .pay-methods__item-label {
    background-color: #FF6645;
    color: #FFF;
    box-shadow: none;
}

.pay-methods__item-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.pay-methods__item-info {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.pay-methods__tinkoff-variants {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 15px;
}

.pay-methods__tinkoff-variants-item {
    border-radius: 24px;
    padding: 3px 11px;
    border: 1px solid rgba(0,0,0,0.1);
    width: 48%;
    text-align: center;
}

.pay-methods__tinkoff-variants-item.active {
    border-color: #FF6645;
}

.pay-methods__item input:checked + .pay-methods__item-label .pay-methods__tinkoff-variants-item {
    border-color: #FFF;
}

.pay-methods__item input:checked + .pay-methods__item-label .pay-methods__tinkoff-variants-item.active {
    background-color: #FFF;
    color: #FF6645;
}

.pay-bill {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF6645;
    border-radius: 28px 28px 28px 28px;
    box-shadow: 0px 0px 200px 0px rgb(0 0 0 / 5%);
    background: #FFF;
    padding: 40px 40px 30px 40px;
    min-width: 290px;
    max-width: 300px;
    margin-left: 30px;
}

.price-line {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .pay-bill {
        min-width: 250px;
    }
}

@media (max-width: 635px) {
    .payment-container {
        flex-wrap: wrap;
    }

    .pay-bill {
        min-width: 100%;
        margin-left: 0px;
        margin-top: 50px;
    }
}

@media (max-width: 495px) {
    .pay-methods__item-label {
        height: auto;
    }
}


.ld-line {
    margin: 100px 0px;
    border-bottom: 1px solid #E6E6E6;
}

.grid-5, .grid-4, .grid-3 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 0 auto;
    justify-content: space-between;
    justify-content: center;
}

.grid-5__item {
    width: calc(20% - 30px);
    text-align: center;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}


.grid-5__item img, .grid-4__item img, .grid-3__item img {
    max-width: 80%;
}



.grid-4__item {
    width: calc(25% - 30px);
    text-align: center;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}


.grid-3__item {
    width: calc(33% - 30px);
    text-align: center;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.grid-item {
    text-align: center;
}

.grid-item__title {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .grid-5__item, .grid-4__item, .grid-3__item {
        width: 100%;
    }
}


@media screen and (max-width: 479px) {
    .ld-line {
        margin: 50px 0px;
    }

    .grid-5__item img, .grid-4__item img, .grid-3__item img  {
        max-width: 250px;
    }


}




.faq {
    width: 100%;
}

.faq__item {
    border-bottom: 1px solid #FF6645;
    padding: 40px 0;
}

.faq__item:first-child {
//border-top: 1px solid #c1272d;
}

.faq__item:last-child {
    border: none;
}

.faq__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq__question-icon-container {
    width: 40px;
}

.faq__question-icon {
    width: 40px;
    height: 40px;
    background-color: #FF6645;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq__question-icon-lines {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq__question-icon-lines svg {
    transition: all ease-in-out .3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin: 0 0 0 -1px;
}

.faq__question-text {
    font-weight: bold;
    width: calc(100% - 90px);
}

.faq__answer {
    margin-top: 30px;
    display: none;
    transition: max-height ease-in-out .3s,opacity ease-in-out .3s;
}

.active .faq__answer {
    display: block;
}

.active .faq__question-icon-lines svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.opinions {

}

.opinions-row {
    display: flex;
}

.opinions-row__item {
    margin: 0 20px;
    width: calc(25% - 40px);
}

@media (max-width: 768px) {
    .opinions__more.mobile {
        display: flex !important;
        justify-content: center;
        margin-top: 25px;
    }

    .opinions {
        //background: #C0A9B9;
        //margin: 0 -20px;
    }

    .opinions-mob .slick-slide {
        //display: flex !important;
        //flex-direction: column;
        //align-items: center !important;
        //background: #C0A9B9;
    }

    .opinions__more.mobile .btn {
        width: 40%;
        margin: 0 10px;
    }
}


footer a {
    color: #FFF;
}

.footer__bottom {
    background: #161C20;
    color: #FFF;
    padding: 30px 0;
}

.footer__bottom .wrapper {
    display:  flex;
    justify-content: space-between;
}

.footer__bottom-links {
    display:  flex;
}

.footer__bottom-links a {
    margin-left: 20px;
}

@media (max-width: 500px) {
    .footer__bottom .wrapper, .footer__bottom-links {
        flex-wrap: wrap;
    }

    .footer__bottom-links {
        margin-top: 10px;
        flex-direction: column;
    }

    .footer__bottom-links a {
        margin-left: 0px;
    }
}







input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}


/* CABINET */

.cabinet {
    display: flex;
    background: #f9f9f9;
    width: 100%;
    min-height: 100vh;
}

.cabinet .colored {
    color: #ed6789  !important;
}


.cabinet h1 {
    font-size: 1.85em;
    line-height: 1.2;
    font-weight: 300;
}

.cabinet h2 {
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: 300;
    margin: 30px 0 20px 0;
}

.cabinet h3 {
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 300;
    margin: 30px 0 20px 0;
}

.cabinet h4 {
    font-size: 1.1em;
    line-height: 1.4;
    font-weight:600;
    margin: 20px 0 10px 0;
}

.cabinet__content-card h2:first-child {
    margin-top: 0px;
}

.cabinet__left-menu {
    width: 18rem;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: #ed6789; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ed6789 0%, #ed6789 28%, #f16b8d 69%, #f57092 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ed6789 0%,#ed6789 28%,#f16b8d 69%,#f57092 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ed6789 0%,#ed6789 28%,#f16b8d 69%,#f57092 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6789', endColorstr='#f57092',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 0 16px 16px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cabinet__left-menu-title {
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    padding-top: 40px;
    margin-bottom: 60px;
}

.cabinet__left-menu-nav {
    margin: 0px;
    padding: 0px 20px;
}

.cabinet__left-menu-nav-item {
    list-style-type: none;
}

.cabinet__left-menu-nav-item a {
    border-radius: 16px;
    width: 100%;
    color: #fff;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    padding: 0.75rem 1rem;
    text-decoration: initial;
    position: relative;
    width: 100%;
    transition: opacity 400ms;
    display: inline-block;
}

.cabinet__left-menu-nav-item a:hover, .cabinet__left-menu-nav-item a.active {
    background: rgba(255,255,255, 0.1);
    color: #fff !important;
}

.cabinet__left-menu-nav-item a svg {
    margin-right: 0.5rem !important;
}

.cabinet__content {
    width: 100%;
    min-height: 100%;
    padding-left: calc(18rem + 2.5rem);
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cabinet__content-container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
.cabinet__content-card {
    box-shadow: 0 4px 10px rgb(0 0 0 / 3%) !important;
    background: #FFF;
    border-radius: 16px;
    border: initial;
    padding: 2rem;
}

@media only screen and (max-width: 768px) {
    .cabinet__content {
        padding-left: 0;
        padding-right: 0;
    }

    .cabinet__left-menu {
        display: none;
    }

    .cabinet__content-card {
        padding: 1rem;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        border-radius: 0px;
    }

    .cabinet {
        padding-top: 50px;
    }

    .cabinet__left-menu {
        width: 100%;
        border-radius: 0px;
    }

    .cabinet__mob-menu {
        position: fixed;
        top: 0;
        background: #ffffff;
        z-index: 20;
        height: 53px;
        width: 100%;
        background: #ed6789; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #ed6789 0%, #ed6789 28%, #f16b8d 69%, #f57092 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #ed6789 0%, #ed6789 28%, #f16b8d 69%, #f57092 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #ed6789 0%, #ed6789 28%, #f16b8d 69%, #f57092 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6789', endColorstr='#f57092', GradientType=1); /* IE6-9 fallback on horizontal gradient */
        border-radius: 0 0 16px 16px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cabinet__mob-menu-button {
        position: absolute;
        right: 24px;
        top: 17px;
        width: 30px;
        height: 16px;
        display: block;
    }

    .cabinet__mob-menu-button span {
        width: 30px;
        position: absolute;
        top: calc(50% - 1px);
        background-color: #FFF;
        height: 2px;
        transition: .3s all ease-in-out;
    }

    .cabinet__mob-menu-button span::before {
        content: '';
        width: 30px;
        position: absolute;
        top: -5px;
        background-color: #FFF;
        height: 2px;
        transition: .3s all ease-in-out;
    }

    .cabinet__mob-menu-button span::after {
        content: '';
        width: 22px;
        position: absolute;
        bottom: -5px;
        background-color: #FFF;
        height: 2px;
        transition: .3s all ease-in-out;
    }

    .cabinet__mob-menu-close {
        position: absolute;
        width: 30px;
        height: 32px;
        display: block;
        right: 10px;
        top: 10px;
    }

    .cabinet__mob-menu-close span {
        width: 30px;
        position: absolute;
        top: calc(50% - 1px);
        background-color: #000;
        height: 2px;
        transition: .3s all ease-in-out;
        top: calc(50% - 3px);
        transform: rotate(-45deg);
        background: #FFF;
    }

    .cabinet__mob-menu-close span::after {
        width: 22px;
        position: absolute;
        bottom: -5px;
        background-color: #000;
        height: 2px;
        transition: .3s all ease-in-out;
        content: '';
        top: calc(50% - 1px);
        width: 30px;
        transform: rotate(90deg);
        background: #FFF;
    }

}


.cabinet .datted_table td {
  white-space: nowrap;
  position: relative;
  vertical-align: bottom;
  line-height: 0.6;
  padding-top: 14px;
}

.cabinet strong {
    font-weight: 600;
}

.cabinet__content-card-inner {
    max-width: 600px;
}

.datted_table td.dotted {
    border-bottom: 1px dotted #ccc;
    width: 100%;
}

.cabinet .payment-link {
    margin-top: 25px;
    max-width: 200px;
}

.cabinet .btn {
    background-color: #ed6789;
}
.cabinet .btn:hover {
    background-color: #d95e7e;
}

.cabinet .max-w-900,.cabinet .max-w-800,.cabinet .max-w-700,.cabinet .max-w-600,.cabinet .max-w-500,.cabinet .max-w-400,.cabinet .max-w-300,.cabinet .max-w-200 {
    margin: 0px;
}

.cabinet__content a:not(.btn) {
    color: #ed6789;
}
.cabinet__content a:not(.btn):hover {
    color: #ffa7a0;
}

.cabinet__content .video, .cabinet__content .plyr {
    max-width: 900px;
}

@media only screen and (max-width: 1100px) {
    .video {
        height: 0;
        position: relative;
        padding-bottom: 56.25%;
    }

    .video iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

/*
.btn-back-container {
    margin-right: 15px;
}
 */

a.btn-back {
    display: flex;
    align-items: center;
    color:#afafaf !important;
    font-size: 12px;
    margin: 1.47em 0 -1.47em 0;
}

a.btn-back:hover {
    color: #ffa7a0 !important;
}

.btn-back svg {
    margin-left: -5px;
    margin-right: 5px
}

.lessons {

}

.lessons-item {
    margin-bottom: 20px;
}

.lessons-item__title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

.lessons-item__description {
    margin-bottom: 10px;
}


.sel0 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-weight: 400;
}

.sel0 .border-icon {
    margin-right: 15px;
}

.border-icon {
    border:1px solid #ed6789;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-icon svg {
    color: #ed6789;
    max-wdith: 20px;
    max-height: 20px;
}

.border-icon.sm {
    width: 27px;
    height: 27px;
}

.sel1 {
    border-left: 1px solid #dddddd;
    padding: 0px 0px 10px 27px;
    position: relative;
    color: #afafaf;
}

.sel1.separated:before {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: #FFF;
    top: 0px;
    position: absolute;
    left: -5px;
}

.sel1:after {
    content: "";
    background-image: linear-gradient(160deg, #ed6789, #ed6789, #f97697) !important;
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 20px;
    left: -5px;
    top: 8px;
}

.sel1 > h2:first-child {
    color: #ed6789;
    font-weight: 300;
    margin-top: -10px;
}

.sel1 > h3:first-child {
    color: #ed6789;
    font-weight: 300;
    margin-top: 0px;
}

.sel1 audio, .sel1 .doc-container {
    margin-bottom: 20px;
}

.sel1 ul {
    padding-left: 15px;
    margin: 10px 0;
}

.sel-title {
    color: #ed6789;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 0.2em;
}

.sel-sub-title {
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 0.2em;
}


.doc-container {
    display: flex;
}

.doc-container__icon {
    margin-right: 15px;
}

.doc-container__icon img {
    width: 40px;
    margin-top: 3px;
}



/* LANDING */

.expert {
    display: flex;
    justify-content: space-between;
}

.expert__text {
    max-width: 550px;
}

.expert ul {
    margin-left: 0px;
    padding-left: 0px;
}

.expert ul li, ul.colored li {
    list-style-type: none;
    padding-left: 18px;
    position: relative;
    margin-bottom: 8px;
}

.expert ul li:before, ul.colored li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #FF6645;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 8px;
}

.expert__photo {
    width: 370px;
    flex-shrink: 0;
}

.expert__photo img {
    width: 100%;
    border-radius: 20px;
}


@media only screen and (max-width: 768px) {
    .expert {
        flex-wrap: wrap;
        padding: 0px;
    }

    .expert__text, .expert__text ul, .expert__photo {
        width: 100%;
    }

    .expert__photo {
        order: 1;
        margin-bottom: 40px;
    }

    .expert__text {
        order: 2;
    }

    .expert__text h2 {
        margin-bottom: 32px;
    }
}

.flex-ul-2cols {
    display: flex;
}

.flex-ul-2cols ul {
    width:50%;
    margin: 0px;
}

@media only screen and (max-width: 768px) {
    .flex-ul-2cols {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-ul-2cols ul {
        width:100%;
    }
}

.iti__selected-dial-code {
    display: none;
}

.iti__selected-flag {
    background: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.custom-checkbox {
    margin-bottom: 10px;
    display: block;
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>div {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>div::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+div:hover::before {
    border-color: #FF6644;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+div::before {
    background-color: #FF6644;
    border-color: #FF6644;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+div::before {
    box-shadow: 0 0 0 0.2rem rgba(255,102,68, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+div::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+div::before {
    border-color: #FF6644;
    background-color: #FF6644;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+div::before {
    background-color: #e9ecef;
}

.custom-radio {
    margin-bottom: 10px;
    display: block;
}

/* для элемента input c type="radio" */
.custom-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio>div {
    //display: inline-flex;
    //align-items: start;
    padding-left: 30px;
    position: relative;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio>div::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    //margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: absolute;
    left: 0;
    top: 3px;
    //margin-top: 3px;
}

/* стили при наведении курсора на радио */
.custom-radio>input:not(:disabled):not(:checked)+div:hover::before {
    border-color: #FF6644;
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio>input:not(:disabled):active+div::before {
    background-color: #FF6644;
    border-color: #FF6644;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio>input:focus+div::before {
    box-shadow: 0 0 0 0.2rem rgba(255,102,68, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio>input:focus:not(:checked)+div::before {
    border-color: #80bdff;
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio>input:checked+div::before {
    border-color: #FF6644;
    background-color: #FF6644;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio>input:disabled+div::before {
    background-color: #e9ecef;
}

.custom-form__title {
    font-weight: 500;
    font-size: 18px;
}



.hero-2._3 {
    height: auto;
    background-color: #8576e1;
    background-color: #FF6644;
    background-color: #C0A9B9;
    //background-color: #DD8EA4;
    //background-color: #94A7AE;
    font-size: 20px;
}

.hero-bg-inline {
    background: #FF6644;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
}

.container-3 {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4%;
    padding-left: 4%;
    color: #fff;
}


.hero-inner {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}

.hero-text-col {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.hero-text-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 79px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero-h2._3 {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.2;
}

.hero-h1._3 {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 48px;
    line-height: 1.2;
}

.block-text-470 {
    width: 100%;
    max-width: 470px;
}

.hero-why._2 {
    margin-top: 71px;
    grid-column-gap: 25px;
    -ms-grid-columns: minmax(115px, 76px) minmax(86px, 177px) 1.25fr;
    grid-template-columns: minmax(115px, 76px) minmax(86px, 177px) 1.25fr;
}

.hero-why {
    display: -ms-grid;
    display: grid;
    width: 560px;
    margin-top: 24px;
    margin-bottom: 56px;
    padding-top: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: minmax(0px, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px solid hsla(0, 0%, 100%, 0.24);
}

.par-65 {
    font-size: 20px;
    font-weight: 700;
}

.par-65.m-bottom-12 {
    margin-bottom: 12px;
}

.hero-img-col {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.hero-img-wrapper {
    position: relative;
    z-index: 0;
    width: 40vw;
    max-width: 800px;
    min-width: 600px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}


.hero-boy._3 {
    width: 100%;
}
.hero-boy {
    position: relative;
    z-index: 10;
    width: 100%;
}

.hero-flags-top._3 {
    top: -197px;
    display: block;
}

.hero-flags-top {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}


@media screen and (min-width: 1440px) {
    .hero-flags-top {
        display: block;
    }

    .hero-flags-bottom._3 {
        display: block;
    }

    .hero-flags-bottom {
        display: block;
    }
}

.hero-flags-bottom._3 {
    top: -124px;
}

.hero-flags-bottom {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}


@media screen and (max-width: 767px) {

    .hero-h2._3 {
        line-height: 1.2;
        margin-bottom: 0px;
    }


    .container-3 {
        overflow: hidden;
        max-width: 640px;
        padding-bottom: 0px;
    }

    .hero-inner {
        display: block;
        padding-bottom: 0px;
    }

    .hero-text-col._3 {
        margin-top: 40px;
    }

    .hero-text-col {
        width: 100%;
        padding-right: 0px;
    }

    .hero-text-wrap-2._2 {
        width: 100%;
        padding-top: 0px;
    }

    .hero-h1._3 {
        margin-top: 16px;
    }

    .hero-why {
        width: auto;
        margin-top: 48px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 16px;
        grid-row-gap: 32px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        border-left: 1px solid hsla(0, 0%, 100%, 0.2);
        border-top-style: none;
        border-top-width: 0px;
    }

    .hero-why._2 {
        margin-top: 40px;
        grid-column-gap: 26px;
        grid-row-gap: 15px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }


    .par-65.m-bottom-12 {
        margin-bottom: 0px;
    }

    .par-65 {
        font-size: 18px;
    }

    .hero-img-col {
        display: block;
        overflow: visible;
        width: 100%;
        max-width: 360px;
        margin-top: 40px;
    }

    .hero-img-wrapper {
        width: 100%;
        max-width: 100%;
        min-width: 0px;
    }

    .hero-flags-bottom._3 {
        top: -102px;
    }

    .hero-flags-top._3 {
        top: -127px;
    }
}


@media screen and (max-width: 479px) {
    .container-3 {
        overflow: hidden;
        padding-bottom: 0px;
    }

    .hero-why._2 {
        grid-column-gap: 33px;
        grid-row-gap: 17px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .hero-img-col {
        margin-top: 20px;
        max-width: 100%;
    }

    .hero-flags-bottom._3 {
        top: -70px;
    }

    .hero-flags-top._3 {
        top: -93px;
    }

    .hero-h2._3 {
        font-size: 20px;
    }

    .hero-h1._3 {
        font-size: 43px;
        line-height: 1;
    }

    .hero-p._2 {
        font-size: 17px;
        line-height: 1.3;
    }

    .hero-why._2 {
        margin-top: 10px;
    }

}

.tariff {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.tariff__item {
    border: 1px solid #F3F3F3;
    padding: 60px 40px 40px 40px;
    margin: 0 20px;
    max-width: 400px;
    position: relative;
}

.tariff__item.active {
    background: rgba(0,0,0,0.03);
    border-color: #FF6645;
}

.tariff__item ul {
    margin-left: 0px;
    padding-left: 0px;
}

.tariff__item ul li {
    list-style-type: none;
    padding-left: 35px;
    position: relative;
    margin-bottom: 11px;
}

.tariff__item ul li:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(/ld/hd/img/li.svg) no-repeat;
    border-radius: 5px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.tariff__item span {
    font-weight: 500;
}

.tariff__item-price {
    height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.tariff__item-price-old {
    text-decoration: line-through;
    opacity: 0.6;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.58px;
    line-height: 32px;
}

.tariff__item-price-current {
    font-size: 30px;
    color: #FF6645;
    letter-spacing: -0.58px;
    line-height: 37px;
    font-weight: 600;
}

.tariff__item .btn {
    width: 150px;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -75px;
}

.tariff__item-spacer-btn {
    margin-bottom: 85px;
}

@media screen and (max-width: 600px) {
    .tariff {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .tariff__item {
        padding: 40px 20px 40px 20px;
        margin-left: 0px;
        margin-right: 0px;
        max-width: 100%;
    }

    .tariff__item:first-child {
        margin-bottom: 40px;
    }
}

.loader-btn {
    text-align: center;
}


.reg-tg {
    display: flex;
    flex-direction: column;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 17px;
    align-items: center;
    text-decoration: underline;
}

.reg-tg img {
    width: 90px !important;
    margin-bottom: 15px;
}