/* -------------------------------
	Global 
------------------------------- */
html, body {height: 100%;}
	html {background: #fff;}
	body {
		min-width: 320px;
		font: 14px/1.3 'Epilogue', sans-serif;
	}

body,
dl, dd,
blockquote, fieldset, legend {
	margin: 0;
	padding: 0;
}
fieldset {border: none;}
table {
	border: none;
	border-collapse: collapse;
}
	th, td {vertical-align: top;}
	th {
		text-align: left;
		font-weight: normal;
	}
address {font-style: normal;}
p, ul, ol {margin: 0 0 1.5em 0;}
img {
	max-width: 100%;
	vertical-align: top;
}


*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

#wrapper {
	background: #fff;
	max-width: 1950px;
	min-height: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.in {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 110px;
	position: relative;
}

/* -------------------------------
	Txt 
------------------------------- */


.title1 {
	margin: 0 0 1.5em 0;
	font: 400 45px / 1.2 'Fraunces', sans-serif;

}

.title2 {
	margin: 0 0 0.5em 0;
	font: 400 32px/1.2 'Fraunces', sans-serif;
    text-align: center;
}

.title3 {
	margin: 0 0 1.5em 0;
	font: 600 16px/1.2 'Fraunces', sans-serif;
    text-align: center;
}

.title4 {
	margin: 0 0 1em 0;
	font: 400 32px/1.2 'Fraunces', sans-serif;
}



/* -------------------------------
	Links 
------------------------------- */
:focus {outline: none;}
a img {border: none;}

a {
	color:;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {text-decoration: none;}

a[href^="tel"] {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}


	 .btn {
		padding: 15px 25px;
		cursor: pointer;
		border: 0px;
		text-decoration: none;
	}
	
	 .btn span {
		display: block;
		padding: 7px;
	}

.c_wr0 {
	position: absolute;
    height: 220px;
	margin: 70px auto;
    min-width: 100%;
    z-index: 100;
}
	.c_wr0 .logo {
		

	}
	
	.c_wr0 .logo img {
		height: auto;
		width: 290px;
	}
	
	.c_wr0 .descr {
		margin: 0 auto;
		padding-top: 80px;
	}
	
	.c_wr0 .descr a {
		color: #000;
		font: 400 24px 'Fraunces', serif;
		text-decoration: none;
		margin-right: 40px;
	}
	
	.c_wr0 .descr a:last-child {
		margin-right: 0;
	}
	
	.c_wr0 .descr a:hover {
	    text-decoration: underline;
	}
	
	.c_wr0 .descr a.active {
		/*color: #e11f26;*/
	}


	.c_wr0 .in {
		text-align: center;
	}
	
	.c_wr0 p {
		text-align: left;
	}


	.c_wr0 .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		
	}


.c_wr {
	background: url(../img/bkg1.jpg) bottom / cover no-repeat;
	position: relative;
}

.c_wr.products {
	background: url(../img/bkg3.jpg) bottom / cover no-repeat;
	position: relative;
}


	.c_wr .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: flex-end;
		min-height: 685px;
		/*padding-top: 100px;
		padding-bottom: 150px;*/
	}

	.c_wr .descr {
		max-width: 650px;
		text-align: center;
	}
	
	.c_wr p{margin-bottom:30px;}
		.c_wr .descr .title {}

		
	.c_wr .btn{
		background-color: #fff;
		color: #9e6552;
		font-weight:700;
		font-size:22px;
		border-radius: 20px;
	}



.c_wr1 {
	padding: 30px 0;
	}
	
	.c_wr1 .in {
		text-align: center;
	}
	
	.c_wr1 .descr{
		margin: 0 10%;
	}
	

.b_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding: 30px 0 30px 0;
}
	.b_info .item {
		-ms-flex-preferred-size: 165px;
		flex-basis: 165px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0 20px 0px 20px;
		background-color: #ffcc00;
		padding: 40px 20px;
		border-radius: 20px;
	}

		.b_info p {margin: 0;}

.c_wr2 {
	background: url(../img/bkg2.jpg) left center/ cover no-repeat;
	
}
	.c_wr2 .in {
		margin-left: 50%;
		padding-left: 0;
		padding-bottom: 60px;
		padding-top: 60px;
	}
		.c_wr2 p{
			color: #000;
		}
		
		.c_wr2 .descr {
			max-width: 355px;
		}
		
		.c_wr2 .btn{
			background-color: #d9770e;
			color: #fff;
			border-radius: 15px;
			width:320px;
			font: 400 20px/0.6 'Fraunces', sans-serif;
			display: block;
			text-align:center;
		}
		
		.c_wr2 .btn .br_span {
			display: block;
		}


.c_wr4 {
	padding-top: 60px;
	padding-bottom: 1px;

}
	.c_wr4 .title4 {
		text-align:center;
	}


