/* -------------------------------
	Global 
------------------------------- */
html, body {height: 100%; }
	html { }
	body {
		min-width: 320px;
		font: 600 14px/1.2 'Montserrat', sans-serif;
		color:#001a2c;
	}

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-color:#efe4cd;
	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: 950px;
	margin: 0 auto;
	
	position: relative;
}

/* -------------------------------
	Txt 
------------------------------- */


.title1 {
	margin:0 0 1em 0;
	font: 900 50px/0.9 'Playfair', sans-serif;
}

.title2 {
	margin: 0.5em 2.5em 0.8em 0;
	font: 900 32px/1.2 'Playfair', sans-serif;
}

.title3 {
	font: 900 19px 'Playfair', serif;
    margin-top: 30px;
    margin-bottom: 30px;
	text-align: center;
}

.title4 {
	font: 700 25px/1.2 'Montserrat', serif;
	max-width: 350px;
}



/* -------------------------------
	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;
}

.shadow {box-shadow: 0px 8px #e7dbc2;}
.bold {font-weight:900;}
.item_center {margin: 0 auto; display: table;}
.t_center {text-align:center;}
.orange {background-color:#ff5710;}
.aquamarine {background-color:#1aba9c;}
.aquamarine_text {color:#1aba9c!important;}
.yellow_text {color:#ffa92c}
.pad-50 {padding-left: 50px;}

.c_wr0 {
	position: relative;
	margin-top:70px;
}
	.c_wr0 .logo {
		height: auto;
		width: 170px;
		
	}
	
	.c_wr0 .descr {
		margin: 0 0 0 auto;
		font-size:12px;
	}
	
	.c_wr0 a {
		color:#fff;
		text-decoration:none;
		padding-right:40px;
	}
	
	.c_wr0 a:nth-child(3) {
		padding-right:150px!important;
	}
	
	.c_wr0 .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color:#001a2c;
		padding: 10px 50px;
		border-radius:20px;
	}

.c_wr {
	position: relative;

}

	.c_wr .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 465px;
		background: url(../img/home-1.png) no-repeat;
		background-position: center right;
		background-size: contain;
	}

	.c_wr .descr {
		width: 50%;
		/*max-width: 530px;*/
	}
	
	.c_wr .descr span {
		font-size: 20px;
		font-weight:700;
	}
	
	.c_wr .descr p{
		font-family: 'Montserrat', sans-serif;
		font-size: 15px;
		margin-top:10px;
		margin-bottom:30px;
	}
	
	.c_wr-link {
		color:#001a2c;
		font-size:14px;
		font-weight:800;
		text-decoration:none;
		margin-left:20px;
	}
	
	.c_wr.products .in {
		background: url(../img/products-1.png) no-repeat;
		background-position: center right;
		background-size: contain;
	}
	
.c_wr01 {
	margin-bottom:60px;
	position: relative;
}
	.c_wr01 .in {
		
	}
	
	.c_wr01 .descr {
		width: 100%;
		padding: 30px 150px;
		background-color: #fbf8ef;
		    border-radius: 40px;
			display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.c_wr01 .btn {
		margin-left:100px;
		padding: 20px 30px;
		border-radius: 25px;
	}

.c_wr1 {
	position: relative;

}

	.c_wr1 .in {

	}
	
	.c_wr1 .title {
			margin: 0 0 1.4em 0;
			font: 900 32px/1.2 'Playfair', serif;
			text-align:center;
		}
	

.b_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}
	.b_info .item {
		-ms-flex-preferred-size: 165px;
		flex-basis: 165px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		background-color: #fbf8ef;
		margin: 0 60px 0 0px;
		padding: 20px;
		border-radius:40px;
		
	}
	
	.b_info .item:last-child {
		margin: 0!important;
	}
	
	.b_info .ico {
			    display: block;
				width: auto;
				height: 105px;
				margin: 0 auto 25px 0;
				background-repeat: no-repeat;
				background-size: contain;
				background-position-x: center;
			
		}
		.b_info .ico.v1 {background-image: url(../img/icon-01.png);}
		.b_info .ico.v2 {background-image: url(../img/icon-02.png);}
		.b_info .ico.v3 {background-image: url(../img/icon-03.png);}
	
	.b_info .item p{
		text-align:center;
		font-size:12px;
	}
	
	.c_wr1 .btn {
		padding: 7px 15px!important;
	}
	
	.c_wr1.product {
		margin-bottom:90px;
	}
	
		.b_info .product {
					display: block;
					width: auto;
					height: 200px;
					margin: 0 auto 25px 0;
					background-repeat: no-repeat;
					background-size: contain;
					background-position-x: center;
				
			}
			.b_info .product.v1 {background-image: url(../img/product-1.png);}
			.b_info .product.v2 {background-image: url(../img/product-2.png);}
			.b_info .product.v3 {background-image: url(../img/product-3.png);}
			.b_info .product.v4 {background-image: url(../img/product-4.png);}
			.b_info .product.v5 {background-image: url(../img/product-5.png);}
			.b_info .product.v6 {background-image: url(../img/product-6.png);}
			.b_info .product.v7 {background-image: url(../img/product-7.png);}
			.b_info .product.v8 {background-image: url(../img/product-8.png);}
			.b_info .product.v9 {background-image: url(../img/product-9.png);}
		
			.b_info p.price {
				font-weight:700;
				font-size:15px;
			}

