.counter__num {
    text-align: center;
    margin-bottom: 10px
}

.counter__num_text {
    display: block;
    margin-bottom: 5px;
    font-size: 14px
}

.counter__num_item {
    display: inline-block;

}

.counter__hour,
.counter__min,
.counter__sec {
    font: 700 36px/28px 'Roboto', sans-serif;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    width: 38px;
    height: 28px;
    margin: 0 31px 0 0;
    position: relative;
}

.counter__sec{
    margin: 0;
}

.counter__hour:after,
.counter__min:after{
    position: absolute;
    content: ":";
    top: 0px;
    right: -21px;
    font: 700 36px/28px 'Roboto', sans-serif;
    color: #fff;
}

.header__counter {
    position: relative
}

.header__counter.text-bottom {
    display: none
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{

}

/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 100%;
    margin-top: 31px;
    display: block;
    width: 10px;
    height: 18px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 5;
    transition: 0.1s;
    opacity: 0.5;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{

    outline: none;

}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 28px;
    background: url("prev.webp") no-repeat center;
}


.slick-next
{
    right: 28px;
    background: url("next.webp") no-repeat center;
}





.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus{
    opacity: 1;
}




/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    display: block;

    width: 80%;
    padding: 0;
    margin: 0 auto;

    list-style: none;

    text-align: center;
}

.consist .slick-dots
{
    position: absolute;
    bottom: -47px;
}






.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    padding: 0;
    background: #C4C4C4;
    border-radius: 20px;
    cursor: pointer;
}





.slick-dots li:hover,
.slick-dots li:focus{
    background: #EB5757;
}

.slick-dots li.slick-active{
    background: #EB5757;
}







