@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);

*,:after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    overflow-x: hidden;
    width: 100vw;
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-align: left;
    text-rendering: optimizeLegibility;
    width: 100%}
footer, form, header, main, section {
    position: relative;
    width: 100%}
article, aside, img, nav, section {
    display: block;
}
img {
    height: auto;
    max-width: 100%}
svg {
    fill: currentColor;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: ""}
a {
    -webkit-text-decoration-skip: ink;
    text-decoration: none;
    text-decoration-skip-ink: auto;
}
a:active, a:focus {
    outline: none;
}
hr {
    border: none;
    height: 1px;
}
button, fieldset, input, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    font: inherit;
}
button:active, button:focus, fieldset:active, fieldset:focus, input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    outline: none;
}
button {
    cursor: pointer;
}
html {
    font-size: 16px;
}
body {
    background: white;
    color: #b0b5c1;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow: hidden;
}
#app {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    width: 100%}
h1, h2 {
    color: black;
    font: 600 24px/32px Inter, sans-serif;
}
h3, h4 {
    color: black;
    font: 600 18px/24px Inter, sans-serif;
}
p {
    font: normal 15px/22px Inter, sans-serif;
}
b {
    font-weight: 600;
}
a {
    transition: all .3s ease-out;
}

a svg {
    transition: fill, stroke .3s ease-out;
}
hr {
    background: #b0b5c1;
}
.container {
    grid-gap: 1.75rem 1.5rem;
    background: transparent;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    width: 100%}
.container .content, .container .content-center {
    grid-column: 1/7;
}
.form__line {
    display: flex;
}
.form__line:not(:last-child) {
    margin-bottom: 20px;
}
.form__group {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%}
.form__group span.symbol {
    align-items: center;
    display: flex;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 28px;
    top: 0;
}
.form__group {
    align-items: center;
    flex-direction: row;
}
.form__group > * {
    top: auto !important;
}
.form__tooltip {
    height: 28px;
}
.faq-list__answer {
    padding-bottom: 4px;
}
.form__label {
    color: #50535a;
    font: 600 13px/16px Inter, sans-serif;
    letter-spacing: .6px;
    margin-bottom: .8125rem;
    text-transform: uppercase;
}
.form__input, .form__textarea {
    background: white;
    border: 2px solid #EEEEEE; 
    border-radius: 8px;
    color: black;
    font: 600 18px/24px Inter, sans-serif;
    transition: 0.2s ease-in-out;
    width: 100%}
.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    color:  #CBCCD0;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
.form__input::placeholder, .form__textarea::placeholder {
    color: #CBCCD0;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
.form__input:focus, .form__textarea:focus {
    border: 2px solid #CBCCD0;
}
.form__input.error, .form__textarea.error {
    outline: 2px solid #DA0000;
    border: none !important;
}
.getpromo.popup__module.popup__module--center.popup__module--open .popup__close {
    right:48px;
}
.form__textarea {
    min-height: 92px;
    padding: .875rem 3.875rem;
    resize: none;
}
.form__input {
    height: 68px;
    padding: 0 5.375rem 0 3.875rem;
}
.form__input[type=text]::-ms-clear, .form__input[type=text]::-ms-reveal {
    display: none;
    height: 0;
    width: 0;
}
.form__input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
}
.form__input[type=number]::-webkit-inner-spin-button, .form__input[type=number]::-webkit-outer-spin-button {
    display: none;
}
.form__input[name=promo].active {
    background: #F5F5F5;
    border: 2px solid #EEEEEE !important;

}
.form__input[name=promo].active:hover{
    border: 2px solid #EEEEEE !important;
}
.form__input[name=promo].active:active{
    border: 2px solid #EEEEEE !important;
}
.form__error, .form__error-2 {
    color: #DA0000;
    display: none;
    font-size: 15px;
    line-height: 22px;
    margin-top: 12px;
    transition: all .6s ease-out;
}
.form__error-2.open, .form__error.open {
    display: block;
}
.form .select {
    position: relative;
}
.form .select-image {
    align-items: center;
    display: flex;
    height: 100%;
    left: 24px;
    position: absolute;
    top: 0;
}
.form .select-image svg {
    fill: #b0b5c1;
    flex: none;
}
.form .select-image svg.visa {
    height: 18px;
    width: 90px;
}
.form .select-image svg.mir {
    height: 13px;
    width: 50px;
}
.form .select-image svg.visa-mir {
    height: 15px;
    width: 128px;
}
.form .select-image svg.sbp {
    height: 34px;
    width: 64px;
}
.form .select-image svg.jcb {
    height: 28px;
    width: 38px;
}
.form .select-image svg.apple {
    height: 24px;
    width: 57px;
}
.form .select-image svg.google {
    height: 24px;
    width: 60px;
}
.form .select-image svg.samsung {
    height: 24px;
    width: 89px;
}
.form__button .button a:hover, .listdo_form_button:hover {
    box-shadow: 0 0 0 2px #000;
}
.form .select-image svg.union {
    height: 28px;
    width: 49px;
}
.form .select-image svg.yandex {
    height: 24px;
    width: 68px;
}
.form .select-image svg.tinkoff {
    height: 24px;
    width: 74px;
}
.form .select-arrow {
    display: flex;
    position: absolute;
    right: 24px;
    top: 32.5px;
}
.form .select-arrow--rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.form .select-arrow svg {
    flex: none;
    height: 9px;
    width: 14px;
}
.form .select-options {
    border-radius: 4px;
    display: none;
    flex-direction: column;
    height: 296px;
    overflow: auto;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 2500;
}
.form .select-options::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}
.form .select-options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px hsla(0, 0%, 100%, .66);
}
.index__video index__video-image{
    margin-top: -60px;
}
.main_button{
    width: 524px;
    height: 144px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 48px;
    padding-top: 32px;
    gap: 8px;
    flex-direction: column;
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    cursor: pointer;
}
.main_button > img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius:24px;
    width:100%;
    height:100%;
    object-fit:cover;
}
.main_button_title{
    color: white;
    text-align: left;
    max-width: 238px;
    line-height: 26px;
    font-size: 19px;
    font-weight: 600;
}
.main_button_get_promo{
    display: flex;
    gap: 5px;
    color: white;
    cursor: pointer;
    width: 200px;
    transition: 0.2s all;
}
.main_button:hover .main_button_get_promo{
    opacity: 0.6;
}
.form .select-options::-webkit-scrollbar-thumb {
    background: #eb9900;
    outline: 1px solid #22252d;
}
.form .select-options::-webkit-scrollbar-corner {
    background: #eb9900;
}
.form .select-options::-webkit-resizer {
    background: #22252d;
}
.form .select-options--open {
    display: flex;
}
.form .select-options__item:not(:last-child) .select-options__link {
    border-bottom: 1px solid #22252d;
}
.form .select-options__link {
    align-items: center;
    background: #282d36;
    display: flex;
    height: 74px;
    justify-content: space-between;
    padding: 0 1.5rem;
}
.form .select-options__link.active .select-options__check {
    display: flex;
}
.form .select-options__icon {
    align-items: center;
    display: flex;
}
.form .select-options__icon svg {
    fill: #50535a;
    flex: none;
}
.form .select-options__icon svg.visa {
    height: 18px;
    width: 90px;
}
.form .select-options__icon svg.mir {
    height: 13px;
    width: 50px;
}
.form .select-options__icon svg.visa-mir {
    height: 15px;
    width: 128px;
}
.form .select-options__icon svg.sbp {
    height: 34px;
    width: 64px;
}
.form .select-options__icon svg.jcb {
    height: 28px;
    width: 38px;
}
.form .select-options__icon svg.apple {
    height: 24px;
    width: 57px;
}
.form .select-options__icon svg.google {
    height: 24px;
    width: 60px;
}
.form .select-options__icon svg.samsung {
    height: 24px;
    width: 89px;
}
.form .select-options__icon svg.union {
    height: 28px;
    width: 49px;
}
.form .select-options__icon svg.yandex {
    height: 24px;
    width: 68px;
}
.form .select-options__icon svg.tinkoff {
    height: 24px;
    width: 74px;
}
.form .select-options__check {
    align-items: center;
    background: #eb9900;
    border-radius: 50%;
    display: none;
    height: 24px;
    justify-content: center;
    width: 24px;
}
.form .select-options__check svg {
    flex: none;
    height: 11px;
    margin-top: 2px;
    width: 15px;
}
.form .select-tabs {
    display: none;
}
.form__action {
    display: none;
    position: absolute;
    top: 27px;
}
.form__action a {
    align-items: center;
    color: #b0b5c1;
    display: flex;
}
.form__action a svg {
    stroke: black;
    flex: none;
    height: 20px;
    width: 22px;
}
.form__action.open {
    display: block;
}
.form__action--check {
    right: 54px;
}
.form__action--close {
    right: 22px;
}
.form__icon {
    flex: none;
    left: 22px;
    position: absolute;
    top: 25px;
}
.form__icon img {
    height: 24px;
    width: 24px;
}
.form__link {
    position: absolute;
    right: 24px;
    top: 26px;
}
.form__link svg {
    flex: none;
    height: 22px;
    width: 22px;
}
.form__link span {
    display: none;
}
.form__tooltip {
    display: none;
    position: absolute;
    right: 24px;
    top: 26px;
    
}
.default_tooltip{
    position: relative;
    transition: 0.3s all;
    margin-right: 28px;
}
.default_tooltip div{
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
}
.form__tooltip svg {
    flex: none;
    height: 22px;
    width: 22px;
}
.form__tooltip span {
   /*display: none;*/
   width: max-content !important;
}
.form__button {
    margin-top: 1.5625rem;
}

