*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
.container{
	max-width: 1170px;
	margin: 0 auto;
}
body{
	font-family: 'Rubik', sans-serif;
	color:#262626;
	font-weight: 300;
	font-size: 16px;
}

section{
padding: 30px;
}
.header{
	background: url(../img/main-bg.jpg) top center no-repeat;
	background-size: cover;
	height: 80vh;
}
.nav-block{
	width: 100%;
	display: block;
	position: relative;

	padding-top: 15px;
}
.nav-block .nav-ul{
	display: flex;
	justify-content: flex-start;
	list-style-type: none;
	padding-left: 5px;
	margin: 0;
}
.nav-block .nav-ul>li>a{
	margin-right: 20px;
	font-size: 18px;
	color: #4f4f4f;
	text-decoration: none;
	font-weight: 400;

}
.nav-block .nav-ul>li>a:hover{
	
	color: #f38b7d;
	

}
.header-block {
    width: 50%;
    text-align: left;
    padding-top: 80px;
    color: #333;
    margin: 0 auto 0 0;
}
.header-title{
	font-size: 50px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	margin: 15px auto;
}
.two-items-block{
	display: flex;
	width: 100%;
	text-align: center;
}
.two-items-block .one-item{
	font-size: 115px;
	font-weight: 400;
	line-height: 110px;
	letter-spacing: 3px;
	margin-right: 5px;
	width: 50%;
	text-align: right;
}
.sec-item{
	width: 50%;
}
.sec-item .above{
	font-size: 40px;
	line-height: 46px;
	margin: 0;
	text-align: left;
	
}
.sec-item .under{
	font-size: 70px;
	line-height: 70px;
	margin: 0;
	text-align: left;
	
}
.price-block{
	display: flex;
	margin-top: 15px;
	align-items: center;
}
.price-block .old-price{
	font-size: 28px;
	text-decoration: line-through;
	margin-right: 25px;
	color: #4f4f4f;
}
.price-block .new-price{
	font-size: 34px;
	color: #f38b7d;
	font-weight: 900;
}
.under-block p{
	font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
}
/*.header-btn{
	display: block;
	text-decoration: none;
	color:inherit;
	padding: 12px 35px;
	border:2px solid #fff;
	width: 160px;
	margin: 0 auto;
	font-size: 18px;
}*/
.header-btn {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 35px;
    border: none;
    width: 160px;
    margin: 0 auto 0 0;
    font-size: 18px;
    background-color: #f38b7d;
    font-weight: 400;
    border-radius: 25px;
    border: 2px solid #f38b7d;
}
.header-btn:hover {
    display: block;
    text-decoration: none;
    color: #f38b7d;
    background: #fff;
    border: 2px solid #f38b7d;

   
    font-size: 18px;
}
.catalog .title{
	font-size: 40px;
	text-align: center;
	position: relative;
}
.catalog .prod-info{
	display: flex;
	justify-content: space-between;

}
.catalog .prod-info p{
	padding: 0 15px;
	width: 33%;
	text-align: center;
}
.catalog .prod-info p b{

	font-weight: 700;
	}
.product-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.product-item{
	width: 30%;
	text-align: center;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 5%;
	position: relative;
	background: #fff;
}
.product-item .product-name{
		text-align: left;
	    margin-top: 15px;
	    font-size: 17px;
	    font-weight: 700;
	}