.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,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}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{outline:0}.mob{display:none!important}body{width:100%;min-width:320px}.tab{display:none!important}.mob{display:none!important}.info{background:url("../info-bg.webp") no-repeat center top}.info__body{width:1136px;margin:0 auto;padding:18px 0 48px}.info__logo{width:160px;height:160px;display:inline-block;vertical-align:top;margin:0 0 0 36px;border:8px solid rgba(245,158,39,.2);border-radius:80px;padding:8px}.info__logo-border{border:3px solid rgba(238,201,145,.5);border-radius:65px;height:128px;padding:2px 0 0}.info__logo-border h1{width:228px;margin:0 0 0 -53px;text-align:center;font:36px/48px Roboto,sans-serif;color:#333}.info__logo-border h1 span{display:block;font:500 48px/56px Roboto,sans-serif;color:#d07c0f;text-transform:uppercase;letter-spacing:.02em}.info__title{width:695px;display:inline-block;vertical-align:top;margin:15px 0 0 92px}.info__title h2{font:900 56px/64px "Playfair Display",sans-serif;color:#660606;text-transform:uppercase;letter-spacing:.02em}.info__list{width:400px;display:inline-block;vertical-align:top;margin:47px 0 0}.info__list li{width:100%;height:88px;display:table;background:#fcf8f8;-webkit-box-shadow:2px 1px 7px rgba(86,77,77,.19);box-shadow:2px 1px 7px rgba(86,77,77,.19);padding:0 23px 0 5px;margin-bottom:16px}.info__list li:last-child{margin-bottom:0}.info__icon{display:table-cell;vertical-align:middle}.info__desc{width:308px;display:table-cell;vertical-align:middle;padding-left:11px}.info__desc p{font:20px/23px Roboto,sans-serif;color:#000}.info__gif{display:inline-block;vertical-align:top;margin:367px 0 0 -359px}.info__gif img{display:block;width:320px;height:176px;-webkit-box-shadow:2px 1px 7px rgba(86,77,77,.19);box-shadow:2px 1px 7px rgba(86,77,77,.19)}.info__pack{display:inline-block;vertical-align:top;margin:345px 0 0 82px}.info__pack img{display:block}.info__action{width:352px;display:inline-block;vertical-align:top;margin:39px 0 0 56px;background:#f3eeee;border-radius:30px;padding-bottom:22px}.info__timer{background:#2f0320;border-radius:28px 28px 0 0;padding:28px 0 23px;text-align:center}.info__timer p{font:700 24px/24px Roboto,sans-serif;color:#ff9492;text-transform:uppercase}.info__timer>div{margin:17px 0 0}.info__price{margin:14px 0 0}.info__price-title{text-align:center}.info__price-title p{font:700 20px/24px Roboto,sans-serif;color:#d07c0f;text-transform:uppercase}.info__price-new{width:170px;display:inline-block;vertical-align:top;text-align:center;margin:24px 0 0 74px}.info__price-new p{font:900 24px/36px Roboto,sans-serif;color:#2c6b28}.info__price-new p .new_price_val{font-size:72px}.info__price-old{width:107px;display:inline-block;vertical-align:top;margin:13px 0 0;text-align:center;background:#fcf8f8;border-radius:16px 0 0 16px;padding:13px 0 12px;float:right}.info__price-old p{font:14px/16px Roboto,sans-serif;color:#a6a4a4}.info__price-old p>span{display:block;font:500 20px/23px Roboto,sans-serif;-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.info__form{margin:10px 0 0;text-align:center}.info__form select{width:320px;height:40px;background:#f1f1f1;border:2px solid #e9e3d0;border-radius:6px;text-indent:14px;font:16px/34px Roboto,sans-serif;color:#c4c4c4;-webkit-appearance:none;-moz-appearance:none;appearance:none}.info__form input{width:320px;height:40px;background:#f1f1f1;border:2px solid #e9e3d0;border-radius:6px;text-indent:14px;font:16px/34px Roboto,sans-serif;color:#c4c4c4;margin:8px 0 0}.info__form input::-webkit-input-placeholder{color:#c4c4c4}.info__form input::-moz-placeholder{color:#c4c4c4}.info__form input:-moz-placeholder{color:#c4c4c4}.info__form input:-ms-input-placeholder{color:#c4c4c4}.info__form button{width:320px;height:56px;border:0;background:#ff003d;border-radius:6px;font:700 24px/24px Roboto,sans-serif;color:#fff;letter-spacing:.08em;text-transform:uppercase;margin:16px 0 0}.info__form p{margin:7px 0 0;font:12px/14px Roboto,sans-serif;color:#c4c4c4}.get{background:-webkit-gradient(linear,left bottom,left top,from(rgba(229,244,251,.6)),to(rgba(229,244,251,.6))),-webkit-gradient(linear,left top,left bottom,from(#fff),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(bottom,rgba(229,244,251,.6),rgba(229,244,251,.6)),-webkit-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(0deg,rgba(229,244,251,.6),rgba(229,244,251,.6)),linear-gradient(180deg,#fff 0,rgba(255,255,255,0) 100%);max-width:1920px;margin:0 auto}.get__body{width:1008px;margin:0 auto;padding:56px 0 80px}.get__title{text-align:center}.get__title h2{font:700 36px/48px "Playfair Display",sans-serif;color:#de4545;letter-spacing:.015em;text-transform:uppercase}.get__list{margin:33px 0 0}.get__list li{width:472px;display:inline-block;vertical-align:top;margin:0 63px 24px 0;background:#fff;text-align:center;-webkit-box-shadow:2px 1px 7px rgba(86,77,77,.19);box-shadow:2px 1px 7px rgba(86,77,77,.19);padding:16px 0 10px}.get__list li:nth-child(2n){margin-right:0}.get__list li:last-child,.get__list li:nth-last-child(2){margin-bottom:0}.get__before{display:inline-block;vertical-align:top}.get__before p{font:20px/27px Roboto,sans-serif;color:#333}.get__after{display:inline-block;vertical-align:top;margin-left:9px}.get__after p{font:20px/27px Roboto,sans-serif;color:#333}.video{background:-webkit-linear-gradient(225.15deg,rgba(255,118,118,.37) 21.19%,#ffdac6 60.71%),#fff;background:linear-gradient(224.85deg,rgba(255,118,118,.37) 21.19%,#ffdac6 60.71%),#fff;max-width:1920px;margin:0 auto}.video__body{width:928px;margin:0 auto;padding:57px 0 80px}.video__title{text-align:center}.video__title h2{font:700 36px/48px "Playfair Display",sans-serif;color:#660606;letter-spacing:.02em;text-transform:uppercase}.video__title h2 span{display:block}.video__content{margin:27px 0 0}.video__content iframe{width:928px;height:528px}.start{width:1000px;margin:0 auto;padding:54px 0 80px}.start__title{text-align:center}.start__title h2{font:700 36px/48px "Playfair Display",sans-serif;color:#de4545;letter-spacing:.02em;text-transform:uppercase}.start__list{margin:27px 0 0;text-align:center}.start__list li{width:248px;display:inline-block;vertical-align:top;margin:0 128px 33px 0}.start__list li:last-child,.start__list li:nth-child(3n){margin-right:0}.start__list li:last-child,.start__list li:nth-last-child(2){margin-bottom:0}.start__img img{display:block;margin:0 auto;border-radius:104px;border:4px solid #ffc3bd;-webkit-box-shadow:2px 1px 7px rgba(86,77,77,.19);box-shadow:2px 1px 7px rgba(86,77,77,.19)}.start__desc{margin:22px 0 0}.start__desc p{font:18px/24px Roboto,sans-serif;color:#000}.secret{background:#eff8fc;max-width:1920px;margin:0 auto;padding:59px 0 80px}.secret__body{width:1066px;margin:0 auto}.secret__title{text-align:center}.secret__title h2{font:700 36px/48px "Playfair Display",sans-serif;color:#001a5c;letter-spacing:.02em;text-transform:uppercase}.secret__old{width:988px;margin:29px 0 0 11px;background:rgba(255,255,255,.6);border:2px solid rgba(243,202,151,.6);padding:17px 0 19px 16px}.secret__old-img{display:inline-block;vertical-align:top}.secret__old-img img{display:block}.secret__old-desc{width:472px;display:inline-block;vertical-align:top;margin:17px 0 0 24px}.secret__old-desc p{font:24px/32px Roboto,sans-serif;color:#333}.secret__formula{width:988px;margin:24px 0 0 78px;background:rgba(255,255,255,.6);border:2px solid rgba(243,202,151,.6);padding:18px 25px 50px 21px}.secret__formula-img{float:right;margin-left:27px}.secret__formula-img img{display:block}.secret__formula-desc{padding:16px 0 0}.secret__formula-desc p{font:24px/32px Roboto,sans-serif;color:#333}.secret__form{background:rgba(255,255,255,.6);margin:32px 0 0}.secret__form-body{width:1136px;margin:0 auto;padding:23px 0 23px}.secret__form-body select{width:280px;height:64px;display:inline-block;vertical-align:top;background:#fff;border:2px solid #d1bea7;border-radius:6px;text-indent:12px;font:16px/34px Roboto,sans-serif;color:#c4c4c4;margin:1px 0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.secret__form-body input{width:280px;height:64px;display:inline-block;vertical-align:top;background:#fff;border:2px solid #d1bea7;border-radius:6px;text-indent:12px;font:16px/34px Roboto,sans-serif;color:#c4c4c4;margin:1px 0 0 12px}.secret__form-body input[name=phone]{margin:1px 0 0 11px}.secret__form-body input::-webkit-input-placeholder{color:#c4c4c4}.secret__form-body input::-moz-placeholder{color:#c4c4c4}.secret__form-body input:-moz-placeholder{color:#c4c4c4}.secret__form-body input:-ms-input-placeholder{color:#c4c4c4}.secret__form-body button{width:248px;height:66px;border:0;background:#ff003d;border-radius:6px;font:700 24px/24px Roboto,sans-serif;color:#fff;letter-spacing:.08em;text-transform:uppercase;margin:0 0 0 13px}.effective{background:-webkit-linear-gradient(223.4deg,rgba(255,118,118,.37) 21.19%,#ffdac6 60.71%),#fff;background:linear-gradient(226.6deg,rgba(255,118,118,.37) 21.19%,#ffdac6 60.71%),#fff;max-width:1920px;margin:0 auto}.effective__body{width:1136px;margin:0 auto;padding:64px 0 176px;position:relative}.effective__title{width:935px;margin:0 auto;text-align:center}.effective__title h2{font:700 36px/48px "Playfair Display",sans-serif;color:#660606;text-transform:uppercase}.effective__girl{position:absolute;top:168px;left:234px}.effective__list{margin:40px 0 0}.effective__list li{width:440px;height:176px;background:#fff;position:relative;z-index:3;margin-bottom:16px}.effective__list li:nth-child(3){margin-bottom:0}.effective__list li:nth-child(4){margin:-464px 0 16px 768px;width:368px}.effective__list li:nth-child(4) .effective__icon{margin:18px 0 0 -24px}.effective__list li:nth-child(5){margin:0 0 0 768px;width:368px}.effective__list li:nth-child(5) .effective__icon{margin:18px 0 0 -24px}.effective__name{width:100%;height:80px;background:#2c6b28;display:table;text-align:center;padding:0 10px}.effective__name p{display:table-cell;vertical-align:middle;font:500 24px/24px Roboto,sans-serif;color:#fff}.effective__number{width:48px;height:56px;display:inline-table;vertical-align:top;margin:16px 0 0;background:#f5f3f2;border-radius:0 8px 8px 0;text-align:center}.effective__number p{display:table-cell;vertical-align:middle;font:700 36px/48px Roboto,sans-serif;color:#47002b}.effective__desc{width:228px;display:inline-block;vertical-align:top;margin:16px 0 0 29px}.effective__desc p{font:300 20px/24px Roboto,sans-serif;color:#000}.effective__icon{width:78px;display:inline-block;vertical-align:top;margin:18px 0 0 24px;text-align:center}.better{background:#eff8fc;max-width:1920px;margin:0 auto}.better__body{width:1136px;margin:0 auto;padding:64px 0 80px}.better__title{width:912px;margin:0 auto;text-align:center}.better__title h2{font:700 36px/48px "Playfair Display",sans-serif;color:#001a5c;letter-spacing:.02em;text-transform:uppercase}.better__content{margin:38px 0 0}.better__item{width:368px;display:inline-block;vertical-align:top;margin-right:16px}.better__item:nth-child(1){margin-top:29px}.better__item:nth-child(2) .better__list li:nth-child(1){background:url("better-yes.webp") no-repeat 0 0}.better__item:last-child{margin:43px 0 0}.better__item:last-child .better__info{margin:14px 0 0}.better__item:last-child .better__name{background:#2c6b28}.better__item:last-child .better__list li{background:url("better-yes.webp") no-repeat 0 0}.better__img img{display:block;margin:0 auto}.better__info{background:rgba(255,255,255,.8);-webkit-box-shadow:2px 1px 7px rgba(86,77,77,.19);box-shadow:2px 1px 7px rgba(86,77,77,.19);height:416px}.better__name{width:100%;height:80px;display:table;text-align:center;background:#de4545;padding:0 20px}.better__name p{display:table-cell;vertical-align:middle;font:500 24px/28px Roboto,sans-serif;color:#fff1ea;text-transform:uppercase}.better__list{padding:24px 25px 0 16px}.better__list li{background:url("better-no.webp") no-repeat 0 0;padding:0 0 0 33px;font:20px/24px Roboto,sans-serif;color:#777676;min-height:25px;margin-bottom:15px}.better__list li:last-child{margin-bottom:0}.consist{background:url("consist-bg.webp") no-repeat center top}.consist__title{background:#660606}.consist__title-body{width:818px;margin:0 auto;padding:41px 0 23px;text-align:center}.consist__title-body h2{font:700 36px/48px "Playfair Display",sans-serif;color:#fff;letter-spacing:.02em;text-transform:uppercase}.consist__body{width:1136px;margin:0 auto;padding:46px 0 73px}.consist__list li{margin-bottom:23px}.consist__list li:last-child{margin-bottom:0}.consist__list li:nth-child(2){margin-bottom:31px}.consist__list li:nth-child(2) .consist__desc{width:448px}.consist__img{display:inline-block;vertical-align:top}.consist__img img{display:block}.consist__desc{width:412px;display:inline-block;vertical-align:top;margin:0 0 0 8px}.consist__desc h4{font:700 24px/24px Roboto,sans-serif;color:#2c6b28}.consist__desc p{font:300 20px/24px Roboto,sans-serif;color:#000;margin:9px 0 0}.rezult{background:#fff1ea;padding:64px 0 66px;max-width:1920px;margin:0 auto}.rezult__body{width:1050px;margin:0 auto}.rezult__title{text-align:center}.rezult__title h2{font:700 36px/48px "Playfair Display",sans-serif;color:#de4545;letter-spacing:.02em;text-transform:uppercase}.rezult__note{width:810px;margin:39px auto 0;text-align:center}.rezult__note p{font:500 20px/32px Roboto,sans-serif;color:#333}.rezult__list{margin:55px 0 0;text-align:center}.rezult__list li{width:464px;display:inline-block;vertical-align:top;margin-right:8px;margin-bottom:37px;text-align:left}.rezult__list li:nth-child(1) .rezult__desc,.rezult__list li:nth-child(2) .rezult__desc{width:211px}.rezult__list li:nth-child(2n){margin-rigth:0}.rezult__list li:last-child,.rezult__list li:nth-last-child(2){margin-bottom:0}.rezult__img{display:inline-block;vertical-align:top}.rezult__desc{width:280px;display:inline-block;vertical-align:top;margin:12px 0 0 32px}.rezult__desc h4{font:700 48px/48px Roboto,sans-serif;color:#2c6b28;text-transform:uppercase}.rezult__desc p{font:300 20px/24px Roboto,sans-serif;color:#000;margin:6px 0 0}.rezult__form{background:rgba(255,255,255,.6);margin:35px 0 0}.rezult__form-body{width:1136px;margin:0 auto;padding:44px 0 49px}.rezult__form-body select{width:280px;height:60px;display:inline-block;vertical-align:top;background:#f1f1f1;border:2px solid #d1bea7;border-radius:6px;text-indent:12px;font:16px/34px Roboto,sans-serif;color:#c4c4c4;margin:2px 0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.rezult__form-body input{width:280px;height:60px;display:inline-block;vertical-align:top;background:#f1f1f1;border:2px solid #d1bea7;border-radius:6px;text-indent:12px;font:16px/34px Roboto,sans-serif;color:#c4c4c4;margin:2px 0 0 12px}.rezult__form-body input[name=phone]{margin:1px 0 0 11px}.rezult__form-body input::-webkit-input-placeholder{color:#c4c4c4}.rezult__form-body input::-moz-placeholder{color:#c4c4c4}.rezult__form-body input:-moz-placeholder{color:#c4c4c4}.rezult__form-body input:-ms-input-placeholder{color:#c4c4c4}.rezult__form-body button{width:248px;height:66px;border:0;background:#ff003d;border-radius:6px;font:700 24px/24px Roboto,sans-serif;color:#fff;letter-spacing:.08em;text-transform:uppercase;margin:0 0 0 13px}.expert{width:1138px;margin:0 auto;padding:30px 0 0}.expert__img{display:inline-block;vertical-align:top;position:relative}.expert__img img{display:block}.expert__content{width:872px;display:inline-block;vertical-align:top;margin:9px 0 0 -255px;background:#f2f2f1;padding:37px 0 41px 216px}.expert__title h2{font:900 36px/48px "Playfair Display",sans-serif;color:#2c6b28;letter-spacing:.02em;text-transform:uppercase}.expert__desc{margin:26px 80px 0 0;position:relative}.expert__desc p{font:20px/28px Roboto,sans-serif;color:#000;margin-bottom:20px}.expert__desc p:last-child{margin-bottom:0}.expert__name{margin:36px 0 0;position:relative}.expert__name p{font:20px/24px Roboto,sans-serif;color:#de4545}.expert__name p span{display:block}.expert__sign{display:inline-block;vertical-align:top;margin:24px 0 0 20px;position:relative;z-index:2}.expert__stamp{display:inline-block;vertical-align:top;margin:8px 0 0 -84px;position:relative}.expert__pack{margin:-379px 0 0 231px}.expert__pack img{display:block}.feed{background:-webkit-linear-gradient(221.88deg,rgba(255,118,118,.37) 21.19%,#ffdac6 60.71%),#fff;background:linear-gradient(228.12deg,rgba(255,118,118,.37) 21.19%,#ffdac6 60.71%),#fff;max-width:1920px;margin:0 auto}.feed__body{width:1128px;margin:0 auto;padding:68px 0 80px}.feed__title{text-align:center}.feed__title h2{font:900 36px/48px "Playfair Display",sans-serif;color:#660606;letter-spacing:.02em;text-transform:uppercase}.feed__list{margin:44px 0 0}.feed__list li{width:360px;display:inline-block;vertical-align:top;margin-right:24px}.feed__list li:last-child{margin-right:0}.feed__img img{display:block;margin:0 auto;border:4px solid #2c6b28;border-radius:80px}.feed__info{background:url("feed-desc.webp") no-repeat center top;height:538px;margin:-58px 0 0;padding:86px 0 0}.feed__name{text-align:center}.feed__name p{font:500 20px/24px Roboto,sans-serif;color:#2c6b28}.feed__name p span{display:block}.feed__desc{margin:16px 27px 0 21px}.feed__desc p{font:300 20px/32px Roboto,sans-serif;color:#000}.feed__desc p span{font-weight:500;color:#de4545}.work{width:1093px;margin:0 auto;padding:68px 0 78px}.work__title{text-align:center}.work__title h2{font:900 36px/48px "Playfair Display",sans-serif;color:#de4545;letter-spacing:.02em;text-transform:uppercase}.work__list{margin:44px 0 0}.work__list li{width:256px;display:inline-block;vertical-align:top;margin-right:23px;position:relative}.work__list li:last-child{margin-right:0}.work__list li:after{content:"";position:absolute;top:69px;right:-37px;width:48px;height:48px;background:url("work-arr.webp") no-repeat center}.work__list li:last-child:after{display:none}.work__img img{display:block;margin:0 auto}.work__desc{margin:24px 0 0;text-align:center}.work__desc h4{font:500 24px/28px Roboto,sans-serif;color:#2c6b28}.work__desc p{font:20px/28px Roboto,sans-serif;color:#333;margin:8px 0 0}.map{background:#fff1ea;max-width:1920px;margin:0 auto}.map__title{background:#001a5c}.map__title-body{width:932px;margin:0 auto;padding:68px 0 48px;text-align:center}.map__title-body h2{font:700 36px/48px "Playfair Display",sans-serif;color:#fff;letter-spacing:.02em;text-transform:uppercase}.map__img{width:932px;margin:0 auto;padding:40px 0 45px}.map__img img{max-width:100%}footer{background:#eff8fc}.footer__body{width:650px;margin:0 auto;text-align:center;padding:64px 0 91px}.footer__body p{font:300 18px/28px Roboto,sans-serif;color:#000;letter-spacing:.02em}.footer__body a{font:300 18px/28px Roboto,sans-serif;color:#000;letter-spacing:.02em}@media (max-width:1160px){.info{background:url("../info-bg.webp") no-repeat -200px top}.info__body{width:780px}.info__title{width:531px;margin:15px 0 0 45px}.info__title h2{font:900 43px/54px "Playfair Display",sans-serif}.info__action{width:352px;display:block;margin:69px auto 0}.get__body{width:780px}.get__list li{width:373px;margin:0 33px 24px 0}.get__before img{width:170px}.get__after img{width:170px}.video__body{width:780px}.video__content{text-align:center}.video__content iframe{width:700px;height:428px}.start{width:780px}.start__list li{margin:0 18px 33px 0}.secret__body{width:780px}.secret__old{width:auto;margin:29px 0 0}.secret__old-img img{width:350px}.secret__old-desc{width:386px;margin:0 0 0 24px}.secret__formula{width:auto;margin:24px 0 0}.secret__formula-img img{width:350px}.secret__form-body{width:780px}.secret__form-body select{display:block;margin:0 auto}.secret__form-body input{display:block;margin:8px auto 0}.secret__form-body input[name=phone]{margin:8px auto 0}.secret__form-body button{display:block;margin:16px auto 0}.effective__body{width:780px}.effective__title{width:auto}.effective__girl{position:relative;top:0;left:0;margin:24px 0 0;text-align:center}.effective__girl img{width:400px}.effective__list{margin:-10px 0 0}.effective__list li{width:340px}.effective__list li:nth-child(4){margin:-464px 0 16px 428px;width:348px}.effective__list li:nth-child(4) .effective__icon{margin:18px 0 0 4px}.effective__list li:nth-child(5){margin:0 0 0 428px;width:348px}.effective__list li:nth-child(5) .effective__icon{margin:18px 0 0 4px}.effective__desc{width:185px;margin:16px 0 0 19px}.effective__icon{width:78px;margin:18px 0 0 4px}.better__body{width:780px}.better__title{width:auto}.better__item{width:249px}.better__info{height:600px}.better__name p{font:500 20px/28px Roboto,sans-serif}.consist{background:url("consist-bg.webp") no-repeat -200px top}.consist__title-body{width:780px}.consist__title-body h2{font:700 35px/48px "Playfair Display",sans-serif}.consist__body{width:780px}.rezult__body{width:780px}.rezult__note{width:auto}.rezult__list li{width:382px}.rezult__list li:nth-child(1) .rezult__desc,.rezult__list li:nth-child(2) .rezult__desc{width:198px}.rezult__desc{width:198px}.rezult__form-body{width:780px}.rezult__form-body select{display:block;margin:0 auto}.rezult__form-body input{display:block;margin:8px auto 0}.rezult__form-body input[name=phone]{margin:8px auto 0}.rezult__form-body button{display:block;margin:16px auto 0}.expert{width:780px}.expert__img{display:block}.expert__img img{width:400px;margin:0 auto}.expert__content{width:780px;display:block;margin:-100px auto 0;padding:37px 0 41px 36px;position:relative}.feed__body{width:780px}.feed__list li{width:360px;display:block;margin:0 auto 16px}.feed__list li:last-child{margin:0 auto}.work{width:780px}.work__list li{width:177px}.work__img img{width:150px}.map__title-body{width:780px}.map__img{width:780px}}@media (max-width:801px){.info{background:url("../info-bg.webp") no-repeat left top;background-size:auto 850px}.info__body{width:580px}.info__logo{display:block;margin:0 auto}.info__title{width:auto;display:block;margin:15px 0 0;text-align:center}.info__title h2{font:900 46px/54px "Playfair Display",sans-serif}.info__gif img{width:270px;height:156px}.info__pack{margin:358px 0 0 33px}.info__pack img{width:228px}.get__body{width:580px}.get__list{margin:33px 0 0}.get__list li{width:472px;display:block;margin:0 auto 24px}.get__list li:nth-child(2n){margin:0 auto 24px}.get__list li:nth-last-child(2){margin:0 auto 24px}.get__list li:last-child{margin:0 auto}.get__before img{width:auto}.get__after img{width:auto}.video__body{width:580px}.video__content iframe{width:500px;height:328px}.start{width:580px}.secret__body{width:580px}.secret__old{width:auto;margin:29px 0 0;padding:17px 0 19px}.secret__old-img{display:block}.secret__old-img img{width:auto;margin:0 auto}.secret__old-desc{width:472px;display:block;margin:17px auto 0}.secret__formula{width:auto;margin:24px 0 0;padding:18px 25px 50px 21px}.secret__formula-img{float:none;margin-left:0}.secret__formula-img img{width:auto;margin:0 auto}.secret__formula-desc{padding:0;width:472px;margin:17px auto 0}.secret__formula-desc p{font:24px/32px Roboto,sans-serif;color:#333}.secret__form-body{width:580px}.effective__body{width:580px;padding:64px 0 80px}.effective__list{margin:40px 0 0}.effective__list li{width:440px;margin:0 auto 16px}.effective__list li:nth-child(3){margin-bottom:16px}.effective__list li:nth-child(4){margin:0 auto 16px;width:440px}.effective__list li:nth-child(4) .effective__icon{margin:18px 0 0 24px}.effective__list li:nth-child(5){margin:0 auto;width:440px}.effective__list li:nth-child(5) .effective__icon{margin:18px 0 0 24px}.effective__icon{margin:18px 0 0 24px}.better__body{width:580px}.better__item{width:368px;display:block;margin:0 auto 16px}.better__item:nth-child(1){margin-top:0}.better__item:last-child{margin:0 auto}.better__info{height:416px}.better__name p{font:500 24px/28px Roboto,sans-serif}.consist__title-body{width:580px}.consist__title-body h2{font:700 26px/38px "Playfair Display",sans-serif}.consist__body{width:580px}.consist__list li:nth-child(2) .consist__desc{width:412px}.rezult__body{width:580px}.rezult__list{margin:55px 0 0;text-align:center}.rezult__list li{width:464px;display:block;margin:0 auto 16px}.rezult__list li:nth-child(2n){margin:0 auto 16px}.rezult__list li:last-child{margin:0 auto 16px}.rezult__list li:nth-last-child(2){margin:0 auto 16px}.rezult__form-body{width:580px}.expert{width:580px}.expert__content{width:auto}.expert__pack{margin:-379px 0 0 115px}.feed__body{width:580px}.work{width:580px}.work__list{margin:44px 0 0}.work__list li{width:256px;margin-right:23px;position:relative;margin-bottom:16px}.work__list li:nth-child(2n){margin-right:0}.work__list li:nth-child(2n):after{display:none}.work__list li:last-child,.work__list li:nth-last-child(2){margin-bottom:0}.work__img img{width:auto}.map__title-body{width:580px}.map__img{width:580px}.footer__body{width:580px}}@media (max-width:601px){.dec{display:none!important}.mob{display:block!important}.info{background:url("../info-bg.webp") no-repeat center top}.info__body{width:300px;margin:0 auto;padding:32px 0 48px}.info__logo{width:160px;height:160px;display:block;margin:0 auto}.info__logo-border h1{width:208px;margin:0 0 0 -43px}.info__logo-border h1 span{font:500 44px/56px Roboto,sans-serif}.info__title{width:auto;display:block;margin:24px 0 0}.info__title h2{font:900 24px/36px "Playfair Display",sans-serif}.info__gif{display:block;margin:24px 0 0}.info__gif img{width:300px;height:160px;margin:0 auto}.info__pack{display:block;margin:208px 0 0 46px}.info__pack img{width:208px}.info__list{width:300px;display:block;margin:32px 0 0}.info__list li{padding:0 6px 0 6px;margin-bottom:8px}.info__list li:last-child{margin-bottom:0}.info__icon img{width:32px}.info__desc{width:256px;padding-left:8px}.info__desc p{font:16px/19px Roboto,sans-serif}.info__action{width:300px;display:block;margin:32px 0 0;padding-bottom:18px}.info__timer{padding:23px 0 28px}.info__timer p{font:700 18px/24px Roboto,sans-serif}.info__timer>div{margin:21px 0 0}.info__price{margin:17px 0 0}.info__price-new{width:152px;text-align:left;margin:26px 0 0 30px}.info__price-new p{font:900 18px/27px Roboto,sans-serif}.info__price-new p .new_price_val{font-size:48px}.info__price-old{width:114px;margin:10px 0 0;padding:10px 0 7px}.info__price-old p>span{margin-top:8px}.info__form{margin:19px 0 0}.info__form select{width:240px;text-indent:13px}.info__form input{width:240px;text-indent:13px}.info__form button{width:240px}.info__form p{margin:8px 0 0}.get__body{width:320px;margin:0 auto;padding:40px 0 72px}.get__title{text-align:center}.get__title h2{font:700 26px/40px "Playfair Display",sans-serif}.get__slider{margin:22px 0 0}.get__slider .slick-slide{background:#fff;-webkit-box-shadow:2px 1px 7px rgba(86,77,77,.19);box-shadow:2px 1px 7px rgba(86,77,77,.19);margin:10px 10px;padding:10px 0 8px;text-align:center}.get__before img{width:130px}.get__after{margin-left:5px}.get__after img{width:130px}.video__body{width:300px;margin:0 auto;padding:38px 0 47px}.video__title{text-align:center}.video__title h2{font:700 26px/40px "Playfair Display",sans-serif}.video__title h2 span{display:block}.video__content{margin:41px 0 0}.video__content iframe{width:300px;height:168px}.start{width:300px;margin:0 auto;padding:40px 0 85px}.start__title h2{font:700 26px/40px "Playfair Display",sans-serif}.start__slider{margin:32px 0 0}.start__desc{margin:22px 20px 0;text-align:center}.start__desc p{font:16px/24px Roboto,sans-serif}.secret__body{width:300px}.secret__title h2{font:700 26px/40px "Playfair Display",sans-serif}.secret__old{width:auto;margin:24px 0 0;padding:22px 11px 14px 13px}.secret__old-img{display:block}.secret__old-img img{width:100%}.secret__old-desc{width:auto;display:block;margin:16px 0 0}.secret__old-desc p{font:16px/24px Roboto,sans-serif}.secret__formula{width:auto;margin:40px 0 0;padding:22px 12px 14px 12px}.secret__formula-img{float:none;margin-left:0}.secret__formula-img img{width:100%}.secret__formula-desc{padding:0;margin:16px 0 0;width:auto}.secret__formula-desc p{font:16px/24px Roboto,sans-serif}.secret__form{width:300px;margin:53px auto 0}.secret__form-body{width:auto;margin:0 auto;padding:35px 0 27px}.secret__form-body select{width:239px;text-indent:14px}.secret__form-body input{width:239px;text-indent:14px;margin:8px auto 0}.secret__form-body input[name=phone]{margin:8px auto 0}.secret__form-body button{width:240px;margin:16px auto 0}.effective__body{width:300px;margin:0 auto;padding:40px 0 74px}.effective__title{padding:0 10px}.effective__title h2{font:700 18px/30px "Playfair Display",sans-serif}.effective__girl{margin:32px 0 0}.effective__girl img{width:300px;display:block}.effective__slider .slick-slide{background:#fff;height:178px}.effective__name{padding:0 10px}.effective__name p{font:500 16px/24px Roboto,sans-serif}.effective__desc{width:174px;margin:22px 0 0 5px}.effective__desc p{font:300 16px/24px Roboto,sans-serif}.effective__icon{width:60px;margin:23px 0 0 5px}.effective__icon img{max-width:100%}.better__body{width:300px;margin:0 auto;padding:40px 0 47px}.better__title h2{font:700 24px/40px "Playfair Display",sans-serif}.better__content{margin:32px 0 0}.better__item{width:300px;display:block;margin:0 0 22px}.better__item:nth-child(1){margin-top:0}.better__item:nth-child(1) .better__img img{width:300px}.better__item:nth-child(2){margin:0 0 43px}.better__item:nth-child(2) .better__img img{width:176px}.better__item:nth-child(2) .better__list{padding:16px 21px 23px 6px}.better__item:nth-child(2) .better__list li:nth-child(1){background:url("better-yes.webp") no-repeat 0 0}.better__item:last-child{margin:0}.better__item:last-child .better__info{margin:14px 0 0}.better__item:last-child .better__name{background:#2c6b28}.better__item:last-child .better__list{padding:16px 23px 25px 6px}.better__item:last-child .better__list li{background:url("better-yes.webp") no-repeat 0 0}.better__info{height:auto}.better__name{height:72px;padding:0}.better__name p{font:500 16px/24px Roboto,sans-serif}.better__list{padding:16px 38px 30px 6px}.better__list li{background:url("better-no.webp") no-repeat 0 0;padding:0 0 0 33px;font:16px/24px Roboto,sans-serif;color:#777676;min-height:25px;margin-bottom:15px}.better__list li:last-child{margin-bottom:0}.consist{background:url("consist-bg.webp") no-repeat center top}.consist__title-body{width:300px;margin:0 auto;padding:29px 0 27px}.consist__title-body h2{font:700 26px/40px "Playfair Display",sans-serif}.consist__body{width:300px;margin:0 auto;padding:264px 0 88px}.consist__img{display:block}.consist__img img{margin:0 auto}.consist__desc{width:auto;display:block;margin:7px 0 0}.consist__desc h4{font:700 18px/24px Roboto,sans-serif;text-align:center}.consist__desc p{font:300 16px/24px Roboto,sans-serif;margin:7px 0 0}.rezult{padding:40px 0 52px}.rezult__body{width:300px;margin:0 auto}.rezult__title h2{font:700 18px/30px "Playfair Display",sans-serif}.rezult__note{margin:24px auto 0;text-align:center}.rezult__note p{font:500 16px/24px Roboto,sans-serif}.rezult__list{margin:27px 0 0;text-align:left}.rezult__list li{width:294px;display:block;margin:0 0 23px;text-align:left}.rezult__list li:nth-child(1) .rezult__desc,.rezult__list li:nth-child(2) .rezult__desc{width:182px}.rezult__list li:nth-child(2n){margin-rigth:0}.rezult__list li:last-child{margin:0}.rezult__list li:nth-last-child(2){margin:0 0 23px}.rezult__img{display:inline-block;vertical-align:top}.rezult__img img{width:100px}.rezult__desc{width:182px;margin:0 0 0 9px}.rezult__desc p{font:300 16px/24px Roboto,sans-serif;margin:6px 0 0}.rezult__form{background:rgba(255,255,255,.6);margin:26px auto 0;width:300px}.rezult__form-body{width:auto;margin:0 auto;padding:35px 0 27px}.rezult__form-body select{width:239px;height:64px;text-indent:14px}.rezult__form-body input{width:239px;height:64px;text-indent:14px;margin:8px auto 0}.rezult__form-body input[name=phone]{margin:8px auto 0}.rezult__form-body button{width:240px;margin:16px auto 0}.expert{width:300px;margin:0 auto;padding:50px 0 48px}.expert__img{display:block}.expert__img img{width:300px}.expert__content{width:300px;display:block;margin:0;padding:24px 0 0}.expert__title h2{font:900 24px/48px "Playfair Display",sans-serif}.expert__desc{margin:8px 0 0}.expert__desc p{font:16px/24px Roboto,sans-serif;margin-bottom:20px}.expert__name{margin:34px 0 0}.expert__name p{font:16px/24px Roboto,sans-serif}.expert__sign{margin:22px 0 0}.expert__sign img{width:85px}.expert__stamp{margin:13px 0 0 -42px;position:relative}.expert__stamp img{width:93px}.expert__pack{margin:-106px 0 0 158px}.expert__pack img{width:142px}.feed__body{width:300px;margin:0 auto;padding:40px 0 74px}.feed__title h2{font:900 26px/40px "Playfair Display",sans-serif}.feed__slider{margin:12px 0 0}.feed__info{background:url("feed-desc.webp") no-repeat center top;height:370px;margin:-32px 0 0;padding:50px 14px 0}.feed__name p{font:500 18px/24px Roboto,sans-serif}.feed__desc{margin:16px 0 0}.feed__desc p{font:300 16px/24px Roboto,sans-serif}.work{width:300px;margin:0 auto;padding:33px 0 48px}.work__title h2{font:900 26px/48px "Playfair Display",sans-serif}.work__list{margin:15px 0 0}.work__list li{width:auto;display:table;margin:0 0 48px;position:relative}.work__list li:last-child{margin:0}.work__list li:nth-last-child(2){margin:0 0 48px}.work__list li:after{content:"";position:absolute;top:136px;right:207px;width:48px;height:32px;background:url("work-arr.webp") no-repeat center}.work__list li:nth-child(2):after{display:block}.work__img{display:table-cell;vertical-align:middle;padding-left:6px}.work__img img{width:129px;display:block;margin:0}.work__desc{width:166px;margin:0;display:table-cell;vertical-align:middle;padding-left:8px;text-align:left}.work__desc h4{font:500 16px/19px Roboto,sans-serif}.work__desc p{font:16px/24px Roboto,sans-serif;color:#333;margin:3px 0 0}.map__title-body{width:300px;margin:0 auto;padding:37px 0 43px;text-align:center}.map__title-body h2{font:700 26px/40px "Playfair Display",sans-serif}.map__img{width:300px;margin:0 auto;padding:32px 0 32px}.footer__body{width:300px;margin:0 auto;text-align:center;padding:41px 0 49px}.footer__body p{font:300 16px/24px Roboto,sans-serif;color:#000;letter-spacing:.02em}.footer__body a{font:300 16px/24px Roboto,sans-serif;color:#000;letter-spacing:.02em}}

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}