html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
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;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

 .opacity {
-moz-transition: all 0.4s; 
-webkit-transition: all 0.4s;  
-ms-transition: all 0.4s;  
-o-transition: all 0.4s;  
transition: all 0.4s; 
opacity:1;
filter:alpha(opacity=100);
}
 
.opacity:hover {
opacity:0.8;
filter:alpha(opacity=80);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
input,
button {
    outline: none;
}

a {
    background-color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@font-face {
    font-family: 'OfficinaSans';
    src: url('../fonts/OfficinaSansBookC.woff2')
        /*tpa=http://rus.orlitpremium.com/w13/assets/fonts/OfficinaSansBookC.woff2*/
        format('woff2'), url('../fonts/OfficinaSansBookC.woff')
        /*tpa=http://rus.orlitpremium.com/w13/assets/fonts/OfficinaSansBookC.woff*/
        format('woff'), url('../fonts/OfficinaSansBookC.otf')
        /*tpa=http://rus.orlitpremium.com/w13/assets/fonts/OfficinaSansBookC.otf*/
        format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OfficinaSans';
    src: url('../fonts/OfficinaSansBoldC.woff2')
        /*tpa=http://rus.orlitpremium.com/w13/assets/fonts/OfficinaSansBoldC.woff2*/
        format('woff2'), url('../fonts/OfficinaSansBoldC.woff')
        /*tpa=http://rus.orlitpremium.com/w13/assets/fonts/OfficinaSansBoldC.woff*/
        format('woff'), url('../fonts/OfficinaSansBoldC.otf')
        /*tpa=http://rus.orlitpremium.com/w13/assets/fonts/OfficinaSansBoldC.otf*/
        format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OfficinaSans';
    src: url('../fonts/OfficinaSansBlackC.woff2')
        /*tpa=http://rus.orlitpremium.com/w13/assets/fonts/OfficinaSansBlackC.woff2*/
        format('woff2'), url('../fonts/OfficinaSansBlackC.woff')
        /*tpa=http://rus.orlitpremium.com/w13/assets/fonts/OfficinaSansBlackC.woff*/
        format('woff'), url('../fonts/OfficinaSansBlackC.otf')
        /*tpa=http://rus.orlitpremium.com/w13/assets/fonts/OfficinaSansBlackC.otf*/
        format('opentype');
    font-weight: 900;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-width: 320px;
    background: #fff;
    font-family: 'OfficinaSans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    cursor: default;
}

header,
section,
footer {
    margin: 0 auto;
    max-width: 1920px;
}

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px;
    position: relative;
}

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

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

b {
    font-weight: 700;
}

.timer_block {
    margin: 0 auto;
    padding: 0px 0;
    width: 285px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.timer_block p {}

.timer_block p span {
    font-size: 22px;
    text-transform: uppercase;
}

.timer_block .timer_item {
    float: left;
    margin-top: 2px;
    width: 64px;
    font-size: 44px;
    line-height: 44px;
    position: relative;
}

.timer_block .timer_item:before {
    display: block;
    content: ':';
    width: 10px;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: -5px;
}

.timer_block .timer_item:last-child:before {
    display: none;
}

.price_block {
    margin: 6px auto;
    width: 285px;
    margin-top: 8px;
}

.price_block .price_item {
    float: none;
    width: 67%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.price_block .price_item .value2 {
    font-size: 40px;
    line-height: 36px;
}

.price_block .price_item.old .value2 {}

.price_block .price_item.new .value2 {
    font-weight: 900;
    color: #fed228;
    margin-top: -6px;
}

.price_old {
    text-decoration: line-through;
}

.button {
    display: block;
    margin: 0 auto;
    width: 285px;
    height: 63px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffc000;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc000), to(#fddc40));
    background-image: -webkit-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
    background-image: -moz-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
    background-image: -o-linear-gradient(bottom, #ffc000 0%, #fddc40 100%);
    background-image: linear-gradient(to top, #ffc000 0%, #fddc40 100%);
    -webkit-box-shadow: 0 3px 0 #d7a200;
    -moz-box-shadow: 0 3px 0 #d7a200;
    box-shadow: 0 3px 0 #d7a200;
    font-family: 'OfficinaSans', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 70px;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.56);
    cursor: pointer;
    position: relative;
}

.button:hover {
    background-color: #f5b800;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5b800), to(#f6d538));
    background-image: -webkit-linear-gradient(bottom, #f5b800 0%, #f6d538 100%);
    background-image: -moz-linear-gradient(bottom, #f5b800 0%, #f6d538 100%);
    background-image: -o-linear-gradient(bottom, #f5b800 0%, #f6d538 100%);
    background-image: linear-gradient(to top, #f5b800 0%, #f6d538 100%);
}

.button:active {
    top: 1px;
}

.products_count {
    margin: 15px auto 0;
    width: 285px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 11px;
}

.products_count span {
    display: inline-block;
    vertical-align: top;
    margin: -2px 5px 0;
    padding: 1px 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #00aeef;
    font-weight: 900;
    font-size: 22px;
}

.sale {
    padding: 32px 0 0;
    width: 126px;
    height: 126px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #00aeef;
    -webkit-box-shadow: 0 0 0 7px #00aeef;
    -moz-box-shadow: 0 0 0 7px #00aeef;
    box-shadow: 0 0 0 7px #00aeef;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
}

.sale span {
    display: block;
    font-size: 46px;
    line-height: 46px;
}

h2.align_left {
    padding: 0 0 0 15px;
    border-left: 3px solid #00aeef;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #222;
    text-transform: uppercase;
}

h2.align_center {
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    color: #222;
    text-transform: uppercase;
    text-align: center;
}

h2.align_center:after {
    display: block;
    content: '';
    margin: 10px auto 0;
    width: 72px;
    height: 3px;
    background: #00aeef;
}

.header_section {
    padding: 20px 0 0;
    background: #1e2559 url("../img/desctop__header_bg.jpg")
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/desctop__header_bg.jpg*/
        center top no-repeat;
}

.header_section h1 {
    margin: 0 0 0 25px;
    font-weight: 900;
    font-size: 48px;
    line-height: 54px;
    color: #fff;
    text-transform: uppercase;
}

.header_section .subtitle {
    margin: 0 0 25px 25px;
    font-weight: 900;
    font-size: 48px;
    line-height: 54px;
    color: #fed228;
    text-transform: uppercase;
}

.header_section .info {
    margin: 0 0 0 25px;
    width: 285px;
}

.header_section ul {
    margin: 0 0 20px;
}

.header_section ul li {
    margin: 0 0 10px;
    padding: 0 0 0 26px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAMFBMVEUAAAAAru8Aru8Aru8Aru8Aru8Aru8Aru8Aru8Aru8Aru8Aru8Aru8Aru8Aru8Aru9yt2oZAAAAD3RSTlMAl/famjAJw6yH6aG7NiUlsvesAAAAcElEQVQI12NgYAg0UhZlAIKU/0DgxsDAVg9ifE9gYPkPBg4M8SDqs/5XBnkQo+HWRwb7X+f//2Dg+cygv47xfwPD/E8M+gUMEgyc/z8x2P8GmjX//2eg4g1Agf8fgdp/AwX+fwUZ2AIyEG4F3FK4MwDuykllxAnjwgAAAABJRU5ErkJggg==')
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/header__benefit_icon.png*/
        left 5px no-repeat;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.header_section ul li:last-child {
    margin: 0;
}

.header_section .triggers_block {
    margin: 25px 0 0 25px;
    padding: 15px 0;
    width: 335px;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    border-left: 1px dashed rgba(255, 255, 255, 0.2);
    font-size: 0;
    line-height: 0;
    letter-spacing: 1px;
    text-align: center;
}

.header_section .triggers_block p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    padding: 0 0 0 41px;
    width: 190px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAMAAAAocOYLAAAAmVBMVEUAAAD+zh792z7/wgT+0ST+0ij+yxj/xgz/xxD91jH+zyL+1Cz+yhb92Tj+yxj92Tn/xAn+zyH92zz/wwX92Tn/xAj93D/+1C3/wQH/xg3+0SX+2jr+zyH91TD+0SX92jz91zX+zBz+0CL/wwf/wAH+0in+0Sb/xxD/xxD91jL+0Sb/yhX92Tf+1TD+0if/wwb/xgz+ziD92z2+VWz9AAAAK3RSTlMAA+7u1heOHPHwRPDwpqZ4eGxHRx311tbWppBpDvz49fXTxaVqVt/d18qx3dvfaAAAAQxJREFUKM91zW17giAYhuGbzU2zzLd0OmvVqr1hTPn/P24INETpfD74eFwcAAtpyobgrqzknJcZHOIHgSvDGsOy2XPbfmP1qJ2KrIfblk+mzczlUesS6SfiQ+t2iGVfXKcW3zv1dfeXJ1x2pi/nGWiGbak6s8gMnwmyh4xdR+PJjFc2CAHiMent54MJJss/glTnENt3K0spvF66AOKAzs/9jYdULT6ErclaCnKkgzWBoDL9dyRASGkvZk1M7vXQEMKK6ht0NlZQ3Rww2fSAdnJoTUTuRhPornT084taVE+Kzi1IIPm1M9c+bvLfuRwjp1k+YcwvJrnwYUkeBd2GNYFDXola5biLnKszwdgfZ8xfnnUzEHIAAAAASUVORK5CYII=')
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/header__efficiency_icon.png*/
        left center no-repeat;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.header_section .triggers_block .icon {
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    height: 36px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAAkCAMAAAAtiZ11AAAA/1BMVEUAAAD8/Pzx8fHx8fH9/f309PTy8vL////////5+fn9/f3z8/P///96e3vz8fH////////+/v7////h4eH09PTw8PD+/v7n4uL////W09LR0dHFxcXAwMD////z8/P9/f3+/v7w8PD////t6enl4OD///+ur6+wsLH///91dnYrLCx7fHwtLi7////Vz87Sy8qur6+6urr////////7+/vq6ur////v7u5ubm75+fn09PTw8PD39vbn5+fs7OxYWFgkJCRMTEysqakzMzODgIBiYmKTkZFBQUF4eHjCvb26trbNyMiamJiioqKPhYTh3t3X0tLd19ezrq3l4eHVy8uYXRxmAAAANHRSTlMA+fnDtbOqFfr65OSLMJpZIqhCDLeurJVoZ2BZMwb6w7Clm4mCbVYwKh4dEhFiXFNOHU81LuVzKQAAA+9JREFUSMeVlgtXmzAYhmlt69zUzfuluunUOae70yS0acM1QIG21v3/37Iv+QoivezsoefwkTy8IRA4Ncq8O/744XWt9vrDx+N3xirQvsntm89LlLeHr0jBq8O3K/PO316U7Yuv6/POboNUaOxWlNX2r+qgm3pMs/jpsTfPFwfuLbZfXOj6DqmA3s6zVbYPl9ifS86FbpzfyMX6gsTGMrtRZO7tmEvZ2Zub9eFSmezkC2XTXMFmkfUf9m7NROhwFISe54XCd59yqVZ57mCvoIZLr2Fp+r5nh44IGGOBcMLA5djeOH+xNMBexf66WuFYDz3bYWWEGGJPec2DndOXMKVEl3EEk7OQryAd6mpqh6yKNHVXqxx5kCdmng1T0pHM9mByBNsP4E3dUMXEDn13KhkSRXrnorVRvO/aRnx1CSM5tizu2IL5Kcho/zaOuSL0UkJMc8iA6RPn/Ynrs9TkmuMiEWzEhbvk9gkhFg/sIEqgAllzY2xzYGgzYo6iDvcZeySmxeHRmH8SgtJ2kQi2pgPXmICnTxURhWQgt9e6APNcksLAPBYxsbqKVGap9H1VrhWJYGukzdyZ53hwEbyLoP1G7UIxNf2Q+cT1wNTAggodx1FHb4pEsDUijCxTV307kKVEbdf1+YFr+cztEcchsx5X3dcsVof1IhFsjSfkzItt5o+EEHERWZ9FMtcKYMqZPQIV4Q5jY9Oai0Q/M7EaeurNgDXMnyPf9IAQIiNfOnYYmb0ZE5uxpKuq8sSxz2OphVXswQKSUj7qY7TX1I4FU2vkCCeAJdTLieO4w1VRfjzY5bB86CePSWICenC0jygQO3AvHaYZUuRRZpz3VHVUJIKt8YNCE4xNaInetnGiC4dZmcOQyE2SoRS2HXG0To0CtOkY3ARLN2DRmJY4Mc7q+pICXxQvufCAULDM0k791igAWyNBywa6ZIDboTn1M8No6SpmgWAVUox8+dmgiK+GDtScO0p1BKPIAUhtLBOfVZBjjGyXI0/pjEx/VydQ9VNdoky/gfTQHGjgm86e8d1HYvVUe/O+HHm/P5gxcUdR1KHqzCQb+ZLo1v09ZX1630G648RN5UimbjwmhFPd+P6HUZDbCOUmISj1LJOY2v6O1jUtrC63YI1ZvEvzlmujwhV0DWDLKZf0aiZ9uQRrMfTyrhp511put37m1laTLnGaW5XA1fZZybrsdTr9ua13WU1Eu7XYbmFiPvfrjUG/wmDj+ouxkLurRfbVz4r2qckp9OCAsKe8+cNYSnu/au9/n7ce2q1alw464A1ot9ZqPxgruD89KNvNb3uLva3TozX1V3nt6HTL+Ce3J9tob5/cltv/AntnvmFRMR4SAAAAAElFTkSuQmCC')
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/header__certificates_icon.png*/
        center no-repeat;
}

.header_section .sale {
    top: 150px;
    left: 610px;
}

.diseases_section {
    margin-top: -71px;
    height: 723px;
    overflow: hidden;
}

.diseases_section .info {
    margin: 0 0 0 360px;
    padding: 30px 30px 0 30px;
    background: #fff;
    position: relative;
}

.diseases_section .info:before {
    display: block;
    content: '';
    width: 1000px;
    height: 100px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -990px;
}

.diseases_section h2 {
    margin: 0 0 30px;
}

.diseases_section .disease_item {
    display: table;
    margin: 0 0 30px;
    width: 100%;
}

.diseases_section .disease_item:last-child {
    margin: 0;
}

.diseases_section .disease_item .image_block {
    display: table-cell;
    vertical-align: middle;
    width: 89px;
}

.diseases_section .disease_item img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.diseases_section .disease_item .text_block {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
}

.diseases_section .disease_item h3 {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #0e3696;
}

.diseases_section .image {
    display: block;
    position: absolute;
    top: 71px;
    left: -484px;
}

.about_section {
    padding: 45px 0 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #1f204e), color-stop(80%, #2e5691), to(#2e5691));
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #1f204e 50%, #2e5691 80%, #2e5691 100%);
    background-image: -moz-linear-gradient(left, #fff 0%, #fff 50%, #1f204e 50%, #2e5691 80%, #2e5691 100%);
    background-image: -o-linear-gradient(left, #fff 0%, #fff 50%, #1f204e 50%, #2e5691 80%, #2e5691 100%);
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #1f204e 50%, #2e5691 80%, #2e5691 100%);
}

.about_section .image {
    display: block;
    -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 10px;
}

.about_section .product_image {
    display: block;
    max-width: 540px;
    position: absolute;
    top: -5px;
    right: -10px;
}

.about_section .info {
    margin: 0 0 0 45px;
    padding: 30px;
    width: 565px;
    background: #fff;
    position: relative;
}

.about_section .info h2 {
    margin: 0 0 15px 0;
}

.benefits_section {
    padding: 40px 0 10px;
}

.benefits_section h2 {
    width: 460px;
}

.benefits_section .benefits_list {
    margin-top: -84px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
}

.benefits_section .benefit_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    width: 460px;
    letter-spacing: normal;
}

.benefits_section .benefit_item:first-child {
    margin: 0 0 30px 480px;
}

.benefits_section .benefit_item:nth-child(even) {
    margin: 0 20px 30px 0;
}

.benefits_section .benefit_wrapper {
    display: table;
    width: 100%;
}

.benefits_section .benefit_wrapper .icon_block {
    display: table-cell;
    vertical-align: middle;
    width: 95px;
}

.benefits_section .benefit_wrapper img {
    display: block;
}

.benefits_section .benefit_wrapper .text_block {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
}

.benefits_section .benefit_wrapper h3 {
    margin: 0 0 4px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #0e3696;
}

.benefits_section .benefit_wrapper p {
    font-size: 16px;
    line-height: 24px;
}

.problems_section {
    padding: 40px 0 43px;
    background: #1e2559 url("../img/desctop__problems_bg.jpeg")
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/desctop__problems_bg.jpg*/
        center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.problems_section h2 {
    margin: 0 0 40px;
    color: #fff;
}

.problems_section .problems_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.problems_section .problem_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 40px;
    width: 200px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #fff;
}

.problems_section .problem_item img {
    display: block;
    margin: 0 auto 15px;
    border: 5px solid rgba(255, 255, 255, 0.09);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.results_section {
    padding: 40px 0 20px;
}

.results_section .description {
    margin: 20px 0 40px;
    text-align: center;
}

.results_section img {
    display: block;
    float: left;
    width: 537px;
}

.results_section ul {
    float: right;
    margin-top: 5px;
    width: 360px;
}

.results_section ul li {
    margin: 0 0 13px;
    padding: 0 0 0 110px;
    position: relative;
}

.results_section ul li:nth-child(2) {
    margin: 0 80px 13px 0;
}

.results_section ul li:last-child {
    margin: 0;
}

.results_section ul li span {
    font-weight: 900;
    font-size: 46px;
    line-height: 52px;
    color: #0e3696;
    position: absolute;
    top: -2px;
    left: 0;
}

.opinion_section {
    padding: 60px 0 0 0;
    height: 638px;
    background: #1e2559 url("../img/desctop__opinion_bg.jpeg")
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/desctop__opinion_bg.jpg*/
        center top no-repeat;
}

.opinion_section h2 {
    margin: 0 0 62px 45px;
    padding: 0 0 0 15px;
    border-left: 5px solid #00aeef;
    width: 360px;
    font-weight: 900;
    font-size: 46px;
    line-height: 52px;
    color: #fff;
    text-transform: uppercase;
}

.opinion_section .text_block {
    margin: 0 0 0 45px;
    padding: 36px 0 0;
    width: 510px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAaBAMAAAAgQJMxAAAAJ1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADdEvm1AAAADXRSTlMAMwctDQMRKiYiFhsffRb0fQAAAMpJREFUGNNVzzEOgkAQBdAfAhrUwq8SsDOxsQQbWyztTIyFsaHUTi3s9QQcQY6AJ8CbCTNMwa9efnZndwBcuPmiicFnnbTGqEFWo2wwq1G0cNgkAjxBCPQoSQ0ZBorKmtxwg6uI4SjG8BQB8DOUgglwMvi0f1wTbbAzAMc7A8WrbZAw7sIhK4FH5oKBrioLZIIDI0j6DBUlZ4qihWtjXBuzZLhvMRW4CdfooOB0YZAnV+QDCj1yJudyeUhGgi35QQc+35CMDM4TXfwB4n8mNLQ2M1gAAAAASUVORK5CYII=')
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/opinion__quote_icon.png*/
        left top no-repeat;
    position: relative;
}

.opinion_section .text_block:before {
    display: block;
    content: '';
    width: 461px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 12px;
    left: 49px;
}

.opinion_section .author_info {
    margin: 50px 0 0 125px;
    width: 405px;
    height: 59px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAA7CAMAAAC65N9EAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMAFqELlYQkBWg4tXC9YVJZD6x/MIp6K6d1Q8rDmj4e60jdTc+O1uO7zZPAAAAEIElEQVRYw7VXh5KkIBAlKoIYMI558v//4YkBvTlvvKtiu2qXloJ+/ToAA/5JpP9i4GflUqAQFeAnJWriAQAa2LabeO6mVw8MgMdduxBeE9/D9SO4Sj1waZdF4bOoEcsXvXvTgKwmgFYqAlHtzJ+kmpS2hhYxAt5045AtjiN/Mg65Zw8Cotka9mejcTxl2y2kxXaoKZ4URqahiKcBI2EPI7tfFkJxroel/XCc/bOX7ckCV8d/lnIiQvg8zxWIHOdfMGh/O0mH32yqNqnqaIkVVISSpjvFINfL9wXOnRo9fYz/wgpOPFLFniQB+BGfdXz8hCc8KrXh6R65PPM5cpzPleaedQqv8fcFmKsda6pBg0kX937JuvzOxOX+GdOMbHqi41Skkx4++2Ch539tx6jywYnkfMcUja4PM/UwXssFouOcUjobeJ3yAEztiPijfSKnaemLJRhNCI+spNzRQ/CuvmNA/RftMjLa7WK9VwZD0ZXexI6JAh84NxNW7zv+jtF+lDKHI0idax6g6NOaawwSvoc/97ZPR1tQ/QueRCr/KAExeZ5iFgDc84ghAAS6vYghbiTyA+0Vofc1X8kxWBB8EIu7abj6HsDVGwDFAHpnou6WUpe7hFBtl7ZcLKDk5RweaOxjQjyWYurDKKU+ysNr/65yhebputDZ8wpP7+V4VDNI0HpNv8PDu1x8JAyjfBqUg0nPQFI/q6sOih9My+dmCFHlaFIXbcBlc9I7kvnskIeAn9EjM9bo73BF4+7c067nPtYJFgiNA2VU01VkwvD6fNoYh115hBGW+HOqGQxJEhFiSu4pPcpL17lXMWKYj6u6EfcmsHtl2gn6cAA9CFaeMfePuQabuHnAjc02cX0iT09LCQG8JgCkr0QIDFLNrWyCERV1f7SHpO1BA5uolmLuGbMe7pfdS9W/faarUIYpYVgH7PPN1IXi5h40JnfWgm8iPVAGDkUQmXh6bcQrJGcG7HeQRNAAHjamuRvVMK9Ep8eeOZBkvZsdKAnx8ZUQr2lv02WGJP/+mnqxBdbLHtlf73qPrxr1FiX7j/dW2BeClZQgIvMvbw26olHTN+J/3tCPAjU0cL5eoPEaG2UKrxXArgzrJe4obEAyyyBNudZJAH4KpPOXYEZ0i+qttAvC0IH3zDITc1CxXY1TaRXD/O7EKtoKLvWsgtB0rfZdGiCJ7EZr7Q0Z7m611CrGxbx0s3ybzeymhKg1QhTuWie3iRGZ53Rbuhs9gm2CBPHRQyy1HC1TUmJ7vTsFtImx3bv4kZhZZbe2bsh4/4D7w8ymbA+GttlCaJeIWxifpbGc1FYzsn8ylWIF9kNgVRDbQOSa9dguRn7dMiwW/wcfWibCV80cj4mfALvSh7tilnMbDsCyBO7+BoEADLwFPyq37BIqx7rZX3DoNGg8dZgKAAAAAElFTkSuQmCC')
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/opinion__signature.png*/
        right center no-repeat;
    color: #fff;
}

.opinion_section .author_info .name {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.opinion_section .author_info .text {
    font-size: 18px;
    line-height: 26px;
}

.components_section {
    padding: 10px 0 0;
}

.components_section h2 {
    margin: 0 0 40px;
}

.components_section .product_image {
    display: block;
    position: absolute;
    top: 90px;
    left: 30%;
    margin-left: -120px;
    max-width: 530px;
}

.components_section .components_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.components_section .component_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 40px 0;
    width: 300px;
    letter-spacing: normal;
}

.components_section .component_item:nth-child(2) {
    margin: 0 0 40px 320px;
}

.components_section .component_item:last-child {
    margin: 0;
}

.components_section .component_item img {
    display: block;
    margin: 0 auto;
}

.components_section .component_item h3 {
    margin: 15px 0 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #0e3696;
}

.components_section .component_item p {
    font-size: 16px;
    line-height: 24px;
}

.use_section {
    padding: 40px 0;
    background: url("../img/use_bg.jpeg")
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/use_bg.jpg*/
        center top no-repeat;
    color: #222;
}

.use_section h2 {
    margin: 0 0 40px;
}

.use_section .title_block {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    position: relative;
    z-index: 10;
}

.use_section .title_block .title {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    padding: 0 21px 0 0;
    border-right: 1px solid #00aeef;
    font-weight: 900;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: normal;
    color: #0e3696;
    text-transform: uppercase;
}

.use_section .title_block p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
}

.use_section ul {
    margin: 20px 0 80px;
}

.use_section ul li {
    font-size: 18px;
    line-height: 26px;
}

.use_section .info {
    padding: 0 10px 15px;
    width: 330px;
    border: 1px dashed rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
}

.use_section .info .title {
    margin: -16px auto 4px;
    width: 110px;
    background: #fff;
    font-size: 24px;
    line-height: 30px;
    color: #0e3696;
}

 .textarial {
			font-family: Arial;
           
        }

.use_section .info p {
    font-size: 18px;
    line-height: 26px;
}

.use_section .image {
    display: block;
    position: absolute;
    bottom: -40px;
    right: 10px;
}

.use_section .product_image {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 160px;
    max-width: 180px;
}

.reviews_section {
    padding: 40px 0 43px;
    background: #1e2559 url("../img/desctop__reviews_bg.jpeg")
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/desctop__reviews_bg.jpg*/
        center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.reviews_section h2 {
    margin: 0 0 40px;
    color: #fff;
}

.reviews_section .reviews_list {
    margin: 0 0 40px;
}

.reviews_section .review_item img {
    display: block;
    margin: 0 auto;
    width: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07);
}

.reviews_section .review_item .text_block {
    margin-top: -65px;
    padding: 80px 15px 20px;
    min-height: 466px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
}

.reviews_section .review_item .author_info {
    margin: 0 0 10px;
    padding: 0 0 18px;
    background: url("../img/reviews__stars.png")
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/reviews__stars.png*/
        center bottom no-repeat;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #0e3696;
}

.order_steps_section {
    padding: 40px 0;
    background: url("../img/order_steps_bg.png")
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/order_steps_bg.png*/
        center no-repeat;
}

.order_steps_section h2 {
    margin: 0 0 40px;
}

.order_steps_section .steps_list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px;
    text-align: center;
}

.order_steps_section .step_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    width: 300px;
    letter-spacing: normal;
    position: relative;
}

.order_steps_section .step_item:last-child {
    margin: 0;
}

.order_steps_section .step_item:before {
    display: block;
    content: '';
    width: 29px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -25px;
}

.order_steps_section .step_item:first-child:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAVCAMAAACNHhVQAAAAdVBMVEUAAABz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2RnXX6o+AAAAJnRSTlMAIAPSYBX48OGwmnk7Gwnr28rCto+BdXBoVEpCMiwkEuahkouDDROXenQAAACbSURBVCjPfdDXDoQgEIXhQcHee3fref9H3NXEiAH8bn+GZIYMLLoRt3c1zO6GMwzmGAE+qRIhti8DAOxaWFM+8OcWLxfAW25jias0Oed8KPgRBxeq/NgOWtEeP9B7brGDgSOIRgd21c/xyiZe2ZCFtHrBJJ+/kR7YxGe64kfz2i8pCuzy3iIVw8aPSKsGnGAhPctLa0EmS5fQ6QfS3h+9qra35gAAAABJRU5ErkJggg==')
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/order_steps__arrow1.png*/
    ;
    top: 60px;
}

.order_steps_section .step_item:nth-child(2):before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAVCAMAAACNHhVQAAAAdVBMVEUAAABz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2Rlz2RnXX6o+AAAAJnRSTlMA+ZMJ4x6nmQPSzXJGQevaxbSuq6KGfm5YViYYFQ8H9GlOTToyMHWfDmwAAAChSURBVCjPfc5XDsMgEEXRB2447r07ffa/xJhEKMExnE+u0DzsLAIWU3ZxLLmgtJ2NdSAiFoyGuqYkFQkkb585fZx6AQzBpEURkeJ2gM/8WM10Yu7SV7m9hEQsr3nD/ZCRJpaXXTqWQRoNOcKbdzqK50WtCQ5qACj3/+9P/EgqfXEOnZNEvPZ5e/XCrfYw6Yjc1VhnRg3MSuZZ6q2ChXhAegEBnx6uXrJDUwAAAABJRU5ErkJggg==')
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/order_steps__arrow2.png*/
    ;
    top: 156px;
}

.order_steps_section .step_item .image_block {
    margin: 0 auto 15px;
    width: 216px;
    position: relative;
}

.order_steps_section .step_item img {
    display: block;
    border: 5px solid rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.order_steps_section .step_item .number {
    width: 74px;
    height: 74px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #00aeef;
    font-weight: 900;
    font-size: 32px;
    line-height: 68px;
    color: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
}

.order_steps_section .step_item p {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #222;
}

.order_steps_section .step_item:first-child p {
    padding: 0 40px;
}

.order_steps_section .step_item:nth-child(2) p {
    padding: 0 15px;
}

.order_section {
    padding: 0;
    background: #1e2559 url("../img/desctop__order_bg.jpeg")
        /*tpa=http://rus.orlitpremium.com/w13/assets/img/desctop__order_bg.jpg*/
        center top no-repeat;
}

.order_section h4 {
    padding-top: 10px;
    margin: 0 25px 30px 240px;
    font-weight: 900;
    font-size: 43px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}

.order_section h4 span {
    color: #fed228;
}

.order_section .form_block {
    margin: 0 0 0 575px;
    padding: 5px 0 0px;
    width: 340px;
    background-color: rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 40px rgba(7, 7, 7, 0.35);
    -moz-box-shadow: 0 0 40px rgba(7, 7, 7, 0.35);
    box-shadow: 0 0 40px rgba(7, 7, 7, 0.35);
    position: relative;
}

.order_section .form_block:before,
.order_section .form_block:after {
    display: block;
    content: '';
    width: 10px;
    height: 100%;
    -webkit-box-shadow: 0 -1px 0 0 #00aeef inset, 0 1px 0 0 #00aeef inset;
    -moz-box-shadow: 0 -1px 0 0 #00aeef inset, 0 1px 0 0 #00aeef inset;
    box-shadow: 0 -1px 0 0 #00aeef inset, 0 1px 0 0 #00aeef inset;
    position: absolute;
    top: 0;
}

.order_section .form_block:before {
    border-left: 1px solid #00aeef;
    left: 0;
}

.order_section .form_block:after {
    border-right: 1px solid #00aeef;
    right: 0;
}

.order_section .input {
    display: block;
    margin: 0 auto 10px;
    padding: 0 15px;
    width: 285px;
    height: 64px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    font-family: 'OfficinaSans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    text-align: center;
}

.order_section .input::-webkit-input-placeholder {
    opacity: 1;
    color: #222;
}

.order_section .input:-moz-placeholder {
    opacity: 1;
    color: #222;
}

.order_section .input::-moz-placeholder {
    opacity: 1;
    color: #222;
}

.order_section .input:-ms-input-placeholder {
    opacity: 1;
    color: #222;
}

.order_section .input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.order_section .input:focus:-moz-placeholder {
    opacity: 0;
}

.order_section .input:focus::-moz-placeholder {
    opacity: 0;
}

.order_section .input:focus:-ms-input-placeholder {
    opacity: 0;
}

.order_section .sale {
    top: 135px;
    left: 430px;
}

.footer_section {
    padding: 25px 0;
    background: #222;
    text-align: center;
}

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

.footer_section a {
    color: #ccc;
}

.footer_section a:hover {
    text-decoration: none;
}

@media screen and (max-width:959px) {
    .wrapper {
        width: 640px;
    }

    .header_section {
        padding: 0;
        background-image: url("../img/tablet__header_bg.jpg")
            /*tpa=http://rus.orlitpremium.com/w13/assets/img/tablet__header_bg.jpg*/
        ;
    }

    .header_section h1 {
        margin: 0;
        font-size: 30px;
        line-height: 36px;
    }

    .header_section .subtitle {
        margin: 0 0 20px;
        font-size: 36px;
        line-height: 42px;
    }

    .header_section .info {
        margin: 0;
    }

    .header_section .triggers_block {
        display: none;
    }

    .header_section .sale {
        display: none;
    }

    .diseases_section {
        margin: 40px 0;
        height: auto;
    }

    .diseases_section .info {
        margin: 0;
        padding: 0;
    }

    .diseases_section .info:before {
        display: none;
    }

    .diseases_section h2 {
        margin: 0 0 40px;
    }

    .diseases_section .image {
        display: none;
    }

    .about_section {
        background-image: -webkit-gradient(linear, left top, right top, from(#1f204e), color-stop(50%, #2e5691), to(#2e5691));
        background-image: -webkit-linear-gradient(left, #1f204e 0%, #2e5691 50%, #2e5691 100%);
        background-image: -moz-linear-gradient(left, #1f204e 0%, #2e5691 50%, #2e5691 100%);
        background-image: -o-linear-gradient(left, #1f204e 0%, #2e5691 50%, #2e5691 100%);
        background-image: linear-gradient(to right, #1f204e 0%, #2e5691 50%, #2e5691 100%);
    }

    .about_section .image {
        display: none;
    }

    .about_section .product_image {
        display: none;
    }

    .about_section .info {
        margin: 0;
    }

    .benefits_section h2 {
        margin: 0 0 40px;
        width: 100%;
    }

    .benefits_section .benefits_list {
        margin-top: 0;
    }

    .benefits_section .benefit_item {
        width: 300px;
    }

    .benefits_section .benefit_item:first-child {
        margin: 0 0 30px;
    }

    .benefits_section .benefit_item:nth-child(even) {
        margin: 0 0 30px 20px;
    }

    .benefits_section .benefit_wrapper .icon_block {
        vertical-align: top;
        width: 80px;
    }

    .benefits_section .benefit_wrapper .text_block {
        vertical-align: top;
    }

    .benefits_section .benefit_wrapper h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .problems_section {
        background-image: url("../img/tablet__problems_bg.jpeg")
            /*tpa=http://rus.orlitpremium.com/w13/assets/img/tablet__problems_bg.jpg*/
        ;
    }

    .results_section {
        padding: 40px 0;
    }

    .results_section img {
        width: 300px;
    }

    .results_section ul {
        margin-top: 0;
        width: 300px;
    }

    .results_section ul li {
        margin: 0 0 10px;
        padding: 0 0 0 90px;
    }

    .results_section ul li:nth-child(2) {
        margin: 0 0 10px;
    }

    .results_section ul li span {
        font-size: 36px;
        line-height: 42px;
        top: 5px;
    }

    .opinion_section {
        padding: 40px 0;
        height: auto;
        background-image: none;
    }

    .opinion_section h2 {
        margin: 0 0 40px;
    }

    .opinion_section .text_block {
        margin: 0;
        border: 20px solid #fff;
        width: 100%;
        background-color: #fff;
        text-align: center;
    }

    .opinion_section .text_block:before {
        width: 531px;
    }

    .opinion_section .author_info {
        margin: 30px 0 0 215px;
    }

    .components_section {
        padding: 40px 0;
    }

    .components_section .product_image {
        display: none;
    }

    .components_section .component_item {
        margin: 0 20px 40px 0;
    }

    .components_section .component_item:nth-child(2),
    .components_section .component_item:nth-child(2n) {
        margin: 0 0 40px;
    }

    .use_section ul {
        margin: 20px 0 50px;
    }

    .use_section .image {
        width: 250px;
    }

    .use_section .product_image {
        display: none;
    }

    .reviews_section .owl-prev,
    .reviews_section .owl-next {
        width: 30px;
        height: 40px;
        background-image: url("../img/reviews__arrows.png")
            /*tpa=http://rus.orlitpremium.com/w13/assets/img/reviews__arrows.png*/
        ;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 15px;
    }

    .reviews_section .owl-prev {
        background-position: left center;
        left: 40px;
    }

    .reviews_section .owl-next {
        background-position: right center;
        right: 40px;
    }

    .order_steps_section .step_item {
        width: 193px;
    }

    .order_steps_section .step_item:before {
        display: none;
    }

    .order_steps_section .step_item .image_block {
        width: 170px;
    }

    .order_steps_section .step_item .number {
        width: 50px;
        height: 50px;
        border-width: 2px;
        font-size: 24px;
        line-height: 46px;
        top: -5px;
        right: -5px;
    }

    .order_steps_section .step_item p {
        font-size: 16px;
        line-height: 24px;
    }

    .order_steps_section .step_item:first-child p {
        padding: 0;
    }

    .order_steps_section .step_item:nth-child(2) p {
        padding: 0;
    }

    .order_section {
        background-image: url("../img/tablet__order_bg.jpg")
            /*tpa=http://rus.orlitpremium.com/w13/assets/img/tablet__order_bg.jpg*/
        ;
    }

    .order_section h4 {
        margin: 0 0 30px;
        text-align: center;
    }

    .order_section .form_block {
        margin: 0 0 0 300px;
        width: 320px;
    }

    .order_section .sale {
        top: 135px;
        left: 135px;
		
    }
}

@media screen and (max-width:639px) {
    .wrapper {
        width: 310px;
    }

    h2.align_left {
        padding: 0 0 0 10px;
        font-size: 24px;
        line-height: 30px;
    }

    h2.align_center {
        font-size: 24px;
        line-height: 30px;
    }

    .header_section {
        background-image: url("../img/mobile__header_bg.jpg")
            /*tpa=http://rus.orlitpremium.com/w13/assets/img/mobile__header_bg.jpg*/
        ;
    }

    .header_section h1 {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    .header_section .subtitle {
        margin: 0 0 330px;
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }

    .header_section .info {
        margin: 0 auto;
    }

    .header_section .sale {
        display: block;
        top: 155px;
        left: 181px;
    }

    .order_section .sale {
        display: block;
        top: 175px;
        left: 201px;
    }

    .diseases_section {
        margin: 30px 0;
    }

    .diseases_section h2 {
        margin: 0 0 30px;
    }

    .diseases_section .disease_item .image_block {
        vertical-align: top;
        width: 80px;
    }

    .diseases_section .disease_item .text_block {
        vertical-align: top;
    }

    .diseases_section .disease_item h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .about_section {
        padding: 0;
        background: none;
    }

    .about_section .info {
        padding: 0;
        width: 100%;
    }

    .about_section .info h2 {
        margin: 0 0 20px;
    }

    .benefits_section {
        padding: 30px 0 0;
    }

    .benefits_section h2 {
        margin: 0 0 30px;
    }

    .benefits_section .benefit_item:nth-child(even) {
        margin: 0 0 30px;
    }

    .problems_section {
        padding: 30px 0 33px;
        background-image: none;
    }

    .problems_section h2 {
        margin: 0 0 30px;
    }

    .problems_section .problem_item {
        margin: 0 0 30px;
    }

    .results_section {
        padding: 30px 0;
    }

    .results_section .description {
        margin: 15px 0 30px;
    }

    .results_section img {
        float: none;
        margin: 0 auto 30px;
    }

    .results_section ul {
        float: none;
    }

    .opinion_section {
        padding: 30px 0;
    }

    .opinion_section h2 {
        margin: 0 0 30px;
        padding: 0 0 0 10px;
        width: 100%;
        border-width: 3px;
        font-size: 24px;
        line-height: 30px;
    }

    .opinion_section .text_block {
        border: 15px solid #fff;
    }

    .opinion_section .text_block:before {
        width: 221px;
    }

    .opinion_section .author_info {
        margin: 30px 0 0;
        padding: 0 0 75px;
        width: 100%;
        height: auto;
        background-position: center bottom;
        text-align: center;
    }

    .components_section {
        padding: 30px 0;
    }

    .components_section h2 {
        margin: 0 0 30px;
    }

    .components_section .component_item {
        margin: 0 0 30px;
    }

    .components_section .component_item:nth-child(2),
    .components_section .component_item:nth-child(2n) {
        margin: 0 0 30px;
    }

    .use_section {
        padding: 30px 0;
    }

    .use_section h2 {
        margin: 0 0 30px;
    }

    .use_section .title_block .title {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
        text-align: center;
    }

    .use_section .title_block p {
        display: block;
        text-align: center;
    }

    .use_section ul {
        margin: 30px 0 40px 18px;
    }

    .use_section ul li {
        margin: 0 0 10px;
        list-style: disc;
        font-size: 16px;
        line-height: 24px;
    }

    .use_section ul li:last-child {
        margin: 0;
    }

    .use_section .info {
        width: 100%;
    }

    .use_section .info p {
        font-size: 16px;
        line-height: 24px;
    }

    .use_section .image {
        display: none;
    }

    .use_section .product_image {
        display: none;
    }

    .reviews_section {
        padding: 30px 0 33px;
    }

    .reviews_section h2 {
        margin: 0 0 30px;
    }

    .reviews_section .reviews_list {
        margin: 0 0 30px;
    }

    .order_steps_section {
        padding: 30px 0;
    }

    .order_steps_section h2 {
        margin: 0 0 30px;
    }

    .order_steps_section .step_item {
        margin: 0 0 30px;
        width: 100%;
    }

    .order_section {
        background-image: url("../img/mobile__header_bg.jpg")
            /*tpa=http://rus.orlitpremium.com/w13/assets/img/mobile__header_bg.jpg*/
        ;
        background-position: center -40px;
    }

    .order_section h4 {
        margin: 0 0 310px;
        font-size: 28px;
        line-height: 34px;
    }

    .order_section .form_block {
        margin: 0;
        padding: 0;
        width: 100%;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-top: 20px;
    }

    .order_section .form_block:before,
    .order_section .form_block:after {
        display: none;
    }
}

.copyright {
    font-size: 11px;
    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;
}

.confidens a:hover {
    color: #6C6E6F !important;
    cursor: default;
}

.confidens:hover {
    color: #6C6E6F !important;
    cursor: default;
}

.confidens a {
    cursor: default;
}

.myplashka {
    font-size: 19px !important;
    padding-top: 39px !important;
}

.endStockDate {
    max-width: 80%;
    font-size: 24px;
    color: #1d2c61;
    font-weight: 600;
    line-height: 25px;
    background: #fdd22a;
    padding: 4px 21px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
    margin-top: 6px;
    width: max-content;
}

#created-button-1, #created-button-2{
line-height: 36px!important;}