.container {
	width: 1140px;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

.top_menu li {
    position: relative;
}

.top_menu li>.sub-menu {
	width: calc(100% - 0px);
	border-bottom: 0px solid #8e6a33;
	padding: 10px 0px 10px 0px;
	position: absolute;
	left: 0px;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
	display: flex;
	flex-direction: column;
}

.top_menu li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
}

.top_menu li>.sub-menu li {
    background: rgba(0, 0, 0, 0.85);
	border-bottom: 0px solid #f87f0a;
	transition: 0.3s ease;
}

.top_menu li>.sub-menu li a {
    border-right: 0px solid #8e6a33;
	border-bottom: 0px solid #f87f0a;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
    line-height: 26px;
	color: #ffffff;
	transition: 0.3s ease;
}

.top_menu li>.sub-menu li:hover {
    border-bottom: 0px solid #f87f0a;
	background: rgba(0, 0, 0, 0.95);
}

.top_menu li>.sub-menu li a:hover {
	color: #f87f0a;
}

.clear {
	height: 0px;
	clear: both;
}

input[type='number'] {
	-moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	color: #000;
}
	
input::-moz-placeholder {
	color: #000;
	opacity: 1;
}

.butt1 {
	font-family: 'Gilroy-Bold';
	color: #ffffff;
	font-size: 17px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	width: 320px;
	background: #a90000;
	border-radius: 4px;
	border: 0 none;
	margin: 0px auto 0px auto;
	display: block;
	cursor: pointer;
}

.butt1:hover {
	background: #b40303;
	text-decoration: none!important;
}

