.button-primary, .button-secondary {
    display: block;

    padding: 12px;

    font-size: 14px;

    text-decoration: none;
    text-align: center;

    cursor: pointer;
    transition: all 0.1s ease;

    border-radius: 4px;
}
.button-primary{
    background-color: #E00590;
    color: #fff;
    border: 1px solid transparent;
}
.caption-btn{
    display:flex;
    align-items:center;
    justify-content: center;
    gap:8px;
}
.button-secondary{
    background-color: white;
    color:#E00590;
    border: 1px solid #E00590;
}
.button-primary:hover, .button-secondary:hover {
    background-color: #B00473 !important;
    border-color: #B00473 !important;
    color: #fff !important;
}

.button-primary--black {
    background-color: rgba(0, 0, 0, 1);
}

.button-primary--black:hover {
    background-color: rgb(35, 35, 35) !important;
    border-color: rgb(35, 35, 35) !important;
    color: #fff !important;
}

.button-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
}

a:hover, a:focus {
    color: inherit;
    text-decoration: inherit;
}

.bx-core-window.bx-core-adm-dialog {
    z-index: 10500!important;
}

ul.nav__list.container {
    padding: 0 20px;
}

div#city .current {
    padding-left: 0 !important;
}

.container-fluid {
    padding: 0;
}

div.title-search-result {
    z-index: 9999;
    margin-left: 101px;
}

.prop_value {
    flex-wrap: wrap;
}
.service_bg {
    display: none;
}
.service img {
    display: inline-block;
}
.bx-filter {
    min-width: initial !important;
}
.menu_item a {
    padding: 7px 10px;
    font-size: 15px;
}
body .labels {
    top: -35px;
    left: -15px;
    flex-direction: row;
    gap: 10px;
}

body .product-item {
    padding-top: 40px;
}

body .labels .label {
    /* padding: 3px 10px; */
    font-size: 11px;
    border: none;
}

body .label.label_sale {
    background: #FF7D4B;
    color: #fff;
}

