
.scrollToForm{
  background:none;
  border:none;
  font-size:24px;
  line-height:40px;
  text-align: center;
  border:2px solid #000;
  padding:5px 15px;
  width:191px;
  display:block;
  margin:0 auto;
  position: relative;
  top: 85px;
}

.banner-red {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #694696;
  padding: 5px;
}

.banner-red .fixed-el {
  width: 1px;
  height: 1px;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.banner-red .banner-red__img {
  max-width: 35px;
  max-height: 100%;
}

.banner-green {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009545;
  padding: 5px;
}

@media screen and (min-width: 640px) {
  .banner-red .banner-red__img {
    max-width: 40px;
    max-height: 45px;
  }
}

.banner-red .banner-red__p,
.banner-green .banner-green__p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-family: Roboto, sans-serif;
  color: #fff !important;
  margin-left: 10px;
  text-align: center;
  max-width: 75%;
  line-height: 1.1;
}

.banner-green .banner-green__p {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	text-align: left;
}

@media screen and (min-width: 480px) {
  .banner-red .banner-red__p {
    max-width: 440px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .banner-red .banner-red__p {
    max-width: 700px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .banner-red .banner-red__p {
    max-width: 920px;
  }
}

@media screen and (min-width: 1200px) {
  .banner-red .banner-red__p {
    max-width: 100%;
  }
}

.banner-red .banner-red__p b,
.banner-green .banner-green__p b {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

@media screen and (min-width: 480px) {
  .banner-red .banner-red__p b {
    font-size: 15px;
  }
}

.banner-red .banner-red__p b .delete_mob {
  display: none;
}

@media screen and (min-width: 1024px) {
  .banner-red .banner-red__p b .delete_mob {
    display: inline-block;
  }
}

.banner-red .banner-red__p .banner-red__small {
  display: block;
  font-size: 13px;
}

.banner-green .banner-green__p .banner-green__small {
  display: block;
  font-size: 12px;
}

@media screen and (min-width: 480px) {
  .banner-red .banner-red__p .banner-red__small {
    font-size: 15px;
  }

  .banner-green .banner-green__p .banner-green__small {
    font-size: 12px;
  }
}

.banner-red__bottom {
  top: auto;
  bottom: 0;
}

/* banner-white */
.banner-yellow {
  width: 100%;
  height: auto;
  background: goldenrod;
}

.banner-yellow .yellow-wrap {
  width: 95%;
  margin: 0 auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .banner-yellow .yellow-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .banner-yellow .yellow-wrap {
    width: 75%;
  }
}

.banner-yellow .yellow-wrap .yellow-box {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
}

.banner-yellow .yellow-wrap .yellow-box p {
  margin-left: 5px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 12px;
}

.banner-yellow .yellow-wrap .yellow-box .yellow-bar_1 {
  width: 7%;
  height: auto;
}

.banner-yellow .yellow-wrap .yellow-box .yellow-bar_2 {
  width: 8%;
  height: auto;
}

.banner-yellow .yellow-wrap .yellow-box .yellow-bar_3 {
  width: 15%;
  height: auto;
}

/* banner-white */
.banner-white {
  background-color: white;
}

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

@media (min-width: 992px) {
  .banner-white .banner-wrap {
    width: 60%;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.banner-white .banner-wrap .partners {
  text-align: center;
}

.banner-white .banner-wrap .partners p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.banner-white .banner-wrap .banner-white_box {
  width: 120px;
  padding: 10px 5px;
}

@media (min-width: 992px) {
  .banner-white .banner-wrap .banner-white_box {
    width: 150px;
  }
}

.banner-white .banner-wrap .banner-white_box img {
  margin: 0 auto;
  height: 35px;
  width: auto;
}

.banner-white .banner-wrap .banner-white_box .inpost {
  height: 40px;
}

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

html,
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  line-height: 1.25;
  color: #002d28;
}

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

h1 {
  color: white;
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  h1 {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 2px;
  }
}

@media (min-width: 675px) {
  h1 {
    font-size: 21px;
  }
}

h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: #002d28;
}

p,
li {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.5;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  width: 100%;
}


.block {
  display: block !important;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.black {
  color: black;
}

.white {
  color: white;
}

.blue {
  color: #74caff;
}

.red {
  color: #ef4024;
}

.orange {
  color: #ff4800;
}

.green {
  color: #3caa17;
}

.upp {
  text-transform: uppercase;
}

.slimmery {
  font-size: 18px;
  font-weight: 700;
  color: #f7a00f;
}

.mb-f {
  margin-bottom: 70px !important;
}

.bolder {
  font-weight: 700;
}

.num {
  width: 50px;
  font-size: 67px;
  font-weight: 700;
  padding-right: 20px;
}

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

@media only screen and (max-width: 992px) {
  .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box .box_first {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .box .box_first {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box .box_second {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .box .box_second {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block1 {
  position: relative;
  width: 100%;
  background: #fff url(../img/bg1.webp) no-repeat 50% 50%;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px 0;
  padding-bottom: 70px;
}

.block1 .wrap {
  padding: 0;
}

.block1 .wrap .box {
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 576px) {
  .block1 .wrap .box {
    padding-bottom: 0;
  }
}

.block1 .wrap .box .box_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
  width: 30%;
  padding-left: 70px;
}

@media only screen and (max-width: 992px) {
  .block1 .wrap .box .box_first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    margin: 0 auto;
  }
}

.block1 .wrap .box .box_first .rapid {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .block1 .wrap .box .box_first .rapid {
    width: 100%;
  }
}

.block1 .wrap .box .box_first .main_prod {
  width: 175%;
}

@media only screen and (max-width: 1200px) {
  .block1 .wrap .box .box_first .main_prod {
    width: 150%;
  }
}

@media only screen and (max-width: 992px) {
  .block1 .wrap .box .box_first .main_prod {
    width: 100%;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .block1 .wrap .box .box_first .main_prod {
    width: 120%;
    margin-top: 50px;
    margin-left: -20px;
  }
}

.block1 .wrap .box .box_second {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .block1 .wrap .box .box_second {
    margin-top: 30px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .block1 .wrap .box .box_second {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.block1 .wrap .box .box_second .title {
  margin-left: 60px;
}

@media only screen and (max-width: 992px) {
  .block1 .wrap .box .box_second .title {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .block1 .wrap .box .box_second .title {
    width: 100%;
    margin-left: 0;
  }
}

.block1 .wrap .box .box_second .title .under-title {
  font-size: 17px;
  font-weight: 300;
  width: 100%;
  line-height: 28px;
}

@media only screen and (max-width: 992px) {
  .block1 .wrap .box .box_second .title .under-title {
    width: 100%;
  }
}

.block1 .wrap .box .box_second .form-wrap {
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .block1 .wrap .box .box_second .form-wrap {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .block1 .wrap .box .box_second .form-wrap {
    width: 100%;
  }
}

.wrap-title_form {
  position: relative;
  text-align: center;
  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;
  margin: 10px 30px 20px;
  padding: 5px 15px 0;
}

@media only screen and (max-width: 768px) {
  .wrap-title_form {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 425px) {
  .wrap-title_form {
    margin-bottom: 15px;
  }
}

.wrap-title_form h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: white;
}

@media only screen and (max-width: 460px) {
  .wrap-title_form h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 390px) {
  .wrap-title_form h2 {
    font-size: 16px;
  }
}

.wrap-title_form .price_form .span_promotion {
  position: relative;
  z-index: 2;
  color: #68b18a;
}

.wrap-title_form .price_form .span_promotion::before {
  position: absolute;
  content: "";
  width: 137px;
  height: 4px;
  background: red;
  top: 17px;
  left: 0;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}

@media only screen and (max-width: 576px) {
  .wrap-title_form .price_form .span_promotion::before {
    width: 105px;
    top: 12px;
  }
}

@media only screen and (max-width: 425px) {
  .wrap-title_form .price_form .span_promotion::before {
    width: 82px;
    top: 9px;
  }
}

.wrap-title_form img {
  display: block;
  width: 38px;
  height: 100px;
  position: absolute;
}

@media only screen and (max-width: 576px) {
  .wrap-title_form img {
    width: 30px;
    height: 90px;
  }
}

@media only screen and (max-width: 425px) {
  .wrap-title_form img {
    width: 25px;
    height: 80px;
  }
}

@media only screen and (max-width: 390px) {
  .wrap-title_form img {
    width: 25px;
    height: 65px;
  }
}

.wrap-title_form .left-border {
  top: 0;
  left: -5px;
}

.wrap-title_form .right-border {
  top: 0;
  right: -5px;
}

.block_promotion {
  text-align: center;
}

.block_promotion p {
  color: white;
  text-transform: uppercase;
  font-size: 28px;
}

.block_promotion p span {
  color: #f7a00f;
  font-weight: 700;
  font-size: 36px;
}

.block_promotion .countdown {
  display: inline-block;
}

.block2 {
  position: relative;
  margin-top: -70px;
  background: url(../img/bg2.webp) 50% 0% no-repeat;
  background-size: cover;
  z-index: 2;
  padding: calc(50px + 3%) 0 0;
  padding-bottom: 80px;
  -webkit-box-shadow: 0 10px 20px -5px #e6e6e6;
          box-shadow: 0 10px 20px -5px #e6e6e6;
  border-radius: 100%/0 0 120px 120px;
}

.block2 .wrap .box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.block2 .wrap .box .box_first {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 980px) {
  .block2 .wrap .box .box_first {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.block2 .wrap .box .box_first div {
  width: 70%;
  margin: 0 5px;
}

@media only screen and (max-width: 980px) {
  .block2 .wrap .box .box_first div {
    width: 48%;
    text-align: center;
  }
}

@media only screen and (max-width: 555px) {
  .block2 .wrap .box .box_first div {
    width: 100%;
    text-align: center;
  }
}

.block2 .wrap .box .box_first div h3 {
  text-align: center;
  margin: 20px auto;
}

.block2 .wrap .box .box_first div img {
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .block2 .wrap .box .box_first div img {
    width: 70%;
    margin: 0 auto;
  }
}

.block2 .wrap .box .box_first div .arow-r {
  position: relative;
}

.block2 .wrap .box .box_first div .arow-r:after {
  content: "\2192";
  position: absolute;
  color: #f7a51b;
  left: 260px;
  bottom: -5px;
  font-size: 44px;
  font-weight: 700;
}

@media only screen and (max-width: 980px) {
  .block2 .wrap .box .box_first div .arow-r:after {
    display: none;
  }
}

.block2 .wrap .box .box_second {
  padding: 0 30px;
  padding-top: 30px;
}

@media only screen and (max-width: 980px) {
  .block2 .wrap .box .box_second {
    width: 95%;
    margin: 0 auto;
    text-align: center !important;
  }
}

.block2 .wrap .box .box_second h2 {
  text-align: center;
  color: black;
}

.block2 .wrap .box .box_second .comm-bg-first {
  background: #fff url(../img/apostrof-red.webp) no-repeat 20% 50%;
}

.block2 .wrap .box .box_second .comment {
  background: #fff url(../img/apostrof-red.webp) no-repeat 20% 50%;
  margin: 30px 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}

@media only screen and (max-width: 980px) {
  .block2 .wrap .box .box_second .comment {
    text-align: center !important;
  }
}

.block2 .wrap .box .box_second h3 {
  text-align: right;
  font-weight: 700;
}

@media only screen and (max-width: 980px) {
  .block2 .wrap .box .box_second h3 {
    text-align: center !important;
  }
}

.block2 .wrap .box .box_second p {
  text-align: right;
}

@media only screen and (max-width: 980px) {
  .block2 .wrap .box .box_second p {
    text-align: center !important;
  }
}

.block3 {
  position: relative;
  background: #f1faf5;
  padding: 4% 0;
  -webkit-box-shadow: 0 -10px -50px -5px rgba(115, 115, 115, 0.75);
          box-shadow: 0 -10px -50px -5px rgba(115, 115, 115, 0.75);
  padding-bottom: 200px;
  -webkit-transform: translate(0%, -10%);
          transform: translate(0%, -10%);
}

.block3 .wrap {
  margin-top: 100px;
}

.block3 .wrap .title h2 {
  width: 100%;
  color: black;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .block3 .wrap .title h2 {
    padding-top: 70px;
  }
}

.block3 .wrap .box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 980px) {
  .block3 .wrap .box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block3 .wrap .box .box_first {
  width: 20%;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .block3 .wrap .box .box_first {
    width: 40%;
  }
}

.block3 .wrap .box .box_first img {
  width: 100%;
  margin-bottom: 25px;
}

.block3 .wrap .box .box_second {
  width: 70%;
}

@media only screen and (max-width: 980px) {
  .block3 .wrap .box .box_second {
    text-align: center;
    width: 95%;
  }
}

.block3 .wrap .box .box_second .comm-bg-second {
  background: url(../img/second-gr.webp) no-repeat 10% 50%;
}

.block3 .wrap .box .box_second .comment {
  margin: 30px 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}

@media only screen and (max-width: 980px) {
  .block3 .wrap .box .box_second .comment {
    text-align: center !important;
  }
}

.block4 {
  background: url(../img/bg4.webp) 50% 50% no-repeat;
  background-size: cover;
  padding: calc(0px + 9%) 0;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}

@media only screen and (max-width: 980px) {
  .block4 {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

.block4 .title h2 {
  width: 100%;
  color: black;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
}

.block4 .box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

@media only screen and (max-width: 1080px) {
  .block4 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-width: 970px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block4 .box .box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 30%;
}

@media only screen and (max-width: 992px) {
  .block4 .box .box__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 80%;
  }
}

.block4 .box .box__wrapper div {
  width: 100%;
  text-align: center;
  border-top: none;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.block4 .box .box__wrapper .box_first div {
  width: 86%;
  border: 5px solid #f5a512;
  border-top: none;
  padding: 120px 20px 40px 20px;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.block4 .box .box__wrapper .box_second div {
  width: 86%;
  border: 5px solid #694696;
  border-top: none;
  padding: 20px;
  padding-top: 120px;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.block4 .box .box__wrapper .box_third img {
  width: 86%;
}

.block4 .box .box__wrapper .box_third div {
  width: 86%;
  border: 5px solid #00a04b;
  border-top: none;
  padding: 20px;
  padding-top: 120px;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.block5 {
  background: #fff;
  padding: calc(30px + 3%) 0 calc(0px);
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1400px) {
  .block5 {
    width: 90%;
    margin: 0 auto;
    background: #fff;
  }
}

.block5 .title h2 {
  width: 100%;
  color: black;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}

.block5 .title p {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .block5 .title p {
    width: 100%;
  }
}

.block5 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block5 .box .box_first {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.block5 .box .box_first .box__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.block5 .box .box_first .box__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 50px;
}

@media only screen and (max-width: 600px) {
  .block5 .box .box_first .box__wrapper ul {
    padding-left: 5px;
  }
}

@media only screen and (min-width: 1081px) {
  .block5 .box .box_first .box__wrapper ul {
    padding-left: 80px;
  }
}

.block5 .box .box_first .box__wrapper ul li {
  width: auto;
  position: relative;
  width: 30%;
  margin-left: 30px;
}

@media only screen and (max-width: 1200px) {
  .block5 .box .box_first .box__wrapper ul li {
    width: 70%;
    margin: 5px auto;
  }
}

@media only screen and (max-width: 700px) {
  .block5 .box .box_first .box__wrapper ul li {
    width: 100%;
    margin: 5px auto;
  }
}

.block5 .box .box_first .box__wrapper ul li:before {
  position: absolute;
  left: -20px;
  content: '\25CB';
  font-size: 19px;
  font-weight: 800;
  color: #eab742;
}

.block5 .box .box_second {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

@media only screen and (max-width: 678px) {
  .block5 .box .box_second {
    width: 100%;
  }
}

.block5 .box .box_second img {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 678px) {
  .block5 .box .box_second img {
    width: 100%;
  }
}

.block5 .box .box_second p {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0;
}

.block6 {
  background: #fff;
  background-size: cover;
  padding: calc(15px + 3%) 0;
  -webkit-transform: translateY(-14%);
          transform: translateY(-14%);
  -webkit-box-shadow: 0 -10px 20px -5px #e6e6e6;
          box-shadow: 0 -10px 20px -5px #e6e6e6;
  border-radius: 160%/40%;
}

@media only screen and (max-width: 700px) {
  .block6 {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}

.block6 .box {
  padding-left: 15px;
  padding-right: 15px;
}

.block6 .title h2 {
  margin-top: 40px;
  width: 100%;
  color: black;
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
}

.block6 p {
  text-align: center;
  line-height: 34px;
}

.block7 {
  background: #fcfcfd url(../img/violet-orange-bg.webp) no-repeat 50% 100%;
  background-size: cover;
  padding: calc(15px + 3%) 0;
  z-index: 100;
}

@media only screen and (max-width: 1080px) {
  .block7 {
    background: #37254f;
  }
}

.block7 .box {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1080px) {
  .block7 .box .box_first {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5a512;
    padding: 20px 0;
    margin: 10px 0;
  }
}

.block7 .box .box_first h3 {
  text-align: center;
}

.block7 .box .box_first ul li {
  width: auto;
  margin: 20px 30px;
  position: relative;
}

.block7 .box .box_first ul li:before {
  position: absolute;
  left: -20px;
  content: '\25CB';
  font-size: 18px;
  font-weight: bold;
  color: white;
}

@media only screen and (max-width: 1080px) {
  .block7 .box .box_second {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #61418c;
    padding: 20px 0;
    margin: 10px 0;
  }
}

.block7 .box .box_second h3 {
  text-align: center;
  color: white;
}

.block7 .box .box_second ul {
  color: white;
}

.block7 .box .box_second ul li {
  width: auto;
  position: relative;
  margin: 20px 30px;
}

.block7 .box .box_second ul li:before {
  position: absolute;
  left: -20px;
  content: '\25CB';
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.block8 {
  background: #fff url(../img/chainees-bg.webp) no-repeat 50% 100%;
  background-size: cover;
  padding: calc(55px + 3%) 0;
  font-weight: 500;
  z-index: 1;
}

.block8 .title h2 {
  margin-top: 40px;
  width: 100%;
  color: black;
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
}

.block8 .title p {
  text-align: center;
  line-height: 30px;
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 1080px) {
  .block8 .title p {
    width: 90%;
  }
}

.block8 .box ul {
  width: 70%;
  margin-top: 20px;
}

@media only screen and (max-width: 550px) {
  .block8 .box ul {
    width: 100%;
    padding-right: 10px;
    padding-left: 15px;
  }
}

.block8 .box ul li {
  margin-top: 30px;
  line-height: 30px;
}

.block8 .box ul li h3 {
  color: #1aa958;
  position: relative;
}

@media only screen and (max-width: 550px) {
  .block8 .box ul li h3 {
    padding-left: 30px;
  }
}

.block8 .box ul li h3:before {
  content: url(../img/check.webp);
  background-size: 10px 20px;
  position: absolute;
  bottom: -14px;
  left: -60px;
  width: 50px;
}

@media only screen and (max-width: 550px) {
  .block8 .box ul li h3:before {
    left: -25px;
  }
}

.block9 {
  background: #fff;
  background-size: cover;
  padding: calc(30px + 3%) 0;
  -webkit-transform: translateY(-3%);
          transform: translateY(-3%);
  z-index: 100000;
  overflow: visible;
  -webkit-box-shadow: 0 -10px 20px -5px #e6e6e6;
          box-shadow: 0 -10px 20px -5px #e6e6e6;
  border-radius: 500%/40%;
}

.block9 .title h2 {
  width: 100%;
  color: black;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
}

.block9 .slide-box {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media only screen and (max-width: 980px) {
  .block9 .slide-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block9 .slide-box .box_first {
  width: 44%;
  margin: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 980px) {
  .block9 .slide-box .box_first {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .block9 .slide-box .box_first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block9 .slide-box .box_first div {
  width: 70%;
  margin: 0 5px;
}

@media only screen and (max-width: 980px) {
  .block9 .slide-box .box_first div {
    width: 70%;
    text-align: center;
    margin: auto;
  }
}

@media only screen and (max-width: 555px) {
  .block9 .slide-box .box_first div {
    width: 100% !important;
    text-align: center;
  }
}

.block9 .slide-box .box_first div h3 {
  text-align: center;
  margin: 20px auto;
}

.block9 .slide-box .box_first div img {
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .block9 .slide-box .box_first div img {
    width: 70%;
    margin: 0 auto;
  }
}

.block9 .slide-box .box_first div .arow-r:after {
  content: "\2192";
  position: absolute;
  color: #f7a51b;
  left: 220px;
  font-size: 44px;
  font-weight: 700;
}

@media only screen and (max-width: 980px) {
  .block9 .slide-box .box_first div .arow-r:after {
    display: none;
  }
}

.block9 .slide-box .box_second {
  width: 52%;
  padding: 10px 30px;
  border: 5px solid #f7a822;
  border-radius: 40px;
  height: 600px;
}

@media only screen and (max-width: 992px) {
  .block9 .slide-box .box_second {
    width: 80%;
    margin: 0 auto;
    text-align: center !important;
    height: auto;
  }
}

.block9 .slide-box .box_second h2 {
  text-align: center;
  color: black;
}

.block9 .slide-box .box_second .comm-bg-first {
  background: #fff url(../img/apostrof-red.webp) no-repeat 20% 50%;
}

.block9 .slide-box .box_second .comment {
  background: #fff url(../img/apostrof-red.webp) no-repeat 20% 50%;
  margin: 30px 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}

@media only screen and (max-width: 980px) {
  .block9 .slide-box .box_second .comment {
    text-align: center !important;
  }
}

.block9 .slide-box .box_second h3 {
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 980px) {
  .block9 .slide-box .box_second h3 {
    text-align: center !important;
  }
}

.block9 .slide-box .box_second .slider-comment {
  font-size: 16px !important;
  line-height: 25px !important;
}

.block9 .slide-box .box_second p {
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .block9 .slide-box .box_second p {
    text-align: center !important;
  }
}

.slick-dots li.slick-active button:before {
  color: green !important;
  font-size: 20px !important;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px !important;
  line-height: 20px;
  text-align: center;
  color: #5fb888 !important;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: green !important;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block10 {
  background: url(../img/green-bg.webp) no-repeat 50% 0%;
  padding: calc(30px + 3%) 0 calc(35px + 2%);
  background-size: cover;
  z-index: -1;
  padding-top: 60px;
}

.block10 .title h2 {
  width: 100%;
  color: white;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.block10 .title p {
  color: white;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  width: 70%;
}

@media only screen and (max-width: 600px) {
  .block10 .title p {
    width: 100%;
  }
}

.block10 .box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  margin: auto;
}

.block10 .box .box_first {
  width: 33%;
}

@media only screen and (max-width: 980px) {
  .block10 .box .box_first {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .block10 .box .box_first {
    width: 100%;
    margin-bottom: 50px;
  }
}

.block10 .box .box_first img {
  width: 90%;
  margin: 0 auto;
}

.block10 .box .box_second {
  width: 33%;
}

@media only screen and (max-width: 980px) {
  .block10 .box .box_second {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .block10 .box .box_second {
    width: 100%;
    margin-bottom: 50px;
  }
}

.block10 .box .box_second img {
  width: 90%;
  margin: 0 auto;
}

.block10 .box .box_third {
  width: 33%;
}

@media only screen and (max-width: 980px) {
  .block10 .box .box_third {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .block10 .box .box_third {
    width: 100%;
    margin-bottom: 50px;
  }
}

.block10 .box img {
  width: 90%;
  margin: 0 auto;
}

.block10 .with-border {
  text-align: center;
  color: white;
  width: 70%;
  padding: 30px;
  margin: 30px auto;
  border: 5px solid #f5a514;
  border-radius: 40px;
}

@media only screen and (max-width: 600px) {
  .block10 .with-border {
    width: 100%;
  }
}

.block11 {
  background: url(../img/woman-red-close.webp) no-repeat 50% 100%;
  padding: calc(30px + 3%) 0 calc(15px + 2%);
  background-size: cover;
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%);
  padding: calc(30px + 3%) 0;
}

.block11 .title h2 {
  margin-top: 40px;
  width: 100%;
  color: black;
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
  line-height: 38px;
}

.block11 .box ul {
  width: 60%;
  margin-top: 20px;
}

@media only screen and (max-width: 650px) {
  .block11 .box ul {
    width: 100%;
    padding-right: 10px;
    padding-left: 15px;
  }
}

.block11 .box ul li {
  position: relative;
  margin-top: 30px;
  line-height: 30px;
  padding-left: 50px;
}

@media only screen and (max-width: 650px) {
  .block11 .box ul li {
    padding-left: 0px;
  }
}

.block11 .box ul li h3 {
  color: #1aa958;
  position: relative;
}

@media only screen and (max-width: 550px) {
  .block11 .box ul li h3 {
    padding-left: 30px;
  }
}

.block11 .box ul .list-one:before {
  content: url(../img/smile-icon.webp);
  background-size: 10px 20px;
  position: absolute;
  bottom: -20px;
  left: -80px;
  width: 50px;
}

@media only screen and (max-width: 650px) {
  .block11 .box ul .list-one:before {
    display: none;
  }
}

.block11 .box ul .list-two:before {
  content: url(../img/security-icon.webp);
  background-size: 10px 20px;
  position: absolute;
  bottom: -30px;
  left: -80px;
  width: 50px;
}

@media only screen and (max-width: 650px) {
  .block11 .box ul .list-two:before {
    display: none;
  }
}

.block11 .box ul .list-three:before {
  content: url(../img/time-icon.webp);
  background-size: 10px 20px;
  position: absolute;
  bottom: -20px;
  left: -90px;
  width: 50px;
}

@media only screen and (max-width: 650px) {
  .block11 .box ul .list-three:before {
    display: none;
  }
}

.block12 {
  background: url(../img/blue-bg.webp) no-repeat 50% 100%;
  padding: calc(30px + 3%) 0;
  background-size: cover;
  z-index: -1;
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
}

.block12 .wrap {
  width: 70%;
  margin: auto;
}

@media only screen and (max-width: 980px) {
  .block12 .wrap {
    width: 80%;
  }
}

@media only screen and (max-width: 660px) {
  .block12 .wrap {
    width: 90%;
  }
}

.block12 .wrap .title h2 {
  width: 100%;
  color: black;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .block12 .wrap .title h2 {
    padding-top: 70px;
  }
}

.block12 .wrap .box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 980px) {
  .block12 .wrap .box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.block12 .wrap .box .box_first {
  width: 20%;
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .block12 .wrap .box .box_first {
    width: 50%;
  }
}

@media only screen and (max-width: 560px) {
  .block12 .wrap .box .box_first {
    width: 80%;
  }
}

.block12 .wrap .box .box_first img {
  width: 100%;
  margin-bottom: 25px;
}

.block12 .wrap .box .box_second {
  width: 70%;
}

@media only screen and (max-width: 980px) {
  .block12 .wrap .box .box_second {
    text-align: center;
    width: 95%;
  }
}

.block12 .wrap .box .box_second .comm-bg-second {
  background: url(../img/second-gr.webp) no-repeat 10% 50%;
}

.block12 .wrap .box .box_second .comment {
  margin: 30px 0;
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}

@media only screen and (max-width: 980px) {
  .block12 .wrap .box .box_second .comment {
    text-align: center !important;
  }
}

.block13 {
  position: relative;
  z-index: 5;
  background: url(../img/gray-bg.webp) 50% 50%;
  padding: calc(30px + 3%) 0;
  background-size: cover;
  padding-bottom: 150px;
  -webkit-transform: translateY(-11%);
          transform: translateY(-11%);
}

@media only screen and (max-width: 1080px) {
  .block13 {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@media only screen and (max-width: 980px) {
  .block13 {
    -webkit-transform: translateY(-13%);
            transform: translateY(-13%);
  }
}

.block13 .title h2 {
  width: 100%;
  color: black;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
}

@media only screen and (max-width: 980px) {
  .block13 .title h2 {
    padding-top: 70px;
  }
}

.block13 .title h3 {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

.block13 .title p {
  text-align: center;
  width: 70%;
  margin: 30px auto;
  line-height: 30px;
}

@media only screen and (max-width: 980px) {
  .block13 .title p {
    width: 100%;
  }
}

.block13 .title .guarantee {
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 980px) {
  .block13 .title .guarantee {
    width: 100%;
  }
}

/*  */
.green-bottom {
  position: relative;
  z-index: 1;
  background: url(../img/bg1.webp) no-repeat 50% 50%;
  padding-top: calc(30px + 3%);
  background-size: cover;
  margin-top: -160px;
  /* footer */
}

@media only screen and (max-width: 980px) {
  .green-bottom {
    margin-top: -175px;
  }
}

.green-bottom .wrap {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  color: white;
}

.green-bottom .wrap .title-box {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 575px) {
  .green-bottom .wrap .title-box {
    width: 95%;
  }
}

.green-bottom .wrap .title-box h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .green-bottom .wrap .title-box h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.green-bottom .wrap .title-box .subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.green-bottom .wrap .arrows-img {
  margin: 0 auto;
  width: 40px;
  height: auto;
}

.green-bottom .wrap .btn-yellow {
  background: #f7a00f;
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 2px;
  margin: 20px auto 30px;
  padding: 20px 100px;
  border-radius: 60px;
}

@media (max-width: 992px) {
  .green-bottom .wrap .btn-yellow {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .green-bottom .wrap .btn-yellow {
    font-size: 24px;
    padding: 20px 30px;
  }
}

@media (max-width: 575px) {
  .green-bottom .wrap .btn-yellow {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.green-bottom .wrap .pro-form {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .green-bottom .wrap .pro-form {
    width: 95%;
  }
}

.green-bottom .wrap .price-form_wpar {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 992px) {
  .green-bottom .wrap .price-form_wpar {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .green-bottom .wrap .price-form_wpar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 575px) {
  .green-bottom .wrap .price-form_wpar {
    width: 95%;
  }
}

.green-bottom .wrap .price-form_wpar .price-bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.green-bottom .wrap .price-form_wpar .price-bottom .wrap-title_form .price_form {
  font-size: 60px;
}

@media (max-width: 992px) {
  .green-bottom .wrap .price-form_wpar .price-bottom .wrap-title_form .price_form {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .green-bottom .wrap .price-form_wpar .price-bottom .wrap-title_form .price_form {
    font-size: 40px;
  }
}

.green-bottom .wrap .price-form_wpar .price-bottom .wrap-title_form .price_form .span_promotion {
  font-size: 40px;
  padding-bottom: 10px;
}

@media (max-width: 575px) {
  .green-bottom .wrap .price-form_wpar .price-bottom .wrap-title_form .price_form .span_promotion {
    font-size: 28px;
  }
}

.green-bottom .wrap .price-form_wpar .price-bottom .wrap-title_form img {
  height: 115px;
}

@media (max-width: 575px) {
  .green-bottom .wrap .price-form_wpar .price-bottom .wrap-title_form img {
    height: 120px;
  }
}

.green-bottom .wrap .price-form_wpar .price-bottom p {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
}

@media (max-width: 575px) {
  .green-bottom .wrap .price-form_wpar .price-bottom p {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .green-bottom .wrap .price-form_wpar .price-bottom .prod-img {
    margin: 20px auto;
    width: 70%;
  }
}

@media (max-width: 575px) {
  .green-bottom .wrap .price-form_wpar .price-bottom .prod-img {
    margin: 30px auto;
  }
}

.green-bottom .wrap .price-form_wpar .form-bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.green-bottom .wrap .price-form_wpar .form-bottom .form-bottom_ul {
  text-align: left;
  margin-left: 20px;
}

.green-bottom .wrap .price-form_wpar .form-bottom .form-bottom_ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}

.green-bottom .wrap .price-form_wpar .form-bottom .form-bottom_ul li::before {
  position: absolute;
  content: "\00B0";
  color: #f7a00f;
  font-size: 45px;
  top: -10px;
  left: 0;
}

.green-bottom .wrap .block_promotion {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .green-bottom .wrap .block_promotion {
    margin-top: 10px;
  }
}

.green-bottom .footer {
  background-color: #00a04b;
  padding: 30px 15px;
  text-align: center;
  font-size: 0.75em;
  color: white;
}

.green-bottom .footer .footer__links a {
  font-size: 16px;
  color: white;
  font-weight: 600;
}

.green-bottom .footer .footer__links span {
  font-size: 16px;
}

@media (min-width: 768px) {
  .green-bottom .footer .footer__links span {
    margin: 0 10px;
  }
}

.green-bottom .footer .footer__copy {
  padding-top: 5px;
}

.green-bottom .footer .footer__copy p {
  color: #9dccb3;
  margin-bottom: 0;
}
.feedback {
  width: 75px;
  height: 70px;
  position: fixed;
  right: -15px;
  top: 30%;
  display: flex;
  align-items: center;
  background-color: #efb959;
  padding-left: 10px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}

.feedback:hover {
  right: 0;
}

.feedback img {
  width: 50px;
  height: 50px;
}

.popup-window {
  font-family: sans-serif;
  font-family: inherit;
  display: none;
  width: 300px;
  position: fixed;
  right: 0;
  top: 30%;
  padding: 35px 10px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  z-index: 2000;
}

.popup-window form {
  width: 100%;
  min-height: auto;
  padding: 0;
  background: inherit;
  box-shadow: none;
}

.popup-window label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}

.popup-window input {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #333;
}

.popup-window button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #efb959;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  border-radius: 20px;
}

.close-popup {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  cursor: pointer;
}

.close-popup:before {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: "";
  background: #333;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 4px;
  transform: rotate(45deg);
}

@media screen and (max-width: 576px) {
  .feedback {
    top: 35%;
  }
  .popup-window {
    top: 35%;
  }
}
