.pricce {
    text-align: center;
    font-weight: 800;
    background-color: #f6e624;
    padding: 5px;
    margin: 5px;
	}

.header__down-info .button {
    margin: 0 10px 0 0;
	}

.header__down-info .button i {
    color: #404041;
    font-size: 24px;
    line-height: 24px;
}

.header__down-m_click .button i {
    font-size: 24px;
    line-height: 24px;
    color: #404041;
}

.footer__descr li.footer__li-title a{
    font-weight: 700;
}

.main__item-pre{
	display: inline-block;
}

.main__item-old {
    display: flex;
}

.main__button.active {
    background: #47a5ae;
    color: #404041;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.text-danger {
    color: #a94442;
}

/* Notify */
.alert-block {
    margin: 20px 0 20px;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 575px) {
    .alert-block {
        right:15px !important;
        top: 15px !important;
        left: 15px !important
    }
}

.rm-alert {
    background: #fff;
    float: right;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .29);
    padding: 0;
    margin-bottom: 10px
}

@media (min-width: 420px) {
    .rm-alert {
        max-width:370px
    }
}

.rm-alert-success .rm-alert-icon {
    background: #0cc95b
}

.rm-alert-danger .rm-alert-icon {
    background: #f33d32
}

.rm-alert-warning .rm-alert-icon {
    background: #f3c932
}

.rm-alert-primary .rm-alert-icon {
    background: #50a8ff
}

.rm-alert-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    padding: 0;
	border: none;
}

.rm-alert-icon {
    max-width: 36px;
    height: 36px;
    border-radius: 2px;
    margin: 0px  20px 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px
}

.rm-alert-icon i {
    font-size: 18px;
    color: #fff;
    text-align: center
}

.rm-alert-text {
    color: #272323;
    font-size: 13px;
    line-height: 17px;
    padding: 20px 70px 20px 0;
    border-radius: 0 2px 2px 0;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 420px) {
    .rm-alert-text {
        min-width:310px
    }
}

.rm-alert-text a {
    text-decoration: underline
}

.rm-alert-text a:hover {
    text-decoration: none
}

.rm-alert-text .alert-text-item:not(:last-child) {
    margin-bottom: 5px
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -ms-transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -ms-transform: translate3d(0,-100%,0);
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

.d-flex {display: -ms-flexbox !important;display: -webkit-flex !important;display: flex !important;}
.flex-column {-ms-flex-direction: column !important;flex-direction: column !important;}


/* End of notify */

.fa::before {
    font: normal normal normal 14px / 1 FontAwesome;
}

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

.categories-categories .main__catalog-item{
	height: auto;
	max-width: auto;
	padding: 10px;
	text-align: center;
}

.categories-categories .main__catalog-title {
    font-size: 20px;
}

.hidden{
	display: none!important;
}

.categories-categories{
	margin-bottom: 50px;
}

.categories-categories .main__catalog-title:hover{
	text-decoration: underline;
}

.btn-default {
    padding: 18px 45px;
    border-radius: 50px;
    border: 1px solid #404041;
    background: #fff;
    font-size: 16px;
    color: #404041;
    transition: .4s all cubic-bezier(0,0,1,1);
}

.btn-default:hover {
    border: 1px solid #91dfe7;
    background: #91dfe7;
    color: #404041;
}

.btn-primary {
    width: 100%;
    background: #47a5ae;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 13px 30px;
}

.btn-primary:hover{
	opacity: 0.8;
}

.buttons{
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}

.main__product-price_off{
	display: block;
}

.main__product-availability-in .main__product-pre{
	display: block;
}

.main__basket-chek_btn{
	text-align: center;
}

.has-error input, .has-error textarea{
	border-color: #f33d32!important;
}

.error-field{
	border-color: #f33d32!important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.main__other-wrapp {
    margin: 45px 0 72px;
}

.simpleregister label.base__checkbox-item{
	display: flex!important;
}

.simpleregister-block-content{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.main__registration-form_wrapp .main__basket-address_item span{
	display: none;
}

#simpleregister_button_confirm{
	cursor: pointer;
}

.main__registration-form_wrapp .simplecheckout-error-text{
    margin-top: -10px;
	margin-bottom: 10px;
}

.main__other-wrapp p + p{
	margin-top: 10px;
}

.form-control {
    border-radius: 12px;
    border: 1px solid #ededed;
    background: #fff;
    text-align: left;
    padding: 14px 16px;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
}

.form-group{
	margin-bottom: 10px;
}

fieldset{
	border: none;
}

.base__goods-wrapp-search .base__goods-catalog{
	max-width: 100%;
}

.base__goods-wrapp-search .base__goods-catalog .main__item{
	max-width: 250px;
}

.main__basket-wrapper .form {
    width: 100%;
}

.simplecheckout-block {
    clear: both;
    margin-bottom: 0px;
}

.simplecheckout-block-content {
    padding: 0px;
}

.simplecheckout label.base__checkbox-item{
	display: flex!important;
}

.simple-content{
	margin: 0 auto;
}

.simplecheckout-block-finale-total div:last-child .main__basket-chek_subresult{
	font-weight: 600;
}

#total_shipping .main__basket-chek_subresult{
	font-size: 14px;
}

#simplecheckout_button_confirm{
	display: block;
	cursor: pointer;
}