body .label.label_new {
    background: linear-gradient(0deg, #262626, #262626),
linear-gradient(180deg, #030200 0%, #A88168 183.4%);
    color: #fff;
}

body .label.label_0e104c408839292efd7814a09fb7b5dc {
    background: #FF0004;
    color: #fff;
}

body .container.header__main-container {
    padding-top: 10px;
    padding-bottom: 15px;
}

body .container.header__top-panel {
    padding-top: 5px;
    padding-bottom: 7px;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    pointer-events: auto;
}

.modal-dialog.modal-dialog-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modal-content {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px 40px;
    position: relative;
    top:25%;/* компенсация bootstrap dialog-model*/
}

button.close.js-closeModal {
    margin-bottom: 6px;
}
.modal_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.modal_title {
    text-align: center;
    font-size: 30px;
}

.modal .btns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

a.btn.btn_black {
    background: #000;
    color: #fff;
}

a.btn.btn_white {
    border: 1px solid #000;
    width: 200px;
    white-space: nowrap;
    box-sizing: content-box;
}

.modal a.btn {
    white-space: nowrap;
    box-sizing: content-box;
}
body button.btn.btn-lg.btn-default.basket-btn-checkout {
    background: #000 !important;
    color: #fff !important;
}

.basket-checkout-section-inner {
    align-items: center;
}

ul.tabs {
	margin-top:20px;
    display: flex;
    background: #f7f6f5;
    padding: 10px;
    gap: 20px;
}

ul.tabs li span {
    display: block;
    padding: 10px;
    font-size: 17px;
	cursor: pointer;
}

ul.tabs li span.active {
    font-weight:bold;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

body {
    font-family: "Inter", sans-serif;
}
body h1 {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 500;
}
body h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 500;
}

.header__logo img {
    max-width: 120px;
}
body .footer__contact-panel {
    width: 30%;
}

main.container {
    padding-top: 40px;
    padding-bottom: 0;
}
section.banner {
    margin-bottom: 28px;
}


.index_text p {
    margin-bottom: 40px;
    font-size: 16px;
    max-width: 800px;
}


.btn {
    padding: 16px;
    display: inline-block;
    border-radius: 7px;
    font-weight: 500;
    min-width: 150px;
    text-align: center;
}

.btn-default {
    background: #fff;
    color: #000;
}

.btn-default:hover {
    box-shadow: 0 0 2px #ccc;
    background: linear-gradient(45deg, #fff, #f0f0f0);
}
.header__main {
    border-bottom: none !important;
}
.header__main {
    padding-bottom: 0 !important;
}

.contact.header-address {
    margin: 0;
}

.contact.header-address.ml-30 {
    margin-left: -30px;
}

.container.header__top-panel {
    justify-content: space-between;
}
a.phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    /* font-weight: 500; */
}
.y_rate {
    display: flex;
    gap: 5px;
    background: #000;
    border-radius: 7px;
    padding: 10px;
    color: #ddd;
    font-size: 12px;
}

.y_rate span {
    color: #fff;
}

.nav__list  .social li a {
    width: 36px;
    height: 36px;
    display: flex;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f4f4f4;
}

.nav__item {
    padding-top: 0;
    padding-bottom: 0;
}

.header__logo {
    padding: 0;
}

.header__main {
    padding-top: 0;
}

.container.header__main-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.container {
    max-width: 1200px;
}

.catalog-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .catalog-section {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .catalog-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 470px) {
    .catalog-section {
        grid-template-columns: repeat(2, calc(48vw - 8px));
        gap:5px;
        justify-content:center;
    }
}

.product-item {
    padding: 45px 20px 30px;
    background: #F7F6F5;
    border-radius: 7px;
}

.header__main--scrolled .container.header__main-container {
    padding-top: 0;
    padding-bottom: 10px;
}

.sale {
    font-weight: 700;
    color: #FF9300;
}

ul.nav__list.container {
    justify-content: flex-start;
}
.product-item-image-original, .product-item-image-alternative {
    mix-blend-mode: multiply;
}

.product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btns a {
    margin-top: 10px;
    width: 100%;
    cursor:pointer;
}

.btn-1 {
    border: 1px solid #000;
    font-weight: 500;
}
.btn-1:hover {
    background: #fffc;
}

.btn-2 {
    background:
            linear-gradient(180deg, #030200 0%, #A88168 183.4%);
    color: #fff !important;
}
.btn-2:hover {
    background:
            linear-gradient(180deg, #030200 0%, #A88168 123.4%);
}

.catalog_index {
    margin-bottom: 100px;
}

.loading {
    cursor: wait;
    animation: pulse 1s linear infinite; /* Указываем название анимации, время, тип, и нужно ли её повторять*/
}

.notifications {
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.notifications .notification {
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 999;
    margin: 20px 0;
    background:
            linear-gradient(180deg, #030200 0%, #A88168 183.4%);
    color: #fff;
    border-radius: 15px;
    max-width: 300px;
    text-align: center;
    opacity: 0.9;
}

.notifications .container {
    position: relative;
    z-index: 9;
}
.product-item-image-slider-slide-container > * {
    mix-blend-mode: multiply;
}
.tabs ul {
    display: flex;
    margin-bottom: 32px;
    gap: 35px;
}

.tabs ul li a.active {
    border-bottom: 2px solid #000;
}

.tabs ul li a {
    padding: 7px 0;
    cursor:pointer;
}

.labels {
    position: absolute;
    top: -30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    z-index: 2;
}

.labels .label {
    background: #D9D9D9;
    padding: 4px 10px;
    border-radius: 7px;
    font-size: 12px;
    border: 1px solid #cacaca;
}

section.store-location {
    display: flex;
}

.store-location__position {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.container.store-location__container {
    padding: 0;
    width: inherit;
}

div#map {
    margin-left: 30px;
    height: 560px;
}
.store-card__img {
    height: initial;
}

.store-card__figure {
    height: inherit;
    min-height: 350px;
    overflow: hidden;
    margin-top: 10px;
}
.store-card__content {
    background: #F7F6F5 !important;
}


.store-card__address-name {
    color: #000;
    font-weight: 600;

    display: flex;
    align-items: center;
    gap: 5px;
}

.store-card__content p {
    margin-bottom: 10px;
}

.store-card__content span {
    margin-bottom: 20px;
    display: block;
}

.store-card__hr:not(:last-of-type) {
    height: 30px;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.2;
    }
}


.loading {
    cursor: wait;
    animation: pulse 2s linear infinite; /* Указываем название анимации, время, тип, и нужно ли её повторять*/
}

.notifications {
    position: fixed;
    z-index: 99999;
    width: 100%;
    left: 0;
    top: 0;
}

.notifications .notification {
    padding: 20px;
    position: absolute;
    right: 0;
    z-index: 999;
    margin: 20px 0;
    background: #494949;
    color: #fff;
    border-radius: 15px;
    max-width: 300px;
    text-align: center;
    opacity: 0.95;
}

.notifications .container {
    position: relative;
    z-index: 9;
    width: 100%;
}

.container .container {
    padding: 0;
}

section.banner {
    margin-bottom: 28px;
}

.types {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
    margin-bottom: 60px;
}

.item_type {
    width: calc(33% - 17px);
    background: rgba(247, 246, 245, 1);
    border-radius: 7px;
    height: 200px;
    position: relative;
    transition: all 0.5s;
}

.item_type img {
    position: absolute;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
}

.item_type a {
    display: flex;
    height: 100%;
    padding: 20px;
    align-items: flex-end;
}

.item_type span.item_name {
    font-size: 20px;
    font-weight: 600;
}

.item_type:hover {
    background: rgb(251 245 240);
}

section.banner {
     margin-bottom: 28px;
 }

.types {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.item_type {
    width: calc(33% - 17px);
    background: rgba(247, 246, 245, 1);
    border-radius: 7px;
    height: 200px;
    position: relative;
    transition: all 0.5s;
}

.item_type img {
    position: absolute;
    bottom: 0;
    right: 5%;
    mix-blend-mode: multiply;
    max-height: 150px;
}

.item_type a {
    display: flex;
    height: 100%;
    padding: 20px;
    align-items: flex-end;
}

.item_type span.item_name {
    font-size: 20px;
    font-weight: 500;
}

.item_type:hover {
    background: rgb(251 245 240);
}

.catalog-block-header {
    font-size: 35px;
    font-weight: 500;
    padding: 20px 0 30px;
    border: none;
}

.product-item-detail-slider-block {
    background: #F7F6F5;
    margin-bottom: 20px;
}

.product-item-detail-slider-controls-image img {
    max-width: 150px;
    max-height: 150px;
    border: none;
}

.product-item-detail-slider-controls-image {
    width: 150px;
    height: 150px;
    border: none;
    outline: navajowhite;
}

.product-item-detail-slider-image img {
    mix-blend-mode: multiply;
    background: none !important;
}

.bx-catalog-element .btns {
    display: flex;
    gap: 30px;
}

.price {
    margin: 30px 0 20px;
}

.price .product-item-detail-price-current {
    color: #262626;
    font-size: 26px;
}

.prop {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    align-items: center;
}

.prop_value {
    display: flex;
    gap: 10px;
}

.prop_name {
    color: #555;
    font-size: 14px;
}

.prop_value a {
    display: block;
    border-radius: 7px;
    border: 1px solid #ddd;
    padding: 7px 5px;
}

.prop_value a.active {
    background: #494949;
    color: #fff;
}

.prop_value a:hover {
    text-decoration: none;
    background: #fafafa;
    color: #494949;
}

.prop_name {
    min-width: 55px;
}

a.nav__link.basket span {
    background: #e00590;
    color: #fff;
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -14px;
    top: -15px;
    font-size: 11px;
}

a.nav__link.basket {
    position: relative;
}

.product-item-price-old {
    color: #5A5A59;
    font-size: 14px;
    margin-top: -20px;
    position: absolute;
}
#mapNew {
    width: 100%; height: 584px; padding: 0;

    margin-left: 30px;
}

html body .btn-default {
    border: 1px solid #000 !important;
    font-weight: 500;
    background: #f7f6f5 !important;
    color: #494949 !important;
}
html body .btn-default:hover {
    background: #fff !important;
}
.container:before,.container:after {
    display: none;
}
.header__nav .nav__list > li > a {
    color: #fff;
}
.search-page {
    margin-bottom: 50px;
}

.search-page input[type="text"] {
    border: 1px solid #494949;
    padding: 15px 30px;
    border-radius: 13px;
    width: 100%;
}

.search-page input[type="submit"] {
    position: absolute;
    right: 0;
    padding: 15px;
    top: 0;
}

.search-page form {
    position: relative;
}

.service_item {
    padding: 50px 50px 100px;
    background: linear-gradient(272.45deg, #030200 17.57%, #A88168 130.73%);
    margin-bottom: 50px;
    border-radius: 7px;
    min-height: 350px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.service_item input {
    color: black;
}

.service_left {
    width: 50%;
}

.service_name {
    font-size: 40px;
    max-width: 50%;
    line-height: 48px;
    margin-bottom: 20px;
}

.service_desc {
    font-size: 18px;
}

.service_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service_right {
    width: 50%;
    position: relative;
}

.service_btn .btn {
    min-width: 200px;
}

.service_bg {
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.1;
    background-position: left center;
    top: 0;
}

.service_item {
    position: relative;
}

.service_right {
    z-index: 2;
}
.top_img {
    display: flex;
    justify-content: end;
}

.column2 {
    display: flex;
    gap: 20px;
}

.form_bg form input[type="text"] {
    padding: 15px 20px;
    width: 100%;
    border-radius: 7px;
    border: none;
    font-size: 16px;
    background: #fff;
    color: #262626;
}

.form_bg form input[type="text"]::placeholder {
    color: #999;
}

.radio {
    gap: 20px;
    display: flex;
    color: #fff;
    font-size: 16px;
    margin: 20px 0 30px;
    align-items: center;
}

.radio label {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

.radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.radio input[type="radio"]:checked {
    background: #000;
    border-color: #fff;
}

.radio input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form_subtitle {
    font-size: 16px;
    color: #fff;
    margin: 25px 0 15px;
    font-weight: 400;
}

input.btn_form_submit {
    background: #FF006C;
    color: #fff;
    border: none;
    padding: 18px 30px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

input.btn_form_submit:hover {
    background: #E00060;
    transform: translateY(-2px);
}

.consest {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin: 20px 0 0;
    color: #fff;
}

.consest input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 2.5px;
    outline: none;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.consest input[type="checkbox"]:checked {
    background: #FF006C;
    border-color: #FF006C;
    position: relative;
}

.consest input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.consest label {
    margin: 0;
    line-height: 1.5;
}

.consest label a {
    color: #FF006C;
}

.consest label a:hover {
    color: #E00060;
}

.service_item.form_bg {
    background: linear-gradient(180deg, #000000 0%, #2B2B2A 100%);
    padding: 60px 50px;
    margin: 60px 0;
    border-radius: 10px;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.service_item.form_bg .service_left {
    width: 45%;
    flex-shrink: 0;
}

.service_item.form_bg .service_right {
    width: 55%;
    flex: 1;
}

.service_item.form_bg .service_desc {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
    margin-top: 20px;
}

.service_item.form_bg .service_name {
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
}

.mobile_header {
    display: none;
}
.mobile_popup {
    display: none;
}

figure.image2 {
    margin: 20px -32px -32px;
}

figure.image2 img {
    border-radius: 7px;
}

.footer__bottom-panel {
    align-items: flex-start !important;
}

.footer__developers {
    align-self: flex-start !important;
}

.footer__developers ul {
    display: flex;
    gap: 20px;
}

nav.footer__nav ul li a {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    opacity: .6;
}

h3.footer__title {
    color: white;
    margin-bottom: 15px;
    font-weight: 500;
}
footer .footer__catalog-panel {
    width: 20%;
}

.footer__contact-panel {
    margin-right: auto;
}
.footer__contact-top p {
    color: #7F8080;
    font-size: 12px;
    text-align: left;
    margin: 10px 0 20px;
}

.footer__contact-top {
    text-align: left;
}

.footer__contact-top {
    text-align: left;
}

.btn.btn-white {
    background: #fff;
    color: #494949;
    width: 100%;
    max-width: 300px;
}

a.btn.btn-white.js-modal {
    margin: 15px 0 50px;
}

a.footer_phone {
    font-weight: 500;
    font-size: 29px;
    line-height: 34.15px;
    padding: 10px;
}

a.social_link {
    display: flex;
    padding: 15px 20px;
    line-height: 20px;
    height: 50px;
    align-items: center;
    /*border: 1px solid #fff;*/
    border-radius: 10px;
    gap: 10px;
}

.social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer__top-panel_2 {
    margin-top:50px;
    display: flex;
    justify-content: space-between;
}
.social_link span.icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_link span.text {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 16.62px;
}

.marketplaces {
    display: flex;
    gap: 30px;
}

.marketplaces a {
    padding: 5px 20px;
}

.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}
.f22 {font-size: 22px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}

.bold {
    font-weight: 600;
}

.wrapper .container h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

p.gray_text {
    margin: 50px 0;
    font-family: Inter;
    font-weight: 500;
    font-size: 45px;
    line-height: 61.47px;
    color: #aaa;
}

.block_counters {
    display: flex;
    gap: 10px;
}

.block_counter {
    width: 100%;
    display: flex;
    background: #F7F6F5;
    padding: 70px 40px;
    border-radius: 10px;
    position: relative;
}

.block_counter span {
    position: absolute;
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 27.32px;
    right: 10px;
    color: #aaa;
    top: 10px;
}

.mobile_popup_wrap {
    display: none;
}
.mobile_popup_wrap.show {
    display: block;
}

.item_type_img {
    position: absolute;
    bottom: 20px;
    right: 5%;
    text-align: center;
    width: 50%;
}

.item_type_img img {
    position: relative;
    display: inline;
}
.item_type span.item_name {
    max-width: 45%;
    font-size: 17px;
}

a.mobile_link.active path {

}
a.mobile_link.active span {
    color: #FF006C !important;
    font-weight: 500;
}
a.mobile_link.active  {
    text-decoration:none !important;
    font-weight: 500;
}

.product-item-price-old {
    text-decoration: line-through;
}

div#city {
    position: relative;
}

.dropdown {
    display: none;
    position: absolute;
    background: #000;
    padding-top: 35px;
    z-index: 1;
}

.dropdown a {
    display: block;
    padding:15px 10px;
}
.dropdown a:hover {
    color: #fff;
    text-decoration: none !important;
    background:#333;
}
div#city:hover .dropdown {
    display: block;
}

div#city .current {
    height: 100%;
    display: block;
    z-index: 2;
    padding:7px 10px;
}

.container.header__top-panel {
    z-index: 999;
}

.col-sm-9.bx-soa {
    z-index: 1;
}

.catalog-section.catalog-products-viewed {
    margin-bottom: 60px;
}

header#header {
    z-index: 9999;
    position: relative;
}
.header__top-bg {
    z-index: 140 !important;
    background-color: black;
}
.wa-actions-section {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.wa-actions-section button {
    padding: 20px;
}
.basket-items-list-item-price-for-one,.basket-items-list-item-amount {
    display: flex;
}

.basket-item-block-image {
    max-height: 60px;
}

.basket-item-block-image a {
    height: 100%;
}

.bx-soa-section-title-container {
    background: #fff !important;
}
span.bx-soa-section-title-count {
    display: none;
}
.bx-soa-section {
    border: none !important;
}
.col-sm-5.bx-soa-pp-desc-container {
    display: none;
}
div#bx-soa-properties {
    width: 100%;
}

div#bx-soa-basket {
    width: 100%;
}
.bx-soa-pp-company {
}

div#bx-soa-delivery {
    width: 100%;
}

div#bx-soa-paysystem {
    width: 100%;
}

.col-sm-9.bx-soa {
    display: flex;
    flex-wrap: wrap;
}

.col-sm-7.bx-soa-pp-item-container {
    width: 100%;
}
#bx-soa-total-mobile {
    display: none !important;
}

.bx-soa-section.bx-selected .bx-soa-section-title {
    font-size: initial !important;
}

.bx-soa-section.bx-selected .bx-soa-section-title-container {
    padding: 7px 0px !important;
}
.bx-soa-item-td.bx-soa-item-properties.bx-text-right {
    display: none;
}

.bx-soa-item-td.bx-soa-item-properties.bx-text-right:last-child {
    display: block;
}
@media (max-width:1024px){
    .social-items{
        display:flex !important;
        justify-content: space-between;
        flex-direction:row;
        flex-wrap:wrap;
        width:100%;
    }
}

@media (max-width:767px) {
img.banner__img {
    height: 400px;
    object-fit: cover;
}

.banner_content {}

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

.banner_text {
    padding-left: 10px;
}

.banner_content .title {
    font-size: 32px;
}

.banner_text .desc {
    margin: 20px 0;
    font-size: 14px;
}
}

.col-xs-6.bx-filter-parameters-box-container-block.bx-left {
    padding-right: 3px;
}

.col-xs-6.bx-filter-parameters-box-container-block.bx-right {
    padding-left: 3px;
}


body .header__top-item a:hover:not(.focus-visible) {
    color: #fff !important;
}


@media (min-width: 992px) {
    .col-md-2 {
        width: 20%;
    }
    .col-md-10 {
        width: 80%;
    }

.prop_value {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
        width: 100%;
}
	.prop_value a {white-space:nowrap; text-align:center;}
}

/* New services blocks styles */
.new_services_blocks {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin: 60px 0;
}

.new_service_item {
    position: relative;
    min-height: 350px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(272.45deg, #030200 17.57%, #A88168 130.73%);
    flex: 1;
}

.new_service_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.new_service_content {
    position: relative;
    z-index: 2;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 350px;
    color: #fff;
}

.new_service_content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0), rgba(255, 255, 255, 0) 100%);
}

