.menu {
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 19px;
	padding-top: 5px;
	box-sizing: border-box;
	z-index: 1000;
}

.menu--open {
	position: fixed;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
}

.menu span {
	height: 4px;
	background: #DB073D;
	display: block;
	width: 85%;
	margin: 0 auto;
	border: 1px solid #DA063C;
	opacity: 1;
	transition: all .3s linear;
}

.menu span:nth-child(2n) {
	margin-top: 5px;
	margin-bottom: 5px;
}

.menu--open span {
	height: 1px;
	border-color: #ccc;
	background: #ccc;
}

.menu--open span:first-child {
	transform: rotate(45deg) translateX(8px) translateY(8px);
}

.menu--open span:nth-child(2n) {
	opacity: 0;
}

.menu--open span:last-child {
	transform: rotate(-45deg) translateX(2px) translateY(-2px);
}

.mob-nav {
	display: block;
	position: fixed;
	height: 100%;
	right: -100vw;
	z-index: 1000;
	transition: right .3s linear;
}

.mob-nav--open {
	right: 0;
	width: 60vw;
	background: #fff;
	overflow-y: scroll;
	transition: all .3s linear;
}

.mob-nav__lists {
	padding-left: 20px;
	box-shadow: 0 1px rgba(51, 51, 51, 0.21);
}

.mob-nav__lists:first-child {
	margin-top: 60px;
}

.mob-nav__lists a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
	display: block;
}

.drop-menu {
	display: none;
}

.mob-body {
	position: fixed;
	width: 100vw;
	height: 110vh;
	top: 0;
	right: -100vw;
	background: rgba(51, 51, 51, 0.91);
}

.mob-body--open {
	display: block;
	right: 0;
	z-index: 999;
	transition: all .3s linear;
}

.drop-menu {
	background: rgba(216, 207, 207, 0.26);
}

.drop-menu--inner {
	background: rgba(168, 168, 168, 0.24);
}

.drop-menu--inner li {
	padding-left: 20px;
}

.drop-menu li:last-child {
	box-shadow: none;
}

div#header .drop-menu a {
	padding-left: 20px;
}

.drop-menu--inner {
	display: none;
}

body {
	min-width: 1024px;
}

.body--over {
	overflow: hidden;
	position: fixed;
}

#header .nav-secondary .links .regionsList {
	z-index: 10;
}

.pc-hidden {
	display: none;
}

.description__price {
	margin-top: 40px;
	background: #db074e;
	padding: 10px;
	border-radius: 5px;
}

.description__price--cost {
	background: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
}

.description__price--cost span {
	font-size: 30px;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
	#header .nav-primary .phone {
		padding-right: 20px;
	}

	#reviews .text .heading {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	body {
		min-width: 100%;
	}

	.menu {
		display: block;
	}

	#header .nav-primary .links {
		display: none;
	}

	#services .tiles .row .tile .price {
		bottom: 10px;
        position: relative;
	}

	#sidebar {
		display: none;
	}

	#header .nav-primary .phone {
		padding-right: 150px;
	}

	.menu {
		right: 0px;
		top: 40px;
	}

	#header .nav-secondary .links .active + .regionsList {
		z-index: 1001;
	}

	#content {
		width: 100%;
		margin-top: 30px;
	}

	#content .hero .text .heading {
		font-size: 1.7em;
        line-height: 1.2em;
	}

	#services .tiles .row .tile.promo .text:after {
        background-size: 100%;
	}

	#brands .container .row .brands-block .brand {
		width: 25%;
	}

	#content .hero .service_form .service_form__form {
		padding: 0 0 10px;
	}

	#hero {
		margin-top: 50px;
	}

	#hero .image img {
		width: 90%;
	}

    .hero-form {
        display: block;
		flex-wrap: wrap;
    }

	.hero-form__field {
		width: 100%;
		padding: 8px;
	}

	.hero-form__field:nth-of-type(2) {
		margin: 15px 0;
	}

	.hero-form__btn {
		width: 100%;
		padding: 8px;
		-webkit-appearance: none;
		margin-top: 0;
	}

    #services .tiles .row .tile.promo {
        width: 100%;
    }

    #services .tiles .row .tile {
        width: 50%;
        height: auto;
    }

    #content .hero .service_form .service_form__form input[type=text] {
        margin-left: 1px;
        margin-top: 8px;
    }

	#reviews .text .heading {
		font-size: 26px;
		margin-top: 30px;
	}

	#reviews .text .sub-heading {
		font-size: 16px;
		line-height: 1.5;
	}

	#reviews .text .reviews {
		margin: 20px 0 40px;
	}

	#reviews .text .reviews .reviews_item {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	#reviews .text .reviews .reviews_item .review {
		padding: 0px;
	}

	#reviews .text .reviews .reviews_item:not(:last-child) {
		margin-bottom: 30px;
	}

	#reviews .text .reviews .review_content {
		 min-height: auto;
	}

	.calculator .mebel-kover__wrap{
		align-items: center;
		flex-direction: column;
		margin-bottom: 45px;
	}
	.calculator .kover__wrap{
		align-items: center;
		flex-direction: column;
		margin-bottom: 45px;
	}
	.calculator .mebel-kover__wrap label{
		margin-bottom: 15px;
		width: 100%;
	}
	.calculator .kover__wrap label{
		margin-bottom: 15px;
		width: 100%;
		height: 215px;
	}
	.calculator__row{
		flex-direction: column;

	}
	.calculator__procent{
		width: 100%;
		margin-top: 25px;
		order: 2;
	}
	.calculator .kover__wrap label.kover-vysokiy i{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.calculator .kover__wrap label.kover-korotkiy i{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.calculator .kover__wrap label{
		margin-bottom: 10px;
		flex-direction: column;
	}
	.calculator .price-total__old{
		margin-left: 146px;
	}
	.calculator .price-total__current{
		font-size: 25px;
	}
	.calculator .price-total{
		margin-bottom: 18px;
	}
	.calculator .mebel__wrap label{
		width: 100%;
	}
	.calculator .mebel__wrap .drugoye__wrap{
		width: 100%;
	}
	.calculator__user-data{
		flex-direction: column;
	}
	.calculator__user-data>div{
		width: 100%;
		margin-bottom: 15px;
	}
	.calculator .divan__wrap{
		flex-direction: column;
	}
	.calculator .divan__wrap label{
		width: 100%;
		margin-bottom: 15px;
	}
	.calculator .divan__wrap{
		margin-bottom: 45px;
	}
	.calculator__price-item{
		max-width: 100%;
	}
	#features .container .feature:nth-of-type(3) .image img {
		margin-left: 0px;
	}
	#features.fixed .tabs,
	#features .tabs {
		display: none;
	}
	#features.fixed {
		padding-top: 0px;
	}
}