.main__personal-data_paswr-item:nth-child(1){
	grid-column: auto;
}

.base__checkbox-wrap input[type=checkbox] {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: -1;
}

.base__checkbox-wrap input[type=checkbox]:checked~label.base__checkbox-item .base__checkbox-check {
    background: #47a5ae;
}

.base__checkbox-wrap input[type=checkbox]:checked~label.base__checkbox-item .base__checkbox-check {
    border: 2px solid #47a5ae;
    border-radius: 5px;
}

.base__checkbox-wrap input[type=checkbox]:checked~label.base__checkbox-item .base__checkbox-check i {
    display: inline;
}

.main__tabs-wrapper{
	margin-bottom: 30px;
}

.main__product-rewiews{
	cursor: pointer;
}

.pointer-events-none{
	pointer-events: none;
}

.modal.fade{
	display: none;
}

.modal.show{
	display: block;
}

.description-product p + p{
	margin-top: 10px;
}

.main__product-rait-new:not(:checked)>label .icon-staron{
	display: inline;
}

.main__product-rait-new{
	flex-direction: row;
}

.overlay__consultation, .overlay__boc_order, .overlay__boc_success {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .49);
    position: fixed;
    top: 0;
    z-index: 67;
    display: none;
}

.overlay__default .overlay__response-wrap{
	width: 600px;
	max-width: 100%;
}

.overlay__default .overlay__response-descr{
	width: 100%;
}

.overlay__default .overlay__response-btn{
	margin-top: 15px;
}

.overlay__default-close {
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    color: #404041;
}

.boc_product_field{
	width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.overlay__default .boc_product_field .overlay__response-descr{
	width: 55%;
}

.overlay__default .boc_product_field .overlay__response-descr > div{
	width: 100%;
}

.overlay__boc_order .overlay__response-wrap{
	width: 940px;
	max-width: 100%;
}

.contact-info .contacts__item + .contacts__item{
	margin-top: 15px;
}

.contacts__item span{
	padding-right: 5px;
}

.form-get-contact{
	max-width: 600px;
	margin-bottom: 25px;
}

.form-get-contact input, .form-get-contact textarea{
	width: 100%;
}

.form-get-contact legend{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-get-contact .form-group + .form-group{
	margin-bottom: 15px;
}

.form-get-contact label{
	display: block;
	margin-bottom: 3px;
}


.ocf-selected .base__checkbox-check {
	background: #47a5ae;
    border: 2px solid #47a5ae;
    border-radius: 5px;
}

.ocf-selected .base__checkbox-check i {
    display: inline;
}

.header__compare, .header__wishlist, .header__cart {
	position: relative;
}

.header__compare:after, .header__wishlist:after, .header__cart:after {
    content: attr(data-count);
    height: 20px;
    min-width: 20px;
    padding: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -10px;
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    background: #404041;
}

.header__down-m_click {
    max-width: 180px;
}

.header__down-m_wrapp{
	min-width: 225px;
}

.header__down-link:hover{
	text-decoration: underline;
}

.header__down-ul li a:hover{
	text-decoration: underline;
}

.header__top-contacts a:hover{
	text-decoration: underline;
}

.header__down-info .button:hover{
	opacity: 0.6;
}

.footer__inp-sbm:hover{
	opacity: 0.6;
}

.footer__descr li a:hover{
	text-decoration: underline;
}

.footer__tels div a:hover{
	text-decoration: underline;
}

.base__goods-arrows a, .base__goods-pages a, .base__goods-arrows span, .base__goods-pages span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 74px;
    border: 1px solid rgba(71, 165, 174, .3);
    color: #47a5ae;
    background: #fff;
}

.base__goods-nactive a {
    background: rgba(71, 165, 174, .3);
    border: none;
    pointer-events: none;
}

.base__goods-arrows a:hover, .base__goods-pages a:hover {
    color: #fff;
    background: #47a5ae;
}

.base__goods span.base__goods-pages_btn-active {
    color: #fff;
    background: #47a5ae;
    pointer-events: none;
}

.base__goods-list-m a, .base__goods-list-m span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
}

.base__goods-filter_title span{
    font-weight: 700;
}

.noUi-origin {
    border-radius: 20px;
}

.scale{
    top: 0;
    height: 6px;
    border-radius: 20px;
    background-color: rgba(71, 165, 174, .5);
    border: none;
    box-shadow: none;
}

