.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: 10px;
}

.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;
}








@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;}

}



@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;}



}





