/*!
Theme Name: mford
Theme URI: http://underscores.me/
Author: Evgeny Sidorov
Author URI: https://evgeny-sidorov.ru/
Description: Изготовление мебели на заказ
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mford
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mford is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
	/*All Document*/
body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

body, ul, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

*::-moz-selection {
    color: #fff;
    background-color: #170f0a;
}

*::selection {
    color: #fff;
    background-color: #170f0a;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #efa71d;
}

a:hover {
	color: #fddf03;
}

button, .button {
	display: inline-block;
	text-transform: uppercase;
	border-radius: 30px;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-weight: 400;
	background-color: #efa71d;
	background: -webkit-gradient(linear, left bottom, left top, from(#efa71d), to(#fddf03));
	background: -o-linear-gradient(bottom, #efa71d, #fddf03);
	background: linear-gradient(0deg, #efa71d, #fddf03);
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

.nav__item--button {
	border-radius: 30px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 10px!important;
	text-align: center;
	background-color: #efa71d;
	background: -webkit-gradient(linear, left bottom, left top, from(#efa71d), to(#fddf03));
	background: -o-linear-gradient(bottom, #efa71d, #fddf03);
	background: linear-gradient(0deg, #efa71d, #fddf03);
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

.nav__item--button .menu__link {
	color: #fff!important;
}

button:hover, .button:hover, .nav__item--button:hover {
	background-color: #EFB343;
	color: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#EFB343), to(#FDE740));
	background: -o-linear-gradient(bottom, #EFB343, #FDE740);
	background: linear-gradient(0deg, #EFB343, #FDE740);
}

button:active, .button:active, .nav__item--button:active {
	color: #fff;
	background-color: #DB8E00;
	background: -webkit-gradient(linear, left bottom, left top, from(#DB8E00), to(#D3BA00));
	background: -o-linear-gradient(bottom, #DB8E00, #D3BA00);
	background: linear-gradient(0deg, #DB8E00, #D3BA00);
}

.button_long  {
	width: 100%;
	text-align: center;
}

input, .input {
	width: 200px;
	border: 1px solid #fddf03;
	border-radius: 10px;
	padding: 10px;
	padding-left: 15px;
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}


input:focus, .input:focus {
	border-color: #efa71d;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

	/* Fonts */
body, input, button {
	font: normal 100% 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #efa71d;
}

ul:not(.menu__ul) {
	margin-left: 80px;
}

ol {
	margin-left: 40px;
}

blockquote {
	margin: 40px;
}

blockquote p {
	margin-top: 0;
	font-size: 1.5rem;
	line-height: 1.25;
	position: relative;
}

blockquote p:before {
	content: "\201C";
	position: absolute;
	font-size: 60px;
	left: -50px;
	top: 10px;
	line-height: 0;
}

blockquote p:after {
	content: "\201D";
	position: absolute;
	font-size: 60px;
	right: -50px;
	bottom: -10px;
	line-height: 0;
}

blockquote cite {
	text-transform: uppercase;
}

label {
	color: #3e3e3e;
}

.name-page {
	width: 100%;
	text-align: center;
}

.heading-page {
	font-size: 3rem;
	color: #000;
	position: relative;
	display: inline-block;
	margin:auto;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 5px solid #fddf03;
	margin-bottom: 20px;
}

.heading-big {
	font-size: 14.5rem;
	font-weight: 900;
	padding: 0;
	margin: 0;
	line-height: 12.5rem;
}

.heading_yellow {
	color: #fddf03;
}

.heading_right {
	text-align: right;
}

.heading_center {
	text-align: center;
}

.heading_margin-top {
	margin-top: 30px;
}

.heading_black {
	color: #000;
}


/*Header*/
.header {
	width: 100%;
	height: 60px;
	-webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0px 40px 0px 40px;
	background-color: #fff;
}

.header__logo {
	/*width: 160px;*/
	width: 200px;
	height: auto;
}

/*Menu*/

.menu__ul {
	list-style: none;
}

.menu__li {
	display: inline;
	padding: 20px 10px 20px 10px;
}

.menu__link {
	font-weight: 400;
	color: #010101;
}

.menu__sub-menu, .menu__sub-sub-menu {
	min-width: 220px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 2;
	list-style: none;
	display: none;
}

.menu__sub-menu {
	top: 50px;
	left: 10px;
	margin: 0;
	z-index:100;
}

.menu__sub-li {
	width: 100%;
	padding: 10px 15px 10px 15px;
	color: #000;
	font-weight: 400;
}

.menu__sub-li .menu__link {
	width: 100%;
	height: 100%;
	color: #000000;
//	color: inherit;
}

.menu__sub-li:hover {
	background-color: #fddf03;
	color: #fff;
}



.menu__li_sub-menu {
	position: relative;
}

.menu__li_sub-menu:hover .menu__sub-menu {
	display: block;
}

.menu__sub-li_sub-menu {
	position: relative;
}

.menu__sub-sub-menu {
	top: 0px;
	right: 100%;
	margin: 0;
}

.menu__sub-sub-li {
	width: 100%;
	padding: 10px 15px 10px 15px;
	color: #000;
	font-weight: 400;
}

.menu__sub-sub-li:hover {
	background-color: #fddf03;
	color: #fff;
}

.menu__sub-li_sub-menu:hover .menu__sub-sub-menu {
	display: block;
}

/*Мобильное меню*/

.menu-mobile {
	position: fixed;
	right: 20px;
	top: 15px;
	color: #000;
    padding-top: 5px;
    display: none;
    cursor: pointer;
    -webkit-transition: right .23s;
    -o-transition: right .23s;
    transition: right .23s;
    z-index: 3;
    width: 30px;
    height: 30px;
}



.menu-mobile_animation-mobile{
	-webkit-animation: menu;
   	animation: menu;
}

.menu-mobile__span{
	display: block;
	height: 3px;
	background-color: #000;
	margin: 7px 0 0;
	-webkit-transition: all .1s linear .23s;
	-o-transition: all .1s linear .23s;
	transition: all .1s linear .23s;
	position: relative;
}

.menu-mobile_first{
	margin-top: 0;
}

.menu-mobile__checkbox {
	opacity: 0;
	display: none;
}

.menu-mobile_second {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.menu-mobile__checkbox:checked ~ .menu-mobile__button .menu-mobile_first{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}

.menu-mobile__checkbox:checked ~ .menu-mobile__button .menu-mobile_second {
	opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu-mobile__checkbox:checked ~ .menu-mobile__button .menu-mobile_third {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -14px;
}

@-webkit-keyframes menu{
	from{
		left: 110%;
	}

	to{
		left: 60%;
	}	
}

@keyframes menu{
	from{
		left: 110%;
	}

	to{
		left: 60%;
	}
}

.menu-mobile_animation-mobile-close{
	-webkit-animation: menu-close;
	animation: menu-close;
}

@-webkit-keyframes menu-close{
	from{
		left: 60%;
	}

	to{
		left: 110%;
	}
}

@keyframes menu-close{
	from{
		left: 60%;
	}

	to{
		left: 110%;
	}
}


  			/*End mobile menu*/


/*Banner*/

.banner {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #dfdfdf;
	padding: 0px 60px 0px 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.banner__content {
	width: 40%;
}

.banner__header {
	font-size: 6.875rem;
	font-weight: 900; 
	color: #efa71d;
	line-height: 110px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.banner__sub-header {
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 3.125rem;
	text-transform: none;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 70%;
}

.button_margin-top {
	margin-top: 30px;
}


/*About*/

.about {
	padding: 80px 40px 80px 40px;
	width: 100%;
}

.about_align-center {
	text-align: center;
}

/*Product*/

.product {
	width: 100%;
	background-color: #f5f5f5;
	padding: 60px 40px 60px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}

.product__block {
	width: 50%;
}


.product__heading {
	font-size: 5.5rem;
	text-transform: uppercase;
	border-bottom: 5px solid #fddf03;
	margin-right: 50px;
	color: #000;
}

.product__block_flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}

.product__section {
	width: 50%;
	text-align: center;
	padding-top: 30px;
}

.product__img {
	width: 230px;
	height: 250px;
}

.heading_underline {
	text-transform: uppercase;
	font-weight: 500;
	color: #efa71d;
	text-decoration: underline;
}

.heading_underline:hover {
	text-decoration: none;
}

.paragraph_product {
	margin-top: 40px;
	margin-left: 40px;
	font-size: 1.4rem;
	line-height: 1.4rem;
}



/*Work*/
.work {
	width: 100%;
	padding: 40px;
}

.work_align-center {
	text-align: center;
}


.gallery {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 30px;
}

.gallery__block {
	margin: 2px;
	width: 200px;
	height: 200px;
	background-size: cover;
	background-color: #dfdfdf;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.gallery__block_work {
	width: 230px;
	height: 230px;
}


/*Block form*/

.block-form, .block-img {
	width: 100%;
	height: 550px;
	background-color: #dfdfdf;
	padding: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	margin-bottom: 60px;
}

.block-form {
	margin-bottom: 0px;
}
 

.block-img  {
	height: 650px;
}


.block-form_white {
	background-color: #fff;
	height: auto;
}

.block-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	background-color: #120901;
	opacity: 0.85;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.block-form__block, .block-img__block {
	width: 50%;
	z-index: 1;
}

.block-form__header, .block-img__header {
	font-size: 6.875rem;
	font-weight: 900; 
	color: #efa71d;
	line-height: 6.875rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.block-form__sub-header, .block-img__sub-header {
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 3.125rem;
	text-transform: none;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 70%;
}

.block-form__sub-header-black {
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 3.125rem;
	text-transform: none;
	color: #000;
	margin: 0;
	padding: 0;
	width: 70%;
} 

.form-payment {
	width: 80%;
	margin: auto;
	border: 2px solid #efa71d;
}

.form {
	margin: auto;
	width: 350px;
	background-color: #fff;
}

.form__heading {
	text-align: center;
	color: #fff;
	background-color: #efa71d;
	text-transform: uppercase;
	padding: 20px;
}

.form__inputs {
	width: 100%;
	padding: 10px 20px 20px 20px;
	text-align: center;
}

.form__wprapper {
	margin-top: 25px;
	position: relative;
}

.form__wprapper_payment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}



.input_form {
	width: 100%;
	padding-left: 40px;
}

.input_payment {
	width: 70%;

}

.form__icon {
	position: absolute;
	top: 13px;
	left: 15px;
	color: #3e3e3e;
	display: block;
}

.input_form::-webkit-input-placeholder {
    color: #3e3e3e;
} 

.input_form::-moz-placeholder {
    color: #3e3e3e;
}

.button_margin-bottom {
	margin-bottom: 20px;
}

/*Modal*/
.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
/*	display: flex;
	justify-content: center;
	align-items: center;*/
	cursor: pointer;
	display: none;
}

.modal {
	width: 350px;
	display: none;
	background-color: transparent;
	align-items: center;
	height: 400px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 12;
	margin: auto;
}


/*Footer*/

.footer {
	width: 100%;
	height: 90px;
	background-color: #181818;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 40px;
}

.copyright {
	font-weight: 200;
}

.copyright, .social__link {
	color: #fff;
}

.social {
	list-style: none;
}

.social__icon {
	margin: 5px;
	display: inline;
}

.social__link {
	font-size: 1.5rem;
	font-weight: 400;
}


	/*Content*/

.content {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

.content_padding-none {
	padding: 0;
}

.block-img__sub-header_long {
	width: 100%;
}

.block-img_center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


.content_padding-top {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*Contact*/

.contact {
	padding: 40px 10% 40px 10%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.contact__block {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	    align-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}



.contact__img {
	border-radius: 50%;
	border: 3px solid #fddf03;
	width: 350px;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #dfdfdf;
}

.paragpraph_big {
	font-size: 1.875rem;
}

.paragpraph_bold {
	font-weight: 900;
}

.paragpraph_uppercase {
	text-transform: uppercase;
}

.paragpraph_width {
	width: 100%;
}

.contact-social {
	width: 100%;
	margin-top: 50px;
	list-style: none;
}

.contact-social__img {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 20px;
}

.contact-social__icon {
	width: 100%;
}


/*tile*/

.tile {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.tile__block {
	padding: 30px;
	width: 30%;
	height: 200px;
	margin: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.tile__block_big {
	width: 45.2%;
	height: 300px;
}

.tile__bg{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #dfdfdf;
	z-index: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.tile__block:hover .tile__bg,
.tile__block:focus .tile__bg {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


.tile__heading {
	text-transform: uppercase;
	color: #EFA71D;
	padding: 10px;
	text-align: center;
	background: rgba(27, 14, 1, 0.85);
	z-index: 2;
}

.statistics {
	margin-top: 50px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.statistics__block {
	width: 30%;
	text-align: center;
}

.statistics__number {
	font-size: 10rem;
	font-weight: 200;
	margin: 0;
	padding: 0;
}

.statistics__text {
	font-size: 2rem;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}


.contact-social {
	margin-left: 0;	
}

.statistics__block {
	opacity: 0;
}

.article-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.article-preview {
	width: 40%;
	overflow: hidden;
	padding: 20px;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
	border: 1px solid #fddf03;
	margin: 10px;
}

.article-preview:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
		        box-shadow: 0px 0px 15px rgba(253, 223, 3, 0.4);
}

.article-preview__img {
	width: 100%;
	height: 250px;
	background-color: #dfdfdf;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*overflow: hidden;*/
/*	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;*/
}


/*.article-preview:hover .article-preview__img ,
.article-preview:focus .article-preview__img  {
	 background-size: 120%;
}*/


.article-preview__heading, .article-preview__paragraph {
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    position: relative;
}

.article-preview__heading::after, .article-preview__paragraph::after {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 40px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255, 0.2)), to(#fff));
    background: -o-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
    background: linear-gradient(to right, rgba(255,255,255, 0.2), #fff 100%);
}

.paragraph_margin_top {
	margin-top: 70px;
}


/*******************************Адаптация под экраны************************************/

/*Big desctop - corrected*/

/* Desctope 1600x900 - corrected*/
/* Desctope 1440x900 - corrected*/
/* Desctope 1366x768 - corrected*/
/* Desctope 1280x1024 - corrected*/


/*Teblet landscape*/

@media screen and (min-width: 901px) and (max-width: 1200px) {

	.banner__header, .block-form__header, .block-img__header {
		line-height: 5rem;
		font-size: 5rem;
	}

	.banner__sub-header, .block-form__sub-header, .block-form__sub-header-black, .block-img__sub-header {
		font-size: 2.5rem;
	}

	.product__heading {
		font-size: 4rem;
	}

	.heading-big {
		font-size: 12rem;
		line-height: 10rem;
	}

	.product__img {
		width: 200px;
		height: 230px;
	}

	.form-payment {
		width: 100%;
	}
}

/*Адаптировать под планшеты*********************************************************/

@media screen and (max-width: 900px) {
	ul {
		margin-left: 40px;
	}


	label {
		text-align: left;
	}

	.banner {
		padding: 0px 20px 0px 20px;
		height: 350px; /*250px;*/
		background-image: url('img/mobile-2.png')!important;
	}

	.banner__content{
		width: 100%;
		text-align: center;
	}

	.banner__sub-header, .block-form__sub-header,  .block-form__block, .block-img__block  {
		width: 100%;
	}

	.banner__header, .product__heading, .block-form__header, .block-img__header {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}

	.banner__sub-header, .block-form__sub-header, .block-form__sub-header-black, .block-img__sub-header {
		font-size: 1.7rem;
		line-height: 1.7rem;
	}

	.banner__sub-header, .banner__header {
		padding-left: 15%;
		padding-right: 15%;
	}

	.heading-page {
		font-size: 1.5rem;
		line-height: 1.5rem;
		text-align: center;
	}

	.heading-big {
		font-size: 3.5rem;
		line-height: 3.5rem;
	}

	.menu__nav {
		display: none;
	}

	.header {
		padding: 0 20px 0 20px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.banner, .content {
		margin-top: 60px;
	}

	.about, .product, .work, .block-form, .block-img {
		padding: 30px 20px 30px 20px;
	}

	.paragraph_about {
		text-align: left;
	}

	.product, .block-form, .block-img {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.product__heading {
		padding-bottom: 20px;
		margin-left: 50px;
		margin-left: 30px;
		margin-right: 30px;
	}

	.product__block, .block-form__sub-header {
		width: 100%;
	}

	.product__img {
		width: 100px;
		height: 120px;
	}

	.paragraph_product {
		margin-left: 0;
		margin-right: 0;
		font-size: 1rem;
	}

	.block-form__sub-header, .block-form__header, .block-form__sub-header-black, .block-form__header {
		padding-left: 40px;
		padding-right: 40px;
	}

	.block-form__sub-header {
		padding-bottom: 30px;
	}

	.product__section .heading_underline {
		font-size: 1rem;
	}

	.form__heading {
		font-size: 1rem;
	}

	.gallery__block {
		width: 150px;
		height: 150px;
	}

	.form, .modal {
		width: 300px;
	}

	.footer {
		height: 170px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		position: relative;
	}


	.footer a {
		margin-top: 10px;
	}

	.copyright {
		margin: auto;
		position: absolute;
		bottom: 20px;
	}

	.social {
		position: absolute;
		margin: auto;
		top: 20px;
	}

	.menu-mobile {
		display: block;
	}
	
	.menu__nav {
		height: 100%;
		left: 110%;
		top: 0;
		width: 80%;
		position: fixed;
		display: block;
		background-color: #fff;
		z-index: 2;
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		 -webkit-transition: left .2s;
	    -o-transition: left .2s;
	    transition: left .2s;
	    overflow-y: auto;
	    overflow-x: hidden;
	}

	.menu__ul {
		width: 100%;
		margin-left: 0;
		margin-top: 60px;
		border-bottom: 1px solid #dadada;

	}

	.menu__li {
		border-top: 1px solid #dadada;
		width: 100%;
		padding: 15px 30px 15px 30px;
		display: block;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.menu__li:hover {
		background-color: #efa71d;
		
		border: none;
		
	}

	.menu__li:hover .menu__link {
		font-weight: 900;
		color: #fff;
	}

	.menu__li_sub-menu:hover .menu__link{
		color: #fff;
		font-weight: 900;
	}

	.menu__sub-menu {
		position: static;
		width:  calc(100% + 60px);
		margin-left: -30px;
		margin-right: 0;
		margin-top: 15px;
		border-bottom: 1px solid #dadada;
		-webkit-box-shadow: none;
		        box-shadow: none;
		background-color: inherit;
	}

	.menu__li_sub-menu {
		position: relative;
	}

	.menu__li_sub-menu::before {
		position: absolute;
		right: 30px;
		top: 20px;
		content: '';
		border: solid #000;
	    border-width: 0 3px 3px 0;
	    display: inline-block;
		width: 8px;
		height: 8px;
		-ms-transform: rotate(-45deg);
		    transform: rotate(-45deg);
    	-webkit-transform: rotate(-45deg);
	}

	.menu__li_sub-menu:hover::before, .menu__sub-li_sub-menu:hover::before{
		border-color: #fff;
		top: 18px;
		-ms-transform: rotate(45deg);
		    transform: rotate(45deg);
    	-webkit-transform: rotate(45deg);
	}

	.menu__li_sub-menu:hover, .menu__sub-li_sub-menu:hover {
		padding-bottom: 0;
	}

	.menu__sub-li {
		padding: 15px 30px 15px 50px;
		color: #fff;
		border-top: 1px solid #dadada;
	}

	.menu__sub-li_sub-menu::before {
		position: absolute;
		right: 30px;
		top: 20px;
		content: '';
		border: solid #fff;
	    border-width: 0 3px 3px 0;
	    display: inline-block;
		width: 8px;
		height: 8px;
		-ms-transform: rotate(-45deg);
		    transform: rotate(-45deg);
    	-webkit-transform: rotate(-45deg);
	}

	.menu__sub-sub-menu {
		position: static;
		width: 140%;
		margin-left: -50px;
		margin-right: 0;
		margin-top: 15px;
		-webkit-box-shadow: none;
		        box-shadow: none;
		background-color: inherit;
	}

	.menu__sub-li:hover, .menu__sub-sub-li:hover {
		background-color: inherit;
	}

	.menu__sub-li_sub-menu:hover {
		font-weight: 900;
	}

	.menu__sub-sub-li {
		padding: 15px 30px 15px 60px;
		color: #fff;
		border-top: 1px solid #dadada;
	}

	.content_padding-top {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.content {
		padding-left: 20px;
		padding-right: 20px;
	}

	.statistics {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 0px;
	}

	.statistics__block {
		width: 60%;
		margin-top: 30px;
	}

	.count, .statistics__number  {
		font-size: 4rem;
	}

	.statistics__text {
		font-size: 1rem;
	}

	.contact {
		padding: 0px;
	}

	.contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.contact__block {
		width: 100%;
	}

	.paragpraph_big {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.contact-social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.contact-social__img {
		margin-right: 0;
	}

	.contact__img {
		width: 300px;
		margin:auto;
		height: 300px;
	}

	.work  {
		padding: 30px 0 30px 0;
	}

	.block-form__sub-header-black {
		width: 100%;
	}

	.block-form_white {
		padding: 0;
	}

	.form-payment {
		margin-top: 20px;
		width: 100%;
	}

	.form__inputs {
		padding: 10px;
	}

	.content_padding-none {
		padding: 0;
	}

	.block-img__block {
		text-align: center;
	}

	.heading_right {
		text-align: center;
	}


	.block-img__header, .heading-big, .block-img__sub-header {
		margin-bottom: 20px;
	}

	.tile__block_big, .tile__block {
		width: 100%;
		height: 230px;
	}

	.tile__heading {
		z-index: 1;
	}

	.article-preview {
		width: 100%;
		margin: 10px 0 0 0;
	}
}
@media (min-width: 901px) and (max-width: 910px){
	.menu__li.nav__item--button{
		font-size: xx-small;
	}
}
@media (min-width: 911px) and (max-width: 931px){
	.menu__li.nav__item--button{
		font-size: smaller; 
	}
}