.noUi-connect {
    background-color: #47a5ae;
    box-shadow: none;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-horizontal .noUi-handle{
	border: none;
    width: 13px;
    height: 13px;
    background-color: #47a5ae;
    top: -4px;
    left: -6px;
	box-shadow: none;
	border-radius: 24px;
}

.noUi-horizontal .noUi-handle::after, .noUi-horizontal .noUi-handle::before {
    content: "";
    display: block;
    height: 6px;
    width: 1px;
    background: hsla(0, 0%, 100%, .308);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.noUi-horizontal .noUi-handle::before{
	left: 5px;
}

.noUi-horizontal .noUi-handle::after{
	left: 8px;
}

.base__checkbox-descr:hover{
	opacity: 0.7;
}

.main__product-click:hover{
	background: #404041;
}

.main__product-order:hover{
	background: #404041;
}

.overlay__response-btn:hover{
	background: #404041;
}

.comment-click_btn:hover{
	background: #404041;
}

.main__basket-promo_btn:hover {
    background: #91dfe7;
    color: #404041;
}

.main__basket-chek_btn:hover{
	background: #404041;
}

.main__basket-btn:hover{
	opacity: 0.7;
}

.main__basket-item .main__product_quanty button:hover{
	opacity: 0.6;
}

.main__basket-item_close:hover{
	background: #404041;
}

.main__basket-item_close:hover i::after, .main__basket-item_close:hover i::before{
	background: #fff
}

.main__basket-code_btn:hover {
    background: #91dfe7;
    color: #404041;
}

.main__personal-orders_more span:hover{
	text-decoration: none;
}

.main__personal-favor_btns .favor_close:hover{
	background: #404041;
}

.main__personal-favor_btns .favor_close:hover i::after, .main__personal-favor_btns .favor_close:hover i::before{
	background: #fff
}

.main__personal-data_btn:hover{
	background: #404041;
}

.main__basket-address_item select {
    width: 100%;
}

.main__entrance-descr a:hover, .main__registration-descr a:hover{
	text-decoration: underline;
}

.main__entrance-btn:hover, .main__registration-btn:hover{
	background: #404041;
}

.main__entrance-remember:hover{
	text-decoration: none;
}

.main__personal-wrapp-full{
	max-width: 100%;
}

.makecallform-container {
	display: none;
}

.catalog__list {
    gap: 10px;
}

.catalog__item {
    width: calc((100% - 30px) / 4);
	padding: 10px;
	cursor: pointer;
}

.catalog__item.active {
    padding: 10px;
    border: 1px solid;
	border-radius: 10px;
}

.full_block ul {
    padding-left: 0px;
}

.catalog__image {
    margin-bottom: 10px;
	height: 110px;
}

.params>li:nth-child(1), .params>li:nth-child(2), .params>li:nth-child(3) {
    padding-left: 0px;
}

.cell-block .option-name {
    display: block;
}

.oneclick-container {
	display: none;
}

.rug-image{
	max-width: 100%;
	height: auto;
}

.loading-btn{
    opacity: 0.7;
    pointer-events: none;
}

.loading-btn span{
	display: none;
}

.loading-btn:before{
	content: 'Încărcare...';
}

.ws-quiz-container .ws-quiz-btn-el-container{
	right: -142px;
	bottom: 45%;
}

.ws-quiz-container .ws-quiz-btn-attach{
	display: block;
}

.envy-quiz-container {
	display: none;
}

.envy-quiz{
	margin: -10px;
}

#facebox .close {
    background: transparent;
}

.envy-quiz .main .footer .btns .btn.btn-next {
    background: rgba(239, 23, 24, 1);
}

.envy-quiz .main .footer .progress-envybox .progress-bar-envybox .progress-bar-envybox-active {
    background: rgba(239, 23, 24, 1);
}

.envy-quiz .question .nano-slider, .envy-quiz .question .nano-pane{
	display: none!important;
}

.form-main .fa::before{
	font-size: 25px;
}

.form-main .fa{
    position: absolute;
    top: 8px;
    left: 5px;
}

.form-main .btn{
    width: 100%;
    padding: 0;
}

.envy-quiz .quiz-body .form-main .body .btn a{
	line-height: 40px;
}

.ws-quiz-container .ws-quiz-btn-el-container {
    z-index: 100;
}

/* WHY */
/*
@font-face{font-family:'Roboto';font-weight:400;font-style:normal;font-display:swap;src:local(''), url('../fonts/roboto/roboto-regular.woff2') format('woff2'), url('../fonts/roboto/roboto-regular.woff') format('woff')}
@font-face{font-family:'Roboto';font-weight:500;font-style:normal;font-display:swap;src:local(''), url('../fonts/roboto/roboto-medium.woff2') format('woff2'), url('../fonts/roboto/roboto-medium.woff') format('woff')}
@font-face{font-family:'Roboto';font-weight:700;font-style:normal;font-display:swap;src:local(''), url('../fonts/roboto/roboto-bold.woff2') format('woff2'), url('../fonts/roboto/roboto-bold.woff') format('woff')}

.why{font-family:'Roboto', 'Tahoma', sans-serif}
*/

.why {
    padding-top: 30px;
    padding-bottom: 30px;
	line-height: normal;
}

.why__title {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 50px;
    text-transform: none;
}

.why__list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	row-gap: 25px;
	flex-wrap: wrap;
	background-image: url(/img/why/bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    padding-left: 0;
    padding-bottom: 0;
}

.why__item {
	width: 50%;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}

.why__item:nth-child(2n) {
	text-align: right;
	flex-direction: row-reverse;
}

.why__subtitle {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 700;
}

.why__desc {
    font-size: 1rem;
    line-height: 1.35;
    max-width: 20rem;
}

.why__about_list {
	margin-top: 25px;
	display: flex;
	align-items: flex-start;
	gap: 40px;
    padding-left: 0;
    padding-bottom: 0;
}

.why__about_item {
	width: calc((100% - 6rem) / 3);
	display: flex;
	gap: 2rem;
}
/* WHY */

.ws-icon-quiz {
	background-image: url(/images/t.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.ws-icon-quiz:before {
	content: none;
}

.ws-quiz-container .ws-quiz-btn-container .ws-btn-ico .ws-quiz-logo {
    transform: rotate(90deg);
}



.pluses {
	background-color: #dbdbdb;
	padding: 60px 30px;
	color: #fff;
}

.pluses__title {
	color: #000000;
	text-align: center;
font-size: 45px;
    margin-bottom: 60px;
}

.pluses__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0px;
}

.pluses__list li::marker {
	content: none;
}

.pluses__item {
	/*width: calc(100% / 3);*/
	background-color: #515151;
	padding: 20px;
	padding-bottom: 40px;
}

.pluses__item.active {
	background-color: #000000;
	height: calc(100% + 4rem);
	margin-top: -2rem;
	padding-bottom: 4rem;
	padding-top: 4rem;
}

.pluses__image_wrapper {
	width: 100%;
	margin-bottom: 20px;
	height: 230px;
}

.pluses__image {
	width: 100%;
	height: 100%!important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.pluses__subtitle {
	text-align: center;
	font-weight: 500;
    font-size: 28px;
    margin-bottom: 30px;
}

.pluses__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	font-size: 16px;
	margin-bottom: 0px;
}

.pluses__name+.pluses__name {
	margin-top: 20px;
}

.pluses__order_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3rem;
}

.hero__order {
    width: 270px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background-color: #bd0000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    transition-duration: 300ms;
    cursor: pointer;
}

.hero__order:hover {
    background-color: #FFFFFF;
    color: #000000!important;
}

.pluses__name img{
	max-width: 20px;
}

.pluses .owl-prev, .pluses .owl-next{
	font-size: 0px;
}


/* material section */
.material {
	display: flex;
	align-items: stretch;
	height: 450px;
	color: #000000;
}

@media screen and (max-width: 1200px) {
	.material {
		height: 45rem;
	}
}

@media screen and (max-width: 900px) {
	.material {
		flex-direction: column-reverse;
		height: auto;
	}
}

.material__left {
	width: 50%;
}

@media screen and (max-width: 900px) {
	.material__left {
		width: 100%;
		height: 400px;
	}
}

.material__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.material__right {
	width: 50%;
	background-color: #FFFFFF;
	padding: 50px;
}

@media screen and (max-width: 1200px) {
	.material__right {
		padding: 30px;
	}
} 

@media screen and (max-width: 900px) {
	.material__right {
		width: 100%;
	}
}

.material__title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 30px;
    margin-bottom: 40px;
    color: #bd0000;
}

