/* styles */
body {
 min-width: 480px;
 background: #ccc;
 font-family: 'Proxima Nova', sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 1.5em;
 color: #333;
 cursor: default;
}

.main_wrapper {
 margin: 0 auto;
 width: 480px;
 background: #fff;
}

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

b {
 font-weight: 700;
}

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

h2.title {
 background: url("../images/title-bg-w.png") 50% 100% no-repeat;
 font-size: 27px;
 line-height: 32px;
 text-transform: uppercase;
 font-weight: 400;
 text-align: center;
 margin-bottom: 30px;
 padding-bottom: 25px;
 color: #333;
}

h2.title > span {
 display: block;
 font-weight: 700;
 font-size: 30px;
 color: #ef3039;
}

.dark_bg h2.title {
 color: #fff;
 background-image: url("../images/title-bg-b.png");
}

section {
 padding: 30px 0 0;
}

section > img {
 display: block;
 margin: 0 auto;
}

section.dark_bg {
 background: #181b23;
}

/*  header   */
.offer_section {
 background: #2f3039;
 padding: 0;
 position: relative;
}

.main_title {
 background: #fff;
 font-size: 18px;
 font-weight: 400;
 text-align: center;
 color: #333;
 letter-spacing: -0.7px;
 text-transform: uppercase;
 padding: 8px 0;
}

.main_title > span {
 color: #f02119;
}

.main_subtitle {
 position: relative;
 left: 0;
 right: 0;
 top: 0;
 height: 70px;
 color: #fff;
 font-size: 28px;
 text-align: center;
 text-transform: uppercase;
 font-weight: 700;
 line-height: 40px;
 background: rgba(46, 55, 67, 1);
 padding: 15px 0;
}

.main_subtitle span {
 color: #ffcd00;
}

.offer_image {
 position: relative;
}

.offer_image > img {
 display: block;
}

.offer_image .gift {
 position: absolute;
 right: 20px;
 bottom: 70px;
 font-size: 21px;
 color: #fff;
 line-height: 30px;
 text-align: right;
 text-transform: uppercase;
 background: url("../images/gift-icon.png") 100% 0 no-repeat;
 padding-top: 110px;
}

.offer_image .gift span {
 display: block;
 font-size: 29px;
}

.offer_image .gift b {
 display: block;
 font-size: 33px;
 color: #ffcd00;
 padding-top: 4px;
}

.sale {
 position: absolute;
 left: 0;
 top: 70px;
 width: 194px;
 height: 194px;
 background: url("../images/sale-bg.png") 0 0 no-repeat;
 color: #fff;
 text-transform: uppercase;
 text-align: center;
}

.sale p {
 border: none;
 text-decoration: none;
 cursor: pointer;
 font-family: 'Proxima Nova', sans-serif;
 font-weight: 700;
 color: #333;
 text-shadow: 0 2px 0 #ffe42c;
 letter-spacing: 0.6px;
 margin: 0 auto;
 text-transform: uppercase;
 height: 76px;
 width: 400px;
 background: #ffcd00;
 display: block;
 border-radius: 40px;
 line-height: 80px;
 text-align: center;
 -webkit-box-shadow: 0 5px 0 0 #ff9600;
 -moz-box-shadow: 0 5px 0 0 #ff9600;
 box-shadow: 0 5px 0 0 #ff9600;
 font-size: 26px;
 position: relative;
}

.sale b {
 display: block;
 font-size: 38px;
}

.sale span {
 font-size: 15px;
 letter-spacing: -0.4px;
}

.bull {
 background: #22232b;
 font-size: 0;
 padding: 25px 10px 20px;
}

.bull li {
 display: inline-block;
 width: 33.33%;
 vertical-align: top;
 font-size: 16px;
 line-height: 24px;
 color: #fff;
 text-align: center;
}

.bull li img {
 display: block;
 margin: 0 auto 10px;
}

.bull li span {
 color: #ffcd00;
}

.bull li h3 {
 font-weight: 400;
 font-size: 16px;
 padding: 0 10px
}

.price {
 position: relative;
 background: url("../images/price-bg.png") 50% 0 no-repeat;
}

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

.price > div {
 width: 50%;
 height: 66px;
 float: left;
 padding: 3px 0;
 font-weight: 500;
 text-align: center;
 font-size: 14px;
}

.price > div > p {
 line-height: 14px;
 padding: 6px 0 0;
}

