/* 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 {
 font-size: 27px;
 line-height: 32px;
 text-transform: uppercase;
 font-weight: 400;
 text-align: center;
 margin-bottom: 30px;
 color: #333;
}

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

.dark_bg h2.title {
 color: #fff;
}

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: #2e3743;
 font-size: 25px;
 font-weight: 700;
 text-align: center;
 color: #fff;
 text-transform: uppercase;
 padding: 16px 0;
}

.main_title > span {
 color: #ffcd00;
}

.main_subtitle {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 height: 60px;
 color: #fff;
 font-size: 25px;
 text-align: center;
 font-weight: 400;
 line-height: 60px;
 background: rgba(46, 55, 67, 0.8);
 padding: 0;
}

.main_subtitle span {
 color: #ffcd00;
}

.offer_image {
 position: relative;
}

.offer_image > img {
 display: block;
}

.offer_section .alert-info {
 position: absolute;
 left: 20px;
 bottom: 55px;
 width: 255px;
 height: 66px;
 background: rgba(46, 55, 67, 0.9);
 border-left: 3px solid #f67122;
 color: #fff;
 font-size: 18px;
 font-weight: 700;
 line-height: 18px;
 padding-left: 60px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

.offer_section .alert-info b {
 font-size: 36px;
 position: absolute;
 left: 13px;
 top: 25px;
}

.offer_section .alert-info span {
 display: block;
 padding-top: 14px;
}

.offer_section .year {
 position: absolute;
 top: 161px;
 right: 72px;
 color: #fff;
 font-weight: 700;
 font-size: 14px;
}

.sale {
 position: absolute;
 left: 355px;
    top: 348px;
 width: 110px;
 height: 110px; 
 color: #fff;
 text-transform: uppercase;
 text-align: center;
     background: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale p { 
}

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

.sale span {
 display: block;
 font-size: 15px;
 padding-top: 4px;
}

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

.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 p {
 padding: 0 10px
}

.ofr_bull{
    padding: 30px 0;
    background: #22232b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ofr_bull>li{
    width: 33.3%;
    text-align: center;
    padding: 0 10px;
    color: #fff;
}
.ofr_bull>li>p>span{
    color: #ffcd00;
    display: block;
}
.ofr_bull>li:before{
    content: '';
    width: 89px;
    height: 89px;
    background: url(../images/ofr_bull.png) 0% 50% no-repeat;
    display: block;
    margin: 0 auto 15px;
}
.ofr_bull>li:nth-child(2):before{
    background-position: -89px 50%;
}
.ofr_bull>li:nth-child(3):before{
    background-position: -178px 50%;
}


.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: 26px;
 text-transform: uppercase;
}

.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 25px;
 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;
}

.main_form {
 width: 380px;
 margin: 15px auto 0;
}

.main_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: center;
 font-weight: 500;
 color: #222;
}

.main_form .button-m {
 margin-top: 0;
}

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

.main_form ::-moz-placeholder {
 color: #666;
}

.main_form :-moz-placeholder {
 color: #666;
}

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

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

.main_form :focus::-moz-placeholder {
 color: transparent;
}

.main_form :focus:-moz-placeholder {
 color: transparent;
}

.main_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;
 font-size: 24px;
 color: #333;
 text-shadow: 0 2px 0 #ffe42c;
 letter-spacing: 0.6px;
 margin: 0 auto;
 text-transform: uppercase;
 height: 76px;
 width: 380px;
 background: #ffcd00;
 display: block;
 border-radius: 40px;
 line-height: 80px;
 text-align: center;
 -webkit-box-shadow: 0 5px 0 #ff9600;
 -moz-box-shadow: 0 5px 0 #ff9600;
 box-shadow: 0 5px 0 #ff9600;
 position: relative;
}

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

.offer_section .order-info {
 background: #fff;
 height: 66px;
 padding: 0 20px;
}

.offer_section .order-info li {
 float: left;
 height: 66px;
 font-size: 16px;
 line-height: 18px;
 padding: 15px 0 0 57px;
}

.offer_section .order-info li:nth-child(1) {
 width: 235px;
 background: url("../images/order-icon-top1.png") 0 50% no-repeat;
}

.offer_section .order-info li:nth-child(2) {
 background: url("../images/order-icon-top2.png") 0 50% no-repeat;
}

.offer_section .order-info li span {
 display: block;
}

.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 p.txt {
 font-size: 18px;
 line-height: 30px;
 text-align: center;
 color: #444;
 padding: 0 20px 30px;
}

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

.description .image {
 margin-bottom: 25px;
}


.videoblock {
    padding: 35px 0;
}
.videoblock .title span {
    display: inline;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 25px;
}
.video-container iframe,  
.video-container object,  
.video-container embed,
.video-container .youtube {
    background: #000;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoblock>p{
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.videoblock>img{
    display: block;
    margin: 0 auto 25px;
}


.benef1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
}
.benef1>li{
    width: 50%;
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.benef1>li>img{
    width: 177px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 12px;
    border: 7px solid #e5e5e5;
}



/*   b1   */

.b1 {
 background: url("../images/b1-bg.jpg") 50% 0 no-repeat #22232b;
 padding-bottom: 10px;
}

.b1 h2.title {
 font-size: 26px;
 line-height: 36px;
 text-transform: inherit;
}

.b1 h2.title span {
 text-transform: uppercase;
}

.b1 h2.title,
.b1 h2.title span {
 color: #fff;
}

