/* styles */

body {
	min-width: 320px;
	background: #fff;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	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: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 60px;
	border: none;
	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: 22px;
	line-height: 60px;
	letter-spacing: 1px;
	color: #222;
	text-shadow: 0 1px 0 #ebb734;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.button:hover {
	background-color: #eaa906;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e58111), to(#eaa906));
	background-image: -webkit-linear-gradient(bottom, #e58111 0%, #eaa906 100%);
	background-image: -moz-linear-gradient(bottom, #e58111 0%, #eaa906 100%);
	background-image: -o-linear-gradient(bottom, #e58111 0%, #eaa906 100%);
	background-image: linear-gradient(to top, #e58111 0%, #eaa906 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;
	text-transform: uppercase;
	text-align: center;
}

h2 span {
	color: #f4ab11;
}


.gift_img {
    display: block;
    position: absolute;
top: 99px;
    right: 350px;
}
.trokot_gift {
    padding: 40px 0;
    
}
.trokot_gift .tg {
    width: 920px;
    margin: 0 auto;
}
.trokot_gift .tg h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4em;
    display: block;
    background: #ff6c14;
    color:#fff;
    padding: 10px 0;
    margin: 0;
    border-radius: 10px 10px 0 0;
}
.trokot_gift .tg h2 span {
    display: inline-block;
    color:#000;
    background: #ffb903;
    padding: 0 10px;
}
.trokot_gift .tg_cont {
    border-radius: 0 0 10px 10px;
    border: 10px solid #ffba00;
    border-top:none;
    padding: 15px 15px 0;
    margin-bottom: 30px;
}
.trokot_gift .tg_cont:after {
    clear: both;
    content: "";
    display: table;
}
.trokot_gift .tg_cont img {
    display: block;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    width: 400px;
}
.trokot_gift .tg_cont div {
    overflow: hidden;
}
.trokot_gift .tg_cont p {
    font-size: 16px;
    line-height: 1.35em;
    margin-bottom: 15px;
}
.trokot_gift .tg_cont p b {
    font-weight: 700;
}
.trokot_gift .tg_cont ul {
    padding: 0;
    margin: 0;
}
.trokot_gift .tg_cont ul li {
    font-size: 16px;
    line-height: 1.35em;
    padding: 0 0 15px 24px;
    background: url(../images/tg_check.png) no-repeat 0 3px;
    list-style: none;
}
.gift_note {
    text-align: center;
    padding: 0 0 15px;
    font-size: 14px;
}

/* offer */

.offer_section {
	padding: 20px 0 0;
	height: 565px;
	background: #f7f7f7 url(../images/desctop__offer_bg.jpg) center top no-repeat;
	overflow: hidden;
}

.offer_section .title_block .main_title {
	float: left;
	width: 298px;
	height: 62px;
	background: url(../images/offer__title_bg.png) center no-repeat;
	font-weight: 700;
	font-size: 60px;
	line-height: 62px;
	color: #f4f4f4;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .title_block .subtitle {
	float: left;
	margin: -4px 0 0 20px;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
}

.offer_section .title_block .subtitle b {
	display: block;
}

.offer_section .discount {
	font-size: 18px;
	line-height: 20px;
	color: #222;
	text-transform: uppercase;
	-webkit-transform: rotate(14deg);
	-moz-transform: rotate(14deg);
	-ms-transform: rotate(14deg);
	-o-transform: rotate(14deg);
	transform: rotate(14deg);
	position: absolute;
	top: 130px;
	left: 46px;
}

.offer_section .discount b {
	display: block;
	font-size: 42px;
	line-height: 42px;
}

.offer_section .form_block {
	float: right;
	margin: 70px 0 0;
	padding: 0 0 15px;
	width: 320px;
	background: #ebebeb;
}

.offer_section .timer_block {
	margin: -53px auto 10px;
	width: 290px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.offer_section .timer_block p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}

.offer_section .timer_block .timer_item {
	float: left;
	margin: 0 16px 0 0;
	width: 86px;
}

.offer_section .timer_block .timer_item:last-child {
	margin: 0;
}

.offer_section .timer_block .count {
	height: 57px;
	background: url(../images/offer__timer_bg.png) center no-repeat;
	font-weight: 700;
	font-size: 36px;
	line-height: 54px;
	color: #fff;
}

.offer_section .timer_block .text {
	margin: 6px 0 0 12px;
	font-size: 10px;
	line-height: 10px;
}

.offer_section .price_block {
	margin: 0 0 10px;
}

.offer_section .price_item {
	float: left;
	width: 50%;
}

.offer_section .price_item.old {
	padding: 10px 15px 6px 0;
	background: #fff;
	text-align: right;
}

.offer_section .price_item.new {
	padding: 10px 0 6px 15px;
	background: #ffb31a;
	color: #222;
}

.offer_section .price_item .text {
	margin: 0 0 2px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.offer_section .price_item .value {
	font-size: 26px;
	line-height: 26px;
}

.offer_section .price_item.old .value {
	text-decoration: line-through;
}

.offer_section .price_item.new .value {
	font-weight: 700;
}

.offer_section .input, 
.offer_section .select {
	display: block;
	margin: 0 auto 10px;
	padding: 0 20px;
	width: 300px;
	height: 50px;
	border: 1px solid #e5e5e5;
	background: #fff;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	outline: none;
}

.offer_section .select {
	background: #fff url(../images/offer__select_arrow.png) 264px 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 .deadline_text {
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 12px;
	color: #666;
	text-align: center;
}

/* video */

.video_section {
	padding: 40px 0 0;
}

.video_section .video_block {
	width: 100%;
	height: 540px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.video_section .video_block iframe, 
.video_section .video_block object, 
.video_section .video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* about */

.about_section {
	padding: 40px 0;
}

.about_section .content_block {
	float: left;
	width: 546px;
}

.about_section h3 {
	margin: 0 130px 20px 0;
	padding: 0 0 0 20px;
	border-left: 5px solid #f19c14;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
}

.about_section p {
	margin: 0 0 30px;
}

.about_section .info_block {
	text-align: center;
}

.about_section .info_item {
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	text-transform: uppercase;
}

.about_section .info_item:first-child {
	margin: 0 80px 0 0;
	width: 200px;
}

.about_section .info_item:last-child {
	width: 176px;
}

.about_section .info_item .value {
	color: #f19c14;
	text-align: left;
}

.about_section .info_item:first-child .value {
	margin: 0 0 10px 14px;
	padding: 0 0 0 66px;
	background: url(../images/about__icon1.png) left center no-repeat;
	font-size: 20px;
}

.about_section .info_item:last-child .value {
	margin: 0 0 10px 8px;
	padding: 0 0 0 50px;
	background: url(../images/about__icon2.png) left center no-repeat;
	font-size: 48px;
	line-height: 48px;
}

.about_section .info_item .text {
	font-size: 14px;
	line-height: 20px;
}

.about_section .image_block {
	float: right;
	margin: 10px 0 0;
	width: 374px;
	position: relative;
}

.about_section .image_block img {
	display: block;
}

.about_section .image_block .text {
	width: 144px;
	color: #222;
	text-transform: uppercase;
	position: absolute;
	top: 270px;
	left: 20px;
}

.about_section .image_block .text b {
	display: block;
	font-size: 22px;
	line-height: 26px;
}

/* gallery */

.gallery_block {
	overflow: hidden;
}

.gallery_block img {
	display: block;
	width: 1920px;
	max-width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

/* benefits */

.benefits_section {
	padding: 40px 0;
	background: #2e2937 url(../images/desctop__benefits_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}

.benefits_section h2 {
	margin: 0 0 40px;
}

.benefits_section .benefits_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 -4px;
	width: 240px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: normal;
}

.benefits_section .benefit_item img {
	display: block;
	margin: 0 auto;
}

.benefits_section .benefit_item p {
	margin: 15px 0 0 20px;
}

/* gift */

.gift_section {
	padding: 40px 0 0;
}

.gift_section img {
	display: block;
	margin: 0 auto;
}

.gift_section .gift_tablet, 
.gift_section .gift_mobile {
	display: none;
}

/* catalog */

.catalog_section {
	padding: 40px 0 45px;
}

.catalog_section h2 {
	margin: 0 0 50px;
}

.catalog_section .product_item.one {
	float: left;
	margin: 0 0 0 20px;
	padding: 204px 30px 0 0;
	width: 399px;
	height: 286px;
	background: url(../images/catalog__product1_image.jpg) center top no-repeat;
	position: relative;
}

.catalog_section .product_item.two {
	float: right;
	padding: 204px 0 0;
	width: 446px;
	height: 246px;
	background: url(../images/catalog__product2_image.jpg) center 9px no-repeat;
	position: relative;
}

.catalog_section .product_item h3 {
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: -10px;
}

.catalog_section .product_item.one h3 {
	font-size: 26px;
	line-height: 20px;
	left: -20px;
}

.catalog_section .product_item.one h3 span {
	display: block;
	margin: 4px 0 0;
	width: 150px;
	font-size: 18px;
}

.catalog_section .product_item.two h3 {
	font-size: 24px;
	line-height: 16px;
	left: -30px;
}

.catalog_section .product_item.two h3 span {
	display: block;
	margin: 6px 0 0;
	font-size: 14px;
}

.catalog_section .product_item .price_block {
	font-weight: 700;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.catalog_section .product_item .text {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: normal;
	text-transform: uppercase;
}

.catalog_section .product_item .value {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	background: #f4ab11;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: normal;
}

.catalog_section .info {
	margin: 0 0 20px;
	padding: 0 0 0 49px;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}

.catalog_section .info:before {
	display: block;
	content: '';
	width: 31px;
	height: 40px;
	border-right: 3px solid #f4ab11;
	background: url(../images/catalog__info_icon.png) left center no-repeat;
	position: absolute;
	top: 4px;
	left: 0;
}

/* results */

.results_block {
	padding: 40px 0;
	background: #2e2937 url(../images/desctop__benefits_bg.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.results_block img {
	display: block;
	float: left;
}

.results_block img:last-child {
	float: right;
}

/* reviews */

.reviews_section {
	padding: 40px 0;
	background-color: #f3f3f3;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(#fff));
	background-image: -webkit-linear-gradient(bottom, #f3f3f3 0%, #fff 100%);
	background-image: -moz-linear-gradient(bottom, #f3f3f3 0%, #fff 100%);
	background-image: -o-linear-gradient(bottom, #f3f3f3 0%, #fff 100%);
	background-image: linear-gradient(to top, #f3f3f3 0%, #fff 100%);
}

.reviews_section h2 {
	margin: 0 0 40px;
}

.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: 40px 0;
}

.order_info_section h2 {
	margin: 0 0 40px;
}

.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;
}

.order_info_section .info_item .text_block {
	padding: 15px;
	min-height: 154px;
	text-align: center;
}

.order_info_section .info_item h4 {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
}

.order_info_section .info_item p {
	font-size: 14px;
	line-height: 22px;
}

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
}

.footer_section a:hover {
	text-decoration: none;
}

@media screen and (max-width: 959px) {

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		font-size: 30px;
		line-height: 36px;
	}
.trokot_gift .tg {
    width: 100%;
}
    .trokot_gift .tg_cont img {
width: 300px;}
	/* offer */

	.offer_section {
		background-image: url(../images/tablet__offer_bg.jpg);
	}

	.offer_section .title_block .subtitle {
		margin: 0 0 0 20px;
		width: 302px;
		font-size: 26px;
		line-height: 32px;
	}

	.offer_section .title_block .subtitle b {
		display: none;
	}

	.offer_section .discount {
		font-size: 14px;
		line-height: 16px;
		top: 167px;
		left: 36px;
	}

	.offer_section .discount b {
		font-size: 32px;
		line-height: 32px;
	}

	.offer_section .form_block {
		margin: 74px 0 0;
	}

	/* video */

	.video_section .video_block {
		height: 349px;
	}

	/* about */

	.about_section .content_block {
		float: none;
		margin: 0 0 40px;
		width: 100%;
	}

	.about_section h3 {
		margin: 0 0 30px;
		padding: 0;
		border: none;
		font-size: 30px;
		line-height: 36px;
		text-align: center;
	}

	.about_section p {
		margin: 0 0 40px;
		text-align: center;
	}

	.about_section .image_block {
		float: none;
		margin: 0 auto;
	}

	/* gallery */

	.gallery_block img {
		width: 960px;
		max-width: 960px;
		margin-left: -480px;
	}

	/* benefits */

	.benefits_section {
		padding: 40px 0 0;
		background-image: none;
	}

	.benefits_section .benefit_item {
		margin: 0 30px 40px;
	}

	/* gift */

	.gift_section .gift_tablet {
		display: block;
	}

	.gift_section .gift_desctop {
		display: none;
	}

	/* catalog */

	.catalog_section h2 {
		margin: 0 0 40px;
	}

	.catalog_section .products_list {
		margin: 0 0 40px;
	}

	.catalog_section .product_item.one {
		margin: 0;
		padding: 180px 0 0;
		width: 300px;
		height: auto;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}

	.catalog_section .product_item.two {
		padding: 180px 0 0;
		width: 300px;
		height: auto;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-position: center 22px;
	}

	.catalog_section .product_item h3 {
		margin: 0 30px 20px;
		text-align: center;
		position: static;
	}

	.catalog_section .product_item.one h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.catalog_section .product_item.one h3 span {
		display: inline;
		margin: 0;
		width: auto;
		font-size: 20px;
	}

	.catalog_section .product_item.two h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.catalog_section .product_item.two h3 span {
		display: inline;
		margin: 0;
		font-size: 20px;
	}

	.catalog_section .product_item .text {
		font-size: 16px;
		line-height: 16px;
	}

	.catalog_section .product_item .value {
		padding: 6px 10px;
		font-size: 22px;
		line-height: 22px;
	}

	.catalog_section .info {
		margin: 0 0 30px;
	}

	/* results */

	.results_block {
		background-image: none;
	}

	.results_block img {
		width: 300px;
	}

	/* reviews */

	.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/reviews__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 .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: 720px) {
    .trokot_gift .tg h2 {
        font-size: 24px;
    }
    .trokot_gift .tg_cont img {
        margin: 0 auto 20px;
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 639px) {
	
	/* styles */
.gift_img {
    top: 112px;
    right: 20px;
}
	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 22px;
		line-height: 30px;
	}

	/* offer */

	.offer_section {
		padding: 20px 0;
		height: auto;
		background-image: url(../images/mobile__offer_bg.jpg);
	}

	.offer_section .title_block {
		margin: 0 0 416px;
	}

	.offer_section .title_block .main_title {
		float: none;
		margin: 0 auto 15px;
	}

	.offer_section .title_block .subtitle {
		float: none;
		margin: 0;
		width: 100%;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}

	.offer_section .discount {
		top: 140px;
		left: 42px;
	}

	.offer_section .form_block {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
		background: none;
	}

	/* video */

	.video_section {
		padding: 30px 0 0;
	}

	.video_section .video_block {
		height: 169px;
	}

	/* about */

	.about_section {
		padding: 30px 0;
	}

	.about_section .content_block {
		margin: 0 0 30px;
	}

	.about_section h3 {
		margin: 0 0 20px;
		font-size: 22px;
		line-height: 28px;
	}

	.about_section p {
		margin: 0 0 30px;
	}

	.about_section .info_item:first-child {
		margin: 0 0 20px;
	}

	.about_section .image_block {
		width: 300px;
	}

	.about_section .image_block .text {
		top: 217px;
		left: 15px;
		width: 135px;
		font-size: 12px;
		line-height: 20px;
	}

	.about_section .image_block .text b {
		font-size: 20px;
		line-height: 20px;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0 0;
	}

	.benefits_section h2 {
		margin: 0 0 30px;
	}

	.benefits_section .benefit_item {
		margin: 0 0 30px;
	}

	/* gift */

	.gift_section {
		padding: 30px 0 0;
	}

	.gift_section .gift_mobile {
		display: block;
	}

	.gift_section .gift_tablet {
		display: none;
	}

	/* catalog */

	.catalog_section {
		padding: 30px 0 35px;
	}

	.catalog_section h2 {
		margin: 0 0 30px;
	}

	.catalog_section .products_list {
		margin: 0 0 30px;
	}

	.catalog_section .product_item.one {
		float: none;
		margin: 0 0 30px;
	}

	.catalog_section .product_item.two {
		float: none;
		padding: 158px 0 0;
		background-position: center top;
	}

	.catalog_section .info {
		margin: 0 0 20px;
	}

	/* results */

	.results_block {
		padding: 30px 0;
	}

	.results_block img {
		float: none;
	}

	.results_block img:last-child {
		margin: 30px 0 0;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

	.reviews_section h2 {
		margin: 0 0 30px;
	}

	.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: 30px 0;
	}

	.order_info_section h2 {
		margin: 0 0 30px;
	}

	.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;
	}

}