.new_service_text {
    max-width: 50%;
    z-index: 1;
}

.new_service_title {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 20px;
    color: #fff;
}

.new_service_desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
    color: #fff;
}

.new_service_logos {
    margin-bottom: 20px;
}

.new_service_logos img {
    max-width: 100%;
    height: auto;
}

.new_service_btn {
    align-self: flex-start;
    min-width: 200px;
}

@media (max-width: 768px) {
    .new_services_blocks {
        flex-direction: column;
        gap: 16px;
        margin: 40px 0;
    }

    .new_service_item {
        min-height: 450px;
    }

    .new_service_content {
        padding: 30px 20px;
        min-height: 450px;
    }

    .new_service_text {
        max-width: 100%;
    }

    .new_service_title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .new_service_desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .new_service_btn {
        width: 100%;
        text-align: center;
    }
}

/* Why us block styles */
.why_us_block {
    margin: 60px 0;
}

.why_us_title {
    font-size: 35px;
    font-weight: 570;
    margin-bottom: 30px;
    color: #262626;
}

.why_us_cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.why_us_card {
    background: #F7F6F5;
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}

.why_us_icon {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
}

.why_us_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why_us_card_title {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 15px;
    line-height: 24px;
}

.why_us_card_desc {
    font-size: 14px;
    color: #5A5A59;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 1024px) {
    .why_us_cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .why_us_block {
        margin: 40px 0;
    }

    .why_us_title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .why_us_cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .why_us_card {
        padding: 25px 20px;
    }

    .why_us_icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .why_us_card_title {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .why_us_card_desc {
        font-size: 14px;
    }
}

/* Social subscribe banner */
.social_subscribe_banner {
    background: linear-gradient(180deg, #000000 0%, #2B2B2A 86.54%);
    border-radius: 10px;
    margin: 60px 0;
    padding: 60px 50px;
}

.social_subscribe_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.social_subscribe_text {
    flex: 1;
}

.social_subscribe_text p {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 36px;
}

.social_subscribe_btn {
    background: #fff;
    color: #262626;
    padding: 18px 40px;
    min-width: 200px;
    border-radius: 7px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
}

.social_subscribe_btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .social_subscribe_banner {
        margin: 40px 0;
        padding: 40px 20px;
    }

    .social_subscribe_content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .social_subscribe_text p {
        font-size: 20px;
        line-height: 28px;
    }

    .social_subscribe_btn {
        width: 100%;
        text-align: center;
    }
}

.cs-phone {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
}

.cs-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #818080;
    margin-bottom: 12px;
}