.b_info5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px -18px;
}
	.b_info5 .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(33% - 36px);
		margin: 0 18px 36px 18px;
		font-size: 14px;
		background-color: #d9770e;
		border-radius: 20px;
		padding: 20px;
	}
		.b_info5 .thumb {
			-ms-flex-negative: 0;
			flex-shrink: 0;
			width: 84px;
			height: 84px;
			margin: 0 auto 20px;
			overflow: hidden;
			background-size: cover;
			background-repeat:no-repeat;
		}
		
			.thumb.user1
			{
				background-image: url(../img/user1.png); 
				}
				
			.thumb.user2
			{
				background-image: url(../img/user2.png); 
				}
			.thumb.user3
			{
				background-image: url(../img/user3.png); 
				}
				
		.b_info5 .descr { text-align: center; color: #fff;}
			.b_info5 p {margin-bottom: 0.5em;}
			.b_info5 .title {
				font-weight: 700;
				font-size: 1.15em;
			}



.c_wr5{
	color: #fff;
	background: url(../img/bkg_footer.svg) top/ cover no-repeat;
}
	
	.c_wr5 .in {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align:center;
		
	}
	
	.c_wr5 .in .b_info3 {
		padding-top: 100px;
	}

	
	.b_info3 .text_item.contacts a {
		color:#fff;
		text-decoration: none;
	}
	
	.c_wr5 .title5 {
		margin: 0 0 0.6em 0;
		font: 400 32px 'Fraunces', sans-serif;
	}
	
	.c_wr5 p {font: 400 15px/1.2 'Epilogue', sans-serif;}
	
	

	
.c_wr6{
	background-color: #d9770e;
}
	.c_wr6 .in {
		padding-bottom: 50px;
		text-align: center;
	}
	
	.c_wr6 .sign {
		max-width: 130px;
		margin: 0 auto;
	}


.c_wr.products .in .descr h1.title1 {
    font-size:50px!important;
}


	.b_info4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
		padding: 30px 0 30px 0;

		}
		
		.c_wr1.products .b_info4 .item {
			flex-basis: 165px;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			margin: 0 20px 0px 20px;
			background-color: #ffcc00;
			padding: 40px 20px;
			border-radius: 20px;
		}
		
		.b_info4 .product {
			background-size: contain;
			display: block;
			width: auto;
			height: 190px;
			list-style-type: none;
			background-repeat: no-repeat;
			background-position-x:center;
			margin-bottom:30px;
			border-radius: 20px;
		}
		
		.product.v1 {background-image: url(../img/product1.jpg);}
		.product.v2 {background-image: url(../img/product2.jpg);}
		.product.v3 {background-image: url(../img/product3.jpg);}

		.c_wr1 .products .title3 {
			margin-top: 20px;
			font-size:15px;
		}
		
		.c_wr1 .products p {
			text-align:center;
			
		}
		
		.b_info4 .item p {
			margin:0;
		}
		
		


