body {
    height: 100%;
    margin: 0;
    padding: 0;

    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}


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

    outline: none !important;
}

img {
    /*    max-width: 100%;
    width: 100%;*/
}

.wrapper {
    overflow: hidden;
}

.clearfix:after {
    content: "";

    display: table;
    clear: both;
}

.container {
    max-width: 1000px;
    margin: auto;
}

.top-block {
    padding-bottom: 60px;

    background: #aee6f9;
}

.top-block .container {
    position: relative;

    padding-top: 75px;
}

.top-block .container:after {
    content: "";
    position: absolute;
    right: -173px;
    bottom: -131px;
    z-index: 1;

    display: block;
    width: 792px;
    height: 733px;

    background: url(../img/bg_white.png) no-repeat center;
}

.top-block__left {
    position: relative;
    z-index: 9;

    float: left;
    max-width: 427px;
}

.top-block__right {
    position: relative;
    z-index: 9;

    float: right;
}

.top-block .lungs-image {
    position: absolute;
    top: 0;
    left: -110px;
    z-index: 2;

    height: 700px;
}

.top-block .product {
    position: absolute;
    top: 55px;
    right: 135px;
    left: 55px;
    z-index: 8;
    margin: auto;
    width: 330px;
}

.top-block .logo-left {
    position: relative;
    left: -13px;
}

.top-block .logo-right {
    position: relative;
    z-index: 9;
}

.top-block .first-text,
.form-block .first-text {
    max-width: 380px;
    margin-top: 15px;
    margin-bottom: 30px;

    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: #007dbc;
    text-transform: uppercase;
    text-shadow: 0 -1px 14px #ffffff, 0 0 9px #ffffff, 0 2px 11px #ffffff, 0 8px 15px #ffffff;

    -webkit-text-shadow: 0 -1px 14px #ffffff, 0 0 9px #ffffff, 0 2px 11px #ffffff, 0 8px 15px #ffffff;
    -moz-text-shadow: 0 -1px 14px #ffffff, 0 0 9px #ffffff, 0 2px 11px #ffffff, 0 8px 15px #ffffff;
}

.slick-dotted.slick-slider {
    /*overflow: hidden;*/
}

.top-block .second-text,
.form-block .second-text {
    position: relative;
    left: -21px;

    max-width: 365px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 40px;

    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    color: #ffffff;
    text-transform: uppercase;

    background: rgb(0, 145, 199);
    background: -moz-linear-gradient(left, rgba(0, 145, 199, 1) 0%, rgba(0, 105, 177, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 145, 199, 1) 0%, rgba(0, 105, 177, 1) 100%);
    background: linear-gradient(to right, rgba(0, 145, 199, 1) 0%, rgba(0, 105, 177, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0091c7', endColorstr='#0069b1', GradientType=0);
}

.top-block .second-text:after,
.form-block .second-text:after {
    content: "";
    position: absolute;
    top: 0;
    right: -30px;

    width: 0;
    height: 0;

    border-top: 47px solid transparent;
    border-bottom: 47px solid transparent;
    border-left: 30px solid rgba(0, 105, 177, 1);
}

.top-block .second-text:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;

    display: block;
    width: 40px;
    height: 25px;

    background: url(../img/tr.png) no-repeat center;
}

.top-block .list {
    position: relative;

    max-width: 385px;
    margin-top: 30px;
    padding-left: 110px;
}

.top-block .list:before {
    content: "";
    position: absolute;
    top: -195px;
    right: -235px;
    z-index: 1;

    display: block;
    display: none;
    width: 792px;
    height: 733px;

    background: url(../img/bg_white.png) no-repeat center;
}

.top-block .list .item {
    position: relative;
    z-index: 9;

    margin-bottom: 35px;
    padding-left: 40px;

    font-size: 20px;
    line-height: 22px;
}

.top-block .list .item:last-child {
    margin-bottom: 0;
}

.top-block .list .item:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;

    display: block;
    width: 32px;
    height: 27px;

    background: url(../img/mark.png) no-repeat center;
}

.button {
    position: relative;
    z-index: 9;

    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
    padding: 32px 5px;

    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    text-transform: uppercase;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00d244+0,00c437+50,08a234+100 */

    background: rgb(0, 210, 68);

    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 210, 68, 1) 0%, rgba(0, 196, 55, 1) 50%, rgba(8, 162, 52, 1) 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 210, 68, 1) 0%, rgba(0, 196, 55, 1) 50%, rgba(8, 162, 52, 1) 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 210, 68, 1) 0%, rgba(0, 196, 55, 1) 50%, rgba(8, 162, 52, 1) 100%);

    /* IE6-9 */
    border: none;
    border-radius: 60px;
    box-shadow: 0 0 10px 4px rgba(7, 164, 51, 0.5), inset 0 -10px 5px -4px #109937;
    cursor: pointer;

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d244', endColorstr='#08a234', GradientType=0);

    transition: 0.5s;
}

.button:hover {
    box-shadow: none;
}

.second-block {
    padding-top: 95px;
    padding-bottom: 55px;

    font-size: 0;
    text-align: center;

    background: url(../img/bg_man.png) no-repeat right;
}

.second-block__title {
    margin-bottom: 40px;

    font-weight: 900;
    font-size: 44px;
    line-height: 46px;
    text-align: center;
}

.second-block__title span {
    display: block;

    color: #dd1437;
}

.second-block__text {
    max-width: 835px;
    margin: auto;
    margin-bottom: 30px;
    margin-bottom: 25px;

    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #dd1437;
}

.second-block__text-v2 {
    margin-bottom: 95px;

    font-size: 24px;
    line-height: 24px;
}

.second-block .line .item {
    position: relative;

    display: inline-block;

    /*width: 30%;*/
    width: 325px;
    height: 325px;
    margin-right: 12px;

    vertical-align: top;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdf5f6+0,f9dce0+100&0+0,0.7+32,1+38,1+100 */

    background: -moz-linear-gradient(top, rgba(253, 245, 246, 0) 0%, rgba(252, 237, 239, 0.7) 32%, rgba(252, 236, 238, 1) 38%, rgba(249, 220, 224, 1) 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253, 245, 246, 0) 0%, rgba(252, 237, 239, 0.7) 32%, rgba(252, 236, 238, 1) 38%, rgba(249, 220, 224, 1) 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253, 245, 246, 0) 0%, rgba(252, 237, 239, 0.7) 32%, rgba(252, 236, 238, 1) 38%, rgba(249, 220, 224, 1) 100%);

    /* IE6-9 */
    border-radius: 50%;

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fdf5f6', endColorstr='#f9dce0', GradientType=0);
}

