p, ul, li, h1, h2, h3, h4, h5{
	margin:0;
	padding: 0;}
ol, ul {
  list-style: none; }
input:focus{outline: none;}
@font-face {
    font-family:'OfficinaSans';
    src: url('../fonts/OfficinaSansMediumC.woff2') format('woff2'),
        url('../fonts/OfficinaSansMediumC.woff') format('woff'),
        url('../fonts/OfficinaSansMediumC.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family:'OfficinaSans';
    src: url('../fonts/OfficinaSansMediumC.woff2') format('woff2'),
        url('../fonts/OfficinaSansMediumC.woff') format('woff'),
        url('../fonts/OfficinaSansMediumC.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
body { 
    font-family: "OfficinaSans", "Arial", "Helvetica", sans-serif;
    background: #fff;
    background: url("../img/body_bg.png");
}
form{
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
input{
	margin: 10px 5px;
}
img{
	width: 100%;
}
.img_prime{
	margin: 5px auto;
}
.form_control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffcf00;
    outline: 0;
    box-shadow: 0 0 0 0.1px rgba(255 207 0 0.25);
}
.procent{
	text-align: center;
	margin-bottom: 10px;
}
.none{
	display: none;
}
.text_center{
	text-align: center;
}
.df{
	display: flex;
}
.fd_col{
	flex-direction: column;
}
.fd_row{
	flex-direction: row;
}
.f_wrap {
	flex-wrap: wrap;
}
.al_it_center{
	align-items: center;
}
.js_cont_center{
	justify-content: center;
}
/*.fon_header_bg{
	background:url("../img/bg1.jpg") repeat;
	background-size: cover;
}*/
.fon_header_bg{
	background:#fff;
}
.down{
	position: absolute;
	width: 50px;
	height: 45px;
	background: rgba(255, 255, 255, 0.5);
	bottom: 3%;
    right: 3%;
    z-index: 1000;
    border-radius: 25px;
}
.wrap_down_line{
	position: relative;
	width: 100%;
    height: 100%;
}
.line_down{
	position: absolute;
    height: 2px;
    background: #000;
    border-radius: 5px;
    width: 20px;
    top: 10px;
    transform: rotate(45deg);
}
.line_down:before {
    position: absolute;
    height: 2px;
    background: #000;
    border-radius: 5px;
    width: 20px;
    top: 10px;
    transform: rotate(-45deg);
}

.opasity_black{
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}
.opasity_black:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/header_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	opacity: 0.3;
}

.header_bg{
	background:#fff;
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.43) !important;
}
.hero{
	text-align: center;
	padding-bottom: 15px;
	font-size: 44px;
	color:#000;
}
.busy{
	color:#08c44a;
}
.old_price, .new_price{
	font: 800 25px/1 'OfficinaSans', sans-serif;
	color:#000;
}
.old_price{
	text-decoration: line-through;
}
.new_price{
	color: red;
	font-size: 28px;
}
.list{
	font-size: 24px;
	color:#000;
	margin-left: 20px;
	margin-bottom: 10px;
}
.eTimer{
	text-align: center;
}
.one_sec{
	background: #f5f5f5;
	margin-top: 40px;
	padding: 10px 0;
	box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.43) !important;
}
.one_sec p{
	margin-left: 10px;
}
.title_whot{
	padding-bottom: 15px;
    font-size: 35px;
    color: #000;
}
.one_sec p{
    color: #000;
    font:500 16px/1.4 "OfficinaSans", sans-serif;
}
.one_sec img{
	border-radius: 35px;
    border: 1px solid #fff;
}
.two_sec{
	margin: 10px auto;
	padding: 10px 0;
}
.two_sec .title_whot, .thre_sec .title_whot{
    color: #000;
    text-align: center;
}
.br_none{
	    display: none;
}
.want{
    align-items: center;
}

.want img {
	height: 300px;
}
.want svg {
	width: 40%;
}
.thre_sec{
	background-color: rgba(152, 152, 152, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
}

/*carta product*/
.wrap_block_product{
	text-align: left;
	width: 100%;
    justify-content: center;
    align-items: center;
}
.wrap_block_product ul li{
	list-style-type: disc;
}
.size{
	color:#cb7340;
	font-size:30px;
}
.btn-warning{
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	background-color: #694e3b;
	border-color:#694e3b;
	transition: 0.3s;
}
.btn-warning:hover {
    opacity: 0.8;
	background-color: #694e3b;
	border-color:#694e3b;
	transition: 0.3s;
	color: #fff;
}
.form_block{
	background: #7b7878;
	padding: 20px 1px;
}
.img_polo{
	width: 100%;
}
@media screen and (max-width: 800px){
	.wrap_prod{
		width: 48%;
	}
}
@media screen and (max-width: 519px){
	body{
		padding-right: 5px;
		padding-left: 5px;
	}
	.none{
		display: inline-block;
	}
	.hero_img{
		width: 100%;
	    margin: auto;
	    display: block;
	}
	.hero{
	    padding-bottom: 15px;
	    font-size: 28px;
	    color: #000;
	    text-align: center;
	}
	.title_whot {
	    font-size: 28px;
	    text-align: center;
	}
	.list{
	display: none;
	}
	.eTimer .etTitle {
	    font-size: 15px !important;
	}
	.eTimer .etUnit .etNumber {
    font-size: 27px !important;
	}
	.eTimer .etUnit{
		background: #6b6565;
	    border-radius: 4px;
	    color: #fff;
	}
	.wrap_prod{
		width: 100%;
	}
	.form_block{
		background-position: center;
	}
}
@media screen and (max-width: 400px){
	.br_none{
	    display: block;
	}
	.wrap_prod{
		width: 99%;
	}
	
}
/*slider*/
.carousel-control-next-icon, .carousel-control-prev-icon {background-color: #000;border: solid 1px #fff;}
.carousel-caption{background: rgba(0,0,0, 0.4);left: 0;right: 0;bottom: 0;padding: 5px;}
.slider_ic {width: 55px;height: 55px;}
.carousel-indicators .active {
    border-color: #e99151;
}
.carousel-indicators li, .carousel-indicators .active {
    width: 55px;
    height: 55px;
    display: inherit;
    position: relative;
    border: solid 2px #000;
    border-radius: 0;
}
.two_sec .container {
    padding-left: 30px;
    padding-right: 30px;
}

.decor-img img {
	border-radius: 8px;
	box-shadow: 14px 14px 18px rgba(0,0,0,0.5);
}

.limit-height {
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.limit-height img {
	height: 100%;
	max-width: 100%;
	width: auto;
	margin: auto;
}

.color-white {
	color: #ffffff;
}

.coment_wrap {
	display: flex;
	flex-direction: column;
}

.coment_wrap img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 2px solid white;
	margin: auto;
}