.b1 .gallery {
 margin-bottom: 35px;
}

/*   list-v1   */

.list-v1 {
 padding: 0 20px;
}

.list-v1 li {
 min-height: 125px;
 padding: 0 0 35px 105px;
 color: #fff;
}

.list-v1 h4 {
 color: #ffcd00;
 font-size: 18px;
 padding-bottom: 5px;
}

.list-v1 li:nth-child(1) {
 background: url("../images/b1-icon1.png") 0 0 no-repeat;
}

.list-v1 li:nth-child(2) {
 background: url("../images/b1-icon2.png") 0 0 no-repeat;
}

.list-v1 li:nth-child(3) {
 background: url("../images/b1-icon3.png") 0 0 no-repeat;
}

/*sect_1*/
.sect_1 {
 padding-bottom: 0;
}

.sect_1>img{
    display: block;
}

.sect_1 h2.title {
 margin-bottom: 15px;
}

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

.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 15px;
 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 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;
}

.gallery .owl-prev,
.gallery .owl-next {
 position: absolute;
 top: 50%;
 margin-top: -23px;
 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;
}



/*sect_2*/
.sect_2{
    background: #181b23 url(../images/garanty.png) 50% 0% no-repeat;
    color: #fff;
    padding: 35px 0;
}
.sect_2 .title{
    font-size: 28px;
    color: #fff;
}
.sect_2 .title span{
    display: inline;
}
.sect_2>p{
    font-size: 19px;
    text-align: center;
    margin-bottom: 30px;
}



/*sect_3*/
.sect_3{
    padding: 35px 0;
}
.sect_3 .title span{
    color: #333;
}
.sect_3>img{
    display: block;
    margin: 0 auto 40px;
}

.char_list>li{
    position: relative;
    padding: 12px 30px 12px 48px;
}
.char_list>li:nth-child(2n){
    background: #f6f6f6;
}
.char_list>li:before{
    content: '';
    width: 5px;
    height: 5px;
    box-shadow: 0 0 0 5px #181b23;
    position: absolute;
    top: 20px;
    left: 25px;
}
.sect_3 .button-m{
    margin-top: 30px;
}


.action_text{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.action_text>span{
    color: #ffae00;
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.action_text>p>span{
    color: #ffae00;
    font-weight: 700;
}

/*sect_4*/
.sect_4.dark_bg {
 background: #2f3039;
 padding-bottom: 40px;
}

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

.sect_4 h2.title span {
 display: block;
 color: #ffcd00;
}

.reviews {
 padding: 0 20px 10px;
}

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

.reviews .rev_item > img {
 display: block;
 margin: 0 auto 20px;
 border-radius: 12px;
}

.reviews .rev_item .name {
 text-align: center;
 margin-bottom: 10px;
 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;
}
.vc_mb {
    margin-bottom: 20px;
}
/*   table size   */

.table-size {
 padding: 35px 20px;
}

.table-size h2.title {
 font-weight: 700;
 margin-bottom: 25px;
}

.table-size h2.title:before {
 position: relative;
 top: -3px;
 display: inline-block;
 vertical-align: middle;
 background: url("../images/size-icon.png") 0 0 no-repeat;
 width: 52px;
 height: 52px;
 content: '';
 margin-right: 20px;
}

.table-size table {
 width: 100%;
 font-size: 18px;
 text-align: center;
 background: #fff;
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
}

.table-size table th,
.table-size table td {
 padding: 10px;
 border-left: 1px solid #cdcdcd;
 border-bottom: 1px solid #cdcdcd;
}

.table-size table tr:last-child td {
 border-bottom: 0;
}

.table-size table tr th:first-child,
.table-size table tr td:first-child {
 border-left: 0;
}

.table-size table td b {
 color: #f3852c;
}

/*sect_5*/
.sect_5 {
 background: url("../images/sec5-bg.jpg") 50% 0 no-repeat #323a3f;
 height: 446px;
}

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

.sect_5 h2.title span {
 color: #ffcd00;
}

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

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

.sect_5 .list > li > img {
 float: left;
 width: 220px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}

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

.sect_5 .text h4 {
 font-weight: 700;
 font-size: 18px;
 margin-bottom: 5px;
 color: #ffcd00;
}

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

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

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

/*   b2   */

.b2 {
 padding: 35px 20px 0;
}

.b2 h2.title {
 margin-bottom: 40px;
}

.list-v2 {
 position: relative;
 padding-bottom: 10px;
}

.list-v2:before {
 display: block;
 position: absolute;
 left: 44px;
 top: 50px;
 bottom: 0;
 width: 4px;
 background: #f2f2f2;
 content: '';
}

.list-v2 li {
 position: relative;
 padding: 0 0 38px 110px;
 color: #4d4d4d;
 line-height: 24px;
}

.list-v2 li > b {
 display: block;
 font-size: 18px;
 padding-bottom: 2px;
}


.list-v2 li:before {
 position: absolute;
 top: -10px;
 left: 0;
 display: block;
 width: 90px;
 height: 88px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 border-radius: 50%;
 content: '';
}

.list-v2 li:nth-child(1):before {
 background: url("../images/b2-icon1.png") 0 0 no-repeat;
}

.list-v2 li:nth-child(2):before {
 background: url("../images/b2-icon2.png") 0 0 no-repeat;
}

.list-v2 li:nth-child(3):before {
 background: url("../images/b2-icon3.png") 0 0 no-repeat;
}

/* 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;
}