@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Montserrat", sans-serif;
    color: #000000;
}

.clearfix::after {
    content: "";

    display: table;
    clear: both;
}

ul,
ol {
    margin: 0;
    padding: 0;

    list-style: none;
}

b,
strong {
    font-weight: bold;
}

p {
    margin: 0;
}

.content_link {
    font-weight: bold;
    color: #029e74;
    text-decoration: none;
}

.content_link:hover {
    text-decoration: underline;
}

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

a,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
}

.rel {
    position: relative;
    z-index: 10;
}

.main_wrap {
    overflow: hidden;
}

.container {
    position: relative;
    z-index: 6;

    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
}

/* .container:before,
.container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 123;

  width: 15px;
  height: 100%;

  background: rgba(0,0,0,0.1);
} */

.container:after {
    right: 0;
    left: auto;
}

.dib_wrap {
    font-size: 0;
}

.dib {
    display: inline-block;

    font-size: 18px;
    vertical-align: top;
}

.mob {
    display: none !important;
}

.web {
    display: block;
}

.block-1 {
    background: url(../img/block-1__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-1 .container {
    padding: 30px 15px 75px;
}

.block-1__top,
.main-title__wrap,
.block-1__content {
    position: relative;
    z-index: 10;
}

.stamps__wrap {
    float: left;
    max-width: 200px;

    text-align: center;
}

.stamp {
    display: inline-block;

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

.stamp:nth-child(1) {
    margin-right: 30px;
}

.stamp:nth-child(3) {
    margin-left: 24px;
}

.block-1__list {
    float: right;
    width: 230px;
}

.block-1__list li {
    margin-bottom: 5px;

    font-size: 0;
}

.block-1__list-icon__wrap {
    display: inline-block;
    margin-right: 10px;
    padding: 5px;

    vertical-align: middle;

    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px 2px #b33f0b7d;
    box-shadow: 0 0 30px 2px #b33f0b7d;
}

.block-1__list-icon__body {
    position: relative;

    width: 75px;
    height: 75px;

    line-height: 100%;
    text-align: center;

    background: #b33f0b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block-1__list-icon__body img {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-1__list-text {
    display: inline-block;
    width: calc(100% - 95px);

    font-size: 17px;
    vertical-align: middle;
}

.block-1__list-text b {
    display: block;
}

.main-title__wrap {
    z-index: 8;
}

.main-title {
    position: relative;
    z-index: 11;

    margin-top: -130px;

    font-weight: 900;
    font-size: 130px;
    line-height: 1;
    color: #973c16;
    text-transform: uppercase;

    background: -webkit-linear-gradient(69deg, rgba(255, 198, 0, 1) 0%, rgba(179, 63, 11, 1) 100%);
    background: -o-linear-gradient(69deg, rgba(255, 198, 0, 1) 0%, rgba(179, 63, 11, 1) 100%);
    background: linear-gradient(21deg, rgba(255, 198, 0, 1) 0%, rgba(179, 63, 11, 1) 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.main-title__shadow {
    position: relative;
    z-index: 10;

    font-weight: 900;
    font-size: 130px;
    line-height: 1;
    color: #973c16;
    text-transform: uppercase;
    text-shadow: -5px 10px 15px rgba(0, 0, 0, 0.5);

    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.main-subtitle {
    margin-bottom: 30px;

    font-weight: 900;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
}

.main-subtitle span {
    display: block;

    font-size: 70px;
    text-transform: uppercase;
}

.block-1__content {
    width: 510px;
}

.form-title {
    margin-bottom: 10px;

    font-size: 25px;
    text-align: center;
    color: #b33f0b;
    text-transform: uppercase;
}

.main-form {
    font-size: 0;
}

.inp {
    display: inline-block;
     width: calc(50% - 10px);
	margin: 5px;
    height: 50px;
    padding: 0 15px;

    font-size: 13px;
    line-height: 48px;
    vertical-align: top;
    color: #000000;

    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    outline: none;

    /* cursor: pointer; */

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inp:focus {
    background: #ffffff;
}

/* INP-COLORS */
.inp::-webkit-input-placeholder {
    color: #000000;
}

.inp::-moz-placeholder {
    color: #000000;
}

.inp:-moz-placeholder {
    color: #000000;
}

.inp:-ms-input-placeholder {
    color: #000000;
}

/* INP-COLORS */

.inp:nth-child(1),
.inp:nth-child(3) {
    margin-right: 6px;
}

.inp:nth-child(1),
.inp:nth-child(2) {
    margin-bottom: 10px;
}

select.inp {
    background: rgba(255, 255, 255, 0.3) url(../img/inp-arrow.png) 92% center no-repeat;
    cursor: pointer;
}

select.inp:focus {
    background: #ffffff url(../img/inp-arrow.png) 92% center no-repeat;
    cursor: pointer;
}

.btn-wrap {
    width: 300px;
    padding: 10px;

    background: rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 55px;
    border-radius: 55px;
}

.main-form .btn-wrap {
    margin: 15px auto 0;
}

.btn {
    display: block;
    width: 100%;
    padding: 24px 10px;

    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;

    background: -webkit-gradient(linear, left top, left bottom, from(#8dbf03), to(#71af03));
    background: -webkit-linear-gradient(top, #8dbf03 0%, #71af03 100%);
    background: -o-linear-gradient(top, #8dbf03 0%, #71af03 100%);
    background: linear-gradient(180deg, #8dbf03 0%, #71af03 100%);
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    outline: none;
    -webkit-box-shadow: 0 12px 25px 0 #415e00;
    box-shadow: 0 12px 25px 0 #415e00;
    cursor: pointer;

    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;

    background: #71af03;
}

.block-1__img {
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 7;

    display: block;
}

.block-1__shadow {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-1__prod {
    position: absolute;
    right: 8%;
    bottom: 10px;
    z-index: 9;
}

.circle-prices__wrap {
    position: absolute;
    right: 15px;
    bottom: 65px;
    z-index: 8;

    width: 327px;
    height: 327px;
    padding: 20px;

    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.circle-prices {
    position: relative;

    width: 285px;
    height: 285px;
    padding-top: 50px;

    font-size: 17px;
    text-align: center;

    background: #8dbf03;

    /* border: 1px solid #ffffff; */
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.circle-prices:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;

    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);

    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 #00000047;
    box-shadow: 0 0 20px 0 #00000047;
}

.old-price__wrap {
    margin-bottom: 10px;

    color: #000000;
}

.old-price__price {
    position: relative;

    font-weight: bold;
    font-size: 29px;
    line-height: 1;
    vertical-align: bottom;
}

.old-price__curr {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: bottom;
}

.old-price__price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15%;

    display: block;
    width: 130%;
    margin-top: -1px;

    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.new-price__wrap {
    color: #ffffff;
}

.new-price__price {
    font-weight: 900;
    font-size: 50px;
    line-height: 1;
}

.new-price__curr {
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
}

.block-2 {
    background: url(../img/block-2__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-2 .container {
    padding: 120px 15px 50px;
}

.block-2__title {
    margin-bottom: 20px;

    font-weight: 900;
    font-size: 68px;
    line-height: 1;
    color: #333333;
    text-transform: uppercase;
}

.block-2__subtitle {
    max-width: 65%;

    font-weight: 900;
    font-size: 52px;
    line-height: 1.1;
    color: #b33f0b;
    text-transform: uppercase;
}

.block-2__circle-text {
    position: relative;
    z-index: 10;

    width: 450px;
    height: 450px;
    margin-top: -330px;
    margin-left: calc(100% - 450px);
    padding: 20px 30px;

    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block-2__circle-text img {
    display: block;
    max-width: 124px;
    margin: 0 auto 10px;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block-2__circle-text p {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

.block-2__circle-text p span {
    color: #ffc600;
}

.block-2__points {
    position: relative;

    margin-top: -175px;
}

.point-item {
    position: absolute;
}

.point-item__inner {
    position: relative;

    width: 300px;
    padding-right: 110px;
}

.point-item__inner img {
    position: absolute;
    top: 50%;
    right: 0;

    margin-top: -45px;
}

.point-item__inner p {
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    text-transform: uppercase;
}

.point-item__inner:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -135px;

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

    background: #b33f0b;
    -webkit-box-shadow: 0 0 10px 1px #ff0000;
    box-shadow: 0 0 10px 1px #ff0000;
}

.point-item__inner:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -170px;

    display: block;
    width: 54px;
    height: 54px;
    margin-top: -27px;

    background: url(../img/point.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.point-item__item-1 {
    top: 265px;
    left: -35px;
}

.point-item__item-2 {
    top: 460px;
}

.point-item__item-2 .point-item__inner:before {
    top: -55px;
    right: -265px;

    width: 300px;

    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.point-item__item-2 .point-item__inner:after {
    top: -120px;
    right: -280px;
}

.point-item__item-3 {
    top: 635px;
    left: 170px;
}

.point-item__item-3 .point-item__inner:before {
    top: -55px;
    right: 15px;

    width: 75px;

    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.point-item__item-3 .point-item__inner:after {
    top: -95px;
    right: 26px;
}

.point-item__item-4 .point-item__inner,
.point-item__item-5 .point-item__inner {
    padding-right: 0;
    padding-left: 110px;
}

.point-item__item-4 .point-item__inner img,
.point-item__item-5 .point-item__inner img {
    right: auto;
    left: 0;
}

.point-item__item-4 .point-item__inner p,
.point-item__item-5 .point-item__inner p {
    text-align: left;
}

.point-item__item-4 {
    top: 115px;
    right: 0;
    left: auto;
}

.point-item__item-4 .point-item__inner:before {
    top: 25px;
    right: 0;
    left: -55px;

    width: 75px;

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.point-item__item-4 .point-item__inner:after {
    top: 25px;
    left: -85px;
}

.point-item__item-5 {
    top: 260px;
    right: 35px;
    left: auto;
}

.point-item__item-5 .point-item__inner:before {
    top: 4px;
    right: 0;
    left: -120px;

    width: 150px;

    -webkit-transform: rotate(190deg);
    -ms-transform: rotate(190deg);
    transform: rotate(190deg);
}

.point-item__item-5 .point-item__inner:after {
    top: -10px;
    left: -145px;
}

.block-3 {
    background: url(../img/block-3__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-3 .container {
    padding: 120px 15px;
}

.block-3__title,
.block-3__subtitle {
    width: 80%;
    margin-left: 20%;

    text-align: right;
}

.block-3__title {
    margin-bottom: 20px;

    font-weight: 900;
    font-size: 38px;
    line-height: 1.1;
    color: #333333;
}

.block-3__subtitle {
    margin-bottom: 30px;

    font-weight: 900;
    font-size: 44px;
    line-height: 1;
    color: #b33f0b;
    text-transform: uppercase;
}

.block-3__risks {
    width: 90%;
    margin-left: 10%;
}

.risks-title {
    margin-bottom: 30px;

    font-weight: bold;
    font-size: 30px;
    text-align: right;
    color: #333333;
    text-transform: uppercase;
}

.risks-list {
    font-size: 0;
}

.risks-list li {
    display: inline-block;

    font-size: 16px;
    vertical-align: top;
    text-align: center;
    text-shadow: 2px 2px 3px #ffffff;
}

.risks-list li img {
    display: block;
    margin: 0 auto 10px;
}

.risks-list__compact li {
    width: calc(20% - 10px);
    margin-right: 10px;
}

.risks-list__compact li:last-child {
    margin-right: 0;
}

.risks-list__compact {
    margin-bottom: 10px;
}

.risks-list__fullsize li {
    width: calc(25% - 10px);
    margin-right: 10px;
}

.block-4 {
    background: url(../img/block-4__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-4 .container {
    padding: 100px 15px;

    font-size: 0;
}

.block-4 .main-title,
.block-4 .main-title__shadow {
    position: relative;
    z-index: 5;

    font-size: 150px;
    text-align: center;
    text-transform: none;
}

.block-4 .main-title {
    margin-top: -150px;
}

.block-4__content {
    display: inline-block;
    width: 550px;
    margin-right: calc(100% - 945px);

    vertical-align: top;
}

.block-4__subtitle {
    margin: 10px 0 30px;

    font-weight: 900;
    font-size: 58px;
    line-height: 1;
    color: #b33f0b;
    text-transform: uppercase;
}

.block-4__text {
    width: 75%;
    margin-bottom: 20px;

    font-weight: bold;
    font-size: 29px;
    color: #ffffff;
}

.block-4__text span {
    background: #ffc600;
}

.block-4__list-wrap {
    display: inline-block;
    width: 395px;
    margin-top: 150px;
    padding: 4px;

    vertical-align: top;

    -webkit-box-shadow: 0 10px 15px 0 #45454578;
    box-shadow: 0 10px 15px 0 #45454578;
}

.block-4__list-inner {
    padding: 40px 25px;

    background: rgba(255, 255, 255, 0.7);
}

.block-4__list-title {
    margin-bottom: 20px;

    font-weight: 900;
    font-size: 22px;
    line-height: 1.1;
    text-transform: uppercase;
}

.block-4__list-item {
    position: relative;

    margin-bottom: 20px;
    padding-left: 45px;

    font-weight: bold;
    font-size: 16px;
}

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

.block-4__list-status {
    position: relative;

    width: 100%;
    height: 10px;
    overflow: hidden;

    border-bottom: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 4px 10px -7px #000000;
    box-shadow: inset 0 4px 10px -7px #000000;
}

.block-4__list-status:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 50%;
    height: 9px;

    background: -webkit-gradient(linear, left bottom, left top, from(#71af03), to(#8bbe03));
    background: -webkit-linear-gradient(bottom, #71af03 0%, #8bbe03 100%);
    background: -o-linear-gradient(bottom, #71af03 0%, #8bbe03 100%);
    background: linear-gradient(0deg, #71af03 0%, #8bbe03 100%);
}

.block-4__list-item:nth-child(1) .block-4__list-status:before {
    width: 72%;
}

.block-4__list-item:nth-child(2) .block-4__list-status:before {
    width: 89%;
}

.block-4__list-item:nth-child(3) .block-4__list-status:before {
    width: 92%;
}

.block-4__list-item:nth-child(4) .block-4__list-status:before {
    width: 83%;
}

.block-4__list-item:nth-child(5) .block-4__list-status:before {
    width: 94%;
}

.block-4__list-item:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 0;

    display: block;
    width: 37px;
    height: 42px;

    background: url(../img/block-4__list-arrow.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block-4__girl {
    position: absolute;
    right: -41px;
    bottom: 0;
    z-index: 9;

    display: block;
    max-height: 100%;
}

.block-4__decor-web {
    position: absolute;
    right: -250px;
    top: 260px;
}

.block-4__circle {
    position: absolute;
    right: 32%;
    bottom: 140px;
    z-index: 9;

    width: 400px;
    height: 400px;
    padding: 55px;

    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 50px 0 #ffffff36;
    box-shadow: 0 0 50px 0 #ffffff36;
}

.block-4__arrow {
    position: absolute;
    right: 49%;
    bottom: 75px;
    z-index: 9;

    display: block;
}

.block-4__circle div {
    width: 290px;
    height: 290px;

    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 85px 0 #ffffff8c;
    box-shadow: 0 0 85px 0 #ffffff8c;
}

.block-5 {
    background: url(../img/block-5__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-5 .container {
    padding: 100px 15px 0;
}

.block-5__title {
    font-weight: 900;
    font-size: 60px;
    text-align: center;
    color: #b33f0b;
    text-transform: uppercase;
}

.block-5__logo {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.block-5__subtitle {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
    color: #b33f0b;
}

.block-5__content {
    position: relative;

    width: 120%;
    height: 850px;
    margin-top: -100px;
    margin-left: -8.5%;
}

.block-5__content-text {
    position: absolute;

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

.block-5__content-text span {
    color: #86bb03;
}

.block-5__content-text_left {
    top: 455px;
    left: 7%;

    width: 335px;
}

.block-5__content-text_right {
    top: 455px;
    right: 10%;

    width: 365px;

    text-align: right;
}

.block-6 {
    background: url(../img/block-6__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-6 .container {
    padding: 100px 15px 180px;
}

.block-6__title {
    position: relative;
    z-index: 10;

    font-weight: 900;
    font-size: 60px;
    line-height: 0.8;
    color: #b33f0b;
    text-transform: uppercase;
}

.block-6 .main-title__wrap {
    z-index: 10;

    margin-bottom: 50px;
}

.block-6 .main-title,
.block-6 .main-title__shadow {
    position: relative;
    z-index: 5;

    font-size: 150px;
    text-align: center;
    text-transform: none;
}

.block-6 .main-title {
    margin-top: -150px;
}

.block-6__content {
    font-size: 0;
}

.block-6__left {
    display: inline-block;
    width: 330px;
    margin-right: calc(100% - 750px);

    font-size: 17px;
    vertical-align: top;
}

.block-6__right {
    display: inline-block;
    width: 420px;

    font-size: 17px;
    vertical-align: top;
}

.block-6__subtitle {
    margin-bottom: 20px;

    font-weight: 900;
    font-size: 54px;
    line-height: 1.1;
    color: #b33f0b;
    text-transform: uppercase;
}

.block-6__list li {
    position: relative;

    margin-bottom: 30px;
}

.block-6__list li:last-child {
    margin-bottom: 0;
}

.block-6__list li span {
    font-weight: bold;

    background: #ffc600;
}

.block-6__left .block-6__list li {
    padding-right: 100px;

    text-align: right;
}

.block-6__right .block-6__list li {
    padding-left: 100px;

    text-align: left;
}

.block-6__list-img {
    position: absolute;
    top: 50%;

    margin-top: -50px;
}

.block-6__left .block-6__list-img {
    right: -20px;
}

.block-6__right .block-6__list-img {
    left: -20px;
}

.block-6__prod {
    position: absolute;
    bottom: 0;
    left: 15.5%;
    z-index: 7;

    max-height: 675px;
}

.block-7 {
    background: url(../img/block-7__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-7 .container {
    padding: 90px 15px 120px;

    font-size: 0;
}

.specialist-wrap {
    position: relative;
    z-index: 15;

    display: inline-block;
    width: 445px;

    font-size: 18px;
    vertical-align: top;
}

.specialist-img {
    position: relative;

    margin-bottom: 50px;
}

.specialist-img img {
    position: relative;
    z-index: 10;

    display: block;
    width: 100%;
}

.specialist-img:before,
.specialist-img:after {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 9;

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

    border: 1px solid #ffffff;
}

.specialist-img:after {
    top: auto;
    right: auto;
    bottom: -15px;
    left: -15px;
}

.specialist-title {
    padding-right: 135px;

    font-weight: bold;
    font-size: 20px;
    text-align: right;
    color: #ffffff;
}

.specialist-opinion__wrap {
    display: inline-block;
    width: 665px;
    margin-top: 85px;
    margin-left: -110px;
    padding: 4px;

    vertical-align: top;

    -webkit-box-shadow: 0 10px 15px 0 #45454578;
    box-shadow: 0 10px 15px 0 #45454578;
}

.specialist-opinion__inner {
    position: relative;
    z-index: 10;

    padding: 70px 50px 60px 135px;

    background: #ffffff;
}

.specialist-opinion__inner::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 40px;

    width: 107px;
    height: 66px;

    background: url(../img/quotes.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.specialist-opinion__title {
    margin-bottom: 30px;

    font-weight: 900;
    font-size: 52px;
    line-height: 1;
    color: #333333;
    text-transform: uppercase;
}

.specialist-opinion__text {
    font-size: 18px;
    font-style: italic;
}

.block-8 {
    overflow: hidden;

    background: url(../img/block-8__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-8 .container {
    padding: 140px 15px 90px;

    font-size: 0;
}

.block-8__title {
    display: inline-block;
    width: calc(44% - 20px);
    margin-top: 350px;
    margin-right: 20px;

    font-weight: 900;
    font-size: 52px;
    line-height: 1;
    vertical-align: top;
    text-align: right;
    color: #333333;
    text-shadow: 0 0 15px #ffffff;
}

.block-8__title span {
    color: #b33f0b;
}

.block-8__list {
    position: relative;

    display: inline-block;
    width: 56%;

    font-size: 17px;
    vertical-align: top;
}

.block-8__list:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    width: 855px;
    height: 855px;

    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 65px 15px #ffffff;
    box-shadow: 0 0 65px 15px #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-8__list li {
    position: relative;
    z-index: 10;

    margin-bottom: 20px;
    padding-left: 180px;
}

.block-8__list li:last-child {
    margin-bottom: 0;
}

.block-8__list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 74px;

    display: block;
    width: 22px;
    height: 130px;

    background: url(../img/block-8__list-arrow.png) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-8__list li:last-child:before {
    top: 70%;

    height: 150px;
}

.block-8__list li:first-child:after {
    content: "";
    position: absolute;
    top: -155px;
    left: 74px;

    display: block;
    width: 22px;
    height: 180px;

    background: url(../img/block-8__list-arrow.png) no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.counter {
    font-weight: 900;
    font-size: 72px;
    line-height: 1;
    color: #ffc600;
}

.block-8__list-title {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 3px;

    font-weight: 900;

    background: #ffc600;
}

.block-8__list-img {
    position: absolute;
    top: 50%;
    left: 0;

    width: 170px;
    height: 170px;
    padding: 8px;

    border: 2px solid #ffc600;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-8__list-img img {
    position: relative;
    z-index: 9;

    display: block;
    width: 100%;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block-8__list-img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;

    display: block;
    width: 140px;
    height: 140px;

    border: 10px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.block-8__prod {
    position: absolute;
    top: 25px;
    left: -75px;
    z-index: 7;

    display: block;
}

.block-9 {
    background: url(../img/block-9__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-9 .container {
    padding-top: 110px;
}

.block-9__title {
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    color: #b33f0b;
    text-transform: uppercase;
}

.block-9__logo {
    display: block;
    margin: 0 auto;
}

.block-9__list {
    position: relative;

    height: 740px;
    margin-top: -30px;
}

.block-9__list:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 60px;

    width: 651px;
    height: 738px;

    background: url(../img/block-9__img.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block-9__list-item {
    position: absolute;

    width: 370px;
}

.block-9__list-item:nth-child(1) {
    padding-right: 120px;
}

.block-9__list-item:nth-child(2),
.block-9__list-item:nth-child(3) {
    padding-left: 120px;
}

.block-9__list-img {
    position: absolute;
    top: 50%;
    left: 0;

    width: 110px;
    height: 110px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-9__list-item:nth-child(1) {
    top: 100px;
    left: 5px;
}

.block-9__list-item:nth-child(1) .block-9__list-img {
    right: 0;
    left: auto;

    background: url(../img/block-9__list-img_1.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block-9__list-item:nth-child(2) {
    top: 150px;
    right: 0;
}

.block-9__list-item:nth-child(2) .block-9__list-img {
    background: url(../img/block-9__list-img_2.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block-9__list-item:nth-child(3) {
    top: 490px;
    right: 80px;
}

.block-9__list-item:nth-child(3) .block-9__list-img {
    background: url(../img/block-9__list-img_3.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block-9__list-img:before {
    content: "";
    position: absolute;
    z-index: 5;

    border-bottom: 1px solid #82b903;
}

.block-9__list-img:after {
    content: "";
    position: absolute;

    width: 30px;
    height: 30px;

    background: url(../img/block-9__list-point.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.block-9__list-item:nth-child(1) .block-9__list-img:before {
    top: 91%;
    right: -161px;

    width: 170px;

    border-bottom: 1px solid #82b903;
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(21deg);
}

.block-9__list-item:nth-child(1) .block-9__list-img:after {
    top: 115px;
    right: -170px;
}

.block-9__list-item:nth-child(2) .block-9__list-img:before {
    top: 49%;
    left: -83px;

    width: 85px;

    border-bottom: 1px solid #82b903;
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(0deg);
}

.block-9__list-item:nth-child(2) .block-9__list-img:after {
    top: 40px;
    left: -95px;
}

.block-9__list-item:nth-child(3) .block-9__list-img:before {
    top: -112px;
    left: -86px;

    width: 230px;

    border-bottom: 1px solid #82b903;
    -webkit-transform: rotate(21deg);
    -ms-transform: rotate(21deg);
    transform: rotate(80deg);
}

.block-9__list-item:nth-child(3) .block-9__list-img:after {
    top: -240px;
    left: -5px;
}

.block-9__list-counter {
    position: absolute;

    width: 48px;
    height: 48px;

    font-weight: 900;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;

    background: #b33f0b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.block-9__list-item:nth-child(1) .block-9__list-counter {
    top: -10px;
    right: -10px;
}

.block-9__list-item:nth-child(2) .block-9__list-counter,
.block-9__list-item:nth-child(3) .block-9__list-counter {
    top: -10px;
    left: -10px;
    z-index: 11;
}

.block-9__list-text {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.block-9__list-item:nth-child(1) .block-9__list-text {
    text-align: right;

    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0.7539390756302521)), color-stop(75%, rgba(255, 255, 255, 0.7483368347338936)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7539390756302521) 5%, rgba(255, 255, 255, 0.7483368347338936) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7539390756302521) 5%, rgba(255, 255, 255, 0.7483368347338936) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7539390756302521) 5%, rgba(255, 255, 255, 0.7483368347338936) 75%, rgba(255, 255, 255, 0) 100%);
}

.block-9__list-item:nth-child(2) .block-9__list-text,
.block-9__list-item:nth-child(3) .block-9__list-text {
    text-align: left;

    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0.7539390756302521)), color-stop(75%, rgba(255, 255, 255, 0.7483368347338936)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7539390756302521) 5%, rgba(255, 255, 255, 0.7483368347338936) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7539390756302521) 5%, rgba(255, 255, 255, 0.7483368347338936) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7539390756302521) 5%, rgba(255, 255, 255, 0.7483368347338936) 75%, rgba(255, 255, 255, 0) 100%);
}

.block-10 {
    background: url(../img/block-10__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-10 .container {
    padding: 120px 15px 115px;
}

.block-10__title {
    font-weight: 900;
    font-size: 42px;
    text-align: center;
    color: #b33f0b;
}

.block-10 .main-title,
.block-10 .main-title__shadow {
    position: relative;
    z-index: 5;

    font-size: 150px;
    text-align: center;
    text-transform: none;
}

.block-10 .main-title {
    margin-top: -150px;
}

.comments-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;

    background: #f0f2f5;
    border: 1px solid #ffffff;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0 5px 20px 0 #0000001c;
    box-shadow: 0 5px 20px 0 #0000001c;
}

.comments-header {
    margin-bottom: 12px;
    padding: 10px 30px;

    background: #ffffff;
    -webkit-box-shadow: 0 5px 20px 0 #0000001c;
    box-shadow: 0 5px 20px 0 #0000001c;
}

.comments-header__left {
    float: left;

    font-size: 0;
}

.fb-icon,
.searchbox {
    display: inline-block;

    vertical-align: middle;
}

.fb-icon {
    margin-right: 10px;
}

.searchbox {
    width: 240px;

    background: #f0f2f5;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.search-icon,
.search-text {
    display: inline-block;

    vertical-align: middle;
}

.search-text {
    font-size: 14px;
    color: #606770;
}

.comments-header__right {
    float: right;
}

.status-icons {
    margin-top: -5px;
}

.comments-inner {
    max-width: 770px;
    margin: 0 auto;
    overflow: hidden;

    background: #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.post-header {
    position: relative;

    padding: 8px 12px;

    font-size: 0;
}

.post-header:before {
    content: "...";
    position: absolute;
    top: 12px;
    right: 12px;

    font-weight: 700;
    font-size: 20px;
    color: #606770;
    letter-spacing: 1px;
}

.post-av {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-right: 8px;

    vertical-align: middle;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.post-data {
    display: inline-block;

    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
}

.post-name {
    margin-bottom: 8px;

    font-weight: bold;
}

.post-date {
    position: relative;

    color: #a8a8a8;
}

.post-date:before {
    content: "";
    position: absolute;
    top: 0;
    right: -22px;

    width: 19px;
    height: 16px;

    background: url(../img/post-date__icon.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.post-img {
    display: block;
    width: 100%;
}

.post-footer {
    padding: 10px 20px;

    font-size: 14px;
    color: #626770;
}

.post-footer__likes-counter {
    position: relative;

    float: left;
    padding-left: 30px;
}

.post-footer__likes-counter:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;

    width: 26px;
    height: 26px;

    background: url(../img/like-blue.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.post-footer__comments-counter {
    float: right;
}

.post-actions {
    padding: 10px;

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

    border-top: 1px solid #e8ebef;
    border-bottom: 1px solid #e8ebef;
}

.post-actions div {
    position: relative;

    display: inline-block;
    margin-right: 60px;
    padding-left: 30px;

    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    color: #626770;
}

.post-actions div:last-child {
    margin-right: 0;
}

.post-actions div:before {
    content: "";
    position: absolute;

    display: block;
}

.like:before {
    top: -7px;
    left: 0;

    width: 28px;
    height: 28px;

    background: url(../img/like-vector.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.comments:before {
    top: -5px;
    left: -4px;

    width: 35px;
    height: 30px;

    background: url(../img/comment-vector.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.share:before {
    top: -3px;
    left: 2px;

    width: 25px;
    height: 25px;

    background: url(../img/share-vector.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.comments-reviews {
    padding: 17px;
}

.comment {
    position: relative;

    margin-bottom: 15px;
    padding-left: 65px;
}

.comment-av {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 57px;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.comment-content {
    margin-bottom: 8px;
    padding: 15px 20px;

    background: #e8ebef;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.comment-name {
    margin-right: 10px;

    font-size: 16px;
    color: #3d5798;
}

.comment-text {
    display: inline;

    font-size: 16px;
}

.comment-actions {
    margin-left: 20px;
}

.comment-actions div {
    position: relative;

    display: inline-block;
    margin-right: 8px;

    font-size: 14px;
    vertical-align: middle;
    color: #5b71a8;
}

.comment-actions div:last-child {
    color: #626770;
}

.comment-actions div:before {
    content: ".";
    position: absolute;
    top: -9px;
    right: -9px;

    font-size: 20px;
    color: #5b71a8;
}

.comment-actions div:last-child:before {
    display: none;
}

.comment-img__wrap {
    font-size: 0;
}

.comment-img {
    display: inline-block;
    max-width: 100%;
    margin-right: 8px;
    margin-bottom: 8px;

    vertical-align: top;
}

.comment-img:last-child {
    margin-right: 0;
}

.block-11 {
    background: url(../img/block-11__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-11 .container {
    padding: 90px 15px 100px;
}

.block-11__title {
    margin-top: -10px;
    margin-bottom: 40px;

    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    color: #b33f0b;
    text-transform: uppercase;
}

.block-11__logo {
    display: block;
    margin: 0 auto;
}

.order-list {
    font-size: 0;
    text-align: center;
}

.order-list li {
    position: relative;

    display: inline-block;
    width: 265px;
    margin-right: 95px;

    vertical-align: top;
}

.order-list li:last-child {
    margin-right: 0;
}

.order-list__circle {
    position: relative;

    width: 265px;
    height: 265px;
    margin-bottom: 15px;

    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px 0 #ffffff;
    box-shadow: 0 0 30px 0 #ffffff;
}

.order-list__circle-img {
    position: absolute;
    z-index: 10;

    display: block;
}

.order-list li:nth-child(1) .order-list__circle-img {
    top: 30px;
    left: -35px;
}

.order-list li:nth-child(2) .order-list__circle-img {
    top: 61px;
    left: -12px;
}

.order-list li:nth-child(3) .order-list__circle-img {
    top: -15px;
    left: -5px;
}

.order-list__circle-counter {
    position: absolute;
    top: -10px;
    right: 25px;
    z-index: 11;

    width: 62px;
    height: 62px;

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

    background: #ffc600;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.order-list__text {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.order-list li:before {
    content: "";
    position: absolute;

    display: block;
    width: 133px;
    height: 54px;
}

.order-list li:nth-child(1):before {
    top: 220px;
    right: -115px;

    background: url(../img/block-10__arrow.png) no-repeat center bottom;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

.order-list li:nth-child(2):before {
    top: -8px;
    right: -115px;

    background: url(../img/block-10__arrow.png) no-repeat center top;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}

.block-12 {
    background: url(../img/block-12__bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.block-12 .container {
    padding: 110px 15px 100px;
}

.block-12__title {
    margin-bottom: 10px;

    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.block-12__title span {
    display: block;
}

.block-12__content {
    position: relative;
}

.block-12__form-wrap {
    max-width: 360px;
    margin-left: calc(100% - 360px);
    padding: 50px 40px;

    background: rgba(255, 255, 255, 0.3);
}

.block-12 .form-title {
    margin-bottom: 20px;
}

.bottom-form .inp {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.bottom-form .btn-wrap {
    margin-top: 20px;
}

.block-12__img {
    position: absolute;
    right: 330px;
    bottom: 0;
    z-index: 11;
}

.block-12__prod {
    position: absolute;
    right: 31%;
    bottom: -35px;
    z-index: 12;
}

.block-12__decor {
    position: absolute;
    right: 47%;
    bottom: -59px;
    z-index: 15;
}

.block-12 .circle-prices__wrap {
    right: auto;
    bottom: 120px;
    left: 8px;
    z-index: 30;

    width: 280px;
    height: 280px;
    padding: 25px;
}

.block-12 .circle-prices {
    width: 230px;
    height: 230px;
    padding-top: 45px;

    font-size: 15px;
}

.block-12 .old-price__price {
    font-size: 20px;
}

.block-12 .new-price__price,
.block-12 .new-price__curr {
    font-size: 50px;
}


.sale {
    position: absolute;
    bottom: 305px;
    left: 0;
    z-index: 30;

    width: 159px;
    height: 159px;
    padding: 5px;

    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;

    background: url(../img/sale.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

@media screen and (max-width: 991px) {
    /* .container:before,
  .container:after {
    width: 10px;
  } */

    .web {
        display: none;
    }

    .mob {
        display: inline-block !important;
    }

    .container {
        max-width: 320px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .main_wrap {
        max-width: 991px;
    }

    .main-title__shadow {
        text-shadow: 0 7px 5px rgb(0 0 0 / 28%);
    }

    .block-1 {
        background: url(../img/block-1__bg-mob.jpg) no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block-1 .container {
        padding: 10px 10px 50px;
    }

    .stamp:nth-child(1) {
        margin-right: 5px;
    }

    .stamp:nth-child(2) {
        margin-right: 0;
    }

    .stamp:nth-child(3) {
        margin-right: 0;
        margin-left: 0;
    }

    .stamp {
        height: 35px;
    }

    .stamps__wrap {
        max-width: 100%;
        margin-bottom: 120px;
    }

    .block-1__img {
        top: 10px;
        right: 5%;

        width: 90%;
    }

    .block-1__shadow {
        max-width: 991px;
    }

    .main-title__shadow {
        font-size: 39px;
    }

    .main-title {
        margin-top: -39px;

        font-size: 39px;
    }

    .block-1__content {
        width: 100%;
    }

    .main-subtitle {
        width: 67%;
        margin-bottom: 180px;

        font-size: 21px;
        line-height: 1.1;
        text-shadow: 0 0 10px #0000004d;
    }

    .main-subtitle span {
        font-size: 32px;
    }

    .block-1__prod {
        top: 230px;
        right: -48px;
        bottom: auto;

        width: 100%;
    }

    .block-1__list-icon__body {
        width: 52px;
        height: 52px;
    }

    .block-1__list-icon__body img {
        height: 65%;
    }

    .block-1__list {
        float: none;
        width: 100%;
    }

    .block-1__list-text {
        width: calc(100% - 72px);

        font-weight: 500;
        font-size: 17px;
        line-height: 1.1;
    }

    .circle-prices__wrap {
        top: 400px;
        right: 10px;
        bottom: auto;
        z-index: 10;

        width: 160px;
        height: 160px;
        padding: 8px;
    }

    .circle-prices {
        width: 144px;
        height: 144px;
        padding-top: 8px;
    }

    .price-title {
        font-size: 12px;
        line-height: 1;
    }

    .old-price__wrap {
        margin-bottom: 5px;
    }

    .old-price__wrap .price-title {
        width: 50%;
        margin: 0 auto;
    }

    .old-price__price {
        font-size: 20px;
    }

    .new-price__price,
    .new-price__curr {
        font-size: 30px;
    }

    .block-1__form-wrap form {
        padding: 0 25px;
    }

    .inp {
        width: 100%;
        margin-bottom: 10px;
    }

    .inp:nth-child(1),
    .inp:nth-child(3) {
        margin-right: 0;
    }

    .btn-wrap {
        width: 100%;
    }

    .btn {
        padding: 19px 10px;
    }

    .block-2 {
        background: url(../img/block-2__bg-mob.jpg) no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block-2 .container {
        padding: 60px 10px 40px;
    }

    .block-2__title {
        margin-bottom: 10px;

        font-size: 38px;
    }

    .block-2__subtitle {
        max-width: 100%;

        font-size: 22px;
    }

    .block-2__points {
        height: 640px;
        margin-top: 0;
        padding-top: 120px;
    }

    .points-img {
        width: 160%;
        margin-left: -37%;
    }

    .point-item__item-4 {
        top: 35px;
    }

    .point-item__item-4 .point-item__inner {
        width: 275px;
        padding-right: 110px;
        padding-left: 0;
    }

    .point-item__item-4 .point-item__inner img {
        right: 0;
        left: auto;
    }

    .point-item__item-4 .point-item__inner p {
        font-size: 18px;
        text-align: right;
    }

    .point-item__item-4 .point-item__inner:after {
        top: 125px;
        right: 90px;
        left: auto;
    }

    .point-item__item-4 .point-item__inner:before {
        top: 88px;
        right: 52px;
        left: auto;

        width: 77px;

        -webkit-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        transform: rotate(126deg);
    }

    .point-item__item-1 .point-item__inner,
    .point-item__item-2 .point-item__inner,
    .point-item__item-3 .point-item__inner,
    .point-item__item-5 .point-item__inner {
        width: 190px !important;
        padding-top: 95px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .point-item__item-1 .point-item__inner img,
    .point-item__item-2 .point-item__inner img,
    .point-item__item-3 .point-item__inner img,
    .point-item__item-5 .point-item__inner img {
        top: 0 !important;
        right: auto !important;
        left: 50% !important;

        margin-top: 0 !important;

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .point-item__item-1 .point-item__inner p,
    .point-item__item-2 .point-item__inner p,
    .point-item__item-3 .point-item__inner p,
    .point-item__item-5 .point-item__inner p {
        font-size: 18px;
        text-align: center;
    }

    .point-item__item-1 {
        top: 82px;
        left: -15px;
    }

    .point-item__item-1 .point-item__inner {
        width: 130px !important;
    }

    .point-item__item-1 .point-item__inner:after {
        top: 100px;
        right: -25px;

        margin-top: 0;
    }

    .point-item__item-1 .point-item__inner:before {
        top: 99px;
        right: -20px;

        width: 90px;

        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
    }

    .point-item__item-5 .point-item__inner {
        width: 115px !important;
    }

    .point-item__item-5 {
        top: 220px;
        right: -4px;
        left: auto;
    }

    .point-item__item-5 .point-item__inner:before {
        top: 28px;
        right: 0;
        left: -50px;

        width: 95px;
    }

    .point-item__item-5 .point-item__inner:after {
        top: 21px;
        left: -75px;
    }

    .point-item__item-2 .point-item__inner {
        width: 165px !important;
    }

    .point-item__item-2 {
        top: 390px;
        right: 0;
    }

    .point-item__item-2 .point-item__inner:after {
        top: -105px;
        right: 152px;
    }

    .point-item__item-2 .point-item__inner:before {
        top: -48px;
        right: 73px;

        width: 135px;

        -webkit-transform: rotate(57deg);
        -ms-transform: rotate(57deg);
        transform: rotate(57deg);
    }

    .point-item__item-3 .point-item__inner {
        width: 150px !important;
    }

    .point-item__item-3 {
        top: 450px;
        left: 0;
    }

    .point-item__item-3 .point-item__inner:after {
        top: -79px;
        right: 48px;
    }

    .point-item__item-3 .point-item__inner:before {
        top: -33px;
        right: 37px;
    }

    .block-2__circle-text {
        width: 490px;
        height: 490px;
        margin-top: -55px;
        margin-left: -95px;
        padding: 20px 95px;
    }

    .block-2__circle-text img {
        width: 120px;
    }

    .block-2__circle-text p {
        font-size: 17px;
    }

    .block-3 {
        background: url(../img/block-3__bg-mob.jpg) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block-3 .container {
        padding: 60px 10px 75px;
    }

    .block-3__title,
    .block-3__subtitle {
        width: 100%;
        margin-left: 0;
    }

    .block-3__title {
        width: 80%;
        margin-left: 20%;

        font-size: 25px;
    }

    .block-3__subtitle {
        margin-bottom: 20px;

        font-size: 35px;
    }

    .block-3__risks {
        width: 100%;
        margin-left: 0;
    }

    .risks-title {
        margin-bottom: 20px;

        font-size: 24px;
        text-align: center;
    }

    .risks-list__compact {
        margin-bottom: 0;
    }

    .risks-list__compact li {
        margin-right: 0;
    }

    .slick-prev:before,
    .slick-next:before {
        display: none;
    }

    .slick-prev,
    .slick-next {
        top: 50px;
        left: 40px;
        z-index: 100;

        display: block;
        width: 20px;
        height: 20px;

        border-top: 5px solid #ffffff;
        border-left: 5px solid #ffffff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .slick-next {
        top: 50px;
        right: 40px;
        left: auto;

        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .slick-prev:hover,
    .slick-next:hover {
        border-color: #90be31;
    }

    .slick-initialized .slick-slide {
        outline: none;
    }

    .block-4 {
        background: #61cfe1;
    }

    .block-4 .container {
        padding: 50px 10px 70px;
    }

    .block-4 .main-title,
    .block-4 .main-title__shadow {
        font-size: 45px;
    }

    .block-4 .main-title {
        margin-top: -45px;
    }

    .block-4__content {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .block-4__subtitle {
        margin: 10px 0 20px;

        font-size: 33px;
    }

    .block-4__text {
        width: 80%;
        margin-bottom: 15px;

        font-size: 18px;
    }

    .block-4__text:last-of-type {
        width: 60%;
        margin-bottom: 0;
    }

    .block-4__list-wrap {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0;
    }

    .block-4__list-inner {
        padding: 20px 10px;

        background: #ffffff;
    }

    .block-4__decor {
        position: relative;

        display: block !important;
        height: 220px;
    }

    .block-4__girl {
        right: -65px;
        bottom: -55px;

        max-height: 410px;
    }

    .block-4__girl-decor {
        position: absolute;
        right: -161px;
        bottom: 15px;
    }

    .block-4__circle {
        right: 31.5%;
        bottom: 7px;

        width: 170px;
        height: 170px;
        padding: 20px;

        -webkit-box-shadow: 0 0 35px 0 #ffffffc2;
        box-shadow: 0 0 35px 0 #ffffffc2;
    }

    .block-4__circle div {
        width: 130px;
        height: 130px;

        -webkit-box-shadow: 0 0 35px 0 #ffffffeb;
        box-shadow: 0 0 35px 0 #ffffffeb;
    }

    .block-4__arrow {
        right: 75%;
        bottom: 75px;

        width: 105px;

        -webkit-transform: rotate(65deg);
        -ms-transform: rotate(65deg);
        transform: rotate(65deg);
    }

    .block-5 {
        background: url(../img/block-5__bg-mob.jpg) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block-5 .container {
        padding: 70px 10px 50px;
    }

    .block-5__title {
        font-size: 35px;
    }

    .block-5__subtitle {
        font-size: 18px;
    }

    .block-5__content {
        position: relative;

        width: 100%;
        height: auto;
        margin-top: 30px;
        margin-left: 0;
    }

    .block-5__content-text {
        position: relative;
        top: auto;
        right: auto;
        left: auto;

        width: 460px;
        height: 460px;
        margin-left: -85px;
        padding: 160px 80px 0;

        line-height: 1.3;
        text-align: center;

        background: #ffffff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .block-5__content-text img {
        position: absolute;
        right: 150px;
        bottom: 300px;
    }

    .block-5__content-text_left {
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }

    .block-5__content-text_right {
        margin-top: -25px;

        background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    }

    .block-6 {
        background: url(../img/block-6__bg-mob.jpg) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block-6 .container {
        padding: 65px 10px 60px;
        padding-bottom: 200px;
    }

    .block-6__title {
        font-size: 35px;
        text-align: center;
    }

    .block-6 .main-title__wrap {
        margin-bottom: 10px;
    }

    .block-6 .main-title,
    .block-6 .main-title__shadow {
        font-size: 44px;
    }

    .block-6 .main-title {
        margin-top: -44px;
    }

    .block-6__subtitle {
        margin-bottom: 10px;

        font-size: 25px;
        text-align: center;
    }

    .block-6__prod-wrap {
        position: relative;
    }

    .block-6__prod {
        position: relative;
        bottom: auto;
        left: auto;
        z-index: 1;

        max-height: 470px;
        margin-left: -65px;
    }

    .block-6__prod-decor {
        position: absolute;
        top: 0;
        left: -85px;
    }

    .block-6__left {
        display: block;
        width: 100%;
        margin-right: 0;

        -webkit-box-shadow: 0 0 25px 0 #00000030;
        box-shadow: 0 0 25px 0 #00000030;
    }

    .block-6__left .block-6__list li {
        margin-bottom: 0;
        padding: 20px 5px 20px 100px;

        line-height: 1.1;
        text-align: left;

        background: #ffffff;
    }

    .block-6__list {
        display: none;
    }

    .round-plus__item {
        display: none;
        position: absolute;
        margin-bottom: 0;
        padding: 20px 15px 20px 105px;
        line-height: 1.1;
        text-align: left;
        background: #ffffff;
        max-width: 300px;
        font-size: 15px;
        z-index: 3;
    }

    .round-plus__item img {
        top: 15px;
        right: auto;
        left: -15px;
        margin-top: 0;
    }

    .round-button {
        display: inline-block;
        padding: 2px;
        background: rgba(246, 245, 234, 0.6);
        border-radius: 100px;
        cursor: pointer;
        -webkit-box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
        -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        box-shadow: 4px 4px 8px 0px rgb(34 60 80 / 20%);
        z-index: 2;
    }

    .round-button span {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        background: #a6cd4c;
        border-radius: 100%;
        transition: 0.2s;
        opacity: 1;
    }

    .round-button span:before {
        position: absolute;
        display: block;
        content: "";
        background: #fff;
        width: 16px;
        height: 2px;
        left: 0;
        right: 0;
        top: 14px;
        margin: auto;
    }

    .round-button span:after {
        position: absolute;
        display: block;
        content: "";
        background: #fff;
        width: 2px;
        height: 16px;
        left: 0;
        right: 0;
        top: 7px;
        margin: auto;
    }

    .round-button_minus {
        z-index: 4;
    }

    .round-button_minus span {
        background: #97491e;
        opacity: 0.6;
    }

    .round-button_minus span:after {
        display: none;
    }

    .round-plus:nth-child(1) .round-button {
        position: relative;
        left: -80px;
        top: 20px;
    }

    .round-plus:nth-child(1) .round-plus__item {
        /* z-index: 7; */
        top: 37px;
    }

    .round-plus:nth-child(2) .round-plus__item {
        /* z-index: 6; */
        top: 77px;
    }

    .round-plus:nth-child(3) .round-plus__item {
        /* z-index: 4; */
        top: 187px;
    }

    .round-plus:nth-child(4) .round-plus__item {
        /* z-index: 3; */
        top: 222px;
    }

    .round-plus:nth-child(5) .round-plus__item {
        /* z-index: 2; */
        top: 332px;
    }

    .round-plus:nth-child(2) .round-button {
        position: relative;
        right: -45px;
        top: 20px;
        /* z-index: 6; */
    }

    .round-plus:nth-child(3) .round-button {
        position: relative;
        left: -105px;
        top: 90px;
        /* z-index: 4; */
    }

    .round-plus:nth-child(4) .round-button {
        position: relative;
        right: -30px;
        top: 85px;
        /* z-index: 3; */
    }

    .round-plus:nth-child(5) .round-button {
        position: relative;
        left: -25px;
        top: 155px;
        /* z-index: 2; */
    }

    .round-button_minus + .round-plus__item {
        display: block;
    }

    .round-list {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        text-align: center;
    }

    .block-6__left .block-6__list-img {
        right: auto;
    }

    .block-6__list-img {
        top: 15px;
        right: auto;
        left: -15px;

        margin-top: 0;
    }

    .block-6__content {
        margin-top: -150px;
    }

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

    .block-6 .slick-dots li {
        margin: 0 10px;
        padding: 0 !important;
    }

    .block-6 .slick-dots li button {
        width: 15px;
        height: 15px;

        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 15px 0 #00000075;
        box-shadow: 0 0 15px 0 #00000075;
    }

    .block-6 .slick-dots .slick-active button {
        background: #90be31;
    }

    .block-6 .slick-dots li button:before {
        display: none;
    }

    .block-7 {
        background: #5acbdd;
        position: relative;
        z-index: -1;
    }

    .block-7 .container {
        padding: 60px 10px;
    }

    .specialist-wrap {
        display: block;
        width: 100%;

        font-size: 0;
    }

    .specialist-img {
        display: inline-block;
        width: 50%;
        margin-bottom: 0;

        vertical-align: top;
    }

    .specialist-title {
        display: inline-block;
        width: 50%;
        padding-right: 0;
        padding-bottom: 40px;
        padding-left: 15px;

        font-size: 16px;
        vertical-align: top;
        text-align: left;
    }

    .specialist-img:before {
        top: -5px;
        right: -5px;
    }

    .specialist-img:after {
        top: auto;
        right: auto;
        bottom: -5px;
        left: -5px;
    }

    .specialist-opinion__wrap {
        display: block;
        width: 100%;
        margin-top: -40px;
        margin-left: 0;
        padding: 4px;
    }

    .specialist-opinion__inner {
        padding: 50px 10px 30px;
    }

    .specialist-opinion__inner:before {
        top: 12px;
        right: 15px;

        width: 80px;
        height: 47px;
    }

    .specialist-opinion__title {
        margin-bottom: 15px;

        font-size: 30px;
    }

    .block-8 {
        overflow: hidden;

        background: url(../img/block-8__bg-mob.jpg) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block-8 .container {
        padding: 180px 10px 90px;

        font-size: 0;
    }

    .block-8__title {
        display: block;
        width: 100%;
        margin-top: 0;
        margin-right: 0;

        font-size: 35px;
    }

    .block-8__prod {
        top: 10px;
        left: 5px;

        width: 85%;
    }

    .block-8__prod-decor {
        position: absolute;
        top: 7px;
        left: -85px;
    }

    .block-8__list {
        display: block;
        width: 100%;
    }

    .block-8__list-img {
        top: 0;
        left: 0;

        width: 131px;
        height: 131px;

        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .block-8__list-img:before {
        width: 105px;
        height: 105px;
    }

    .block-8__list li {
        margin-bottom: 15px;
        padding-top: 65px;
        padding-left: 0;
    }

    .counter {
        position: relative;
        z-index: 10;

        padding-left: 105px;
    }

    .block-8__list li:first-child:after {
        display: none;
    }

    .block-8__list li:before {
        top: 5px !important;
        left: 140px;

        width: 22px;
        height: 55px !important;
    }

    .block-8__list li:last-child:after {
        content: "";
        position: absolute;
        bottom: -55px;
        left: 140px;

        display: block;
        width: 22px;
        height: 45px;

        background: url(../img/block-8__list-arrow.png) no-repeat center bottom;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block-8__list:before {
        display: none;
    }

    .block-9 {
        background: url(../img/block-9__bg-mob.jpg) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block-9 .container {
        padding: 80px 10px;
    }

    .block-9__list:before {
        display: none;
    }

    .block-9__list-img:before,
    .block-9__list-img:after {
        display: none;
    }

    .block-9__title {
        font-size: 25px;
    }

    .block-9__logo {
        width: 100%;
    }

    .block-9__list {
        height: auto;
        margin-top: 35px;
    }

    .block-9__list-item {
        position: relative;
        top: auto !important;
        right: auto !important;
        left: auto !important;

        width: 100%;
        margin-bottom: 50px;
    }

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

    .block-9__list-text {
        font-size: 18px;

        background: transparent !important;
    }

    .block-9__list-item:nth-child(3) {
        padding-right: 120px;
        padding-left: 0;
    }

    .block-9__list-item:nth-child(3) .block-9__list-img {
        right: 0;
        left: auto;
    }

    .block-9__list-item:nth-child(3) .block-9__list-counter {
        right: -10px;
        left: auto;
    }

    .block-9__list-item:nth-child(3) .block-9__list-text {
        text-align: right;
    }

    .block-10 {
        background: #fcf9f3;
    }

    .block-10 .container {
        padding: 60px 10px 70px;
    }

    .block-10__title {
        font-size: 30px;
        line-height: 1.1;
    }

    .block-10 .main-title,
    .block-10 .main-title__shadow {
        font-size: 44px;
    }

    .block-10 .main-title {
        margin-top: -44px;
    }

    .block-10 .main-title__wrap {
        margin-bottom: 20px;
    }

    .comments-header {
        padding: 10px 5px;
    }

    .searchbox {
        width: auto;
    }

    .search-text {
        display: none;
    }

    .fb-icon {
        margin-right: 5px;
    }

    .post-actions {
        padding: 10px 5px;
    }

    .post-actions div {
        margin-right: 5px;
        padding-left: 25px;

        font-weight: bold;
        font-size: 10px;
    }

    .like:before {
        width: 25px;
        height: 25px;
    }

    .comments:before {
        width: 29px;
        height: 25px;
    }

    .share:before {
        width: 20px;
        height: 20px;
    }

    .comments-reviews {
        padding: 15px 10px;
    }

    .comment-content {
        margin-bottom: 5px;
        padding: 15px 10px 10px;

        -webkit-border-radius: 20px;
        border-radius: 20px;
    }

    .comment-av {
        width: 43px;
    }

    .comment {
        padding-left: 53px;
    }

    .comment-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .comment-name,
    .comment-text {
        font-weight: 500;
        font-size: 15px;
    }

    .block-11 {
        background: #5acbdd;
    }

    .block-11 .container {
        padding: 65px 10px 70px;
    }

    .block-11__logo {
        width: 100%;
        margin-bottom: 10px;
    }

    .block-11__title {
        font-size: 33px;
    }

    .order-list li {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .order-list li:last-child {
        margin-bottom: 0;
    }

    .order-list__circle {
        width: 205px;
        height: 205px;
        margin: 0 auto;
    }

    .order-list__circle-counter {
        top: -15px;
        right: 10px;
    }

    .order-list li:nth-child(2) .order-list__circle-counter {
        right: auto;
        left: 10px;
    }

    .order-list li:nth-child(1) .order-list__circle-img {
        top: 15px;
        left: -58px;

        width: 330px;
    }

    .order-list li:nth-child(2) .order-list__circle-img {
        top: 30px;
        left: -30px;

        width: 275px;
    }

    .order-list li:nth-child(3) .order-list__circle-img {
        top: -5px;
        left: 0;

        width: 225px;
    }

    .order-list li:before {
        width: 100px;
        height: 41px;
    }

    .order-list li:nth-child(1):before {
        top: 290px;
        right: 5px;

        background: url(../img/block-10__arrow.png) no-repeat center top;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        -webkit-transform: rotate(82deg);
        -ms-transform: rotate(82deg);
        transform: rotate(82deg);
    }

    .order-list li:nth-child(2):before {
        top: 290px;
        right: auto;
        left: 5px;

        background: url(../img/block-10__arrow.png) no-repeat center bottom;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        -webkit-transform: rotate(82deg);
        -ms-transform: rotate(82deg);
        transform: rotate(82deg);
    }

    .order-list__text {
        margin-top: -5px;
    }

    .block-12 {
        background: url(../img/block-12__bg-mob.jpg) no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .block-12 .container {
        padding: 65px 10px;
    }

    .block-12__title {
        font-size: 21px;
        line-height: 1.1;
    }

    .block-12__form-wrap {
        max-width: 100%;
        margin-left: 0;
        padding: 50px 15px;
    }

    .block-12__content {
        padding-top: 470px;
    }

    .block-12__img {
        top: 0;
        right: -5px;
        bottom: auto;

        width: 110%;
    }

    .block-12__prod {
        top: 132px;
        right: -22px;
        bottom: auto;

        width: 220px;
    }

    .block-12 .circle-prices__wrap {
        top: 305px;
        right: auto;
        bottom: auto;
        left: 20px;

        width: 200px;
        height: 200px;
        padding: 12px;
    }

    .block-12 .circle-prices {
        width: 176px;
        height: 176px;
        padding-top: 12px;

        font-size: 15px;

        background: #8dbf03ab;
    }

    .block-12 .old-price__price {
        font-size: 20px;
    }

    .block-12 .new-price__price,
    .block-12 .new-price__curr {
        font-size: 40px;
    }

    .sale {
        top: 245px;
        bottom: auto;

        width: 110px;
        height: 110px;
        padding: 6px;

        font-size: 10px;
    }

    .block-12__decor {
        position: absolute;
        top: 310px;
        right: 30%;
        bottom: auto;

        width: 180px;
    }

}