.title {
	font-family: 'Gilroy-Extra-Bold';
	color: #231f20;
	font-size: 33px;
	line-height: 43px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.title span {
	color: #f87f0a;
}

header {
	height: 100vh;
	background: url("../images/bg1.png") bottom center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 4;
}

header .top {
	border-bottom: 1px solid #646565;
}

.top .logo {
	width: 210px;
	margin: 18px 0px 0px 0px;
	float: left;
}

.logo img {
	width: 38px;
	height: auto;
	vertical-align: bottom;
	float: left;
}

.logo span {
	font-family: 'Gilroy-Bold';
	color: #f87f0a;
	font-size: 20px;
	line-height: 29px;
	text-transform: uppercase;
	float: right;
}

.top .contact {
	width: 285px;
	float: right;
}

.contact .phone {
	font-family: 'Gilroy-SemiBold';
	color: #ffffff;
	font-size: 21px;
	line-height: 25px;
	text-decoration: none;
	margin: 0px 0px 7px 0px;
	float: left;
}

.contact .butt1 {
	font-family: 'Gilroy-SemiBold';
	font-size: 14px;
	line-height: 35px;
	width: 100%;
	float: left;
}

.contact ul {
	font-size: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
}

.contact ul li {
	margin: 0px 0px 0px 10px;
	vertical-align: top;
	display: inline-block;
}

.contact ul li:nth-of-type(1) {
	margin: 0px 0px 0px 0px;
}

.contact ul li a {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	display: block;
}

.contact ul li .wa {
	background: url("../images/wa2.png") center center no-repeat;
	background-size: 25px;
}

.contact ul li .vi {
	background: url("../images/vi2.png") center center no-repeat;
	background-size: 25px;
}

.contact ul li .vk {
	background: url("../images/vk3.png") center center no-repeat;
	background-size: 25px;
}

.contact ul li .tg {
	background: url("../images/tg.svg") center center no-repeat;
	background-size: 25px;
}

.top p {
	font-family: 'Gilroy-Regular';
	color: #ffffff;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	margin: 21px 0px 0px 138px;
	float: left;
}

header .title {
	color: #ffffff;
	font-size: 45px;
	line-height: 73px;
	margin-top: 10px;
}

header .advantages {
	font-size: 0px;
	text-align: center;
	padding: 40px 0px 0px 0px;
}

.advantages li {
	font-family: 'Gilroy-Regular';
	color: #ffffff;
	font-size: 16px;
	line-height: 21px;
	padding: 72px 20px 0px 20px;
	width: 330px;
	vertical-align: top;
	display: inline-block;
}

.advantages li:nth-of-type(1) {
	background: url("../images/ico1.png") center 0px no-repeat;
}

.advantages li:nth-of-type(2) {
	background: url("../images/ico2.png") center 11px no-repeat;
}

.advantages li:nth-of-type(3) {
	background: url("../images/ico3.png") center 0px no-repeat;
}

.blocks {
	background: #f5f5f5;
	padding: 270px 0px 60px 0px;
	margin: -180px 0px 0px 0px;
	position: relative;
	z-index: 1;
}

.bg1 {
	width: 472px;
	height: 100%;
	background: url("../images/bg4.png") left top repeat-y;
	position: absolute;
	left: 0px;
	bottom: 1px;
}

.bg2 {
	width: 430px;
	height: 100%;
	background: url("../images/bg5.png") right top repeat-y;
	position: absolute;
	right: 0px;
	bottom: 1px;
}

.mango-callback .widget-wrapper.common-window.fast-callback.widget-show .close-popup {
    background: url(https://widgets.mango-office.ru/images/close-dark.svg) no-repeat center !important;
}

.blocks .house {
	width: 50%;
	margin: 10px 0px 0px 0px;
	position: relative;
	float: left;
}

.house img {
	width: 670px;
	height: auto;
	vertical-align: bottom;
	left: -115px;
	top: 0px;
	position: absolute;
}

.house .list {
	width: 520px;
	position: absolute;
	left: 0px;
	top: 150px;
}

.house .l_bg1 {
	width: 129px;
	height: 147px;
	background: url("../images/bg2.png") center center no-repeat;
	position: absolute;
	left: 156px;
	top: 17px;
}

.house .l_bg2 {
	width: 136px;
	height: 100px;
	background: url("../images/bg3.png") center center no-repeat;
	position: absolute;
	left: 151px;
	top: 39px;
}

.house .l1 {
	font-family: 'Gilroy-Medium';
	color: #000;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	padding: 0px 0px 0px 35px;
	border-radius: 5px;
	background: #ffffff;
	position: absolute;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}

.house .l1 span {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -7.5px;
	display: block;
}

.house .l2 span {
	left: -20px;
}

.house .l3 {
	padding: 0px 27px 0px 0px;
	text-align: right;
}

.house .l3 span {
	right: -20px;
}

.house .t1 {
	width: 125px;
	left: 22px;
	top: 7px;
}

.house .t2 {
	width: 103px;
	left: 22px;
	top: 54px;
}

.house .t3 {
	width: 103px;
	left: 22px;
	top: 101px;
}

.house .t4 {
	width: 126px;
	left: 22px;
	top: 148px;
}

.house .t5 {
	width: 220px;
	right: 22px;
	top: 7px;
}

.house .t6 {
	width: 189px;
	right: 22px;
	top: 54px;
}

.house .t7 {
	width: 189px;
	right: 22px;
	top: 101px;
}

.house .t1 span {
	background: url("../images/ico4.png") center center no-repeat;
}

.house .t2 span {
	background: url("../images/ico5.png") center center no-repeat;
}

.house .t3 span {
	background: url("../images/ico6.png") center center no-repeat;
}

.house .t4 span {
	background: url("../images/ico7.png") center center no-repeat;
}

.house .t5 span {
	background: url("../images/ico8.png") center center no-repeat;
}

.house .t6 span {
	background: url("../images/ico9.png") center center no-repeat;
}

.house .t7 span {
	background: url("../images/ico10.png") center center no-repeat;
}

.blocks .blocks_text {
	width: 50%;
	float: left;
}

.blocks_text p {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 25px;
	margin: 0px 100px 35px 0px;
}

.blocks_text p b {
	font-family: 'Gilroy-Bold';
	color: #231f20;
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	display: block;
}

.sample {
	padding: 170px 0px 60px 0px;
	position: relative;
}

.sample .container {
	width: 1110px;
	position: relative;
	z-index: 2;
}

.sample .sample_img {
	width: 400px;
	margin: 0px 105px 0px 0px;
	float: left;
}

.sample .sample_img img {
	width: 630px;
	height: auto;
	margin: 0px 0px 0px -50px;
}

.sample .sample_text {
	width: 400px;
	margin: 20px 0px 0px 105px;
	float: left;
}

.sample_text .title {
	text-align: left;
	margin: 0px 0px 15px 0px;
}

.sample_text p {
	font-family: 'Gilroy-Bold';
	color: #231f20;
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 35px 0px;
}

.sample_text .butt1 {
	margin: 0px 0px 0px 0px;
	float: left;
}

.slider1 {
	background: #f5f5f5;
	padding: 80px 0px 55px 0px;
	position: relative;
}

.slider1 .container {
	position: relative;
	z-index: 2;
}

.slider1 .container2 {
	width: 945px;
	position: relative;
	z-index: 2;
}

.slider1 .sl {
	position: relative;
}

.slider1 .sl1 .item {
	width: 100%;
	height: 400px;
}

.slider1 .sl1 .item img {
	width: 100%;
	min-height: 400px;
	vertical-align: bottom;
}

.slider1 .bg3 {
	width: 220px;
	height: 400px;
	background: url("../images/bg6.png") left top no-repeat;
	position: absolute;
	left: -30px;
	top: 0px;
	z-index: 2;
	opacity: 0.4;
}

.slider1 .bg4 {
	width: 220px;
	height: 400px;
	background: url("../images/bg7.png") left top no-repeat;
	position: absolute;
	right: -30px;
	top: 0px;
	z-index: 2;
	opacity: 0.4;
}

.owl-stage-outer {
	position: relative!important;
	z-index: 3!important;
}

.owl-nav {
	width: 100%!important;
	position: absolute!important;
	top: 50%!important;
	margin-top: -17px!important;
	z-index: 2!important;
}

.owl-nav button {
	font-size: 0px!important;
	width: 18px!important;
	height: 34px!important;
}

.owl-nav .owl-prev {
	margin-left: -70px;
	background: url("../images/arr1.png") center center no-repeat!important;
	float: left!important;
}

.owl-nav .owl-next {
	margin-right: -70px;
	background: url("../images/arr2.png") center center no-repeat!important;
	float: right!important;
}

.owl-dots {
	display: none;
}

.slider1 ul {
	font-size: 0px;
	text-align: center;
	margin: 64px 0px 0px 0px;
}

.slider1 li {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 25px;
	width: calc(33.33% - 50px);
	padding: 87px 0px 0px 0px;
	margin: 0px 75px 0px 0px;
	vertical-align: top;
	display: inline-block;
}

.slider1 li:nth-of-type(1) {
	background: url("../images/ico11.png") top center no-repeat;
}

.slider1 li:nth-of-type(2) {
	background: url("../images/ico12.png") top center no-repeat;
}

.slider1 li:nth-of-type(3) {
	background: url("../images/ico13.png") top center no-repeat;
	margin: 0px 0px 0px 0px;
}

.slider1 b {
	font-family: 'Gilroy-Bold';
	color: #231f20;
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	display: block;
}

.factory {
	padding: 80px 0px 55px 0px;
	position: relative;
}

.factory .container {
	position: relative;
	z-index: 2;
}

.factory .border {
	background: #ffffff;
	border: 15px solid #f87f0a;
	padding: 42px 50px 50px 635px;
	position: relative;
}

.factory p {
	font-family: 'Gilroy-Bold';
	color: #231f20;
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 30px 0px;
}

.factory .butt1 {
	margin: 0px 0px 0px 0px;
}

.factory .border img {
	width: 282px;
	height: auto;
	position: absolute;
	bottom: -70px;
	left: 145px;
	vertical-align: bottom;
}

.calc {
	background: #f5f5f5;
	padding: 80px 0px 90px 0px;
	position: relative;
	z-index: 3;
}

.calc .container {
	width: 940px;
	position: relative;
	z-index: 3;
}

.calc input {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 53px;
	width: calc(50% - 32px);
	background: #ffffff;
	border: 1px solid #e8e8e8;
	padding: 0px 0px 0px 15px;
	margin: 0px 30px 30px 0px;
	float: left;
}

.calc input:nth-of-type(2n+2) {
	margin: 0px 0px 30px 0px;
}

.calc .select_main {
	width: calc(50% - 17px);
	height: 53px;
	position: relative; 
	background: #ffffff url("../images/select.png") no-repeat right;
	border: 1px solid #e8e8e8;
	margin: 0px 0px 30px 0px;
	float: left;
}

.calc .select_main p {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 53px;
	position: absolute;
	padding-left: 15px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.calc select {
	font-family: 'Gilroy-Regular';
	color: #000;
	width: 100%; 
	height: 53px; 
	position: relative; 
	cursor: pointer; 
	opacity: 0;
}

.calc .price {
	font-family: 'Gilroy-Bold';
	color: #231f20;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	width: 100%;
	margin: 30px 0px 20px 0px;
}

.calc .price p {
	font-family: 'Gilroy-Extra-Bold';
	color: #f87f0a;
	font-size: 33px;
	line-height: 33px;
	text-transform: uppercase;
	margin: 8px 0px 0px 0px;
}

.calc .sale {
	font-family: 'Gilroy-Regular';
	color: #231f20;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0px 0px 30px 0px;
}

.calc .butt1 {
	width: 100%;
}

.mission {
	padding: 80px 0px 55px 0px;
	position: relative;
}

.mission .container {
	position: relative;
	z-index: 2;
}

.mission .border {
	background: #ffffff;
	border: 15px solid #f87f0a;
	padding: 42px 80px 50px 570px;
	position: relative;
}

.mission p {
	font-family: 'Gilroy-Bold';
	color: #231f20;
	font-size: 22px;
	line-height: 30px;
	margin: 0px 0px 30px 0px;
}

.mission .butt1 {
	margin: 0px 0px 0px 0px;
}

.mission .border img {
	width: 843px;
	height: auto;
	position: absolute;
	bottom: -70px;
	left: -305px;
	vertical-align: bottom;
}

.reviews {
	padding: 80px 0px 85px 0px;
	background: #f5f5f5;
	position: relative;
}

.reviews .container {
	width: 945px;
	position: relative;
	z-index: 2;
}

.reviews .review_name {
	width: 145px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	float: left;
}

.reviews .review_name .review_photo {
	width: 105px;
	height: 105px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0px auto 10px auto;
}

.reviews .review_name a {
	font-family: 'Gilroy-Medium';
	color: #4d75a3;
	font-size: 16px;
	line-height: 16px;
	text-decoration: underline;
	margin: 0px 0px 9px 0px;
	display: inline-block;
}

.reviews .review_name a:hover {
	text-decoration: none;
}

.reviews .review_name .review_photo img {
	width: 100%;
	min-height: 105px;
	vertical-align: bottom;
}

.reviews .review_name b {
	font-family: 'Gilroy-Bold';
	color: #231f20;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
	display: block;
}

.reviews .review_name p {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 25px;
	margin: 0px 0px 0px 0px;
}


.reviews .review_text {
	width: 670px;
	border: 1px solid #ececec;
	background: #ffffff;
	padding: 18px 40px 0px 40px;
	float: right;
	position: relative;
}

.reviews .review_text p {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 25px;
	margin: 0px 0px 20px 0px;
}

.reviews .review_text .bg {
	width: 21px;
	height: 42px;
	background: url("../images/bg8.png") no-repeat;
	position: absolute;
	left: -21px;
	top: 13px;
	z-index: 1;
}

.map {
	padding: 80px 0px 25px 0px;
	position: relative;
}

.map .container {
	position: relative;
	z-index: 4;
}

.map .left {
	width: 260px;
	margin: 0px 30px 0px 0px;
	float: left;
}

.map .left p {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 22px;
	padding: 4px 0px 4px 48px;
	background: url("../images/map.png") left center no-repeat;
	background-size: 30px;
	margin: 0px 0px 20px 0px;
	text-decoration: none;
	display: block;
}

.map .left a {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 30px;
	padding: 0px 0px 0px 48px;
	margin: 0px 0px 20px 0px;
	text-decoration: none;
	display: block;
}

.map .left a:hover {
	text-decoration: underline;
}

.map .left .phone {
	background: url("../images/ico14.png") left top no-repeat;
	background-size: 30px;
	text-decoration: none!important;
}

.map .left .mail {
	background: url("../images/ico15.png") left top no-repeat;
	background-size: 30px;
}

.map .left .vk2 {
	background: url("../images/vk3.png") left top no-repeat;
	background-size: 30px;
}

.map .left .in {
	background: url("../images/in.png") left top no-repeat;
	background-size: 30px;
}

.map .left ul {
	font-size: 0px;
	margin: -20px 0px 0px 43px;
}

.map .left ul li {
	margin: 0px 10px 0px 0px;
	vertical-align: top;
	display: inline-block;
}

.map .left ul li a {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	padding: 0px 0px 0px 0px;
	display: block;
}

.map .left ul li .wa {
	background: url("../images/wa2.png") center center no-repeat;
	background-size: 25px;
}

.map .left ul li .vi {
	background: #ffffff url("../images/vi2.png") center center no-repeat;
	background-size: 25px;
}

.map .left ul li .vk {
	background: url("../images/vk3.png") center center no-repeat;
	background-size: 25px;
}

.map .left ul li .tg {
	background: url("../images/tg.svg") center center no-repeat;
	background-size: 25px;
}

.map .left .butt1 {
	font-family: 'Gilroy-Bold';
	color: #ffffff;
	font-size: 17px;
	line-height: 60px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	float: left;
}

.map .right {
	width: calc(100% - 320px);
	border: 15px solid #f87f0a;
	margin: 0px 0px 55px 0px;
	float: left;
}

.map .copy {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}

.thanks {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.thanks .title {
	padding: 350px 10px 0px 10px;
	background: url(../images/th.png) top center no-repeat;
	background-size: 340px;
	position: relative;
	z-index: 2;
}

.popup1 { 
	width: 420px;
	margin: auto;
	display: block;
	left: 0; 
	right: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	padding: 35px 55px 35px 55px;
	text-align: center;
	z-index: 100001;
	background: #ffffff;
}

.overlay:target+.popup1 {
	top: 10%;
	opacity: 1;
	visibility: visible;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 100000;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.popup1 .close1 {
	width: 13px;
	height: 13px;
	background: url("../images/close1.png") no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
}

.popup1 p {
	font-family: 'Gilroy-Extra-Bold';
	color: #000000;
	font-size: 27px;
	line-height: 37px;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}

.popup1 i {
	font-family: 'Gilroy-Bold';
	color: #231f20;
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	margin: 0px 0px 8px 0px;
	display: block;
}

.popup1 form {
	margin: 0px 0px 0px 0px;
}

.popup1 input {
	font-family: 'Gilroy-Regular';
	color: #000;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	width: calc(100% - 2px);
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px!important;
	background: #ffffff;
	border: 1px solid #c6c6c6;
	float: left;
}

.popup1 .polit {
	font-family: 'Gilroy-Regular';
	color: #909090;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	margin: 20px 0px 0px 0px;
	display: inline-block;
}

.popup1 .polit:hover {
	text-decoration: none;
}

.popup1 .butt1 {
	width: 100%;
	margin: 30px 0px 0px 0px;
	float: left;
}

.overlay:target+.popup2 {
	top: 10%;
	opacity: 1;
	visibility: visible;
}

.popup2 .close {
	width: 13px;
	height: 13px;
	background: url(../images/close1.png);
	margin: -25px -25px 0 0;
	float: right
}

.popup2 {
	width: 550px;
	margin: auto;
	display: block;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	z-index: 100001;
	background: #ffffff
}

.popup2 b {
	font-family: 'Gilroy-Bold';
	color: #231f20;
	font-size: 21px;
	line-height: 31px;
	margin: 0 0 15px 0;
	display: block;
}

.popup2 p {
	font-family: 'Gilroy-Regular';
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 15px 0!important;
}

.popup2 .polit_p {
	width: 100%;
	overflow-y: scroll;
	padding: 10px 20px 0 20px;
	height: 430px;
	float: left;
	box-sizing: border-box;
}

#widget-call-from-site .widget-wrapper.common-window .widget-content .text-widget, #widget-call-from-site .widget-wrapper.common-window.thanks .thanks-content .text-widget, #widget-call-from-site .widget-wrapper.common-window.wait .wait-content .text-widget, .mango-callback .widget-wrapper.common-window .widget-content .text-widget, .mango-callback .widget-wrapper.common-window.thanks .thanks-content .text-widget, .mango-callback .widget-wrapper.common-window.wait .wait-content .text-widget, .mng-wgt .widget-wrapper.common-window .widget-content .text-widget, .mng-wgt .widget-wrapper.common-window.thanks .thanks-content .text-widget, .mng-wgt .widget-wrapper.common-window.wait .wait-content .text-widget, .widget-wrapper .widget-wrapper.common-window .widget-content .text-widget, .widget-wrapper .widget-wrapper.common-window.thanks .thanks-content .text-widget, .widget-wrapper .widget-wrapper.common-window.wait .wait-content .text-widget {
	color: #000000!important;
	width: 100%!important;
	margin: 0px 0px 0px 0px!important;
	float: none!important;
}

@media (max-width: 1280px) {
header .top {
	margin: 0px 0px 50px 0px;
}
}

@media (max-width: 1170px) {
.container {
	width: 940px;
}

.top p {
	margin: 21px 0px 0px 130px;
}

.advantages li {
	width: 300px;
}

.house img {
	left: -80px;
}

.blocks .blocks_text {
	width: 40%;
	float: right;
}

.blocks_text p {
	margin: 0px 0px 35px 0px;
}

.sample .container {
	width: 940px;
}

.sample .sample_img img {
	width: 530px;
	margin: 0px 0px 0px -50px;
}

.sample .sample_text {
	width: 400px;
	margin: 20px 0px 0px 0px;
}
	
.slider1 .container2 {
	width: 745px;
}

.slider1 .bg3 {
	display: none;
}

.slider1 .bg4 {
	display: none;
}

.slider1 .sl1 .item {
	height: auto;
}

.slider1 .sl1 .item img {
	min-height: auto;
}

.factory .border {
	padding: 42px 50px 50px 435px;
}

.factory .border img {
	left: 65px;
}

.mission .border {
	padding: 42px 80px 50px 370px;
}
	
.mission .border img {
	width: 643px;
	left: -305px;
}	

.reviews .container {
	width: 745px;
}	

.reviews .review_text {
	width: 470px;
}

}

@media (max-width: 970px) {
.container {
	width: 750px;
}

.top .logo {
	margin: 0px 0px 0px 0px;
}

.top p {
	margin: 42px 0px 0px -210px;
}

header .title {
	font-size: 40px;
	line-height: 58px;
}

.advantages li {
	width: 250px;
}

.blocks .house {
	margin: 50px 0px 0px 0px;
}

.house img {
	left: -120px;
}

.house .list {
	left: -10px;
}

.blocks .blocks_text {
	width: 30%;
	float: right;
}

.blocks_text p {
	margin: 0px 0px 20px 0px;
}

.sample {
	padding: 90px 0px 60px 0px;
}

.sample .container {
	width: 750px;
}

.sample .sample_img {
	width: 400px;
	margin: 0px 0px 0px 0px;
}

.sample .sample_img img {
	width: 430px;
	margin: 0px 0px 0px -50px;
}

.sample .sample_text {
	width: 320px;
	margin: 0px 0px 0px 0px;
}
	
.slider1 .container2 {
	width: 545px;
}

.factory .border {
	padding: 42px 30px 50px 320px;
}

.factory .border img {
	left: 15px;
}

.calc .container {
	width: 750px;
}

.mission .border {
	padding: 42px 30px 50px 370px;
}
	
.mission .border img {
	width: 643px;
	left: -305px;
}	

.reviews .container {
	width: 545px;
}	

.reviews .review_text {
	width: 320px;
	padding: 18px 30px 0px 30px;
}

}

@media (max-width: 780px) {
header {
	height: auto;
	padding: 0px 0px 20px 0px;
}

.container {
	width: 300px;
}

.top .contact {
	width: 300px;
	margin: 20px 0px 0px 0px;
	float: left;
}

.top .logo {
	width: 130px;
	margin: 4px 0px 0px 0px;
}

.logo span {
	font-size: 14px;
	line-height: 15px;
	width: 80px;
}

.top .contact {
	width: 150px;
	margin: 0px 0px 0px 0px;
	float: right;
}

.contact ul {
	margin: 0px 0px 6px 0px;
}

.top p {
	margin: 47px 0px 0px -130px;
	text-align: left;
	width: 130px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

.contact .phone {
	font-size: 17px;
	line-height: 17px;
	margin: 0px 0px 6px 0px;
	float: right;
}

header .top {
	margin: 0px 0px 30px 0px;
}

header .title {
	font-size: 34px;
	line-height: 44px;
	margin: 0px 0px 20px 0px;
}

header .advantages {
	padding: 35px 0px 0px 0px;
}

.advantages li {
	width: 33.33%;
	line-height: 21px;
	text-align: center;
	padding: 65px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.advantages li:nth-of-type(1) {
	background: url(../images/ico1.png) top center no-repeat;
}

.advantages li:nth-of-type(2) {
	background: url(../images/ico2.png) top center no-repeat;
}

.advantages li:nth-of-type(3) {
	background: url(../images/ico3.png) top center no-repeat;
}

.bg1 {
	display: none;
}

.bg2 {
	display: none;
}

.title {
	font-size: 25px;
	line-height: 35px;
	margin: 0px 0px 30px 0px;
}

.blocks {
	padding: 270px 0px 20px 0px;
	margin: -240px 0px 0px 0px;
}

.blocks .house {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.house img {
	width: 300px;
	left: 0px;
	position: relative;
}

.butt1 {
	line-height: 45px;
	width: 300px;
}

.house .l_bg1 {
	display: none;
}

.house .l_bg2 {
	display: none;
}

.house .list {
	width: 300px;
	margin: 0px 0px 30px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

.house .l1 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 45px;
	position: relative;
}

.house .l1 span {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -7.5px;
	display: block;
}

.house .l2 span {
	left: -10px;
}

.house .l3 span {
	left: -10px;
}

.house .l3 {
	padding: 0px 0px 0px 45px;
	text-align: left;
}

.house .l3 span {
	right: -20px;
}

.house .t1 {
	width: 255px;
	left: 0px;
	top: 0px;
}

.house .t2 {
	width: 255px;
	left: 0px;
	top: 0px;
}

.house .t3 {
	width: 255px;
	left: 0px;
	top: 0px;
}

.house .t4 {
	width: 255px;
	left: 0px;
	top: 0px;
}

.house .t5 {
	width: 255px;
	right: 0px;
	top: 0px;
}

.house .t6 {
	width: 255px;
	right: 0px;
	top: 0px;
}

.house .t7 {
	width: 255px;
	right: 0px;
	top: 0px;
}

.blocks .blocks_text {
	width: 100%;
	float: right;
}

.blocks_text p {
	margin: 0px 0px 20px 0px;
}

.blocks_text p b {
	font-size: 20px;
	line-height: 30px;
	margin: 0px 0px 4px 0px;
}

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

.sample .container {
	width: 300px;
}

.sample_text p {
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 20px 0px;
}

.sample .sample_img {
	width: 300px;
	margin: 0px 0px 0px 0px;
}

.sample .sample_img img {
	width: 300px;
	margin: 0px 0px 0px 0px;
}

.sample .sample_text {
	width: 300px!important;
	margin: 0px 0px 0px 0px!important;
}

.sample_text p {
	margin: 0px 0px 20px 0px;
}

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

.slider1 .title {
	width: 300px;
	margin: 0px 0px 30px 0px;
}

.slider1 .container2 {
	width: 320px;
}

.slider1 .owl-nav {
	z-index: 10!important;
}

.slider1 .owl-nav .owl-prev {
	margin-left: 7px;
	background: url(../images/arr3.png) center center no-repeat!important;
}

.slider1 .owl-nav .owl-next {
	margin-right: 7px;
	background: url(../images/arr4.png) center center no-repeat!important;
}

.slider1 ul {
	margin: 30px 0px 0px 0px;
}

.slider1 li {
	width: calc(100% - 0px);
	padding: 65px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

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

.factory .border {
	border: 5px solid #f87f0a;
	padding: 15px 15px 380px 15px;
}

.factory p {
	margin: 0px 0px 20px 0px;
}

.factory .border img {
	width: 240px;
	left: 23px;
	bottom: 55px;
}

.factory .butt1 {
	width: calc(100% - 30px);
	position: absolute;
	bottom: 15px;
}

.factory p {
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 20px 0px;
}

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

.calc .container {
	width: 300px;
}

.calc input {
	line-height: 40px;
	width: calc(100% - 17px);
	margin: 0px 0px 20px 0px;
}

.calc input:nth-of-type(2n+2) {
	margin: 0px 0px 20px 0px;
}

.calc .select_main {
	width: calc(100% - 0px);
	margin: 0px 0px 20px 0px;
	height: 40px;
}

.calc .select_main p {
	line-height: 40px;
}

.calc select {
	width: 100%;
	height: 40px;
}

.calc .price p {
	font-size: 23px;
	line-height: 23px;
}

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

.mission .border {
	border: 5px solid #f87f0a;
	padding: 15px 15px 210px 15px;
}

.mission p {
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px 20px 0px;
}
	
.mission .border img {
	width: 443px;
	left: -155px;
	bottom: -35px;
}

.mission .butt1 {
	width: calc(100% - 0px);
}

.reviews .container {
	width: 210px;
}	

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

.reviews .review_text {
	width: 188px;
	padding: 15px 10px 0px 10px;
}

.reviews .review_text p {
	font-size: 15px;
	line-height: 22px;
}

.reviews .review_name {
	width: 145px;
	margin: 0px auto 10px auto;
	float: none;
}

.reviews .review_text .bg {
	display: none;
}

.reviews .owl-nav .owl-prev {
	margin-left: -40px;
}

.reviews .owl-nav .owl-next {
	margin-right: -40px;
}

.map {
	padding: 30px 0px 25px 0px;
}

.map .left {
	width: 300px;
	margin: 0px 0px 20px 0px;
}

.map .left .butt1 {
	line-height: 45px;
	margin: 10px 0px 0px 0px;
}

.map .left ul {
	margin: -10px 0px 0px 43px;
}

.map .left a {
	margin: 0px 0px 10px 0px;
}

.map .right {
	width: 290px;
	border: 5px solid #f87f0a;
	margin: 0px 0px 20px 0px;
}

.popup1 { 
	width: 260px;
	padding: 20px 20px 20px 20px;
}

.overlay:target+.popup1 {
	top: 5%;
	opacity: 1;
	visibility: visible;
}

.popup1 .close1 {
	top: 10px;
	right: 10px;
}

.popup1 p {
	font-size: 25px;
	line-height: 35px;
	margin: 0px 0px 5px 0px;
}

.popup1 i {
	font-size: 18px;
	line-height: 25px;
	margin: 0px 0px 5px 0px;
}

.popup1 input {
	line-height: 45px;
	margin: 15px 0px 0px 0px!important;
}

.popup1 .polit {
	margin: 10px 0px 0px 0px;
}

.popup1 .butt1 {
	width: 100%;
	margin: 20px 0px 0px 0px;
}

.popup2 {
	width: 300px;
}

.popup2 p {
	font-size: 14px!important;
	line-height: 22px!important;
}

.popup2 .close {
	margin: -25px 0 0 0;
}

.popup2 .polit_p {
	width: 100%;
}

.popup2 b {
	font-size: 20px;
	line-height: 26px;
}

.calc .sale {
	margin: 0px 0px 25px 0px;
}

.top_menu li>.sub-menu {
	position: relative;
	left: 0px;
	opacity: 1;
	visibility: visible;
}

.top_menu li>.sub-menu li a {
    font-size: 10px;
    line-height: 24px;
}

.top_menu li>.sub-menu li {
    padding: 0px 0px 0px 0px;
}

.top_menu li>.sub-menu {
    padding: 0px 0px 0px 0px;
}

.top_menu .sub {
    padding: 7px 0px 0px 0px;
}

}

#menu-icon {
	display: none;
}

@media screen and (max-width: 780px) {
	#nav-wrap {
		position: relative;
	}
	#menu-icon {
		font-family: 'Gilroy-Regular';
		font-size: 20px;
		line-height: 37px;
		color: #ffffff;
		width: 52px;
		height: 37px;
		background: url("../images/menu-icon.png") no-repeat left center;
		padding: 0px 10px 0 33px;
		cursor: pointer;
		display: block!important;
		clear: both;
		margin: 10px auto 0px auto;
		right: -106px;
		position: relative;
	}
	#nav {
		clear: both;
		position: absolute;
		width: 100%;
		z-index: 10000;
		background: rgba(0, 0, 0, 0.8);
		margin-top: 0px;
		display: none;
	}
	#nav li {
		width: 100%;
		clear: both;
		float: none;
		margin: 0px 0 0px 0px;
	}
	#nav a:hover, 
	#nav ul a:hover {
		background: none;
	}
	#nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		background: inherit;
		border-bottom: 0px solid #646565;
	}
}

@media screen and (min-width: 781px) {
	#nav {
		display: block!important;
	}
}

@media screen and (max-width: 780px) {
	.top_menu li {
		padding: 4px 0px 4px 0px;
		margin: 0px 0px 0px 0px;
		border-bottom: 0px solid #646565;
	}
	.top_menu li:hover {
		border-bottom: 0px solid #646565;
	}
	.top_menu ul {
		border-bottom: 0px solid #646565;
	}
	.top_menu  li a {
		border-right: 0px solid #747474;
	}
}