html{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 480px;
	font-size: 14px;
}

body p,
h1,
h2,
h3,
h4,
a,
li,
div {
    font-family: 'MyFont', Helvetica, Geneva, Arial, sans-serif;
}

section{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

li{
	margin-bottom: 10px;
}

.display-none{
	display: none;
}

.modal{
	position: fixed;
	min-width: 480px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}

.modal .rew-form{
	position: absolute;
	width: 70%;
	margin-left: -35%;
	background-color: #fff;
    left: 50%;
    top: 15%;
    border-radius: 10px;
}

.modal .rew-form .rew-form-header{
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #cccc;
    border-radius: 10px 10px 0 0;

}

.modal .rew-form .rew-form-header .f-left{
	float: left;
	width: 60%;
	padding: 12px 20px;
	margin: 0;
}

.modal .rew-form .rew-form-header .f-right{
	float: right;
	text-align: right;
	padding: 10px 20px;
	margin: 0;
	cursor: pointer;
}

.modal .rew-form .rew-form-container{
	overflow: hidden;
	background-color: #fff;
	padding: 15px 20px;
	border-radius: 0 0 10px 10px;
}

.modal .rew-form .rew-form-container .rew-rating img{
	width: 30px;
}

.modal .rew-form .rew-form-container input {
    width: 70%;
    margin-top: 10px;
    border: none;
    display: block;
    color: #000;
    font-size: 1em;
    border: 1px solid #808080;
    line-height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 55px;
}

.modal .rew-form .rew-form-container .name {
    background: #f5f5f5 url(../images/name.png) 20px center no-repeat;
}

.modal .rew-form .rew-form-container .phone {
    background: #f5f5f5 url(../images/phone.png) 20px center no-repeat;
}

.modal .rew-form .rew-form-container textarea {
    width: 95%;
    position: relative;
    margin-top: 10px;
    color: #000;
    border: 1px solid #808080;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}


.modal .rew-form .rew-form-container #rat-error {
	padding: 0;
}

.modal .rew-form .rew-form-container #name-error {
	padding: 0;
}

.modal .rew-form .rew-form-container #phone-error {
	padding: 0;
}

.modal .rew-form .rew-form-container #name-error {
	padding: 0;
}

.modal .rew-form .rew-form-container #text1-error {
	padding: 0;
}

.modal .rew-form .rew-form-container .file {
    padding-left: 15px;
}