.accepted__text{
    color: #999B9D;
    font-weight: 400;
}
.button a {
    align-items: center;
    background: #121212;
    border-radius: 96px;
    color: white;
    display: inline-flex;
    font: 500 15px/1 Inter, sans-serif;
    height: 56px;
    justify-content: center;
    letter-spacing: 1px;
    width: 163px;
    text-align: center;
    white-space: nowrap;
}
.button--link a {
    background: transparent;
    color: black;
    font-weight: 600;
    height: auto;
    padding: 0;
    text-transform: none;
    color: #121212;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

.acceptpromo__main{
    display: flex;
    flex-direction: column;
    width: 343px;

}
.acceptpromo__title{
    display: flex;
    justify-content: space-between;
    align-items: center;
gap:16px;
font-size: 24px;
font-weight: 600;
line-height: 30px;
text-align: left;
color: black;
margin-bottom: 14px;
}
.acceptpromo__subtitle{
font-size: 18px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #999B9D;
margin-bottom: 40px;

}
.acceptpromo__promo{
    display: flex;
    width: 100%;
    border: 2px solid #EEEEEE;
    background: #F5F5F5;
    display: flex;
    align-items: center;height: 68px;
    border-radius: 8px;
    padding-left: 24px;
    font-weight: 600;
    justify-content: space-between;
    padding-right: 24px;
    margin-bottom: 24px;
}

.acceptpromo__promo_text{
    color: black;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.acceptpromo__promo_text span{
    color: #999B9D;
}
.acceptpromo__subtitle span{
    color: black;
    font-weight: 600;
}
.acceptpromo__promo_copy{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acceptpromo__button{
    align-items: center;
    background: #121212;
    border-radius: 96px;
    color: white;
    display: inline-flex;
    font: 500 15px / 1 Inter, sans-serif;
    height: 56px;
    justify-content: center;
    letter-spacing: 1px;
    padding: 0 2.5rem;
    text-align: center;
    white-space: nowrap;
    width: 249px;
    cursor: pointer;
}
.getpromo{
    width: 800px !important;
}
.getpromo__main{
    display: flex;
    flex-direction: column;
}
.getpromo__title{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: black;
    margin-bottom: 16px;
}
.getpromo__subtitle{
font-size: 18px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #999B9D;
margin-bottom: 40px;
}
.getpromo__listdo{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
.listdo_item{
    padding: 32px;
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 16px;
    max-width: 320px;
    width: 100%;
}
.item_full{
    max-width: 100%;
    width: 100%;
}
.listdo_item_num{
    
font-size: 24px;
font-weight: 600;
line-height: 24px;
text-align: left;
    color: black;
    margin-bottom: 16px;
}
.listdo_item_title{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #999B9D;
}
.copy_href{color: black;
display: flex;
font-weight: 600;
cursor: pointer;
margin-top: 16px;
font-size:18px;
gap: 8px;}
.item_full{
    position: relative;
    padding-bottom: 32px;
}
.form__group:has(.form__input.error, .form__textarea.error) {
    flex-wrap:wrap;
}
.form__group:has(.form__input.error, .form__textarea.error) .form__icon {
    top:22px !important;
}
.form__group:has(.form__input.error, .form__textarea.error) .form__link {
    top:16px !important;
}
.form__group:has(.form__input.error, .form__textarea.error) span.symbol {
    top:21px !important;
    height:auto;
}
.form__group:has(.form__input.error, .form__textarea.error) .form__tooltip {
    top:20px !important;
}
.form__group:has(.form__input.error, .form__textarea.error) .form__action.form__action--close.open {
    top:24px !important;
}
.item_full index__video-image{
    width: 218px;
    object-fit: contain;
    top: -75px;
    position: absolute;
    right: 0;
}
.listdo_form{
    margin-top: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 24px;
}
.listdo_form_input{
    width: 100%;
    position: relative;
    
}
.listdo_form_input img{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 24px;
    top:22px;
}
.listdo_form_input input{
    width: 100%;
    height: 68px;
    background: white;
    border: 2px solid #EEEEEE;
    padding-left: 60px;
    color: black;
    border-radius: 8px;
    font-weight: 600;
}
.listdo_form_input input::placeholder{
    color: #CBCCD0;
    font-weight: 400;
}
.listdo_form_button{
    width: 163px;
    align-items: center;
    position: relative;
    background: #121212;
    border-radius: 96px;
    color: white;
    display: inline-flex;
    font: 500 15px / 1 Inter, sans-serif;
    height: 56px;
    justify-content: center;
    padding: 0 2.5rem;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.listdo_form_button .ellipse{
    display: none;
    position: absolute;
    left: 72px;
    top: 18px;
}

.listdo_form_input .error{
    border: 2px solid #DA0000 !important;
}
.listdo_form_button.find span{
    visibility: hidden;
}
.listdo_form_button.find .ellipse{
    display: block;
    animation: rotating 2s linear infinite;
}

#errorshow {
    color: #DA0000;
    position: absolute;
    left: 0;
    top: 75px;
}
@keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
header {
    z-index: 3000;
    margin-bottom: 20px;
}
header .container {
    height: 5.75rem;
    padding: .875rem 1.5rem;
}
header .container .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}
header .container .header-logo a {
    display: flex;
}
header .container .header-logo a img {
    flex: none;
    height:100%;
    width: 100%;
}
header .container .header-menu {
    display: none;
}
header .container .header-menu-bar {
    display: flex;
    position: absolute;
    right: 0;
    top: 22px;
}
header .container .header-menu-bar a {
    align-items: center;
    display: flex;
}
header .container .header-menu-bar a img {
    flex: none;
    height: 20px;
    width: 24px;
}
main {
    z-index: 2000;
    margin-right: auto;
    margin-left: auto;
}
footer {
    z-index: 1000;
}
footer .container {
    border-top: 1px solid #22252d;
    padding: 2.875rem 1.5rem 2.125rem;
}
footer .container .footer, footer .container .footer__group {
    display: flex;
    flex-direction: column;
}
footer .container .footer-menu {
    display: flex;
    margin-bottom: 2.5rem;
}
footer .container .footer-menu ul {
    display: flex;
    gap: 24px;
    align-items: center;
}
#pays h2{
    text-align: center;
}
.list_pay{
    gap: 40px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    margin-top: 33px;
}
.list_pay_row {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}
.list_pay_row:not(.list_pay_row:last-child) {
    margin-bottom:20px;
}
footer .container .footer-menu ul li a {
    align-items: center;
    color: black;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}
footer .container .footer-menu ul li a svg {
    fill: #b0b5c1;
    flex: none;
    margin-right: 10px;
    transition: all .3s ease-out;
}
footer .container .footer-menu ul li a svg.vk {
    height: 11px;
    width: 20px;
}
footer .container .footer-menu ul li a svg.telegram {
    height: 14px;
    width: 16px;
}

footer .container .footer-bank__image {
    display: flex;
}
.footer-bank{
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    width: 149px;
    height: 72px;
}
.footer-bank img{
    width: 80px;
    height: auto;
}
.footer-bank span{
font-size: 8px;
font-weight: 600;
line-height: 10px;
letter-spacing: 0.9999999403953552px;
color: #999B9D;
text-transform:uppercase;
}
footer .container .footer-bank__image img {
    flex: none;
    height: 46px;
    width: 144px;
}
footer .container .footer-bank__desc {
    color: #50535a;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.25;
    margin-top: .5rem;
    text-transform: uppercase;
}
footer .container .footer-copyright {
    margin-top: 2.375rem;
}
footer .container .footer-copyright img {
    display: none;
}
.object {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
}
.object-animation {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.form__text {
    align-items: center;
    display: flex;
}
.form__text a{
    color: black;
}
.checkbox {
    opacity: 0;
    position: absolute;
}
.checkbox-label {
    align-items: center;
    background: white;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin-right: 16px;
    min-width: 32px;
    transition: all .3s ease-out;
    width: 32px;
}
.checkbox-label:hover {
    border: 2px solid #CBCCD0
}
.checkbox-label svg {
    stroke: #eb9900!important;
    height: 12px;
    opacity: 0;
    width: 18px;
}
.checkbox:checked+.checkbox-label svg {
    opacity: 1;
}
.hover_tooltip{
    display: none;
}
.form__tooltip:hover .hover_tooltip{
    display: block;
}
.def{
    transition: 0.5s all;
}
.form__tooltip:hover .default_tooltip .def{
   opacity: 0;
}
.menu {
    -webkit-overflow-scrolling: touch;
    background: rgba(34, 37, 45, .6);
    bottom: 0;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 5000;
}
.menu>* {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.menu__close {
    display: flex;
    position: absolute;
    right: 24px;
    top: 36px;
    z-index: 9999;
}
.menu__close svg {
    stroke: black;
    flex: none;
    height: 20px;
    width: 24px;
}
.menu .main {
    background: white;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 24px;
    overflow-x: hidden;
    padding: 6rem 2.5rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding-bottom: 0;
    padding-right: 0;
    justify-content: space-between;
    transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}
.menu .main-menu {
    display: flex;
    margin-bottom: 0;
    opacity: 0;
    z-index: 55;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.menu .main-menu ul {
    display: flex;
    flex-direction: column;
    width: 100%}
.menu .main-menu ul li:not(:last-child) {
    margin-bottom: 24px;
}
.menu .main-menu ul li a {
    align-items: center;
    color: black;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}
.menu .main-menu ul li a svg {
    fill: #b0b5c1;
    flex: none;
    margin-right: 10px;
}
.menu .main-menu ul li a svg.vk {
    height: 11px;
    width: 20px;
}
.menu .main-menu ul li a svg.telegram {
    height: 14px;
    width: 16px;
}
.menu .main__image {
    bottom: 0;
    flex: none;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 2.4s ease-in-out;
    width:100%;
}
.menu .main__image img {
    height: 294px;
    width: 296px;
}
header .container {
    padding: 0 !important;
    grid-template-columns: auto !important;
}
.like_button{
     width: 215px;
    height: 48px;
    border-radius: 96px;
    border: 2px solid #EEEEEE;
    
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.form__text p,.login__text p {
    color: #999B9D;
}
.like_button a{
    text-transform:  none !important;
    height:100%;
    width:100%;
    justify-content:center;
}
.like_button:hover{
    border: 2px solid #CBCCD0;
}
.main-menu .like_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 48px;
}
.form__text .checkbox-label img{
    display: none;
}
#agreement:checked + label img{
    display: block;
}
.checkbox.empty + label{
    border: 2px solid #ff3a30;
}
.menu--open {
    opacity: 1;
    visibility: visible;
    background:#EEEEEE;
}
.menu--open .main {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu--open .main-menu, .menu--open .main-social {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.menu--open .main__image {
    opacity: 1;
    position:absolute;
}
.menu--open .main__image img {
    width:100%;
    height:100%;
    object-fit:contain;
}
.login__main {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.login__title {
    margin-bottom: 1.3125rem;
}
.login__button {
    margin-top: 1.875rem;
}
.login__image {
    margin-top: 2.25rem;
}
.login__image img {
    height: 69px;
    width: 216px;
    border-radius:16px;
}
.email__main {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.email__title {
    margin-bottom: 1.3125rem;
}
.accepted__main {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
    width: 343px;
    transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
.accepted__image {
    margin-bottom: 2.625rem;
}
.accepted__image img {
    height: 65px;
    width: 191px;
}
.accepted__title {
    margin-bottom: 1.125rem;
}
.accepted__button {
    margin-top: 1.875rem;
}
.accepted-social {
    background: #0384c5;
    border: 1px solid hsla(0, 0%, 100%, .16);
    border-radius: 16px;
    margin-top: 2.125rem;
    overflow: hidden;
    padding: 1.5rem 1rem;
    position: relative;
}
.accepted-social__text {
    margin-bottom: .5rem;
}
.accepted-social__text p {
    color: hsla(0, 0%, 100%, .8);
    font-size: 13px;
    line-height: 21px;
}
.accepted-social__link a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.accepted-social__link a svg {
    fill: #fff;
    flex: none;
    height: 14px;
    margin-right: .5rem;
    width: 16px;
}
.accepted-social__image {
    bottom: -38px;
    position: absolute;
    right: -5px;
}
.accepted-social__image svg {
    height: 151px;
    width: 173px;
}
.popup {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    height: 100vh;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 9000;
}
.popup>* {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.popup-overlay {
    background: rgba(238, 238, 238, .6);
    left: 0;
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%}
.popup-overlay, .popup__module {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.popup__module {
    background: white;
    display: flex;
    flex-direction: column;
    left: 24px;
    opacity: 0;
    overflow: auto;
    padding: 6rem 2.5rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out;
    transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    visibility: hidden;
    width: calc(100% - 24px);
    z-index: 9100;
}
.popup__module--open {
    opacity: 1;
    visibility: visible;
}
.popup__module--open .accepted__main, .popup__module--open .email__main, .popup__module--open .login__main {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.popup__close {
    display: flex;
    position: absolute;
    right: 24px;
    top: 36px;
    z-index: 9999;
}
.popup__close svg {
    stroke: #121212;
    flex: none;
    height: 20px;
    width: 24px;
}
.popup--open {
    opacity: 1;
    visibility: visible;
}
.popup--open .popup__module {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.popup--open .popup__module .accepted__main, .popup--open .popup__module .email__main, .popup--open .popup__module .login__main {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#index {
    z-index: 2200;
}
#index .container {
    padding-top: 3rem;
}
#index .container .index {
    display: flex;
    flex-direction: column;
}
#index .container .index__title {
    margin-bottom: 26px;
}
#index .container .index-calculation {
    border-top: 1px solid #22252d;
    display: flex;
    flex-direction: column;
    height: 0;
    margin: 0 -1.5rem;
    opacity: 0;
    padding: 0 1.5rem;
    transition: opacity .6s ease-in-out;
    visibility: hidden;
    z-index: 2300;
}
#index .container .index-calculation--open {
    height: auto;
    margin-top: 2.5rem;
    opacity: 1;
    padding-top: 2.375rem;
    visibility: visible;
    gap: 24px;
}
#index .container .index-calculation__item {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
#index .container .index-calculation__item:nth-child(3n) {
    display: none;
}
#index .container .index-calculation__item:nth-child(4n) {
    display: none;
}

#index .container .index-calculation__title {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    margin-right: 1.25rem;
    position: relative;
    color: #CBCCD0;
    width: 64%}
#index .container .index-calculation__tooltip {
    display: inline-flex;
    margin-left: .5rem;
    vertical-align: middle;
}
#index .container .index-calculation__tooltip[area-expanded=true] span {
    display: block;
}
#index .container .index-calculation__tooltip svg {
    fill: #b0b5c1;
    stroke: #b0b5c1;
    flex: none;
    height: 19px;
    width: 19px;
}
#index .container .index-calculation__tooltip span {
    background: #181a21;
    border-radius: 2px;
    color: #fff;
    display: none;
    font-size: 12px;
    left: 0;
    line-height: 15px;
    padding: .75rem 1rem;
    position: absolute;
    top: 40px;
    width: 274px;
    z-index: 2400;
}
#index .container .index-calculation__value {
    align-items: end;
    color: #999B9D;
    display: flex;
    font-size: 18px;
    line-height: 21px;
}
#index .container .index-calculation__value span {
    line-height: 24px;
    white-space: nowrap;
}
#index .container .index-calculation__value span.indent {
    color: #999B9D;
    margin-right: .3125rem;
    font-weight: 600;
    font-size: 20px;
}
#index .container .index-calculation__value span.normal {
    font-weight: 400;
}
#index .container .index-calculation__value span.service {
    display: none;
}
#index .container .index-calculation__value span.service.open {
    display: inline-block;
    font-weight: 600;
    margin-left: .5rem;
}
#index .container .index-calculation__value span.service span:nth-child(2) {
    margin-left: .3125rem;
}
#index .container .index-calculation__value span.sum {
    font-weight: 600;
}
#index .container .index-calculation__value span.promo {
    color: #999B9D;
    font-weight: 400;
    margin-right: .625rem;
}
#index .container .index-calculation__value span span.yellow {
    color: black;
}
#index .container .index__video {
    flex-direction: column;
}
#steps {
    z-index: 2100;
}
#steps .container .steps__title {
    margin-bottom: 2rem;
    text-align: center;
}
#steps .container .steps-list {
    display: flex;
    flex-wrap: wrap;
}
#steps .container .steps-list__item {
    background: #F5F5F5;
    border-radius: 24px;
    display: flex;
    flex-direction: column-reverse;
    flex-grow: 1;
    justify-content: space-between;
    width: calc(50% - .5rem);
    padding: 48px 32px 48px 32px;
    height: 228px;
}
#steps .container .steps-list__item:nth-child(odd) {
    margin-right: 1rem;
}
#steps .container .steps-list__item:nth-child(n+3) {
    margin-top: 1rem;
}
#steps .container .steps-list__count {
    color: #121212;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 1.75rem;
    text-align: right;
}
#faq .container {
    padding-bottom: 3.75rem;
}
#faq .container .faq-list__item:not(:last-child), #faq .container .faq__title {
    text-align: center;
    margin-bottom: 2rem;
}
#faq .container .faq-list__question {
    cursor: pointer;
    display: flex;
}
#faq .container .faq-list__question[area-expanded=true]+.faq-list__answer {
    display: block;
    padding-bottom: 8px;
    padding-top: 32px;
    padding-left:0;
}
#faq .container .faq-list__question[area-expanded=true] .faq-list__icon svg {
    stroke: #b0b5c1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#faq .container .faq-list__icon {
    display: flex;
    margin-right: 1rem;
}
#faq .container .faq-list__icon svg {
    stroke: black;
    flex: none;
    height: 24px;
    width: 24px;
}
#faq .container .faq-list__answer {
    display: none;
    margin-top: 32px;
}
.faq-list__text p {
    font-size: 16px;
    color: #999B9D;
    line-height: 22px;
}
#faq .container .faq-list__text p:not(:first-child) {
    margin-top: 1.5rem;
}
#faq .container .faq-list__text ul {
    margin: 1.5rem 0 0 1rem;
    margin-left:0;
}
#faq .container .faq-list__text ul li {
    position: relative;
}
#faq .container .faq-list__text ul li:before {
    background: #b0b5c1;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    top: 8.5px;
    width: 5px;
}
#faq .container .faq-list__text ul li p {
    text-indent: 16px;
}
.copy_message{
    position: fixed;
    right: 24px;
    bottom: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
    color:#999B9D;
    font-size: 15px;
    background-color: rgba(18, 18, 18, 0.6);
    border-radius: 8px;
    z-index: 55555555;

    opacity: 0;
    transition: 0.4s opacity;
}
.copy_message.active {
    visibility: visible;
    opacity: 1;
}
#faq .faq-list__text{
    text-align: left;
}