.price > div > span {
 font-size: 36px;
 line-height: 1.05em;
}

.price > div > small {
 font-size: 30px;
}

.price > div.old > span {
 text-decoration: line-through;
}

.price > div.old {
 font-weight: 400;
}

.price > div.new {
 color: #fff;
 position: relative;
}

.price > div.new > small,
.price > div.new > span {
 font-weight: 700;
}

.offer_section .timer_block {
 margin: 0 0 30px;
 color: #fff;
 text-align: center;
}

.offer_section .timer_block p {
 margin: 10px auto 15px;
 padding: 12px 0;
 width: 280px;
 font-size: 14px;
 text-transform: uppercase;
 line-height: 20px;
 position: relative;
}

.offer_section .timer_block > p:before {
 content: '';
 width: 42px;
 height: 29px;
 background: url(../images/timer_block_arrow.png) 50% 50% no-repeat;
 position: absolute;
 top: 5px;
 left: -35px;
}

.offer_section .timer_item {
 display: inline-block;
 vertical-align: middle;
 margin: 0 8px;
}

.offer_section .timer_item .count {
 display: inline-block;
 vertical-align: middle;
 margin: 0 5px 0 0;
 font-size: 44px;
 font-weight: 700;
 line-height: 44px;
}

.offer_section .timer_item .text {
 display: inline-block;
 vertical-align: middle;
 font-size: 14px;
 line-height: 14px;
}

.m1-form {
 margin-top: 15px;
 padding: 0 40px;
}

.m1-form input {
 width: 100%;
 display: block;
 font-family: 'Proxima Nova', sans-serif;
 border: none;
 font-size: 18px;
 padding: 0 40px;
 margin-bottom: 10px;
 height: 76px;
 border-radius: 38px;
 text-align: left;
 font-weight: 500;
 color: #666;
}

.m1-form select {
 width: 100%;
 display: block;
 font-family: 'Proxima Nova', sans-serif;
 border: none;
 font-size: 18px;
 padding: 0 40px;
 margin-bottom: 10px;
 height: 76px;
 border-radius: 38px;
 text-align: left;
 font-weight: 500;
 color: #666;
 -webkit-appearance: none;
 background-color: #fff;
}

.m1-form .button-m {
 margin-top: 0;
}

.m1-form ::-webkit-input-placeholder {
 color: #666;
}

.m1-form ::-moz-placeholder {
 color: #666;
}

.m1-form :-moz-placeholder {
 color: #666;
}

.m1-form :-ms-input-placeholder {
 color: #666;
}

.m1-form :focus::-webkit-input-placeholder {
 color: transparent;
}

.m1-form :focus::-moz-placeholder {
 color: transparent;
}

.m1-form :focus:-moz-placeholder {
 color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
 color: transparent;
}

/* button */
.button-m {
 border: none;
 text-decoration: none;
 cursor: pointer;
 font-family: 'Proxima Nova', sans-serif;
 font-weight: 700;
 color: #333;
 text-shadow: 0 2px 0 #ffe42c;
 letter-spacing: 0.6px;
 margin: 0 auto;
 text-transform: uppercase;
 height: 76px;
 width: 400px;
 background: #ffcd00;
 display: block;
 border-radius: 40px;
 line-height: 80px;
 text-align: center;
 -webkit-box-shadow: 0 5px 0 0 #ff9600;
 -moz-box-shadow: 0 5px 0 0 #ff9600;
 box-shadow: 0 5px 0 0 #ff9600;
 font-size: 26px;
 position: relative;
}

.button-m:active {
 top: 2px;
}

.offer_section .products_count {
 text-align: center;
 color: #fff;
 margin: 30px 0 0;
 height: 52px;
 line-height: 52px;
 background: #22232b;
}

.offer_section .products_count > span {
 width: 80px;
 height: 52px;
 background: url("../images/stock-num.png") 0 0 no-repeat;
 font-weight: 700;
 margin: 0 0 0 8px;
 padding: 0 10px;
 display: inline-block;
 text-align: center;
 position: relative;
}

/*   description   */

.description h2.title {
 margin-bottom: 20px;
}

.description .txt p {
 font-size: 18px;
 line-height: 30px;
 text-align: center;
 color: #444;
 padding: 0 20px 30px;
}

.description .txt i {
 font-style: normal;
 background: #ffced0;
 padding: 0 5px;
}