.c_wr2 {
	background: url(../img/home-2.png) center / contain no-repeat;
	margin-top: 100px;
}
	.c_wr2 .in {

		min-height: 700px;
		
	}
		
		.c_wr2 .title {
			margin: 0 0 1.4em 0;
			font: 900 32px/1.2 'Playfair', serif;
			text-align:center;
		}

		
			
.c_wr3 {}
	.c_wr3 .in {
		
	}
	
	.c_wr3 .b_info3 .item {
			/*background: #fff;*/
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 50px 0;
		}
			.c_wr3 .b_info3 .thumb {

			}
				.c_wr3 .b_info3 img {


					max-width:470px;
					
				}
			.c_wr3 .b_info3 .descr {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				/*max-width: 540px;*/
			}
				.c_wr3 .b_info3 .descr > :last-child {margin: 0;}
		.c_wr3 .b_info3 .item:nth-child(odd) {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}
		
		
		.c_wr3 .b_info3 .item:last-child {
			background-color:#fbf8ef;
			border-radius:80px;
		}
			
	
	.c_wr3 p {
		margin:0 50px 30px 0;
	}
	
	.c_wr3 .btn {
		
	}

.c_wr4 {
	
	
}
	.c_wr4 .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 240px;
		margin-left: 50%;
		padding: 0;
	}
	
	.c_wr4 .title5 {
		font: 700 17px/1.2 'Playfair', sans-serif;
		color: #fff;
		max-width: 400px;
		text-transform: uppercase;
	}

	
.c_wr5{
	color: #fff;
	background-color: #ff5710;
}
	
	.c_wr5 .in {
		text-align: center;
		padding-top: 50px;
		padding-left:200px;
		padding-right:200px;
	}
	
	.c_wr5 .title2 {
		margin:0;
	}
	
	.c_wr5 .in .b_info5 {
		display: flex;
		flex-wrap: wrap;
	}
	
	.c_wr5 .in .b_info5 .item {
		margin-bottom:20px;
	}
	
	.c_wr5 .in .b_info5 .item:nth-child(1), .c_wr5 .in .b_info5 .item:nth-child(4) {
    width: 100%;
}
	
	.c_wr5 .in .b_info5 .item:nth-child(2), .c_wr5 .in .b_info5 .item:nth-child(3)  {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: flex-start;
		width: 50%;
		text-align:left;
		}

	
	.c_wr5 p {
		
	}
	
	.c_wr5 a{
		color:#fff;
		text-decoration:none;
	}
	
	.c_wr5 p.copy {
		font-size:12px;
		font-weight:400;
	}
	

	
	.btn {
		color: #efe4cd;
		padding: 7px 30px;
		cursor: pointer;
		border: 0px;
		text-decoration: none;
		font-size: 14px;
		font-weight:bold;
		text-align: center;
		border-radius:15px;
	}
	
.c_wr6 {
 
  position: relative;
}
	.c_wr6 .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align:center;
	}
	
	.c_wr6 .sign {
		height: auto;
		width: 150px;
		margin: 30px auto;
	}

