/* fonts */

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/subset-GothamPro-Light.woff2') format('woff2'),
	url('../fonts/subset-GothamPro-Light.woff') format('woff'),
	url('../fonts/subset-GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/subset-GothamPro.woff2') format('woff2'),
	url('../fonts/subset-GothamPro.woff') format('woff'),
	url('../fonts/subset-GothamPro.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/subset-GothamPro-Medium.woff2') format('woff2'),
	url('../fonts/subset-GothamPro-Medium.woff') format('woff'),
	url('../fonts/subset-GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/subset-GothamPro-Bold.woff2') format('woff2'),
	url('../fonts/subset-GothamPro-Bold.woff') format('woff'),
	url('../fonts/subset-GothamPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* styles */

body {
	min-width: 320px;
	background: #fff;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #222;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	position: relative;
}

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

img {
	max-width: 50%;
	height: auto;
}

b {
	font-weight: 700;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 300px;
	height: 60px;
	border: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: #e6a501;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#df7b0b), to(#e6a501));
	background-image: -webkit-linear-gradient(bottom, #df7b0b 0%, #e6a501 100%);
	background-image: -moz-linear-gradient(bottom, #df7b0b 0%, #e6a501 100%);
	background-image: -o-linear-gradient(bottom, #df7b0b 0%, #e6a501 100%);
	background-image: linear-gradient(to top, #df7b0b 0%, #e6a501 100%);
	-webkit-box-shadow: 0 5px 0 #cb7008;
	-moz-box-shadow: 0 5px 0 #cb7008;
	box-shadow: 0 5px 0 #cb7008;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 0 2px 0 #cb720e;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
}

.button:hover {
	background-color: #ebaa06;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e68110), to(#ebaa06));
	background-image: -webkit-linear-gradient(bottom, #e68110 0%, #ebaa06 100%);
	background-image: -moz-linear-gradient(bottom, #e68110 0%, #ebaa06 100%);
	background-image: -o-linear-gradient(bottom, #e68110 0%, #ebaa06 100%);
	background-image: linear-gradient(to top, #e68110 0%, #ebaa06 100%);
}

.button:active {
	-webkit-box-shadow: 0 4px 0 #cb7008;
	-moz-box-shadow: 0 4px 0 #cb7008;
	box-shadow: 0 4px 0 #cb7008;
	top: 1px;
}

/* titles */

h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 54px;
	color: #333;
	text-align: center;
}

h2 span {
	color: #547131;
}

/* offer */

.offer_section {
	padding: 44px 0 0;
	height: 545px;
	background: #fff center top no-repeat;
}

.offer_section.offer_top,
.offer_section.offer_bottom {
	background-image: url("../images/desktop__offer-top_bg.png");
}

.offer_section .main_title {
	margin: 0 0 0 210px;
	font-weight: 700;
	font-size: 30px;
	line-height: 34px;
	color: #ffb31a;
	text-transform: uppercase;
}

.offer_section .main_title > span {
	color: #000;
}

.offer_section .info_block {
	position: relative;
	float: left;
	margin: 0 0 0 215px;
	width: 400px;
}

.offer_section .description {
	margin: 15px 0 0;
	padding: 0 0 0 46px;
	background: url("../images/offer__discount_icon.png") left center no-repeat;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #547131;

}

.offer_section .description span {
	white-space: nowrap;
	color: #fff;
}

.offer_section .discount_block {
	display: inline-block;
	vertical-align: top;
	margin: 28px 0 0 20px;
	width: 130px;
	text-transform: uppercase;
	text-align: center;
	background: #ffb31a;
    border-radius: 10px;
	padding:10px;
}

.offer_section .discount_block .text {
	line-height: 20px;
}

.offer_section .discount_block .value {
	font-weight: 700;
	font-size: 42px;
	line-height: 42px;
}

.offer_section .info_text {
	display: inline-block;
	vertical-align: top;
	margin: 45px 0 36px 25px;
	padding: 0 0 0 41px;
	width: 215px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.offer_section .info_text b {
	font-weight: 700;
	text-transform: uppercase;
}

.offer_section__sticker {
	position: absolute;
	left: -50px;
	top: 55%;
	display: none;
}

.offer_section__sticker img {
	border-radius: 100%;
	border: 3px solid #547131;
}

.offer_section .benefits_list {
	margin: 0 5px 36px 110px;
}

.offer_section .benefits_list li {
	margin: 0 0 18px;
	padding: 0 0 0 43px;
	background: url("../images/offer__marker.png") left 4px no-repeat;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #547131;
	text-transform: uppercase;
}

.offer_section .benefits_list li:nth-child(2) {
	margin: 0 0 18px 20px;
}

.offer_section .benefits_list li:nth-child(3) {
	margin: 0 0 0 40px;
}

.offer_section .benefits_list li span {
	color: #000;
	white-space: nowrap;
}

.offer_section .price_block {
	margin: 0 0 0 80px;
	width: 290px;
}

.offer_section .price_block .price_item {
	float: left;
	padding: 10px 0 0;
	width: 145px;
	height: 58px;
	text-align: center;
}

.offer_section .price_block .price_item.old {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	background: #547131;
	color: #fff;
}

.offer_section .price_block .price_item.new {
	background: #ffb31a;
	position: relative;
}

.offer_section .price_block .price_item.new:before {
	display: block;
	content: '';
	border-top: 58px solid #ffb31a;
	border-right: 20px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	right: -20px;
}

.offer_section .price_block .text {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.offer_section .price_block .value {
	font-size: 26px;
	line-height: 26px;
}

.offer_section .price_block .price_item.old .value {
	text-decoration: line-through;
}

.offer_section .price_block .price_item.new .value {
	font-weight: 700;
}

.offer_section .form_block {
	float: right;
	margin: 50px 0 0;
	width: 320px;
}

.offer_section .timer_block {
	margin: 0 auto;
	width: 242px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.offer_section .timer_block p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 14px;
    color: #000;
    font-weight: 900;
}

.offer_section .timer_block .timer_item {
	float: left;
	margin: 0 25px 0 0;
	width: 64px;
}

.offer_section .timer_block .timer_item:last-child {
	margin: 0;
}

.offer_section .timer_block .count {
	margin: 0 0 8px;
	height: 54px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #547131;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#5e7c3a), color-stop(50%, #5e7c3a), color-stop(50%, #fff), color-stop(51%, #fff), color-stop(51%, #547131), to(#547131));
	background-image: -webkit-linear-gradient(bottom, #5e7c3a 0%, #5e7c3a 50%, #fff 50%, #fff 51%, #547131 51%, #547131 100%);
	background-image: -moz-linear-gradient(bottom, #5e7c3a 0%, #5e7c3a 50%, #fff 50%, #fff 51%, #547131 51%, #547131 100%);
	background-image: -o-linear-gradient(bottom, #5e7c3a 0%, #5e7c3a 50%, #fff 50%, #fff 51%, #547131 51%, #547131 100%);
	background-image: linear-gradient(to top, #5e7c3a 0%, #5e7c3a 50%, #fff 50%, #fff 51%, #547131 51%, #547131 100%);
	font-weight: 700;
	font-size: 36px;
	line-height: 54px;
	color: #fff;
	text-shadow: 0 2px 0 #547131;
}

.offer_section .timer_block .text {
	font-size: 10px;
	line-height: 10px;
}

.offer_section .order_form {
	margin-top: -45px;
	padding: 64px 0 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
}

.offer_section .input, 
.offer_section .select, .form-control {
	display: block;
	margin: 0 auto 10px;
	padding: 0 20px;
	width: 300px;
	height: 60px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #fff;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.offer_section .select {
	background: #fff url("../images/offer__select_arrow.png") 273px center no-repeat;
}

.offer_section .input::-webkit-input-placeholder {
	opacity: 1;
	color: #555;
}

.offer_section .input:-moz-placeholder {
	opacity: 1;
	color: #555;
}

.offer_section .input::-moz-placeholder {
	opacity: 1;
	color: #555;
}

.offer_section .input:-ms-input-placeholder {
	opacity: 1;
	color: #555;
}

.offer_section .input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
	opacity: 0;
}

.offer_section .products_count {
	margin: 15px 0 0;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.offer_section .products_count:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	margin: 0 8px 0 0;
	width: 23px;
	height: 21px;
	background: url("../images/offer__products_count_icon.png") center no-repeat;
}

.offer_section .products_count b {
	color: #547131;
}

/* characteristics */

.characteristics_section {
	padding: 30px 0 70px;
	background: #efefef url("../images/desctop__characteristics_bg.jpg") center bottom no-repeat;
}

.characteristics_section h2 {
	margin: 0 0 40px;
}

.characteristics_section .product_types {
	margin: 0 0 40px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: justify;
}

.characteristics_section .product_types:after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.characteristics_section .product_types li {
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #e5e5e5;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.characteristics_section .product_types li:hover {
	background: #ddd;
}

.characteristics_section .product_types li.active {
	background: #a8eb58;
}

.characteristics_section .product_item {
	display: none;
}

.characteristics_section .product_item.show {
	display: block;
}

.characteristics_section .video-container {
	margin: 0 auto 40px;
	width: 100%;
	height: 540px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.characteristics_section .video-container iframe, 
.characteristics_section .video-container object, 
.characteristics_section .video-container embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.benef_container{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.benef_container>img{
	margin: 0 4px;
	border-radius: 8px;
}

.characteristics_section .characteristics_block {
	min-height: 342px;
	position: relative;
}

.characteristics_section .characteristics_block img {
	display: block;
	width: 255px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -128px;
}

.characteristics_section .characteristics_list {
	font-size: 0;
	line-height: 110px;
	letter-spacing: -1px;
	padding: 90px 0 10px;
}

.characteristics_section .characteristics_list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 30px;
	padding: 0 0 0 40px;
	width: 320px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	position: relative;
}

.characteristics_section .characteristics_list li:nth-child(odd) {
	margin: 0 300px 30px 0;
	padding: 0 40px 0 0;
	text-align: right;
}

.characteristics_section .characteristics_list li:before {
	display: block;
	content: '';
	width: 22px;
	height: 9px;
	background: url("../images/characteristics__markers.png") right center no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
}

.characteristics_section .characteristics_list li:nth-child(odd):before {
	background-position: left center;
	left: auto;
	right: 0;
}

/* about */

.about_section {
	padding: 15px 0 60px;
}

.about_section .wrapper {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}



.about_section .content_block {
	/* float: left; */
	margin: 20px 0 0;
	width: 547px;
}

.about_section h2 {
	margin: 0 0 30px;
	text-align: left;
}

.about_section p {
	margin: 0 0 30px;
}

.benef_block p {
	margin-bottom: 0;
}

.about_section .stats_block {
	text-align: center;
}

.about_section .stats_block .count {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
}

.about_section .stats_block .clients_count {
	margin: 0 80px 0 0;
	width: 205px;
}

.about_section .stats_block .reviews_count {
	width: 190px;
}

.about_section .stats_block .value {
	margin: 0 0 8px;
	font-size: 48px;
	line-height: 48px;
	color: #547131;
}

.about_section .stats_block .clients_count .value {
	padding: 0 0 0 45px;
}

.about_section .stats_block .reviews_count .value {
	padding: 0 0 0 40px;
}

.about_section .stats_block .text {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-transform: uppercase;
}

.about_section .image_block {
	/* float: right; */
	/* height: 100%; */
	/* width: 373px; */
	position: relative;
	/* bottom: 0; */
}

.about_section .image_block img {
	display: block;
}

.about_section .image_block .text {
	width: 150px;
	text-transform: uppercase;
	position: absolute;
	top: 250px;
	left: 20px;
}

.about_section .image_block .text b {
	display: block;
	font-size: 24px;
	line-height: 28px;
}

.benef_block{
	display: flex;
}
.benef_block>li{
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
}
.benef_block>li>span{
	display: block;
	font-size: 48px;
	line-height: 1.1em;
	margin-bottom: 8px;
	color: #547131;
}


/* catalog */

.catalog_section {
	padding: 30px 0 50px;
	background: #080a19;
}

.catalog_section h2 {
	margin: 0 0 40px;
	color: #fff;
}

.catalog_section h2 span {
	color: #ffb31a;
}

.catalog_section .product_item {
	float: left;
	margin: 0 41px 0 0;
	padding: 20px 20px 25px;
	width: 286px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	position: relative;
}

.catalog_section .product_item:last-child {
	margin: 0;
}

.catalog_section .product_item:before {
	display: block;
	content: '';
	width: 100%;
	height: 23px;
	background: url("../images/catalog__product_shadow.png") center top no-repeat;
	position: absolute;
	bottom: -23px;
	left: 0;
}

.catalog_section .slider {
	margin: 0 auto 20px;
	width: 246px;
	border: 1px solid #888;
}

.catalog_section .owl-prev, 
.catalog_section .owl-next {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffb31a url("../images/catalog__arrows.png") no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.catalog_section .owl-prev {
	background-position: left center;
	left: -11px;
}

.catalog_section .owl-next {
	background-position: right center;
	right: -11px;
}

.catalog_section .button {
	width: 246px;
}

/* sizes */

.sizes_section {
	padding: 40px 0 50px;
	background: #e4cdad url("../images/desktop__sizes_bg.jpg") center top no-repeat;
}

.sizes_section h2 {
	margin: 0 0 40px;
	color: #fff;
}

.sizes_section .sizes_table {
	max-width: 450px;
	margin: 0 auto;
}

.sizes_section .sizes_table .row {
	display: table;
	width: 100%;
	height: 34px;
	background: #fff;
	font-size: 14px;
	text-align: center;
}

.sizes_section .sizes_table .row:nth-child(odd) {
	background: #f0f0f0;
}

.sizes_section .sizes_table .row.header {
	height: 54px;
	background: #222;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3em;
}

.sizes_section .sizes_table .column {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid rgba(0,0,0,0.1);
}

.sizes_section .sizes_table .column:nth-child(1) {
	width: 125px;
}

.sizes_section .sizes_table .column:nth-child(2) {
	width: 110px;
}

.sizes_section .sizes_table .column:nth-child(3) {
	width: 140px;
}

.sizes_section .sizes_table .column:nth-child(4) {
	width: 200px;
}

.sizes_section .sizes_table .column:nth-child(5) {
	width: 125px;
	border: none;
}


/* reviews */

.reviews_section {
	padding: 30px 0 50px;
	background: #efefef url("../images/desctop__reviews_bg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.reviews_section h2 {
	margin: 0 0 40px;
	text-transform: uppercase;
}

.reviews_section h2 span {
	color: #f4ab11;
}

.reviews_section .review_item img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 172px;
	border: 6px solid #cbcbcc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .text_block {
	float: left;
	padding: 10px 0 0 65px;
	width: 748px;
	min-height: 174px;
	background: url("../images/reviews__arrow.png") left top no-repeat;
}

.reviews_section .text_block .author_name {
	margin: 0 0 15px;
	padding: 0 0 0 41px;
	background: url("../images/reviews__quote_icon.png") left top no-repeat;
	font-weight: 700;
	text-transform: uppercase;
}

.reviews_section .owl-dots {
	margin: 40px 0 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.reviews_section .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #acaeb1;
}

.reviews_section .owl-dot.active {
	background: #222;
}

/* order info */

.order_info_section {
	padding: 30px 0 50px;
}

.order_info_section h2 {
	margin: 0 0 40px;
	text-transform: uppercase;
}

.order_info_section .info_item {
	float: left;
	margin: 0 32px 0 0;
	width: 292px;
	border: 1px solid #d9d9d9;
	background: #f6f6f6;
}

.order_info_section .info_item:last-child {
	margin: 0;
}

.order_info_section .info_item img {
	display: block;
	width: 100%;
    margin: 0 auto;
}

.order_info_section .info_item .text_block {
	padding: 15px;
	min-height: 135px;
	text-align: center;
}

.order_info_section .info_item h4 {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #333;
	text-transform: uppercase;
}

.order_info_section .info_item p {
	font-size: 14px;
	line-height: 22px;
}

/* footer */

.footer_section {
	padding: 25px 0;
	background: #1c1c1c;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: whitesmoke;
}
.footer_section img{
	display: block;
	margin: 0 auto 10px;
}
.footer_section a{
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	line-height: 1.1em;
}

@media screen and (max-width: 959px) {

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		font-size: 36px;
		line-height: 42px;
	}

	/* offer */

	.offer_section {
		padding: 38px 0;
		height: auto;
	}

	.offer_section.offer_top {
		background-image: url("../images/tablet__offer_bg.jpg");
	}

	.offer_section.offer_bottom {
		background-image: url("../images/tablet__offer_bg.jpg");
	}

	.offer_section .main_title {
		margin: 0 0 0 150px;
		font-size: 24px;
		line-height: 30px;
		color: #fff;
	}

	.offer_section .main_title span {
		color: #ffb31a;
		white-space: nowrap;
	}

	.offer_section .info_block {
		margin: 0;
		width: 300px;
	}

	.offer_section .description {
		display: block;
	}

	.offer_section__sticker {
		left: 140px;
		top: 45%;
	}

	.offer_section .discount_block {
		display: block;
		margin: 25px 0 256px 170px;
	}

	.offer_section .info_text {
		display: none;
	}

	.offer_section .benefits_list {
		display: none;
	}

	.offer_section .price_block {
		margin: 0;
	}

	.offer_section .price_block .price_item.new {
		-webkit-border-radius: 0 6px 6px 0;
		-moz-border-radius: 0 6px 6px 0;
		border-radius: 0 6px 6px 0;
	}

	.offer_section .price_block .price_item.new:before {
		display: none;
	}

	.offer_section .form_block {
		margin: 35px 0 0;
	}

	/* characteristics */

	.characteristics_section {
		padding: 30px 0 40px;
		background-image: none;
	}

	.characteristics_section h2 {
		margin: 0 0 30px;
	}

	.benef_container{
		flex-wrap: wrap;
	}
	.benef_container img{
		margin-bottom: 8px;
	}

	.characteristics_section .product_types li {
		padding: 8px 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.characteristics_section .video-container {
		width: 620px;
		height: 349px;
	}

	.characteristics_section .characteristics_block {
		min-height: auto;
	}

	.characteristics_section .characteristics_block img {
		float: left;
		margin: 0 20px 0 0;
		position: static;
	}

	.characteristics_section .characteristics_list {
		float: left;
		width: 344px;
	}

	.characteristics_section .characteristics_list li {
		display: block;
		margin: 0 0 15px;
		padding: 0 0 0 32px;
		width: 100%;
		font-size: 14px;
		line-height: 22px;
	}

	.characteristics_section .characteristics_list li:nth-child(odd) {
		margin: 0 0 15px;
		padding: 0 0 0 32px;
		text-align: left;
	}

	.characteristics_section .characteristics_list li:last-child {
		margin: 0;
	}

	.characteristics_section .characteristics_list li:before {
		top: 6px;
		margin-top: 0;
	}

	.characteristics_section .characteristics_list li:nth-child(odd):before {
		background-position: right center;
		left: 0;
		right: auto;
	}

	/* about */

	.about_section {
		padding: 30px 0 40px;
	}

	.about_section .wrapper {
		flex-direction: column;
	}

	.about_section .content_block {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}

	.about_section h2 {
		text-align: center;
	}

	.about_section p {
		text-align: center;
	}

	.about_section .image_block {
		float: none;
		margin: 0 auto;
	}

	/* catalog */

	.catalog_section {
		padding: 30px 0 40px;
		background-image: url("../images/tablet__catalog_bg.jpg");
	}

	.catalog_section h2 {
		margin: 0 0 30px;
	}

	.catalog_section .product_item {
		margin: 0 10px 0 0;
		padding: 0 0 18px;
		width: 200px;
		overflow: hidden;
	}

	.catalog_section .product_item:before {
		display: none;
	}

	.catalog_section .slider {
		margin: 0 auto 15px;
		width: 100%;
		border: none;
	}

	.catalog_section .owl-prev, 
	.catalog_section .owl-next {
		width: 30px;
		height: 30px;
		-webkit-background-size: 60px 30px;
		-moz-background-size: 60px 30px;
		-o-background-size: 60px 30px;
		background-size: 60px 30px;
		margin-top: -15px;
	}

	.catalog_section .owl-prev {
		left: 10px;
	}

	.catalog_section .owl-next {
		right: 10px;
	}

	.catalog_section .button {
		width: 180px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		-webkit-box-shadow: 0 3px 0 #cb7008;
		-moz-box-shadow: 0 3px 0 #cb7008;
		box-shadow: 0 3px 0 #cb7008;
	}

	.catalog_section .button:active {
		-webkit-box-shadow: 0 2px 0 #cb7008;
		-moz-box-shadow: 0 2px 0 #cb7008;
		box-shadow: 0 2px 0 #cb7008;
	}

	/* sizes */

	.sizes_section {
		padding: 30px 0 40px;
	}

	.sizes_section h2 {
		margin: 0 0 30px;
		width: 100%;
	}

	.sizes_section .sizes_table {
		width: 100%;
	}

	.sizes_section .sizes_table .column:nth-child(1) {
		width: 105px;
	}

	.sizes_section .sizes_table .column:nth-child(2) {
		width: 90px;
	}

	.sizes_section .sizes_table .column:nth-child(3) {
		width: 110px;
	}

	.sizes_section .sizes_table .column:nth-child(5) {
		width: 115px;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0 40px;
		background-image: none;
	}

	.reviews_section h2 {
		margin: 0 0 30px;
	}

	.reviews_section .review_item img {
		float: none;
		margin: 0 auto 15px;
	}

	.reviews_section .text_block {
		float: none;
		padding: 0;
		width: 100%;
		min-height: auto;
		background: none;
		text-align: center;
	}

	.reviews_section .text_block .author_name {
		margin: 0 0 10px;
		padding: 0;
		background: none;
	}

	.reviews_section .owl-prev, 
	.reviews_section .owl-next {
		width: 40px;
		height: 40px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: #ffb31a url("../images/catalog__arrows.png") no-repeat;
		position: absolute;
		top: 66px;
	}

	.reviews_section .owl-prev {
		background-position: left center;
		left: 110px;
	}

	.reviews_section .owl-next {
		background-position: right center;
		right: 110px;
	}

	.reviews_section .owl-dots {
		margin: 30px 0 0;
	}

	/* order info */

	.order_info_section {
		padding: 30px 0 40px;
	}

	.order_info_section h2 {
		margin: 0 0 30px;
	}

	.order_info_section .info_item {
		float: none;
		display: table;
		margin: 0 0 30px;
		width: 100%;
	}

	.order_info_section .info_item .image_block {
		display: table-cell;
		vertical-align: middle;
		width: 290px;
	}

	.order_info_section .info_item .text_block {
		display: table-cell;
		vertical-align: middle;
		padding: 20px 30px;
		min-height: auto;
		text-align: left;
	}

}

@media screen and (max-width: 639px) {
	
	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 22px;
		line-height: 28px;
	}

	/* offer */

	.offer_section {
		padding: 10px 0 0;
		height: auto;
		overflow: hidden;
		background-color: #e0e0e0;
	}

	.offer_section.offer_top {
		background-image: url("../images/mobile__offer_bg.jpg");
	}

	.offer_section.offer_bottom {
		background-image: url("../images/mobile__offer_bg.jpg");
	}

	.offer_section .main_title {
		margin: 0;
		letter-spacing: 1px;
		text-align: center;
		font-size: 16px;
		line-height: 1.4;
	}

	.offer_section__sticker {
		top: 50%;
		display: none;
	}

	.offer_section .main_title span {
		display: block;
		font-size: 14px;
		line-height: 1;
		letter-spacing: normal;
	}

	.offer_section .info_block {
		float: none;
	}

	.offer_section .discount_block {
		margin: 80px 0 188px 140px;
	}

	.offer_section .price_block {
		margin: 0 auto 31px;
	}

	.offer_section .form_block {
		float: none;
		margin: 0 auto;
		margin-left: -10px;
	}

	.offer_section .order_form {
		padding: 64px 0 20px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	/* characteristics */

	.characteristics_section {
		padding: 35px 0;
	}

	.characteristics_section h2 {
		margin: 0 0 20px;
	}

	.benef_container img{
		margin: 0 auto 10px;
	}

	.characteristics_section .product_types {
		margin: 0 0 30px;
		text-align: center;
	}

	.characteristics_section .product_types li {
		margin: 0 0 10px;
	}

	.characteristics_section .product_types li:last-child {
		margin: 0;
	}

	.characteristics_section .video-container {
		margin: 0 auto 30px;
		width: 300px;
		height: 169px;
	}

	.characteristics_section .characteristics_block img {
		float: none;
		margin: 0 auto;
	}

	.characteristics_section .characteristics_list {
		float: none;
		width: 100%;
	}

	/* about */

	.about_section {
		padding: 35px 0;
	}

	.about_section h2 {
		margin: 0 0 20px;
	}

	.about_section p {
		margin: 0 0 20px;
	}

	.about_section .stats_block .clients_count {
		margin: 0 0 20px;
	}

	.about_section .image_block {
		width: 300px;
	}

	.about_section .image_block .text {
		top: 200px;
		left: 15px;
		width: 135px;
		font-size: 12px;
		line-height: 20px;
	}

	.about_section .image_block .text b {
		font-size: 20px;
		line-height: 20px;
	}

	.about_section .content_block{
		margin-bottom: 10px;
	}

	.benef_block > li > span{
		font-size: 38px;
	}

	.benef_block > li > span img{
		display: block;
		margin: 0 auto 5px;
	}

	/* catalog */

	.catalog_section {
		padding: 25px 0 30px;
		background-image: none;
	}

	.catalog_section .product_item {
		float: none;
		margin: 0 auto 25px;
		padding: 20px 20px 25px;
		width: 286px;
	}

	.catalog_section .product_item:last-child {
		margin: 0 auto;
	}

	.catalog_section .slider {
		margin: 0 auto 20px;
		width: 246px;
		border: 1px solid #888;
	}

	.catalog_section .owl-prev, 
	.catalog_section .owl-next {
		width: 40px;
		height: 40px;
		-webkit-background-size: 80px 40px;
		-moz-background-size: 80px 40px;
		-o-background-size: 80px 40px;
		background-size: 80px 40px;
		margin-top: -20px;
	}

	.catalog_section .owl-prev {
		left: -11px;
	}

	.catalog_section .owl-next {
		right: -11px;
	}

	.catalog_section .button {
		width: 246px;
		height: 60px;
		font-size: 20px;
		line-height: 60px;
		-webkit-box-shadow: 0 5px 0 #cb7008;
		-moz-box-shadow: 0 5px 0 #cb7008;
		box-shadow: 0 5px 0 #cb7008;
	}

	.catalog_section .button:active {
		-webkit-box-shadow: 0 4px 0 #cb7008;
		-moz-box-shadow: 0 4px 0 #cb7008;
		box-shadow: 0 4px 0 #cb7008;
	}

	/* sizes */

	.sizes_section {
		padding: 35px 0;
	}

	.sizes_section h2 {
		margin: 0 0 20px;
	}

	.sizes_section .sizes_table .row {
		font-size: 10px;
		line-height: 16px;
		font-weight: 700;
	}

	.sizes_section .sizes_table .column:nth-child(1) {
		width: 60px;
	}

	.sizes_section .sizes_table .column:nth-child(2) {
		width: 40px;
	}

	.sizes_section .sizes_table .column:nth-child(3) {
		width: 54px;
	}

	.sizes_section .sizes_table .column:nth-child(4) {
		width: 76px;
	}

	.sizes_section .sizes_table .column:nth-child(5) {
		width: 70px;
	}

	/* reviews */

	.reviews_section {
		padding: 35px 0;
	}

	.reviews_section h2 {
		margin: 0 0 20px;
	}

	.reviews_section .text_block p {
		font-size: 14px;
		line-height: 22px;
	}

	.reviews_section .owl-prev {
		left: 0;
	}

	.reviews_section .owl-next {
		right: 0;
	}

	.reviews_section .owl-dots {
		margin: 20px 0 0;
	}

	/* order info */

	.order_info_section {
		padding: 35px 0;
	}

	.order_info_section h2 {
		margin: 0 0 20px;
	}

	.order_info_section .info_item {
		display: block;
		margin: 0 auto 25px;
		width: 292px;
	}

	.order_info_section .info_item:last-child {
		margin: 0 auto;
	}

	.order_info_section .info_item .image_block {
		display: block;
	}

	.order_info_section .info_item .text_block {
		display: block;
		padding: 15px;
		text-align: center;
	}

}

/* */

.country_select {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}

.vidos { display: block; width: 255px; position: absolute; top: 35px; left: 50%; margin-left: -128px; }

@media all and (max-width: 480px) {
.characteristics_section .characteristics_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    padding: 540px 0 10px;
}

.vidos {
    display: block;
    width: 85%;
    position: absolute;
}
.offer_section .description {
    padding: 0 0 0 46px;
    background: url(../images/offer__discount_icon.png) left center no-repeat;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 5px;
}
}