body {
	overflow-x: hidden;
}

.workarea {
	overflow-x: hidden;
	padding-top: 140px;
}

.bx-yellow,
.bx-theme-yellow {
    --primary: #f9a91d;
    --theme-color-primary: #455292;
    --theme-color-second: #94D230;
    --theme-color-light: #fff;
    --theme-b-link: #455292;
    --theme-b-link-hover: #faba4a;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #f9a91d;
    --theme-b-bd-primary: #f9a91d;
    --theme-b-sd-primary: rgba(249, 169, 29, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #faba4a;
    --theme-b-bd-primary-hover: #daa53e;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #faba4a;
    --theme-b-bd-primary-active: #daa53e;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #daa53e;
    --theme-b-bd-primary-disabled: #b7853b;
    --theme-font-family-primary: 'Roboto', sans-serif;
    --theme-color-menu-hover: #02304a;
}

.bx-blue,
.bx-theme-blue {
    --primary: #0083d1;
    --theme-color-primary: #455292;
    --theme-color-second: #94D230;
    --theme-color-light: #f0f6f8;
    --theme-b-link: #455292;
    --theme-b-link-hover: #5cc3d1;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #0083d1;
    --theme-b-bd-primary: #0083d1;
    --theme-b-sd-primary: rgba(0, 131, 209, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #5ca6e4;
    --theme-b-bd-primary-hover: #5599d2;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #5ca6e4;
    --theme-b-bd-primary-active: #5599d2;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #5599d2;
    --theme-b-bd-primary-disabled: #4d8bbf;
    --theme-font-family-primary: 'Roboto', sans-serif;
    --theme-color-menu-hover: #02304a;
}

.bx-red,
.bx-theme-red {
    --primary: #e22b2b;
    --theme-color-primary: #e22b2b;
    --theme-color-second: #e95c5c;
    --theme-color-light: #f0f0f0;
    --theme-b-link: #e22b2b;
    --theme-b-link-hover: #e95c5c;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #e22b2b;
    --theme-b-bd-primary: #e22b2b;
    --theme-b-sd-primary: rgba(226, 43, 43, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #e95c5c;
    --theme-b-bd-primary-hover: #d05454;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #e95c5c;
    --theme-b-bd-primary-active: #d05454;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #d05454;
    --theme-b-bd-primary-disabled: #c04e4e;
    --theme-font-family-primary: 'Roboto', sans-serif;
    --theme-color-menu-hover: #02304a;
}

.bx-green,
.bx-theme-green {
    --primary: #63aa28;
    --theme-color-primary: #63aa28;
    --theme-color-second: #5b9f0b;
    --theme-color-light: #a8d95b;
    --theme-b-link: #44b1c9;
    --theme-b-link-hover: #5cc3d1;
    --theme-b-tx-primary: #fff;
    --theme-b-bg-primary: #63aa28;
    --theme-b-bd-primary: #63aa28;
    --theme-b-sd-primary: rgba(99, 170, 40, 0.5);
    --theme-b-tx-primary-hover: #fff;
    --theme-b-bg-primary-hover: #5b9f0b;
    --theme-b-bd-primary-hover: #56940b;
    --theme-b-tx-primary-active: #fff;
    --theme-b-bg-primary-active: #5b9f0b;
    --theme-b-bd-primary-active: #56940b;
    --theme-b-tx-primary-disabled: #fff;
    --theme-b-bg-primary-disabled: #56940b;
    --theme-b-bd-primary-disabled: #497c09;
    --theme-font-family-primary: 'Roboto', sans-serif;
    --theme-color-menu-hover: #02304a;
}

body {
    background-attachment: fixed;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}

#pagetitle {
    display: none;
}

h1, h2, h3, h4, h5 {
    font-family: var(--theme-font-family-primary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-regular, 400);
}

.h1 {
	font-size: 48px;
	line-height: 100%;
	font-weight: 900;
	font-style: italic;
	color: white;
}

.h1 .green {
	color: var(--theme-color-second);
}

.h2 {
	font-size: 48px;
	font-weight: 800;
	line-height: 100%;
	font-style: italic;
	color: #26272D;
}

.h2 .blue {
	color: var(--theme-color-primary);
}

.bx-content-section,
.bx-header-section {
    padding-bottom: 2px;
    background-color: rgba(255, 255, 255, .95);
    margin-bottom: 10px;
}

.bx-wrapper {
}

/*region HEADER*/
.bx-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: white;
}

.bx-header-section {
}

.bx-header-logo {
}

.bx-header-personal {
}

.bx-header-contact {
}

/*region Logo*/
.bx-logo-block {
    display: block;
    height: 50px;
    border-bottom: none;
}

.bx-logo-block img {
    max-height: 50px;
    width: auto;
}

@media (max-width: 767px) {
    .bx-logo-block img {
        max-width: 100%;
        max-height: 45px;
        width: auto;
        height: auto;
    }

    .bx-header-logo {
        padding: 5px 50px;
        height: 55px;
        background-color: var(--theme-color-primary);
    }

    .bx-logo-block {
        height: auto;
    }

    body.bx-theme-green .bx-store-logo {
        background: #33b111;
    }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
    display: flex;
    align-items: center;
}

.bx-header-phone-number {
    color: var(--theme-color-second);
    white-space: nowrap;
    font: 19px var(--theme-font-family-primary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
    transition: 250ms linear all;
}

.bx-header-phone-icon {
    display: block;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
    .bx-header-phone-number {
        font: 15px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
        font-weight: var(--ui-font-weight-semi-bold, 600);
    }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime_old {
    color: #000;
    font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
    transition: 250ms linear all;
}

.bx-worktime-title {
    color: #adadad;
    font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-regular, 400);
}


@media (max-width: 991px) {
    .bx-header-worktime_old {
        font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
        font-weight: var(--ui-font-weight-regular, 400);
    }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
    color: #343434;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer-logo {
    border-bottom: none !important;
    text-decoration: none !important;
}

.bx-footer-logo img {
    max-width: 100%;
    height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover {
    background: #0083d1;
}

.bx-theme-blue.bx-inclinkspersonal-selected {
    background: #3398d7;
}

.bx-inclinkspersonal-item.bx-theme-black:hover {
    background: #303030;
}

.bx-theme-black.bx-inclinkspersonal-selected {
    background: #484848;
}

.bx-inclinkspersonal-item.bx-theme-green:hover {
    background: #44b1c9;
}

.bx-theme-green.bx-inclinkspersonal-selected {
    background: #5cc3d1;
}

.bx-inclinkspersonal-item.bx-theme-red:hover {
    background: #e63c3c;
}

.bx-theme-red.bx-inclinkspersonal-selected {
    background: #e95c5c;
}

.bx-inclinkspersonal-item.bx-theme-yellow:hover {
    background: #f4a52e;
}

.bx-theme-yellow.bx-inclinkspersonal-selected {
    background: #fbb859;
}

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
    border-color: var(--theme-b-bd-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
    border-color: var(--theme-b-bd-primary-hover);
    background-color: var(--theme-b-bg-primary-hover);
    color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: var(--theme-b-bg-primary);
    background-color: var(--theme-b-bg-primary);
    color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    border-color: var(--theme-b-bd-primary-active);
    background-color: var(--theme-b-bg-primary-active);
    color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
    border-color: var(--theme-color-primary);
    box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link {
    color: var(--theme-b-link);
}

a:hover,
.btn-link:hover {
    color: var(--theme-b-link-hover);
}

.g-font-size-15 {
    font-size: 15px;
}

.g-font-size-17 {
    font-size: 17px;
}

.g-font-size-20 {
    font-size: 20px;
}

.text-primary {
    color: var(--primary) !important
}

.bg-primary {
    background: var(--primary) !important
}

.border-primary {
    border-color: var(--primary) !important
}

/*endregion*/

.bx-sidebar-block {
}

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
    font-size: 12px;
    font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
    width: 27px;
    height: 27px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: var(--theme-color-primary);
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-icon-label {
    background-image: url(images/label.svg);
    background-size: 19px auto;
}

.sidebar-icon-delivery {
    background-image: url(images/delivery.svg);
    background-size: 17px auto;
}

.sidebar-icon-sale {
    background-image: url(images/sale.svg);
    background-size: auto 17px;
}

.sidebar-icon-self {
    background-image: url(images/self.svg);
    background-size: auto 17px;
}

.sidebar-icon-phone {
    background-image: url(images/phone_white.svg);
    background-size: auto 21px;
}

.my-footer-text {
    color: var(--theme-color-second);
}

.my-footer-text a:hover {
    color: white;
}

.newdetal-logo-main-text {
    color: var(--theme-color-primary);
    font-family: var(--theme-font-family-primary);
    font-weight: 900;
    font-size: 19px;
}

.newdetal-logo-secondary-text {
    color: var(--theme-color-second);
    font-family: var(--theme-font-family-primary);
    font-size: 12px;
    /*font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));*/
    /*font-weight: var(--ui-font-weight-regular, 700);*/
    font-weight: bold;
    line-height: 12px;
}

.basket-line a {
    font-weight: bold;
    /*text-decoration: none;*/
    font-size: 14px;
}

.basket-line-block {
    /*font-weight: bold;*/
    /*text-decoration: none;*/
    font-size: 14px;
    color: var(--theme-color-primary);
}

.search-title-button {
    /*width: 90px;*/
    background-image: none;
    background-color: var(--theme-color-primary);
    height: auto;
}

.newdetal-feedback {
	margin: 70px 0;
	padding: 40px;
    background-color: var(--theme-color-primary);
	background-image: url('/images/feedback-img.png'), url('/images/feedback-bg.svg');
	background-size: contain, 70%;
	background-position: 0 50%, 0 50%;
	background-repeat: no-repeat, no-repeat;
    border-radius: 30px;
}

.feedback-content {
	width: 50%;
	margin-left: auto;
}

.h2.white {
	color: white;
}

.feedback-head-text {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 120%;
	font-weight: 500;
	color: white;
}

.newdetal-feedback .form-control {
	height: 44px;
	color: white;
	background-color: rgba(255, 255, 255, .17);
	border: none;
	border-radius: 10px;
}

.newdetal-feedback textarea.form-control {
	resize: none;
	height: 90px;
}

.newdetal-feedback .form-control::placeholder {
	color: rgba(255, 255, 255, .6);
}

.form-personal-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.input-group-text {
	height: 44px;
	color: white;
	background-color: rgba(255, 255, 255, .17);
	border: none;
	border-radius: 10px 0 0 10px;
}

.form-control.phone {
	margin-left: 0 !important;
}

.newdetal-feedback .btn {
	padding: 14px 24px;
	width: 100%;
	font-size: 14px;
	border: none;
	border-radius: 8px;
}

.newdetal-feedback .form-group {
    margin-bottom: 15px;
}

.feedback-head {
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	margin-bottom: 60px;
}

.rounded-xl {
    border-radius: .5rem;
}

.btn-secondary {
    background-color: var(--theme-color-second);
}

.main-page-mini-promo {
    height: 250px;
    width: 250px;
    font-size: 20px;
    font-weight: 900;
    color: var(--theme-color-primary);
    margin-bottom: 10px;
}

.theme-color-primary {
    color: var(--theme-color-primary);
}

.bx-header-section .newdetal-schedule, .newdetal-region {
    color: var(--theme-color-primary);
    font-weight: bold;
}

.bx-footer .newdetal-schedule {
    color: var(--theme-color-light);
    font-weight: normal;
}

.bx-footer .newdetal-schedule-title {
    /*display: none;*/
}

.btn-primary, .bg-primary {
    background-color: var(--theme-color-primary);
}

.btn-primary:hover {
    background-color: var(--theme-color-menu-hover);
    color: var(--theme-color-second);
}

.bx-nav-list-2-lvl, .bx-nav-2-lvl-container {
    color: #203740;
    /*background-color: var(--theme-color-primary);*/
}

.bx-nav-1-lvl:hover, .bx-nav-1-lvl-link:hover, .bx-nav-1-lvl-link-text:hover, .bx-nav-list-2-lvl:hover {
    /*background-color: var(--theme-color-menu-hover);*/
    border-radius: 0.7rem;
}

.bx-nav-1-lvl-link-text{
    border-radius: 0.7rem !important;
}
.bx-nav-1-lvl-link{
    border-radius: 0.7rem !important;
}

.newdetal-btn-cart {
    background: no-repeat center url('/local/assets/images/cart.svg');
    height: 30px;
    width: 30px;
    background-color: var(--theme-color-primary);
    background-size: 60%;
}

@media (min-width: 100px) and (max-width: 420px) {
    .popup-window-buttons .popup-window-button {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}

/*строка товара в режиме без боковой панели*/
@media (min-width: 100px) and (max-width: 400px) {

    .product-item-store-name {
        flex: none !important;
        width: 30% !important;
    }

    .product-item-store-amount {
        flex: none !important;
        width: 30% !important;
    }

    .product-item-store-delivery-date {
        flex: none !important;
        width: 40% !important;
    }

    .product-item-price {
        flex: none !important;
        width: 60% !important;
    }

    .product-item-price .product-item-price-current {
        font-size: 25px !important;
    }

    .product-item-buttons {
        flex: none !important;
        width: 40% !important;
    }

    .product-item-price .product-item-price-container {
        text-align: right !important;
    }
}

/*строка товара в режиме с боковой панелью*/
@media (min-width: 100px) and (max-width: 768px) {

    .mini-item-view .product-item-store-name {
        flex: none !important;
        width: 30% !important;
    }

    .mini-item-view .product-item-store-amount {
        flex: none !important;
        width: 30% !important;
    }

    .mini-item-view .product-item-store-delivery-date {
        flex: none !important;
        width: 40% !important;
    }

    .mini-item-view .product-item-price {
        flex: none !important;
        width: 60% !important;
    }

    .mini-item-view .product-item-price .product-item-price-current {
        font-size: 25px !important;
    }

    .mini-item-view .product-item-buttons {
        flex: none !important;
        width: 40% !important;
    }

    .mini-item-view .product-item-price .product-item-price-container {
        text-align: right !important;
    }
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--theme-color-second);
	transition: all .2s;
}

.product-item-brand-value {
    color: var(--theme-color-second);
}

.my-search-group-item:hover {
    background: #ececec;
}

.my-search-clear-btn-primary {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    border: none;
    background: none;
    color: white;
    vertical-align: middle;
    font-weight: var(--ui-font-weight-bold);
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    transition: 250ms linear all;
    transform: translateY(-50%);
}

.my-search-clear-btn-primary:hover {
    color: var(--theme-color-second);
}

.sale-order-list-title-container{
    color: white;
    background-color: var(--theme-color-primary);
    border-color: var(--theme-color-primary);
    border-radius: 0.5rem 0.5rem 0 0;
}

.sale-order-list-inner-container{
    border-color: var(--theme-color-primary);
}

.sale-order-list-status-success{
    color: white;
    background-color: var(--theme-color-second);
    border-color: var(--theme-color-second);
}

.sale-order-list-accomplished-title-container{
    color: white;
    background-color: var(--theme-color-primary);
    border-color: var(--theme-color-primary);
}

#title-search-input {
    height: 49px;
	background-color: #425AB90D;
	border: 1px solid #26272D33;
	border-radius: 10px;
}

.sale-order-detail-card-title{
    border-radius: 0.5rem 0.5rem 0 0;
    margin: 0 -13px;
}

.sale-order-detail-card{
    border-radius: 0.5rem 0.5rem 0 0;
}

.btn-primary{
    border-radius: 0.5rem;
}

.input-group-append .btn{
    /*border-radius: 0 0.5rem 0.5rem 0;*/
    border-radius: 0.5rem;
    margin-left: -0.5rem;
}

.sale-personal-section-index-block{
    opacity: 1;
}

.sale-personal-section-index-block-link{
    background-color: var(--theme-color-primary);
}

.sale-personal-section-index-block-link:hover{
    background-color: var(--theme-color-second);
}


.input-group-append .btn {
	height: 100%;
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3e%3cpath d='M21 21.5L15 15.5M3 10.5C3 11.4193 3.18106 12.3295 3.53284 13.1788C3.88463 14.0281 4.40024 14.7997 5.05025 15.4497C5.70026 16.0998 6.47194 16.6154 7.32122 16.9672C8.1705 17.3189 9.08075 17.5 10 17.5C10.9193 17.5 11.8295 17.3189 12.6788 16.9672C13.5281 16.6154 14.2997 16.0998 14.9497 15.4497C15.5998 14.7997 16.1154 14.0281 16.4672 13.1788C16.8189 12.3295 17 11.4193 17 10.5C17 9.58075 16.8189 8.6705 16.4672 7.82122C16.1154 6.97194 15.5998 6.20026 14.9497 5.55025C14.2997 4.90024 13.5281 4.38463 12.6788 4.03284C11.8295 3.68106 10.9193 3.5 10 3.5C9.08075 3.5 8.1705 3.68106 7.32122 4.03284C6.47194 4.38463 5.70026 4.90024 5.05025 5.55025C4.40024 6.20026 3.88463 6.97194 3.53284 7.82122C3.18106 8.6705 3 9.58075 3 10.5Z' stroke='%2326272D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;
	background-size: 24px;
	background-position: center;
	border: none;
}

#search .input-group-append {
	margin-left: -37px;
}

@media screen and (max-width: 1400px) {
	.h1, .h2 {
		font-size: 38px;
	}
}

@media screen and (max-width: 767px) {
	.h1, .h2 {
		font-size: 32px;
	}
}

@media screen and (max-width: 480px) {
	.h1, .h2 {
		font-size: 24px;
	}
}

.delivery-head {
	position: relative;
}

.delivery-head-span {
	position: absolute;
    top: -10px;
    right: -100px;
    font-size: 205px;
    line-height: 80%;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    color: #26272D;
    opacity: 6%;
}

.delivery-content {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.delivery-list-1,
.delivery-list-2 {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 35%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.delivery-item {
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px;
	background-color: #FFFFFF8C;
	border: 1px solid #FFFFFF33;
	box-shadow: 0 0 10px #00000040;
	-webkit-box-shadow: 0 0 10px #00000040;
	border-radius: 10px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.delivery-img {
	position: absolute;
	top: -50px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
    height: 538px;
    object-fit: contain;
    object-position: 35% 50%;
}

.delivery-item-icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	object-fit: contain;
    object-position: center;
}

.delivery-item-title {
	font-size: 18px;
	font-weight: 500;
}

.delivery-item-text {
	font-size: 14px;
}

.delivery-form {
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding: 20px;
	margin-top: 50px;
	background-color: var(--theme-color-primary);
	border: 1px solid #FFFFFF33;
	border-radius: 10px;
	box-shadow: 0 0 10px #00000040;
	-webkit-box-shadow: 0 0 10px #00000040;
}

.delivery-form-title {
	font-size: 18px;
	font-weight: 500;
	color: white;
}

.delivery-form-text {
	font-size: 14px;
	font-weight: 400;
	color: white;
}

.delivery-form-btn {
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    color: white;
    background-color: var(--theme-color-second);
    border-radius: 8px;
}

.delivery-form-btn-arrow {
	display: inline-block;
    width: 17px;
    height: 16px;
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3e%3cpath d='M16.5495 7.47L9.54949 0.469996C9.35657 0.282431 9.07824 0.212038 8.81934 0.285332C8.56044 0.358627 8.36031 0.564474 8.29434 0.825333C8.22836 1.08619 8.30657 1.36243 8.49949 1.55L14.2095 7.25H0.979492C0.565279 7.25 0.229492 7.58578 0.229492 8C0.229492 8.41421 0.565279 8.75 0.979492 8.75H14.1995L8.49949 14.45C8.35654 14.5893 8.27592 14.7804 8.27592 14.98C8.27592 15.1796 8.35654 15.3707 8.49949 15.51C8.63733 15.6546 8.82974 15.7345 9.02949 15.73C9.22856 15.7309 9.41961 15.6516 9.55949 15.51L16.5595 8.51C16.8519 8.21718 16.8519 7.74281 16.5595 7.45L16.5495 7.47Z' fill='white'/%3e%3c/svg%3e") no-repeat;
	background-size: contain;
    background-position: center;
	transition: transform .2s;
}

.delivery-form-btn:hover {
	color: white;
}

.delivery-form-btn:hover .delivery-form-btn-arrow {
	transform: translatex(10px);
}

.sert {
	padding: 70px 0;
}

.sert-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr); 
	gap: 40px;
}

.sert-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
    text-align: right;
	gap: 20px;
}

.sert-images {
	display: grid;
	grid-template-columns: 1fr 2fr; 
	gap: 20px;
}

.sert-img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.assort {
	padding: 70px 0;
}

.assort-content {
	margin-top: 70px;
}

.assort-head {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.assort-head-span {
	position: absolute;
    top: -50px;
    left: -100px;
    font-size: 205px;
    line-height: 80%;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    color: #26272D;
    opacity: 6%;
}

.assort-head-text {
	width: 40%;
}

.assort-swiper {
	overflow: visible;
}

.assort-swiper .swiper-wrapper {
	-webkit-transition-timing-function:linear!important; 
	-o-transition-timing-function:linear!important;
	transition-timing-function:linear!important; 
}

.assort-slide {
	padding: 15px;
	border-radius: 10px;
	background-color: #58459233;
}

.assort-img {
	width: 100%;
	height: 55px;
	object-fit: contain;
	object-position: center;
}

.guarant-banner {
	position: relative;
}

.guarant-head-span {
	position: absolute;
    top: -50px;
    right: -100px;
    font-size: 205px;
    line-height: 80%;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    color: #26272D;
    opacity: 6%;
}

.guarant-content {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 40px;
}

.guarant-info {
	width: 50%;
}

.guarant-info-title {
	font-size: 32px;
	font-weight: 500;
}

.guarant-info-text {
	margin-top: 50px;
}

.guarant-img {
	height: 440px;
	width: 50%;
}

.guarant-vosvrat_сontent {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.guarant-vosvrat_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.guarant-vosvrat_item {
	padding: 20px;
	background-color: #FFFFFF8C;
	border: 1px solid #FFFFFF33;
	border-radius: 20px;
	box-shadow: 0 0 10px #00000040;
	backdrop-filter: blur(7px);
}

.guarant-vosvrat_text {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.guarant-obsl {
	margin-top: 50px;
}

.guarant-obsl_list {
	list-style-type: none;
	padding: 0;
	margin: 50px 0 0 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.guarant-obsl_item {
	padding: 20px;
	background-color: #45529233;
	border-radius: 10px;
}

.guarant-obsl_text {
	margin: 0;
	font-size: 18px;
}

.guarant-neobsl {
	margin-top: 50px;
}

.guarant-neobsl_list {
	list-style-type: none;
	padding: 0;
	margin: 50px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.guarant-neobsl_item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	background-color: white;
	box-shadow: 0 0 10px #00000040;
	border-radius: 500px;
}

.guarant-neobsl_item:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #9776FF;
	box-shadow: 0 0 6px #8E7EC0;
	border-radius: 100%;
	flex-shrink: 0;
}

.guarant-neobsl_text {
	margin: 0;
	font-size: 18px;
}

.guarant-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	margin-top: 50px;
}

.guarant-item {
	padding: 20px;
	color: white;
	border: 1px solid #FFFFFF33;
	border-radius: 10px;
	box-shadow: 0 0 10px #00000040;
}

.guarant-item.blue {
	background-color: var(--theme-color-primary);
}

.guarant-item.green {
	background-color: var(--theme-color-second);
}


.howto_banner_content {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.howto-head-span {
	position: absolute;
    top: -50px;
    right: 0;
    font-size: 205px;
    line-height: 80%;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    color: #26272D;
    opacity: 6%;
}

.howto_banner_info {
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	gap: 10px;
	text-align: center;
}

.howto_banner_img {
	width: 626px;
}

.howto_step {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 50px;
}

.howto_step_list {
	list-style-type: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 25px;
}

.howto_step_item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 20px;
	background-color: #45529233;
	border-radius: 10px;
}

.howto_step_item.green {
	background-color: #94D230;
	color: white;
}

.howto_step_item-num {
	font-size: 100px;
	line-height: 80%;
	font-weight: 900;
	opacity: .1;
}

.howto_step_item-text {
	margin: 0;
	font-size: 18px;
}

.howto_step_list-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.howto_step_item-2 {
	display: flex;
	gap: 20px;
	padding: 20px;
	background-color: #FFFFFF8C;
	border: 1px solid #FFFFFF33;
	border-radius: 10px;
	box-shadow: 0 0 10px #00000040;
}

.howto_step_item-2 .howto_step_item-text {
	font-size: 14px;
}

.howto_step_item-img {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
}

.howto_step_item-title {
	font-size: 18px;
	font-weight: 500;
}

.howto_step_list-3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.howto_step_item-3 {
	display: flex;
	align-items: center;
	padding: 20px;
	color: white;
	border-radius: 10px;
}

.howto_step_item-3.blue {
	background-color: #455292;
}

.howto_step_item-3.green {
	background-color: #94D230;
}

.howto_step_item-3 .howto_step_item-text {
	font-size: 14px;
}


@media screen and (max-width: 1200px) {
	.newdetal-feedback {
		background-size: 50%, 70%;
	}

	.assort-head-span {
		font-size: 148px;
	}

	.delivery-content {
		flex-direction: column;
		gap: 20px;
	}

	.delivery-list-1 {
		width: 40%;
	}

	.delivery-list-2 {
		width: 100%;
		flex-direction: row;
	}

	.delivery-img {
		top: 0;
		object-position: 100% 50%;
	}

	.delivery-head-span, .guarant-head-span {
		font-size: 148px;
	}

	.guarant-img {
		object-fit: contain;
		object-position: center;
	}

	.howto_banner_img {
		width: 508px;
	}
}

@media screen and (max-width: 991px) {
	.feedback-content {
		width: 100%;
	}

	.newdetal-feedback {
		background-image: url('/images/feedback-bg.svg');
		background-position: -20% 100%;
        background-size: cover;
	}

	.sert-content {
		display: flex;
		flex-direction: column-reverse;
	}

	.sert-info {
		align-items: center;
		text-align: center;
	}

	.assort-head-text {
		width: 60%;
	}

	.delivery-img {
		order: 1;
		position: static;
		height: 438px;
	}

	.delivery-list-1 {
		order: 2;
		width: 100%;
	}

	.delivery-list-2 {
		order: 3;
		flex-direction: column;
	}

	.delivery-head-span, .guarant-head-span {
		display: none;
	}

	.delivery-form {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.guarant-content {
		flex-direction: column;
	}

	.guarant-info, .guarant-img {
		width: 100%;
	}

	.guarant-img {
		height: 280px;
	}

	.guarant-info-title {
		font-size: 24px;
	}

	.guarant-vosvrat_list, .howto_step_list-2, .howto_step_list-3 {
		grid-template-columns: 1fr;
	}	

	.guarant-obsl_list {
		grid-template-columns: repeat(2, 1fr);
	}

	.howto_banner_content {
		flex-direction: column;
		align-items: center;
	}

	.howto_step_list {
		grid-template-columns: repeat(2, 1fr);
    	grid-template-rows: repeat(3, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.newdetal-feedback {
		margin: 40px 0;
		padding: 20px;
	}

	.feedback-head-text {
		font-size: 16px;
	}

	.sert {
		padding: 40px 0;
	}

	.sert-images {
		grid-template-columns: 1fr;
	}

	.assort-head-span {
		display: none;
	}

	.assort-head-text {
		width: 100%;
	}

	.assort {
		padding: 40px 0;
	}

	.delivery-img {
		height: 300px;
		object-position: 50% 50%;
	}

	.guarant-title {
		font-size: 20px;
	}

	.guarant-obsl_list, .guarant-cards {
		grid-template-columns: 1fr;
	}

	.guarant-obsl_text, .guarant-neobsl_text, .guarant-vosvrat_text {
		font-size: 16px;
	}

	.guarant-info-title, .howto_step_title {
		font-size: 18px;
	}

	.howto_step_item-text {
		font-size: 16px;
	}

	.howto_step_list {
		grid-template-columns: 1fr;
        grid-template-rows: 1fr;
		grid-row-auto: 1fr;
	}

	.howto_banner_img {
		width: 100%;
	}

	.howto-head-span {
		display: none;
	}
}



.popup {
	position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*display: none;*/
    justify-content: center;
    align-items: center;
    /*opacity: 0;*/
}

.popup-bg {
    position: fixed;
    z-index: 9998;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
}

.popup-block {
    position: relative;
    z-index: 9999;
    max-width: 600px;
    width: 100%;
    padding: 50px 30px;
    background-color: white;
    border-radius: 20px;
}

.popup-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='30' height='30' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.7188 18.3906L13.325 12.0004L19.7188 5.65714C20.0392 5.28603 20.0219 4.72911 19.679 4.37894C19.3361 4.02878 18.7832 4.00341 18.4101 4.32073L11.9976 10.6169L5.69734 4.27367C5.33275 3.90878 4.74392 3.90878 4.37933 4.27367C4.20236 4.45039 4.10282 4.69094 4.10282 4.94188C4.10282 5.19282 4.20236 5.43337 4.37933 5.61008L10.6703 11.9439L4.2765 18.2777C4.09954 18.4544 4 18.695 4 18.9459C4 19.1969 4.09954 19.4374 4.2765 19.6141C4.45291 19.7903 4.69172 19.8885 4.94018 19.887C5.18409 19.8885 5.41891 19.794 5.59452 19.6235L11.9976 13.2709L18.4101 19.7271C18.5865 19.9032 18.8253 20.0014 19.0738 20C19.319 19.9989 19.554 19.9009 19.7281 19.7271C19.9039 19.5491 20.0017 19.3078 20 19.0569C19.9982 18.8059 19.897 18.5661 19.7188 18.3906Z' fill='black'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.popup-title {
    font-size: 32px;
    line-height: 100%;
    text-align: center;
}

.popup-text {
    font-size: 18px;
    line-height: 120%;
    text-align: center;
}

#ask .form-control {
	height: 44px;
	border-radius: 10px;
}

#ask .input-group-text {
	color: #212529;
	background-color: #45529230;
}

#ask .form-control.phone {
	border-radius: 0 10px 10px 0;
	border-left: none;
}

#ask form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#ask .btn {
	height: 44px;
	width: 100%;
	border: none;
	border-radius: 10px;
}

.newdetal-region-icon {
	display: inline-block;
	width: 15px;
	height: 10px;
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' id='Layer_1' enable-background='new 0 0 512 512' viewBox='0 0 512 512' width='300' height='300' version='1.1'%3e%3cg width='100%25' height='100%25' transform='matrix(1,0,0,1,0,0)'%3e%3cg id='Layer_2_00000171678796447763819170000018054882055796088198_'%3e%3cg id='Layer_1_copy_10'%3e%3cg id='_95'%3e%3cpath d='m0 164.8c0-38.9 31.5-70.4 70.4-70.4 18.7 0 36.6 7.4 49.8 20.6l134.7 134.7 136.9-136.9c27.4-27.6 72-27.8 99.6-.4s27.8 72 .4 99.6c-.1.1-.2.2-.4.4l-186.7 186.7c-27.5 27.5-72.1 27.5-99.6 0l-184.5-184.5c-13.2-13.2-20.6-31.1-20.6-49.8z' fill='%23455292' fill-opacity='1' data-original-color='%23000000ff' stroke='none' stroke-opacity='1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat;
	background-size: contain;
	background-position: center;
}