/* reset */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, 
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, input, button {
	outline: none;
}

a {
	background-color: transparent;
	text-decoration: underline;
	-webkit-text-decoration-skip: objects;
}

input, button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* fonts */

@font-face {
    font-family: 'PTSans';
    src: url("PTSans-Regular.woff2") format('woff2'),
		url("PTSans-Regular.woff") format('woff'),
		url("PTSans-Regular.otf") format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PTSans';
    src: url("PTSans-Bold.woff2") format('woff2'),
		url("PTSans-Bold.woff") format('woff'),
		url("PTSans-Bold.otf") format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* styles */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-width: 320px;
	background: #fff;
	font-family: 'PTSans', 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: 340px 0px 0px 0px;
    width: 400px;
    height: 70px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 20px;
    background-color: #00005a;
    -moz-box-shadow: 0 3px 0 #bd8300;
    font-family: 'PTSans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 23px;
    padding: 28px 0px;
    color: #7de87c;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
        border: 2px solid #7de87c;
            box-shadow: 0px 0px 6px 0px #7de87c;
}

.button:hover {
	background: #00007F;
}

.button:active {
	-webkit-box-shadow: 0 2px 0 #bd8300;
	-moz-box-shadow: 0 2px 0 #bd8300;
	box-shadow: 0 2px 0 #bd8300;
	top: 1px;
}

/* titles */

h2 {
	padding: 0 0 0 15px;
	border-left: 4px solid #ffffff;
	font-weight: 700;
	font-size: 38px;
	line-height: 56px;
	color: #445d69;
	text-transform: uppercase;
}

h2 span {
	color: #00005a;
}

/* header */

.header_section {
	padding: 0 0 43px;
	background: #e4ebf3 url("main_bg2.jpg") center top no-repeat;
	    height: 640px;
}


.header_section .info {
	margin: 0 0 0 470px;
	    padding: 15px 0px 0px 0px;
}

.header_section .title_block {
	
    margin: 0 50px 0px 0px;
    padding: 0 5px 0 0px;
    border-right: 4px solid #7de87c;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}

.header_section .title_block .subtitle {
	    font-size: 20px;
    line-height: 26px;
    letter-spacing: 5px;
    color: #ffffff;
}

.header_section .title_block .main_title {
	       font-size: 60px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #7de87c;
}

.header_section .content_block ul li {
        margin: 0px 50px 0 0px;
    padding: 0px 0 0 12px;
    font-weight: 700;
    font-size: 23px;
    line-height: 40px;
    text-align: right;
    color: #ffffff;
}

.header_section .price_block {
	        margin: -175px -100px;
    text-align: center;
    float: left;
}
}

.header_section .price_block .price_item {
	    vertical-align: middle;
    text-align: right;
    padding-right: 102px;
    color: #ffffff;
}

.header_section .price_block .price_item.old .text {
	font-weight: 700;
}

.header_section .price_block .price_item.old .value {
	font-size: 28px;
	line-height: 28px;
	text-decoration: line-through;
}

.header_section .price_block .price_item.new {
	margin: 0 0 0 15px;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	color: #7de87c;
}

.header_section .discount {
       padding: 40px 0 0;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #000848;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 11px;
    color: #7de87c;
    border: 2px solid #7de87c;
    box-shadow: 0px 0px 6px 0px #7de87c;
}

.header_section .discount span {
	display: block;
	font-size: 48px;
	line-height: 48px;
}

/* info */