.page-template-default .container {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.page-template-default .container h1 {
    margin-bottom: 2rem;
}


#error .container {
    padding-bottom: 5.75rem;
    position: static;
}
#error .container .error__image {
    -webkit-animation: movement 48s linear infinite;
    animation: movement 48s linear infinite;
    display: flex;
    left: 0;
    position: absolute;
    top: 3rem;
    width: 4320px;
}
#error .container .error__image--left, #error .container .error__image--right {
    flex: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%}
#error .container .error__image--left img, #error .container .error__image--right img {
    height: 130px;
    width: 100%}
#error .container .error__image--right {
    left: 50%}

.faq-list__item {
    background: #F5F5F5;
    border-radius: 24px;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    margin-bottom: 8px !important;
}
.faq__title {
    margin-bottom: 40px !important;
}
h2 {
    font-size: 32px;
}
.faq-list__title h4 {
    font-size: 24px;
    text-align: left;
}
.steps-list__text p {
    color: #999B9D;
}
#faq .container .faq-list__question {
    padding: 0 !important;
}
.footer-copyright p {
    color: #999B9D;
    font-size: 16px;
    line-height: 22px;
}
#checklink {
    border: 2px solid #EEEEEE;
    transition: 0.4s border;
}
#checklink:hover {
    border: 2px solid #CBCCD0;
}
.index__video-image {
    position: relative;
    background: #FFF;
    z-index: -1;
    display: flex;
    align-items: end;
    height: 616px;
}
#index .container .index {
    align-items: end;
}
.index__video-image img {
    width: 100% !important;
    height: 517px !important;
    left: -10px;
    position: relative;
}
.index__video-bg {
    border-radius: 24px;
    background: #F5F5F5;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -2;
    max-width: 524px;
    max-height: 484px;
}
.index__title h1 {
    font-size:40px;
    line-height: 48px;
}
#index .container .index__form {
    /*height:auto !important;*/
}
.listdo_item.item_full > img {
    position: absolute;
    right: -4px;
    top: -65px;
    max-width: 218px;
    max-height: 202px;
    width: 100%;
    height: 100%;
}
.listdo_item.item_full #errorshow {
    position:relative;
    top:12px;
    line-height:22px;
}
.page-template-default .entry-content{
    margin-bottom:40px;
}
.page-template-default p {
    color:#999B9D;
}
#error a,#about a {
    color:#121212;
}