@media screen and (max-width: 1200px) {
	.material__title {
        margin-bottom: 30px;
        font-size: 28px;
	}
}

@media screen and (max-width: 900px) {
	.material__title {
		justify-content: center;
	}
}

.material__title span {
	width: 60px;
	height: 60px;
	background-color: #000000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.material__desc {
    line-height: 1.4;
    margin-top: 13px;
    max-width: 599px;
    font-size: 20px
}

@media screen and (max-width: 1200px) {
	.material__desc {
		font-size: 20px;
		margin-top: 1.5rem;
	}
}

@media screen and (max-width: 900px) {
	.material__desc {
		text-align: center;
		margin: 1.5rem auto 0 auto;
	}
}

.material__more_wrapper {
	text-align: right;
	max-width: 60rem;
	margin-top: 2rem;
}

.material__more {
	display: inline-block;
	font-size: 25px;
	color: #8b8b8b;
	text-decoration: none;
	border-bottom: .1rem solid transparent;
	transition-duration: 300ms;
}

.material__more:hover {
	color: #8b8b8b;
}

@media screen and (max-width: 1200px) {
	.material__more {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 900px) {
	.material__more_wrapper {
		text-align: center;
		margin: 2rem auto 0 auto;
	}
}
/* material section */

.oneslide_container{
	padding-bottom: 10px;
}

.widgetblock-video h2{
	color: #fff;
}

.minisearch_wrapper {
    margin-top: 20px;
    padding-top: 20px;
}

.slideout-panel {
    overflow: hidden;
}

.widgetblock-howbuy.widgetblock img{
	max-width: 100%;
}

.phonecontainer{
	text-align: right;
}

.owl-carousel .owl-item img {
    height: auto;
}

.widgetblock-allrussiadelivery{
	margin-top: 0px;
	margin-bottom: 0px;
}

footer{
	margin-top: 0px;
}

#page-submit .formphone {
    margin-left: 0px;
}

#facebox .content{
	padding: 0;
}

.main-container{
	padding: 10px;
}

.form-call{
	padding: 15px;
}

.conngoods .selected > .row{
	justify-content: space-between; 
	align-items: center;
	margin-right: 0;
	margin-left: 0;
}

.conngoods .count-selector {
	position: relative !important;
	top: 4px !important;
	left: auto !important;
	padding: 0;
	margin: 0px;
	right: auto;
	width: auto;
}

.head-line1-wrapper{
	height: auto!important;
}

.ul.freeadress{
	padding-left: 15px;
}

.phone-wrp-mobile{
	text-align: right;
    padding-right: 15px;
}

.moblemenu {
    height: 38px;
}

.pushed .toggle-icon {
    margin: -12px 0 0 0em;
}

.rm-alert-close{
	width: auto!important;
}