.info_section {
	padding: 40px 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.info_section .info_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 220px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.info_section .info_item:last-child {
	margin: 0;
}

.info_section .info_item img {
	       display: block;
    margin: 0 auto 15px;
    border: 3px solid #36d27c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #36d27c;
}

/* about */

.about_section {
	padding: 40px 0;
	background: #374953 url("section-bg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about_section h2 {
	margin: 0 0 40px;
	color: #fff;
}

.about_section .video_block {
	float: left;
	margin: 0 20px 0 0;
	width: 440px;
        height: 304px;
    border: 4px solid #7de87c;
    background: url("b3-1.jpg") no-repeat center center / cover;
}

.about_section .video-container {
	width: 430px;
	height: 241px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.about_section .video-container iframe, 
.about_section .video-container object, 
.about_section .video-container embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.about_section .text_block {
	float: left;
	width: 480px;
	color: #fff;
}

.about_section .text_block p {
	margin: 0 0 15px;
	padding: 10px;
	 text-align: justify;
}

.about_section .text_block p:last-child {
	margin: 0;

}

/* catalog */

.catalog_section {
	padding: 40px 0;
}

.catalog_section .product_item {
	margin: 0 0 40px;
}

.catalog_section .gallery_block {
	width: 370px;
	height: 467px;
	border: 1px solid #e6e6e6;
	position: relative;
}

.catalog_section .product_item.male .gallery_block {
	float: left;
}



.catalog_section .gallery_block .image {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.catalog_section .info {
	width: 550px;
}

.catalog_section .product_item.male .info {
	float: right;
	text-align: right;
}



.catalog_section .info h3 {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #1240b2;
	text-transform: uppercase;
}

.catalog_section .info h3 span {
	color: #00005a;
}

.catalog_section .info ul li {
	margin: 0 0 6px;
}

.catalog_section .info ul li:last-child {
	margin: 0;
}

.catalog_section .price_block {
	margin: 20px 0 25px;
}

.catalog_section .price_block .price_item {
	display: inline-block;
	vertical-align: middle;
}

.catalog_section .price_block .price_item.old {
	text-align: center;
}

.catalog_section .price_block .price_item.old .text {
	font-weight: 700;
}

.catalog_section .price_block .price_item.old .value {
	font-size: 28px;
	line-height: 28px;
	text-decoration: line-through;
}

.catalog_section .price_block .price_item.new {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	color: #00005a;
}

.catalog_section .price_block .discount {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #00005a;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}

.catalog_section .button {
    display: block;
    margin: 0px auto;
    width: 450px;
    height: 70px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 20px;
    background-color: #00005a;
    -moz-box-shadow: 0 3px 0 #bd8300;
    font-family: 'PTSans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 23px;
    padding: 24px 0px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.catalog_section .button:hover{
	    background-color: #00007f;
}
.catalog_section .sizes_table {
	margin: 0 auto;
	width: 945px;
	background: #fff;
	-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
}

.catalog_section .sizes_table h4 {
	padding: 15px;
	background: #00005a;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.catalog_section .sizes_table .row.sizes_list {
	border-bottom: 1px solid #e6e6e6;
}

.catalog_section .sizes_table .column {
	float: left;
	padding: 5px 0;
	width: 120px;
	font-size: 14px;
	text-align: center;
}

.catalog_section .sizes_table .column:first-child {
	margin: 0 0 0 20px;
	width: 120px;
	font-weight: 700;
	font-size: 16px;
	text-align: left;
}

/* benefits */

.benefits_section {
	padding: 40px 0;
	background: #374953 url("benefit-bg.jpg") center -10px no-repeat;
}

.benefits_section h2 {
	margin: 0 0 40px;
	color: #fff;
}

.benefits_section .benefits_list {
	width: 620px;
}

.benefits_section .benefit_item {
	margin: 0 0 20px;
}

.benefits_section .benefit_item:last-child {
	margin: 0;
}

.benefits_section .benefit_item .icon {
	float: left;
	margin: 0 20px 0 0;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #00005a;
	background-position: center;
	background-repeat: no-repeat;
}

.benefits_section .benefit_item:first-child .icon {
	background-image: url("benefits__benefit1_icon.png");
}

.benefits_section .benefit_item:nth-child(2) .icon {
	background-image: url("benefits__benefit2_icon.png");
}

.benefits_section .benefit_item:nth-child(3) .icon {
	background-image: url("benefits__benefit3_icon.png");
}

.benefits_section .benefit_item:last-child .icon {
	background-image: url("benefits__benefit4_icon.png");
}

.benefits_section .benefit_item .text_block {
	float: left;
	width: 540px;
}

.benefits_section .benefit_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	color: #7de87c;
	text-transform: uppercase;
}

.benefits_section .benefit_item p {
	color: #fff;
}

/* order steps */

.order_steps_section {
	padding: 40px 0;
}

.order_steps_section h2 {
	margin: 0 0 40px;
	    font-size: 30px;

}

.order_steps_section .steps_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.order_steps_section .step_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	padding: 0 20px;
	width: 220px;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: normal;
	position: relative;
}

.order_steps_section .step_item:last-child {
	margin: 0;
}

.order_steps_section .step_item:before {
	display: block;
	content: '';
	width: 28px;
	height: 24px;
	background: url("arrow.png") center no-repeat;
	position: absolute;
	top: 68px;
	right: -24px;
}

.order_steps_section .step_item:last-child:before {
	display: none;
}

.order_steps_section .step_item img {
	    display: block;
    margin: 0 auto 15px;
    border: 4px solid #7de87c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #7de87c;
}

/* reviews */

.reviews_section {
	padding: 40px 0;
	/*background: #374953 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;
	    border-top: 1px dashed #0601bd;
}

.reviews_section h2 {
	margin: 0 0 40px;
	color: #000;
}

.reviews_section .reviews_list {
	margin: 0 auto;
	width: 820px;
}

.reviews_section .review_item img {
	    display: block;
    float: left;
    margin: 0 20px 0 0;
    width: 120px;
    border: 4px solid #7de87c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #7de87c;
}

.reviews_section .review_item .text_block {
	float: left;
	width: 680px;
	color: #000;
}

.reviews_section .review_item .author_info {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}

.reviews_section .owl-dots {
	margin: 30px 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: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #989292;
}

.reviews_section .owl-dot:hover {
	background: #ccc;
}

.reviews_section .owl-dot.active {
	    background: #15fe00;
	-webkit-box-shadow: 0 0 0 3px rgba(255,182,1,0.3);
	-moz-box-shadow: 0 0 0 3px rgba(255,182,1,0.3);
	box-shadow: 0 0 0 3px rgba(255,182,1,0.3);
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	width: 15px;
	height: 26px;
	background-image: url("reviews__arrows.jpg");
	background-repeat: no-repeat;
	position: absolute;
	top: 47px;
}

.reviews_section .owl-prev {
	background-position: left center;
	left: -60px;
}

.reviews_section .owl-next {
	background-position: right center;
	right: -60px;
}

/* order */

.order_section {
	padding: 25px 0 40px;
	background: #e4ebf3 url("last-bg.jpg") center top no-repeat;
}

.order_section .info {
	float: left;
	width: 400px;
}

.order_section .title_block {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	border-left: 4px solid #7de88c;
	font-weight: 700;
	text-transform: uppercase;
}

.order_section .title_block .subtitle {
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 5px;
	color: #fff;
}

.order_section .title_block .main_title {
	font-size: 67px;
    line-height: 72px;
    letter-spacing: 2px;
    color: #7de87c;
}

.order_section ul {
	margin: 0 0 20px;
	width: 340px;
	    color: #fff;
}

.order_section ul li {
	margin: 0 0 15px;
	padding: 2px 0 0 36px;
	min-height: 30px;
	background: url("arrow.png") 0 4px no-repeat;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

.order_section ul li:last-child {
	margin: 0;
}

.order_section .timer_block {
	padding: 15px 0;
 
    width: 340px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 30px;
    background: #00005a;
    text-align: center;
    margin-top: 10px;
   
}
}

.order_section .timer_block p {
	margin: 0 0 15px;
	font-weight: 700;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
}

.order_section .timer_block .timer {
	margin: 0 auto;
	width: 300px;
}

.order_section .timer_block .timer_item {
	float: left;
	margin: 0 30px 0 0;
	width: 80px;
	position: relative;
}

.order_section .timer_block .timer_item:last-child {
	margin: 0;
}

.order_section .timer_block .timer_item:before {
	display: block;
	content: ':';
	width: 30px;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -30px;
}

.order_section .timer_block .timer_item:last-child:before {
	display: none;
}

.order_section .timer_block .count {
	margin: 0 0 3px;
	width: 80px;
	height: 60px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(235deg, #482126 0%, #e3e7e8 0%, white 50%, #e3e7e8 51%, white 100%);
	background-image: -moz-linear-gradient(235deg, #482126 0%, #e3e7e8 0%, white 50%, #e3e7e8 51%, white 100%);
	background-image: -o-linear-gradient(235deg, #482126 0%, #e3e7e8 0%, white 50%, #e3e7e8 51%, white 100%);
	background-image: linear-gradient(215deg, #482126 0%, #e3e7e8 0%, white 50%, #e3e7e8 51%, white 100%);
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	    color: #7de87c;
	text-shadow: 0.1px 1px 0 rgba(0, 0, 0, 0.5);
}

.order_section .timer_block .text {
	color: #fff;
}

.order_section .form_block {
	    float: right;
    margin: -55px 2px 0;
    padding: 30px 0 33px;
    width: 340px;
}

.order_section .form_block p {
	padding: 10px 15px;
	background: #00005a;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.order_section .price_block {
	padding: 20px 0;
	text-align: center;
}

.order_section .price_block .price_item {
	display: inline-block;
	vertical-align: middle;
}

.order_section .price_block .price_item.old {
	color: #fff;
}

.order_section .price_block .price_item.old .text {
	font-weight: 700;
}

.order_section .price_block .price_item.old .value {
	font-size: 28px;
	line-height: 28px;
	text-decoration: line-through;
}

.order_section .price_block .price_item.new {
	margin: 0 0 0 15px;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	color: #7de87c;
}

.order_section .input {
	display: block;
	    margin: 37px auto 20px;
	padding: 0 20px;
	width: 300px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	font-family: 'PTSans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	text-align: center;
}


.order_section .button {
      display: block;
    margin: 20px auto -18px;
    width: 300px;
    height: 65px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 40px;
    background-color: #00005a;
    -moz-box-shadow: 0 3px 0 #bd8300;
    font-family: 'PTSans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 23px;
    padding: 10px 0px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.order_section .button:hover{
	background-color:  #00007F;
}
.order_section .input::-webkit-input-placeholder {
	opacity: 1;
	color: #333;
}

.order_section .input:-moz-placeholder {
	opacity: 1;
	color: #333;
}

.order_section .input::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.order_section .input:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

.order_section .input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.order_section .input:focus:-moz-placeholder {
	opacity: 0;
}

.order_section .input:focus::-moz-placeholder {
	opacity: 0;
}

.order_section .input:focus:-ms-input-placeholder {
	opacity: 0;
}

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #333;
}

.footer_section a:hover {
	text-decoration: none;
}

@media screen and (max-width: 959px) {

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		font-size: 32px;
		line-height: 38px;
	}

	/* header */

	.header_section {
		background: #e4ebf3 url("tablet-main-bg.jpg") center top no-repeat;
	}

	.header_section .top_block ul {
		padding: 15px 0 15px 110px;
	}

	.header_section .top_block li {
		line-height: 20px;
	}

	.header_section .top_block li:first-child {
		width: 140px;
	}

	.header_section .top_block li:nth-child(2) {
		width: 120px;
	}

	.header_section .top_block li:last-child {
		width: 208px;
	}

	.header_section .info {
		margin: 0 0 0 250px;
	}

	.header_section .title_block {
		margin: 0 0 25px;
	}

	.header_section .title_block .subtitle {
		letter-spacing: 4px;
	}

	.header_section .title_block .main_title {
		    font-size: 62px;
    line-height: 62px;
    letter-spacing: 1px;
	}

	.header_section .discount {
		    top: 128px;
    left: -37px;
    width: 120px;
    height: 120px;
    font-size: 18px;
    padding: 22px 0 0;
	}

.header_section .content_block ul li {
    margin: 0px -2px 0 0px;
    padding: 0px 0 0 12px;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    text-align: right;
    color: #ffffff;
}
.header_section .price_block {
  display: none;
}
.button {
    display: block;
    margin: 350px 0px 0px 61px;
    width: 300px;
    
}
	/* info */

	.info_section {
		padding: 40px 0 10px;
	}

	.info_section .info_item {
		margin: 0 40px 30px;
	}

	.info_section .info_item:last-child {
		margin: 0 40px 30px;
	}

	/* about */

	.about_section {
		background-image: none;
		    background-color: #1240b2;
	}

	.about_section .video_block {
		float: none;
		margin: 0 auto 30px;
		width: 100%;
	}

	.about_section .video-container {
		width: 610px;
		height: 343px;
	}

	.about_section .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	/* catalog */

	.catalog_section .gallery_block {
		width: 300px;
		height: 414px;
	}

	.catalog_section .gallery_block .logo {
		width: 50px;
		height: 67px;
		top: 10px;
		left: 10px;
	}

	.catalog_section .gallery_block .thumbnails_list {
		top: 10px;
		right: 10px;
	}

	.catalog_section .gallery_block .thumbnail {
		width: 60px;
		height: 80px;
	}

	.catalog_section .info {
		width: 300px;
	}

	.catalog_section .info h3 {
		font-size: 24px;
		line-height: 32px;
	}

	.catalog_section .price_block {
		text-align: center;
	}

	.catalog_section .price_block .price_item.new {
		margin: 0 0 0 15px;
	}

	.catalog_section .price_block .discount {
		display: none;
	}

	.catalog_section .button {
			    margin: 0 auto;
    width: 250px;
	}

.catalog_section .sizes_table {
    margin: 0 auto;
    width: 600px;}

.catalog_section .sizes_table .column {
    width: 85px;
  
}
.catalog_section .sizes_table .column:first-child {

    width: 35px;
   }
	/* benefits */

	.benefits_section {
		background-image: none;
		    background-color: #0067c7;
	}

	/* order steps */

	.order_steps_section {
		padding: 40px 0 10px;
	}

	.order_steps_section .step_item {
		margin: 0 40px 30px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 40px 30px;
	}

	.order_steps_section .step_item:before {
		display: none;
	}

	/* reviews */

	.reviews_section {
		background-image: none;
	}

	.reviews_section .reviews_list {
		width: 100%;
	}

	.reviews_section .review_item img {
		float: none;
		margin: 0 auto 15px;
	}

	.reviews_section .review_item .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	.reviews_section .owl-prev {
		left: 200px;
	}

	.reviews_section .owl-next {
		right: 200px;
	}

	/* order */

	.order_section {
		padding: 15px 0 30px;
		background: #e4ebf3 url("tablet-last-bg.jpg") center top no-repeat;
	}

	.order_section .info {
		float: none;
		width: 100%;
	}

	.order_section .title_block {
		margin: 0 0 15px;
	}

	.order_section .title_block .subtitle {
		letter-spacing: 4px;
	}

	.order_section .title_block .main_title {
		font-size: 70px;
		line-height: 70px;
		letter-spacing: 1px;
	}

	.order_section ul {
		display: none;
	}

	.order_section .timer_block {
		display: none;
	}

	.order_section .form_block {
		float: none;
		margin: 0;
	}

}

@media screen and (max-width: 639px) {
	
	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 22px;
		line-height: 30px;
	}

	/* header */

	.header_section {
		padding: 20px 0 33px;
		height: 892px;
		background: #e4ebf3 url("mobile-main-bg.jpg") center -15px no-repeat;
	}

	.header_section .top_block {
		display: none;
	}

	.header_section .info {
		margin: 0;
	}

	.header_section .title_block {
		margin: 0 0 460px;
		padding: 0;
		border: none;
		text-align: center;
	}

	.header_section .title_block .subtitle {
		margin: 0 0 0 4px;
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 3px;
	}

	.header_section .title_block .main_title {
	font-size: 49px;
    line-height: 49px;
	}

	.header_section .price_block {
		margin: 20px 0;
	}

	.header_section .discount {
		top: 170px;
    left: 150px;
	}
.header_section .content_block ul li {
    margin: 0px 0px 0 0px;
    padding: 0px 0 0 12px;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}

.button {
    display: block;
    margin: 40px auto;
    width: 300px;
}
	/* info */

	.info_section {
		padding: 30px 0 0;
	}

	.info_section .info_item {
		margin: 0 0 30px;
	}

	.info_section .info_item:last-child {
		margin: 0 0 30px;
	}

	/* about */

	.about_section {
		padding: 30px 0;
	}

	.about_section h2 {
		margin: 0 0 30px;
	}

	.about_section .video_block {
		margin: 0 auto 25px;
            height: 200px;
	}

	.about_section .video-container {
		width: 290px;
		height: 163px;
	}

	/* catalog */

	.catalog_section {
		padding: 30px 0;
	}

	.catalog_section .product_item {
		margin: 0 0 33px;
	}

	.catalog_section .gallery_block {
		margin: 0 0 25px;
	}

	.catalog_section .product_item.male .gallery_block {
		float: none;
	}

	.catalog_section .product_item.female .gallery_block {
		float: none;
	}

	.catalog_section .product_item.male .info {
		float: none;
		    text-align: left;
	}

	.catalog_section .product_item.female .info {
		float: none;
	}

	.catalog_section .info h3 {
		margin: 0 0 15px;
		font-size: 22px;
		line-height: 30px;
		text-align: center;
	}

	.catalog_section .sizes_table {
		    width: 310px;
		        margin: 0px 0 0 -4px;

	}

	.catalog_section .sizes_table .row {
		float: left;
		width: 33%;
	}

	.catalog_section .sizes_table .row.sizes_list {
		border-right: 1px solid #e6e6e6;
		border-bottom: none;
	}

	.catalog_section .sizes_table .column {
		float: none;
		width: 100%;
		border-bottom: 1px solid #e6e6e6;
	}

	.catalog_section .sizes_table .column:first-child {
		margin: 0;
		width: 100%;
		text-align: center;
	}

	.catalog_section .sizes_table .column:last-child {
		border: none;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0;
	}

	.benefits_section h2 {
		margin: 0 0 30px;
		    font-size: 21px;
	}

	.benefits_section .benefits_list {
		width: 100%;
	}

	.benefits_section .benefit_item {
		margin: 0 0 30px;
	}

	.benefits_section .benefit_item .icon {
		float: none;
		margin: 0 auto 15px;
	}

	.benefits_section .benefit_item .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	/* order steps */

	.order_steps_section {
		padding: 30px 0 0;
	}

	.order_steps_section h2 {
		margin: 0 0 30px;
		font-size: 23px;
    text-align: center;
	}

	.order_steps_section .step_item {
		margin: 0 0 30px;
	}

	.order_steps_section .step_item:last-child {
		margin: 0 0 30px;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

	.reviews_section h2 {
		margin: 0 0 30px;
	}

	.reviews_section .owl-prev {
		left: 40px;
	}

	.reviews_section .owl-next {
		right: 40px;
	}

	/* order */

	.order_section {
		padding: 20px 0 0;
		background: #0501ba url("mobile-last-bg.jpg") center -25px no-repeat;
		overflow: hidden;
	}

	.order_section .title_block {
		margin: 0 0 -31px;
		padding: 0;
		border: none;
		text-align: center;
	}

	.order_section .title_block .subtitle {
		margin: 0 0 0 4px;
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 3px;
	}

	.order_section .title_block .main_title {
		    font-size: 48px;
    line-height: 58px;
	}

	.order_section ul {
		display: block;
		margin: 25px 0 310px;
		width: 100%;
	}

	.order_section .timer_block {
		    display: block;
  
    margin: 0px 0px 0px -6px;
   
    width: 310px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
        background: none;
            padding-top: 83px;
	}

	.order_section .form_block {
		margin: 0 0 0 -170px;
		padding: 0 0 33px;
		width: 640px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.order_section .form_block p {
		display: none;
	}

}