@-webkit-keyframes movement {
    0% {
    left: 0;
}
to {
    left: -2160px;
}
}@keyframes movement {
    0% {
    left: 0;
}
to {
    left: -2160px;
}
}#error .container .error__main {
    margin-top: 12.625rem;
}
#error .container .error__title {
    margin-bottom: 1.625rem;
}
#error .container .error__title h1 span {
    color: black;
}
@media(prefers-reduced-motion:reduce) {
    * {
    -webkit-animation-duration: .01ms!important;
    animation-duration: .01ms!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important;
    scroll-behavior: auto!important;
    transition-duration: .01ms!important;
}

}
@media screen and (min-width:660px) and (max-width: 992px){
    header .container {
        padding-left:24px !important;
        padding-right:24px !important;
    }
    .footer.content {
        align-items:start !important;
    }
}
@media screen and (max-width:660px) {
    .copy_message{
        right: 3px;
        left: 3px;
        bottom: 2px;
        width: 100%;
        max-width: 98.8%;
        text-align: center;

    }
    
    .getpromo__title{
        font-size: 18px;
        line-height: 24px;
    }
    .getpromo__subtitle{
        font-size: 15px;
        line-height: 22px;
    }
    .acceptpromo__main{
        width: 100%;
    }
    .listdo_item_num{
        font-size: 18px;
        line-height: 24px;
    }
    .getpromo__subtitle{
        margin-bottom: 24px;
    }
    .acceptpromo__title{
        font-size: 18px;
        line-height: 24px;
    }
    .acceptpromo__title img{
        width: 48px;
        height: 48px;
    }
    .acceptpromo__subtitle{
        font-size: 15px;
        line-height: 22px;
    }
    .acceptpromo__button{
        margin-right: auto;
        width: 165px;
    }
    .acceptpromo__subtitle{
        margin-bottom: 24px;
    }
    .listdo_form{
        flex-direction: column;
    }
    .listdo_form_button{
        margin-right: auto;
    }
    .item_full{
        padding-bottom: 62px;
    }
    #errorshow{
        top: 150px;
    }
    .getpromo{
        width: 100% !important;
        padding-left: 8px;
        padding-right: 8px;
    }
    .getpromo__main, .getpromo__listdo{
        width: 100%;
        max-width: 96%;
    }
    .getpromo__title, .getpromo__subtitle{
        padding-left: 32px;
    }
    
    .getpromo__subtitle{
        width: 274px;
    }
    .getpromo__listdo{
        gap: 8px;
    }
    .item_full index__video-image{
        display: none;
    }
    .item_full, .listdo_item{
        max-width: none;
    }
    header .container {
        height: 5.75rem;
        padding: .875rem 1.5rem !important;
        padding-bottom: 0 !important;
        height: 82px;
    }
    .list_pay{
        flex-wrap: wrap;
    }
