body {
    font-weight: 600;
    font-style: normal;
    overflow-x: hidden;
    position: relative;
    background-position: 50% 99px;
    background-size: 100%;
    background: #FFFFFF;
    color: #323539;
}

* {
    font-family: Unbounded;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img.avatar-user {
    border-radius: 135px;
    border: 4px solid #519FFF;
    width: 45px;
}

img.avatar-payment {
    width: 29px;
    border-radius: 100%;
    border: 2px solid #519FFF;
}

.header {
    background-image: url(/img/main/header-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 47px;
}

.content {
    display: flex;
    justify-content: center;
}

.ico-content {
    border-radius: 6px;
    border: 1px solid #E5E5E7;
    width: 56px;
    height: 56px;
    display: flex;
    background: #FFF;
/* Shadow / XSM */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    align-items: center;
    justify-content: center;
}

h2.h2-text {
    color: #323539;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
}

cb {
    color: #348EFD;
}

p.top-object-content-1 {
    color: #323539;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}

.object-content-a-border:hover > .object-main-a > .right-object-content > .top-object-content-2 {
    opacity: 1;
    pointer-events: all;
}

p.top-object-content-2 {
    color: #858C95;
    font-size: 14px;
    font-style: normal;
    padding-right: 39px;
    font-weight: 400;
    line-height: 22px;
    opacity: 1;
    pointer-events: none;
    transition: 0.3s;
}

p.cost-sub {
    color: #323539;
    
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

p.period-sub {
    color: #858C95;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

p.title-sub {
    color: #323539;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

p.text-faq-info {
    color: #858C95;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    letter-spacing: -0.14px;
}

p.text-slide-content {
    color: #323539;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.faq-active {
    color: #858C95;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 15px;
    width: 100%;
}

svg.arrow-down-faq.active {
    transform: rotate(0deg);
    color: #348EFD;
}

svg.arrow-down-faq {
    transform: rotate(180deg);
    transition: 0.3s;
}

p.text-cookie-title {
    color: #348EFD;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.5px;
}

.info-right {
    color: #858C95;
    
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}

p.text-footer-top-left {
    color: #323539;
    
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.right-top-footer {
    color: #858C95;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

p.text-coop {
    color: #858C95;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

a.link-footer {
    color: #858C95;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

a.link-footer:hover {
    color: #323539;
}

.ico-content {
    border-radius: 6px;
    border: 1px solid #E5E5E7;
    width: 56px;
    height: 56px;
    display: flex;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    align-items: center;
    justify-content: center;
}

.header-top {
    border: 0px solid #000;
    border-radius: 12px;
    width: calc(100% + 76px);
    height: 98px;
    margin-left: -37px;
    backdrop-filter: blur(76.80000305175781px);
    background: #00000040;
    display: flex;
    margin-top: 44px;
    align-items: center;
    justify-content: space-between;
    padding: 30px 39px;
}

.object-main-a {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: 0.3s;
    outline: none;
}

.content-block.sub-block {
    margin-top: 21px;
}

.custom-button-1 {
    border-radius: 6px;
    background: #348EFD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    border: none;
    width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    outline: none;
    gap: 6px;
    cursor: pointer;
    line-height: 22px;
    transition: 0.3s;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-decoration: none;
}

img.payment-image{
    position: absolute;
    transform: scale(0);
    margin-left: 2px;
    transition: 0.3s;
}

img.payment-image.active{
    transition: 0.6s;
    transform: scale(1);
}

.right-block-header-hum {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}

.right-block-header-hum > .group-text-top > p {
    color: black;
}

.right-block-header-hum > .group-text-top > div {
    color: black;
}

img.product-background {
    position: absolute;
    z-index: 0;
}

.absolute-info-sub {
    position: absolute;
    border-radius: 4px;
    background: #28C76F;
    color: #FFF;

    font-size: 12px;
    font-style: normal;
    padding: 6px 7px;
    font-weight: 700;
    right: 31px;
    top: -13px;
    line-height: normal;
    text-transform: uppercase;
}

.custom-button-1.black {
    background: #323539;
}

.border-sub {
    display: flex;
    flex-direction: column;
    padding: 32px;
    position: relative;
    height: 100%;
    justify-content: space-between;
}

.line {
    background: #E5E5E7;
    height: 1px;
}

.top-sub-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.object-sub.hit {
    background: #348EFD;
}

.object-sub.hit > .border-sub > .top-sub > .top-sub-info > p {
    color: white;
}

.object-sub.hit > .border-sub > .top-sub > p {
    color: white;
}

.faq-content {
    display: flex;
    border-radius: 6px;
    border: solid 1px #E5E5E7;
    background: #FFF;
    padding: 15px;
    justify-content: space-between;
    cursor: pointer;
}

.custom-button-1:hover {
    background: #59a3ff;
    filter: drop-shadow(2px 4px 6px #59a3ff);
}

.object-sub.hit > .border-sub > .bottom-sub > button:hover {
    background: white;
    filter: drop-shadow(2px 4px 6px white);
}

button.custom-button-1.black:hover {
    filter: drop-shadow(2px 4px 6px #323539);
    background: black;
}

.faq {
    margin-top: 27px;
}

.faq-top {
    display: grid;
    gap: 11px;
    margin-bottom: 34px;
}

.faq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 29px;
    align-items: start;
}

.group-content {
    display: grid;
    gap: 30px;
    align-items: start;
}

.faq-block.active > .faq-active {
    display: flex!important;
}

.cookies {
    border: 1px solid #FFF;
    background: #ECF4FC;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

.cookies-block {
    display: flex;
    justify-content: space-between;
}

.info-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.left-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.right-content {
    align-items: center;
    justify-content: center;
}

.right-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    gap: 20px;
}

.left-top-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer.footer-main {
    display: flex;
    justify-content: center;
}

.solid {
    width: 100%;
    height: 1px;
    background: #E5E5E7;
    margin-top: 40px;
    margin-bottom: 40px;
}

.block-group {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
    align-items: center;
}

ul.payment-ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

li.payment-li {
    display: flex;
}

li.footer-linka {
    display: flex;
    align-items: center;
}

img.how-work-right-a {
    width: 642px;
    height: 600px;
    object-fit: cover;
}

.language:hover > .language-list > .language-select {border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;border-top-left-radius: 0px;border-top-right-radius: 0px;}

.language.active > .language-select {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

a.top-link-a:after {content: "";background: white;width: 0%;height: 2px;transition: 0.3s;position: absolute;bottom: 0;}

a.top-link-a:hover:after {
    width: 100%;
}

.language-select.select {
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
}

ul.links-footer-left {
    display: flex;
    gap: 50px;
}

.object-sub.hit > .border-sub > .bottom-sub > button {
    background: white;
    color: #313131;
}

.object-sub {
    border-radius: 12px;
    border: 1px solid #E5E5E7;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    width: 100%;
    height: 254px;
    position: relative;
}

.group-subs {
    grid-template-columns: repeat(4, 1fr);
    gap: 29px;
    display: grid;
    margin-top: 40px;
}

.content-block-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 29px;
    margin-top: 35px;
    justify-items: end;
}

img.logotype-img {
    width: 333px;
}

img.telegram-footer-ico {
    width: 37px;
}

img.how-work-ico.ico-4 {
    transform: translateY(-7px);
}

img.how-work-ico.ico-1 {
    transform: translateY(-5px);
}

img.how-work-ico.ico-2 {
    transform: translateY(-3px);
}

.content-block {
    margin-top: 60px;
}

.left-content-block {
    display: grid;
    gap: 15px;
}

.object-content-a-border {
    display: flex;
    gap: 21px;
    height: 134px;
    border-radius: 12px;
    border: 1px solid white;
    background: none;
    padding: 34px 0px;
    transition: 0.3s;
    outline: none;
    align-items: center;
}

.object-content-a-border:hover {
    border: 1px solid #0A77FF;
    background: rgba(10, 119, 255, 0.08);
}

.object-content-a-border:hover > .object-main-a {
    transform: translateX(30px);
}

.language-list {
    position: absolute;
    bottom: -1px;
    opacity: 0;
    transition: 0.4s;
    width: 100%;
}
.language.active > .language-list {
    opacity: 1;
    bottom: -8px;
    pointer-events: all;
}

.right-object-content {
    display: grid;
    gap: 9px;
}

.border {
    width: 1420px;
    padding-left: 20px;
    padding-right: 20px;
}

a.top-link-a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    color: #fff;
    position: relative;
    text-decoration: none;
}

p.close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 157%;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    color: #323539;
    cursor: pointer;
}

p.close-menu:after {
    content: "";
    background: #323539;
    width: 0%;
    height: 1.5px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
}

p.close-menu:hover:after {
    width: 100%;
}

li.top-link-li {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.top-links-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

img.social-link-img:hover {
    transform: rotate(15deg);
}

.absolute-tooltip {
    display: flex;
    position: absolute;
    background: #1f7aeb;
    color: white;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 10px;
    right: 0;
    top: 24px;
    opacity: 0;
    transform: scale(0);
    justify-content: center;
    transition: 0.4s;
    pointer-events: none;
    align-items: center;
}

.object-content-a {
    position: relative;
}

img.social-link-img {
    transition: 0.3s;
    cursor: pointer;
}

.object-content-a {
    position: relative;
}

a.social-link {
    text-decoration: none;
}

.language-select {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #071e3d3d;
    border-radius: 6px;
    padding: 8px 18px;
    gap: 6px;
    cursor: pointer;
}

.text-top-info {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 128px;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    margin-bottom: 26px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.text-top-info:hover {
    transform: scale(1.05);
}

h1.title-h1 {
    
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 142.857% */
    letter-spacing: -0.84px;
    color: white;
}

p.text-p {
    
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #B2D5FF;
    margin-top: 14px;
    max-width: 93%;
    margin-bottom: 27px;
}

.right-block-header {
    display: flex;
    align-items: center;
    gap: 13px;
}

a.logotype {
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

a.logotype:hover {
    transform: scale(1.05);
}

.language:hover > .language-list {
    opacity: 1;
    bottom: -37px;
    pointer-events: all;
}

.language:hover > .language-select {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.language {
    position: relative;
}

.header-content-left {
    display: flex;
    justify-content: flex-start;
    max-width: 608px;
}

.top-content-header {
    display: flex;
    margin-top: 107px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
  }

img.right-image {
    position: absolute;
    margin-top: -133px;
    pointer-events: none;
    margin-left: -109px;
    animation: animation1 3s linear infinite;
}

p.top-object-content-2 > a {
    color: #378bf7;
}

section.section-site {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

a.custom-button-bot {
    border-radius: 12px;
    background: linear-gradient(90deg, #2C96E9 19.5%, #DB3183 100%);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 35px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    gap: 8px;
    text-decoration: none;
}

.list-header {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 29px;
    margin-top: 110px;
}

.info-content {padding: 32px;}

.object-header {
    background: white;
    height: 272px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

p.p-text-info {
    text-align: center;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #858C95;
}

h4.h4-text {
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.top-info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

p.text-language {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

p.text-top {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.text-bottom {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
}

li.socials-header-li {
    display: flex;
}

ul.socials-header-ul {
    display: flex;
    gap: 19px;
}


/*Humburger Style Open*/
.humburger-menu {
    width: 100%;
    height: calc(100% - 80px);
    position: fixed;
    background: white;
    top: 80px;
    z-index: 2;
    pointer-events: none;
    transition: 0.3s;
    transform: translateX(-100%);
    opacity: 0;
}

ul.hum-links > .top-link-li > a {
    color: #323539;
}

ul.hum-links > .top-link-li > a > img {
    display: none;
}

ul.hum-links > .top-link-li > a:after {
    background: #323539;
}

body.hidden {
    overflow: hidden;
}

.humburger-menu.active {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
}

ul.hum-links {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-top: 0%;
}
.humburger-content {
    height: 100%;
    width: 100%;
    align-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 60px;
    justify-content: space-between;
}
ul.hum-links {
    width: 100%;
    text-align: center;
}
li.link-header.hum {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.link-header-a.hum {
    font-size: 16px;
}
.buttons-content-hum {
    width: 100%;
    padding: 30px;
    gap: 20px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
.right-humburger {
    display: none;
}
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.menu__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
    right: 26px;
    top: 38px;
}
.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -13px;
}
.menu__btn > span::after {
    content: '';
    top: 13px;
}

/*Modal Payment*/
.absolute-form.payment {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000096;
    z-index: 10;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.absolute-form-payment-no-auth {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff94;
    left: 0;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-payment-no-auth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 484px;
    gap: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

h4.text-form-h4 {
    color: #323539;
    font-size: 32px;
    font-weight: 600;
    line-height: 46px;
    text-align: center;
}

p.text-form-p {
    color: #46576d;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.title-block {
    color: #313335;

    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 25px;
}

input.custom-input-1 {
    border-radius: 10px;
    border: 1px solid #E5E5E7;
    background: #F8F9FB;
    width: 100%;
    height: 60px;
    padding-left: 19px;
    color: #858C95;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 51px;
    outline: none;
}

.object-input {
    position: relative;
    display: flex;
    align-items: center;
}

.info-input-absolute {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-left: 19px;
}

.block-right-info {
    position: absolute;
    right: 19px;
    cursor: pointer;
}

.tooltip {
    position: absolute;
    right: -5px;
    background: #1f7aeb;
    color: white;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 10px;
    justify-content: center;
    transition: 0.4s;
    pointer-events: none;
    align-items: center;
    line-height: 15px;
    z-index: 11;
    bottom: 117%;
    min-width: 198px;
    opacity: 0;
    text-align: center;
    pointer-events: none;
    transform: scale(1);
}

.block-right-info:hover > .tooltip {
    opacity: 1;
    transform: scale(1);
}

.input-group {
    display: grid;
    gap: 15px;
}

p.name-payment {
    color: #313335;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

p.login-payment {
    color: #29A0DC;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    border-radius: 128px;
    background: #DAF3FF;
    padding: 6px 10px;
}

img.arrow-down {
    transition: 0.3s;
}

.right-info-checkbox {
    color: #858C95;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 167%;
}

.language:hover > .language-select > img.arrow-down {
    transform: rotate(180deg);
}


.checkbox-info {
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.group-check-box-a{
    margin-top: 20px;
    margin-bottom: 30px;
}

.checkbox-info.active > .left-info-checkbox > .checkbox {
    background-image: url(/img/payment/checkbox-active.svg);
}

.checkbox-info.active > .left-info-checbox > .checkbox {
    background-color: #348EFD;
    background-size: 60%;
}

.tilte-payment {
    color: #313335;

    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

.title-payment-group {
    color: #858C95;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.payment-object-a {
    border-radius: 12px;
    background: #F8F9FB;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.list-payment-group {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    display: grid;
}

.group-payment {
    display: grid;
    gap: 25px;
}

.method-payment {
    display: grid;
    gap: 20px;
    margin-bottom: 25px;
}

.payemnt-group-object {
    display: grid;
    gap: 19px;
}

.payment-object-a > .payment-image {
    filter: grayscale(1);
}

h2#swal2-title {
    font-size: 13px;
    font-weight: 400;
}

.payment-object-a:after {
    background-image: url(/img/payment/payments/active.svg);
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    top: 12px;
    right: 12px;
    transition: 0.3s;
    transform: scale(0);
}

.payment-object-a:hover:after {
    opacity: 0.4;
    transform: scale(1);
}

.payment-object-a.active:after {
    transform: scale(1);
    opacity: 1!important;
}

.absolute-form.payment {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000096;
    z-index: 10;
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-form.payment {
    width: 869px;
    background: white;
    padding: 59px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border-radius: 18px;
}

img.close-form-absolute {
    transition: 0.3s;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 11;
}

a.link-payment-a {
    color: #348EFD;
    transition: 0.3s;
}

a.link-payment-a:hover {
    color: #71b1ff;
    text-decoration: none;
}

img.close-form-absolute:hover {
    transform: scale(1.2);
}

.title-block {
    color: #313335;

    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 25px;
}

input.custom-input-1 {
    border-radius: 10px;
    border: 1px solid #E5E5E7;
    background: #F8F9FB;
    width: 100%;
    height: 60px;
    padding-left: 19px;
    color: #858C95;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
}

.object-input {
    position: relative;
    display: flex;
    align-items: center;
}

.info-input-absolute {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-left: 19px;
}

a.link-payment {
    color: #494949;
}

.checkbox {
    display: flex;
    width: 20px;
    height: 20px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #e5e5e5;
    background-image: url(/img/payment/checkbox-active.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0%;
    transition: 0.1s;
}

.tilte-payment {
    color: #313335;

    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

.title-payment-group {
    color: #858C95;

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.payment-object-a {
    border-radius: 12px;
    background: #F8F9FB;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.list-payment-group {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    display: grid;
}

.group-payment {
    display: grid;
    gap: 25px;
}

.method-payment {
    display: grid;
    gap: 20px;
    margin-bottom: 25px;
}

.payemnt-group-object {
    display: grid;
    gap: 19px;
}

.top-content-hum {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

button.custom-button-1.close-menu {
    margin-bottom: 43px;
    padding: 10px 30px;
}

.bottom-content-hum {
    display: grid;
    gap: 30px;
}

.payment-object-a:after {
    background-image: url(/img/payment/payments/active.svg);
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    top: 12px;
    right: 12px;
    transition: 0.3s;
    transform: scale(0);
}

@keyframes animation1 {
	0% {
    transform: translate3d(0, -3px, 0);
	}

	50% {
		transform: translate3d(0, 10px, 0);
	}
	100% {
		transform: translate3d(0, -3px, 0);
	}
}

.payment-object-a:hover:after {
    opacity: 0.4;
    transform: scale(1);
}

.language-select.select:hover > .language-ico {transform: translateX(4px);}

img.language-ico {
    transition: 0.3s;
}

.language-select.select:hover > .text-language {
    transform: translateX(4px);
}

p.text-language {
    transition: 0.3s;
}

.payment-object-a.active:after {
    transform: scale(1);
    opacity: 1!important;
}

img.payment-ico {
    filter: grayscale(1);
    transition: 0.3s;
}

img.payment-ico.footer-payment {
    filter: grayscale(0);
}

.payment-object-a:hover > img {filter: grayscale(0);}

.payment-object-a.active > img {filter: grayscale(0);}
/*Modal Payment*/
/*Humburger Style CLOSE*/


@media (min-width: 1180px) and (max-width: 1560px) {
    body {
        zoom: 0.85;
    }
}

@media (max-width:1350px){
    .header-top {
        width: 100%;
        margin-left: 0px;
    }
}

@media (max-width:1180px){
    ul.top-links-ul {
        display: none;
    }

    ul.socials-header-ul {
        display: none;
    }

    .language {
        display: none;
    }

    .right-block-header {
        display: none;
    }
    .header-top {
        top: 0;
        margin-top: 0px;
        left: 0;
        position: fixed;
        border-radius: 0px;
        z-index: 1;
        height: 80px;
        padding: 0px 20px;
        background-position: center;
        background: #1f7aea;
    }
    img.right-image {
        display: none;
    }
    img.right-image {
        display: none;
    }
    
    .top-content-header {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    section.section-site {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    h1.title-h1 {
        font-size: 29px;
        line-height: 47px;
    }
    .list-header {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    p.text-p {
        font-size: 12px;
    }
    .text-top-info {
        font-size: 10px;
    }
    .right-content-object {
        display: none;
    }
    .left-content-block {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .content-block-group {
        grid-template-columns: repeat(1, 1fr);
    }
    .group-subs {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    
    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .block-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    .object-content-a-border {
        padding: 23px 1px;
        height: auto;
    }
    h2.h2-text {
        color: #323539;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
    }
    .solid {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .block-group {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .right-humburger {
        display: flex;
    }
    .language.active > .language-list {
        bottom: -38px;
    }
    .language.hum-language {
        display: flex;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .language-select {
        background: #1f7aea;
    }
    ul.hum-links > .top-link-li > .top-link-a {
        font-size: 18px;
    }
}
@media (max-width:950px){
    .modal-form.payment {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        padding: 25px;
    }
    .absolute-form.payment {
        background: white;
    }
    .modal-form.payment {
        padding-bottom: 50px;
    }
}
@media (max-width:1050px){
    .left-content-block {
        grid-template-columns: repeat(1, 1fr);
    }
    .group-subs {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .faq-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .left-content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        flex-direction: column;
    }
    .cookies-block {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .info-right {
        text-align: center;
    }
    .left-top-footer {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-direction: column;
        justify-content: center;
        gap: 0px;
        text-align: center;
    }
    .right-top-footer {
        text-align: center;
    }
    ul.links-footer-left {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    p.text-coop {
        text-align: center;
    }
}
@media (max-width:700px){
    /*открытие закрытие текста */
    .top-object-content-2 {
        overflow: hidden;
        min-height: 22px;
        max-height: 0;
        transition: max-height 0.4s ease-out, white-space 0.4s ease-out!important;
        text-overflow: ellipsis; /* Добавляет многоточие только в закрытом состоянии */
        white-space: nowrap; /* Запрещает перенос текста */
    }
    .top-object-content-2.active {
        transition: max-height 1.5s ease-out, white-space 1.5s ease-out!important;
        max-height: 1000px;
        text-overflow: initial; /* Сброс многоточия в открытом состоянии */
        white-space: normal; /* Разрешает перенос текста в открытом состоянии */
    }
    /*открытие закрытие текста */
    p.top-object-content-1 {
        font-size: 13px;
    }
    .payment-object-a {
        height: 95px;
    }
    .object-content-a {
        cursor: pointer;
        outline: none;
    }
    p.top-object-content-2 {
        font-size: 12px;
    }
    p.text-faq-info {
        font-size: 12px;
    }
    p.text-footer-top-left {
        margin-top: 10px;
        font-size: 18px;
    }
    .list-header {
        display: none;
    }
    .header-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: -webkit-fill-available;
        height: 62vh;
    }
    h4.text-form-h4 {
        font-size: 23px;
        line-height: 34px;
    }
    
    p.text-form-p {
        font-size: 12px;
    }
    .object-content-a.active > .absolute-tooltip {
        opacity: 0.6;
        transform: scale(1);
    }
    .group-subs {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .faq-active > p {
        font-size: 12px;
    }
    .object-content-a-border:hover > .object-main-a {
        transform: translateX(15px);
    }
    .list-payment-group {
        grid-template-columns: repeat(2, 1fr);
    }
    .header {
        min-height: 70vh;
        padding-bottom: 0px;
    }
}