a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

blockquote,
q {
    quotes: none
}

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

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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #464646;
    margin: 0
}

.fico {
    display: inline-block;
    font-size: 3rem
}

.fico::before {
    display: block
}

.out {
    overflow: hidden
}

.block10,
.block11,
.block12,
.block2,
.block3,
.block4,
.block5,
.block6,
.block7,
.block8,
.block9 {
    padding: 40px 0
}

b,
strong {
    font-weight: 700
}

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

.uppercase {
    text-transform: uppercase
}

.semibold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.container {
    max-width: 1130px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px
}

.title {
    font-size: 41px;
    line-height: 48px;
    text-align: center;
    color: #464646;
    font-weight: 300;
    text-transform: uppercase
}

.h1,
.h3 {
    text-align: center
}

.h1 {
    font-size: 48px;
    line-height: 52px
}

.h3 {
    font-size: 30px;
    line-height: 34px
}

.block__text {
    font-size: 24px;
    line-height: 28px
}

.border-dotted {
    max-width: 380px;
    width: 100%;
    display: block;
    margin: 13px auto;
    border-top: 3px dotted
}

.blue {
    color: #689a9f
}

.cloudyblue {
    color: #61969f
}

.violet {
    color: #64527e;
    border-color: #64527e
}

.orange {
    color: #ef711a
}

.lightorange {
    color: #e8a70a
}

.red {
    color: #c12849
}

.white {
    color: #fff
}

.input-wrapper {
    position: relative;
    margin-bottom: 15px
}

.input-wrapper input,
.input-wrapper select {
    width: 100%;
    height: 42px;
    border: none;
    background: #eee;
    padding: 0 10px;
    font-size: 19px;
    line-height: 42px
}

form {
    font-family: 'PT Sans', sans-serif
}

.hurry__up {
    font-size: 15px;
    line-height: 20px;
    text-align: center
}

.hurry__up b {
    white-space: nowrap;
}

.button {
    cursor: pointer;
    outline: 0;
    border: none;
    max-width: 290px;
    width: 100%;
    display: block;
    margin: 10px auto 0;
    color: #8f4c08;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 32px;
    text-align: center;
    padding: 20px 15px 30px;
    font-weight: 700;
    background: url(../img/button1.png) no-repeat top center;
    background-size: 100% 100%;
    -webkit-transition: all .25s;
    transition: all .25s
}

.button:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.form__annotation {
    font-size: 12px
}

img {
    max-width: 100%
}