.product-item .order-block{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.product-item .price{
	color: #f38b7d;
	font-size: 24px;
	font-weight: 700;
	
}
.product-item .price span{
	color: #4f4f4f;
	font-size: 22px;
	font-weight: 400;
	text-decoration: line-through;
	margin-right: 10px;
}
.product-item .card-btn{
	text-decoration: none;
	background-color: #f38b7d;
	padding: 4px 22px;
	color: #fff;
	border-radius: 3px;

}
.img-block{
	position: relative;

}
.img-block .new-span{
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 7px;
	border: 2px solid #262626;
	z-index: 50;

}

.desc{
	background: #fff;
}
.desc h4{
	margin: 5px;
}
.desc p{
	margin: 10px;
}
/* .product-item:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

} */
.button-block {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 30px;
    padding: 20px 0;
    padding-top: 0;
    bottom: -30px;
}
.card-button {
	width: 100%;
	
    text-transform: uppercase;
    padding: 5px 15px;
    text-align: center;
    border: none;
    background-color: #262626;
    color: #ffff;
    display: block;
    text-decoration: none;
	cursor: pointer;
	outline:none;
	transition:0.5s;
}
/*.product-item:hover .button-block {
	z-index: 99;
	

}*/
.benefits .title{

		font-size: 40px;
		text-align: center;
		position: relative;

}
.benef-block{
	display: flex;
}
.benef-item{
	margin-right: 20px;
	margin-left: 20px;
}
.benef-item .list{
	list-style-type: none;
	position: relative;
}
.benef-item .list li{
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 40px;
	background: url(../img/star.png) 0px 5px no-repeat;

}
.delivery .title{

	font-size: 40px;
	text-align: center;
	position: relative;

}
.del-block{
	display: flex;
}
.del-block .del-item{
	text-align: center;
	width: 33%;
}
.del-block .del-item p{
	margin: 0 auto;
	width: 150px;
}
.del-block .del-item img{

margin-bottom: 25px;
}
.reviews .title{

	font-size: 40px;
	text-align: center;
	position: relative;

}
.reviews p{
	font-size: 20px;
	text-align: center;
}
.reviews p span{
	font-weight: 600;
	font-size: 26px;
	color: #f38b7d;
}
.owl-prev, .owl-next {
    width: 44px;
    height: 54px;
    background-image: url(../img/slider__arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -27px;
}
.owl-next {
    background-position: right center;
    right: 0;
}
.table-sect{
	padding: 30px;
	background-color: #f4ecea;
	}
.table-sect .title{
	margin-top: 0;
	font-size: 40px;
	text-align: center;
	position: relative;

}

.table-sect table {
    font-size: 13px;
    text-align: center;
    width: 50%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}
.table-sect table th, .table-sect table tr {
    line-height: 1.5rem;
    background: #fff;
}
.table-sect table tr:nth-child(odd) {
    background: #e2e2e2;
}
.table-sect table th {
    color: #fff;
    background: #f38b7d;
    padding: 10px 0;
    font-weight: normal;
}

.popup{
	background: #fff;
	position: fixed;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	padding: 10px;
	width: 400px;
	transform:translateY(-300%);
	opacity: 0;
	transition: 0.4s;
	z-index: 100;
	border-radius: 10px;
}

.popup .popup-modal{
	text-align: center;
	
    padding: 10px 10px 30px;
    border-radius: 7px;
}
.popup .close{
	margin: 0 0 0 auto;
	width: 25px;
	display: block;
	cursor: pointer;
}
.popup .popup-title {
    color: #272727;
    line-height: 30px;
    padding-top: 0px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "din_light", Calibri, Arial, sans-serif;
    text-shadow: 0px 1px 1px #6C6B6B;
}
.popup p {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 0 5px;
}
.popup .field {
    background: #fff;
    border: solid 1px #595959;
    border-radius: 8px;
    height: 38px;
    width: 90%;
    margin: 8px auto;
	padding-left: 45px;
	outline: none;
}
.popup .field[name="name"]{
	background-image: url(../img/icon-name.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}
.popup .field[name="phone"]{
	background-image: url(../img/icon-phone.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}
.popup  .popup-btn {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 35px;
    background: #f38b7d;
    border:none;
    width: 90%;
    margin: 8px auto;
	font-size: 18px;
	cursor:pointer;
	outline:none;
	border-radius: 8px;
}
.popup  .popup-btn:hover {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 35px;
    background: #ceb5a2;
    border: 2px solid #fff;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
}
.activePopup{
	transform: translateY(0);
	opacity: 1;
}
@media screen and (max-width: 990px){
	.container{
		max-width: 770px;
	}
	.header {
		
		height: 70vh;
	}
	.header-block {
		
		padding-top: 100px;
		
	}
	.header-title {
		font-size: 32px;
	}
	.two-items-block .one-item {
		font-size: 90px;
		line-height: 90px;
	}
	.sec-item .above {
		font-size: 40px;
		line-height: 40px;
	}
	.sec-item .under {
		font-size: 55px;
		line-height: 55px;
	}
	.catalog .title {
		font-size: 32px;
	}
	.product-item {
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 5%;
	}
	.img-block .new-span {
		
		border: 1px solid #262626;
		font-size: 15px;
	}
	.benef-block{
		display: block;
	}
}
@media screen and (max-width: 770px){

	.container{
		max-width: 576px;
	}
	.header {
		
		height: 60vh;
	}
	.header-block {
		
		padding-top: 50px;
		
	}
	.header-title {
		font-size: 26px;
	}
	.two-items-block .one-item {
		font-size: 65px;
		line-height: 65px;
	}
	.sec-item .above {
		font-size: 30px;
		line-height: 30px;
	}
	.sec-item .under {
		font-size: 45px;
		line-height: 42px;
	}
	.product-item {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 6%;
	}
	.benef-item .list{
		list-style-type: none;
		position: relative;
		padding-left: 0;
	}
	.table-sect table {
		
		width: 70%;
	}
	


}
@media screen and (max-width: 576px){
	section{
		padding: 30px 15px;
	}
	.container {
    	max-width: 100%;
    	padding: 0 15px;
	}
	.header {
		background: url(../img/main-bg-mob.jpg) center top / cover no-repeat;
		height: 60vh;
	}
	.header-block {
		width: 100%;
		padding-top: 40px;
		
	}
	.two-items-block {
	    display: flex;
	    width: 73%;
	    text-align: center;
	}
	.nav-block .nav-ul {
	    display: flex;
	    justify-content: space-between;
	    list-style-type: none;
	    padding-left: 0px;
	    margin: 0;
	}
	.nav-block .nav-ul>li>a {
	    margin-right: 0px;
	    font-size: 12px;
	    color: #4f4f4f;
	    text-decoration: none;
	    font-weight: 400;
	}
	.header-title {
		font-size: 24px;
	}
	.two-items-block .one-item {
		font-size: 46px;
		line-height: 54px;
		margin-right: 0;
	}
	.sec-item .above {
		font-size: 22px;
		line-height: 22px;
	}
	.sec-item .under {
		font-size: 32px;
		line-height: 32px;
	}
	.catalog .title {
		font-size: 28px;
	}
	.product-item {
		width: 100%;
		margin-bottom: 20%;
		margin-left: 0;
		margin-right: 0;
	}

	.product-item .product-name{
		text-align: left;
	    margin-top: 10px;
	    font-size: 20px;
	    font-weight: 700;
	}
	.benef-item {
		margin-right: 5px;
		margin-left: 5px;
	}

	.benef-item .list li{
		font-size: 16px;
	}
	.del-block{
		display: flex;
		flex-direction: column;
	}
	.del-block .del-item{
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
	}
	.table-sect table {
		
		width: 100%;
	}
	.popup{
		width: 320px;
		margin-left: -160px;
	}
	.popup .popup-title {
		color: #272727;
		font-size: 20px;
	}
	.product-item .button-block {
		z-index: 99;
		bottom: -30px;
	
	}
	.under-block{
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.under-block p{
		font-size: 15px;
		margin-top: 10px;
		 margin-bottom: 10px;
		 max-width: 60%;
	}
	.catalog .prod-info{
		flex-direction: column;
		margin: 10px 0;
	}
	.catalog .prod-info p{
		width: 100%;
		margin: 5px 0;
	}
	.price-block .old-price {
	    font-size: 18px;
	    text-decoration: line-through;
	    margin-right: 15px;
	    color: #4f4f4f;
	}
	.price-block .new-price {
	    font-size: 26px;
	    color: #f38b7d;
	    font-weight: 900;
	}
	
}
.stop {
    overflow: hidden;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 991;
    overflow-y: scroll;
    display: none;
}
@media screen and (max-width: 321px){
	.header-block {
	    width: 100%;
	    padding-top: 10px;
	}
	.under-block p {
    	font-size: 18px;
    	margin-bottom: 60px;
	}
}