@media screen and (max-width: 667px) {
	#services .tiles .row .tile.promo {
		width: 100%;
	}

	#services .tiles .row .tile {
		width: 50%;
	}

	#seotext {
		display: none;
	}

	#hero .text .heading {
		font-size: 35px;
	}

	#services .tiles .row .tile.contact {
		width: 100%;
	}

	#content .hero .service_form .service_form__form {
		width: 50%;
	}

	#content .hero .service_form .service_form__price {
		width: 50%;
	}

	#content .hero .image {
		display: none;
	}

    .map {
	    display: none;
    }

    .form-policy-tooltip {
        left: 50%;
        transform: translateX(-50%);
        top: 81px;
    }

    .form-policy-tooltip:after {
        right: 48%;
        top: -10px;
        border-width: 0 5px 10px 5px;
        border-color: transparent transparent #db073c transparent;
    }

    #footer .footer-policy {
        margin: 0;
    }

}

@media screen and (max-width: 568px) {
	#header .nav-secondary .links a:first-child {
		display: none;
	}

	#header .nav-secondary .links .regionsList a:first-child {
		display: block;
		padding-left: 10px;
	}

	#header .nav-primary .phone {
		font-size: 20px;
		height: 30px;
		padding-right: 40px;
		padding-left: 0;
		background: none;
	}

	#header .logotype, #header .logotype.ny{
		background: url(https://himchistka-cheb.ru/img/logo.png) 0 0 no-repeat;
		width: 65px;
	}

	.menu {
		top: 44px;
	}
}

@media screen and (max-width: 414px) {
	#hero .text .heading {
		font-size: 1.7em;
		margin-top: 0;
        line-height: 1.2em;
	}

	.mob-nav--open {
		width: 80vw;
	}

	#services .tiles .row .tile .heading {
		font-size: 1em;
	}

	#features .feature .text .heading {
		font-weight: bold;
		font-size: 1em;
	}

	#features .feature .text {
		margin-top: 10px;
	}

	#features .feature {
		padding: 60px 10px;
	}

	#features .tabs {
		font-size: 10px;
	}

	#content .hero .image .icon {
		display: none;
	}

	#content .hero .text {
		float: none;
		width: 100%;
	}

	#content .features .feature .text {
		/*float: none;*/
		width: 100%;
		text-align: center;
	}

	#content .features .feature .image{
		float: none;
		margin:auto;
		width:40%;
	}

	#hero {
		margin-top: 30px;
	}

	#hero .image img {
		display: none;
	}

	#hero .text {
		width: 100%;
	}

	#services .tiles .row .tile.contact .form input[type=text] {
		width: 100%;
	}

	#services .tiles .row .tile.contact .form input[type=button], #services .tiles .row .tile.contact .form input[type=submit] {
		width: 100%;
	}

	#brands .container .row .brands-block .brand {
		width: 50%;
	}

	#brands .container .row .brands-block .brand:nth-child(odd) {
		width: 50%;
		border-right: 1px solid #e1e1e1;
	}

	#brands .container .row .brands-block .brand:nth-child(even) {
		border-right: none;
	}

	#brands .container .row .brands-block .brand:nth-last-child(-n+4) {
		 border-bottom: none;
	}

	#content .hero .service_form .service_form__form {
		width: 100%;
		padding-right: 0;
	}

	#content .hero .service_form .service_form__price {
		width: 100%;
	}

	#content .hero .service_form .service_form__form p {
		display: none;
	}

	#content .hero .service_form .service_form__form input[type=button] {
		width: 100%;
	}

	#order input[name="send"] {
		width: 100%;
	}

	.services__title {
		display: none;
	}

	.mob-hidden {
		display: none;
	}

	.pc-hidden {
		display: block;
	}

    #services .tiles .row .tile.promo .text:after {
        background-size: 60%;
        background-position-x: 160px;
    }

    #services .tiles .row .tile {
        width: 100%;
    }

    #features .feature .text .description,
    #content .features .feature .text .description {
        display: none;
    }

    #features .feature,
    #content .features .feature {
        padding: 20px 10px;
    }

    #features.fixed .tabs {
        left: 0;
    }

    #content .hero .text .content .pricelist tr td.price {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 320px) {
	#hero .image {
		display: none;
	}

	#hero .text {
		width: 100%;
	}

	#header .logotype {
		width: 65px;
	}

	#hero {
		margin-top: 50px;
	}

	#services .tiles .row .tile {
		width: 100%;
	}
}