.second-block .line .item:nth-child(3) {
    margin-right: 0;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbe6e9+0,f0b3ac+100&1+0,1+29,0.7+56,0+100 */

    background: -moz-linear-gradient(-45deg, rgba(251, 230, 233, 1) 0%, rgba(248, 215, 215, 1) 29%, rgba(245, 201, 199, 0.7) 56%, rgba(240, 179, 172, 0) 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(251, 230, 233, 1) 0%, rgba(248, 215, 215, 1) 29%, rgba(245, 201, 199, 0.7) 56%, rgba(240, 179, 172, 0) 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(251, 230, 233, 1) 0%, rgba(248, 215, 215, 1) 29%, rgba(245, 201, 199, 0.7) 56%, rgba(240, 179, 172, 0) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe6e9', endColorstr='#00f0b3ac', GradientType=1);

    /* IE6-9 fallback on horizontal gradient */
}

.second-block .line.first .item:nth-child(1) .top {
    margin-bottom: 60px;
}

.second-block .line.first .item:nth-child(3) .top {
    margin-bottom: 80px;
}

.second-block .line.second .item:nth-child(1) .top {
    margin-bottom: 80px;
}

.second-block .line.second {
    margin-top: -20px;
    margin-left: 45px;
}

.second-block .item .top {
    position: relative;
    z-index: 9;
    margin-bottom: 50px;
}

.second-block .item:before {
    content: "";
    position: absolute;
    top: -45px;
    right: 0;
    left: -13px;
    z-index: 8;

    display: block;
    width: 232px;
    height: 242px;
    margin: auto;

    background: url(../img/substrate.png) no-repeat center;
}

.second-block .item .top .top-text {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 35px;
    line-height: 55px;
    text-align: center;
    color: #f3f3f3;
    text-shadow: 0 8px 12px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1), 0 18px 23px rgba(0, 0, 0, 0.1);
}

.second-block .line.first .item:nth-child(1) .top-text {
    font-size: 65px;
    line-height: 65px;
}

.second-block .item:nth-child(2) .top .top-text,
.second-block .item:nth-child(3) .top .top-text,
.second-block .item:nth-child(4) .top .top-text,
.second-block .item:nth-child(5) .top .top-text,
.second-block .line.second .item:nth-child(1) .top .top-text {
    padding-top: 17px;
}

.second-block .item .top .bottom-text {
    max-width: 110px;
    margin: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
}

.second-block .line.second .item:nth-child(1) .bottom {
    max-width: 185px;
}

.second-block .item .bottom {
    max-width: 300px;
    margin: auto;

    font-size: 18px;
    line-height: 22px;
}

.second-block .item .bottom span {
    font-weight: 700;
}

.third-block {
    position: relative;

    /* IE6-9 */

    padding-top: 50px;
    padding-bottom: 55px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#95f0d1+0,95efcf+50,95f0d1+100 */

    background: rgb(149, 240, 209);

    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(149, 240, 209, 1) 0%, rgba(149, 239, 207, 1) 50%, rgba(149, 240, 209, 1) 100%);

    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(149, 240, 209, 1) 0%, rgba(149, 239, 207, 1) 50%, rgba(149, 240, 209, 1) 100%);

    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(149, 240, 209, 1) 0%, rgba(149, 239, 207, 1) 50%, rgba(149, 240, 209, 1) 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95f0d1', endColorstr='#95f0d1', GradientType=0);
}

.third-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 709px;
    height: 100%;

    background: url(../img/left_bg.png) no-repeat center;
}

.third-block:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;

    display: block;
    width: 622px;
    height: 100%;

    background: url(../img/right_bg.png) no-repeat center;
}

.third-block .container {
    position: relative;

    font-size: 0;
    text-align: center;
}

.third-block .logo {
    /*height: 85px;*/
}

.third-block .product {
    position: absolute;
    top: -70px;
    right: 0;
    left: -100px;
    z-index: 7;

    display: block;
    height: 425px;
    margin: auto;
}

.third-block__left,
.third-block__right {
    display: inline-block;
    width: 50%;

    vertical-align: top;
}

.third-block__left {
    position: relative;
    z-index: 8;
}

.third-block__right {
    position: relative;
    z-index: 6;

    text-align: left;
}

.third-block__right .logo {
    padding-left: 45px;
}

.third-block__left .text {
    max-width: 260px;
    margin-top: 20px;
    margin-left: 45px;

    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: right;
}