.orderplate .price-content .old-price{
    font-size: 22pt;
    font-family: 'Gilroy-Light';
    text-decoration: line-through;
}

.main-info{
    color: #000;
    background-color: #fff;
}

.envy-quiz .main {
    width: 620px;
}

form .subscribe__agree input {
    margin-bottom: 0px;
}

form .subscribe__agree{
	text-align: left;
}

.widgetblock-howbuy .row:before{
	content: none;
}

.question-page .subscribe__agree{
	display: flex;
    align-items: center;
}

.question-page .subscribe__agree input{
	margin-right: 10px;
	height: auto;
}

.envy-quiz .subscribe__agree{
	margin-top: 15px;
}


.form-call .card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 5px rgba(0,0,0,.08);
}

.form-call .section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.form-call .icon {
    width: 40px;
    height: 40px;
    background: #ffd400;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.form-call .form-control {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-call .checkbox {
	text-align: left;
	margin-left: 0px;
}

.form-call .checkbox input{
	position: relative;
    left: 0;
}

.form-call .notice {
    background: #e8ffe7;
    color: #3d8b40;
    padding: 10px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.form-call .product {
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
}

.form-call .product.active {
    background: #fffbe9;
    border-color: #f2e3a1;
}

.form-call .product input[type=radio] {
    width: 22px;
    height: 22px;
	margin-bottom: 0px;
}

.form-call .product img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.form-call .product-info {
    flex: 1;
}

.form-call .product-title {
    font-size: 17px;
    font-weight: 500;
}

.form-call .old-price {
    color: #777;
    text-decoration: line-through;
    font-size: 16px;
}

.form-call .new-price {
    color: #e10000;
    font-size: 24px;
    font-weight: bold;
}

.form-call .badge {
    background: #dff5d9;
    color: #2f8d3d;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: bold;
}

.form-call .badge-gray {
    background: #f2f2f2;
    color: #666;
}

.form-call .saving {
    background: #fffbe9;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    margin-top: 15px;
}

.form-call .saving span {
    color: #20a020;
    font-weight: bold;
}

.form-call .btn-order {
    width: 100%;
    height: 65px;
    border: none;
    background: #ffd400;
    border-radius: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.form-call .security {
    text-align: center;
    margin: 15px 0;
    color: #888;
}

.form-call .footer-promo {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-call .footer-promo span {
    color: red;
    font-size: 26px;
    font-weight: bold;
}

.form-call .card-first{
	margin-top: 15px;
}

#facebox .close {
    opacity: 1;
	top: 5px;
    right: 15px;
}

.makecallform {
	width: 550px;
    max-width: 100%;
}

.envy-quiz-block .discount-modal {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,.15);
    overflow: hidden;
}

.envy-quiz-block .discount-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    font-size: 34px;
    color: #999;
    cursor: pointer;
    z-index: 10;
}

.envy-quiz-block .discount-modal__close:hover {
    color: #000;
}

.envy-quiz-block .discount-modal__content {
    display: flex;
}

.envy-quiz-block .discount-modal__left {
    flex: 1;
    padding: 50px;
}

.envy-quiz-block .discount-modal__right {
    width: 380px;
    background: #fff;
    border-left: 1px solid #ececec;
    padding: 50px 30px;
}

.envy-quiz-block .discount-modal__title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 50px;
}

.envy-quiz-block .discount-modal__title h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
}

.envy-quiz-block .discount-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #ffd400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.envy-quiz-block .step-block {
    margin-bottom: 40px;
}

.envy-quiz-block .step-block h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 24px;
}

.envy-quiz-block .car-form {
    display: flex;
    gap: 20px;
}

.envy-quiz-block .form-group {
    flex: 1;
}

.envy-quiz-block .form-group input {
    width: 100%;
    height: 72px;
    border: 2px solid #ebebeb;
    border-radius: 14px;
    padding: 0 24px;
    font-size: 18px;
    transition: .3s;
}

.envy-quiz-block .form-group input:focus {
    outline: none;
    border-color: #ffd400;
}

.envy-quiz-block .step-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.envy-quiz-block .discount-badge {
    background: #e5f8e8;
    color: #1f8b35;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 50px;
}

.envy-quiz-block .products {
    display: flex;
    gap: 16px;
}

.envy-quiz-block .product-card {
    position: relative;
    width: 100%;
    min-height: 420px;
    border: 2px solid #ececec;
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

.envy-quiz-block .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.envy-quiz-block .product-card input {
    position: absolute;
    opacity: 0;
}

.envy-quiz-block .product-card::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    background: #fff;
}

.envy-quiz-block .product-card--active,
.envy-quiz-block .product-card:has(input:checked) {
    border-color: #ffd400;
}

.envy-quiz-block .product-card--active::before,
.envy-quiz-block .product-card:has(input:checked)::before {
    background: #ffd400;
    border-color: #ffd400;
    box-shadow: inset 0 0 0 5px #000;
}