.cs-links {
    display: flex;
    gap: 12px;
}

.cs-links a {
    width: 24px;
    height: 24px;
}

.cs-panel {
    padding: 0 !important;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cs-panel--mobile {
    display: none;
}

@media (max-width: 767px) {
    .cs-panel--mobile {
        display: flex;
    }
}


.cn {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;

    margin-bottom: 24px;
    gap: 24px;
    overflow: hidden;

    border-radius: 12px;
    background-color: #F7F6F5;
    padding: 43.5px 32px;
}

@media (max-width: 1024px) {
    .cn {
        flex-direction: column;
    }
}

.cn__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.cn__item-hr {
    height: inherit;
    width: 1px;
    background-color: #bbbbbb;
}

@media (max-width: 1024px) {
    .cn__item-hr {
        display: none;
    }
}

.cn__item-name {
    color: #242726CC;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.cn__item-value {
    color: #242726;
    font-weight: 600;
    font-size: 22px;

    display: flex;
    gap: 12px;
}

.vanta-btn {
    font-family: "Golos Text", serif;
    border-radius: 12px;
    border: none;
    box-shadow: none;
    text-decoration: none;
    background: #fff;
    color: #1B1B1B;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    max-width: 100%;
    width: 100%;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    margin: 0;
    height: 47px;
}

.vanta-btn span {
    font-size: 9px;
}

.vanta-btn svg {
    width: 65px;
}

/*.vanta-btn {*/
/*	font-family: "Golos Text", serif;*/
/*	border-radius: 12px;*/
/*	border: none;*/
/*	box-shadow: none;*/
/*	text-decoration: none;*/
/*	background: #fff;*/
/*	color: #1B1B1B;*/
/*	font-size: 15px;*/
/*	font-style: normal;*/
/*	font-weight: 600;*/
/*	line-height: 16px;*/
/*	letter-spacing: 0.6px;*/
/*	text-transform: uppercase;*/
/*	max-width: 100%;*/
/*	width: 100%;*/
/*	height: auto;*/
/*	min-height: 56px;*/
/*	padding: 12px 16px;*/
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	gap: 10px;*/
/*	cursor: pointer;*/
/*	margin: 15px auto 0;*/
/*}*/

.vanta-btn__pink {
	background: var(--Clean-gradient, linear-gradient(85deg, rgba(255, 140, 231, 0.30) -11.77%, rgba(217, 200, 255, 0.30) 64.01%, rgba(117, 222, 255, 0.30) 103.18%), #FFF);
}

.vanta-btn__black {
	background: #1B1B1B;
	color: #fff;
}

.vanta-btn__sm {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 10px auto 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
}

@media (max-width: 767px) {
    .jv-mobile > jdiv {
        bottom: 65px;
    }

    .modal .btns {
        gap: 6px;
    }

    .modal a.btn {
        width: 120px;
        padding: 10px 16px;
        border-radius: 4px;
        font-weight: 400;
    }
}

body.exit-popup-open {
    overflow: hidden;
}

.exit-popup {
    position: fixed;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    visibility: hidden;
}

.exit-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.exit-popup__overlay {
    position: fixed;
    top:-150%;
    right:0;
    left:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.62);
    height:calc(100vh + 150%);
}

.exit-popup__content {
    position: relative;
    width: min(96vw, 920px);
    margin: 8vh auto 0;
    background: radial-gradient(80% 90% at 20% 92%, rgba(255, 255, 255, 0.18), transparent 65%), radial-gradient(70% 90% at 70% 90%, rgba(255, 255, 255, 0.16), transparent 70%), #030303;
    border: none;
    border-radius: 6px;
    padding: 44px 34px 34px 42px;
    display: grid;
    grid-template-columns: 245px 1fr;
    gap: 30px;
    color: #fff;
}

.exit-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.exit-popup__close:before,
.exit-popup__close:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 1px;
    width: 1px;
    height: 22px;
    background: #fff;
}

