p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
}

hr {
    margin: 0;
    border: none;
}

a,
a:hover,
a:focus{
    text-decoration: none;
    cursor: pointer;
}

img {
    max-width: 100%;
}

input,
select {
    outline: none;
    cursor: pointer;
}

body {
    margin: 0;
    padding: 0;
    font-family: Cuprum;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
	line-height: 150%;
    color: var(--text);
    --text: #161616;
    --red: #FF3737;
	--grey: #A3A3A3;
}

a {
    color: var(--text);
		-webkit-transition: .3s;
		transition: .3s;
}

.slick-slide{
	outline: none!important;
}

.block.position-app,
.inner.position-app,
.grid.position-app,
.grid-cover.position-app,
.grid-cascade.position-app,
.grid-row.position-app,
.block.position-app .grid-col.position-none,
.block.position-app .module.layout-none.type-content {
    display: block;
}

.mbtn {
	font-weight: bold;
	font-size: 16px;
	line-height: 115%;
    padding: 13px 15px;
    border-radius: 23.5px;
	text-transform: uppercase;
	background-color: transparent;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
	width: 170px;
	text-align: center;
}

.mbtn--red{
	background-color: var(--red);
	box-shadow: 0px 4px 6px rgba(22, 22, 22, 0.3);
	color: #FFFFFF;
}

.mbtn--red:hover{
	color: var(--text);
	border: 1px solid var(--text);
	box-shadow: none;
	background-color: transparent;
}

.mbtn--border{
	border: 1px solid var(--text);
}

.mbtn--border:hover{
	background-color: var(--red);
	box-shadow: 0px 4px 6px rgba(22, 22, 22, 0.3);
	color: #FFFFFF;
	border: 1px solid transparent;
}

.mbtn--black{
	background-color: var(--text);
	box-shadow: 0px 4px 6px rgba(22, 22, 22, 0.3);
	font-size: 14px;
	color: #FFFFFF;
	padding: 9px 15px;
}

.mbtn--black:hover{
	background-color: var(--red);
	box-shadow: 0px 4px 6px rgba(22, 22, 22, 0.3);
	color: #FFFFFF;
	
}

.cont {
    max-width: 1180px;
    margin: auto;
	position: relative;
}



.section-title{
	font-family: Oranienbaum;
	font-style: normal;
	font-weight: normal;
	font-size: 45px;
	line-height: 115%;
	text-align: center;
	color: var(--text);
	text-decoration: underline;
}

.section-subtitle{
	font-size: 20px;
	line-height: 150%;
}



header{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	padding: 0 15px;
	z-index: 10;
}

.mheader,
.mobile-menu{
	display: none;
}

header .cont{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
	border-bottom: 1px solid var(--text);
}

.header-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-menu li:not(:last-child){
	margin-right: 35px;
}

.header-menu a{
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	position: relative;
}

.header-menu a:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--red);
		-webkit-transition: .3s;
		transition: .3s;
}

.header-menu a:hover{
	color: var(--red);
}

.header-menu a:hover:after{
	width: 100%;
}


.header__phone{
	font-weight: bold;
	font-size: 17px;
	line-height: 150%;
	margin-right: 13px;
	position: relative;
}

.header__phone:after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--red);
		-webkit-transition: .3s;
		transition: .3s;
}

.header__phone:hover{
	color: var(--red);
}

.header__phone:hover:after{
	width: 100%;
}
header .mbtn{
	width: 154px;
}



section{
	padding: 0 15px;
}


.hero{
	background: url(/site/theme/images/hero.png) no-repeat center / cover;
}
.hero-wrapper{
	padding-top: 140px;
	padding-bottom: 196px;
}

.hero .section-title{
	text-align: left;
	text-decoration: none;
	font-size: 64px;
	line-height: 1;
}

.hero .section-subtitle{
	margin-top: 25px;
}

.section-actions{
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.section-actions .mbtn:not(:last-child){
	margin-right: 25px;
}




.menu{
	padding-top: 85px;
	padding-bottom: 85px;
}

.section-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #C4C4C4;
}

.section-trigger{
	width: 100%;
	padding: 8px 0;
	font-family: Oranienbaum;
	font-size: 30px;
	line-height: 115%;
	color: #C4C4C4;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.section-trigger:after{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
}
.section-trigger.active{
	color: var(--red);
}