.third-block__right .text {
    position: relative;

    max-width: 455px;
    margin-top: 20px;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 55px;

    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #ffffff;

    background: rgb(0, 145, 199);
    background: -moz-linear-gradient(left, rgba(0, 145, 199, 1) 0%, rgba(0, 105, 177, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 145, 199, 1) 0%, rgba(0, 105, 177, 1) 100%);
    background: linear-gradient(to right, rgba(0, 145, 199, 1) 0%, rgba(0, 105, 177, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0091c7', endColorstr='#0069b1', GradientType=0);
}

.third-block__right .text:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;

    width: 0;
    height: 0;

    border-top: 68px solid transparent;
    border-bottom: 67px solid transparent;
    border-left: 40px solid rgba(0, 105, 177, 1);
}

.fourth-block {
    position: relative;

    padding-top: 160px;
}

/*.fourth-block:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    background: url(../img/paralax_2.png) no-repeat center;

}*/

.fourth-block .container {
    /*position: relative;*/
}

.fourth-block .leaf_1 {
    position: absolute;
    bottom: 0;
    left: 75px;
}

.fourth-block .leaf_2 {
    position: absolute;
    top: 230px;
    right: 140px;
}

.fourth-block .flowers {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;

    display: block;
    margin: auto;
}

.fourth-block .logo-block {
    position: relative;
    top: -8px;

    margin-bottom: 20px;

    font-size: 0;
}

.fourth-block .logo-block img {
    display: inline-block;
    height: 63px;

    vertical-align: top;
}

.fourth-block .logo-block img:nth-child(1) {
    margin-right: 15px;
}

.fourth-block__left {
    float: left;
    max-width: 480px;
    position: relative;
    z-index: 9;
}

.fourth-block__left .big-text {
    margin-bottom: 55px;

    font-weight: 900;
    font-size: 44px;
    line-height: 46px;
    text-align: right;
    color: #007dbc;
}

.fourth-block__left .text {
    font-size: 22px;
    line-height: 28px;
    text-align: right;
}

.fourth-block__left .text b {
    font-weight: 900;
}

.fourth-block__right {
    float: right;
    max-width: 340px;
}

.fourth-block__right .list .item {
    position: relative;

    margin-bottom: 65px;

    font-size: 18px;
    line-height: 22px;
}

.fourth-block__right .list .item span {
    font-weight: 700;
    color: #00b332;
}

.fourth-block__right .list .item:last-child {
    margin-bottom: 0;
    padding-left: 70px;
}

.fourth-block__right .list .item:nth-child(2),
.fourth-block__right .list .item:nth-child(4) {
    padding-left: 113px;
}

.fourth-block__right .list .item:nth-child(1):before {
    content: "";
    position: absolute;
    top: -45px;
    left: -177px;

    display: block;
    width: 173px;
    height: 172px;

    background: url(../img/list_1.png) no-repeat center;
}

.fourth-block__right .list .item:nth-child(2):before {
    content: "";
    position: absolute;
    top: -45px;
    left: -60px;

    display: block;
    width: 173px;
    height: 172px;

    background: url(../img/list_2.png) no-repeat center;
}

.fourth-block__right .list .item:nth-child(3):before {
    content: "";
    position: absolute;
    top: -53px;
    left: -173px;

    display: block;
    width: 173px;
    height: 172px;

    background: url(../img/list_3.png) no-repeat center;
}

.fourth-block__right .list .item:nth-child(4):before {
    content: "";
    position: absolute;
    top: -45px;
    left: -60px;

    display: block;
    width: 173px;
    height: 172px;

    background: url(../img/list_4.png) no-repeat center;
}

.fourth-block__right .list .item:nth-child(5):before {
    content: "";
    position: absolute;
    top: -65px;
    left: -172px;

    display: block;
    width: 173px;
    height: 172px;

    background: url(../img/list_5.png) no-repeat center;
}

.fifth-block {
    position: relative;

    padding-top: 90px;
    padding-bottom: 90px;

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

.fifth-block .leaf_3 {
    position: absolute;
    bottom: 10px;
    left: 210px;
}

.fifth-block .leaf_4 {
    position: absolute;
    top: 145px;
    right: -30px;
}

.fifth-block .product {
    position: absolute;
    top: 65px;
    right: 0;
    left: 30px;
    z-index: 7;

    display: block;
    margin: auto;
}

.fifth-block__title {
    position: relative;
    margin-bottom: 40px;

    font-weight: 900;
    font-size: 44px;
    line-height: 46px;
    text-align: center;
}

.fifth-block .item img {
    height: 109px;

    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.fifth-block .item span {
    display: inline-block;
    margin: auto;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;

    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #ffffff;

    background: #00b332;
    border-radius: 15px;
}

.fifth-block .item.top span {
    width: 100%;
    max-width: 145px;
}

.fifth-block .item.top,
.fifth-block .item.bottom {
    position: relative;
    z-index: 9;

    max-width: 550px;
    margin: auto;

    text-align: center;
}

.fifth-block .item.top {
    margin-bottom: -45px;
}

.fifth-block .item.top .text {
    margin-bottom: 5px;
}

.fifth-block .item.bottom {
    margin-top: -50px;
}

.fifth-block .item.bottom img {
    display: block;
    margin: auto;
    margin-bottom: 2px;
}

.fifth-block .item.top .text {
    margin-bottom: 8px;
}

.inner-wrap {
    position: relative;
}

.fifth-block .inner-wrap .left-side img {
    float: right;
    margin-left: 5px;
}

.fifth-block .inner-wrap .left-side span {
    margin-right: -11px;
}

.fifth-block .inner-wrap .right-side span {
    margin-left: -11px;
}

.fifth-block .inner-wrap .left-side .item,
.fifth-block .inner-wrap .right-side .item {
    margin-bottom: 30px;
    margin-top: 90px;
}

.fifth-block .inner-wrap .left-side .item:last-child,
.fifth-block .inner-wrap .right-side .item:last-child {
    margin-bottom: 0;
}

.fifth-block .inner-wrap .left-side .left {
    float: right;
    max-width: 300px;

    text-align: right;
}

.fifth-block .left-side {
    position: relative;
    z-index: 9;

    float: left;
    max-width: 425px;
    margin-left: -15px;
}

.fifth-block .right-side {
    position: relative;
    z-index: 9;

    float: right;
    max-width: 425px;
    margin-right: -15px;
}

.fifth-block .right-side .item img {
    float: left;
    margin-right: 5px;
}

.fifth-block .right-side .item .right {
    float: left;
}

.fifth-block .right-side .item .text {
    max-width: 290px;
}

.fifth-block .item .text {
    font-size: 16px;
    line-height: 18px;
}

.sixth-block {
    position: relative;

    padding-top: 105px;
    padding-bottom: 105px;

    background: #eef2f7 url(../img/bg_2.png) no-repeat right bottom;
}

.sixth-block .left {
    position: relative;

    float: left;
    max-width: 445px;
    margin-top: -30px;
}

.sixth-block .left .bottom-text {
    position: absolute;
    right: 35px;
    bottom: -5px;

    max-width: 370px;
    width: 100%;

    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 5px;

    font-weight: 700;
    text-align: right;
    color: #ffffff;
    opacity: 0.7;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,78b8d8+20,78b8d8+100&0+0,1+13 */
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(122, 184, 222, 1) 13%, rgba(120, 184, 216, 1) 20%, rgba(120, 184, 216, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, rgba(122, 184, 222, 1) 13%, rgba(120, 184, 216, 1) 20%, rgba(120, 184, 216, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgba(122, 184, 222, 1) 13%, rgba(120, 184, 216, 1) 20%, rgba(120, 184, 216, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#78b8d8', GradientType=1);
    /* IE6-9 */

}

.sixth-block .left .bottom-text p {
    margin-top: 5px;

    font-weight: 400;
    color: #ffffff;
    font-style: normal;
    max-width: 320px;
    float: right;
}

.sixth-block .left .doc {
    position: relative;
    left: -20px;

    height: 815px;
}

.sixth-block .right {
    position: relative;

    float: left;
    max-width: 555px;

    text-align: left;
}

.sixth-block .right .footnote {
    margin-top: 20px;

    font-weight: 700;
    font-size: 18px;
}

/*.sixth-block .right:before {
    position: absolute;
    display: block;
    content: "";
    width: 593px;
    height: 844px;
    background: url(../img/doc.png) no-repeat center;
    left: 0;
    bottom: 0;
}*/

.sixth-block .right .logo-block {
    margin-bottom: 5px;
}

.sixth-block .right .logo-block img {
    height: 65px;
}

.sixth-block .right .logo-block img:nth-child(1) {
    margin-right: 10px;
}

.sixth-block .big-text {
    margin-bottom: 20px;

    font-weight: 900;
    font-size: 44px;
    line-height: 46px;
    color: #007dbc;
    text-shadow: 0 -1px 14px #ffffff, 0 0 9px #ffffff, 0 2px 11px #ffffff, 0 8px 15px #ffffff;
}

.sixth-block .text-little {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 18px;
    color: #00b332;
}

.sixth-block .list-inner {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;

    background: #ffffff;
}

.sixth-block .list-inner .top-text {
    margin-bottom: 35px;

    font-size: 18px;
}

.sixth-block .list-inner .list .item {
    position: relative;

    padding-left: 5px;

    font-size: 0;
}

.sixth-block .list-inner .list .item span {
    position: absolute;
    right: 20px;
    bottom: -2px;

    display: inline-block;

    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    vertical-align: bottom;
    color: #007dbc;
    font-style: normal;
}

.sixth-block .list-inner .list .item .text {
    display: inline-block;

    font-weight: 700;
    font-size: 16px;
    vertical-align: bottom;
    font-style: italic;
}

.progress-wrap {
    position: relative;
    z-index: 6;

    width: 500px;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 15px;

    background-color: #e7ebf1;
    border-radius: 15px;
    box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5), 1px 1px 5px rgba(255, 255, 255, 1);
}

.progress-wrap .inner-wrap {
    position: absolute;
    top: 4px;
    left: 6px;

    width: 490px;
    height: 17px;

    background: #ccd1dc;

    /*box-shadow: 0 3px 3px #575555 inset;*/
    background-image: -moz-linear-gradient(90deg, rgb(237, 240, 246) 0%, rgb(214, 219, 229) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(237, 240, 246) 0%, rgb(214, 219, 229) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(237, 240, 246) 0%, rgb(214, 219, 229) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(237, 240, 246) 0%, rgb(214, 219, 229) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(237, 240, 246) 0%, rgb(214, 219, 229) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(237, 240, 246) 0%, rgb(214, 219, 229) 100%);
    border-radius: 15px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 3px 0 rgba(94, 101, 114, 0.6);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 3px 0 rgba(94, 101, 114, 0.6);
}

.progress-wrap .inner-wrap .progress-bar {
    position: relative;
    top: 0;
    left: -4px;
    z-index: 9;

    width: 95%;
    height: 16px;
    padding: 4px;

    font-size: 0;

    background-image: -moz-linear-gradient(90deg, rgb(0, 125, 188) 0%, rgb(0, 170, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 125, 188) 0%, rgb(0, 170, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 125, 188) 0%, rgb(0, 170, 255) 100%);
    border-radius: 50px;
    box-shadow: 0 3px 6px 0 rgba(156, 162, 173, 0.004), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25), 0 2px 5px rgba(0, 0, 0, 0.22);
}

.sixth-block .list {
    margin-bottom: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    background: -moz-linear-gradient(top, rgba(222, 229, 239, 0) 0%, rgba(222, 229, 239, 0.7) 44%, rgba(222, 229, 239, 1) 71%, rgba(222, 229, 239, 1) 99%, rgba(222, 229, 239, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(222, 229, 239, 0) 0%, rgba(222, 229, 239, 0.7) 44%, rgba(222, 229, 239, 1) 71%, rgba(222, 229, 239, 1) 99%, rgba(222, 229, 239, 1) 100%);
    background: linear-gradient(to bottom, rgba(222, 229, 239, 0) 0%, rgba(222, 229, 239, 0.7) 44%, rgba(222, 229, 239, 1) 71%, rgba(222, 229, 239, 1) 99%, rgba(222, 229, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dee5ef', endColorstr='#dee5ef', GradientType=0);
}

.sixth-block .list .line:nth-child(2) .progress-bar {
    width: 90%;
}

.sixth-block .list .line:nth-child(3) .progress-bar {
    width: 80%;
}

.sixth-block .list .line:nth-child(4) .progress-bar {
    width: 70%;
}

.sixth-block .bottom-text p {
    font-size: 17px;
    line-height: 18px;
    color: #b2b7c2;
    font-style: italic;
}

.sixth-block .bottom-text p:nth-child(1) {
    margin-bottom: 15px;
}

.sixth-block .button {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;

    max-width: 465px;
    margin: auto;
    margin-top: 0;
    padding: 30px 5px;

    font-size: 20px;
}

.reviews-block {
    padding-top: 130px;
    padding-bottom: 70px;
}

.reviews-block .left-side {
    float: left;
    max-width: 490px;
    margin-right: 20px;
}

.reviews-block .big-text {
    margin-bottom: 10px;

    font-weight: 900;
    font-size: 44px;
    line-height: 50px;
    color: #007dbc;
}

.reviews-block .logo-block {
    margin-left: -5px;
}

.reviews-block .logo-block img {
    display: block;
    width: 320px;
    height: auto;
}

.reviews-block .text {
    margin-top: 20px;
    margin-bottom: 50px;

    font-size: 42px;
}

.reviews-block .avatar {
    display: inline-block;
    margin-right: 15px;

    vertical-align: middle;

    border-radius: 50%;
}

.reviews-block .right {
    display: inline-block;

    vertical-align: middle;
}

.reviews-block .name {
    margin-bottom: 10px;

    font-weight: 700;
    font-size: 18px;
}

.comment__top {
    margin-bottom: 10px;
}

.comment-bottom {
    font-size: 17px;
    line-height: 22px;
    font-style: italic;
}

.comment {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;

    background: -moz-linear-gradient(top, rgba(222, 229, 239, 0) 0%, rgba(222, 229, 239, 0.7) 44%, rgba(222, 229, 239, 1) 71%, rgba(222, 229, 239, 1) 99%, rgba(222, 229, 239, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(222, 229, 239, 0) 0%, rgba(222, 229, 239, 0.7) 44%, rgba(222, 229, 239, 1) 71%, rgba(222, 229, 239, 1) 99%, rgba(222, 229, 239, 1) 100%);
    background: linear-gradient(to bottom, rgba(222, 229, 239, 0) 0%, rgba(222, 229, 239, 0.7) 44%, rgba(222, 229, 239, 1) 71%, rgba(222, 229, 239, 1) 99%, rgba(222, 229, 239, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dee5ef', endColorstr='#dee5ef', GradientType=0);
}

.reviews-block .left-side .comment:nth-child(4) {
    margin-bottom: 35px;
}

.reviews-block .right-side {
    float: right;
    max-width: 490px;
    padding-top: 22px;
}

.reviews-block .right-side .comment {
    margin-bottom: 35px;
}

.reviews-block .right .comment:last-child {
    margin-bottom: 0;
}

.how_order-block {
    position: relative;

    padding-top: 70px;
    padding-bottom: 70px;

    background: rgb(149, 240, 209);
    background: -moz-linear-gradient(top, rgba(149, 240, 209, 1) 0%, rgba(149, 239, 207, 1) 50%, rgba(149, 240, 209, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(149, 240, 209, 1) 0%, rgba(149, 239, 207, 1) 50%, rgba(149, 240, 209, 1) 100%);
    background: linear-gradient(to bottom, rgba(149, 240, 209, 1) 0%, rgba(149, 239, 207, 1) 50%, rgba(149, 240, 209, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95f0d1', endColorstr='#95f0d1', GradientType=0);
}

.how_order-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 709px;
    height: 100%;

    background: url(../img/left_bg.png) no-repeat center;
}

.how_order-block:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;

    display: block;
    width: 622px;
    height: 100%;

    background: url(../img/right_bg.png) no-repeat center;
}

.how_order-block .logo-block {
    position: relative;
    z-index: 999999;

    text-align: center;
}

.how_order-block .logo-block img {
    display: inline-block;
    height: 95px;

    vertical-align: top;
}

.how_order-block .logo-block img:nth-child(1) {
    margin-right: 20px;
}

.how_order-block .text {
    position: relative;
    z-index: 999999;

    margin-top: 5px;
    margin-bottom: 50px;

    font-weight: 700;
    font-size: 44px;
    text-align: center;
}

.how_order-block .inner-wrap {
    position: relative;
    z-index: 99999;

    font-size: 0;
    text-align: center;
}

.how_order-block .item {
    position: relative;

    display: inline-block;
    width: 30%;
    margin-right: 45px;

    vertical-align: middle;
}

.how_order-block .item:before {
    content: "1";
    position: absolute;
    top: 28px;
    right: 135px;

    display: block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    padding-top: 13px;

    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;

    background: #00b332;
    border-radius: 50%;
}

.how_order-block .item:nth-child(2):before {
    content: "2";
    top: 30px;
    right: 135px;
}

.how_order-block .item:nth-child(3):before {
    content: "3";
    top: 25px;
    right: auto;
    left: 60px;
}

.how_order-block .item:nth-child(2):after {
    top: 50px;
    right: -74px;
}

.how_order-block .item:after {
    content: "";
    position: absolute;
    top: 45px;
    right: -43px;

    display: block;
    width: 99px;
    height: 9px;

    background: url(../img/arrow.png) no-repeat center;
}

.how_order-block .item:last-child {
    margin-right: 0;
}

.how_order-block .item:last-child:after {
    display: none;
}

.how_order-block .item .how_order-block--image {
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.how_order-block .item:nth-child(2) .how_order-block--image {
    position: relative;
    top: 0;
}

.how_order-block .item:nth-child(2) p {
    position: relative;
    top: 0;
}

.how_order-block .item:nth-child(3) .how_order-block--image {
    position: relative;
    right: 50px;
}

.how_order-block .image-wrap {
    position: relative;

    height: 222px;
}

.how_order-block .image-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;

    display: block;
    width: 110px;
    height: 40px;

    box-shadow: 0 0 4em 4em #000000 inset;
}

.how_order-block .item:nth-child(2) .image-wrap {
    padding-top: 40px;
}

.how_order-block p {
    max-width: 240px;
    margin: auto;

    font-size: 18px;
    line-height: 24px;
}

.how_order-block p span {
    font-weight: 700;
    color: #007dbc;
}

.ninth-block {
    position: relative;

    padding-top: 100px;
    padding-bottom: 120px;
}

.ninth-block .container {
    position: relative;
}

.ninth-block .text {
    margin-bottom: 10px;

    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    color: #007dbc;
}

.ninth-block .left {
    position: relative;
    z-index: 9;

    float: left;
    max-width: 420px;
}

.ninth-block p {
    max-width: 400px;
    margin-top: 30px;

    font-size: 18px;
    line-height: 24px;
}

.ninth-block p span {
    font-weight: 700;
    color: #00b332;
}

.ninth-block .logo-block {
    margin-left: -10px;
}

.ninth-block .logo-block img {
    height: 118px;
}

.ninth-block .logo-block img:nth-child(2) {
    margin-top: -15px;
}

.ninth-block .right {
    position: relative;

    float: left;
    width: 100%;
    max-width: 580px;
}

.ninth-block .product {
    position: relative;
    top: 40px;
    left: 48px;
    z-index: 9;

    display: block;
    height: 510px;
    margin: auto;
}

.ninth-block .lungs_2 {
    position: absolute;
    top: -150px;
    right: -100px;
    z-index: 5;
}

.ninth-block .leaf_2 {
    position: absolute;
    bottom: 50px;
    left: -275px;
}

.ninth-block .leaf_1 {
    position: absolute;
    top: -25px;
    right: -155px;
    z-index: 9999999;
}

.form-block {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #aee6f9 url(../img/bg_3.png) no-repeat left top;
    background-position-y: -17px;
}

.form-block .logo-right {
    position: relative;
    z-index: 9;
}

.form-block .container {
    position: relative;
}

.form-block .list {
    max-width: 330px;
    margin-top: 50px;
}

.form-block .list .item {
    position: relative;

    margin-bottom: 25px;
    padding-left: 40px;

    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
}

.form-block .list .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 32px;
    height: 27px;

    background: url(../img/mark.png) no-repeat center;
}

.form-block .list .item:last-child {
    margin-bottom: 0;
}

.form-block .second-text {
    left: 0;

    max-width: 355px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.form-block .product {
    position: absolute;
    top: -35px;
    right: 0;
    left: 75px;
    width: 275px;
    display: block;
    margin: auto;
}

.form-block .second-text:after {
    border-top: 43px solid transparent;
    border-bottom: 41px solid transparent;
}

.form-block .right {
    float: right;
}

.form-wrap {
    max-width: 285px;
    margin-top: 60px;
    margin-left: 135px;
}

.form-wrap__title {
    margin-bottom: 20px;

    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}

.field {
    width: 285px;
    height: 52px;
    margin-bottom: 13px;
    padding-left: 35px;

    background: #d2f1fb;
    border: none;
    border-radius: 55px;
}

.field:active,
.field:focus {
    background: #ffffff;
}

.field:focus::-webkit-input-placeholder {
    color: #000000;

    opacity: 1;
}

.field:focus:-moz-placeholder {
    color: #000000;

    opacity: 1;
}

.field:focus::-moz-placeholder {
    color: #000000;

    opacity: 1;
}

.field:focus:-ms-input-placeholder {
    color: #000000;

    opacity: 1;
}

.field:nth-child(3) {
    margin-bottom: 0;
}

.form-block .button {
    max-width: 285px;
    margin-top: 13px;
    padding: 21px 5px;

    font-size: 22px;
}

.select-wrap {
    position: relative;

    max-width: 285px;
}

.select-wrap:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 50px;

    display: block;
    width: 1px;
    height: 32px;

    background: #000000;
}

.sel {
    text-indent: 0.01px;
    text-overflow: "";

    background: #d2f1fb url(../img/sel.png) no-repeat 92%;

    -webkit-appearance: none;

    /* for FF */
    -moz-appearance: none;

    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
}

.mob {
    display: none !important;
}

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

    .how_order-block:before,
    .how_order-block:after {
        display: none;
    }
}

@media screen and (max-width:999px) {
    .container {
        max-width: 320px;
        padding: 0 10px;
    }

    .top-block .logo-left {
        left: 0;

        width: 170px;
        height: auto;
    }

    .top-block .product {
        top: 15px;
        right: -25px;
        left: auto;
        width: 190px;
        height: auto;
    }

    .top-block__left {
        float: none;
    }

    .top-block .first-text,
    .form-block .first-text {
        max-width: 150px;
        margin-top: -5px;

        font-size: 33px;
        line-height: 34px;
    }

    .top-block .second-text,
    .form-block .second-text {
        top: 15px;
        left: 0;

        max-width: 280px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;

        font-size: 20px;
        line-height: 24px;
    }

    .top-block .second-text:before {
        display: none;
    }

    .top-block .lungs-image {
        left: -25px;

        width: 375px;
        height: auto;
    }

    .top-block .logo-right {
        display: none;
    }

    .mob {
        display: block !important;
    }

    .top-block .list {
        margin-top: 30px;
        padding-left: 0;
    }

    .top-block .list .item {
        margin-bottom: 15px;
        padding-left: 32px;

        font-size: 18px;
        line-height: 19px;
    }

    .top-block .list .item:before {
        top: -5px;

        background-size: 20px;
    }

    .button {
        max-width: 255px;
        margin-top: 15px;
        padding: 23px 5px;
    }

    .top-block .container {
        padding-top: 20px;
    }

    .top-block .second-text:after,
    .form-block .second-text:after {
        right: -22px;

        border-top: 34px solid transparent;
        border-bottom: 34px solid transparent;
        border-left: 22px solid rgba(0, 105, 177, 1);
    }

    .top-block {
        padding-bottom: 40px;
    }

    .second-block {
        padding-top: 40px;
        padding-bottom: 70px;

        background: none;
    }

    .second-block .container {
        position: relative;
    }

    .second-block .container.v1:after {
        content: "";
        position: absolute;
        top: 0;
        right: -330px;
        z-index: -1;

        display: block;
        width: 936px;
        height: 756px;

        background: url(../img/bg_man-mob.png) no-repeat center;
    }

    .second-block__title {
        margin-bottom: 15px;

        font-size: 30px;
        line-height: 30px;
    }

    .second-block__title span {
        display: inline-block;
    }

    .second-block__text {
        font-size: 18px;
        line-height: 20px;
    }

    .second-block__text-v2 {
        font-size: 18px;
        line-height: 20px;
    }

    .slick-list {
        overflow: visible !important;
    }

    .second-block .item {
        position: relative;

        display: inline-block;

        /* width: 30%; */
        width: 325px;
        height: 325px;
        margin-right: 12px;

        vertical-align: top;

        background: -moz-linear-gradient(top, rgba(253, 245, 246, 0) 0%, rgba(252, 237, 239, 0.7) 32%, rgba(252, 236, 238, 1) 38%, rgba(249, 220, 224, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(253, 245, 246, 0) 0%, rgba(252, 237, 239, 0.7) 32%, rgba(252, 236, 238, 1) 38%, rgba(249, 220, 224, 1) 100%);
        background: linear-gradient(to bottom, rgba(253, 245, 246, 0) 0%, rgba(252, 237, 239, 0.7) 32%, rgba(252, 236, 238, 1) 38%, rgba(249, 220, 224, 1) 100%);
        background: none;
        border-radius: 50%;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fdf5f6', endColorstr='#f9dce0', GradientType=0);
    }

    .web {
        display: none !important;
    }

    .second-block .container {
        /*overflow: hidden;*/
    }

    .third-block__right .logo {
        display: none;
    }

    .third-block__left .logo {
        width: 170px;
        height: auto;
    }

    .third-block__left .text {
        max-width: 135px;
        margin-top: -10px;
        margin-left: 0;

        font-size: 18px;
        line-height: 20px;
        text-align: left;
    }

    .third-block:before,
    .third-block:after {
        display: none;
    }

    .third-block .product {
        top: 0;
        right: -25px;
        left: auto;

        height: 300px;

        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .third-block__right,
    .third-block__left {
        float: none;
        width: 100%;
    }

    .third-block__right .text {
        max-width: 265px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;

        font-size: 17px;
        line-height: 21px;
    }

    .third-block__right .text:after {
        border-top: 75px solid transparent;
        border-bottom: 80px solid transparent;
        border-left: 40px solid rgba(0, 105, 177, 1);
    }

    .fourth-block .leaf_2 {
        top: 100px;
        right: -190px;
    }

    .fourth-block .leaf_1 {
        bottom: -40px;
        left: -235px;
    }

    .logo-mob {
        position: relative;
        top: -15px;
        left: -10px;
    }

    .third-block {
        padding-top: 50px;
        padding-bottom: 40px;

        background: url(../img/third-block_bg-mob.jpg) no-repeat center;
        background-size: cover;
    }

    .third-block .container {
        position: relative;
    }

    /*    .third-block .container:before {
        position: absolute;
        content: "";
        display: block;
        background: url(../img/left_bg.png) no-repeat center;
        left: 0;
        top: 0;
        width: 709px;
        height: 698px;
        background-size: 500px;
    }*/

    .fourth-block .flowers {
        display: none;
    }

    .fourth-block {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .fourth-block .container {
        position: relative;
    }

    .fourth-block .logo-block img {
        width: auto;
        height: auto;
    }

    .fourth-block .logo-block img:nth-child(1) {
        margin-right: 10px;
    }

    .fourth-block__left .big-text {
        margin-bottom: 15px;

        font-size: 27px;
        line-height: 27px;
        text-align: center;
    }

    .fourth-block__left {
        float: none;
    }

    .fourth-block .logo-block {
        left: -11px;

        margin-bottom: 0px;
        top: 0;
    }

    .fourth-block__left .text {
        font-size: 17px;
        line-height: 21px;
        text-align: center;
    }

    .fourth-block__right {
        float: none;
        margin-top: 35px;
    }

    .fourth-block__right .list .item {
        margin-bottom: 50px;
        font-size: 16px;
        line-height: 20px;
    }

    .fifth-block .right-side .item .text {
        max-width: 100%;
    }

    .fourth-block__right .list .item:nth-child(1),
    .fourth-block__right .list .item:nth-child(3),
    .fourth-block__right .list .item:nth-child(5) {
        padding-left: 120px;
    }

    .fourth-block__right .list .item:nth-child(1):before,
    .fourth-block__right .list .item:nth-child(2):before,
    .fourth-block__right .list .item:nth-child(3):before,
    .fourth-block__right .list .item:nth-child(4):before,
    .fourth-block__right .list .item:nth-child(5):before {
        background-size: 120px;
    }

    .fourth-block__right .list .item:nth-child(2),
    .fourth-block__right .list .item:nth-child(4) {
        padding-right: 120px;
        padding-left: 0;

        text-align: right;
    }

    .fourth-block__right .list .item:nth-child(1):before,
    .fourth-block__right .list .item:nth-child(3):before,
    .fourth-block__right .list .item:nth-child(5):before {
        top: -45px;
        left: -35px;
    }

    .fourth-block__right .list .item:nth-child(2):before,
    .fourth-block__right .list .item:nth-child(4):before {
        top: -40px;
        right: -35px;
        left: auto;
    }

    .fifth-block {
        padding-top: 45px;
        padding-bottom: 50px;

        background: #aee6f9 url(../img/bg_1-mob.jpg) no-repeat top center;
        /*background-size: cover;*/
    }

    .fifth-block .container {
        position: relative;
    }

    .fifth-block .leaf_4 {
        position: absolute;
        top: 1300px;
        right: -135px;
        /*opacity: 0.7;*/
    }

    .fifth-block .leaf_3 {
        position: absolute;
        top: 550px;
        bottom: auto;
        left: -90px;
    }

    .fifth-block__title {
        position: relative;

        max-width: 160px;

        font-size: 30px;
        line-height: 30px;
        text-align: left;
    }

    .fifth-block__title:after {
        content: "";
        position: absolute;
        top: -85px;
        right: -174px;

        display: block;
        width: 212px;
        height: 312px;

        background: url(../img/product-mob.png) no-repeat center;
        background-size: 170px;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(3deg);
    }

    .fifth-block .item.top {
        margin-top: -30px;
        margin-bottom: 15px;
    }

    .fifth-block .item.top span {
        margin-top: 5px;
    }

    .fifth-block .inner-wrap .left-side .left {
        float: none;
        max-width: 100%;

        text-align: center;
    }

    .fifth-block .product {
        display: none;
    }

    .fifth-block .left-side,
    .fifth-block .right-side {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .fifth-block .right-side {
        margin-top: 15px;
    }

    .fifth-block .item img {
        /*display: block;*/
        margin: auto;
    }

    .fifth-block .item .text {
        margin-bottom: 0;

        text-align: center;
    }

    .fifth-block .right-side .item .right {
        float: none;

        text-align: center;
    }

    .fifth-block .inner-wrap .left-side img,
    .fifth-block .right-side .item img {
        display: block;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .fifth-block .item.bottom {
        margin-top: 15px;
    }

    .fifth-block .inner-wrap .left-side .item,
    .fifth-block .inner-wrap .right-side .item {
        margin-bottom: 15px;
    }

    .fifth-block .item span {
        margin-top: 5px;
    }

    .fifth-block .inner-wrap .left-side span,
    .fifth-block .inner-wrap .right-side span {
        display: inline-block;
        margin-top: 5px;
        margin-right: 0;
        margin-left: 0;

        text-align: center;
    }

    .sixth-block .left .doc {
        display: none;
    }

    .sixth-block {
        padding-top: 60px;
        padding-bottom: 0;

        background: #eef2f7 url(../img/bg_2-mob.png) no-repeat right bottom;
    }

    .sixth-block .container {
        position: relative;

        padding-right: 0;
        padding-left: 0;
    }

    .sixth-block .container:after {
        content: "";
        position: absolute;
        top: -40px;
        right: -45px;
        display: block;
        width: 273px;
        height: 387px;
        background: url(../img/doc.png) no-repeat center;
        background-size: contain;
    }

    .sixth-block .left {
        display: none;
    }

    .sixth-block .right {
        float: none;
    }

    .sixth-block .big-text {
        position: relative;
        z-index: 9;

        padding-left: 10px;

        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
        text-shadow: 0 -1px 14px #ffffff, 0 0 9px #ffffff, 0 2px 11px #ffffff;
    }

    .sixth-block .bottom-text.mob {
        position: relative;
        z-index: 9999;

        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;

        font-size: 18px;
        text-align: right;
        color: #ffffff;

        background: -moz-linear-gradient(left, rgba(117, 183, 212, 0) 0%, rgba(117, 183, 212, 0.7) 32%, rgba(117, 183, 212, 1) 38%, rgba(117, 183, 212, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(117, 183, 212, 0) 0%, rgba(117, 183, 212, 0.7) 32%, rgba(117, 183, 212, 1) 38%, rgba(117, 183, 212, 1) 100%);
        background: linear-gradient(to right, rgba(117, 183, 212, 0) 0%, rgba(117, 183, 212, 0.7) 32%, rgba(117, 183, 212, 1) 38%, rgba(117, 183, 212, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0075b7d4', endColorstr='#75b7d4', GradientType=1);
    }

    .sixth-block .bottom-text.mob .name {
        margin-bottom: 5px;

        font-weight: 700;
    }

    .sixth-block .bottom-text.mob p {
        color: #ffffff;
        font-style: normal;
    }

    .sixth-block .list-inner .top-text {
        margin-bottom: 20px;
    }

    .sixth-block .list-inner {
        padding-right: 10px;
        padding-left: 10px;
    }

    .progress-wrap {
        width: 280px;
    }

    .progress-wrap .inner-wrap {
        width: 269px;
    }

    .sixth-block .list-inner .list .item .text {
        max-width: 200px;

        line-height: 16px;
    }

    .sixth-block .list-inner .list .item span {
        right: 0;
        bottom: 0;
    }

    .sixth-block .logo-mob {
        left: 0;
    }

    .sixth-block .text-little {
        padding-left: 10px;
    }

    .sixth-block .button {
        position: relative;

        max-width: 290px;
        padding: 27px 5px;

        font-size: 18px;
    }

    .sixth-block .button span {
        display: none;
    }

    .sixth-block .right .footnote {
        padding-right: 10px;
        padding-left: 10px;
    }

    .reviews-block {
        padding-top: 70px;
        padding-bottom: 35px;
    }

    .reviews-block .left-side {
        float: none;
        margin-right: 0;
    }

    .reviews-block .big-text {
        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
    }

    .reviews-block .right-side {
        float: none;
        max-width: 320px;
    }

    .reviews-block .logo-block img,
    .how_order-block .logo-block img,
    .ninth-block .logo-block img {
        display: inline-block;
        width: auto;
        height: 40px;

        vertical-align: top;
    }

    .how_order-block .logo-block {
        position: relative;
        left: -12px;
    }

    .how_order-block .logo-block img {
        /*height: auto;*/
        margin: 0 auto;
    }

    .reviews-block .logo-block img:nth-child(1),
    .how_order-block .logo-block img:nth-child(1),
    .ninth-block .logo-block img:nth-child(1) {
        margin-right: 0;
    }

    .reviews-block .text {
        margin-top: 5px;
        margin-bottom: 45px;

        font-size: 24px;
        line-height: 30px;
    }

    .reviews-block .logo-block,
    .how_order-block .logo-block,
    .ninth-block .logo-block {
        margin-left: 0;

        text-align: center;
    }

    .reviews-block .left-side .comment {
        display: none;
    }

    .how_order-block:before,
    .how_order-block:after {
        display: none;
    }

    .how_order-block {
        padding-top: 40px;
        padding-bottom: 45px;

        background: url(../img/third-block_bg-mob2.jpg) no-repeat center;
        background-size: cover;
    }

    .how_order-block .text {
        margin-bottom: 15px;

        font-size: 30px;
    }

    .how_order-block .item {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
    }

    .how_order-block .item:last-child {
        margin-bottom: 0;
    }

    .how_order-block .item:nth-child(2) .how_order-block--image,
    .how_order-block .item:nth-child(2) p {
        top: 0;
    }

    .how_order-block .item:after {
        display: none;
    }

    .ninth-block {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .ninth-block p {
        position: relative;
        z-index: 9999;
    }

    .how_order-block .item:nth-child(2):before {
        top: 0px;
    }

    .how_order-block .item:before {
        top: 35px;
    }

    .how_order-block .image-wrap {
        height: auto;
    }

    .ninth-block .leaf_2 {
        position: absolute;
        top: -25px;
        bottom: auto;
        left: -170px;
        z-index: 9999;
    }

    .ninth-block .leaf_1 {
        position: absolute;
        top: auto;
        right: -150px;
        bottom: -280px;
        z-index: 9;
        opacity: 0.8;
    }

    .ninth-block .left {
        float: none;
        z-index: 9999999;
    }

    .how_order-block .item:nth-child(2) .image-wrap {
        padding-top: 10px;
    }

    .ninth-block .text {
        position: relative;
        z-index: 999;

        max-width: 220px;
        margin: auto;
        margin-bottom: 15px;

        font-size: 30px;
        line-height: 30px;
        text-align: center;
        text-shadow: 0 -1px 14px #ffffff, 0 0 9px #ffffff, 0 2px 11px #ffffff, 0 8px 15px #ffffff;
    }

    .ninth-block .logo-block img:nth-child(2) {
        margin-top: 0;
    }

    .ninth-block .right {
        position: initial;

        float: none;
    }

    .ninth-block .lungs_2 {
        top: 35px;
        right: 0;
        left: -20px;

        width: 350px;
        margin: auto;
    }

    .ninth-block .logo-block {
        position: relative;
        z-index: 9;
    }

    .ninth-block .product {
        position: relative;
        top: -10px;
        right: 0;
        left: 25px;
        z-index: 7;

        display: block;
        height: 270px;
        margin: auto;
    }

    .ninth-block p {
        margin-top: 45px;

        line-height: 22px;
        text-align: center;
    }

    .form-block {
        padding-top: 50px;
        padding-bottom: 50px;

        background: #b0e7f9 url(../img/bg_3-mob.png) no-repeat top;
        background-position-y: -50px;
    }

    .form-block .right {
        float: none;
        margin-top: 35px;
    }

    .form-block .product {
        position: absolute;
        top: -45px;
        right: -165px;
        left: 0;

        display: block;
        /*height: 300px;*/
        margin: auto;

        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-5deg);
    }

    .form-wrap {
        margin-top: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .form-block .list .item {
        line-height: 19px;
    }

    .form-block .list {
        margin-top: 35px;
        padding-bottom: 30px;

        border-bottom: 4px solid #007dbc;
    }

    .slider-dots {
        position: relative;
    }

    .slick-dots li {
        margin-right: 15px;
        margin-left: 0;
    }

    .slick-dots li:last-child {
        margin-right: 0;
    }

    .slick-dots li button {
        width: 30px;
        height: 30px;

        background-color: #007dbc !important;
        border-radius: 50%;
    }

    .slick-dots li.slick-active button {
        /*border: 4px solid #33b4ff;*/
        background-color: #00b332 !important;
    }

    .slick-dots li button:before {
        content: none;
    }

    .slick-dots {
        bottom: -10px;
    }

    .reviews-block .right-side .comment {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .slider-dots_2 .slick-dots {
        bottom: -45px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .slick-dotted.slick-slider {
        margin-top: -45px;
    }

    .second-block .item {
        margin-right: 0;
    }

    .second-block .item:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: -16px;
        z-index: 1;

        display: block;
        width: 335px;
        height: 335px;
        margin: auto;

        background: -moz-linear-gradient(-45deg, rgba(251, 230, 233, 1) 0%, rgba(248, 215, 215, 1) 29%, rgba(245, 201, 199, 0.7) 56%, rgba(240, 179, 172, 0) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(251, 230, 233, 1) 0%, rgba(248, 215, 215, 1) 29%, rgba(245, 201, 199, 0.7) 56%, rgba(240, 179, 172, 0) 100%);
        background: linear-gradient(135deg, rgba(251, 230, 233, 1) 0%, rgba(248, 215, 215, 1) 29%, rgba(245, 201, 199, 0.7) 56%, rgba(240, 179, 172, 0) 100%);
        border-radius: 50%;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbe6e9', endColorstr='#00f0b3ac', GradientType=1);
    }

    .second-block .item .bottom {
        position: relative;
        z-index: 9;
    }
}




.text-logo {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 122px;
    text-transform: uppercase;
    color: #414041;

    text-shadow: 0 -1px 14px #ffffff, 0 0 9px #ffffff, 0 2px 11px #ffffff, 0 8px 15px #ffffff;
}

.text-logo--small {
    font-size: 95px;
}

.fourth-block__left .text-logo {
    font-size: 65px;
    text-align: left;
    display: block;
}

.sixth-block .text-logo {
    font-size: 65px;
}

.reviews-block .text-logo {
    font-size: 80px;
}

.ninth-block  .text-logo {
    line-height: 1;
}

@media (max-width: 999px) {
    .top-block .text-logo {
        padding-top: 20px;
    } 
    .text-logo {
        padding-left: 10px;
        font-size: 50px;
        line-height: 1;
    }

    .third-block__left .text-logo {
        text-align: left;
    }

    .text-logo--small {
        font-size: 40px;
    }

    .fourth-block__left .text-logo {
        font-size: 40px;
        text-align: center;
    }
    .sixth-block .text-logo {
        font-size: 40px;
        max-width: 60%;
    }
    .reviews-block .text-logo {
        font-size: 40px;
        display: block;
        text-align: left;
        padding-left: 0;
    }
    .how_order-block .text-logo,
    .ninth-block  .text-logo {
        font-size: 40px;
    }
}