.exit-popup__close:before {
    transform: rotate(45deg);
}

.exit-popup__close:after {
    transform: rotate(-45deg);
}

.exit-popup__title {
    margin: 0 0 34px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
}

.exit-popup__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #f0f0f0;
}

.exit-popup__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 14px;
}

.exit-popup__form input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 0;
    background: #f0f1f3;
    color: #202020;
    font-size: 16px;
    line-height: 1;
    padding: 0 16px;
}

.exit-popup__form input[type="text"]::placeholder {
    color: #9ea4af;
}

.exit-popup__form > input[type="text"] {
    margin-bottom: 24px;
}

.exit-popup__subtitle {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 12px;
}

.exit-popup__radio {
    display: flex;
    gap: 32px;
    margin-bottom: 22px;
}

.exit-popup__radio label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.exit-popup__radio input[type="radio"] {
    margin: 0;
    width: 18px;
    height: 18px;
    accent-color: #fff;
}

.exit-popup__submit {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 8px;
    background: #e4008c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.exit-popup__policy {
    margin-top: 14px;
}

.exit-popup__policy label {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
}

.exit-popup__policy input[type="checkbox"] {
    margin-top: 3px;
}

.exit-popup__policy a {
    color: #e4008c;
}

.exit-popup .result .success {
    color: #57d957;
    font-size: 14px;
    margin-top: 8px;
}