.modal .rew-form .rew-form-container button {
    width: 60%;
    margin-top: 20px;
    border: none;
    display: block;
    background: #00a046;
    color: #fff;
    font-size: 1.4em;
    border: 1px solid #808080;
    line-height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.container{
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
}

.head{
	padding: 0;
	background-color: #221f1f;
	color: #fff;
	font-weight: 700;
}

.head .container{
	width: 87%;
	max-width: 960px;
	margin: auto;
}

.head a{
	color: #fff;
	text-decoration: none;
	line-height: 60px;
	font-size: 2em;
}

.offer-wiev{
	overflow: hidden;
}

.offer-wiev h2{
	padding: 2%;
}

.offer-wiev .offer-wiev-left{
	width: 46%;
	padding: 0 2%;
	float: left;
}

.offer-wiev .offer-wiev-left .images{
	border: 1px solid #ccc;
	position: relative;
}

.offer-wiev .offer-wiev-left .discount{
	position: absolute;
	top: -8px;
	right: -8px;
	background-color: red;
	color: white;
	border-radius: 5px;
	margin: 0;
	padding: 7px;
	font-weight: 700;
	font-size: 1.2em;

}

.offer-wiev .offer-wiev-left img{
	display: block;
	width: 100%;
}

.offer-wiev .offer-wiev-left .images .img-prewiev{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	overflow-y: hidden;
}

.offer-wiev .offer-wiev-left .images .img-prewiev-main{
	width: 100%;
}

.offer-wiev .offer-wiev-left .images .img-prewiev img{
	width: 21%;
	opacity: 0.4;
	cursor: pointer;
	float: left;
	margin-left: 2.7%;
	border: 1px solid #ccc;
}

.offer-wiev .offer-wiev-left .images .img-prewiev .img-active{
	opacity: 1;
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}

.offer-video h2{
	padding-left: 2%;
	border-bottom: 1px solid #ccc;
}

.offer-video .container{
	width: 90%;
	padding: 0 2%;
}

.offer-video .youtube {
	margin: auto;
	width: 480px;
	height: 280px;
	max-width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.offer-video iframe {
	display: block;
	width: 480px;
	height: 280px;
	max-width: 100%;
	margin: auto;
}

.offer-video .youtube .play {
    background: url('../images/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.offer-video .youtube:hover .play {
    background-position: 0 0;
}


.offer-thanks{
	font-size: 1.5em;
	text-align: center;
}


.ordel-list{
	font-size: 1.5em;
	text-align: center;
	overflow: hidden;
}

.ordel-list h3{
	color: red;
	line-height: 1.2em;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
}

.ordel-list .list_item{
	position: relative;
	width: 29%;
	margin: 2%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.ordel-list .list_item img{
	display: block;
	width: 100%;
}

.ordel-list .list_item .list_sale p{
	background: red;
	font-size: 0.9em;
	color: #ffffff;
	margin: 0;
	padding: 6px;
	position: absolute;
	top: -12px;
	right: -8px;
	border-radius: 5px;
}

.ordel-list .list_item .list_header{
	border-bottom: 1px solid #ccc;
	font-size: 0.8em;
	font-weight: 700;
}

.ordel-list .list_item .list_header p{
	margin: 0;
	padding: 8px;
	padding-bottom: 5px;
}

.ordel-list .list_item .list_header .list_desc{
	font-size: 0.8em;
	font-weight: 400;

}

.ordel-list .list_item .list_price_top{
	overflow: hidden;
	font-size: 0.6em;
	border-bottom: 1px solid #ccc;
	background-color: #f0f0f0;
}

.ordel-list .list_item .list_price_top p{
	margin: 0.5em;
}

.ordel-list .list_item .list_price_top p b{
	overflow: hidden;
	font-size: 1.6em;
}

.ordel-list .list_item .list_price_top .list_price_old{
	width: 45%;
	float: left;
}

.ordel-list .list_item .list_price_top .list_price_delimiter{
	width: 10%;
	float: left;
	font-size: 2em;
}

.ordel-list .list_item .list_price_top .list_price_this{
	width: 45%;
	float: right;
}

.ordel-list .list_item .list_price .list_per_sale{
	font-size: 0.6em;
	margin: 0.5em;
	color: red;
}

.ordel-list .list_item .list_price_bottom{
	overflow: hidden;
	font-size: 0.8em;
	padding-bottom: 10px;
	color: red;
}

.ordel-list .list_item .list_price_bottom p{
	margin: 5px auto;
}

.ordel-list .list_item .list_price_bottom a{
	text-decoration: none;
	background-color: green;
	border-radius: 5px;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: 700;
	padding: 8px;
	margin-top: 30px;
}

.ordel-list .list_item .list_price_bottom .list_price_new{
	width: 50%;
	float: left;
}

.ordel-list .list_item .list_price_bottom .list_price_new b{
	font-size: 1.4em;
}

.ordel-list .list_item .list_price_bottom .list_price_btn{
	width: 50%;
	float: right;
	line-height: 50px;
}


.offer-price .variants{
	margin-left: 20px;
	overflow: hidden;
	font-weight: 700;
}

.offer-price .variants .var{
	float: left;
	padding: 10px;
	border-radius: 5px;
	background-color: #7f7f7f;
	color: #ffffff;
}

.offer-price .variants .var11{
	float: left;
	padding: 10px;
	border-radius: 5px;
	background-color: #7f7f7f;
	color: #ffffff;
}

.offer-price .variants .var1{
	margin-left: 20px;
}

.offer-price .variants .var_active{
	background: #00a046;
}





.offer-wiev .offer-wiev-right{
	width: 46%;
	padding: 0 2%;
	float: right;
}

.offer-wiev-right .offer-status span{
	width: auto;
	padding: 10px;
	border-radius: 5px;
	font-weight: 700;
	background-color: rgba(255,92,0,.05);
    color: #ff5c00;
}

.offer-wiev-right .offer-status p{
	padding: 0;
	margin: 10px 0;
}

.offer-wiev-right .offer-status span img{
	width: 18px;
	margin-bottom: -4px;
	margin-right: 6px;
}

.offer-wiev-right .offer-price{
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 30px;
}

.offer-wiev-right .offer-price .old-price,.price{
	font-weight: 700;
	margin: 0;
	padding: 5px;
	margin-left: 20px;
}

.offer-wiev-right .offer-price .old-price{
	text-decoration: line-through;
	font-size: 1.8em;
	background-color: #fff;
  	display: inline-block;
	color: #454545;
	position: relative;
	top: -18px;
}
.offer-wiev-right .offer-price .price{
	font-size: 2.6em;
	margin-top: -15px;
	color: red;
}

.offer-wiev-right .div_per_sale{
	font-size: 1.3em;
	margin: 10px;
	padding: 10px 5px;
	color: #ffffff;
	background: #00a046;
	border-radius: 5px;
}

.offer-wiev-right .div_per_sale p{
	margin: 5px 0;
}

.offer-wiev-right .div_per_sale .per_sale{
	font-size: 1.3em;
}

.offer-wiev-right .div_per_sale .per_sale b{
	font-size: 1.3em;
}

.offer-wiev-right .order_form{
	width: 75%;
}

.offer-wiev-right .order_form input {
    width: 100%;
    margin-top: 5px;
    margin: 10px auto 10px 20px;
    border: none;
    display: block;
    color: #000;
    font-size: 1em;
    border: 1px solid #808080;
    line-height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 55px;
}

.offer-wiev-right .order_form .name {
    background: #f5f5f5 url(../images/name.png) 20px center no-repeat;
}

.offer-wiev-right .order_form .phone {
    background: #f5f5f5 url(../images/phone.png) 20px center no-repeat;
}

.error{
	padding-left: 20px;
	color: red;
	font-size: 1.1em;
}



.offer-wiev-right .order_form button {
    width: 60%;
    margin-top: 5px;
    margin: 10px auto 10px 20px;
    border: none;
    display: block;
    background: #00a046;
    color: #fff;
    font-size: 1.4em;
    border: 1px solid #808080;
    line-height: 36px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.offer-wiev-right .offer-delivery{
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 20px;
}

.offer-wiev-right .offer-delivery p{
	padding-left: 10px;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 0.6em;
}

.offer-wiev-right .offer-delivery .delivery-head{
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
}

.offer-adv .adv{
	width: 33%;
	float: left;
}

.offer-adv .adv img{
	width: 90%;
	margin: auto;
}

.offer-adv .adv p {
	font-size: 1.2em;
	padding: 1% 3%;
	text-align: center;
}

	.offer-func .func{
		width: 25%;
		float: left;
		padding: 0;
		margin:0;
	}
	
	.offer-func .func img{
		width: 94%;
		padding: 3%;
	}

.offer-desc h2{
	padding-left: 2%;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
}

.offer-desc .offer-desc-block {
	width: 50%;
}


.offer-desc .offer-desc-block p{
	height: 100%;
	padding: 5%;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3em;
	line-height: 1.5em;
}

.offer-desc .offer-desc-block img{
	display: block;
	width: 80%;
	margin: auto;
}

.offer-desc .f-left {
	float: left;
}

.offer-desc .f-right {
	float: right;
}

.offer-desc .td-name {
	overflow: hidden;
	white-space: nowrap;
	padding: 5px;
	padding-right: 15px;
}

.offer-desc .td-spec {
	font-weight: 700;
}

.offer-desc .characteristics{
	width: 100%;
}

.offer-desc22 .container{
	width: 100%;
}

.offer-desc td {
	border-bottom: 1px solid #ccc;
}

.offer-rew .rew{
	width: 98%;
	margin: 15px auto;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
}

.offer-rew .rew h3{
	padding: 10px 10px 10px 20px;
	margin: 0;
	width: 60%;
	float: left;
}

.offer-rew .rew .rew-date{
	padding: 10px 20px 10px 10px;
	margin: 0;
	width: 30%;
	float: right;
	text-align: right;
}

.offer-rew .rew .rew-content{
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #e9e9e9;
}

.offer-rew .rew .rew-content .rew-rating{
	width: 100%;
	overflow: hidden;
	padding: 10px 20px;
}

.offer-rew .rew .rew-content .rew-rating img{
	width: 25px;
	float: left;
}

.offer-rew .rew .rew-content p{
	font-size: 1.1em;
	padding: 10px 20px;
	margin: 0;
}

.offer-rew .rew .rew-content .reply{
	color: #3e77aa;
	cursor: pointer;
}

.offer-rew .rew .rew-content .reply span{
	position: relative;
	top: -5px;
}


.offer-steps .et{
	position: relative;
	width: 25%;
	float: left;
	text-align: center;
	font-size: 1.2em;
}

.offer-steps .et img{
	width: 50%;
	margin: auto;
}

.offer-steps .et .str{
	width: 10%;
	position: absolute;
	top: 30%;
	right: -5%;
}

.offer-steps .et p{
	padding: 1% 5%;
}






.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix_3:after {
	content: "";
	display: block;
	clear: both;
}



@media (max-width: 850px) {

	body{
		font-size: 10px;
	}

	.ordel-list .list_item{
		position: relative;
		width: 43%;
		margin: 3%;
		float: left;
	}

	.clearfix_2:after {
		content: "";
		display: block;
		clear: both;
	}

	.clearfix_3:after {
		content: "";
		display: block;
		clear: none;
	}
}

@media (max-width: 700px) {

	body{
		font-size: 14px;
	}

	.modal .rew-form {
	    width: 90%;
	    margin-left: -45%;
	}

	.offer-wiev .offer-wiev-left{
		width: 96%;
		padding: 0 2%;
		float: left;
	}


	.offer-wiev .offer-wiev-right{
		width: 96%;
		padding: 0 2%;
		margin-top: 20px;
		float: right;
	}

	.offer-wiev-right .offer-status span img{
		width: 16px;
		margin-bottom: -2px;
		margin-right: 6px;
	}
	
	.offer-wiev-right .order_form{
		width: 80%;
	}
	
	.offer-wiev-right .order_form input{
		font-size: 1.1em;
	}


	.offer-wiev-right .offer-delivery p{
		padding-left: 10px;
		font-weight: 500;
		font-size: 1.1em;
	}

	.offer-desc .offer-desc-block {
		width: 100%;
	}

	.offer-adv .adv{
		width: 90%;
		margin: auto;
		float: none;
		border-bottom: 1px solid #ccc;
	}

	.offer-adv .adv-r{
		border-bottom: 1px solid #ccc;
	}

	.clearfix-adv:after {
		content: "";
		display: block;
		clear: both;
	}

	.offer-func .func{
		width: 50%;
		float: left;
		padding: 0;
		margin:0;
	}

	.clearfix-func:after {
		content: "";
		display: block;
		clear: both;
	}

	.offer-adv .adv img{
		width: 35%;
		float: left;
		padding: 2%;
	}

	.offer-adv .adv-r img{
		width: 35%;
		float: right;
		padding: 2%;
	}

	.offer-adv .adv p{
		width: 55%;
		float: right;
		padding: 2%;
	}

	.offer-adv .adv-r p{
		width: 55%;
		float: left;
		padding: 2%;
	}
 	
 	.offer-desc .characteristics{
	width: 95%;
	margin: auto;
	}



	.offer-rew .rew h3{
		padding: 10px 10px 5px 20px;
		margin: 0;
		width: 100%;
		float: none;
	}

	.offer-rew .rew .rew-date{
		padding: 0px 10px 10px 20px;
		margin: 0;
		width: 100%;
		float: none;
		text-align: left;
	}

	.offer-steps .et{
		width: 49%;
		margin: auto;
		padding-top: 20px;
		float: left;
	}

	.offer-steps .et2{
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}

	.offer-steps .et3{
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-top: -1px;
	}

	.offer-steps .et .str{
		display: none;
	}


	.ordel-list .list_item{
		position: relative;
		width: 90%;
		margin: 5%;
	}

}