.envy-quiz-block .product-image {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.envy-quiz-block .product-image img {
    max-width: 120px;
    max-height: 120px;
}

.envy-quiz-block .product-title {
    min-height: 60px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.envy-quiz-block .old-price {
    margin-top: 20px;
    color: #888;
    text-decoration: line-through;
    font-size: 24px;
}

.envy-quiz-block .new-price {
    margin-top: 10px;
    color: #f5001d;
    font-size: 42px;
    font-weight: 800;
}

.envy-quiz-block .product-discount {
    display: inline-block;
    margin-top: 15px;
    background: #ffe347;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
}

.envy-quiz-block .saving-box {
    margin-top: 25px;
    background: #fdf8e8;
    border-radius: 16px;
    padding: 22px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.envy-quiz-block .modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.envy-quiz-block .progress-wrap {
    flex: 1;
    margin-right: 40px;
}

.envy-quiz-block .progress-wrap span {
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
}

.envy-quiz-block .progress {
    height: 10px;
    border-radius: 10px;
    background: #ececec;
    overflow: hidden;
}

.envy-quiz-block .progress__bar {
    width: 50%;
    height: 100%;
    background: #ffd400;
    border-radius: 10px;
}

.envy-quiz-block .btn-next {
    height: 72px;
    padding: 0 45px;
    border: none;
    border-radius: 12px;
    background: #ff0029;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
}

.envy-quiz-block .btn-next:hover {
    background: #db0023;
}

.envy-quiz-block .big-discount {
    background: linear-gradient(135deg,#ffe96b,#ffd400);
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.envy-quiz-block .big-discount div {
    font-size: 24px;
    font-weight: 600;
}

.big-discount strong {
    display: block;
    font-size: 72px;
    line-height: 1;
    margin-top: 10px;
}

.envy-quiz-block .consultant {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.envy-quiz-block .consultant__photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.envy-quiz-block .consultant__name {
    font-size: 30px;
    font-weight: 700;
}

.envy-quiz-block .consultant__role {
    font-size: 22px;
    margin-top: 5px;
}

.envy-quiz-block .consultant__status {
    color: #18a83b;
    font-size: 18px;
    margin-top: 5px;
}

.envy-quiz-block .sidebar-text {
    padding-top: 25px;
    border-top: 1px solid #ececec;
    font-size: 20px;
    line-height: 1.7;
    color: #333;
}

.envy-quiz-block .advantages {
    margin-top: 35px;
}

.envy-quiz-block .advantage {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.envy-quiz-block .advantage__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff4ba;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.envy-quiz-block .advantage strong {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
}

.envy-quiz-block .advantage span {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 1200px) {

    .envy-quiz-block .discount-modal__content {
        flex-direction: column;
    }

    .envy-quiz-block .discount-modal__right {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #ececec;
    }

    .envy-quiz-block .products {
        flex-wrap: wrap;
    }

    .envy-quiz-block .product-card {
        width: calc(50% - 8px);
    }
}

@media (max-width: 768px) {

    .envy-quiz-block .discount-modal__left,
    .envy-quiz-block .discount-modal__right {
        padding: 25px;
    }

    .envy-quiz-block .discount-modal__title h2 {
        font-size: 28px;
    }

    .envy-quiz-block .car-form {
        flex-direction: column;
    }

    .envy-quiz-block .products {
        flex-direction: column;
    }

    .envy-quiz-block .product-card {
        width: 100%;
    }

    .envy-quiz-block .modal-footer {
        flex-direction: column;
        gap: 20px;
    }

    .envy-quiz-block .progress-wrap {
        width: 100%;
        margin-right: 0;
    }

    .envy-quiz-block .btn-next {
        width: 100%;
    }
}



.envy-quiz-block .reservation-modal {
    position: relative;
    max-width: 1700px;
    min-height: 900px;
    margin: 20px auto;
    background: #fff;
    border-radius: 8px;
}

.envy-quiz-block .reservation-modal__close {
    position: absolute;
    top: 20px;
    right: 25px;
    border: 0;
    background: none;
    color: #9c9c9c;
    font-size: 60px;
    line-height: 1;
    cursor: pointer;
}

.envy-quiz-block .reservation-modal__body {
    max-width: 650px;
    margin: 0 auto;
    padding: 100px 20px;
}

.envy-quiz-block .reservation-title {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
    color: #111;
    margin-bottom: 45px;
}

.envy-quiz-block .discount-banner {
    width: 430px;
    max-width: 100%;
    margin: 0 auto 40px;
    background: linear-gradient(
        90deg,
        #ffe869 0%,
        #ffd400 100%
    );
    border-radius: 12px;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    font-size: 24px;
    color: #111;
}

.envy-quiz-block .discount-banner strong {
    font-weight: 800;
}

.envy-quiz-block .discount-banner__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f2c600;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
}

.envy-quiz-block .form-field {
    position: relative;
    margin-bottom: 18px;
}

.envy-quiz-block .form-field__icon {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}

.envy-quiz-block .form-field input {
    width: 100%;
    height: 88px;

    padding-left: 82px;
    padding-right: 20px;

    border: 1px solid #dcdcdc;
    border-radius: 14px;

    font-size: 22px;
    color: #111;

    transition: .2s;
}

.envy-quiz-block .form-field input::placeholder {
    color: #b0b0b0;
}

.envy-quiz-block .form-field input:focus {
    outline: none;
    border-color: #ffd400;
}

.envy-quiz-block .btn-confirm {
    width: 100%;
    height: 88px;

    border: none;
    border-radius: 12px;

    background: linear-gradient(
        180deg,
        #ff0d18 0%,
        #f00012 100%
    );

    color: #fff;
    font-size: 28px;
    font-weight: 700;

    cursor: pointer;

    margin-top: 10px;
    margin-bottom: 35px;

    transition: .2s;
}

.envy-quiz-block .btn-confirm:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255,0,0,.25);
}

.envy-quiz-block .privacy-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 18px;
    color: #222;

    cursor: pointer;
}

.envy-quiz-block .privacy-checkbox input {
    display: none;
}

.envy-quiz-block .checkmark {
    width: 26px;
    height: 26px;
    border: 2px solid #777;
    position: relative;
    flex-shrink: 0;
}
 
.envy-quiz-block .privacy-checkbox input:checked + .checkmark::after {
    content: "✓";
    position: absolute;
    left: 4px;
    top: -3px;
    font-size: 22px;
    color: #444;
}

.envy-quiz-block .privacy-checkbox a {
    color: #222;
    text-decoration: underline;
}

@media (max-width: 768px) {

    .envy-quiz-block .reservation-modal__body {
        padding: 60px 20px;
    }

    .envy-quiz-block .reservation-title {
        font-size: 28px;
    }

    .envy-quiz-block .discount-banner {
        font-size: 20px;
        height: 60px;
    }

    .envy-quiz-block .form-field input,
    .envy-quiz-block .btn-confirm {
        height: 70px;
        font-size: 18px;
    }

    .envy-quiz-block .privacy-checkbox {
        font-size: 15px;
    }
}

.envy-quiz-block{
	width: 1100px;
    max-width: 94vw;
}

.envy-quiz-block .mobile-version{
	display: none;
}















@media screen and (max-width:1199px){
	/* WHY */
	.why__title {font-size: 4.7rem;     margin-bottom: 25px;}
	.why__list {padding-bottom: 30rem; background-size: 50rem; background-position: bottom center;}
	.why__about_list {flex-wrap: wrap;}
	.why__about_item {width: calc((100% - 3rem) / 2); justify-content: center;}
	.why__about_item:last-child {width: 100%;}
	/* WHY */

	.pluses {padding: 30px 0;}
	/*.pluses__title {font-size: 4.2rem;}*/
	.pluses__list {-ms-flex-wrap: wrap; flex-wrap: wrap; gap: 2rem;}
	/*.pluses__item {width: calc((100% - 2rem) / 2);}*/
	.pluses__item:nth-child(2) {width: 100%; order: -1;}
	.pluses__item.active {margin-top: 0; padding-top: 2rem; padding-bottom: 4rem;}
	.nav-navbar-nav li a {font-size: 13pt;}
	
	
	.envy-quiz-block .mobile-version{display: block;}
	.envy-quiz-block .pc-version{display: none;}
	
	.envy-quiz-block .advantages{display: flex; gap: 15px; justify-content: space-between;}
	.envy-quiz-block .discount-modal__title h2{font-size: 14px; line-height: 1; margin-bottom: 0; font-weight: 500;}
	.envy-quiz-block .discount-modal__title{margin-bottom: 20px; background: #ffd400; border-radius: 10px; justify-content: space-between;}
	.envy-quiz-block .step-block h3{font-size: 18px; margin-bottom: 15px; font-weight: bold;}
	.envy-quiz-block .car-form {gap: 0px; flex-wrap: wrap;}
	.envy-quiz-block .car-form .form-group{flex: none; width: 100%;}
	.envy-quiz-block .step-block{margin-bottom: 20px;}
	.envy-quiz-block .product-card{width: 100%; display: flex; align-items: center; justify-content: space-between; min-height: auto; padding: 10px 15px; margin-bottom: 0;}
	.envy-quiz-block .consultant-container{display: flex; gap: 25px;}
	.envy-quiz-block .consultant-container > div{width: 50%;}
	.envy-quiz-block .sidebar-text{padding-top: 0px;}
	.envy-quiz-block .big-discount{padding: 10px; margin-bottom: 0px;}
	.envy-quiz-block .big-discount div{font-size: 14px;}
	.envy-quiz-block .big-discount strong{font-size: 30px;}
	.envy-quiz-block .saving-box span{font-weight: bold;}
	.envy-quiz-block .advantage{margin-bottom: 0px;}
	.envy-quiz-block .advantage strong {font-size: 16px;}
	.envy-quiz-block .advantage span{font-size: 13px;}
	.envy-quiz-block .btn-next{height: 50px; font-size: 20px; width: 100%; margin-top: 20px;}
	.envy-quiz-block .progress-wrap span {font-size: 18px; white-space: nowrap; margin-bottom: 0px;}
	.envy-quiz-block .progress-wrap{display: flex; margin-right: 0px; align-items: center;}
	.envy-quiz-block .progress{width: 100%; height: 6px; margin-left: 20px;}
	.envy-quiz-block .modal-footer{margin-top: 0px;}
	.envy-quiz-block .sidebar-text{border: none; font-size: 14px;}
	.envy-quiz-block .consultant__photo{width: 50px; height: 50px;}
	.envy-quiz-block .consultant__name{font-size: 20px;}
	.envy-quiz-block .consultant__role{font-size: 17px;}
	.envy-quiz-block .consultant__status{font-size: 14px;}
	.envy-quiz-block .product-title{min-height: auto; font-size: 18px}
	.envy-quiz-block .discount-modal__left{padding: 25px; padding-bottom: 0px;}
	.envy-quiz-block .saving-box{margin-top: 15px;}
	.envy-quiz-block .product-image{height: 80px; margin-top: 0px; margin-left: 30px;}
	.envy-quiz-block .product-image img{max-width: 80px; max-height: 80px;}
	.envy-quiz-block .old-price{font-size: 18px; margin-top: 10px;}
	.envy-quiz-block .new-price{font-size: 24px; margin-top: 10px;}
	.envy-quiz-block .product-card::before{width: 18px; height: 18px;}





}



@media screen and (max-width:991px){
	.main-container{display: flex; flex-wrap: wrap;}
	.envy-quiz.quiz-mobile .sidebar {order: -1; padding: 0px 15px;}
	.envy-quiz .main .footer .btns .btn.btn-next{margin-left: 0px; margin-top: 15px;}
	.envy-quiz{margin: 0px;}
	.envy-quiz .personal-agreement{margin-top: 15px; padding-left: 25px;}
	.envy-quiz .personal-agreement label:before{left: 3px;}
	.nav-navbar-nav li a {font-size: 10pt;}
	.catalog__item {width: calc((100% - 10px) / 2);}

}




@media screen and (max-width:767px){
	.catalog {padding-bottom: 10px;}

	/* WHY */
	.why__title {font-size: 3rem;}
	.why {padding-top: 20px; padding-bottom: 20px;}
	.why__list {background-size: 100%; padding-bottom: 150px; row-gap: 15px;}
	.why__item {width: 100%;}
	.why__about_list {margin-top: 25px;}
	.why__about_item {width: 100%;justify-content: flex-start;}
	.why__about_list {gap: 15px;}
	/* WHY */

	.pluses__item {width: 100%;}
	.pluses__title {font-size: 35px; margin-bottom: 50px;}
	.phone-wrp-mobile{margin-right: 10px;}
	.oneslide_container .line2 {font-size: 30px;}
	.info-container .line4 {font-size: 28px;}
	
	#facebox .content{width: 400px; max-width: 100%;}
	.minisearch_wrapper {padding-top: 80px;}
	.ws-quiz-container .ws-quiz-btn-el-container{zoom: 1; bottom: 25px; left: 0; right: 0; max-width: 275px; margin: auto;}
	.ws-quiz-container .ws-quiz-btn-attach{transform: rotate(0deg);}
	.ws-quiz-container .quiz-corner-smooth .ws-btn-ico, .ws-quiz-container .quiz-corner-smooth .ws-quiz-logo-img {display: none;}
	.pluses__item {background-color: #000000;}
	.pluses__subtitle {font-size: 32px;}
	.pluses__name {font-size: 19px;}
	.conngoods {margin-top: 35px;}
	.conngoods li {margin-bottom: 25px !important;}
	.widgetblock-howbuy.widgetblock img{max-width: 100px;}
	.module-oneclick {margin: auto;}
	.count-selector .plus{right: -2px;}
	
	#image_container_constructor #shild {max-height: 100%; width: 100%; height: 100%; left: 0; bottom: 0;}
	

}

@media screen and (max-width:600px){
	.pluses__title {font-size: 25px; margin-bottom: 20px;}
	.minisearch_wrapper h2{margin-bottom: 20px;}
	.wrap-reverse{flex-wrap: wrap-reverse;}
	#facebox .content{width: 370px;}
	.module-oneclick {max-width: 340px; margin: auto;}
	
	.makecallform {width: 370px;}
	.form-call .section-title{font-size: 18px;}
	.form-call .old-price{font-size: 14px;}
	.form-call .new-price{font-size: 18px;}
	.form-call .product img{width: 50px; height: 50px;}
	.form-call .badge{padding: 8px 4px;}
	.form-call .card{padding: 10px;}
	.form-call .product input[type=radio] {width: 12px; height: 12px;}
	.form-call .btn-order{font-size: 18px; height: 55px;}
	
	.envy-quiz-block .discount-modal__left{padding: 25px 12px;}
	.envy-quiz-block .discount-modal__title{gap: 10px;}
	.envy-quiz-block .discount-icon{width: 40px; height: 40px;}
	.envy-quiz-block .discount-modal__title h2{font-size: 12px;}
	.envy-quiz-block .big-discount strong{font-size: 25px;}
	.envy-quiz-block .big-discount div{font-size: 13px; white-space: nowrap;}
	.envy-quiz-block .form-group input{height: 50px;}
	.envy-quiz-block .step-block h3{white-space: nowrap; font-size: 16px; margin-bottom: 0;}
	.envy-quiz-block .discount-badge{white-space: nowrap; font-size: 14px;}
	.envy-quiz-block .product-discount{margin-top: 0; font-size: 17px;}
	.envy-quiz-block .saving-box{font-size: 16px;}
	.envy-quiz-block .advantage{gap: 5px;}
	.envy-quiz-block .advantage__icon{width: 25px; height: 25px;}
	.envy-quiz-block .discount-modal__left, .envy-quiz-block .discount-modal__right{padding: 25px 12px;}
	.envy-quiz-block .advantage strong{font-size: 13px;}
	.envy-quiz-block .advantage span{font-size: 11px; line-height: 1;}
	.envy-quiz-block .step-block-1 h3{margin-bottom: 15px;}


}