@media (max-width: 980px) {
    .exit-popup__content {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 32px 18px 22px;
        margin-top: 3vh;
    }

    .exit-popup__title {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .exit-popup__desc {
        font-size: 14px;
    }
}

body.pod-zakaz-popup-open {
    overflow: hidden;
}

.pod-zakaz-popup {
    position: fixed;
    top:50%;
    left:0;
    right:0;
    transform: translateY(-50%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.pod-zakaz-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pod-zakaz-popup__overlay {
    position: fixed;
    top: -150%;
    bottom:0;
    right:0;
    left:0;
    background: rgba(0, 0, 0, 0.62);
    height:calc(100vh + 150%);
}

.pod-zakaz-popup__content {
    position: relative;
    width: min(96vw, 920px);
    margin: 8vh auto 0;
    background: radial-gradient(80% 90% at 20% 92%, rgba(255, 255, 255, 0.18), transparent 65%), radial-gradient(70% 90% at 70% 90%, rgba(255, 255, 255, 0.16), transparent 70%), #030303;
    border: none;
    border-radius: 6px;
    padding: 44px 34px 34px 42px;
    display: grid;
    grid-template-columns: 245px 1fr;
    gap: 30px;
    color: #fff;
}

.pod-zakaz-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.pod-zakaz-popup__close:before,
.pod-zakaz-popup__close:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 1px;
    width: 1px;
    height: 22px;
    background: #fff;
}

.pod-zakaz-popup__close:before {
    transform: rotate(45deg);
}

.pod-zakaz-popup__close:after {
    transform: rotate(-45deg);
}

.pod-zakaz-popup__title {
    margin: 0 0 34px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
}

.pod-zakaz-popup__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #f0f0f0;
}

.pod-zakaz-popup__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 14px;
}