.description .alert {
 position: relative;
 background-position: 50% 0;
 background-repeat: no-repeat;
 height: 550px;
 padding-top: 320px;
}
.sect_1 h2{
	text-align:center;
	font-size:20px

}
.sect_1 .sale_block{
	width:80%;
	text-align:center;
	margin:20px auto;
	border-bottom:1px solid #717171;

}
.sect_1 .sale_block h4{
	font-size:22px;
	line-height:36px;
}
.sect_1 .sale_block h3{
	font-size:20px;
	font-weight:700;
	line-height:36px;

}
.sect_1 .sale_block h3 span{
	font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    background: #ef3039;
    padding: 10px;
    color: #fff;
}
.description .alert .info {
 margin: 0 20px;
 background: #eeefee;
 padding: 10px 20px 10px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.description .alert b {
 display: block;
 color: #333;
 font-size: 18px;
 line-height: 30px;
 text-align: center;
}

.description .alert .photo {
 display: inline-block;
 vertical-align: top;
 width: 100%;
 margin-top: -67px;
 padding-bottom: 20px;
}

.description .alert .photo img {
 display: block;
}

.description .alert .photo img:nth-child(odd) {
 float: left;
}

.description .alert .photo img:nth-child(even) {
 float: right;
}

/*sect_1*/
.sect_1 {
 padding-bottom: 40px;
}

.list_4 {
 font-size: 0;
 letter-spacing: -1px;
 margin-top: 30px;
 padding: 0 10px 25px;
}

.list_4 > li {
 width: 50%;
 display: inline-block;
 vertical-align: top;
 letter-spacing: normal;
 font-size: 16px;
 text-align: center;
 margin-bottom: 20px;
}

.list_4 > li .text {
 background: #f6f6f6;
 color: #222;
 width: 210px;
 margin: 0 auto;
 padding: 0 0 20px;
 overflow: hidden;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.list_4 > li h4 {
 font-size: 20px;
 margin-bottom: 10px;
}

.list_4 > li .text > p {
 padding: 0 20px;
}

.list_4 > li .text img {
 display: block;
 margin: 0 auto 20px;
 -webkit-border-radius: 8px 8px 0 0;
 -moz-border-radius: 8px 8px 0 0;
 border-radius: 8px 8px 0 0;
}

.list_4 > li:last-child img {
 display: block;
 margin-left: 5px;
}

/*sect_2*/
.sect_2 {
}

.sect_2 h2.title {
 font-size: 30px;
 font-weight: 700;
}

.sect_2 h2.title span {
 display: inline;
 color: #ffcd00;
}

.gallery {
 max-height:480px;
 overflow: hidden;
}

.gallery .owl-prev,
.gallery .owl-next {
 position: absolute;
 top: 147px;
 width: 45px;
 height: 45px;
}

.gallery .owl-prev {
 background: #ffcd00 url(../images/gallery_arrow.png) 0% 50% no-repeat;
 border-radius: 0 6px 6px 0;
 left: 0;
}

.gallery .owl-next {
 background: #ffcd00 url(../images/gallery_arrow.png) 100% 50% no-repeat;
 border-radius: 6px 0 0 6px;
 right: 0;
}

.char_container {
 background: #181b23;
 padding-bottom: 45px;
}

.char {
 padding: 10px 20px 0 45px;
}

.char > li {
 position: relative;
 padding: 30px 0 0 40px;
 color: #fff;
 margin-bottom: 25px;
}

.char > li > h4 {
 font-size: 18px;
 margin-bottom: 14px;
 color: #ffcd3b;
}

.char > li > ul > li {
 text-align: right;
 margin: 8px 0;
 font-size: 16px;
 padding: 4px 15px;
}

.char > li > ul > li:last-child {
 margin-bottom: 0;
}

.char > li > ul > li:nth-child(odd) {
 background: #22232b;
}

.char > li > ul > li > b {
 float: left;
}

.char > li > img {
 position: absolute;
}

.char > li:nth-child(1) > img {
 top: 23px;
 left: -17px;
}

.char > li:nth-child(2) > img {
 top: 25px;
 left: -15px;
}

.char > li:nth-child(3) > img {
 top: 19px;
 left: -14px;
}

.char > li:nth-child(4) > img {
 top: 29px;
 left: -20px;
}

.char_container .button-m {
 margin-top: 40px;
}

/*sect_3*/
.sect_3 {
 padding: 0 0 40px;
}

.sect_3 .box {
 position: relative;
 margin-bottom: -29px;
}

.sect_3 .box img {
 display: block;
}

.sect_3 .box p {
 position: absolute;
 left: 20px;
 top: 20px;
 font-size: 34px;
 line-height: 36px;
 color: #fff;
 text-transform: uppercase;
}

.sect_3 .box p b {
 display: block;
 color: #ffcd00;
 font-size: 32px;
}

.sect_3 .box span {
 display: block;
}
.other-knife {
    background: #5c8d25;
    width: 440px;
    margin: 0 auto 40px;
    border-radius: 10px;
    color:#fff;
    padding: 20px 0 10px;
    font-size: 18px;
    line-height: 1.5em;
}
.other-knife p {
    font-weight: 700;
    padding: 0 20px 10px;
    text-align: center;
}
.other-knife .image {
    display: block;
    margin: 0 auto 20px;
}
.other-knife ul {
    font-size: 0;
}
.other-knife li {
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 0 20px 10px 50px;
    background: url(../images/check.png) no-repeat 20px 3px;
}
.sect_3 p.txt {
 position: relative;
 padding: 0 20px 20px;
 font-size: 18px;
 line-height: 30px;
 text-align: center;
 color: #444;
 z-index: 10;
}

.sect_3 .alert {
 position: relative;
 background: #619128;
 font-size: 18px;
 font-weight: 700;
 line-height: 30px;
 text-align: center;
 color: #fff;
 padding: 90px 20px 20px;
 margin: 75px 20px 40px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
}

.sect_3 .alert img {
 display: block;
 position: absolute;
 left: -13px;
 right: 0;
 top: -77px;
 max-width: 472px;
}

.sect_3 .image {
 display: block;
 margin: 0 auto;
}

.char-v2 {
 padding: 0 20px 15px;
}

.char-v2 li:after {
 display: block;
 clear: both;
 content: '';
}

.char-v2 li {
 margin: 8px 0;
 padding: 4px 10px 4px 38px;
 color: #333;
 background-image: url("../images/arrow-right-list.png");
 background-position: 13px 9px;
 background-repeat: no-repeat;
}

.char-v2 li b {
 float: left;
}

.char-v2 li span {
 float: right;
}

.char-v2 li:nth-child(odd) {
 background-color: #f4f4f4;
}

/*sect_4*/
.sect_4 {
 padding-bottom: 20px;
}

.sect_4 h2.title {
 font-weight: 700;
 font-size: 30px;
}

.sect_4 h2.title span {
 display: inline;
}

.reviews {
 padding: 0 20px;
}

.reviews .rev_item {
 background: #fff;
 padding: 25px;
 border-radius: 12px;
}

.reviews .rev_item > img {
 display: block;
 margin: 0 auto 30px;
}

.reviews .rev_item .name {
 text-align: center;
 margin-bottom: 25px;
 padding-top: 5px;
}

.reviews .rev_item .name > span {
 font-weight: 800;
 font-size: 18px;
}

.reviews .rev_item .text {
 text-align: center;
 line-height: 1.8em;
}

.reviews .owl-prev,
.reviews .owl-next {
 position: absolute;
 width: 25px;
 height: 42px;
 top: 297px;
}

.reviews .owl-prev {
 left: 40px;
 background: url(../images/rev_arrow.png) 0% 50% no-repeat;
}

.reviews .owl-next {
 right: 40px;
 background: url(../images/rev_arrow.png) 100% 50% no-repeat;
}

.reviews .rev_item .author {
 text-align: center;
 font-size: 16px;
 color: #333;
 padding-top: 15px;
}

.reviews .rev_item .author:before {
 position: relative;
 top: -2px;
 display: inline-block;
 vertical-align: middle;
 background: url("../images/quote-icon.png") 0 0 no-repeat;
 width: 20px;
 height: 16px;
 margin-right: 10px;
 content: '';
}

.reviews .rev_item .author span {
 font-size: 18px;
 font-weight: 700;
}

/*sect_5*/
.sect_5 {
 background: #f7f7f7;
 padding-bottom: 10px;
}

.sect_5 h2.title {
 font-size: 24px;
 background: none;
 padding-bottom: 0;
}

.sect_5 .list {
 padding: 0 20px;
}

.sect_5 .list > li {
 margin-bottom: 25px;
 color: #fff;
}

.sect_5 .list > li > img {
 float: left;
 border: 1px solid #d2d2d2;
 width: 220px;
}

.sect_5 .list > li .text {
 padding: 10px 0 0 240px;
}

.sect_5 .text h4 p {
 font-weight: 400;
 font-size: 22px;
 margin-bottom: 5px;
 color: #ef3039;
}

.sect_5 .text p {
 font-size: 16px;
 color: #333;
}

.sect_5 .list > li:nth-child(2n) > img {
 float: right;
}

.sect_5 .list > li:nth-child(2n) .text {
 padding: 20px 240px 0 0;
}

/*sect6*/
.sect6 {
 padding: 25px 0 40px;
}

.sect6 h2 {
 color: #ee8208;
 text-transform: uppercase;
 font-weight: 700;
 text-align: center;
 font-size: 24px;
 line-height: 1.2em;
 margin-bottom: 20px;
}

.ok_reviews {
 padding: 63px 20px 0;
 background: url(http://disk-light.termo-mans.club/images/ok_header.jpg) 50% 0% no-repeat;
 font-family: 'Arial', sans-serif;
 color: #333;
}

.ok_reviews > p {
 font-size: 18px;
 font-weight: 700;
 padding: 0 0 12px 15px;
}

.ok_reviews .rev_item {
 margin-bottom: 20px;
}

.ok_reviews .rev_item:before {
 content: '';
 height: 1px;
 display: block;
 background: #cbcbcb;
 margin: 0 auto 20px;
}

.ok_reviews .rev_item > img {
 float: left;
 border-radius: 50%;
}

.ok_reviews .rev_item .text {
 padding: 0 0 0 70px;
 line-height: 1.7em;
}

.ok_reviews .rev_item .text img {
 display: block;
 margin: 15px 0 0;
}

.ok_reviews .rev_item .info {
 font-size: 18px;
 margin-bottom: 5px;
}

.ok_reviews .rev_item .info span {
 float: right;
 font-size: 14px;
 color: #999;
}

.ok_reviews .rev_item .alert {
 text-align: right;
 margin-top: 20px;
 font-size: 14px;
}

.ok_reviews .rev_item .alert div {
 color: #999;
 display: inline-block;
 margin-left: 22px;
 padding: 0 0 0 23px;
}

.ok_reviews .rev_item .alert .rep {
 background: url(http://disk-light.termo-mans.club/images/ok_arrow.png) 0% 50% no-repeat;
}

.ok_reviews .rev_item .alert .like {
 background: url(http://disk-light.termo-mans.club/images/ok_like.png) 0% 50% no-repeat;
}

.ok_reviews .rev_item.reply {
 padding: 0 0 0 20px;
}

.ok_reviews .rev_item.reply:before {
 margin-left: 70px;
}

.sect6 > img {
 display: block;
 margin: 40px auto 0;
}

.sect6 .button-m {
 margin-top: 30px;
}

/* footer */
.footer_section {
 padding: 25px 0;
 background: #fff;
 font-size: 14px;
 line-height: 24px;
 text-align: center;
}

.footer_section img {
 display: block;
 margin: 0 auto 10px auto;
}

.footer_section a {
 color: #222;
 display: block;
}

.video_block {
	width: 100%;
	height: 260px;
	background-color: #f0f5ec;
	position: relative;
	margin: 0px auto 20px;
}

.video_block iframe,
.video_block object,
.video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.cent{
	text-align:center;
	display:block;
	width:400px;
	background:#2f3039;
	color:#fff;
	margin:20px auto;
	border-radius:10px;
	padding:15px 20px;
	font-size: 24px;
	font-weight:700;
	line-height:48px;

}
.cent span{
	background:#fff;
	border-radius:8px;
	padding:6px;
	color:#f03737;
	font-size:28px;
}



/* СТИЛИ ДЛЯ INPUT PHONE ЕСЛИ $is_phone_validation_enabled = true */
.flex{
    display: flex;
	margin-bottom: 14px;
	width: 100%;
}

.flex-col{
    flex-direction: column;
}

.items-center{
    align-items: center;
}

.items-center > div {
	width: 100%;
}

.flex ul { margin:0 !important; padding: 0 !important;}
.flex ul li { margin:0 !important; padding: 5px !important;}
.flex .iti__search-input {
	padding: 5px;
	font-size: 16px;
	line-height: 16px;
	height: auto;
	margin: 0;
}