* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

.container {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.clearfix::after {
    display: table;
    clear: both;
    content: "";
}

.block1 {
    padding-top: 35px;
    padding-bottom: 10px;
    background: url("../images/header-bg.jpg") center no-repeat;
	background: url("../images/header-bg.webp") center no-repeat;
    background-size: cover;
}

.bl1__header {
    position: absolute;
    width: 60%;
}

.bl1__header h3 {
    font: 400 20px robotoregular;
    margin: 0;
    color: #2a141e;
}

.bl1__header h1 {
    font: 80px bebas_neuelight;
    margin: 0;
    color: #2a141e;
}

.bl1__header h1 span {
    font-family: bebas_neuebold;
    color: #000;
}

.bl1__img,
.bl1__list,
.bl1__form {
    display: inline-block;
    width: calc(100% / 3 - 22px);
    vertical-align: bottom;
}

.bl1__list,
.bl1__form {
    margin-left: 10px;
}

.bl1__img {
    margin-bottom: 12px;
}

.bl1__img img {
    width: 100%;
    margin-left: 38px;
    height: auto;
    max-width: 200px;
}

.bl1__list ul {
    padding-right: 10px;
    padding-left: 0;
    list-style-type: none;
}

.bl1__list-item {
    position: relative;
}

.bl1__list-item img,
.bl1__list-item p {
    vertical-align: middle;
}

.bl1__list-item img {
    width: 54px;
    height: auto;
}

.bl1__list-item p {
    font: 21px pt_sansregular;
    display: inline-block;
    max-width: 75%;
    margin: 20px 0 20px 10px;
    color: #38222a;
}

.bl1__list-item p span {
    font-family: pt_sansbold;
    color: #7a2446;
}

.bl1__list-item:after {
    position: absolute;
    bottom: 0;
    left: 66px;
    width: 100%;
    height: 1px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#4b363b), color-stop(60%, transparent));
    background: -webkit-linear-gradient(left, #4b363b, transparent 60%);
    background: -o-linear-gradient(left, #4b363b, transparent 60%);
    background: linear-gradient(to right, #4b363b, transparent 60%);
}

.bl1__list-item:last-child:after,
.bl1__list-item:nth-last-child(2):after {
    display: none;
}

.bl1__list-item:last-child {
    margin-top: 30px;
    text-align: center;
    display: none;
}

.bl1__list-item:last-child img {
    display: inline-block;
    width: 80%;
    height: auto;
}

.bl1__form {
    margin-bottom: 0px;
}

.bl1__form form {
    position: relative;
    padding: 30px;
    background-color: #fffbf4;
    -webkit-box-shadow: 0 16px 24px 0 rgba(42, 20, 30, .14);
            box-shadow: 0 16px 24px 0 rgba(42, 20, 30, .14);
}

.bl1__form form:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: "";
    border: 1px dashed #d7cbb5;
}

.bl1__form form h6 {
    font: 19px pt_sansbold;
    margin-top: -7px;
    margin-bottom: 8px;
    color: #b83012;
}

.bl1__price {
    position: relative;
    z-index: 1;
    width: 90%;
    font-size: 27px;
    height: 60px;
    margin-bottom: 11px;
    background-color: #bea37f;
    -webkit-box-shadow: -30px 0 0 0 #bea37f;
    box-shadow: -30px 0 0 0 #bea37f;
}

.bl1__price:after {
    position: absolute;
    z-index: 2;
    right: -1px;
    width: 0;
    height: 0;
    content: "";
    border: 30px solid transparent;
    border-right: 30px solid #fffbf4;
}

.bl1__price div {
    position: absolute;
    top: 50%;
    left: 4%;
    margin-top: -16px;
    color: #ffffff;
}

.price_main_value,
.price_main_currency {
    font: 600 33px bebas_neuelight;
    margin-right: 5px;
    letter-spacing: 1px;
}

.bl1__form form p {
    font: 18px robotoregular;
    margin: 0;
    text-align: center;
    color: #2a141e;
}

.bl1__date-counter {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    text-align: center;
}

.bl1__date-counter div {
    position: relative;
    display: inline-block;
    width: 45px;
    margin-right: 6px;
    margin-bottom: 9px;
}

.bl1__date-counter div:after {
    font-size: 36px;
    position: absolute;
    top: 5%;
    left: -10px;
    content: ":";
    color: #9e9e9e;
}

.bl1__date-counter div:first-child:after {
    display: none;
}

.num {
    font: 600 36px bebas_neuelight;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-top: 5px;
    color: #ffffff;
    border-radius: 5px;
    background: #2a141e;
}

.num:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 2px;
    content: "";
    background-color: #948789;
}

.word {
    font: 14px robotoregular;
    color: #2a141e;
}

.bl1__form-label {
    position: relative;
    z-index: 1;
}

.bl1__form-label span {
    font: 16px pt_sansitalic;
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2a141e;
}

.bl1__form-label input,
.bl1__form-label select {
    font: 18px pt_sansregular;
    width: 100%;
    height: 50px;
    padding: 10px;
    color: #2a141e;
    border: 1px solid #c5b8a2;
    outline: none;
    background-color: #f3ebdc;
}

.bl1__form-button {
    font: 33px bebas_neuebold;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    cursor: pointer;
    color: #414d18;
    border: 2px solid #a9bf5b;
    outline: none;
    background: -webkit-linear-gradient(315deg, #b7cc27 0%,#9fb431 48%,#9ab32f 56%,#97b032 63%,#8aa134 83%,#829a35 100%);
    background: -o-linear-gradient(315deg, #b7cc27 0%,#9fb431 48%,#9ab32f 56%,#97b032 63%,#8aa134 83%,#829a35 100%);
    background: linear-gradient(135deg, #b7cc27 0%,#9fb431 48%,#9ab32f 56%,#97b032 63%,#8aa134 83%,#829a35 100%);
    -webkit-box-shadow: 0 5px 0 0 #637231;
    box-shadow: 0 5px 0 0 #637231;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
}

.bl1__goods-count {
    font: 22px pt_sansregular;
    margin-top: 9px;
    text-align: center;
    color: #2a141e;
}

.bl1__goods-count span {
    font-family: pt_sansbold;
    color: #b83012;
}

.block2 {
    background-color: #ffffff;
}

.bl2__header {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.bl2__header div {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: top;
    margin-bottom: 25px;
}

.bl2__header img {
    width: 80px;
    height: auto;
}

.bl2__header h4 {
    font: 300 36px robotoregular;
    margin: 0;
    color: #2a141e;
}

.bl2__header h2 {
    font: 41px bebas_neuebold;
    margin: 0;
    color: #b83012;
}

.bl2__list {
    margin-top: 50px;
}

.bl2__list ul {
    position: relative;
    display: block;
    height: 600px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.bl2__list-item {
    position: absolute;
    display: block;
    width: 325px;
    height: 129px;
    margin: -64px -162px;
}

.bl2__body {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -308px;
}

.bl2__body img {
    display: inline-block;
    width: auto;
    height: 600px;
    vertical-align: bottom;
}

.bl2__list-item:nth-child(2) {
    top: 60px;
    left: 25%;
}

.bl2__list-item:nth-child(3) {
    top: 60px;
    right: 25%;
    text-align: right;
}

.bl2__list-item:nth-child(4) {
    top: 49%;
    left: 10%;
}

.bl2__list-item:nth-child(5) {
    top: 49%;
    right: 11%;
    text-align: right;
}

.bl2__list-item:nth-child(6) {
    bottom: 100px;
    left: 25%;
}

.bl2__list-item:nth-child(7) {
    bottom: 100px;
    right: 25%;
    text-align: right;
}

.bl2__list-item img,
.bl2__list-item p {
    display: inline-block;
    vertical-align: middle;
}

.bl2__list-item img {
    width: 129px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.bl2__list-item p {
    font: 22px robotoregular;
    max-width: 172px;
    margin: 0;
    color: #2a141e;
}

.bl2__list-item span {
    font-weight: 900;
    color: #b83012;
}

.deg0 {
    -webkit-transform: translate(360px);
            -ms-transform: translate(360px);
        transform: translate(360px);
}

.deg0 p,
.deg45 p,
.deg315 p {
    margin-right: 10px;
    text-align: right;
}

.deg135 p,
.deg180 p,
.deg225 p {
    margin-left: 10px;
}

.deg45 {
    -webkit-transform: rotate(40deg) translate(310px) rotate(-40deg);
            -ms-transform: rotate(40deg) translate(310px) rotate(-40deg);
        transform: rotate(40deg) translate(310px) rotate(-40deg);
}

.deg135 {
    -webkit-transform: rotate(140deg) translate(310px) rotate(-140deg);
            -ms-transform: rotate(140deg) translate(310px) rotate(-140deg);
        transform: rotate(140deg) translate(310px) rotate(-140deg);
}

.deg180 {
    -webkit-transform: translate(-445px);
            -ms-transform: translate(-445px);
        transform: translate(-445px);
}

.deg225 {
    -webkit-transform: rotate(222deg) translate(313px) rotate(-223deg);
            -ms-transform: rotate(222deg) translate(313px) rotate(-223deg);
        transform: rotate(222deg) translate(313px) rotate(-223deg);
}

.deg315 {
    -webkit-transform: rotate(315deg) translate(300px) rotate(-315deg);
            -ms-transform: rotate(315deg) translate(300px) rotate(-315deg);
        transform: rotate(315deg) translate(300px) rotate(-315deg);
}

.bl2__footer {
    padding: 40px;
    text-align: center;
    background-color: #b83012;
}

.bl2__footer h4 {
    font: 35px bebas_neuebold;
    margin: 0;
    color: #ffffff;
}

.block3 {
    padding-bottom: 25px;
    background: url(../images/bl3-bg.jpg) center no-repeat;
    background: url(../images/bl3-bg.webp) center no-repeat;
    background-size: cover;
}

.bl3__header {
    padding-top: 50px;
}

.bl3__title {
    width: 40%;
    padding: 10px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#7c2547), to(#992e58));
    background: -webkit-linear-gradient(left, #7c2547, #992e58);
    background: -o-linear-gradient(left, #7c2547, #992e58);
    background: linear-gradient(to right, #7c2547, #992e58);
}

.bl3__title h2 {
    font: 300 60px bebas_neuelight;
    display: inline-block;
    margin: 0;
    color: #fff0d7;
}

.bl3__title span {
    font-family: bebas_neuebold;
    font-weight: 900;
    color: #fff;
}

.bl3__title-desc {
    width: 52%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.bl3__title-desc p {
    font: 900 24px robotoregular;
    margin: 0;
    text-transform: uppercase;
    color: #8a9a2a;
}

.bl3__text {
    position: relative;
    margin-bottom: 28px;
}

.bl3__text p {
    font: 20px robotoregular;
    margin: 0;
    color: #2a141e;
}

.bl3__text p:first-child {
    width: 57%;
    margin-bottom: 30px;
}

.bl3__text p:last-child {
    width: 61%;
}

.bl3__header-img {
    position: absolute;
    top: 19px;
    right: 94px;
    max-width: 200px;
}

.bl3-main p:first-child {
    font: 900 45px bebas_neuebold;
    margin: 0;
    margin-top: 50px;
    text-align: center;
    color: #7a2446;
}

.bl3__main-text {
    position: relative;
    margin-top: -8px;
}

.bl3__text1 {
    position: relative;
    z-index: 1;
    padding: 35px;
    background: url(../images/bl3-bg1.png) no-repeat;
	background: url(../images/bl3-bg1.webp) no-repeat;
    background-size: 100% 100%;
}

.bl3__main-text p:first-child {
    font: normal 900 36px robotoregular;
    margin-left: 80px;
    text-align: left;
    padding-top: 30px;
    color: #98a740;
}

.bl3__main-text p {
    font: italic 24px robotoregular;
    width: 64%;
    margin-left: 80px;
    color: #2a141e;
}

.bl3__main-text span {
    color: #7c294e;
}

.bl3__bg2 {
    position: absolute;
    top: 70px;
    right: -65px;
    bottom: 0px;
    left: 70px;
    background: url(../images/bl3-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.bl3__stamp {
    position: absolute;
    z-index: 2;
    top: 22px;
    right: 181px;
    z-index: 1;
    width: 156px;
    height: auto;
}

.bl3__photo {
    position: absolute;
    z-index: 2;
    right: -25px;
    bottom: 6px;
    width: 264px;
    height: auto;
}

.block4 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #fff9ed;
}

.bl4__header {
    margin-bottom: 30px;
    text-align: right;
}

.bl4__img2 {
    position: absolute;
    top: 50px;
    right: 55%;
    z-index: 1;
}

.bl4__title-desc,
.bl4__title {
    display: inline-block;
    width: 68%;
    text-align: center;
}

.bl4__title-desc p {
    font: 30px robotoregular;
    margin: 0;
    color: #2a141e;
}

.bl4__title p {
    font: 85px bebas_neuelight;
    margin: 0;
    color: #2a141e;
}

.bl4__title span {
    font-family: bebas_neuebold;
    font-weight: 900;
    color: #7a2446;
}

.bl4__list {
    position: relative;
    width: 100%;
    margin-bottom: 51px;
    border: 3px dotted #411023;
    background: -webkit-gradient(linear, left top, right top, from(#9d375f), to(#81284b));
    background: -webkit-linear-gradient(left, #9d375f, #81284b);
    background: -o-linear-gradient(left, #9d375f, #81284b);
    background: linear-gradient(to right, #9d375f, #81284b);
}

.bl4__list ul {
    position: relative;
    float: right;
    width: 60%;
    margin: 0;
    padding: 50px 100px 50px 0;
    list-style-type: none;
}

.bl4__list-img1 {
    position: absolute;
    top: -66px;
    right: -10px;
}

.bl4__list-item {
    margin-bottom: 20px;
}

.bl4__list-item:nth-last-child(2) {
    margin-bottom: 18px;
}

.bl4__item-img,
.bl4__list-item p {
    display: inline-block;
    vertical-align: middle;
}

.bl4__item-img {
    position: relative;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #411225;
}

.bl4__item-img:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 22px;
    content: "";
    background: url(../images/bl4-check.png) center no-repeat;
    background-size: contain;
}

.bl4__list-item p {
    font: 18px robotoregular;
    width: calc(100% - 52px);
    margin: 0;
    color: #ffffff;
}

.bl4__list-item span {
    font-weight: 900;
    color: #b1c444;
}

.bl4__list-img {
    position: absolute;
    right: -35px;
    bottom: -50px;
}

.bl4__body-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    vertical-align: bottom;
}

.bl4__body-img img {
    display: block;
    min-width: 90%;
    z-index: 0;
    height: 100%;
}

.bl4__order-button {
    /* position: absolute; */
    /* left: 39%; */
    z-index: 2;
    width: 300px;
    /* z-index: 1; */
    margin-top: -106px !important;
    margin: auto;
    margin-bottom: 40px;
    height: 88px;
    text-align: center;
    background: -webkit-linear-gradient(315deg, #b7cc27 0%,#9fb431 48%,#9ab32f 56%,#97b032 63%,#8aa134 83%,#829a35 100%);
    background: -o-linear-gradient(315deg, #b7cc27 0%,#9fb431 48%,#9ab32f 56%,#97b032 63%,#8aa134 83%,#829a35 100%);
    background: linear-gradient(135deg, #b7cc27 0%,#9fb431 48%,#9ab32f 56%,#97b032 63%,#8aa134 83%,#829a35 100%);
    border: 2px solid #a9bf5b;
    -webkit-box-shadow: 0 5px 0 0 #637231;
    box-shadow: 0 5px 0 0 #637231;
}

.bl4__order-button a {
    display: block;
    width: 100%;
    z-index: 2;
    height: 100%;
    margin: auto;
    z-index: 3;
    float: none;
    font: 23px bebas_neuebold;
    line-height: 88px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
    color: #3e4717;
}

.bl4__img1 {
    position: absolute;
    bottom: -90px;
    left: 0;
    z-index: 1;
    width: 120px;
    height: auto;
}

.block5 {
    position: relative;
    padding-top: 80px;
    background: url(../images/bl5-bg.jpg) bottom no-repeat;
	 background: url(../images/bl5-bg.webp) bottom no-repeat;
    background-size: cover;
}

.bl5__header {
    margin-bottom: 45px;
    text-align: center;
}

.bl5__header-desc p {
    margin: 0;
    font: 36px robotoregular;
    text-transform: uppercase;
    color: #fff;
}

.bl5__header-title p {
    margin: 0;
    font: 85px bebas_neuelight;
    color: #2a141e;
}

.bl5__header-title span {
    font-family: bebas_neuebold;
    font-weight: 900;
    color: #fff;
}

.bl5__list ul {
    position: relative;
    margin: 0;
    padding: 0;
    padding-bottom: 65px;
    list-style-type: none;
}

.bl5__list-item {
    position: relative;
    display: inline-block;
    width: 49%;
}

.bl5__list-item div,
.bl5__list-item p {
    display: inline-block;
    vertical-align: middle;
}

.bl5__list-item div {
    width: 32px;
    margin-right: 20px;
    font: 900 80px robotoregular;
    color: #ced74b;
}

.bl5__list-item p {
    width: calc(100% - 215px);
    font: 20px robotoregular;
    color: #411225;
}

.bl5__list-item span {
    color: #fff;
}

.count1 {
    -webkit-transform: translate(110px, -15px);
        -ms-transform: translate(110px, -15px);
            transform: translate(110px, -15px);
}

.count2 {
    -webkit-transform: translateX(65px);
        -ms-transform: translateX(65px);
            transform: translateX(65px);
}

.count3 {
    -webkit-transform: translateX(65px);
        -ms-transform: translateX(65px);
            transform: translateX(65px);
}

.count3 p {
    width: calc(100% - 357px);
}

.count4 {
    position: relative;
    -webkit-transform: translateX(120px);
        -ms-transform: translateX(120px);
            transform: translateX(120px);
}

.count4 p {
    width: calc(100% - 225px);
}

.count5 {
    -webkit-transform: translateX(160px);
        -ms-transform: translateX(160px);
            transform: translateX(160px);
}

.count6 {
    -webkit-transform: translateX(225px);
        -ms-transform: translateX(225px);
            transform: translateX(225px);
}

.count7 {
    position: relative;
    -webkit-transform: translateX(210px);
        -ms-transform: translateX(210px);
            transform: translateX(210px);
}

.count8 {
    -webkit-transform: translateX(160px);
        -ms-transform: translateX(160px);
            transform: translateX(160px);
}

.count2 div,
.count5 div,
.count6 div {
    vertical-align: top;
}

.count4:after,
.count7:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -55px;
    z-index: -1;
    width: 375px;
    height: 90px;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(65, 18, 37, 0.41);
            box-shadow: 0px 6px 10px 0px rgba(65, 18, 37, 0.41);
}

.count7:after {
    left: -90px;
}

.bl5__list-img {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -170px;
}

.bl5__list-img img {
    display: block;
    width: 340px;
    height: auto;
}

.block6 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/bl6-bg.jpg) center no-repeat;
	background: url(../images/bl6-bg.webp) center no-repeat;
    background-size: cover;
}

.bl6__main,
.bl6__img {
    display: inline-block;
    vertical-align: middle;
}

.bl6__main {
    width: 53%;
}

.bl6__img {
    position: relative;
    width: 46%;
}

.bl6__header p {
    margin: 0;
    font: 40px robotoregular;
    line-height: 48px;
    color: #7a2446;
}

.bl6__header span {
    font-weight: 900;
    text-transform: uppercase;
}

.bl6__text p {
    font: 22px robotoregular;
    color: #363636;
}

.bl6__text span {
    font-weight: 900;
    color: #8f9b26;
}

.bl6__circle {
    position: absolute;
    top: 75px;
    width: 126px;
    height: 126px;
    text-align: center;
    border-radius: 50%;
    background-color: #9fae41;
}

.bl6__circle p {
    margin: 0;
    font: 900 48px robotoregular;
    line-height: 126px;
    color: #313b12;
}

.bl6__img img {
    width: 100%;
    max-width: 400px;
}

.block7 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #fdf7ef;
}

.bl7__img {
    position: absolute;
    top: -90px;
    left: 0;
    display: none;
}

.bl7__img img {
    width: 270px;
    height: auto;
}

.bl7__header {
    text-align: center;
    margin-bottom: 40px;
}

.bl7__title-desc p {
    margin: 0;
    font: 36px robotoregular;
    text-transform: uppercase;
    color: #2a141e;
}

.bl7__title p {
    margin: 0;
    font: 80px bebas_neuelight;
    color: #2a141e;
}

.bl7__title span {
    font-family: bebas_neuebold;
    color: #7a2446;
}

.bl7__section {
    position: relative;
    display: inline-block;
    width: calc(100% / 3 - 6px);
    vertical-align: top;
    text-align: right;
}

.bl7__section span {
    font: 18px robotoregular;
    text-transform: uppercase;
    color: #2a141e;
    text-align: center;
    margin: auto;
    display: block;
}

.bl7__section div {
    position: relative;
    width: 100%;
    height: 220px;
    margin-top: 10px;
}

.bl7__img1 {
    max-width: 100%;
}

.bl7__img3 {
    position: absolute;
    top: 0;
}

.bl7__img3 {
    top: 10px;
    left: 40px;
    z-index: 1;
}

.bl7__section p {
    position: relative;
    padding: 22px 28px 0;
    font: 18px robotoregular;
    color: #2a141e;
    text-align: center;
}

.bl7__section p:after,
.bl7__section p:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #d7bdc7;
}

.bl7__section p:after {
    width: 100px;
    height: 1px;
}

.bl7__section p:before {
    width: 1px;
    height: 400px;
}

.bl7__section p:last-child {
    font-family: robotoregular;
    font-weight: 900;
}

.bl7__section p:last-child:after,
.bl7__section p:last-child:before {
    display: none;
}

.block8 {
    padding-top: 90px;
    padding-bottom: 33px;
    overflow: hidden;
    background: url(../images/bl8-bg.jpg) center no-repeat;
    background: url(../images/bl8-bg.webp) center no-repeat;
    background-size: cover;
}

.bl8__section {
    display: inline-block;
    width: 60%;
}

.bl8__header {
    margin-bottom: 19px;
    margin-top: -53px;
}

.bl8__header p {
    margin: 0;
    font: 46px bebas_neuebold;
    color: #fff;
}

.bl8__info p {
    margin-top: 0;
    margin-bottom: 30px;
    font: 24px robotoregular;
    color: #2a141e;
}

.bl8__info span {
    font: 900 30px robotoregular;
    text-transform: uppercase;
    color: #ced74b;
}

.bl8__section-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 39%;
}

.bl8__img-cert,
.bl8__img-cream {
    position: absolute;
}

.bl8__img-cert {
    top: -15px;
    left: 0;
    width: 298px;
    height: auto;
}

.bl8__img-cream {
    top: -81px;
    right: 172px;
    width: 172px;
    height: auto;
}

.block9 {
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #fff;
}

.bl9__header p {
    margin: 0;
    font: 36px robotoregular;
    text-transform: uppercase;
    text-align: center;
    color: #2a141e;
}

.bl9__main {
    padding-top: 40px;
}

.bl9__section {
    position: relative;
    display: inline-block;
    width: 32%;
    text-align: center;
}

.bl9__img,
.bl9__section p {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.bl9__section:after,
.bl9__section:before {
    content: '';
    position: absolute;
    right: -10px;
    width: 30px;
    height: 1px;
    background-color: #000;
}

.bl9__section:after {
    top: 65px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.bl9__section:before {
    top: 86px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.bl9__section:last-child:after,
.bl9__section:last-child:before {
    display: none;
}

.bl9__img {
    width: 100%;
}

.bl9__section p {
    width: 165px;
    margin-bottom: 0;
    font: 18px robotoregular;
    color: #04020e;
}

.footer {
    background-color: #7a2446;
}

.footer__main {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.footer__main p {
    margin: 0;
    font: 18px pt_sansregular;
    color: #fff;
}
@media screen and (max-width: 1900px) {
	.bl4__body-img {
		left: 0;
	}
}

@media screen and (max-width: 1750px) {
	.bl4__list {
		z-index: 2;
		width: 60%;
		float: right;
	}

	.bl4__list ul {
		float: none;
		width: 100%;
		padding: 20px;
	}
}

@media screen and (max-width: 1440px) {
	.count6 {
		width: 47%;
	}

	.bl4__body-img {
		left: -3%;
		z-index: 0;
	}

	.bl5__list {
		overflow: hidden;
	}

	.bl7__img {
		opacity: 0.3;
		margin-top: 110px;
	}
}

@media screen and (max-width: 1280px) {
	.bl4__body-img {
		left: -11%;
	}

	.bl4__list-img {
		right: 5px;
	}

	.bl3__bg2 {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.bl2__body {
		display: none;
	}

	.bl2__list-item:nth-child(even) {
		left: 30%;
	}

	.bl2__list-item:nth-child(odd) {
		right: 30%;
	}
}

@media screen and (max-width: 1130px) {
	.bl3__photo {
		right: 10px;
	}

	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.block3 {
		overflow: hidden;
	}
}

@media screen and (max-width: 1024px) {
	.container {
		max-width: 1004px;
	}
	.bl4__header {
    margin-bottom: 30px;
    text-align: center;
}
.bl4__img2 {
    position: absolute;
    top: 50px;
	display: none;
    right: 55%;
    z-index: 1;
}

	.block1 .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.bl1__header {
		position: static;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.bl1__img {
		width: 35%;
		margin-right: 30px;
	}

	.bl1__list {
		width: 49%;
	}

	.bl1__form {
		width: 60%;
		max-width: 380px;
	}

	.block3 {
		overflow: hidden;
	}

	.bl3__photo {
		right: -15px;
	}

	.bl4__list {
		width: 100%;
	}

	.bl4__list-img {
		right: 0;
		bottom: -60px;
	}

	.bl4__order-button {
		/* left: 30%; */
	}

	.bl2__body,
	.bl3__bg2,
	.bl4__body-img,
	.bl5__list-img,
	.bl7__img {
		display: none;
	}

	.block5 {
		background: url(../images/bl5-bg1.jpg) center no-repeat;
		background: url(../images/bl5-bg1.webp) center no-repeat;
		background-size: cover;
	}

	.bl5__list {
		padding-left: 45px;
	}

	.bl5__list-item {
		z-index: 1;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		text-align: left;
	}

	.bl5__list-item div,
	.bl5__list-item p {
		vertical-align: middle;
	}

	.bl5__list-item p {
		width: calc(100% - 105px);
	}

	.count4:after {
		left: -30px;
		width: 440px;
	}

	.count7:after {
		left: -40px;
		width: 335px;
	}

	.block8 {
		padding-bottom: 0;
	}

	.block8 .container {
		text-align: center;
	}

	.bl8__section,
	.bl8__section-img {
		width: 60%;
		margin: 0 auto;
		margin-top: -15px;
		margin-bottom: 21px;
	}

	.bl8__img-cert,
	.bl8__img-cream {
		position: relative;
		width: 49%;
	}

	.bl8__img-cert {
		top: 35px;
		display: none;
	}

	.bl8__img-cream {
		top: 10px;
		right: 1px;
		width: 200px;
	}
}

@media screen and (max-width: 985px) {
	.bl2__header div:first-child,
	.bl2__header div:last-child {
		display: none;
	}
}

@media screen and (max-width: 940px) {
	.count4:after {
		width: 325px;
	}
}

@media screen and (max-width: 900px) {
	.bl3__photo {
		display: none;
	}

	.bl2__list-item:nth-child(even) {
		left: 20%;
	}

	.bl2__list-item:nth-child(odd) {
		right: 20%;
	}
}

@media screen and (max-width: 800px) {
	.bl3__title {
		width: 50%;
	}
	.item3 {
	max-height: 634px !important;
	}

	.bl4__order-button {
		/* left: 21%; */
	}

	.bl7__section {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		height: auto;
	}

	.bl7__section div {
		max-width: 100%;
		margin: 0 auto;
		margin-top: 10px;
	}

	.bl7__section p {
		text-align: center;
		margin-top: -10px;
	}

	.bl7__section p:last-child {
		padding-top: 0;
		text-align: center;
	}

	.bl7__section p:before {
		height: 240px;
	}

	.bl9__section {
		width: 32%;
	}

	.bl7__img3 {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.container {
		max-width: 728px;
	}
	.bl8__img-cream {
    top: 28px !important;
    right: 1px;
    width: 200px;
}
		.bl8__header {
    margin-bottom: 19px;
    margin-top: 20px;
}
	.bl8__header p {
    margin: 0;
    font: 27px bebas_neuebold;
    color: #fff;
}
.block8 {
    padding-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
    background: url(../images/bl8-bg.jpg) center no-repeat;
    background-size: cover;
}

	.bl3__text1 {
		border-radius: 25px;
		background: #fffaef;
	}
	
	.bl3__photo,
	.bl4__img2,
	.bl4__list-img1 {
		display: none;
	}

	.bl3__title,
	.bl3__title-desc,
	.bl3__text p:first-child,
	.bl3__text p:last-child,
	.bl3__header-img {
		width: 100%;
	}

	.bl3__header-img {
		position: static;
		margin: auto;
		display: block;
	}

	.bl3__main-text p {
		width: 100%;
		margin-left: 0;
	}

	.bl3__stamp {
		top: -18px;
		right: -13px;
		width: 124px;
	}

	.bl4__title-desc,
	.bl4__title {
		width: 100%;
	}

	.block4 {
		padding-bottom: 33px;
	}

	.bl4__order-button {
		/* margin-top: -130px !important; */
		/* left: 50%; */
		/* margin-left: -150px; */
		margin-top: -113px !important;
		margin-bottom: 30px !important;
	}

	.block3 {
		padding-bottom: 40px;
	}

	.bl5__list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.bl5__list-item {
		width: 100%;
	}

	.count4:after,
	.count7:after {
		display: none;
	}

	.count2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.count3 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}

	.count4 {
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
	}

	.count5 {
		-webkit-box-ordinal-group: 6;
		    -ms-flex-order: 5;
		        order: 5;
	}

	.count6 {
		-webkit-box-ordinal-group: 7;
		    -ms-flex-order: 6;
		        order: 6;
	}

	.count7 {
		-webkit-box-ordinal-group: 8;
		    -ms-flex-order: 7;
		        order: 7;
	}

	.count8 {
		-webkit-box-ordinal-group: 9;
		    -ms-flex-order: 8;
		        order: 8;
	}

	.bl8__section,
	.bl8__section-img {
		width: 100%;
	}

	.bl6__main,
	.bl6__img {
		width: 100%;
	}

	.bl6__header {
		text-align: center;
	}

	.bl6__circle {
		top: 20%;
		left: 20%;
	}

	.bl6__img {
		text-align: center;
	}

	.bl8__img-cert {
		top: 40px;
		display: none;
	}

	.bl9__section:after,
	.bl9__section:before {
		right: -15px;
	}
}
@media screen and (min-width: 1025px) {
.bl1__img img {
    margin-left: 86px;
    width: 200px;
}}
@media screen and (max-width: 700px) {
    .bl5__header-title p, .bl4__title span, .bl1__header h1, .bl4__title p, .bl5__header-title p, .bl7__title p, .bl3__title span {
        font-size: 32px!important;
        font-weight: 700;
    }
    .bl3__title h2 {
        font: 300 37px bebas_neuelight;
        display: inline-block;
        margin: 0;
        color: #fff0d7;
    }
	.bl2__list ul {
		height: auto;
		margin-bottom: 30px;
	}

	.bl1__list-item:last-child {
    margin-top: 20px !important;
    text-align: center;
    display: block;
    max-width: 270px;
    margin: auto;
    margin-bottom: 30px;
}
.prod2 {
display: none;
}
	.bl2__list-item {
		position: static;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		width: 100%;
		margin: 0;
	}

	.bl3__main-text p:first-child {
		margin-left: 0;
	}

	.bl3__stamp,
	.bl4__list-img,
	.bl9__section:after,
	.bl9__section:before {
		display: none;
	}

	.bl1__img {
		margin-right: 0;
	}
}

@media screen and (max-width: 600px) {
	.bl9__section {
		display: block;
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}


	.bl9__section:last-child {
		margin-bottom: 0;
	}

	.bl9__section p {
		width: 90%;
	}
}

@media screen and (max-width: 700px) {
	.bl4__img1 {
		display: none;
	}

	.bl1__img {
		margin-right: 0;
	}

	.bl1__list ul {
		padding-right: 0;
	}

	.bl1__list-item {
		overflow: hidden;
	}

	.bl1__list-item:last-child img {
        width: 100%;
        max-width: 200px;
    }

	.bl1__img,
	.bl1__list,
	.bl1__form {
		width: 100%;
		margin-left: 0;
	}

	.bl1__img img {
		width: 80%;
	}

	.bl1__img {
		text-align: center;
		display: none;
	}
}

@media screen and (max-width: 425px) {
	.container {
		max-width: 425px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.block1 {
    padding-top: 35px;
    padding-bottom: 10px;
    background: #ffecd4;
    background-size: cover;
}

	.bl1__header h1,
	.bl1__header h3,
	.bl7__section span,
	.bl4__title p,
	.bl5__header-title p {
		font-weight: 900;
	}

	.bl2__header h4 {
		font-size: 30px;
	}

	.bl2__header h2 {
		font-size: 37px;
		line-height: 33px;
	}

	.bl2__footer h4 {
		font-size: 32px;
	}

	.bl3-main p:first-child {
		font-size: 43px;
	}

	.bl3__main-text p:first-child {
		margin-left: 0;
		text-align: center;
	}

	.bl3__text1 p:first-child {
		font-size: 33px;
	}

	.bl4__list-img,
	.bl4__img1 {
		display: none;
	}

	.bl5__list {
		padding-left: 0;
	}

	.bl5__list-item div {
		font-size: 60px;
	}

	.bl5__list-item p {
		max-width: 195px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.bl6__circle {
		left: 0;
	}

	.bl7__section div {
		width: 90%;
	}

	.bl1__img img {
		width: 90%;
	}

	.bl1__img {
		text-align: center;
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.bl1__header h1,
	.bl4__title p,
	.bl5__header-title p,
	.bl7__title p {
		font-size: 20vw;
	}
}

@media screen and (max-width: 375px) {
	.bl3-main p:first-child {
		font-size: 33px;
	}
}

@media screen and (max-width: 360px) {
	.bl6__header p {
		font-size: 31px;
	}

	.bl2__list-item {
		height: auto;
		margin-bottom: 30px;
	}

	.bl2__list-item:nth-child(even),
	.bl2__list-item:nth-child(odd) {
		text-align: center;
	}

	.bl2__list-item:nth-child(odd) {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		        flex-direction: column-reverse;
	}

	.bl2__list-item img,
	.bl2__list-item p {
		display: block;
		margin: 0 auto;
	}

	.bl2__list-item img {
		margin-bottom: 10px;
	}

	.bl2__list-item p {
		max-width: 90%;
	}

	.bl4__list-item p {
		max-width: 195px;
	}
}

@media only screen and (min-device-width: 400px) and (max-device-width: 700px) {
.bl1__form {
    width: 380px;
    margin-left: 0;
}
}

@media screen and (max-width: 319px) {
	.bl3__title,
	.bl3__text1,
	.bl7__section p,
	.bl2__footer {
		padding: 10px;
	}

	.bl2__header h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.bl2__list-item p {
		font-size: 20px;
	}

	.bl3__title h2 {
		font-size: 19vw;
	}

	.bl2__header h4 {
		font-size: 27px;
	}

	.bl2__footer h4 {
		font-size: 28px;
	}

	.bl3__main-text p {
		font-size: 20px;
	}

	.bl4__order-button {
		/* position: static; */
		margin: 0 auto;
		width: 95%;
		display: block;
		z-index: 2;
	}

	.bl6__header p {
		font-size: 34px;
	}

	.bl7__section div {
		width: 100%;
	}

	.block1,
	.block3,
	.block4,
	.block5,
	.block6,
	.block7,
	.block8 {
		overflow: hidden;
	}
}
@media screen and (min-width:0\0) {    

.block3 {
    padding-bottom: 95px;
    background: url(../images/bl3-bg.jpg) center no-repeat;
    background-size: cover;
}
.bl3__text1 {
    position: relative;
    z-index: 1;
    padding: 35px;
    background: url(../images/bl3-bg1.png) no-repeat;
    background-size: 100% 100%;
}
.block5 {
    position: relative;
    padding-top: 80px;
    background: url(../images/bl5-bg.jpg) bottom no-repeat;
    background-size: cover;
}
	.block5 {
		background: url(../images/bl5-bg1.jpg) center no-repeat;
		background-size: cover;
	}
.block6 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/bl6-bg.jpg) center no-repeat;
    background-size: cover;
}
.block8 {
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden;
    background: url(../images/bl8-bg.jpg) center no-repeat;
    background-size: cover;
}
.block1 {
    padding-top: 35px;
    padding-bottom: 10px;
    background: url("../images/header-bg.jpg") center no-repeat;
    background-size: cover;
}}

.bl1__form-button:hover {
    font: 33px bebas_neuebold;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    cursor: pointer;
    color: #414d18;
    border: 2px solid #a9bf5b;
    outline: none;
    background: #b7cc27;
    box-shadow: 0 5px 0 0 #637231;
    text-shadow: 0 1px 0 rgb(255 255 255 / 35%);
}
.bl4__order-button:hover  {
    /* position: absolute; */
    /* left: 39%; */
    z-index: 2;
    width: 300px;
    /* z-index: 1; */
    margin-top: -106px !important;
    margin: auto;
    margin-bottom: 40px;
    height: 88px;
    text-align: center;
     background: #b7cc27;
    border: 2px solid #a9bf5b;
    -webkit-box-shadow: 0 5px 0 0 #637231;
    box-shadow: 0 5px 0 0 #637231;
}
.bl8__img-cert {
display: none;
}

@media only screen and (min-device-width: 701px) and (max-device-width: 830px) {
.bl2__list {
    margin-top: 50px;
    max-width: 600px;
    margin: auto;
}}

@media only screen and (min-device-width: 783px) and (max-device-width: 1066px) {
.bl3__stamp {
    position: absolute;
    z-index: 2;
    top: 40px;
    right: 79px;
    z-index: 1;
    width: 156px;
    height: auto;
}
}
@media screen and (max-width: 783px) {
.bl3-main p:first-child {
    font: 900 34px bebas_neuebold;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 30px;
    text-align: center;
    color: #7a2446;
}
.head2 {
margin-top: -32px !important;
}
.bl3__stamp {
  right: 0;
}

}

.popup .inner__wrap {
    width: 632px;
    border-radius: 15px;
    padding: 10px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 73px rgba(35,35,35,.75);
    box-shadow: 0 5px 73px rgba(35,35,35,.75);
    background-position: left bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2
}

.no-webp .popup .inner__wrap {
    background-image: url(../img/popup__bg.png)
}

.webp .popup .inner__wrap {
    background: #fee9ce;
}

.popup .popup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.popup .content__right {
    width: 290px
}

.popup .popup__left {
    width: 300px
}

.popup .left__product {
    width: 100%;
    position: relative
}

.popup .right__form {
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 75px
}

.popup .left__product__img {
    height: 265px;
    display: block;
    margin-right: auto;
    margin-top: 10px
}

@media (max-width: 999px) {
    .popup__left {
        display:none !important;
    }

    .popup .inner__wrap {
        width: 100%;
        padding: 10px 10px 20px
    }
}



.ib {
    display: inline-block
}

input::-ms-clear {
    display: none
}

.btn {
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    background-color: #fcbd94;
    background-image: -webkit-gradient(linear,left top,right top,from(#f4975b),color-stop(50%,#ffa972),to(#f49557));
    background-image: linear-gradient(to right,#f4975b 0,#ffa972 50%,#f49557 100%);
    height: 67px;
    border-radius: 33px;
    border: 0 solid #fcbd94;
    border-bottom: 2px solid #fcbd94;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 17px;
    margin-top: 18px;
    cursor: pointer;
    color: #fff;
    -webkit-box-shadow: 0 16px 26px -12px #f4975b,0 6px 0 -2px #f49557;
    box-shadow: 0 16px 26px -12px #f4975b,0 6px 0 -2px #f49557;
    position: relative
}

.btn:after {
    content: "";
    width: 70%;
    height: 2px;
    background: #fe9133;
    background-image: -webkit-gradient(linear,left top,right top,from(#fcbd94),color-stop(50%,#fbb181),color-stop(99%,#fcbd94),to(#fcbd94));
    background-image: linear-gradient(to right,#fcbd94 0,#fbb181 50%,#fcbd94 99%,#fcbd94 100%);
    position: absolute;
    bottom: -2px;
    left: 15%
}

.btn__text-1 {
    font-size: 30px;
    line-height: 26px
}

.btn__text-2 {
    font-size: 17px;
    margin-top: 8px
}

.btn:hover {
    -webkit-box-shadow: 0 12px 26px -12px #f4975b,0 6px 0 -2px #f49557;
    box-shadow: 0 12px 26px -12px #f4975b,0 6px 0 -2px #f49557;
    background-image: -webkit-gradient(linear,left top,right top,from(#ea813d),color-stop(50%,#ffb980),to(#e87e3a));
    background-image: linear-gradient(to right,#ea813d 0,#ffb980 50%,#e87e3a 100%)
}

.block .right__form {
    width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 184px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08);
    background-color: #fff;
    border-radius: 5px
}

.block .form__price {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
    box-shadow: 0 0 25px rgba(0,0,0,.08);
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    margin-top: -30px;
    position: relative
}

.block .form__price .price__el {
    display: -webkit-box;
    display: none !important;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    position: absolute;
    width: 52px;
    height: 53px;
    top: -60px;
    left: calc(50% - 26px);
    background-image: url(../img/discont.svg);
    line-height: 14.79px
}

.block .form__price .el__proc:nth-child(2) {
    color: #fefefe;
    font-size: 20px;
    font-weight: 900;
    text-shadow: -1px -1px 0 #bbccc8,1px -1px 0 #bbccc8,-1px 1px 0 #bbccc8,1px 1px 0 #bbccc8;
    margin-left: -6px;
    margin-bottom: -6px
}

.block .price__new,.block .price__old {
    width: auto;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.block .price__old {
    position: relative
}

.block .price__text {
    margin-bottom: 10px;
    font-size: 13px
}

.block .price__line {
    position: relative;
    display: block;
    width: 1px;
    height: 50px;
    background-color: #e8e8e8;
    margin: 0 10px
}

.block .price__num {
    line-height: 24px;
    font-size: 16px;
    font-weight: 800
}

.block .x_price_current,.block .x_price_previous {
    font-size: 34px
}

.block .price__num-old {
    position: relative;
    color: #1c1c1c;
    opacity: .5
}

.price__num-old:after,.price__num-old:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: red
}

.price__num-old:before {
    transform: rotate(20deg)
}

.price__num-old:after {
    transform: rotate(-20deg)
}

.block .price__num-new {
    color: #1b1b1b
}

.block .form__name,.block .form__tel {
    width: 220px;
    height: 65px;
    position: relative
}

.block .form__name::after,.block .form__tel::after {
    position: absolute;
    content: '';
    left: 22px;
    top: 20px
}

.block .form__name {
    margin-top: 15px
}

.block .form__tel {
    margin-top: 15px
}

.block .form__btn {
    margin-top: 20px
}

.block .form__name::after {
    width: 19px;
    height: 23px;
    background-image: url(../img/people.svg)
}

.block .form__tel::after {
    width: 21px;
    height: 24px;
    background-image: url(../img/tel.svg)
}

.block ::-webkit-input-placeholder {
    color: #212121;
    font-weight: 400
}

.block ::-moz-placeholder {
    color: #212121;
    font-weight: 400
}

.block :-moz-placeholder {
    color: #212121;
    font-weight: 400
}

.block :-ms-input-placeholder {
    color: #212121;
    font-weight: 400
}

.block .form__name__field,.block .form__tel__field {
    width: 100%;
    height: 100%;
    padding-left: 26px;
    padding-right: 10px;
    outline: 0;
    color: #212121;
    font-size: 16px;
    -webkit-box-shadow: inset 2px 1px 10px rgba(0,0,0,.05);
    box-shadow: inset 2px 1px 10px rgba(0,0,0,.05);
    border: 1px solid #c3c1bc;
    background-color: #fff;
    border-radius: 30px
}

@media screen and (max-width: 1179px) {

    .block .right__form {
        margin-top: 260px
    }
}

@media screen and (max-width: 1023px) {

    .block .right__form {
        margin-top: 70px
    }
}

@media screen and (max-width: 767px) {

    .block .right__form {
        margin-top: 50px
    }
    .bl6__header p {
        font-size: 26px;
    }
}

.popup .inner__wrap {
    width: 632px;
    border-radius: 15px;
    padding: 10px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 73px rgba(35,35,35,.75);
    box-shadow: 0 5px 73px rgba(35,35,35,.75);
    background-position: left bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2
}

.popup .popup__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.popup .content__right {
    width: 290px
}

.popup .popup__left {
    width: 300px;
    margin: auto;
    display: block;
    float: none;
}

.popup .left__product {
    width: 100%;
    position: relative
}

.popup .right__form {
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 75px
}

.popup .left__product__img {
    height: auto;
    width: 200px;
    margin: auto;
    display: block;
    /* margin-right: auto; */
    margin-top: 10px
}

@media (max-width: 999px) {
    .popup__left {
        display:none
    }

    .popup .inner__wrap {
        width: 100%;
        padding: 10px 10px 20px
    }
}

.bl1__form-button2 {
    font: 33px bebas_neuebold;
    position: relative;
    z-index: 1;
    width: 71% !important;
    height: 60px;
    margin-top: 20px;
    cursor: pointer;
    color: #414d18;
    border: 2px solid #a9bf5b;
    outline: none;
	background: #b7cc27;
    background: -o-linear-gradient(315deg, #b7cc27 0%,#9fb431 48%,#9ab32f 56%,#97b032 63%,#8aa134 83%,#829a35 100%);
    background: linear-gradient(135deg, #b7cc27 0%,#9fb431 48%,#9ab32f 56%,#97b032 63%,#8aa134 83%,#829a35 100%);
    -webkit-box-shadow: 0 5px 0 0 #637231;
    box-shadow: 0 5px 0 0 #637231;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
}
.bl1__form-button2:hover {
    font: 33px bebas_neuebold;
    position: relative;
    z-index: 1;
    width: 71% !important;
    height: 60px;
    margin-top: 20px;
    cursor: pointer;
    color: #414d18;
    border: 2px solid #a9bf5b;
    outline: none;
	background: #b7cc27 !important;
    -webkit-box-shadow: 0 5px 0 0 #637231;
    box-shadow: 0 5px 0 0 #637231;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .35);
}
@media only screen and (min-device-width: 801px) and (max-device-width: 90000px) {
div.bl7__main.m{
    display: none;
}}

@media only screen and (min-device-width: 319px) and (max-device-width: 800px) {
div.bl7__main.me{
    display: none;
}
.bl7__section p:before {
    width: 0px;
    height: 400px;
}

.bl7__section p:after {
    width: 100px;
    height: 0px;
}
}
 /* стили основного контейнера слайдера */
    .slider {
      position: relative;
      overflow: hidden;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }

    /* стили для обёртки, в которой заключены слайды */
    .slider__wrapper {
      position: relative;
      overflow: hidden;
    }

    /* стили для контейнера слайдов */
    .slider__items {
      display: flex;
      transition: transform 0.6s ease;
      height: auto;
    }

    /* стили для слайдов */
    .slider__item {
      flex: 0 0 100%;
      max-width: 100%;
      height: auto;
    }

    /* стили для кнопок "вперед" и "назад" */
    .slider__control {
      position: absolute;
      top: 3.9%;
      /* display: none;*/
      align-items: center;
      justify-content: center;
      width: 40px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 43px;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, 0.5);
    }

    .slider__control_show {
      display: flex;
    }

    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: 0.9;
    }

    .slider__control_prev {
      left: 0;
    }

    .slider__control_next {
      right: 0;
    }

    .slider__control::before {
      content: '';
      width: 6px;
      height: 33px;
      padding: 11px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
      padding-bottom: 44px;
    }

    .slider__control_prev::before {
      background-image: url("../images/prev.svg");
    }

    .slider__control_next::before {
      background-image: url("../images/next.svg");
    }

    /* стили для индикаторов */
    .slider__indicators {
      position: absolute;
      right: 0;
      display: none !important;
      bottom: 10px;
      left: 0;
      z-index: 15;
      display: flex;
      justify-content: center;
      padding-left: 0;
      margin-right: 15%;
      margin-left: 15%;
      list-style: none;
      margin-top: 0;
      margin-bottom: 0;
    }

    .slider__indicators li {
      box-sizing: content-box;
      flex: 0 1 auto;
      width: 30px;
      height: 4px;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: rgba(255, 255, 255, 0.5);
      background-clip: padding-box;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
    }

    .slider__indicators li.active {
      background-color: #fff;
    }

    /* для стилизации текущего слайдера */
    .img-fluid {
      display: inline-block;
      height: auto;
      max-width: 100%;
    }
	
	@media only screen and (min-device-width: 320px) and (max-device-width: 425px) {
	p.lt64  {
    padding: 70px 40px 0;
}
p.lt65{
    padding: 55px 37px 0;
}

img.bl7__img1.m{
    margin-top: 54px;
    height: 200px;
}
img.bl7__img1.m3 {
    margin-top: 30px;
}
p.lt58  {
    padding: 7px 28px 1px 31px;
    text-align: center;
}
p.lt59{
    padding: 32px 60px 0;
}
img.bl7__img1.m2{
    margin-top: -1px;
}

}

	@media only screen and (min-device-width: 426px) and (max-device-width: 800px) {
	p.lt64  {
    padding: 70px 80px 0;
}
p.lt65{
    padding: 70px 80px 0;
}

img.bl7__img1.m{
    margin-top: 29px;
}
p.lt58  {
    padding: 32px 60px 0;
}
p.lt59{
    padding: 32px 60px 0;
}
img.bl7__img1.m2{
    margin-top: 5px;
}

}