@media screen and (max-width: 1180px) {
	.in {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 980px) {
	.in {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.c_wr0 {height: inherit;}
	
	.c_wr0 .logo {

	}

	.title1 {font-size: 57px;}

	.c_wr .descr {max-width: 580px;}
	
		.c_wr1 .products {
			font-size: 22px;
			/*background-size: cover;
			background-position-x: -550px;*/
		}
		.c_wr1 .products .in {
			display: block;
			min-height: auto;
		}
		
		.c_wr1 .products ul {	
			max-width: 100%;
			padding-inline-start: 0;
		}
}

@media screen and (max-width: 780px) {
	.title1 {font-size: 47px;}
	.title1-1 {font-size: 35px;}
	.title2 {font-size: 35px;}
	
	.c_wr0 .logo {
		margin-left: auto;
		margin-right: auto;
	}

	.c_wr0 .descr a {margin-right: 10px;}
		
	
	.c_wr {/*! margin-top: 150px; */}
	
	.c_wr .in {
		/*display: block;*/
		display: table;
		min-height: 450px;
		padding-top: 330px;
		padding-bottom: 60px;
	}
		.c_wr .descr {
			max-width: 480px;
			font-size: 20px;
		}

		.logo {
			/*top: 30px;*/
			display: table-cell;
			text-align: center;
			max-width: 100%;
		}

	.b_info1 .item {width: calc(100% - 36px);}

	.c_wr1 {
		padding-bottom: 30px;
	}
	
	.c_wr2 {
        background-size: auto 300px;
        /* padding-top: 270px; */
        font-size: 20px;
        background-position-y: 0;
        background-position-x: left;
	}
		.c_wr2 .in {
			display: block;
			min-height: auto;
			padding-bottom: 0;
			margin-left: 0;
			padding: 320px 20px 50px 20px;
		}
			.c_wr2 .descr {max-width: none;}
			
			.c_wr2 .btn {margin: 0 auto;}
	
	.c_wr4 {
		/*! background-size: auto 272px; */
		/*! padding-top: 270px; */
		font-size: 20px;
	}
	
	.b_info1 .item {font-size: 16px;}

	.c_wr4 {
			font-size: 22px;
			/*background-size: cover;
			background-position-x: -550px;*/
		}
		.c_wr4 .in {
			display: block;
			min-height: auto;
		}
		
		.c_wr4 ul {	
			max-width: 100%;
			padding-inline-start: 0;
		}
		
	.c_wr5 .in {
	  display: block;
	  min-height: auto;
	  padding-top: 30px;
	  padding-bottom: 30px;
	}
	
	.c_wr5 .b_info3 .text_item {
		max-width: 100%; 
		text-align:center; 
		display: block; 
		padding-right: 0; 
		flex-basis: inherit;
	}
	
	.c_wr5 .b_info3 .form_item {
		max-width: 100%; 
		text-align:center; 
		display: block; 
		padding-right: 0; 
		/*! flex-basis: inherit; */
	}
	
	.c_wr5 .input_wr5 {
		width:95%;
	}
	
	
	
		.c_wr1 .products {
		font-size: 18px;
		/*! background-position-x: -268px; */
		padding-top: 30px;
		}
		.c_wr1 .products .in {
			/*! padding-top: 40px; */
			/*! padding-bottom: 40px; */
			/*! background-color: #0c2b6a; */
			padding-left: 0!important;
			padding-right: 0!important;
		}
		.c_wr1 .products h2{
			text-align: center!important;
			margin-top: 0;
		}

}

@media screen and (max-width: 550px) {
	.title1 {font-size: 28px;}
	.title1-1 {font-size: 30px;}
	.title2 {font-size: 30px;}

	.c_wr {
		/*background-size: auto 500px;
background-position-y: top;
background-position-x: calc(50% - 200px);*/
}

.c_wr0 {
	top:30px;
        left: 10px;
        margin: 0 auto;
	
}

.c_wr0 .in {
	display: grid
}

.c_wr0 .logo {
		width: 30%;

	}
	.c_wr .btn {
		
	}
	
	
	.c_wr0 .descr {
	  margin: 5px 20px 5px auto;
	  padding-top: 0;
	}
	
	.c_wr0 .btn {
	  display: block;
	  margin-top: 20px;
	}
	
	.c_wr .in {
		
		padding-bottom: 0;
	}
		.c_wr .descr {
			max-width: none;
			font-size: 18px;
		}
	
	.c_wr .btn {
		
	}

		.logo {
			position: absolute;

		}
		
	.c_wr.products .in .descr h1.title1 {font-size: 30px!important;}

	.c_wr1 {padding: 60px 0 0px 0;}
	
	.b_info .item {
		padding-bottom:30px; 
		flex-basis: 205px;
	    margin: 0 50px 30px 50px;
	}
	
	
		
	
	.c_wr3 {padding: 40px 0;}

	.c_wr2 {font-size: 16px;}
		.c_wr2 .in {  }
		
		.c_wr2 .btn {
			margin: 0 auto;
		}

	.c_wr4 {
		font-size: 18px;
		/*! background-position-x: -268px; */
		padding-top: 30px;
		}
		.c_wr4 .in {
			/*! padding-top: 40px; */
			/*! padding-bottom: 40px; */
			/*! background-color: #0c2b6a; */
			padding-left: 0!important;
		}
		.c_wr4 h2{
			text-align: center!important;
			margin-top: 0;
		}
	
	.b_info5 {margin-top: 30px;margin-bottom: 30px;}
	
	.b_info5 .item {
		width: inherit;
		margin: 0 50px 30px 50px;
	}
	
		.b_info3 {

		/*flex-direction: column-reverse;*/
	}
	
	.c_wr5 .b_info3 .text_item {padding-top: 30px;}
	
	.c_wr5 {/*! margin-top: 30px; */
/*! margin-bottom: 30px; */}
	.c_wr5 .sign {
		max-width: 200px;
		margin: 0 auto 30px auto; 
	}
	
	.b_btn {
		float: inherit;
		padding-right: 0;
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	.title2 {
		font-size: 25px;
		text-align: center;
	}
	.title2::after {
		margin-right: auto;
		margin-left: auto;
	}
	
	.title::after {
		margin-right: auto;
		margin-left: auto;
	}
	
	.title5::after {
		margin-right: auto;
		margin-left: auto;
	}

	.title3 {font-size: 18px;}

	.c_wr .descr {/*! text-align: center; max-width: 150px;*/}

	.b_info {text-align: center;padding-bottom: 30px;}
		.b_info .ico {
			margin-right: auto;
			margin-left: auto;
		}

	.c_wr2 {text-align: center;}
		.c_wr2 .descr {border-radius: 15px;}
	
	.c_wr3 {text-align: center;}
	
	.b_info1 .item {
		display: block;
		text-align: center;
	}
		.b_info1 .thumb {margin: 0 auto 15px auto;}
	
	
		.b_info .ico.v2 {/*! background-position-x: 8px; */}
		.b_info .ico.v4 {/*! background-position-x: 4px; */}
		
		.b_info3 .text_item {
			width:100%;
		}
		.b_info3 .text_item.contacts {
			padding-left: 0;
		}
		
		.c_wr1.products .b_info4 .item {

        padding-bottom: 30px;
        flex-basis: 205px;
        margin: 0 50px 30px 50px;
		
}