.pod-zakaz-popup__form input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 0;
    background: #f0f1f3;
    color: #202020;
    font-size: 16px;
    line-height: 1;
    padding: 0 16px;
}

.pod-zakaz-popup__form input[type="text"]::placeholder {
    color: #9ea4af;
}

.pod-zakaz-popup__form > input[type="text"] {
    margin-bottom: 24px;
}

.pod-zakaz-popup__subtitle {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 12px;
}

.pod-zakaz-popup__radio {
    display: flex;
    gap: 32px;
    margin-bottom: 22px;
}

.pod-zakaz-popup__radio label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.pod-zakaz-popup__radio input[type="radio"] {
    margin: 0;
    width: 18px;
    height: 18px;
    accent-color: #fff;
}

.pod-zakaz-popup__submit {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 8px;
    background: #e4008c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.js-form .phone-and-mess{
    display:flex;
    flex-direction:column;
    width:100%;
}
.pod-zakaz-popup__policy {
    margin-top: 14px;
}

.pod-zakaz-popup__policy label {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
}

.pod-zakaz-popup__policy input[type="checkbox"] {
    margin-top: 3px;
}

.pod-zakaz-popup__policy a {
    color: #e4008c;
}

.pod-zakaz-popup .result .success {
    color: #57d957;
    font-size: 14px;
    margin-top: 8px;
}