@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 {
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.c_wr .in {min-height: 390px;}
	
	.c_wr1 .in {
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.c_wr3 .descr {
		max-width: 80%;
		margin: auto;
	}
	
	.c_wr4 {background-position-y: center;}

	.title1 {font-size: 57px;}

	.c_wr .descr {max-width: 580px;}
}

@media screen and (max-width: 780px) {
	.title1 {font-size: 47px;}
	.title1-1 {font-size: 35px;}
	.title2 {font-size: 35px;}

	.c_wr {padding-bottom: 50px; }
	
	.c_wr .in {
		/*display: block;*/
		display: table;
		min-height: auto;
		/*padding-top: 180px;*/
		padding-bottom: 30px;
		padding-top: 390px;
		background-position:inherit;
	}
	
	.c_wr.products .in {
		background-position:inherit;
	}
	
		.c_wr .descr {
			font-size: 20px;
			width: 100%;
		}

		.c_wr .descr p {margin-bottom: 30px;}
		
		.c_wr0 {margin-top: 20px;}
		
		.c_wr0 .in {
			flex-direction: column;
			flex-wrap: nowrap;
		}
		
		.c_wr0 .logo {
			margin-top: 10px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 20px;
			max-width: 200px!important;
		}
		
		.c_wr0 .descr {text-align: center;}
		
		.c_wr0 a {
			padding-right: 20px!important;
		}
		
		.c_wr0 a:nth-child(3) {
			padding-right: 20px!important;
		}
		.c_wr0 a:last-child {
			
			padding-right: 0px!important;
		}
		

	.b_info1 .item {width: calc(100% - 36px);}
	
	.b_info .ico {
		float: inherit;
		width: auto;
		height: 100px;
		margin-bottom: 20px;
	}
	
	.title3 {
		margin-left: 0;
		margin-top: 0;
	}

	.c_wr1 { padding-top: 30px;}
	
	.c_wr2 {
		
	}
		.c_wr2 .in {
			display: block;
			min-height: 500px;
			padding-bottom: 0;
		}
			.c_wr2 .descr {max-width: none;}
			
			.c_wr2 .title {
				font-size: 30px;
			}
			
	
	.c_wr3 p {margin: 0 10px 35px 10px;}
	
	.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;
			margin: auto!important;
		}
		
		.c_wr4 .title5 {
			padding-top: 30%;
			margin: auto;
		}
		
	.c_wr5 .in {
	  display: block;
	  min-height: auto;
	}
	
	.c_wr5 .b_info3 .item {
		max-width: 100%; 
		text-align:center; 
		display: block; 
		padding-right: 0; 
		flex-basis: inherit;
	}
	

	


}

@media screen and (max-width: 550px) {
	.title1 {font-size: 35px;}
	.title1-1 {font-size: 30px;}
	.title2 {font-size: 30px;}
	
	.pad-50 {
		padding-left: 0;
	}
	
	.c_wr0 .descr {
	  margin: 0;
	}
	
	.c_wr0 .btn {
	  display: block;
	  margin-top: 20px;
	}
	
	
	.c_wr {
		background-size: auto 305px;
		background-position: top;
	}

	.c_wr .in {
		padding-bottom: 0;
	}
		.c_wr .descr {
			max-width: none;
			font-size: 18px;
		}
		
		.c_wr .descr h1{
			margin-bottom: 30px;
		}

		.logo {
			
			/*top: -135px!important;
			margin: 0 auto;
			left: calc(50% - 70px);*/
		}

	.c_wr1 {}
	.c_wr1 .in {
		padding: 10px;
	}
	
	.c_wr1 .b_info .item {
		flex-basis: 250px;
		margin: 0 10px 30px 10px;
	}
	
	.b_info .item:last-child {
		margin: 0 10px 0px 10px!important;
	}
	
	.c_wr1 .b_info .item p {
		
	}
	
	.c_wr01 .descr {
	    flex-wrap: nowrap;
		flex-direction: column;
		padding: 30px 20px;
	}
	
		.c_wr01 .btn {
			margin-left:0;
			margin-top:20px;
		}
	
	.c_wr1.product {
		margin-bottom: 30px;
	}

	.c_wr3 {padding: 40px 0;}

	.c_wr2 {
		font-size: 16px; 
		background: url(../img/home-2.png) center bottom / contain no-repeat;
		margin:0;
	}
		
		.c_wr2 .in {padding: 50px 20px; }

	.c_wr4 {font-size: 18px;}
		.c_wr4 .in {

			padding-left: 0!important;
		}
		.c_wr4 h2{
			text-align: center!important;
			margin-top: 0;
			padding-top: 100px;
		}
	
	.c_wr3 .b_info3 .item {
		display: block;
		padding-top: 25px;
		padding-bottom: 25px;
	}
		.c_wr3 .b_info3 .thumb,
		.c_wr3 .b_info3 .item:nth-child(even) .thumb {margin: 0 0 25px 0;}
		.c_wr3 .b_info3 .thumb {
			height: 70vw;
			max-height: 420px;
		}
		.c_wr3 .b_info3 .descr {max-width: none;}
		
		.c_wr3 .b_info3 img {
			width: auto;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}
		
		.c_wr5 .in {
			padding:10px;
			
		}
		
		.c_wr5 .in .b_info5 {
			display:block;
		}
		
		.c_wr5 .in .b_info5 .item:nth-child(2), .c_wr5 .in .b_info5 .item:nth-child(3) {
			width: 100%;
			text-align: center;
			display: block;
		}

}

@media screen and (max-width: 480px) {
	.title2 {
		font-size: 25px;
		text-align: center;
		margin: 0.5em 0em 0.8em 0;
	}


	.title3 {font-size: 18px;}

	.c_wr .descr {text-align: center;}

	.b_info {text-align: center;}
		.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;}
	.c_wr4 {min-height: 300px;}
	
	.c_wr4 .in {
		margin-left: 30%;
	}
	
	.b_info1 .item {
		display: block;
		text-align: center;
	}
		.b_info1 .thumb {margin: 0 auto 15px auto;}
	
	
		
}