.faq-list__title h4{
    text-align: left;
}
    .container {
    width: 100%}
#index .container .index-calculation__title {
    width: 44%}
#index .container .index-calculation__tooltip span {
    top: 64px;
}
.index__title h1{
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}

.index__title h1 span{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
#index .container{
    padding-top: 33px;
    padding-bottom: 0;
}
#pays .container {
    padding-top:40px;
}
#index .container .index__title {
    margin-bottom:21px;
}
.form__button a {
    width: 100%;
}
.checkbox-label {
    position:relative;
    top:6px;
    margin-right:20px;
}
.form__text p {
    font-size:16px;
    line-height:22px;
    color:#999B9D;
}
.login__text p {
    color:#999B9D;
}
   
#index .container .index__video img{

}
.index__video {
    position: relative;
    height: auto;
}
.main_button{
    background-repeat: no-repeat;
    background-size: contain;
    height: 140px;
    margin-left: 0;
    padding-left: 20px;
    padding-top: 32px;
    margin-top: 40px;
    margin-left: -18px;
    position: relative;
    background-size: 100% 100%;
    margin-left: 0;
    left: -20px;
    width: calc(100% + 40px) !important;
}
header {
    margin-bottom: 0;
}
#index .container .index {
    align-items: normal;
}
.main_button_title{
    font-size: 18px;
    line-height: 24px;
}
.container{
    padding-left: 24px;
    padding-right: 24px;
}
.list_pay{
    margin-top: 24px;
    gap:20px;
    justify-content: center;
}
#steps .container .steps__title {
    margin-bottom: 24px;
}
#steps .container .steps-list__item {
    padding: 23px 20px 25px 20px;
    height: 166px;
}
h2 {
    font-size: 24px;
    line-height:30px;
}
.steps-list__text {
    overflow:hidden;
}
.faq__title {
    margin-bottom:24px !important;
}
.faq-list__answer {
    margin-top:0 !important;
    padding-top:17px !important;
}
.faq-list__text p {
    font-size:15px;
}
#faq .container .faq-list__text ul {
    margin-top:20px;
}
.faq-list__item {
    background: none;
    padding: 0;
}
.faq-list__item:last-child {
    margin-bottom:0 !important;
}
.faq-list__title h4 {
    font-size: 18px;
}
#faq .container .faq-list__answer {
    margin-top: 17px;
}
.list_pay_item{
    width: 23%;
}
footer .container {
    border:none;
}
 .footer-menu{
    width: 100%;
    flex-direction: column;
}
.footer-menu ul{
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .container{
    padding-top: 0;
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
}
footer .container .footer-copyright{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
}
.footer-bank {
    width: 100%;
    gap:8px;
}
.footer-bank span {
    letter-spacing:1px;
}
.index__video-image {
    display: none;
}
.faq-list__item {
    margin-bottom: 24px !important;
}
.faq-list__answer {
    padding-bottom: 0px;
}
#faq .container {
    padding-bottom: 56px;
}
.menu .main-menu ul li a {
    font-size: 16px;
}
.form__link {
    width: 24px;
    height: 24px;
}
.form__link svg {
    width: 24px;
    height: 24px;
    color: #999B9D;
    background: #EEEEEE;
    border-radius: 50px;
}
.form__input {
    padding-right: 0;
}
.form.index__form {
    height: auto;
}
.listdo_item {
    padding: 24px 32px 24px 32px;
}
#checklink {
    font-size: 18px;
}
header .container .header-logo a img {
    width:163px;
}
.listdo_item.item_full > img {
    display:none;
}
.form__group:has(.form__input.error, .form__textarea.error) .form__link {
    top:20px !important;
}
.accepted.popup__module.popup__module--center.popup--open {
    padding:0;
}
.accepted.popup__module.popup__module--center.popup--open .accepted__main {
    padding: 6rem 2.5rem;
}
.list_pay_row:not(.list_pay_row:last-child) {
    margin-bottom: 15px;
}

}
@media screen and (max-width:1247px) {
    .index__video .index__video-image {
        max-height: 410px !important;
    }
    .index__video-bg {
        width: 100%;
        height: 100%;
    }
    .index__video-image img {
        height: auto !important;
    }
    .main_button {
        width: 100%;
        border-radius: 24px;
    }
    .index__title h1 span {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}
@media screen and (min-width:768px) {
    .container {
    grid-gap: 1.5rem;
    grid-template-columns: repeat(9, 1fr);
    position: relative;
    width: 100%;
}
.list_pay {
    display:flex;
    gap: 40px;
    align-items:center;
}
.list_pay_row {
    gap:40px;
}
.list_pay_row:not(.list_pay_row:last-child) {
    margin-bottom:0;
}
.listdo_form {
    align-items:start;
}
.listdo_form .listdo_form_button {
    top:6px;
}
footer .container {
    padding-bottom:24px !important;
}
.form__tooltip {
    display:block;
}
.form__tooltip span {
    background: #EEEEEE;
    border-radius: 2px;
    color: #999B9D;
    font-size: 12px;
    left: 35px;
    line-height: 15px;
    padding: .75rem 1rem;
    position: absolute;
    top: -18px;
    width: 274px;
    max-width: 274px;
    z-index: 2400;
    opacity: 0;
    transition: 0.4s opacity;
}
.form__tooltip:hover span {
    opacity:1;
}
.form__link.form__link--email {
    display:none;
}
.form__link {
    align-items: center;
    background: #EEEEEE;
    color: #999B9D;
    border-radius: 4px;
    display: flex;
    height: 36px;
    justify-content: center;
    padding: 0 .75rem;
    right: 18px;
    top: 18px;
}
.form__link span {
    display:block;
}
.form__link > svg {
    display:none;
}
.container .content, .container .content-center {
    grid-column: 1/10;
}
h3 {
    font-size: 24px;
    line-height: 32px;
}
header .container {
    height: auto;
    padding-top: 28px !important;
    padding-bottom: 31px !important;
}
header .container .header {
    justify-content: space-between;
}
header .container .header-logo {
    margin-right: 5rem;
}
header .container .header-logo a img {
    height: 50px;
    width: 148px;
}
header .container .header-menu {
    display: flex;
}
header .container .header-menu ul {
    align-items: center;
    display: flex;
    gap:24px;
}

header .container .header-menu ul li a {
    align-items: center;
    color: black;
    display: flex;
    font-weight: 500;
    text-transform: none;
    white-space: nowrap;
    transition: 0.3s all;
}
header .container .header-menu ul li a svg {
    fill: #b0b5c1;
    flex: none;
    margin-right: 10px;
    transition: all .3s ease-out;
    
}
header .container .header-menu ul li a svg.vk {
    height: 11px;
    width: 20px;
}
header .container .header-menu ul li a svg.telegram {
    height: 14px;
    width: 16px;
}
header .container .header-menu ul li:not(.like_button) a:hover, footer .container .footer-menu ul li a:hover{
    color: #999B9D;
}
header .container .header-menu-bar {
    display: none;
}
header {
    background: transparent;
}
footer .container {
    border: none;
}
footer .container .footer {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
footer .container .footer-menu ul {
    flex-direction: row;
}

footer .container .footer-bank {
    align-self: flex-end;
    width: 149px;
    gap: 8px;
}

footer .container .footer-copyright {
    align-items: center;
    display: flex;
    flex: none;
    margin: 0 3.125rem 0 0;
}
footer .container .footer-copyright img {
    display: block;
    flex: none;
    height: 50px;
    margin-right: 1.25rem;
    width: 50px;
}
.menu {
    display: none!important;
}
.login__title {
    margin-bottom: 1.5625rem;
}
.login__button {
    margin-top: 24px;
}
.login__button a {
    justify-content:start;
}
.login__image {
    margin-top: 56px;
}
.login__image img {
    height: 146px;
    width: 460px;
}
.email__title {
    margin-bottom: 1.5625rem;
}
.accepted__image {
    margin-bottom: 2.375rem;
}
.accepted__title {
    margin-bottom: .875rem;
}
.accepted__button {
    margin-top: 2.5rem;
}
.accepted-social {
    margin-top: 40px;
    padding-top: 32px;
    padding-bottom: 35px;
    padding: 1.5rem 2rem;
}
.accepted-social__text {
    margin-bottom: 23px;
}
.accepted-social__text p {
    font-size: 15px;
    line-height: 22px;
}
.accepted-social__image svg {
    height: 162px;
    width: 185px;
}
.popup__module {
    bottom: auto;
    left: 50%;
    padding: 5rem 4.375rem 4.75rem;
    right: auto;
    top: 50px;
    width: 600px;
}
.popup__module--center {
    border-radius: 24px;
    bottom: auto;
    height: auto;
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 480px;
    overflow: hidden;
}

.popup__module--right {
    bottom: 0;
    justify-content: center;
    left: auto;
    right: 0;
    top: 0;
    -webkit-transform: translate(100%);
    transform: translate(100%);
}
.popup__close {
    right: 27px;
    top: 29px;
}
.getpromo.popup__module.popup__module--center.popup__module--open .popup__close {
    right:27px;
}
.popup--open .popup__module--center {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#index .container .index {
    flex-direction: row;
    justify-content: space-between;
}
#index .container .index__main {
    margin-right: 64px;
    width: calc(50% - .75rem);
}
#index .container .index__group {
    position: relative;
}
#index .container .index-calculation {
    background: white;
    border: none;
    border-radius: 16px;
    height: auto;
    margin: 0;
    padding: 2rem 2.5rem 2.1875rem;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 245px;
}
.index__video .index__video-image {
    border-radius: 24px;
    max-height: 477px;
    position: relative;
    max-width: 552px;
    width: 100%;
}
#index .container .index-calculation--open {
    margin: 0;
}
#index .container .index-calculation__item {
    flex-direction: column;
    justify-content: baseline;
}
#index .container .index-calculation__item:nth-child(2) {
  
}
#index .container .index-calculation__title {
    align-items: center;
    display: flex;
    font-size: 16px;
    margin: 0 0 .5rem;
    width: auto;
}
#index .container .index-calculation__tooltip {
    display: flex;
    vertical-align: auto;
}
#index .container .index-calculation__value span.sum {
    order: 1;
}
#index .container .index-calculation__value span.promo {
    margin: 0 0 0 .5rem;
    order: 2;
}
#index .container .index__video {
    align-items: flex-start;
    display: flex;
    width: calc(50% - .75rem);

}
#index .container .index__video video {
    flex: none;
    width: 100%}