@media (max-width: 980px) {
    .pod-zakaz-popup__content {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 32px 18px 22px;
        margin-top: 3vh;
    }

    .pod-zakaz-popup__title {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .pod-zakaz-popup__desc {
        font-size: 14px;
    }
}
.page_not_found .title404{
    color:black;
    font-size:44px;
    line-height:48px;
}
.page_not_found .subtitle404 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}
.page_not_found .description{
    padding-left:20px;
}
.page_not_found .descr_text404 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}
.button.big_btn {
    padding: 10px 21px 10px 20px;
}
.page_not_found .button{
    opacity: 1;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
    background: #e00590;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 8px 11px 9px;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    font-family: "Ubuntu",Arial,Helvetica,sans-serif;
    /* letter-spacing: 0.4px; */
    width: auto;
    vertical-align: middle;
}
.page_not_found .back404 a{
    margin-top:5px;
    font-size:12px;
    text-decoration: underline;
    color:blue;
}
.page_not_found .image{
    background-color: #e00590;
    display:flex;
    width:fit-content;
    max-width:100%;
}

.catalog-item__price-main,
.catalog-item__price-old,
.price_with_action,
.product-item-price-old,
.basket-coupon-block-total-price-current,
.basket-item-price-current-text,
.bx-soa-cart-d,
.bx-soa-cart-d .bx-price,
.bx-price {
    font-family: "Manrope", sans-serif !important;
}
body.buy-one-click-popup-open {
    overflow: hidden;
}

.buy-one-click-popup {
    position: fixed;
    top:50%;
    left:0;
    right:0;
    transform: translateY(-50%);
    z-index: 5000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.buy-one-click-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.buy-one-click-popup__overlay {
    position: fixed;
    top: -150%;
    bottom:0;
    right:0;
    left:0;
    background: rgba(0, 0, 0, 0.62);
    height:calc(100vh + 150%);
}

.buy-one-click-popup__content {
    position: relative;
    width: min(96vw, 920px);
    margin: 8vh auto 0;
    background: radial-gradient(80% 90% at 20% 92%, rgba(255, 255, 255, 0.18), transparent 65%), radial-gradient(70% 90% at 70% 90%, rgba(255, 255, 255, 0.16), transparent 70%), #030303;
    border: none;
    border-radius: 6px;
    padding: 44px 34px 34px 42px;
    display: grid;
    grid-template-columns: 245px 1fr;
    gap: 30px;
    color: #fff;
}

.buy-one-click-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.buy-one-click-popup__close:before,
.buy-one-click-popup__close:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 1px;
    width: 1px;
    height: 22px;
    background: #fff;
}

.buy-one-click-popup__close:before {
    transform: rotate(45deg);
}

.buy-one-click-popup__close:after {
    transform: rotate(-45deg);
}

.buy-one-click-popup__title {
    margin: 0 0 34px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
}

.buy-one-click-popup__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    color: #f0f0f0;
}

.buy-one-click-popup__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 14px;
}

.buy-one-click-popup__form input[type="text"] {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 0;
    background: #f0f1f3;
    color: #202020;
    font-size: 16px;
    line-height: 1;
    padding: 0 16px;
}

.buy-one-click-popup__form input[type="text"]::placeholder {
    color: #9ea4af;
}

.buy-one-click-popup__form > input[type="text"] {
    margin-bottom: 24px;
}

.buy-one-click-popup__subtitle {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 12px;
}

.buy-one-click-popup__radio {
    display: flex;
    gap: 32px;
    margin-bottom: 22px;
}

.buy-one-click-popup__radio label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.buy-one-click-popup__radio input[type="radio"] {
    margin: 0;
    width: 18px;
    height: 18px;
    accent-color: #fff;
}

.buy-one-click-popup__submit {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 8px;
    background: #e4008c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.buy-one-click-popup__policy {
    margin-top: 14px;
}

.buy-one-click-popup__policy label {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.2;
}

.buy-one-click-popup__policy input[type="checkbox"] {
    margin-top: 3px;
}

.buy-one-click-popup__policy a {
    color: #e4008c;
}

.buy-one-click-popup .result .success {
    color: #57d957;
    font-size: 14px;
    margin-top: 8px;
}

@media (max-width: 980px) {
    .buy-one-click-popup__content {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 32px 18px 22px;
        margin-top: 3vh;
    }

    .buy-one-click-popup__title {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .buy-one-click-popup__desc {
        font-size: 14px;
    }
}
#modal .caption-modal{
    width:100%;
    justify-self: flex-start;
    font-weight:bold;
}
.buy-one-click-popup__form  input[name="USER_PHONE"] {
    margin-bottom: 0;
}
.buy-one-click-popup__form  input[name="DEVICE_NAME_DISABLED"] {
    margin-top:24px;
    margin-bottom: 24px;
}