.section-trigger.active:after{
	background-color: var(--red);
}

.section-tabs{
	max-width: 1110px;
    margin: auto;
	margin-top: 104px;
}

.section-tab{
	display: none;
}
.section-tab.active{
	display: block;
}

.goods{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 100px;
    grid-column-gap: 30px;
    text-align: center;
}

.good{
	height: 455px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(206, 206, 206, 0.25);
	border-radius: 20px;
	padding-bottom: 40px;
	overflow: hidden;
}

.category .good{
	padding-top: 0;
	overflow: hidden;
}

.good__img{
	height: 267px;
}

.good__img img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.good__title{
	font-family: Oranienbaum;
	font-size: 28px;
	line-height: 115%;
	padding: 0 25px;
}

.good .mbtn{
	width: 170px;
}


.promotions{
	background: url(/site/theme/images/promotion1.png) no-repeat center / cover;
}

.promotions .cont{
	height: 650px;
}

.promotions-wrapper{
	padding-top: 94px;
}

.promotions__top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.promotions .section-title{
	font-size: 64px;
	line-height: 1;
	text-align: left;
	text-decoration: none;
}

.promotions__term{
	font-size: 25px;
	line-height: 88%;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: var(--red);
}

.promotions .section-subtitle{
	max-width: 806px;
	margin-top: 25px;
}

.promotions .mbtn{
	padding: 9px 26px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    margin-top: 25px;
}



.services{
	padding-top: 100px;
	padding-bottom: 137px;
}

.services-wrapper{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 75px;
    text-align: center;
	margin-top: 106px;
}

