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

	#promo .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: 25px;
		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-form {
        display: block;
    }

    .hero-form__field {
        padding: 5px 5px 5px 10px;
    }

    .hero-form__btn {
        margin-top: 10px;
    }

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

    #hero {
        margin-top: 50px;
    }

}

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

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

	#seotext {
		display: none;
	}

	#contacts .container .row .info, #contacts .container .row .map {
		height: auto;
	}

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

	#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: 0;
		height: 30px;
		padding-right: 90px;
		padding-left: 0;
	}

	.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: 1.2em;
	}

	#features .feature .text {
		float: none;
		width: auto;
	}

	#contacts .container .row .info, #contacts .container .row .map {
		width: 100%;
	}

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

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

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

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

	#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%;
	}

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

	.hero-form {
		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;
	}

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

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

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

	#hero .text {
		width: 100%;
	}

	#header .logotype {
		width: 180px;
	}

	#hero {
		margin-top: 50px;
	}

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