#steps .container .steps-list {
    flex-wrap: nowrap;
}
#steps .container .steps-list__item {
    width: calc(25% - 1.125rem);
}
#steps .container .steps-list__item:nth-child(odd) {
    margin-right: 0;
}
#steps .container .steps-list__item:nth-child(n+3) {
    margin-top: 0;
}
#steps .container .steps-list__item:not(:last-child) {
    margin-right: 1.5rem;
}
#about .container .about__text:not(:last-child), #about .container .about__title {
    margin-bottom: 2.5rem;
}
#about .container .about__text p:not(:last-child) {
    margin-bottom: 1.5rem;
}
#privacy .container h1 {
    margin-bottom: 2.5rem;
}
#privacy .container .privacy__subtitle {
    margin-bottom: 1.5rem;
}
#privacy .container .privacy__text:not(:last-child) {
    margin-bottom: 2.5rem;
}
#privacy .container .privacy__text p:not(:last-child) {
    margin-bottom: 1.5rem;
}
#error .container .error__image {
    top: 2.75rem;
    width: 7376px;
}
#error .container .error__image--left img, #error .container .error__image--right img {
    height: 222px;
}
@-webkit-keyframes movement {
    0% {
    left: 0;
}
to {
    left: -3688px;
}
}@keyframes movement {
    0% {
    left: 0;
}
to {
    left: -3688px;
}
}#error .container .error__main {
    margin-top: 20.75rem;
    width: 426px;
}
#error .container .error__title {
    margin-bottom: 2rem;
}
}@media screen and (min-width:992px) {
    .header .container, .container {
        max-width: 992px;
    }
    
#index .container .index-calculation__tooltip {
    position: relative;
}
#index .container .index-calculation__tooltip--small span {
    width: 220px;
}
#index .container .index-calculation__tooltip span {
    left: 35px;
    top: -16px;
}
#index .container {
    padding-top: 27px !important;
    padding-bottom: 64px !important;
}
.container {
    padding-top:0 !important;
    padding-bottom:0 !important;
}
#index ~ section .container {
    margin-bottom:78px;
}
}@media screen and (min-width:1248px) {
    .container {
    grid-gap: 2rem 1.5rem;
    grid-template-columns: repeat(12, 1fr);
    padding: 2rem 1.5rem;
    max-width: 1072px;
}
.header .container {
    max-width: 1200px;
}
.steps-list__text p {
    width:168px;
}

.container .content {
    grid-column: 1/13;
}
.container .content-center {
    grid-column: 3/11;
}
body {
    overflow: visible;
    scrollbar-color: #b0b5c1 #22252d;
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px hsla(0, 0%, 100%, .66);
}
::-webkit-scrollbar-thumb {

}
::-webkit-scrollbar-corner {
    background: #b0b5c1;
}
::-webkit-resizer {
    background: #22252d;
}
h1, h2 {
    font-size: 32px;
    line-height: 40px;
}
h4 {
    font-size: 24px;
    line-height: 32px;
}
p {
    font-size: 18px;
    line-height: 24px;
}

.form__input:active, .form__input:hover {
    border: 2px solid #CBCCD0;
}
.form__error, .form__error-2 {
    font-size: 16px;
}
.form .select-link {
    display: none;
}
.form .select-tabs {
    display: flex;
    flex-wrap: wrap;
}
.form .select-tabs__item {
    width: calc(25% - .375rem);
}
.form .select-tabs__item:not(:nth-child(4n)) {
    margin-right: .5rem;
}
.form .select-tabs__item:nth-child(n+5) {
    margin-top: .5rem;
}
.form .select-tabs__item--active .select-tabs__link, .form .select-tabs__item--active .select-tabs__link:hover {
    border-color: #eb9900;
    border-width: 2px;
}
.form .select-tabs__item--active .select-tabs__link .select-tabs__icon svg {
    fill: #b0b5c1;
}
.form .select-tabs__link {
    align-items: center;
    border: 1px solid #22252d;
    border-radius: 4px;
    display: flex;
    height: 74px;
    justify-content: center;
}
.form .select-tabs__link:hover {
    border-color: #50535a;
}
.form .select-tabs__icon {
    align-items: center;
    display: flex;
}
.form .select-tabs__icon svg {
    fill: #50535a;
    flex: none;
}
.form .select-tabs__icon svg.visa {
    height: 42px;
    width: 49px;
}
.form .select-tabs__icon svg.mir {
    height: 16px;
    width: 56px;
}
.form .select-tabs__icon svg.visa-mir {
    height: 34px;
    width: 72px;
}
.form .select-tabs__icon svg.sbp {
    height: 36px;
    width: 64px;
}
.form .select-tabs__icon svg.jcb {
    height: 32px;
    width: 43px;
}
.form .select-tabs__icon svg.apple {
    height: 27px;
    width: 64px;
}
.form .select-tabs__icon svg.google {
    height: 27px;
    width: 68px;
}
.form .select-tabs__icon svg.samsung {
    height: 22px;
    width: 82px;
}
.form .select-tabs__icon svg.union {
    height: 32px;
    width: 56px;
}
.form .select-tabs__icon svg.yandex {
    height: 24px;
    width: 68px;
}
.form .select-tabs__icon svg.tinkoff {
    height: 24px;
    width: 74px;
}

.form__link svg, .form__link--email {
    display: none;
}
.form__link span {
    color: #999B9D;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-transform: none;
    white-space: nowrap;
    transition: 0.2s all;
}
.form__link:hover span{
    color: black;
}
.form__tooltip {
    display: block;
    right: 18px;
    top: 28px;
}
.form__tooltip[area-expanded=true] span {
    display: block;
}
.form__tooltip:hover svg {
    /*fill: #fff;
    stroke: #fff;*/
}
.form__tooltip:hover span {
    opacity: 1;
}
.form__tooltip svg {
    fill: #b0b5c1;
    stroke: #b0b5c1;
    height: 19px;
    width: 19px;
}

.form__text p {
    font-size: 16px;
    line-height: 22px;
    color:#999B9D;
}
.form__text p a:hover {
    text-decoration: underline;
}
.form__button.fixed {
  }

.button--link a:hover {
    color: #999B9D;
}
header .container {
    padding: 2rem 1.5rem;
    max-width:1200px;
}
header .container .header-menu ul li a:hover {
    /*color: #fff;*/
}
header .container .header-menu ul li a:hover svg {
    fill: #fff;
}
footer .container {
    padding: 2rem 1.5rem 2.5rem;
    max-width: 1200px !important;
}
footer .container .footer__group {
    align-items: center;
    flex-direction: row;
}
footer .container .footer-menu {
    margin: 0 3rem 0 0;
    margin-right: 40px;
}


.popup__close:hover svg {
    stroke: #000;
}
#index .container {
    padding-top: 2rem;
}
#index .container:before {
    height: 1184px;
    right: -452px;
    top: -704px;
    width: 1184px;
}
#index .container .index__main {
    padding-bottom: 5px;
}
#index .container .index__title {
 margin-bottom: 26px;
}
#index .container .index__form {
    background: transparent;
}
#index .container .index-calculation__tooltip {
    position: relative;
}
#index .container .index-calculation__tooltip:hover svg {
    fill: #fff;
    stroke: #fff;
}
#index .container .index-calculation__tooltip:hover span {
    display: block;
}
#index .container .index__video {
    align-self: flex-start;
    margin: -10px -64px 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
    width: 642px;
}
#index .container .index__video video {
    height: 625.2px;
    width: 642px;
}
.index__title h1 span{
    display: flex;
    gap: 10px;
}
#steps .container {
    padding-bottom: 4.375rem;
}
#steps .container:before {
    bottom: -22px;
    height: 748px;
    left: -396px;
    width: 748px;
}
#steps .container .steps__title {
    margin-bottom: 2.5rem;
}
#steps .container .steps-list__item {
    flex-direction: column;
    justify-content: flex-start;
    padding: 2.75rem;
    padding-left: 32px;
    padding-right: 32px;
}
#steps .container .steps-list__count {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 4.5rem;
    text-align: left;
}
#faq .container {
    padding-bottom: 2rem;
}
#faq .container .faq__title {
    margin-bottom: 2.5rem;
}
#faq .container .faq-list__item {
    border-radius: 24px;
    background: #F5F5F5;

}
#faq .container .faq-list__item:not(:last-child) {
    margin-bottom: 8px;
}
#faq .container .faq-list__item:hover, #faq .container .faq-list__item:hover .faq-list__answer {
    border-color: #282d36;
}
#faq .container .faq-list__question {
    align-items: center;
    padding: 1.875rem 2.5rem;
}
#faq .container .faq-list__answer {
    margin-top: 0;
    padding: 1.875rem 2.5rem 2.1875rem;
}
#about .container .about__text p a:hover, #privacy .container .privacy__text p a:hover {
    text-decoration: underline;
}
#error .container {
    padding-bottom: 8.75rem;
}
#error .container .error__text p a:hover {
    text-decoration: underline;
}
}@media screen and (min-width:1440px) {
    .container {
    width: 1440px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.container {
    max-width: 1072px !important;
}
header .container {
    max-width:1200px !important;
}
.container, header .container {
    padding: 2rem 7.5rem;
    max-width: 1200px;
}
footer .container {
    padding: 2rem 7.5rem 2.5rem;
}
#steps .container {
    padding-bottom: 4.375rem;
}
}@media(-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    header {
 
}
}@media screen and (min-width:768px)and (-webkit-min-device-pixel-ratio:2), screen and (min-width:768px)and (min-resolution:192dpi) {
    header {
    background-image: none;
}
}@media(prefers-reduced-motion:no-preference) {
    .object {
    transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}
}@media screen and (max-width:1248px) {
    .form__text {
    align-items: flex-start;
}
}


.price-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.price-card {
  flex: 1 0 calc(25% - 10px);
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.price-card.active {
    background: #e0e0e0;
}
  

.price-card:hover {
  background: #e0e0e0;
  transform: scale(1.03);
}

@media (max-width: 768px) {
  .price-card {
    flex: 1 0 calc(50% - 10px); /* 2 в ряд на планшете */
  }
}

@media (max-width: 480px) {
  .price-card {
    flex: 1 0 100%; /* 1 в ряд на мобилке */
  }
}