.service{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.service__icon{
	height: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.service__title{
	font-family: Oranienbaum;
	font-size: 35px;
	line-height: 85%;
	margin-top: 57px;
}

.service__desc{
	font-size: 20px;
	line-height: 120%;
	margin-top: 30px;
	height: 120px;
}
.service .mbtn{
	margin-top: 25px;
}



.about{
	padding-top: 120px;
	padding-bottom: 125px;
	background: url(/site/theme/images/about.png) no-repeat center / cover;
}

.about-wrapper{
	max-width: 615px;
}

.about .section-title{
	text-align: left;
	font-size: 35px;
}

.about .section-subtitle{
	margin: 25px 0;
}




.gallery{
	padding: 87px 0;
}

.gallery-wrapper {
	margin-top: 70px;
}

.gallery-wrapper img{
	max-height: 476px;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	margin: 0 12.5px;
	border-radius: 5px;
}

.gallery-wrapper .slick-arrow{
	position: absolute;
    top: calc(50% - 10px);
    width: 57px;
    height: 57px;
    border-radius: 50%;
    font-size: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
	cursor: pointer;
	padding: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.gallery-wrapper .slick-arrow:hover{
    background: rgba(255, 255, 255, 1);
}

.gallery-wrapper .slick-arrow:after,
.gallery-wrapper .slick-arrow:before{
	content: '';
	background-color: var(--text);
	width: 20px;
	height: 2px;
	position: absolute;
}

.gallery-wrapper .slick-arrow:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 34px;
    left: 15px;
}

.gallery-wrapper .slick-arrow:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
    left: 15px;
}

.gallery-wrapper .slick-prev{
	left: 102px;
}

.gallery-wrapper .slick-next{
	right: 102px;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}


.reviews{
	padding-top: 68px;
	padding-bottom: 131px;
	background: #F7F7F7;
}

.reviews-wrapper{
	max-width: 800px;
	margin: auto;
	margin-top: 55px;
}

.review__top{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
    grid-row-gap: 6px;
    grid-column-gap: 31px;
}

.review__foto{
	-ms-grid-row: span 2;
	    grid-row: span 2;
}

.review__date{
	font-size: 15px;
	line-height: 22px;
	color: var(--grey);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.review__title{
	font-size: 25px;
	line-height: 29px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.review__text{
	margin-top: 40px;
}

.reviews .mbtn{
	margin-top: 46px;
}


.reviews-wrapper .slick-arrow{
	position: absolute;
    top: calc(50% - 10px);
    width: 27px;
    height: 54px;
    border-radius: 50%;
    font-size: 0;
    background: transparent;
    z-index: 10;
	cursor: pointer;
	padding: 0;
}

.reviews-wrapper .slick-arrow:after,
.reviews-wrapper .slick-arrow:before{
	content: '';
	background-color: var(--text);
	width: 20px;
	height: 2px;
	position: absolute;
}

.reviews-wrapper .slick-arrow:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 34px;
    left: 0;
}

.reviews-wrapper .slick-arrow:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
    left: 0;
}

.reviews-wrapper .slick-prev{
	left: -188px;
}

.reviews-wrapper .slick-next{
	right: -188px;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}


.contacts{
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contacts__item{
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.contacts__item.map{
	height: 700px;
}

.contacts__wrapper{
	max-width: 532px;
}
.contacts .section-title{
	text-align: left;
	margin-bottom: 70px;
}
.contacts a.contacts__row:hover{
	color: var(--red);
}
.contacts__row{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 27px 1fr;
        grid-template-columns: 27px 1fr;
    grid-gap: 20px;
	margin-bottom: 27px;
	-ms-grid-row-align: center;
	    align-items: center;
}
.contacts .mbtn:first-child{
	width: 200px;
} 
.contacts .mbtn:last-child{
	width: 180px;
} 




footer{
	background-color: var(--text);
	padding: 33px 15px;
		text-align: center;
}

footer a{
	font-size: 20px;
	line-height: 120%;
	color: #FFFFFF;
}





.quiz {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background-color: rgba(255, 55, 55, 0.5);
    height: 100vh;
    z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	padding: 15px;
	overflow: auto;
	
}
.quiz .cont{
	box-shadow: 0px 5px 10px rgba(78, 0, 206, 0.1);
	border-radius: 20px;
	background-color: #FFFFFF;
	padding-top: 62px;
    padding-left: 60px;
	padding-right: 60px;
    padding-bottom: 51px;
	z-index: 101;
	width: 100%;
}

.quiz .js-modale-closer{
	position: absolute;
	top: 51px;
	right: 62px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid var(--text);
	cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s;
}

.quiz .js-modale-closer:before{
	content: '';
    position: absolute;
    top: 13px;
    left: 4px;
    width: 20px;
    height: 2px;
    background-color: var(--text);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
		-webkit-transition: .3s;
		transition: .3s;
}

.quiz .js-modale-closer:after{
	content: '';
    position: absolute;
    top: 13px;
    left: 4px;
    width: 20px;
    height: 2px;
    background-color: var(--text);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
		-webkit-transition: .3s;
		transition: .3s;
}

.quiz .js-modale-closer:hover{
	border-color: var(--red)
}

.quiz .js-modale-closer:hover:before,
.quiz .js-modale-closer:hover:after {
	background-color: var(--red);
}


.quiz .section-title{
	text-align: left;
}

.quiz .section-subtitle{
	margin-top: 30px;
}
.callback-form{
	margin-top: 20px;
}


.quiz input.form-control{
	border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid var(--text);
	font-size: 18px;
	line-height: 20px;
	padding: 2px 0;
}


.quiz textarea.form-control{
	height: 158px;
	border: 1px solid var(--text);
	font-size: 18px;
	line-height: 20px;
	padding: 12px;
		border-radius: 10px;
}

.quiz .form-control::-webkit-input-placeholder{
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 111%;
	color: var(--text);
}

.quiz .form-control::-moz-placeholder{
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 111%;
	color: var(--text);
}

.quiz .form-control:-ms-input-placeholder{
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 111%;
	color: var(--text);
}

.quiz .form-control::placeholder{
	font-family: Cuprum;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 111%;
	color: var(--text);
}

.row--grid--s{
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.quiz .field__title{
	font-weight: bold;
	font-size: 18px;
	line-height: 111%;
	margin-right: 16px;
}

.quiz .field_select_services{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.quiz  select{
	padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 0;
    resize: none;
    overflow: hidden;
	box-shadow: none;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    height: 20px;
}

.quiz  select:focus{
	outline: none;
	box-shadow: none;
}

.quiz  option{
	display: contents;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 18px;
	line-height: 20px;
	color: #A3A3A3;
	margin-right: 17px;
    display: block;
}

.quiz  option::selected{
	color: var(--red);
}



.form-bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.file-upload{
	padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
	font-size: 16px;
	line-height: 18px;

	color: var(--red);
}

.file-upload svg{
	margin-right: 15px;
}

.checkbox label {
    font-size: 16px;
	line-height: 18px;
	color: var(--red);
    padding-left: 40px;
}

.checkbox label input {
    margin: 0;
	margin-left: 0!important;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.checkbox label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 24px;
    height: 24px;
	background-color: #FFECEC;
	border-radius: 50%;
}

.checkbox label:after {
    content: '\2714';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 24px;
    height: 24px;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.checkbox label.active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.field_policy a{
	color: var(--red);
	text-decoration: underline;
}


.feedback-success{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	display: none;
	align-items: center;
	justify-content: center;
	width: 100%;
    height: 100vh;
    background-color: rgba(255, 55, 55, 0.5);
}

.feedback-success .cont{
	padding: 25px;
	background-color: #FFFFFF;
	box-shadow: 0px 5px 10px rgb(78 0 206 / 10%);
    border-radius: 20px;
}



.category{
	padding: 110px 15px;
}

.page-title{
	padding: 8px 0;
    font-family: Oranienbaum;
    font-size: 45px;
    line-height: 115%;
    color: var(--red);
    position: relative;
	width: fit-content;
	margin-bottom: 40px;
}

.page-title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--red);
}

.bread-crumbs{
	font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    position: relative;
	margin-bottom: 30px;
}

.bread-crumbs a:hover{
	color:var(--red);
}
.good-detail{
	padding: 110px 15px;
}

.good-detail__wrapper{
	border-radius: 10px;
    display: flex;
    background: #fff;
	box-shadow: 0px 4px 7px rgba(62, 15, 138, 0.15);
}

.good-detail__img{
	height: 400px;
    border-radius: 10px 0 0 0;
    overflow: hidden;
    width: 50%;
}

.good-detail__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.good-detail__info{
	background: #fff;
    padding: 35px;
    border-radius: 0 0 10px 10px;
    width: 50%;
}

.good-detail__title{
	padding: 8px 0;
    font-family: Oranienbaum;
    font-size: 45px;
    line-height: 115%;
    color: var(--red);
    position: relative;
    width: fit-content;
    margin-bottom: 40px;
}

.good-detail__title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--red);
}

.good-detail__price{
	font-size: 24px;
	font-weight: bold;
}
@media (max-width: 1199px) {
	.header-item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		            -ms-grid-row-align: flex-end;
		        align-items: flex-end;
	}
	
	
	
	
	
	
}

@media (max-width: 991px) {
	.services-wrapper {
		grid-gap: 20px;
	}
	.reviews-wrapper .slick-prev {
		left: -57px;
	}
	.reviews-wrapper .slick-next {
		right: -57px;
	}
	.contacts__wrapper {
		padding: 15px;
	}
	.contacts__item.map {
		height: 500px;
	}
	
	
	
	.quiz .cont{
		padding: 30px;
	}
	.quiz .js-modale-closer {
		top: 30px;
		right: 30px;
	}
	
}

@media (max-width: 767px) {
	
	.bread-crumbs{
		margin-bottom: 15px;
	}
	header{
		display: none;
	}

	.mheader{
		display: block;
		padding: 10px 15px;
	}
	
	.mheader .cont{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	
	.mheader .logo svg{
		height: 30px;
		width: auto;
	}
	
	.hamburger{
		position: relative;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.hamburger span {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: var(--text);
		left: calc(50% - 10px);
		-webkit-transition: .3s;
		transition: .3s;
		z-index: 11;
	}
	
	
	.hamburger span:first-child {
		top: calc(50% - 7px);
	}
	.hamburger span:nth-child(2) {
		top: calc(50% - 1px);
	}
	.hamburger span:last-child {
		top: calc(50% + 5px);
	}
	
	.hamburger--active span:first-child{
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		top: 50%;
		background-color: var(--red);
	}
	.hamburger--active span:nth-child(2) {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.hamburger--active span:last-child {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: 50%;
		background-color: var(--red);
	}
	
	
	
	.mobile-menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #C4C4C4;
		z-index: 10;
		-webkit-transform: translateX(+100%);
		        transform: translateX(+100%);
		-webkit-transition: .3s;
		transition: .3s;
	}
	
	.mobile-menu--active{
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	
	
	.header-menu{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 15px;
	}
	
	.header-menu li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.header-menu a{
		color: var(--red);
	}
	
	.header__phone{
		color: var(--red);
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	
	
	
	.goods{
		-ms-grid-columns: (1fr)[2];
		    grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}
	
	.services-wrapper{
		-ms-grid-columns: (1fr)[2];
		    grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 40px;
		grid-column-gap: 20px;
	}
	.service__title {
		margin-top: 20px;
	}
	.service__desc {
		margin-top: 15px;
		height: 95px;
	}
	
	.reviews-wrapper{
		padding: 0 30px;
	}
	
	.reviews-wrapper .slick-prev {
		left: 0;
	}
	.reviews-wrapper .slick-next {
		right: 0;
	}
	
	
	.contacts{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	
	.contacts__item {
		width: 100%;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	
	
	.contacts__item.map {
		height: 400px;
	}
	
	.contacts__wrapper {
		max-width: 100%;
	}
	
	
	.contacts .section-title {
		margin-bottom: 40px;
	}
	
	
	.quiz .cont {
		padding: 15px;
	}
	.quiz .js-modale-closer {
		top: 15px;
		right: 15px;
	}
	.row--grid--s {
		-ms-grid-columns: 1fr;
		    grid-template-columns: 1fr;
		grid-gap: 0;
	}
	
	.section-title {
		font-size: 36px;
	}
	
	.quiz .section-subtitle{
		font-size: 14px;
	}
	
	.form-bottom{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: flex-start;
		        align-items: flex-start;
	}
	.quiz textarea.form-control {
		height: 100px;
	}
	.quiz .field_select_services{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: flex-start;
		        align-items: flex-start;
	}
	
	.category{
		padding: 50px 15px;
	}
	.good-detail {
		padding: 50px 15px;
	}
	.good-detail__wrapper{
		flex-direction: column;
	}
	.good-detail__img,
	.good-detail__info{
		width: 100%;
	}
	.good-detail__img{
		height: 250px;
	}
	.good-detail__info{
		padding: 10px 20px;
	}
	
	
	.section-nav{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
	}
	
}
@media (max-width: 425px) {
	
	
	.hero-wrapper{
		padding: 50px 0;
	}
	
	.menu{
		padding: 30px 15px;
	}
	
	.section-trigger{
		font-size: 24px;
	}
	.section-tabs {
		margin-top: 20px;
	}
	.goods {
		-ms-grid-columns: 1fr;
		    grid-template-columns: 1fr;
	}
	
	.promotions .cont {
		height: auto;
	}
	.promotions-wrapper{
		padding: 30px 0;
	}
	.promotions__top{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: flex-start;
		        align-items: flex-start;
	}
	.promotions__term{
		margin-bottom: 15px;
	}
	
	
	
	.services-wrapper {
		-ms-grid-columns: 1fr;
		    grid-template-columns: 1fr;
		margin-top: 30px;
	}
	
	.service__desc {
		height: auto;
	}
	
	
	.about{
		padding: 50px 15px;
	}
	
	
	
	.gallery-wrapper .slick-prev {
		left: 10px;
	}
	.gallery-wrapper .slick-next {
		right: 10px;
	}	

	
	.reviews{
		padding: 50px 15px;
	}
	
	footer{
		padding: 15px;
	}
	
	
	footer a {
		font-size: 14px;
	}
	

}
@media (max-width: 321px) {
	
	
	
	.section-actions{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.section-actions .mbtn:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.good {
		height: 360px;
		padding-bottom: 20px;
	}
	.good__img {
		height: 200px;
	}
	
	
	.review__top {
		grid-column-gap: 10px;
	}
	
	.review__text {
		margin-top: 20px;
	}
	
	.reviews .mbtn {
		margin-top: 20px;
	}
	
	
	.contacts__item.map{
		height: 300px;
	}
	
	
	.section-nav{
		display: block;
	}
	.section-nav {
		grid-template-columns: 1fr;
	}
	
	

}