ol,
ul {
 list-style:none
}

.counter__elem,
.out,
.slick-dots li button,
.slick-list,
.tl-order {
 overflow:hidden
}
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:inherit;
 vertical-align:baseline;
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
.title,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family:Roboto,sans-serif
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
 display:block
}
body {
 line-height:1;
 -webkit-text-size-adjust:100%
}
blockquote,
q {
 quotes:none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
 content:'';
 content:none
}
table {
 border-collapse:collapse;
 border-spacing:0
}
.icon {
 font-size:10px
}
.icon:before {
 content:' ';
 vertical-align:middle;
 display:inline-block;
 background-image:url(../img/svg/sprite.svg);
 background-repeat:no-repeat;
 background-size:11.8em 47.2em
}
.no-svg .icon:before {
 background-image:url(../svg/sprite.png)
}
.icon.svg-first:before {
 background-position:-1em -1em;
 width:9.8em;
 height:9.8em
}
.icon.svg-fourth:before {
 background-position:-1em -12.8em;
 width:9.8em;
 height:9.8em
}
.icon.svg-second:before {
 background-position:-1em -24.6em;
 width:9.8em;
 height:9.8em
}
.icon.svg-third:before {
 background-position:-1em -36.4em;
 width:9.8em;
 height:9.8em
}
@font-face {
 font-family:'Dancing Script';
 font-style:normal;
 font-weight:700;
 src:url(../fonts/DancingScript-Bold.eot);
 src:local("Dancing Script Bold"),
 local("DancingScript-Bold"),
 url(../fonts/DancingScript-Bold.eot?#iefix) format("embedded-opentype"),
 url(../fonts/DancingScript-Bold.woff2) format("woff2"),
 url(../fonts/DancingScript-Bold.woff) format("woff"),
 url(../fonts/DancingScript-Bold.ttf) format("truetype"),
 url(../fonts/DancingScript-Bold.svg#Roboto) format("svg")
}
html {
 font-size:16px
}
.out {
 min-width:320px
}
section {
 padding:28px 0 24px
}
img {
 max-width:100%
}
.inner {
 position:relative;
 margin-left:auto;
 margin-right:auto;
 padding-left:15px;
 padding-right:15px;
 width:320px
}
.inner:after {
 content:" ";
 display:table;
 clear:both
}
.title {
 font-size:1.5rem;
 font-weight:900;
 line-height:1.625rem;
 text-align:center;
 color:#fff
}
.title_blue {
 color:#00a9c2
}
.title_pink {
 color:#e8566c
}
.title_dark {
 color:#860029
}
/*Таймер*/

.countbox {
        width: 180px;
        padding-left: 0;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .countbox .countbox-num {
        float: left;
        width: 40px;
        height: 34px;
        border-radius: 5px;
    }
    .countbox-hours, .countbox-mins, .countbox-secs {
        color: #fff;
        font-size: 35px;
        text-align: center;
        font-weight: 700;
        line-height: 34px;
        margin-bottom: 3px;
        position: relative;
    }
    .countbox-hours:before, .countbox-mins:before {
        content: ":";
        display: block;
        font-size: 35px;
        color:#fff;
        font-weight: 700;
        position: absolute;
        top: -2px;
        right: -20px;
    }
    .countbox-hours-text, .countbox-mins-text, .countbox-secs-text {
        font-size: 18px;
        text-align: center;
        text-transform: lowercase;
        display: none;
    }
.counter {
 white-space:nowrap;
 display:inline-block;
 font-size:0;
 padding-right:12px
}
.counter__elem {
 display:inline-block;
 background-color:#f1f2f2;
 border:1px solid #d7d7d7;
 border-radius:5px;
 -webkit-box-shadow:0 1px 3px rgba(194,194,194,.75);
 box-shadow:0 1px 3px rgba(194,194,194,.75);
 color:#111;
 padding: 3px;
 font-size:1.8125rem;
 line-height:1.75rem;
 margin-right:4px;
 text-align:center;
 -webkit-user-select:none;
 -moz-user-select:none;
  -ms-user-select:none;
      user-select:none
}
.icons-secure,
.timer {
 -webkit-user-select:none
}

.timer,
.tl-order {
 max-width:290px;
 color:#fff;
 background-color:rgba(255,255,255,.5)
}
.counter__elem:last-child {
 margin-right:0
}
@-webkit-keyframes scaling {
 0% {
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 50% {
  -webkit-transform:scale(1.5);
  transform:scale(1.5)
 }
 100%,
 80% {
  opacity:0
 }
}
@keyframes scaling {
 0% {
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 50% {
  -webkit-transform:scale(1.5);
  transform:scale(1.5)
 }
 100%,
 80% {
  opacity:0
 }
}
.hurryUp__ba {
 display:none
}
.timer {
 font-size:.8125rem;
 width:100%;
 font-weight:700;
 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:10px;
 -webkit-user-select:none;
    -moz-user-select:none;
     -ms-user-select:none;
         user-select:none
}
.icons-secure,
.tl-order .form__submit {
 -moz-user-select:none;
 -ms-user-select:none
}
.timer__title {
 display:block;
 width:100%;
 text-align:center;
 font-weight:400;
 margin-bottom:5px;
 opacity:.9
}
.timer__hours,
.timer__minutes,
.timer__seconds {
 font-size:2.1875rem
}
.timer__hours,
.timer__minutes {
 position:relative;
 margin-right:30px
}
.timer__hours::after,
.timer__minutes::after {
 content:':';
 position:absolute;
 right:-20px;
 top:0;
 bottom:0;
 margin:auto
}
.icons-secure {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-user-select:none;
    -moz-user-select:none;
     -ms-user-select:none;
         user-select:none
}
.mcAfee,
.norton {
 background-size:contain;
 background-repeat:no-repeat;
 display:inline-block;
 width:95px;
 height:45px
}
.mcAfee {
 background-image:url(data:image/png;base64,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);
 padding-top:7px;
 padding-bottom:2px
}
.norton {
 background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAABLCAMAAAClf44hAAACf1BMVEUAAADHyMrCw8XHyMq+v8LFxcb/wgz/wg7/wQ4BAQD/ww7/wQ7/wg7/wg7/wg7Iycv/wg3/xwyxs7b/wg7Iycv/wg7Iycv/wg4AAADLzM7Iycv/wg6nqaz/yQ7/wg7uw0W+wMPHyMr/wg4AAADJysz/wg4AAAClp6rIycv/wg7/wg7Sx6a+x+P/wgvIycs3ODoAAAAEBw2nqa2nqazHyMqnqawMBwD/wg7Fx8rExcenqaz/wg6nqazHyMpBMQOnqaz/4BDIycv/8RIAAAC+ye3k5ehpUAZxcnN9fn+ogAmifAn/1hDXxpP5yg7/////wg4AAAD+/f3LzM6+v8Hc3d7/uADU1Nb4+Pj/vgHw8PD/uwCHio7Hx8kQEBDf4OH/tQDu7u68vcCKjZHCxMbX19mqq60VFRXz8/PR0tTPz9D/wgmipKY6Ojr/wQT8+/zy8vLZ2dqSlJfl5eWYmp5iYmNAQEAgHx/i4+Onqavq6+vo6Omdn6OVlpjHyMu7vL60tbetr7KDg4T19fXKysy3uLmanJ6XmJpycnILCQampqdra2s1NTUMDAyxs7WwsbKLi4uFh4t2d3hoaGhQUFAsLCz/xh7BwsS4uryurq6PkZT/23P/1lxUVFQxMTEoKCgZGRn/xA3//vj/9tdLS0xHR0f/yiz/+OD/88+cnp9+fn7/01D/zj3/zDMjIyP/8sf/777/5JL/0UX/7A60iQkfFwH//PP/67D/4oj/2GdZWVn/55v//xVlSwT/+ur/6KL/2xX/zg6Ydgs5MwI0JQHDz+3/34BUQwXq8//S08GGkbL//6Lu25vy7GP/9TnTzQ++rg3XqQzEnQysmQtraQh7XgcD1oJUAAAATnRSTlMADPKHGv2Qw558Oe/dznRjTismFdeysKmgjn1qZlj9/PPGhWZGQj83Lx8K+/fk0tK4r5d6VEMq+PDj3NjOzcWzsKGclIeEhNjTw46FhHhGWnC8AAAKbUlEQVRo3mIYBSMZeHPzMQxC4HCAg2HQAU4JN18uhkEHAgKUGQYZUJaQkODk9HISYBhUwCAgIECNwWGBOMMgAmrKdpftnM0YZDkGVWgBZBCwebcgwwABYS4BaT5pWVVNLdSQMmOQCPB0cuNUY6A74GJj1zX3hwJdXqTIMgzgZHAOMAOGmCEDfYEgG68/OtDl8HFxYWaWdHWfqM+pv9KQU3+ih6skMxWAFL8KC5LlQkZGxjIMxurojtJk88cGsnLltY/o1FX6+U0KaPMrDZjgFxdcF0wVAFBysi2zCiPUehYbe+MKoQoZNFcpwdyB6a5c+aLjE7tWlkya1FhS0psfQh1QEBYUk5wYbCEJDTMZdUYr+wpT1DTF648bZEXsPw0sr2qA4dXpR0UQGJ5fnhmcyComBHKCkYy6lQ1qaPH54wP7d+8JAIKcxikBrX7UBgkhyYmszEA3qLOwmAqZCiG5ig0z3nKzYJwFCzZf2nOoIwAMkvyoDwC0lmuPC2EUx0UIQYggglcSEl/CVzg9VW3HpNXWpVRRGjsuodJdtHQo267U7rYutdjQLmsXFS9cQhDXxAdyzjPPPDPTbUMifi92dmfbmd/zP+c8M/uOXA9s3DJvDms9TlowqGuaptNBqL1+XcSnVl5mYy/8D+KRQGRTt9Vir9PI2OOp9v321MsXE2RGJZx+h6++v0Oi6axwoFQqXQBmuFQ6Bv/I4VAussJrtdwlFTsw+mwWFFPvR2Laj58zKJh5c8ZZHzJZIBqIRv8cxiuVCPwF27u8NjtWQe3FHfAy+/wr5SS1pj+DzY4oEsNADNAwQD8CiPgA/objOXcdVy1VVrGJNszlY4uNqOVnPtzS2l4tPPUnrcuIeA7+ip2JyIK57X4gNga9QIJa/i2+mfYFJ7q07nq0Uif27rFaJbMPCH8mk0fEdCbjF/etXVwIgkwGiIUXc+Bmf261egw6VqM9l3ARmV/fPsw8naZAn3u1MOto5etic+M5OGtGh2BbxzBNJIqmGaJzTSRahcMAYcMsw/kSIjZq7r4/E7Dba5m9OfXOKmuiBWV1iz6mH7rtaA20OC6pFa6gpACwFzEfRxd74ChK6schjGgU0CIFDjtysoxLVLc/gl7cRZunpMX2jx2t8gNEDEmtDhJRkeEkXEGsVhFLlfEWBzhegYUiNvHvKviTSBgNJDrgYk9gndBaI600/R70IIKSXV9iPoHum1Val4B+NEmdtCIsVRscFKGEU0KCG4l76zrVh4WunRxcWBWTyVpXAS7Q4aYfHMIBEddK1Vgv+eSxg2U/uEmi5BPomvXJ4JTSqoibRgpUThHrdiAS/EzficRlILhWNYDzSOECwUHVwaAkgaBjNAwuQgF+Om7w2RkAwd2tni7yhKA1OQRPgrLao0prHOJFUupQZLwAudUPUIwpjgFsLbrkJftvOE2/xRu8EoJKnPRoxRNb1WOHB8wpmfMgGZRhiUvc0Q9ZKxjxKy2+iaDCWmkQTCIOR+R1lNYxHg5BikyyVTm8RrcWpK7TK4TcSjWfNV/XkKnuAIsyWuQTQEzoqoqOFhSRacLNOWkVutJKutPqq7U9sV7NYfAJWHSQMbLAhKNo4QdmNCaTfe/WuiHjbIqhJM4i4vnjSG5K6xxAmlcnL8q91Vcrm9ioWsvZSevI3BR79DBKTgHT1g9YaxhTWmoqDkII6Q7lUGpSTOI2pUUxYVoIcG33PKiK9JJ9tTK7V6u3v+AzkOwzkanznouSMghu+zQZrUerLLRE9zhfqCmtPK/y0l1/ChV18PfXOjw03961tEN3wCaHdt9fs8cQJA+DltZDMTLq7cuQy3Dv8jXV8kMoSMMFlFTjEDbpKzJq06sFqfnzFkmtkVmQKJsaoCQEkjFLS38k0iry/DGsUAIi/Zs2c/lZGggCOJp40oOJiSYmGr168OTFo/9AtZRuKYulrW0sotDSA+VhighEDxA8+CGaqJ+J4it68hET/dvc2W7ZXcQjcyj7zTdbfjszO/vg5Q1opqQ5h5CxIkMnRUQASWmDQKuQYKzLK7lugaALgMXnPBOVvBy6Q1DkDelPhvWWmoUoaLMXIWRlrWO+X8xyAaGgx7r15o15QL/be/Z4PMo6sy4lhEJVxvIErENxit4Q5aap7PDWHoVjla//5mpIEkGecP1HhvVJ2aNAEM/kp9M1V9O02cijLtd/rvCZuDeBlM/P9/ovQS/N9Q9c++4eKxAflT2KUb1aOJdjyVvADsfqce0fndXen2zfWnyIOgbktBd6HvIM+tawWC81oYDUbfrsggEKkUe1SgtsvcAmliXSstRtrK52uXCKYcHkEgVWDFa+xNSSXKu504nrwrcu3TiOo0ELZmCCp9PFkBAWnxQhIk9ukecBjuOB2wDOEthOMSKAkwFRJr1/zhnXCgV2H3KvslZECXMsW1CyIl8uv6PdsTZq9kJo3nJRyzRNqEe+WxzdXo6JYwIcQP5igLsflW7bwWpILCz3PrG1DTKC/rBlo2i1xRVqV/jl0Xa+wMpF1xQxhneEIq8UH7DJAFht1kKLJWvJWCsY3jiyYTRZdQasuQKYS3ntqR4l910nGdY9Xd4zjzOsx6KzKpkp28xb7ri3werkLWztxoIADwctGWsIH8nktnyGPV0gcpxvbSS5SUupoPhRe83izdZPDUczpFKYeJ7O5iaMZmrvxIrqHUvDBzCaeJimfptjzaKOIsj9W1fE+wdwgijeXUIlnIbXenmbPxxG2G9RrMR/TBN6NjF3YT2M++8H06oKWJPETyYWx0ojS+HScy5nR31+U/NlK/cCwbuHT/U82mtxMuOUBrHEFE7U5VgIRocfUm9Z5tIdZbGvS0FUh9OumFngLOnCTb8upZcsn2u5U+UF0e8bgGXlIVgAC8t+irWgWCtTaWMnwwokLCNOmsJyzE/7xznXm/9AHX7KqcqbSmJ34KWNflNM+faqYZJnnbB2XHDkEpcoVo+4BWrc9kw0tAfCqdrmdyNQ6ZlUKn92Uq2fApW8u276C79a7dPUcdy54zgzcFkRTzRnhdtAtEiLY5yqEOUFUVgPlrSc+mCLCNb7vjOO8Zg7y7h1cHbXDWVF//j7X6rnFX3j0LeHTKl2q41B9NijG9DEbzQaEaIZmQwG8w6wGAeTKNYMUNbf08WgbxMnZrak9o9mpJWGYmJppwtcLp3YcN2rXX8uR/L3j7e1MscW0081TdbIhKmZFsDsUW6Q/W1IxuxjY/1Qu3hE+uXpvHhLWX7x/c23LKXefX1+vabz/8FJZF8y+rvaOhH06Se0cebcqatXzV61empWVGgEsos3+NEMVE0DthzQgaoc6pxFRCgIRERkIYlG0dBVTRmJyZLYpsZ4/AmA0AiaxWB6SEwiKz8DNqAlitdRuaFrFvnRBIRXFiTXJTuyMOAA0nL+uKfIonYAcw61QV54ZFFYTHBwjJgGA26gyYErqEATihlBVAfNMdMSg2NEpDQY8ANVNnMsQZUlr62jY8FEfWCpKCbFr0HU5DmfKDeKo+TY2QQZaQQYSAFaAkqivNY8PDzWvOxsspoMo2AUjIJRMAqGKAAA5blsUQN4+koAAAAASUVORK5CYII=)
}
html[lang=bg] .price__new {
 position:relative
}
html[lang=bg] .price__new::after {
 content:"\0441  \0432 \043A \043B \044E \0447 \0435 \043D \043E  \0414 \0414 \0421 ";
 position:absolute;
 left:0;
 right:0;
 bottom:-10px;
 display:block;
 width:100%;
 text-align:center;
 font-size:10px;
 display: none;
}
.tl-order {
 width:100%;
 position:relative;
 padding:10px
}
.tl-order .head {
 background:#018b9f;
 position:relative;
 z-index:10;
 padding:3px 10px
}
.tl-order .head.edge::after,
.tl-order .head.edge::before {
 content:'';
 z-index:-1;
 display:block;
 height:15px;
 position:absolute;
 background:#018b9f;
 bottom:-12px
}
.tl-order .head.edge::before {
 right:50%;
 left:0;
 -webkit-transform-origin:100% 100%;
 transform-origin:100% 100%;
 -webkit-transform:rotate(5deg) skewX(5deg);
 transform:rotate(5deg) skewX(5deg)
}
.tl-order .head.edge::after {
 left:50%;
 right:0;
 -webkit-transform-origin:0 100%;
 transform-origin:0 100%;
 -webkit-transform:rotate(-5deg) skewX(-5deg);
 transform:rotate(-5deg) skewX(-5deg)
}
.tl-order .head__title {
 font-size:1.125rem;
 line-height:1.375rem;
 text-transform:uppercase;
 text-align:center;
 margin:auto;
 padding:0 20px;
 position:relative
}
.tl-order .head__title::before {
 content:'';
 position:absolute;
 top:-8px;
 left:50px;
 right:50px;
 height:1px;
 background-color:#fff
}
.tl-order .head__discount {
 font-weight:700;
 position:absolute;
 left:-10px;
 top:-10px;
 color:#e8566c;
 width:116px;
 height:98px;
 overflow: hidden;
}
.tl-order .head__discount::before {
 content:'';
 position:absolute;
 display:block;
 width:152px;
 height:152px;
 background-color:#fff;
 top:0;
 left:0;
 -webkit-transform:translate(-66px,-86px) rotate(50deg);
 transform:translate(-66px,-86px) rotate(50deg);
 -webkit-box-shadow:0 2px 9px rgba(71,20,26,.34);
 box-shadow:0 2px 9px rgba(71,20,26,.34)
}
.tl-order .head__discount::after {
 content:'-50%';
 font-size:2.25rem;
 position:absolute;
 text-align:center;
 top:40%;
 left:45%;
 color:#e8566c;
 margin:auto;
 display:block;
 -webkit-transform-origin:0 0;
 transform-origin:0 0;
 -webkit-transform:rotate(-40deg) translate(-63%,-85%);
 transform:rotate(-40deg) translate(-63%,-85%);
 z-index:10
}
.tl-order .price {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
 -ms-flex-pack: distribute;
     justify-content: space-around;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 font-size:0;
 width:100%;
 line-height:1;
 text-align:right;
 padding-top: 10px;
 margin-bottom:10px
}
.tl-order .price__old {
 position:relative;
 color:#fff;
 opacity:.4;
 font-size:0;
 font-weight:300;
 padding:4px 2px;
 margin-right:10px;
 display:inline-block;
 white-space:nowrap
}
.tl-order .price__old .tl-raw-currency {
 font-size:1.5rem;
 vertical-align:baseline;
 line-height:.9
}
.tl-order .price__old .tl-raw-cost-promo {
 font-size:2.125rem;
 line-height:.8
}
.tl-order .price__old-crossed::after,
.tl-order .price__old-crossed::before {
 content:'';
 position:absolute;
 left:50%;
 right:0;
 -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
 display:block;
 width:106%;
 border-bottom:2px solid
}
.tl-order .price__old-crossed::before {
 top:50%;
 -webkit-transform:translateX(-50%) rotate(25deg);
         transform:translateX(-50%) rotate(25deg)
}
.tl-order .price__old-crossed::after {
 bottom:50%;
 -webkit-transform:translateX(-50%) rotate(-25deg);
         transform:translateX(-50%) rotate(-25deg)
}
.tl-order .price__new {
 position:relative;
 font-size:0;
 font-weight:900;
 display:inline-block;
 white-space:nowrap;
 color:#fff
}
.tl-order .price__new .tl-raw-currency {
 font-size:2.8rem;
 vertical-align:baseline;
 line-height:.7;
 margin-right:5px
}
.tl-order .price__new .tl-raw-cost {
 font-size:4.625rem;
 line-height:1
}
.tl-order .form {
 padding:30px 15px 8px;
 background-color:#fff;
 position:relative
}
.tl-order .form .input-wrapper {
 position:relative;
 margin-bottom:14px
}
.tl-order .form .input-wrapper:last-of-type {
 margin-bottom:0
}
.tl-order .form .input-wrapper .error {
 border:1px solid red
}
.tl-order .form .input-wrapper .error+label {
 color:red;
 position:absolute;
 left:9px;
 top:2px;
 display:block;
 font-size:10px
}
.tl-order .form .al-country {
 display:none
}
.tl-order .form__secure {
 color:#959595;
 font-size:.75rem;
 line-height:14px;
 padding-top:11px
}

.tl-order .form__submit:disabled {
 opacity:.7;
 cursor:not-allowed
}
.tl-order .form__input {
 display:block;
 width:100%;
 -webkit-box-sizing:border-box;
 box-sizing:border-box;
 height:37px;
 background-color:#fff;
 border:1px solid #aeaeae;
 border-radius:5px;
 font-size:1rem;
 padding:0 8px;
 outline:0
}
.tl-order .form__input::-webkit-input-placeholder {
 font-size:1rem;
 color:#959595
}
.tl-order .form__input:-ms-input-placeholder {
 font-size:1rem;
 color:#959595
}
.tl-order .form__input::-ms-input-placeholder {
 font-size:1rem;
 color:#959595
}
.tl-order .form__input::-moz-placeholder {
 font-size:1rem;
 color:#959595
}
.tl-order .form__input::placeholder {
 font-size:1rem;
 color:#959595
}
.tl-order .form__input:focus {
 color:#444;
 border-color:#018b9f
}
.tl-order .form__checkbox,
.tl-order .form__input+label {
 display:none
}
.tl-order .form__checkbox:checked+label::after {
 opacity:1
}
.tl-order .form__check {
 display:block;
 padding-left:30px;
 font-size:12px;
 color:#959595
}
.tl-order .form__check::before {
 content:"";
 display:block;
 position:absolute;
 width:16px;
 height:16px;
 border:1px solid #000;
 background-color:#fff;
 top:0;
 left:0;
 cursor:pointer;
 border-radius:5px
}
.tl-order .form__check::after {
 content:"";
 display:block;
 position:absolute;
 width:10px;
 height:4px;
 top:4px;
 left:3px;
 border-bottom:2px solid #000;
 border-left:2px solid #000;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg);
 opacity:0;
 cursor:pointer
}
.tl-order .form__check .link {
 color:inherit;
 display:block
}
.tl-order .form__check .link:hover {
 text-decoration:underline
}
.header,
footer {
 position:relative
}
.header__main,
footer .footer__main {
 position:relative;
 padding-top:25px;
 background:linear-gradient(38deg,rgba(201,90,158,.7) 0,rgba(75,175,200,.7) 52%,rgba(82,75,108,.7) 99%,rgba(82,75,108,.7) 100%),radial-gradient(circle 163px at 45% 200px,rgba(57,137,156,.8) 0,rgba(255,255,255,0) 100%),url(../img/bg-header-mobile.jpg) center top no-repeat,#fff;
 background-repeat:no-repeat
}
.header__content,
footer .footer__content {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 -ms-flex-line-pack:start;
 align-content:flex-start
}
.header__content-text,
footer .footer__content-text {
 display:inline-block;
 color:#000;
 font-size:.875rem;
 line-height:1rem;
 font-weight:500
}
.header__text,
footer .footer__text {
 position:relative;
 padding-left:75px
}
.header__text::before,
footer .footer__text::before {
 content:'';
 position:absolute;
 display:block;
 left:-92px;
 bottom:0;
 width:200px;
 height:340px;
 background:url(../img/girl-header.png) center bottom no-repeat;
 background-size:contain;
 pointer-events:none
}
.header__title,
footer .footer__title {
 position:relative;
 color:#fff;
 font-size:1.5rem;
 line-height:1.75rem;
 font-weight:900;
 text-shadow:0 5px 11px #3a899c;
 width:100%
}
.header__title .name,
footer .footer__title .name {
 font-family:Georgia;
 display:block;
 font-weight:700;
 font-size:1.6875rem;
 line-height:1.75rem
}
.header__pluses,
footer .footer__pluses {
 position:relative;
 padding-right:100px;
 margin-top:20px;
 color:#fff;
 min-height:180px
}
.header__pluses::after,
footer .footer__pluses::after {
 content:'';
 display:block;
 position:absolute;
 right:-6px;
 bottom:-30px;
 width:107px;
 height:209px;
 background:url(../img/product-head_eu.png) center center no-repeat;
 background-size:contain;
 z-index:10
}
.header__pluses-item,
footer .footer__pluses-item {
 position:relative;
 font-size:.875rem;
 line-height:1.125rem;
 font-weight:500;
 margin-bottom:13px;
 padding-left:20px;
 text-shadow:0 3px 6px #018093;
 list-style: none;
}
.header__pluses-item::before,
footer .footer__pluses-item::before {
 content:'';
 display:block;
 position:absolute;
 top:2px;
 left:-8px;
 background-image:url(../img/icons.png);
 background-position:-34px -104px;
 width:24px;
 height:20px
}
.header__pluses-item:last-child,
footer .footer__pluses-item:last-child {
 margin-bottom:15px
}
.header__up-size,
footer .footer__up-size {
 font-family:"Dancing Script",cursive;
 color:#ffde00;
 /*! font-weight:700; */
 line-height:2.25rem;
 text-shadow:0 2px 2px #018b9f;
 -webkit-transform:rotate(-10deg);
 transform:rotate(-10deg)
}
.header__harry,
footer .footer__harry {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding-right:40px;
 padding-top:6px;
 padding-bottom:6px;
 margin-bottom:16px
}
.header__harry>*,
footer .footer__harry>* {
 position:relative
}
.header__harry::before,
footer .footer__harry::before {
 content:'';
 display:block;
 position:absolute;
 left:-500px;
 right:-500px;
 top:0;
 bottom:0;
 background:radial-gradient(circle 150px at 40% -80%,#8f1c33 0,transparent 100%),#f5b1b1
}
.header__harry-text,
footer .footer__harry-text {
 font-size:1rem;
 line-height:1.125rem
}
.header__order,
footer .footer__order {
 min-width:290px;
 width:290px;
 margin-bottom:27px
}
.header__order .timer,
footer .footer__order .timer {
 margin-bottom:25px;
 margin-left:auto;
 margin-right:auto
}
.navbar {
 position:fixed;
 width:100%;
 bottom:0;
 margin:0;
 padding:10px 0;
 -webkit-transform:translateY(110%);
 transform:translateY(110%);
 background-color:rgba(235,235,235,.85);
 -webkit-box-shadow:0 -5px 15px rgba(0,0,0,.15);
 box-shadow:0 -5px 15px rgba(0,0,0,.15);
 z-index:200
}
.navbar-contein {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-flow:row nowrap;
 flex-flow:row nowrap;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.navbar.fixed {
 -webkit-transform:translateY(0);
 transform:translateY(0);
 -webkit-transition:-webkit-transform .7s;
 transition:-webkit-transform .7s;
 transition:transform .7s;
 transition:transform .7s, -webkit-transform .7s;
 transition:transform .7s,-webkit-transform .7s
}
.navbar-logo,
.navbar-menu {
 display:none
}
.wrap-button {
 font-size:0
}
.navbar-button {
 display:inline-block;
 width:250px
}
.order-btn {
 display:block;
 margin-top:26px;
 margin-bottom:20px
}
.navbar-button,
.order-btn {
 position:relative;
 display: block;
 padding:0 20px;
 color:#fff;
 font-size:1rem;
 font-weight:700;
 line-height:50px;
 text-align:center;
 background:-webkit-gradient(linear,left bottom, left top,color-stop(0, #b82b3f),to(#e8566c));
 background:linear-gradient(to top,#b82b3f 0,#e8566c 100%);
 border-radius:10px;
 text-transform:uppercase;
 text-decoration:none;
 cursor:pointer;
 outline:0;
 overflow:hidden;
 z-index:200;
 border: none;
 border-radius:5px;
  width:240px;
  height:50px;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;


}
.navbar-button::after,
.order-btn::after {
 content:'';
 display:inline-block;
 width:7px;
 height:7px;
 margin-left:6px;
 margin-bottom:1px;
 border:2px solid #fff;
 border-top:none;
 border-right:none;
 -webkit-transform:rotate(-135deg);
 transform:rotate(-135deg)
}
.complex__inner,
.stop__pros {
 display:-webkit-box;
 display:-ms-flexbox
}
.navbar-button:hover,
.order-btn:hover {
 background:-webkit-gradient(linear,left bottom, left top,color-stop(0, #b82b3f),to(#e8566c));
 background:linear-gradient(to top,#b82b3f 0,#e8566c 100%)
}
.navbar-button:active,
.order-btn:active {
 background:#b82b3f
}
.complex {
 position:relative;
 background:url(../img/bg-complex-mobile.jpg) center bottom no-repeat,#ecb4b2;
 background-size:cover
}
.complex__inner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.complex__content {
 position:relative;
 font-weight:500;
 line-height:1.125rem
}
.complex__facepalm {
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto
}
.steps__container,
.stop__pros {
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal
}
.complex__list {
 padding-right:132px
}
.complex__list-item {
 position:relative;
 padding-left:26px;
 margin-top:25px;
 color:#444;
 word-wrap:break-word
}
.complex__list-item::after,
.complex__list-item::before {
 content:'';
 position:absolute;
 display:block;
 top:6px;
 left:0;
 width:16px;
 height:3px;
 background-color:#860029
}
.complex__list-item::before {
 -webkit-transform:rotate(45deg);
 transform:rotate(45deg)
}
.complex__list-item::after {
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
.facepalm {
 position:relative
}
.facepalm::before {
 content:'';
 position:absolute;
 width:159px;
 height:238px;
 bottom:-24px;
 right:-30px;
 background:url(../img/girl-facepalm.png) center bottom no-repeat;
 background-size:cover
}
.facepalm__wrapper {
 width:100%;
 height:100%
}
.facepalm__wrapper>div {
 position:absolute;
 width:175px
}
.facepalm__text {
 font-family:"Dancing Script",cursive;
 color:#000
}
.facepalm__freak {
 font-size:3.375rem
}
.facepalm__freak_left {
 text-align:right;
 bottom:300px;
 right:390px;
 -webkit-transform:rotate(30deg);
 transform:rotate(30deg)
}
.facepalm__freak_right {
 right:18px;
 bottom:230px;
 -webkit-transform:rotate(-19deg);
 transform:rotate(-19deg)
}
.facepalm__douchebag {
 font-size:2rem
}
.facepalm__douchebag_left {
 text-align:right;
 bottom:235px;
 right:420px;
 -webkit-transform:rotate(12deg);
 transform:rotate(12deg)
}
.facepalm__douchebag_right {
 bottom:310px;
 right:30px;
 -webkit-transform:rotate(-30deg);
 transform:rotate(-30deg)
}
.facepalm__noob {
 font-size:2rem;
 bottom:162px
}
.facepalm__noob_left {
 text-align:right;
 right:425px;
 -webkit-transform:rotate(-2deg);
 transform:rotate(-2deg)
}
.facepalm__noob_right {
 right:15px
}
.stop {
 background:url(../img/bg-stop-mobile.jpg) center center no-repeat;
 background-size:cover
}
.stop__pros-item:nth-child(1)::before,
.stop__pros-item:nth-child(2)::before,
.stop__pros-item:nth-child(3)::before {
 background-image:url(../img/icons.png);
 width:98px;
 height:99px
}
.stop__pros {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-flow:column wrap;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
         flex-flow:column wrap
}
.stop__pros-item {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding-left:122px;
 min-height:99px
}
.result__frame::before,
.result__inner::before,
.stop__pros-item::before {
 display:block;
 content:''
}
.stop__pros-item:not(:last-child) {
 margin-bottom:18px
}
.stop__pros-item::before {
 position:absolute;
 left:0;
 top:50%;
 -webkit-transform:translateY(-50%);
 transform:translateY(-50%)
}
.stop__pros-item:nth-child(1)::before {
 background-position:0 0
}
.stop__pros-item:nth-child(2)::before {
 background-position:-103px 0
}
.stop__pros-item:nth-child(3)::before {
 background-position:-206px 0
}
.stop__pros-text {
 text-shadow:0 2px 2px rgba(0,0,0,.35);
 color:#fff;
 font-weight:500;
 line-height:1.25rem
}
.result {
 position:relative;
 background:radial-gradient(circle 327px at 60% 75%,#fff 0,rgba(255,255,255,0) 100%),#47a7bf
}
.result__inner::before {
 position:absolute;
 width:186px;
 height:296px;
 background:url(../img/girl-result-mob.png) center bottom no-repeat;
 background-size:contain;
 bottom:-24px;
 right:-37px;
 z-index:10
}
.result__frame {
 position:relative;
 max-width:606px;
 min-height:350px
}
.result__frame::before {
 position:absolute;
 top:-12px;
 right:14px;
 bottom:-14px;
 left:-15px;
 border:5px solid rgba(255,255,255,.4)
}
.result__content,
.result__content>* {
 position:relative
}
.result__content {
 background-color:#fff;
 padding:24px 18px 28px;
 font-weight:500;
 line-height:1.125rem
}
.result__list {
 padding-right:115px
}
.result__list-item {
 position:relative;
 padding-left:26px;
 margin-top:25px;
 color:#444;
 word-wrap:break-word
}
.result__list-item::before,
.slick-dots,
.slick-next,
.slick-prev {
 position:absolute;
 display:block
}
.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
 color:transparent;
 background:0 0;
 outline:0
}
.result__list-item::before {
 content:'';
 top:0;
 left:2px;
 width:12px;
 height:7px;
 border-width:0 0 3px 3px;
 border-style:solid;
 border-color:#d9606e;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
.slick-next,
.slick-prev {
 font-size:0;
 line-height:0;
 width:36px;
 height:82px;
 padding:0;
 cursor:pointer;
 border:none;
 z-index:100
}
.slick-next:focus::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-prev:hover::before {
 opacity:1
}
.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before {
 border-color:#f3a5ae
}
.slick-next::before,
.slick-prev::before {
 display:block;
 content:'';
 width:16px;
 height:16px;
 border-width:2px;
 border-style:solid;
 border-color:#d9606e
}
.slick-prev {
 left:50%;
 -webkit-transform:translateX(-152px);
 transform:translateX(-152px)
}
.slick-prev::before {
 margin-right:auto;
 border-top:none;
 border-right:none;
 -webkit-transform:translateX(50%) rotate(45deg);
 transform:translateX(50%) rotate(45deg)
}
.slick-next {
 right:50%;
 -webkit-transform:translateX(152px);
 transform:translateX(152px)
}
.slick-next::before {
 margin-left:auto;
 border-top:none;
 border-left:none;
 -webkit-transform:translateX(-50%) rotate(-45deg);
 transform:translateX(-50%) rotate(-45deg)
}
[dir=rtl] .slick-prev {
 right:3px;
 left:auto
}
[dir=rtl] .slick-prev::before {
 content:''
}
[dir=rtl] .slick-next {
 right:auto;
 left:3px
}
[dir=rtl] .slick-next::before {
 content:''
}
.slick-dotted.slick-slider {
 margin-bottom:70px
}
.slick-dots {
 width:100%;
 padding:0;
 margin:20px 0 0;
 font-size:0;
 text-align:center
}
.slick-dots li,
.slick-dots li button {
 position:relative;
 width:18px;
 height:18px;
 cursor:pointer
}
.slick-dots li {
 display:inline-block;
 margin:0 4px;
 padding:0
}
.slick-dots li button {
 font-size:0;
 line-height:0;
 display:block;
 padding:5px;
 border-radius:50%;
 border:0
}
.slick-dots li button:focus,
.slick-dots li button:hover {
 outline:0
}
.slick-dots li button::before {
 content:'';
 position:absolute;
 display:block;
 width:8px;
 height:8px;
 border-radius:50%;
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 background-color:#f3a5ae;
 opacity:1
}
.slick-dots li.slick-active button::before {
 width:12px;
 height:12px;
 background-color:#d9606e
}
.consist {
 
 background-size:290px auto
}
.consist__inner {
 padding:0
}
.consist__title {
 margin-bottom:20px;
 padding:0 15px
}
.consist__item {
 text-align:center;
 outline:0
}
.consist__content {
 color:#444;
 font-weight:500;
 margin-bottom:14px;
 padding-left:15px;
 padding-right:15px;
 outline:0
}
.consist__name {
 display:block;
 color:#3a899c;
 font-weight:900;
 margin-bottom:15px
}
.consist .slick-next,
.consist .slick-prev {
 bottom:-65px
}
.consist .slick-dots {
 margin-top:15px
}
.consist .slick-dotted.slick-slider {
 margin-bottom:340px
}
.expert {
 position:relative;
 background-color:#d9606e
}
.expert__inner::before {
 content:'';
 position:absolute;
 display:block;
 width:274px;
 height:392px;
 background:url(../img/expert_eu.png) center bottom no-repeat;
 background-size:contain;
 top:-263px;
 left:50%;
 -webkit-transform:translateX(-50%);
 transform:translateX(-50%)
}
.expert__content {
 position:relative;
 max-width:718px;
 background-color:#fff;
 text-align:center;
 padding:22px 15px 26px;
 font-weight:500;
 line-height:1.125rem;
 margin-top:255px
}
.expert__content::before {
 content:'';
 position:absolute;
 display:block;
 top:-15px;
 right:15px;
 bottom:35px;
 left:-15px;
 border:5px solid rgba(255,255,255,.4)
}
.expert__content>*,
.how-works__item,
.reviews__content {
 position:relative
}
.expert__title {
 margin-bottom:18px
}
.expert__text {
 color:#444
}
.expert__name {
 margin-top:15px;
 color:#47a7bf
}
.reviews {
 background:radial-gradient(circle 600px at 50% 113%,#fff 0,rgba(255,255,255,0) 100%),#00a9c2;
 padding-bottom:10px;
 padding-left:10px;
 padding-right:10px
}
.reviews .slick-next,
.reviews .slick-prev {
 bottom:50%
}
.reviews .slick-next::after,
.reviews .slick-next::before,
.reviews .slick-prev::after,
.reviews .slick-prev::before {
 border-color:#47a7bf
}
.reviews .slick-dots {
 margin-top:-30px
}
.reviews .slick-dots li button::before {
 background-color:#99cedc
}
.reviews .slick-dots li.slick-active button::before {
 background-color:#47a7bf
}
.reviews .slick-dotted.slick-slider {
 margin-bottom:0
}
.reviews__slider {
 margin-top:25px
}
.reviews__name {
 display:block;
 color:#e8566c;
 line-height:1.5625rem;
 margin-top:16px;
 margin-bottom:6px
}
.how-works__item,
.steps__container {
 display:-webkit-box;
 display:-ms-flexbox
}
.reviews__content {
 background-color:#fbfcfc;
 background-repeat:no-repeat;
 background-position:center top;
 padding:260px 20px 5px;
 margin:0 auto 15px;
 text-align:center;
 outline:0;
 width:242px;
 min-height:444px;
 height:100%
}
.reviews__item {
 font-size:1.125rem;
 line-height:1.375rem;
 font-weight:500;
 padding-left:15px;
 padding-right:15px;
 margin-bottom:40px;
 outline:0
}
.reviews__item .red {
 background-image:url(../img/rev-1.jpg)
}
.reviews__item .white {
 background-image:url(../img/rev-2.jpg)
}
.reviews__item .black {
 background-image:url(../img/rev-3.jpg)
}
.how-works {
 background-color:#fff;
 padding-bottom:0;
 counter-reset:how
}
.how-works .inner {
 padding-left:0;
 padding-right:0
}
.how-works__title {
 padding-left:75px;
 padding-right:75px
}
.how-works .slick-next,
.how-works .slick-prev {
 bottom:270px
}
.how-works .slick-dots {
 margin-top:-320px
}
.how-works .slick-dotted.slick-slider {
 margin-bottom:0
}
.how-works__content {
 position:relative;
 font-weight:500;
 color:#4d4d4d;
 text-align:center;
 padding-left:40px;
 padding-right:40px;
 padding-bottom:330px;
 font-size:1rem;
 line-height:1.125rem;
 min-height:410px
}
.how-works__item {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 counter-increment:how;
 margin-top:15px;
 outline:0
}
.how-works__item .item-content {
 background-position:center bottom;
 background-repeat:no-repeat;
 background-size:auto 273px
}
.how-works__item:nth-child(1) .item-content {
 background-image:url(../img/how-1.png)
}
.how-works__item:nth-child(2) .item-content {
 background-image:url(../img/how-2.png)
}
.how-works__item:nth-child(3) .item-content {
 background-image:url(../img/how-3.png)
}
.how-works__item::before {
 content:counter(how);
 position:absolute;
 bottom:0;
 left:8px;
 opacity:.3;
 color:#e8566c;
 font-size:16.625rem;
 line-height:.825
}
.how-works__item:nth-child(3)::before {
 left:-8px
}
.warning {
 background:radial-gradient(circle 216px at 58% 90%,rgba(255,255,255,.54) 0,rgba(255,255,255,0) 100%),url(../img/bg-warning-mobile.jpg) center center no-repeat,-webkit-gradient(linear,left top, right top,color-stop(0, #bd4784),color-stop(48%, #d664a0),to(#d67b9a));
 background:radial-gradient(circle 216px at 58% 90%,rgba(255,255,255,.54) 0,rgba(255,255,255,0) 100%),url(../img/bg-warning-mobile.jpg) center center no-repeat,linear-gradient(to right,#bd4784 0,#d664a0 48%,#d67b9a 100%);
 background-size:cover;
 padding:14px 0 14px;
}
.warning__container {
 max-width:560px;
 margin:auto;
 padding:18px 0 40px;
 background:url(../img/product_eu.png) top right 15px no-repeat
}
.warning__title {
 text-align:left
}
.warning__text {
 color:#fff;
 font-size:1rem;
 line-height:1.125rem;
 font-weight:500;
 padding-right:128px;
 margin-top:10px
}
.steps {
 background-color:#00a9c2;
 background-image:radial-gradient(circle 677px at 2% 4%,rgba(255,255,255,.7) 0,rgba(255,255,255,0) 100%),radial-gradient(circle 677px at 95% 90%,rgba(255,255,255,.7) 0,rgba(255,255,255,0) 100%);
 background-size:991px auto;
 background-position:center top
}
.steps__container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-flow:column wrap;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
         flex-flow:column wrap;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.steps__item {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-flow:column wrap;
 flex-flow:column wrap;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 text-align:center;
 min-width:200px;
 max-width:220px;
 margin-top:10px;
 margin-bottom:15px;
 color:#fff
}
.steps__image {
 margin-bottom:12px
}
.steps__image .icon {
 font-size:.758938rem
}
.steps__title {
 display:block;
 margin-bottom:6px
}
.steps__text {
 font-weight:500;
 font-size:1rem;
 line-height:1.25rem
}
div.footer {
 position:relative;
 text-align:center;
 font-size:.875rem!important;
 line-height:1.25rem!important;
 background:#027383!important;
 color:rgba(255,255,255,.7)!important;
 padding:18px 10px!important
}
.footer__cm a,
.footer__list a {
 display:inline-block;
 vertical-align:bottom;
 font-size:inherit;
 color:inherit
}
.footer__in {
 opacity:.32
}
.footer__list {
 margin:0!important;
 padding:0 0 15px!important;
 line-height:1.4!important
}
.footer__list a {
 line-height:inherit;
 padding:0 5px;
 text-decoration:none
}
.footer__list a.underline {
 text-decoration:underline
}
.footer__cm a,
.footer__list a.underline:hover {
 text-decoration:none
}
.footer__list span {
 font-size:inherit;
 line-height:1.4
}
.footer__cm,
.footer__cm a {
 padding:0 5px;
 line-height:inherit
}
.footer__feedback-btn {
 display:inline-block;
 text-align:center;
 text-decoration:none;
 cursor:pointer
}
.footer__cm {
 font-family:inherit;
 margin:15px 0 0!important
}
.copyright {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
}
.copyright a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
    color:#333;
}
.copyright img {
   width: auto;
}
.copyright p {
    padding: 0;
    margin: 0;
}
@media screen and (min-width:992px) and (max-width:1919px) {
 .steps {
  background-size:1920px 100%
 }
}
@media screen and (min-width:992px) and (min-width:1200px) {
 .hurryUp__cont {
  margin-right:350px
 }
}
@media screen and (min-width:992px) and (max-width:1199px) {
 .inner {
  width:960px
 }
 .hurryUp__cont {
  margin-right:25px
 }
 .header__text::before,
 footer .footer__text::before {
  left:-15px
 }
 .header__title,
 footer .footer__title {
  font-size:2.5rem;
  line-height:3.2rem
 }
 .header__title .name,
 footer .footer__title .name {
  font-size:3.5rem;
 }
 .header__pluses,
 footer .footer__pluses {
  max-width:170px
 }
 .header__pluses::after,
 footer .footer__pluses::after {
  left:-175px
 }
 .header__order,
 footer .footer__order {
  margin-left:20px
 }
 .navbar-menu {
  max-width:666px
 }
 .complex__content {
  margin-left:70px
 }
 .facepalm::before {
  right:100px
 }
 .facepalm__wrapper {
  -webkit-transform:translateX(90px);
  transform:translateX(90px)
 }
 .stop__pros {
  padding:0 40px
 }
 .consist {
  background:url(../img/bg-consist_eu.jpg) no-repeat 50% 80% ,#fff;
  background-size:400px auto;
 }
 .consist__slider {
  padding-top:80px;
  padding-bottom:20px
 }
 .expert__content {
  padding-right:230px
 }
 .reviews__slider,
 .steps__container {
  padding:0 30px
 }
}
@media screen and (min-width:1920px) {
 .steps {
  background-size:cover
 }
}
@media screen and (min-width:1200px) {
 .inner {
  width:1140px
 }
 .hurryUp__ba {
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
 }
 .hurryUp__after,
 .hurryUp__before {
  margin-left:1px;
  position:relative
 }
 .hurryUp__after::before,
 .hurryUp__before::before {
  position:absolute;
  left:5px;
  bottom:5px;
  font-size:.875rem
 }
 .hurryUp__before::before {
  content:'Before';
  color:#686868
 }
 .hurryUp__after::before {
  content:'After';
  color:#018b9f
 }
 .header__text::before,
 footer .footer__text::before {
  left:0
 }
 .header__title,
 footer .footer__title {
  font-size:3.3125rem;
  line-height:4.1875rem
 }
 .header__title .name,
 footer .footer__title .name {
  font-size:4.5rem;
  line-height:5rem
 }
 .header__pluses,
 footer .footer__pluses {
  max-width:238px;
  margin-right:42px
 }
 .header__pluses::after,
 footer .footer__pluses::after {
  left:-205px
 }
 .header__up-size,
 footer .footer__up-size {
  margin-right:25px;
 }
 .header__order,
 footer .footer__order {
  margin-left:40px
 }
 .navbar-menu {
  max-width:800px
 }
 .complex__content {
  margin-left:130px
 }
 .facepalm::before {
  right:190px
 }
 .stop__pros {
  padding:0 80px
 }
 .consist {
  background-size:auto auto;
  background:url(../img/bg-consist_eu.jpg) no-repeat 50% 80% ,#fff;
 }
 .consist__slider {
  padding-top:120px;
  padding-bottom:60px;
  min-height:580px
 }
 .expert__content {
  padding-right:50px
 }
 .reviews__slider {
  padding:0 100px
 }
 .steps__container {
  padding:0 65px
 }
}
@media screen and (max-width:1199px) {
 .header__up-size,
 footer .footer__up-size {
  margin-left:30px;
  margin-top:  -33px;
 }
}
@media screen and (max-width:992px) {
 .navbar-button {
  min-width:160px;
  max-width:200px
 }
}
@media screen and (min-width:992px) {
 .navbar-menu,
 .steps__container,
 .stop__pros {
  -webkit-box-orient:horizontal
 }
 .title {
  font-size:3rem;
  line-height:3.75rem
 }
 .counter {
  padding-right:0
 }
 .counter__elem {
  font-size:3.1rem;
  background-color:#f1f2f2;
  border-radius:5px;
  -webkit-box-shadow:0 1px 3px rgba(194,194,194,.75);
  box-shadow:0 1px 3px rgba(194,194,194,.75);
  height:48px;
  line-height:3rem;
  width:44px;
  margin-right:5px
 }
 .hurryUp {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MS42IDUxLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxLjYgNTEuNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBpZD0iWE1MSURfMV8iIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRjAwMDA7c3Ryb2tlLXdpZHRoOjM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBjeD0iMjUuOCIgY3k9IjI1LjgiIHI9IjI0LjMiLz4NCjxnIGlkPSJYTUxJRF8zXyI+DQoJPGcgaWQ9IlhNTElEXzg5XyI+DQoJCTxwYXRoIGlkPSJYTUxJRF85MF8iIHN0eWxlPSJmaWxsOiNGRjAwMDA7IiBkPSJNMjYuNCwzOS41TDI2LjQsMzkuNWMtMC44LDAtMS41LTAuMy0yLTAuOXMtMC44LTEuMy0wLjgtMi4xYzAtMC45LDAuMy0xLjYsMC44LTIuMQ0KCQkJYzAuNS0wLjYsMS4yLTAuOCwyLTAuOGMwLjksMCwxLjYsMC4zLDIuMSwwLjhjMC41LDAuNiwwLjgsMS4zLDAuOCwyLjFzLTAuMywxLjYtMC44LDIuMUMyOCwzOS4zLDI3LjMsMzkuNSwyNi40LDM5LjV6IE0yOCwyOS43DQoJCQloLTMuM2wtMS0xOWg1LjRMMjgsMjkuN3oiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-repeat:no-repeat;
  background-size:50px 50px;
  background-position:30px center;
  min-height:84px;
  font-size:0;
  margin:0 auto;
  background-color:rgba(255,255,255,.9);
  border:1px solid red;
  padding:18px 25px 18px 100px;
  position:absolute;
  top:30px;
  left:0;
  right:0;
  z-index:190;
  -webkit-transition:top .5s;
  transition:top .5s
 }
 .hurryUp:after {
  content:" ";
  display:table;
  clear:both
 }
 .hurryUp__cont {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-left:auto
 }
 .hurryUp.js-fixed {
  position:fixed;
  top:70px
 }
 .hurryUp.js-absolute {
  top:30px
 }
 .hurryUp__close {
  cursor:pointer;
  position:absolute;
  right:15px;
  top:5px;
  display:block;
  width:19px;
  height:19px;
  background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgaWQ9IlhNTElEXzFfIiBzdHlsZT0iZmlsbDojRkYwMDBEOyIgY3g9IjEwIiBjeT0iMTAiIHI9IjEwIi8+DQo8cGF0aCBpZD0iWE1MSURfMl8iIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiBkPSJNNC44LDQuOGwxMC40LDEwLjRMNC44LDQuOHoiLz4NCjxsaW5lIGlkPSJYTUxJRF8zXyIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHgxPSIxNS4yIiB5MT0iNC44IiB4Mj0iNC44IiB5Mj0iMTUuMiIvPg0KPC9zdmc+DQo=);
  background-size:contain;
  z-index:10
 }
 .hurryUp__text {
  display:inline-block;
  vertical-align:top;
  color:#454444;
  font-size:0.875rem;
  line-height:1.3125rem;
  padding-right:25px
 }
 .hurryUp__text-bold {
  font-size:1rem;
  font-weight:700
 }
 .hurryUp__text-desc {
  font-size:0.7rem;
  font-weight:400;
  display:block
 }
 .hurryUp__text-medium,
 .navbar-menu li {
  font-weight:500
 }
 .hurryUp>.hurryUp__text {
  max-width:335px;
 }
 .show-btn {
  opacity:0;
  cursor:pointer;
  height:65px;
  position:fixed;
  right:20px;
  top:70px;
  -webkit-transition:opacity .5s;
  transition:opacity .5s;
  width:65px;
  z-index:-1
 }
 .show-btn svg,
 .show-btn::after,
 .show-btn::before {
  bottom:0;
  height:46px;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  width:46px
 }
 .show-btn::after,
 .show-btn::before {
  content:'';
  display:block;
  border:1px solid #FF0404;
  border-radius:50%;
  -webkit-animation:scaling 3s infinite cubic-bezier(.215,.61,.355,1);
  animation:scaling 3s infinite cubic-bezier(.215,.61,.355,1)
 }
 .show-btn::before {
  width:37px;
  height:37px
 }
 .show-btn::after {
  width:43px;
  height:43px;
  border-color:rgba(255,18,17,.26)
 }
 .show-btn.js-active {
  opacity:1;
  z-index:100
 }
 .header__main,
 footer .footer__main {
  background:linear-gradient(38deg,rgba(215,79,161,.7) 0,rgba(0,177,203,.7) 48%,rgba(84,74,111,.7) 99%,rgba(84,74,111,.7) 100%),url(../img/bg-header-desktop.jpg) center center no-repeat,#fff;
  background-size:cover;
  padding-bottom:30px
 }
 .header__main::before,
 footer .footer__main::before {
  content:'GrandBuste';
  position:absolute;
  display:block;
  top:20px;
  left:50%;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  color:#fff;
  opacity:.12;
  font-size:13.75rem;
  line-height:1;
  white-space:nowrap
 }
 .header__content,
 footer .footer__content {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row
 }
 .header__text::before,
 footer .footer__text::before {
  width:366px;
  height:621px;
  bottom:0
 }
 .header__text,
 footer .footer__text {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding-left:26.4%;
  padding-bottom:15px
 }
 .header__title,
 footer .footer__title {
  margin-top:20px;
  padding-left:0;
  text-shadow:0 5px 11px #018b9f
 }
 .header__title .name,
 footer .footer__title .name {
  line-height:5rem
 }
 .header__pluses,
 footer .footer__pluses {
  padding-right:0;
  margin-top:0
 }
 .header__pluses::after,
 footer .footer__pluses::after {
  width:172px;
  height:381px;
  bottom:-45px
 }
 .header__pluses-item,
 footer .footer__pluses-item {
  font-size:1.125rem;
  line-height:1.5rem;
  padding-left:36px;
  margin-bottom:22px
 }
 .header__pluses-item::before,
 footer .footer__pluses-item::before {
  top:1px;
  left:0;
  background-image:url(../img/icons.png);
  background-position:0 -104px;
  width:29px;
  height:24px
 }
 .header__harry,
 .header__harry::before,
 footer .footer__harry,
 footer .footer__harry::before {
  display:none
 }
 .header__order,
 footer .footer__order {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
  margin-bottom:80px;
  margin-top:20px
 }
 .navbar-logo {
  display:inline-block;
  width:148px;
  color:#66302f;
  text-transform:uppercase;
  margin:0;
  font-size:1.5rem
 }
 .consist__slider,
 .navbar-menu {
  display:-webkit-box;
  display:-ms-flexbox
 }
 .navbar-menu {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-direction:normal;
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -ms-flex-pack:distribute;
  justify-content:space-around;
  padding:0 40px;
  width:100%
 }
 .navbar-menu li {
  display:inline-block;
  font-size:1rem;
  line-height:1.375rem
 }
 .navbar-menu a {
  display:inline-block;
  color:#000;
  line-height:3.75rem;
  padding:0 15px;
  text-decoration:none
 }
 .navbar-menu .is-active a,
 .navbar-menu a:hover {
  color:#e8566c
 }

 .complex {
  margin-top:-30px;
  background:radial-gradient(circle 568px at 10% 41%,rgba(155,1,48,.27) 0,rgba(255,255,255,0) 100%),radial-gradient(circle 568px at 106% 17%,rgba(155,1,48,.45) 0,rgba(255,255,255,0) 100%),url(../img/bg-complex-desktop.jpg) center bottom no-repeat,#f5b1b1;
  background-size:auto 100%
 }
 .complex__content {
  max-width:330px;
  font-size:1.125rem;
  line-height:1.3125rem
 }
 .complex__title {
  text-align:left;
  margin-top:10px
 }
 .complex__list {
  padding-right:0;
  margin-bottom:20px
 }
 .facepalm::before {
  width:230px;
  height:342px
 }
 .stop {
  background:url(../img/bg-stop-desktop.jpg) center center no-repeat;
  background-size:cover
 }
 .stop__pros {
  -webkit-box-direction:normal;
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin:20px 0
 }
 .stop__pros-item {
  max-width:290px
 }
 .stop__pros-item:not(:last-child) {
  margin-bottom:0
 }
 .stop__pros-text {
  font-size:1.125rem;
  line-height:1.5rem;
  width:100%;
  padding-right:0
 }
 .consist__content,
 .expert__content,
 .how-works__content,
 .result__content,
 .warning__text {
  line-height:1.3125rem
 }
 .result {
  background:url(../img/bg-result-desktop.jpg) center bottom no-repeat,#00a9c2;
  background-size:auto 100%
 }
 .result__inner::before {
  display:none
 }
 .result__frame {
  margin:120px auto 120px 44px
 }
 .result__frame::before {
  top:-45px;
  right:36px;
  left:-44px;
  bottom:-45px;
  border-width:10px
 }
 .result__content {
  padding:44px 50px 44px 54px;
  background-image:url(../img/boobs-result.jpg);
  background-repeat:no-repeat;
  background-position:right center;
  background-size:contain;
  font-size:1.125rem
 }
 .result__title {
  text-align:left
 }
 .result__list {
  padding-right:0
 }
 .consist__inner {
  padding:0 15px
 }
 .consist__title {
  margin-bottom:0;
  margin-top:15px
 }
 .consist__slider {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
 }
 .consist__item,
 .reviews__slider {
  display:-webkit-box;
  display:-ms-flexbox
 }
 .consist__item {
  width:50%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
 }
 .consist__item:nth-child(odd) {
  text-align:right;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
 .consist__item:nth-child(even) {
  text-align:left;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
 }
 .consist__content {
  max-width:255px;
  padding:0;
  font-size:1.125rem;
  margin-bottom:32px
 }
 .expert {
  background:url(../img/expert-desktop.jpg) center center no-repeat;
  background-size:cover
 }
 .expert__inner::before {
  width:383px;
  height:548px;
  -webkit-transform:translateX(0);
  transform:translateX(0);
  left:auto;
  top:auto;
  bottom:-24px;
  right:10px;
  z-index:10
 }
 .expert__content {
  padding-top:30px;
  padding-bottom:34px;
  padding-left:44px;
  font-size:1.125rem;
  margin-top:64px;
  margin-left:90px;
  margin-bottom:64px;
  text-align:left
 }
 .expert__content::before {
  top:-45px;
  right:-58px;
  left:46px;
  bottom:-45px;
  border-width:10px
 }
 .expert__title {
  text-align:left
 }
 .expert__text {
  padding-right:32px
 }
 .expert__name {
  margin-top:24px
 }
 .reviews {
  padding-bottom:24px;
  background:radial-gradient(circle 896px at 50% 132%,#fff 0,rgba(255,255,255,0) 100%),#00a9c2
 }
 .reviews__slider {
  margin-top:45px;
  margin-bottom:30px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
 }
 .reviews__content {
  min-height:0
 }
 .reviews__item {
  padding:0;
  margin:0;
  background-color:#fbfcfc
 }
 .how-works {
  padding-top:48px;
  padding-bottom:0
 }
 .how-works .inner {
  padding-left:40px
 }
 .how-works__slider {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch
 }
 .how-works__content {
  padding-bottom:430px;
  font-size:1.125rem
 }
 .how-works__item {
  margin-top:60px;
  max-width:320px
 }
 .how-works__item .item-content {
  background-size:auto auto
 }
 .how-works__item:nth-child(3) .item-content {
  background-position:right bottom
 }
 .how-works__item::before {
  font-size:25.25rem;
  left:-5px;
  -webkit-transform:translateX(-25%);
  transform:translateX(-25%)
 }
 .warning {
  background:radial-gradient(circle 347px at 60% 50%,rgba(255,255,255,.54) 0,rgba(255,255,255,0) 100%),url(../img/bg-warning-desktop.jpg) center center no-repeat,-webkit-gradient(linear,left top, right top,color-stop(0, #cb3a86),color-stop(48%, #e559a2),to(#e3749b));
  background:radial-gradient(circle 347px at 60% 50%,rgba(255,255,255,.54) 0,rgba(255,255,255,0) 100%),url(../img/bg-warning-desktop.jpg) center center no-repeat,linear-gradient(to right,#cb3a86 0,#e559a2 48%,#e3749b 100%);
  background-size:cover
 }
 .warning__text {
  padding-right:210px;
  font-size:1.125rem;
  margin-top:15px
 }
 .steps {
  padding:36px 0
 }
 .steps__container {
  -webkit-box-direction:normal;
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start
 }
 .steps__item {
  margin-top:32px
 }
 .steps__item:not(:first-child) {
  margin-left:20px
 }
 .steps__image {
  margin-bottom:24px
 }
 .steps__text {
  font-size:1.125rem;
  line-height:1.625rem
 }
 div.footer {
  margin-top:-30px!important;
  padding-top:40px!important
 }
}
@media screen and (min-width:991px) {
 .navbar {
  top:0;
  padding:0;
  height:60px;
  -webkit-transform:translateY(-110%);
  transform:translateY(-110%);
  -webkit-box-shadow:0 2px 4px rgba(0,0,0,.14);
  box-shadow:0 2px 4px rgba(0,0,0,.14);
  background-color:rgba(255,255,255,.9);
  overflow:hidden
 }
}
@media screen and (max-width:991px) {
 .timer {
  display:none
 }
 .header__main,
 footer .footer__main {
  background-size:992px auto
 }
 .header__harry .counter,
 footer .footer__harry .counter {
  margin-left:-5px
 }
 .reviews .inner {
  width:100%;
  padding-left:0;
  padding-right:0
 }
 .hide-mob {
  display:none!important
 }
}
@media screen and (max-width:479px) {
 .footer__list span {
  display:none
 }
}