.slick-next,
.slick-prev {
    color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    height: 46px;
    width: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slick-next:hover,
.slick-prev:hover {
    opacity: .65
}

.slick-prev {
    background: url(../img/prev.png) no-repeat center;
    background-size: contain;
    left: -15px
}

.slick-next {
    background: url(../img/next.png) no-repeat center;
    background-size: contain;
    right: -15px
}

.block1 {
    background: url(../img/block1.jpg) no-repeat center bottom;
    background-size: cover
}

.block1__top {
    background: url(../img/topline.png) no-repeat center bottom;
    background-size: cover;
    padding: 0 0 30px
}

.block1__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block1__top-item {
    font-size: 18px;
    color: #fff;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px auto
}

.block1__top-item span {
    color: #aed3d9;
    font-weight: 700
}

.block1__top-item p {
    padding: 0 15px 0 15px
}

.block1__top-button {
    font-size: 20px;
    max-width: 330px;
    width: 100%;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    background: #acd0d7;
    color: #64527e;
    -webkit-transition: all .25s;
    transition: all .25s
}

.block1__top-button:hover {
    border-radius: 25px;
    background: #739298
}

.block1__main {
    max-width: 800px;
    width: 100%;
    display: block;
    padding: 15px 0;
    margin: 0 0 0 auto
}

.block1__main .title {
    margin-bottom: 20px
}

.block1__main-textline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.block1__main .textline__text {
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
    line-height: 29px;
    font-weight: 400;
    text-align: center
}

.block1__main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.block1__left {
    max-width: 480px;
    width: 100%
}

.block1__left-plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block1__left-item {
    max-width: 160px;
    width: 100%;
    padding: 0 10px 10px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-family: 'PT Sans', sans-serif;
    color: #49494a
}

.block1__left-item:nth-child(1),
.block1__left-item:nth-child(3) {
    margin-top: 40px
}

.block1__left-item span {
    font-weight: 700
}

.block1__left-product {
    max-width: 150px;
    width: 100%;
    display: block;
    margin: 80px auto 0;
    position: relative
}

.block1__left-product img {
    width: 100%
}

.block1__left-product .label {
    width: 168px;
    height: 164px;
    background: url(../img/label1.png) no-repeat left top;
    background-size: cover;
    position: absolute;
    top: -80px;
    right: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block1__left-product .label .ltext {
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    line-height: 42px;
    font-weight: 300;
    color: #e76414;
    text-transform: uppercase;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.block1__right {
    max-width: 320px;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background: #fff;
    -webkit-box-shadow: 0 5px 13px 0 rgba(31, 27, 42, .2);
    box-shadow: 0 5px 13px 0 rgba(31, 27, 42, .2);
    position: relative
}

.block1__right::after {
    content: "";
    width: 77px;
    height: 177px;
    background: url(../img/arrow1.png) no-repeat left top;
    position: absolute;
    right: -25px;
    bottom: 60px;
    z-index: 1
}

.block1__right-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 17px;
    line-height: 22px;
    text-align: center
}

.block1__right-price>div {
    width: 50%
}

.block1__right-price .price__new {
    color: #e76414
}

.block1__right-price .price__new-count {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase
}

.block1__right-price .price__new-count,
.block1__right-price .price__old-count {
    line-height: 38px
}

.block1__right-price .price__old-count {
    text-decoration: line-through
}

.block1__right-timer {
    text-align: center;
    margin-top: 10px
}

.block1__right-timer .timer__text {
    font-size: 14px;
    line-height: 18px
}

.block1__right-timer .timer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 5px auto 15px
}

.block1__right-timer .timer__block .item {
    width: 42px;
    height: 39px;
    border: 1px solid #eee;
    font-size: 27px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px
}

.block1__right-timer .timer__block .item__name {
    font-size: 13px
}

.block1__right-timer .timer__block .delimiter {
    width: 19px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-align: center
}

.block2 {
    background: #fff
}

.block2 .block__text {
    text-align: center;
    color: #474747
}

.block2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px auto 25px
}

.block2__content-item {
    position: relative;
    max-width: 220px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px
}

.block2__content-item .item__problem {
    font-size: 13px;
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%
}

.block2__content-item .item__age {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700
}

.block3 {
    background: url(../img/block3.jpg) no-repeat center top;
    background-size: cover
}

.block3__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block3__content-left,
.block3__content-right {
    padding: 10px;
    width: 50%
}

.block3__content-left .left__block,
.block3__content-left .right__block,
.block3__content-right .left__block,
.block3__content-right .right__block {
    position: relative;
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 13px 0 rgba(93, 93, 93, .54);
    box-shadow: 0 0 13px 0 rgba(93, 93, 93, .54);
    padding: 15px
}

.block3__content-left .left__block-perc,
.block3__content-left .right__block-perc,
.block3__content-right .left__block-perc,
.block3__content-right .right__block-perc {
    font-size: 48px
}

.block3__content-left .left__block p,
.block3__content-left .right__block p,
.block3__content-right .left__block p,
.block3__content-right .right__block p {
    font-size: 17px;
    line-height: 24px
}

