/*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, menu, nav, output, ruby, section,
summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0;}

/* HTML5 display-role reset for older browsers */
/* endzeit_____ */
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {display: block;}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
img{max-width: 100%; height: auto;}
a{text-decoration: underline;}
a:hover{cursor: pointer;}
/* michael-k90 */
*::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
*:-moz-placeholder {color: #a9a9a9; opacity: 1;}
*::-moz-placeholder {color: #a9a9a9; opacity: 1;}
*:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
*{margin: 0; padding: 0;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input,a{outline: none;}
/* endzeit_____ */
.hidden{display: none;}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}
.clearfix:after{content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}

html{
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
b,strong{font-weight: 700;}
body{
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.5em;
    color: #222;
    background: url(images/body-bg.jpg) repeat;
}
.main-wrap{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}
section{
    padding: 40px 20px;
}
.col-1{
    color: #eda309;
}
.lvl-title{
    position: relative;
    margin: 0 0 30px;
    padding: 10px 0 12px;
    font-size: 34px;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lvl-title:after, .lvl-title:before{
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 1px;
    left: 50%;
    margin-left: -40%;
    background: rgba(255,255,255,.2);
}
.lvl-title:before{
    top: 0;
}
.lvl-title:after{
    bottom: 0;
}
.lvl-black:after, .lvl-black:before{
    background: rgba(0,0,0,.2);
}
.button-m{
    position: relative;
    display: block;
    width: 380px;
    height: 80px;
    margin: 0 auto;
    border: 0;
    text-decoration: none;
    cursor: pointer; 
    line-height: 78px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 1.2px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #f57106;
    background-image: -webkit-linear-gradient(top, #ff920d, #ec5400);
    background-image: -moz-linear-gradient(top, #ff920d, #ec5400);
    background-image: -ms-linear-gradient(top, #ff920d, #ec5400);
    background-image: -o-linear-gradient(top, #ff920d, #ec5400);
    background-image: linear-gradient(to bottom, #ff920d, #ec5400);
    border-bottom: 3px solid #bd4503;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}
.m1-form>div{
    margin: 0 auto 15px;
}
.m1-form>div:last-child{
    margin-bottom: 0;
}
.m1-form label {
    color: #fff;
    width: 95%;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;  
}
.m1-form input,
.m1-form select,
.m1-form textarea{
    position: relative;
    display: block;
    outline: 0;
    border: 0;
    width: 95%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
    text-indent: 15px;
    font-size: 22px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;  
    border-radius: 6px;
}
::placeholder {
    font-size: 0.82em;
}
.top-logo {
    width: 70px;
    position: absolute;
}

/* ÐÐ°Ð·Ð²Ð°Ð½Ð¸Ðµ Ñ‚Ð¾Ð²Ð°Ñ€Ð° */
.title-block{
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #131313;
}
.title-block .main-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
}
.title-block .sub-main-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

/* Ð¨Ð°Ð¿ÐºÐ°-Ð±Ð»Ð¾Ðº Ð·Ð°ÐºÐ°Ð·Ð° top-block-v(n).psd */
.top-block{
    padding: 0;
    background: #F2F2FC;
    position: relative;
    overflow: hidden;
}
.top-block .cost-cont{
    height: 64px;
    text-align: center;
    color: #fff;
}
.top-block .cost-cont>div{
    float: left;
}
.top-block .cost-cont .sale{
    font-size: 16px;
    width: 110px;
    padding: 5px 0 5px;
    /*margin: -2px 0 0;
    padding: 0;*/
    font-weight: 700;
    background: #409786;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.top-block .cost-cont .sale strong{
    display: block;
    font-size: 24px;
    line-height: 0.9em;
    letter-spacing: normal;
}
.top-block .cost-cont .cost{
    width: calc(50% - 55px);
    font-size: 36px;
    font-weight: 700;
    line-height: 64px;
    white-space: nowrap;
}
.top-block .cost-cont .old-cost{
    text-decoration: line-through;
    color: #fff;
    background: #178FC1;
}
.top-block .cost-cont .new-cost{
    color: #fff;
    background: #FF7F36;
}
.top-block .timer-cont{
    padding: 40px 10px 20px;
}
.top-block .timer-cont>h3{
    padding: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
}
.top-block .timer-cont .time_circles>div>h4{
    text-transform: uppercase;
    font-family: 'Open Sans';
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.top-block .timer-cont .time_circles>div>span {
    font-family: 'Open Sans';
    font-size: 300%;
    font-weight: 400;
    line-height: 1.2em;
    color: #fff;
}

/* ÐŸÑ€ÐµÐ¸Ð¼ÑƒÑ‰ÐµÑÑ‚Ð²Ð° sup-v1.psd */
.sup-block-v1 .sup-cont>li{
    min-height: 100px;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #ddd;
}
.sup-block-v1 .sup-cont>li:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.sup-block-v1 .sup-cont>li:before{
    content: '';
    display: block;
    float: left;
    width: 79px;
    height: 79px;
    background: url(../img/sup-v1.png) no-repeat;
}
.sup-block-v1 .sup-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.sup-block-v1 .sup-cont>li:nth-child(2):before{
    background-position: -79px 0;
}
.sup-block-v1 .sup-cont>li:nth-child(3):before{
    background-position: -158px 0;
}
.sup-block-v1 .sup-cont>li:nth-child(4):before{
    background-position: -237px 0;
}
.sup-block-v1 .sup-cont>li p{
    padding: 15px 0 0 100px;
}

/* ÐŸÑ€ÐµÐ¸Ð¼ÑƒÑ‰ÐµÑÑ‚Ð²Ð° sup-v2.jpg */
.sup-block-v2{
    padding: 0 0 40px;
}
.sup-block-v2 .sup-cont>li{
    padding: 20px 0;
}
.sup-block-v2 .sup-cont>li:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.sup-block-v2 .sup-img{
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin: 25px 0 0 20px;
    border-radius: 50%;
    border: 3px solid rgba(25, 25, 25, 0.05);
}
.sup-block-v2 .sup-txt{
    padding: 10px 10px 10px 190px;
    background: #efefef;
}
.sup-block-v2 .sup-txt>h3{
    padding: 0 0 2px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ÐŸÑ€ÐµÐ¸Ð¼ÑƒÑ‰ÐµÑÑ‚Ð²Ð° sup-v3.jpg */
.sup-block-v3{
    padding: 40px 0;
    background: #c6dbe0;
}
.sup-block-v3 .lvl-title{
    margin: 0 20px 30px;
}
.sup-block-v3>div{
    padding: 0 20px 20px;
}
.sup-block-v3 .sup-cont{
    padding: 0 10px;
}
.sup-block-v3 .sup-cont>li{
    float: left;
    width: 50%;
    padding: 10px 10px 20px;
    text-align: center;
}
.sup-block-v3 .sup-img{
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.sup-block-v3 .sup-cont>li strong{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
}

/* ÐŸÑ€ÐµÐ¸Ð¼ÑƒÑ‰ÐµÑÑ‚Ð²Ð° sup-v4.psd */
.sup-block-v4_1 .sup-cont>li{
    position: relative;
    margin: 0 0 30px;
    text-align: center;
}
.sup-block-v4_1 .sup-cont>li:last-child{
    margin: 0;
    padding: 0;
    border: 0;
}
.sup-block-v4_1 .sup-cont>li:before, .sup-block-v4_1 .sup-cont>li:after{
    content: '';
    position: absolute;
    display: block;
    width: 150px;
    height: 0;
    top: 40px;
    border-top: 1px dashed #ddd;
}
.sup-block-v4_1 .sup-cont>li:before{
    left: 0;
}
.sup-block-v4_1 .sup-cont>li:after{
    right: 0;
}
.sup-block-v4_1 .sup-cont>li h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sup-block-v4_1 .sup-cont>li h3:before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: url(../img/sup-v4.png) no-repeat;
}
.sup-block-v4_1 .sup-cont>li:nth-child(1) h3:before{
    background-position: 0 0;
}
.sup-block-v4_1 .sup-cont>li:nth-child(2) h3:before{
    background-position: -80px 0;
}
.sup-block-v4_1 .sup-cont>li:nth-child(3) h3:before{
    background-position: -160px 0;
}
.sup-block-v4_1 .sup-cont>li p{
    padding: 10px 0 0;
}

/* ÐŸÑ€ÐµÐ¸Ð¼ÑƒÑ‰ÐµÑÑ‚Ð²Ð° sup-v4.psd */
.sup-block-v4_2{
    padding: 40px 10px 10px;
    background: #eee;
}
.sup-block-v4_2 .sup-cont>li{
    float: left;
    width: 50%;
    padding: 0 10px 30px;
    text-align: center;
}
.sup-block-v4_2 .sup-cont>li:before{
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: url(../img/sup-v4.png) no-repeat;
}
.sup-block-v4_2 .sup-cont>li:nth-child(1):before{
    background-position: -240px 0;
}
.sup-block-v4_2 .sup-cont>li:nth-child(2):before{
    background-position: -320px 0;
}
.sup-block-v4_2 .sup-cont>li:nth-child(3):before{
    background-position: -400px 0;
}
.sup-block-v4_2 .sup-cont>li:nth-child(4):before{
    background-position: -160px -80px;
}
.sup-block-v4_2 .sup-cont>li h3{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sup-block-v4_2 .sup-cont>li p{
    padding: 10px 0 0;
}

/* ÐšÐ¾Ð»Ð»Ð°Ð¶ Ñ„Ð¾Ñ‚Ð¾, Ð²Ð¸Ð´ÐµÐ¾Ð±Ð»Ð¾Ðº*/
.visual-block{
    padding: 0;
}
.visual-block>img{
    display: block;
    margin: 0 auto;
}

/* ÐžÐ¿Ð¸ÑÐ°Ð½Ð¸Ðµ (Ñ‚ÐµÐºÑÑ‚Ð¾Ð²Ñ‹Ð¹ Ð±Ð»Ð¾Ðº) */
.detail-block{
    color: #fff;
    background: #19203c;
}
.detail-block .text-cont img{
    display: block;
    margin: 0 auto 30px;
    border-radius: 4px;
}
.detail-block .text-cont{
    padding: 0 0 20px;
}
.detail-block .text-cont>p{
    padding: 0 0 15px;
}

/* Ð¥Ð°Ñ€Ð°ÐºÑ‚ÐµÑ€Ð¸ÑÑ‚Ð¸ÐºÐ¸ (ÑÐ¿Ð¸ÑÐ¾Ðº) */
.char-block-v1{
    color: #000;
    background: #fff;
    font-size: 16px;
    line-height: 1.5em;
}
.char-block-v1>h3{
    margin: 20px 0 0;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.char-block-v1 .list-v1{
}
.char-block-v1 .list-v1:last-child{
    border: 0;
}
.char-block-v1 .list-v1>li{
    padding: 0px 10px;
    font-weight: 300;
}
.char-block-v1 .list-v1>li:nth-child(odd){
    background: rgba(255,255,255,.04);
}
.char-block-v1 .list-v1>li:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.char-block-v1 .list-v1 .list-param{
    display: block;
    float: left;
    font-weight: 400;
}
.char-block-v1 .list-v1 .list-param:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
    border: 3px solid #110d09;
    border-radius: 50%;
    background: #edb72b;   
}
.char-block-v1 .list-v1 .list-detail{
    display: block;
    float: left;
    width: 50%;
    text-align: right;
}
.char-block-v1 .button-m{
    margin: 40px auto 0;
}

/* Ð¡Ð»Ð°Ð¹Ð´ÐµÑ€ Ñ„Ð¾Ñ‚Ð¾ */
.slider-block{
    padding: 0;
}
.slider-block .slick-arrow{
    display: inline-block;
    position: absolute;
    width: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 99;
    top: 40%;
    background: url(../img/button-sl-1.png) no-repeat;
 }
.slider-block .slick-prev{
    left: 20px;
    background-position: 0 0;
}
.slider-block .slick-next{
    background-position: -57px 0;
    right: 20px;
}

/* ÐžÑ‚Ð·Ñ‹Ð²Ñ‹ */
.rev-block-v1{
    color: #fff;
    background: #409786;
}
.rev-block-v1 .rev-item{
    padding: 10px 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.rev-block-v1 .rev-item-text{
    position: relative;
    padding: 30px 30px;
    color: #222;
    background: #fff;
    border-radius: 2px;
    font-size: 16px;
    width: 50%;
    line-height: 1.5em;
}
/*.rev-block-v1 .rev-item-text:after{
    content: '';
    position: absolute;
    display: block;
    width: 400px;
    height: 54px;
    left: 0;
    bottom: -54px;
    background: url(images/rev-tool.png) 50% 0 no-repeat;
}*/
.rev-block-v1 .rev-item-text>p{
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
}
.rev-block-v1 .rev-item-text>p:after{
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 27px;
    left: 50%;
    bottom: -14px;
    margin-left: -20px;
    background: url(images/rev-quot.png) 50% 0 no-repeat #fff;
}
.rev-block-v1 .rev-item-img{
    padding: 0;
    width: 50%;
}
.rev-block-v1 .rev-item-img>img{
    display: block;
    float: left;
    border: 3px solid #fff;
}
.rev-block-v1 .rev-item-name{
    padding: 40px 0 0 150px;
}
.rev-block-v1 .rev-item-name>strong{
    display: block;
}
.rev-block-v1 .slick-arrow{
    display: inline-block;
    position: absolute;
    width: 57px;
    height: 57px;
    cursor: pointer;
    z-index: 99;
    top: 30%;
    margin: -28px 0 0;
    background: url(../img/button-sl-2.png) no-repeat;
 }
.rev-block-v1 .slick-prev{
    left: -15px;
    background-position: 0 0;
}
.rev-block-v1 .slick-next{
    background-position: -57px 0;
    right: -15px;
}

/* ÐžÑ‚Ð·Ñ‹Ð²Ñ‹ */
.rev-block-v2{
    color: #fff;
    background: url(../img/char-bg-v1.jpg) repeat;
}
.rev-block-v2 .rev-cont{
    margin: 80px 0 0;
}
.rev-block-v2 .rev-item{
    margin: 60px auto 0;
    padding: 20px;
    border: 1px dashed rgba(255,255,255,.1);
    border-radius: 4px;
}
.rev-block-v2 .rev-item-name{
    margin: -62px auto 0;
    line-height: 80px;
}
.rev-block-v2 .rev-item-name>img{
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.rev-block-v2 .rev-item-name>span{
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: #ecb72b;
    background: url(../img/char-bg-v1.jpg) repeat;
}
.rev-block-v2 .rev-item-text{
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 1.8em;
}

#menu_popup_button {
    opacity: 0;
}

/* Ð”Ð¾ÑÑ‚Ð°Ð²ÐºÐ° Ð¸ Ð¾Ð¿Ð»Ð°Ñ‚Ð° delivery-v1.psd */
.delivery-block-v1{
    padding: 40px 0 0;
    background: url(images/rev-bg-v1.jpg) repeat;
}
.lvl-title.color {
    background-color: transparent;
}
.delivery-block-v1 .lvl-title{
    margin: 0 20px 30px;
    background-color: transparent;
}
.delivery-block-v1 .delivery-cont{
    padding: 0 0 30px;
    background: url(../img/delivery-wave.png) 0 100% repeat-x;
}
.delivery-block-v1 .delivery-cont>li{
    float: left;
    width: 50%;
    padding: 15px;
    text-align: center;
}
.delivery-block-v1 .delivery-cont>li:before{
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 15px;
    background: url(images/delivery-v1.png) no-repeat;
}
.delivery-block-v1 .delivery-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.delivery-block-v1 .delivery-cont>li:nth-child(2):before{
    background-position: -72px 0;
}
.delivery-block-v1 .delivery-cont>li:nth-child(3):before{
    background-position: -144px 0;
}
.delivery-block-v1 .delivery-cont>li:nth-child(4):before{
    background-position: -216px 0;
}
.delivery-block-v1 .delivery-info{
    padding: 20px;
    text-align: center;
    background: #F1F1EF;
}
.delivery-block-v1 .delivery-info>p{
    padding: 0 0 15px;
}
.delivery-block-v1 .delivery-info>p:last-child{
    padding: 0;
}

/* Ð”Ð¾ÑÑ‚Ð°Ð²ÐºÐ° Ð¸ Ð¾Ð¿Ð»Ð°Ñ‚Ð° delivery-v2.psd */
.delivery-block-v2{
    padding: 40px 0 0;
    background: url(../img/rev-bg-v1.jpg) repeat;
}
.delivery-block-v2 .lvl-title{
    margin: 0 20px 30px;
}
.delivery-block-v2 .delivery-cont{
    padding: 10px 0 30px;
    background: url(../img/delivery-wave.png) 0 100% repeat-x;
}
.delivery-block-v2 .delivery-cont>li{
    margin: 0 0 20px;
    padding: 0 20px 20px;
}
.delivery-block-v2 .delivery-cont>li:last-child{
    margin: 0;
}
.delivery-block-v2 .delivery-cont>li:before{
    content: '';
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    background:  url(../img/delivery-v2.png) no-repeat;
}
.delivery-block-v2 .delivery-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.delivery-block-v2 .delivery-cont>li:nth-child(2):before{
    background-position: -64px 0;
}
.delivery-block-v2 .delivery-cont>li:nth-child(3):before{
    margin: 5px 0 0;
    background-position: -128px 0;
}
.delivery-block-v2 .delivery-cont>li:nth-child(4):before{
    background-position: -192px 0;
}
.delivery-block-v2 .delivery-cont>li h3{
    padding: 5px 0 4px 82px;
    font-weight: 700;
    font-size: 16px;
}
.delivery-block-v2 .delivery-cont>li p{
    padding: 0 0 0 82px;
}
.delivery-block-v2 .delivery-info{
    padding: 20px;
    text-align: center;
    background: #e5e8e7;
}
.delivery-block-v2 .delivery-info>p{
    padding: 0 0 15px;
}
.delivery-block-v2 .delivery-info>p:last-child{
    padding: 0;
}

/* Ð ÐµÐºÐ²Ð¸Ð·Ð¸Ñ‚Ñ‹ */
.copyright{
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.m1-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}
.m1-form label {
    color:#fff;
}
.video_section {
}
.video-container {
    width: 100%;
    height: 280px;
}
.bestseller {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #409786;
    font-size: 16px;
    position: absolute;
    color: #fff;
    top: 55px;
    text-align: center;
    padding: 0px 53px;
    transform: rotate(-45deg);
    left: -75px;
}
.expert_sign {
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: right;
    align-items: center;
}
.exp-img {
    width: 100%;
}
.expert {
    padding: 0;
}
.expert p {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 20px;
    text-align: center;
}
/*Ð¿ÑƒÐ»ÑŒÑÐ°Ñ†Ð¸Ñ*/
.mk-button.wigglewigglewiggle {
    box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
    animation: btn-outer 3000ms infinite;
}
.mk-button {
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    outline: none !important;
    height: 60px;
    /*border-radius: 25px;*/
    background-image: linear-gradient(to bottom, #178FC1, #1577a0);
    border-bottom: 3px solid #105f80;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 30px;
    width: 90%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.25s ease-in-out;
}
@media (max-width: 450px) {
    .mk-button {
        font-size: 16px;
        line-height: 42px;
        height: 45px;
    }
}
@media (max-width: 350px) {
    .mk-button {
        font-size: 18px;
        line-height: 45px;
        height: 50px;
    }
    .button-1 {
        line-height: 45px;
    }
}
.mk-button.wigglewigglewiggle::before {
    animation: btn-inner 3000ms infinite;
}
.mk-button:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    /*border-radius: 25px;*/
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
}
.mk-button:before, .mk-button:after {
    position: absolute;
    content: '';
}

@keyframes btn-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em white, 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(255, 255, 255, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@keyframes btn-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
#mid_btn {
    padding: 0 10px;
}
.top-list, .bot-list {
    width: 100%;
    padding: 20px;
    color: #fff;
    justify-content: space-between;
    background: #000;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.top-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bot-list {
    padding: 10px;
}
.top-item, .bot-item {
    text-transform: uppercase;
    width: 50%;
    display: inline-block;
    align-items: center;
    margin-bottom: 20px;
    background: url(images/square.png) no-repeat 0% 50%;
    padding-left: 20px;
    font-size: 16px;
    line-height: normal;
    justify-items: center;
}
.bot-item {
    margin-bottom: 10px;
}
.bot-item {
    background: url(../img/darksquare.png) no-repeat 0% 50%;
}
.top-item:nth-child(2n), .bot-item:nth-child(2n) {
    float: none;
    padding-right: 30px;
}
.top-item img, .bot-item img {
    margin-top: 10px;
    margin-right: 10px;
}
.bot-list {
    background: radial-gradient(#d5d5d5, #fff);
    color: #000;
    font-size: 24px;
}
.expert h2.lvl-title {
    margin-top: 40px;
    margin-bottom: 0;
    color: #fff;
}
.style-box {
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
.style-box h3 {
    background: #000;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
}
.style-box h3 span {
    color: #178FC1;
}
.aboutbar {
    background: url(../img/aboutbg.png) no-repeat top center;
    background-size: cover;
    color: #fff;
}
.aboutbar h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.aboutbar h2 span {
    color: #178FC1;
}
.aboutbar .row {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.about-item {
    display: inline-block;
    width: 49%;
}
.about-item span {
    color: #178FC1;
    font-size: 1.2em;
}
.about-text {text-align: left;background-color: #fff;border-radius: 10px;border: 5px solid;border-color: #178FC1;background-clip: padding-box;box-sizing: border-box;margin: auto;color: #000;padding: 5px;}

.big-text {
    font-weight: bold;
    font-size: 18px;
}
.orange {
    color: #178FC1;
}
.red {
    color: #409786;
}
.lil-text {
    color: #585858;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}
.grey {
    font-weight: bold;
}
.menu_popup {
  display: flex;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  padding: 25px 20px;
  position: absolute;
  z-index: 10;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 480px;
  transition: all 0.5s ease-out; 
  padding: 0 15px;
  position: fixed;
}

.menu_popup a {
    font-family: Oswald, sans-serif;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 15px auto;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  text-decoration: none;
  color: #fff; }

  .hidden {
  display: none; }
.header__title {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
}
.shop-name {
    text-align: center;
    margin: 0 auto;
    line-height: normal;
}
.shop-name span {
    font-size: 34px;
    font-weight: bold;
    color: #409786;
}
.fixed {
    position: fixed;
}
#close_popup {
    position: absolute;
    top: 15px;
    right: 15px;
}
.menu_popup .red_link {
    color: #b91118;
}
@media (max-width: 450px) {
    .top-item,
    .bot-item {
        font-size: 18px;
        line-height: 22px;
    }
    .sup-block-v2 .sup-img {
        float: none;
        margin: 0 auto;
    }
    .sup-block-v2 .sup-txt {
        padding: 10px;
        text-align: center;
    }
}
@media (max-width: 400px) {
    .top-logo {
        width: 55px;
        position: relative;
    }
    .shop-name span {
        font-size: 26px;
        line-height: 30px;
    }
    .char-block-v1 .list-v1>li {
        font-size: 16px;
        padding: 5px 10px;
        line-height: 20px;
    }
    .expert p {
        padding: 9px 10px;
    }
    .rev-block-v1 .rev-item-text>p {
        font-size: 16px;
        line-height: 25px;
    }
    .delivery-block-v1 .delivery-cont>li,
    .about-item {
        font-size: 18px;
        line-height: 24px;
    }
    .big-text {
        font-size: 16px;
        line-height: 22px;
    }
    .lil-text {
        font-size: 15px;
    }
}
@media (max-width: 350px) {
    .top-item,
    .bot-item {
        font-size: 16px;
        line-height: 20px;
    }
    .lvl-title {
        font-size: 28px;
    }
}
.flex-content {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.flex-item {
    width: 50%;
}


ul.list {
    font-size: 16px;
    margin: 0;
    padding: 15px 0 0;
}

.gray-bg {
    background: rgba(223,222,227,1);
background: -moz-linear-gradient(left, rgba(223,222,227,1) 0%, rgba(242,242,242,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223,222,227,1)), color-stop(100%, rgba(242,242,242,1)));
background: -webkit-linear-gradient(left, rgba(223,222,227,1) 0%, rgba(242,242,242,1) 100%);
background: -o-linear-gradient(left, rgba(223,222,227,1) 0%, rgba(242,242,242,1) 100%);
background: -ms-linear-gradient(left, rgba(223,222,227,1) 0%, rgba(242,242,242,1) 100%);
background: linear-gradient(to right, rgba(223,222,227,1) 0%, rgba(242,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdee3', endColorstr='#f2f2f2', GradientType=1 );
}

section.flex-content.gray-bg {
    padding: 0;
    justify-items: center;
}

section.flex-content.gray-bg  .flex-item {

display: flex;

align-items: flex-end;
}
ul.list li {
    list-style-type: disc;
}

.flex-item-2 {
    width: 33.333333%;
}

.lvl-title.to-left {
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 500;
}

.lvl-title.to-left:after, 
.lvl-title.to-left:before {
    background: #999;
    left: 0;
    margin-left: 0;
    width: 100%;
}

.p-sides {
    margin: 0 20px;
    padding: 10px 20px;
}

h3.lvl-title {
    font-size: 18px;
}

h3.lvl-title.to-left:after, h3.lvl-title.to-left:before {
    display: none;
}

h3.lvl-title {
    padding: 0 20px;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.flex-item-2 {
    width: 33.333333%;
}

.lvl-title.to-left {
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 500;
}

.lvl-title.to-left:after, 
.lvl-title.to-left:before {
    background: #999;
    left: 0;
    margin-left: 0;
    width: 100%;
}

.p-sides {
    margin: 0 20px;
    padding: 10px 20px;
}

h3.lvl-title {
    font-size: 18px;
}

h3.lvl-title.to-left:after, h3.lvl-title.to-left:before {
    display: none;
}

h3.lvl-title {
    padding: 0 20px;
    font-weight: 400 !important;
    font-size: 18px !important;
}

@media (max-width: 660px) {

.flex-item {
    width: 100%;
}


ul.list {
    font-size: 16px;
    margin: 0;
    padding: 0px 30px 0;
    padding-right:10px;
}
.rev-block-v1 .rev-item-img,
.rev-block-v1 .rev-item-text {
    width:100%;
}
}