.block3__content-left .left__block-review,
.block3__content-left .right__block-review,
.block3__content-right .left__block-review,
.block3__content-right .right__block-review {
    position: relative;
    min-height: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.block3__content-left .left__block,
.block3__content-right .left__block {
    background: #c12849;
    color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.block3__content-left .left__block-perc,
.block3__content-right .left__block-perc {
    padding-right: 15px
}

.block3__content-left .left__block::before,
.block3__content-right .left__block::before {
    content: "";
    width: 61px;
    height: 98px;
    background: url(../img/arrow2.png) no-repeat center;
    left: -42px;
    top: 12px;
    position: absolute;
    z-index: 5
}

.block3__content-left .left__block-review .image1,
.block3__content-right .left__block-review .image1 {
    width: 266px;
    left: -81px;
    top: 15px;
    position: absolute;
    z-index: 1
}

.block3__content-left .left__block-review .image2,
.block3__content-right .left__block-review .image2 {
    width: 212px;
    left: 111px;
    top: 11px;
    position: absolute;
    z-index: 3
}

.block3__content-left .left__block-review .image3,
.block3__content-right .left__block-review .image3 {
    width: 326px;
    left: 222px;
    top: 11px;
    position: absolute;
    z-index: 2
}

.block3__content-left .left__block-review .image4,
.block3__content-right .left__block-review .image4 {
    width: 230px;
    left: 48px;
    top: 122px;
    position: absolute;
    z-index: 3
}

.block3__content-left .left__block-review .image5,
.block3__content-right .left__block-review .image5 {
    width: 287px;
    left: 218px;
    top: 158px;
    position: absolute;
    z-index: 4
}

.block3__content-left .right__block,
.block3__content-right .right__block {
    background: #acd0d7;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.block3__content-left .right__block-review .image1,
.block3__content-right .right__block-review .image1 {
    width: 312px;
    left: 0;
    top: 9px;
    position: absolute;
    z-index: 2
}

.block3__content-left .right__block-review .image2,
.block3__content-right .right__block-review .image2 {
    width: 363px;
    left: 247px;
    top: 5px;
    position: absolute;
    z-index: 1
}

.block3__content-left .right__block-review .image3,
.block3__content-right .right__block-review .image3 {
    width: 367px;
    left: 4px;
    top: 192px;
    position: absolute;
    z-index: 3
}

.block3__content-left .right__block-review .image4,
.block3__content-right .right__block-review .image4 {
    width: 320px;
    left: 326px;
    top: 192px;
    position: absolute;
    z-index: 4
}

.block3__content-left .right__block-perc,
.block3__content-right .right__block-perc {
    padding-left: 15px
}

.block3__content-left .right__block::after,
.block3__content-right .right__block::after {
    content: "";
    width: 61px;
    height: 98px;
    background: url(../img/arrow3.png) no-repeat center;
    right: -42px;
    top: 12px;
    position: absolute;
    z-index: 5
}

.block4 {
    background: #fffaf5
}

.block4 .block__text {
    text-align: center
}

.block4__paper {
    max-width: 775px;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    padding: 100px 50px 50px;
    font-style: italic;
    background: url(../img/letter.png) center no-repeat;
    background-size: 100% 100%
}

.block4__paper p {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 22px
}

.block5 {
    background: url(../img/block5.jpg) no-repeat center;
    background-size: cover
}

.block5 .block__text {
    text-align: center
}

.block5__block-text {
    padding: 17px 40px;
    margin-top: 13px;
    border: 1px solid #64527e;
    font-size: 22px;
    line-height: 26px;
    text-align: center
}

.block5__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 33px
}

.block5__content-block {
    margin: 0 20px
}

.block5__content .block__item {
    max-width: 520px;
    width: 100%;
    min-height: 96px;
    font-size: 15px;
    line-height: 18px;
    color: #20182b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 33px;
    -webkit-box-shadow: 0 0 7px 0 rgba(44, 36, 56, .66);
    box-shadow: 0 0 7px 0 rgba(44, 36, 56, .66)
}

.block5__content .block__item:nth-child(3) {
    margin-bottom: 0
}

.block5__content .block__item-left {
    max-width: 96px;
    width: 100%;
    min-width: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #acd0d7
}

.block5__content .block__item-right {
    background: #64527e;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

.block6 {
    background: url(../img/block6.jpg) no-repeat right top;
    background-size: cover
}

.block6__content {
    max-width: 885px;
    width: 100%;
    margin: 0 0 0 auto
}

.block6__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 30px 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(59, 45, 79, .42);
    box-shadow: 0 0 8px 0 rgba(59, 45, 79, .42)
}

.block6__block::after {
    content: "";
    width: 91px;
    height: 177px;
    position: absolute;
    bottom: -90px;
    right: -2px;
    background: url(../img/arrow4.png) no-repeat center
}

.block6__block .block__item {
    width: 100%;
    background: #fff
}

.block6__block .block__item-h {
    background: #75b7c0;
    font-size: 22px;
    line-height: 28px;
    min-height: 77px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 5px 20px
}

.block6__block .block__item p {
    padding: 0 20px;
    margin: 20px 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 24px
}

.block6__block .block__item:nth-of-type(2) p,
.block6__block .block__item:nth-of-type(3) p {
    border-left: 1px solid #e9e9e9
}

.block6__bottom {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto
}

.block6__bottom-perc {
    font-size: 43px;
    padding: 20px 20px 20px 0
}

.block6__bottom p {
    position: relative;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 26px;
    padding: 20px 90px 20px 30px;
    background: url(../img/line1.png) no-repeat left top
}

.block7 {
    background: url(../img/block7.jpg) no-repeat center top;
    background-size: cover
}

.block7 .h3 {
    margin-bottom: 10px
}

.block7__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block7__content-item {
    max-width: 356px;
    width: 100%;
    margin: 5px;
    -webkit-box-shadow: 0 0 8px 0 rgba(59, 45, 79, .42);
    box-shadow: 0 0 8px 0 rgba(59, 45, 79, .42);
    background: #fff
}

.block7__content-item img {
    width: 100%
}

.block7__content-item p {
    text-align: center;
    padding: 20px 30px;
    font-size: 15px;
    line-height: 26px
}

.block8 {
    background: #fff
}

.block8__title {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 24px
}

.block8__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block8__content-item {
    margin: 10px auto 30px;
    max-width: 530px;
}

.block8__content .item__block {
    max-width: 530px;
    width: 100%;
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

.block8__content .item__block-parent {
    background: url(../img/icon7.png) no-repeat left top;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #0c0906;
    font-style: italic
}

.block8__content .item__block-left {
    position: relative;
    max-width: 210px;
    width: 100%;
    min-width: 210px;
    padding-right: 22px
}

.block8__content .item__block-author {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #0c0906;
    font-style: italic;
    padding-bottom: 50px
}

.block8__content .item__block-sign {
    position: absolute;
    bottom: -15px;
    right: 20px
}

.block8__content .item__block-right {
    position: relative;
    z-index: 1;
    max-width: 320px;
    min-height: 411px;
    width: 100%;
    padding: 48px 10px 0 15px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    background: #fffaf5;
    -webkit-box-shadow: 0 0 13px 0 rgba(91, 86, 76, .25);
    box-shadow: 0 0 13px 0 rgba(91, 86, 76, .25)
}

.block8__content .item__block-right span {
    font-size: 14px
}

.block8__content .item__block-right::before {
    content: "";
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -27px;
    background: url(../img/line2.png) no-repeat top right;
    background-size: 100% 100%;
}

.block8__content .item__block-stamp {
    position: absolute;
    bottom: -51px;
    right: -15px;
    z-index: -1
}

.block9 {
    background: url(../img/block9.jpg) no-repeat center top;
    background-size: cover
}

.block9 .h1 {
    margin-bottom: 10px
}

.block9__review {
    max-width: 748px;
    margin: 30px auto 0;
    padding: 0 15px
}

.block9__review .review__item {
    text-align: center;
    color: #0c0906
}

.block9__review .review__item img {
    display: block;
    margin: 0 auto
}

.block9__review .review__item p {
    font-size: 16px;
    line-height: 18px
}

.block9__review .review__item-author {
    border-top: 1px solid #64527e;
    max-width: 450px;
    width: 100%;
    display: block;
    margin: 35px auto 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px
}

.block10 {
    background: #fff
}

.block10 .h1 {
    margin-bottom: 60px
}

.block10__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.block10__content-item {
    position: relative;
    max-width: 250px;
    width: 100%;
    margin: 10px 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 104px;
    background: #64527e
}

.block10__content-item:last-child {
    margin-bottom: 0
}

.block10__content-item .item__num {
    position: absolute;
    left: -15px;
    top: -40px;
    font-weight: 700;
    font-size: 60px
}

.block10__content-item p {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding: 10px
}

.block11 {
    background: url(../img/block11.jpg) no-repeat center top;
    background-size: cover
}

.block12 {
    background: #f7f6ff
}

.block12 .h1 {
    margin-bottom: 30px
}

.block12__arrow {
    position: relative;
    top: 69px;
    -webkit-transform-origin: center;
    transform-origin: center
}

.block12__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.block12__content .content__item {
    max-width: 280px;
    width: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px
}

.block12__content .content__item img {
    margin-bottom: 15px
}

@media screen and (max-width:1200px) {

    .block3__content-left .left__block::before,
    .block3__content-right .left__block::before {
        left: -12px
    }

    .block3__content-left .left__block-review,
    .block3__content-right .left__block-review {
        -webkit-transform: translateX(-47%) scale(.75);
        transform: translateX(-47%) scale(.75)
    }

    .block3__content-left .right__block-review,
    .block3__content-right .right__block-review {
        -webkit-transform: translateX(-57%) scale(.75);
        transform: translateX(-57%) scale(.75)
    }

    .block3__content-left .right__block::after,
    .block3__content-right .right__block::after {
        right: -12px
    }
}

@media screen and (max-width:991px) {
    .block1__top {
        padding-bottom: 60px
    }

    .block1__top .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .block1__left-item:nth-child(1),
    .block1__left-item:nth-child(3) {
        margin-top: 0
    }

    .block3__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .block3__content-left,
    .block3__content-right {
        max-width: 530px;
        width: 100%;
        padding: 0;
        margin-bottom: 25px
    }

    .block5__content>img:nth-of-type(1) {
        display: none
    }

    .block5__content-block {
        margin: 0 20px 0 0
    }

    .block8__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .block8__content .item__block {
        margin: 20px auto;
    }
}

@media screen and (max-width:767px) {
    .title {
        font-size: 32px;
        line-height: 40px
    }

    .h1 {
        font-size: 32px;
        line-height: 40px
    }

    .block1 {
        background-position: 100%
    }

    .block1__top {
        background: #64527e;
        padding-bottom: 25px
    }

    .block1__main-textline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block1__main-textline .textline__tarrow {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 25px auto
    }

    .block1__main-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .block1__left-item {
        margin: 0 auto
    }

    .block1__left-item:nth-child(1),
    .block1__left-item:nth-child(3) {
        margin: 0 auto
    }

    .block1__left-product .label {
        width: 150px;
        height: 146px;
        right: -50px;
        top: -50px
    }

    .block3__content-left {
        margin-bottom: 45px
    }

    .block3__content-left .left__block-perc,
    .block3__content-left .right__block-perc,
    .block3__content-right .left__block-perc,
    .block3__content-right .right__block-perc {
        font-size: 22px
    }

    .block3__content-left .left__block p,
    .block3__content-left .right__block p,
    .block3__content-right .left__block p,
    .block3__content-right .right__block p {
        font-size: 16px
    }

    .block3__content-left .left__block-review,
    .block3__content-left .right__block-review,
    .block3__content-right .left__block-review,
    .block3__content-right .right__block-review {
        left: auto;
        -webkit-transform: none;
        transform: none
    }

    .block3__content-left .left__block-review .image1,
    .block3__content-left .left__block-review .image2,
    .block3__content-left .left__block-review .image3,
    .block3__content-left .left__block-review .image4,
    .block3__content-left .left__block-review .image5,
    .block3__content-left .right__block-review .image1,
    .block3__content-left .right__block-review .image2,
    .block3__content-left .right__block-review .image3,
    .block3__content-left .right__block-review .image4,
    .block3__content-left .right__block-review .image5,
    .block3__content-right .left__block-review .image1,
    .block3__content-right .left__block-review .image2,
    .block3__content-right .left__block-review .image3,
    .block3__content-right .left__block-review .image4,
    .block3__content-right .left__block-review .image5,
    .block3__content-right .right__block-review .image1,
    .block3__content-right .right__block-review .image2,
    .block3__content-right .right__block-review .image3,
    .block3__content-right .right__block-review .image4,
    .block3__content-right .right__block-review .image5 {
        position: relative;
        left: auto;
        top: auto;
        margin: -60px 0 0;
        width: auto;
        max-width: 100%
    }

    .block3__content-left .left__block-review .image1 img,
    .block3__content-left .left__block-review .image2 img,
    .block3__content-left .left__block-review .image3 img,
    .block3__content-left .left__block-review .image4 img,
    .block3__content-left .left__block-review .image5 img,
    .block3__content-left .right__block-review .image1 img,
    .block3__content-left .right__block-review .image2 img,
    .block3__content-left .right__block-review .image3 img,
    .block3__content-left .right__block-review .image4 img,
    .block3__content-left .right__block-review .image5 img,
    .block3__content-right .left__block-review .image1 img,
    .block3__content-right .left__block-review .image2 img,
    .block3__content-right .left__block-review .image3 img,
    .block3__content-right .left__block-review .image4 img,
    .block3__content-right .left__block-review .image5 img,
    .block3__content-right .right__block-review .image1 img,
    .block3__content-right .right__block-review .image2 img,
    .block3__content-right .right__block-review .image3 img,
    .block3__content-right .right__block-review .image4 img,
    .block3__content-right .right__block-review .image5 img {
        display: block;
        margin: 0 auto
    }

    .block3__content-left .left__block-review:last-child,
    .block3__content-left .right__block-review:last-child,
    .block3__content-right .left__block-review:last-child,
    .block3__content-right .right__block-review:last-child {
        margin-bottom: -30px
    }

    .block3__content-left .left__block,
    .block3__content-left .right__block,
    .block3__content-right .left__block,
    .block3__content-right .right__block {
        margin-bottom: 60px
    }

    .block4__paper {
        background: #fff;
        padding: 15px;
        margin-top: 30px;
        -webkit-box-shadow: 0 0 13px 0 rgba(93, 93, 93, .54);
        box-shadow: 0 0 13px 0 rgba(93, 93, 93, .54)
    }

    .block5__content>img:nth-of-type(2) {
        display: none
    }

    .block5__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block5__content-block {
        margin: 0
    }

    .block5__content .block__item-left {
        padding: 5px;
        min-width: 70px;
        max-width: 70px
    }

    .block6__block {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .block6__block::after {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
        right: 0;
        bottom: -60px;
        width: 50px;
        height: 100px;
        background-size: contain
    }

    .block6__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .block6__block .block__item {
        margin-bottom: 25px;
        -webkit-box-shadow: 0 0 8px 0 rgba(59, 45, 79, .42);
        box-shadow: 0 0 8px 0 rgba(59, 45, 79, .42)
    }

    .block6__block .block__item:nth-of-type(2) p,
    .block6__block .block__item:nth-of-type(3) p {
        border: none
    }

    .block6__bottom-perc {
        font-size: 28px;
        padding-right: 10px
    }

    .block6__bottom p {
        padding-right: 30px
    }

    .block7__content-item {
        margin: 10px 5px
    }

    .block11 .block1__left-product {
        margin-top: 50px
    }

    .block12__arrow {
        top: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 15px auto
    }

    .block12__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:579px) {
    .block8__content .item__block-parent {
        max-width: 290px;
        text-align: center
    }

    .block8__content .item__block-right {
        font-size: 18px;
        line-height: 22px;
        padding: 12px
    }

    .block8__content .item__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .block8__content .item__block .item__block-left {
        padding: 0;
        text-align: center;
        margin-bottom: 30px
    }

    .block8__content .item__block .item__block-left>img:nth-of-type(1) {
        width: 100%
    }

    .block8__content .item__block .item__block-right {
        max-width: 250px
    }
}

.al-form .input-wrapper .error {
    border: 1px solid red;
    padding-top: 6px;
}

.al-form .input-wrapper .validator__tooltip+.error {
    border: 2px solid grey;
    padding-top: 0;
}

.al-form .input-wrapper label {
    display: none;
    pointer-events: none;
    z-index: 1;
}

.al-form .input-wrapper .error+label {
    display: block;
    width: 100%;
    height: 100%;
    color: red;
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 11px;
    text-align: left;
}

.dir .al-form .input-wrapper .error+label {
    left: initial;
    right: 10px;
    text-align: right;
}

.al-form .input-wrapper .validator__tooltip+.error+label {
    display: none;
}

.al-form .input-wrapper .error+label:before,
.al-form .input-wrapper .error+label:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 3px;
    height: 21px;
    background-color: red
}

.dir .al-form .input-wrapper .error+label:before,
.dir .al-form .input-wrapper .error+label:after {
    right: initial;
    left: 30px;
}

.al-form .input-wrapper .error+label:before {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

.al-form .input-wrapper .error+label:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}