@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Black.woff2) format('woff2'),
    url(../fonts/Roboto-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.woff2) format('woff2'),
    url(../fonts/Roboto-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.woff2) format('woff2'),
    url(../fonts/Roboto-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: '←';
}
.slick-next {
  right: -25px;
}
.slick-next:before {
  content: '→';
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input:focus:required:invalid {
  color: #666;
}
body input:required:valid {
  color: #666;
}
a,
b,
body,
canvas,
div,
footer,
form,
h1,
h2,
h3,
h4,
html,
img,
li,
p,
section,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
footer,
section {
  display: block;
}
ul {
  list-style: none;
}
body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: Roboto;
  overflow-x: hidden;
  color: #212121;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.text-medium {
  font-weight: 500;
  color: #212121;
}
.text-bold {
  font-weight: 700;
  color: #212121;
  font-size: 19px;
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.nowrap {
  white-space: nowrap;
}
.clearfix:after {
  clear: both;
  content: '';
  display: table;
}
.title {
  font-size: 46px;
  line-height: 48px;
  font-weight: 900;
}
.active-color {
  color: #148e94;
}
.light-text {
  color: #999;
  font-weight: 400;
}
.btn {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  padding: 16px 45px;
  border-radius: 31px;
  cursor: pointer;
}
.btn-hover {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.btn-background:before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f87d2b),
    to(#f59e21)
  );
  background: linear-gradient(to right, #f87d2b, #f59e21);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-background:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d95700),
    to(#fb9401)
  );
  background: linear-gradient(to right, #d95700, #fb9401);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover .btn-background:after {
  opacity: 1;
}
.block1 {
  padding: 55px 0 0;
  background: url(../img/main-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.block1-top-left {
  float: left;
  width: 210px;
}
.block1-top-right {
  float: right;
}
.block1-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
}
.block1-top-item {
  padding-left: 70px;
  width: 290px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  background-repeat: no-repeat;
}
.block1-top-item_first {
  position: relative;
}
.block1-top-item_first:before {
  width: 30px;
  height: 30px;
  background: url(../img/natural.svg) no-repeat;
  position: absolute;
  content: '';
  left: 18px;
  top: 2px;
}
.block1-top-item_second {
  padding-right: 0;
  padding-left: 55px;
  position: relative;
}
.block1-top-item_second:before {
  width: 30px;
  height: 30px;
  background: url(../img/recom.svg) no-repeat;
  position: absolute;
  content: '';
  left: 8px;
  top: 3px;
}
.block1-top-item_third {
  padding-left: 45px;
  width: 300px;
  padding-right: 0;
  position: relative;
}
.block1-top-item_third:before {
  width: 22px;
  height: 22px;
  background: url(../img/icons.svg) no-repeat;
  position: absolute;
  content: '';
  left: 8px;
  top: 5px;
}
.block1-main {
  padding: 50px 0;
  position: relative;
}
.block1-main-right {
  float: right;
  width: 670px;
  position: relative;
  z-index: 2;
}
.block1-main-right_center {
  padding: 25px 0;
  border-bottom: 1px solid #c1e3d8;
}
.block1-main-right_bottom {
  margin-top: 35px;
}
.block1-main-title {
  font-size: 47px;
}
.block1-main-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.block1-main-item {
  padding: 10px 0 10px 35px;
  position: relative;
}
.block1-main-item:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/ok.svg) no-repeat;
  left: 0;
  top: 10px;
}
.block1-main-text {
  font-size: 20px;
  font-weight: 500;
}
.block1-main-text_light {
  font-size: 18px;
  line-height: 22px;
  color: #868686;
  font-weight: 400;
  margin-top: 10px;
}
.block1-main-left {
  position: absolute;
  width: 680px;
  bottom: 1px;
  font-size: 0;
  left: -100px;
  z-index: 1;
}
.block1-main-left .prod {
  position: absolute;
  left: 140px;
  bottom: -65px;
  width: 350px;
  max-width: 100%;
}
.block1-sale {
  display: inline-block;
  vertical-align: top;
  height: 76px;
}
.block1-sale-text {
  font-size: 17px;
  font-weight: 500;
  margin-left: 35px;
  line-height: 62px;
  vertical-align: bottom;
}
.block1-sale-number {
  padding: 18px;
  background: url(../img/circle.svg) no-repeat left 12px center;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 62px;
  margin-left: 10px;
  position: relative;
  background-size: contain;
}
.block1-sale-number:after {
  position: absolute;
  content: '%';
  font-size: 18px;
  text-shadow: 0 0 0.2em #f8352b, 0 0 0.2em #f8352b, 0 0 0.2em #f8352b,
    0 0 0.2em #f8352b, 0 0 0.2em #f8352b;
  left: 55px;
  top: 35px;
  line-height: normal;
}
.block2 {
  text-align: center;
  padding: 95px 0 20px;
}
.block2-title {
  margin-bottom: 20px;
}
.block2-text {
  color: #868686;
  font-size: 18px;
  font-weight: 500;
}
.block2-subtitle {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  width: 470px;
  margin: 30px auto 25px;
}
.block2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block2-item {
  width: 33.4%;
  padding-top: 10px;
}
.block2-item-circle {
  width: 242px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
}
.block2-item-circle:after {
  position: absolute;
  content: '';
  width: 260px;
  height: 260px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c6e0c5),
    to(#4eb0b4)
  );
  background: linear-gradient(to right, #c6e0c5, #4eb0b4);
  left: -9px;
  top: -9px;
  border-radius: 50%;
  z-index: -1;
}
.block2-item-title {
  font-size: 22px;
  font-weight: 700;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.block2-item-title:after {
  position: absolute;
  content: '';
  width: 46px;
  height: 23px;
  background: #fff url(../img/down.svg) no-repeat center;
  background-size: contain;
  left: calc(50% - 23px);
  bottom: -12px;
}
.block2-item-text {
  padding: 30px 80px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #868686;
}
.block2-item-text_border {
  border-bottom: 1px solid #e8e8e8;
}
.block2-bottom {
  margin-top: 15px;
  position: relative;
  padding: 0 50px 90px;
}
.block2-bottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(25%, #e8e8e8),
    color-stop(75%, #e8e8e8),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    transparent,
    #e8e8e8 25%,
    #e8e8e8 75%,
    transparent 100%
  );
  left: 0;
  bottom: 0;
}
.block2-bottom:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 11px;
  background: #fff url(../img/line.png) no-repeat center;
  bottom: -10px;
  z-index: 2;
  left: calc(50% - 13px);
}
.block2-bottom-title {
  width: 490px;
  margin: 0 auto 15px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.block2-bottom-text {
  font-size: 18px;
  line-height: 24px;
  color: #868686;
  margin-bottom: 25px;
}
.block2-bottom-stars {
  font-size: 16px;
  color: #868686;
}
.block3 {
  padding: 60px 0 80px;
  background: url(../img/main-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.block3-title {
  text-align: center;
}
.block3-subtitle {
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
  width: 660px;
  margin: 15px auto 0;
  text-align: center;
}
.block3-main {
  padding-top: 65px;
}
.block3-left {
  width: 370px;
  float: left;
}
.block3-right {
  width: 330px;
  float: right;
}
.block3-center {
  width: 435px;
  float: left;
  padding-top: 35px;
  text-align: center;
}
.block3-center-btn {
  display: inline-block;
  margin: 35px auto 0;
}
.block3-item {
  padding: 0 0 24px 22px;
  font-size: 19px;
  line-height: 24px;
  color: #868686;
  position: relative;
}
.block3-item:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #02a0a6;
  left: 2px;
  top: 5px;
}
.list-title {
  font-weight: 700;
  line-height: 24px;
  color: #212121;
}
.list-title_block {
  display: block;
}
.block4 {
  padding: 80px 0 90px;
  text-align: center;
  background: url(../img/main-bg.jpg) center bottom -160px no-repeat;
}
.block4-text {
  color: #868686;
  font-size: 18px;
  line-height: 24px;
  margin-top: 35px;
}
.block4-text_medium {
  color: #212121;
  font-weight: 500;
}
.block4-main {
  margin-top: 40px;
  position: relative;
  padding-bottom: 45px;
}
.block4-main:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(25%, #e8e8e8),
    color-stop(75%, #e8e8e8),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    transparent,
    #e8e8e8 25%,
    #e8e8e8 75%,
    transparent 100%
  );
  left: 0;
  bottom: 0;
}
.block4-main:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 11px;
  background: #fff url(../img/line.png) no-repeat center;
  bottom: -10px;
  z-index: 2;
  left: calc(50% - 13px);
}
.block4-left {
  position: absolute;
  border-radius: 8px;
  background: #eef7e2;
  padding: 25px 80px 15px;
  left: 0;
  top: 135px;
  z-index: 2;
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
}
.block4-left:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f87d2b),
    to(#f59e21)
  );
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  top: 5px;
  right: 110px;
  z-index: 2;
}
.block4-left:after {
  position: absolute;
  content: '';
  width: 32px;
  height: 62px;
  background: url(../img/line2.png) no-repeat center;
  top: -50px;
  right: 113px;
}
.block4-left-text {
  position: absolute;
  color: #118d00;
  font-size: 24px;
  font-weight: 500;
  top: -90px;
  left: 100px;
}
.block4-right {
  position: absolute;
  border-radius: 8px;
  background: #eef7e2;
  padding: 25px 75px 10px;
  right: 0;
  top: 135px;
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
  z-index: 2;
}
.block4-right:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f87d2b),
    to(#f59e21)
  );
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  top: 5px;
  left: 110px;
  z-index: 2;
}
.block4-right:after {
  position: absolute;
  content: '';
  width: 32px;
  height: 62px;
  background: url(../img/line2.png) no-repeat center;
  top: -50px;
  left: 113px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.block4-right-text {
  position: absolute;
  color: #ca2100;
  font-size: 24px;
  font-weight: 500;
  top: -90px;
  left: 115px;
}
select {
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select-triangle.svg);
  background-repeat: no-repeat;
  background-color: #fff;
}
select,
select:hover {
  background-size: 10px 10px;
  background-position: right 15px center;
}
select:focus {
  outline: 0 !important;
  outline-color: transparent;
  outline-width: 0;
}
select::-ms-expand {
  display: none !important;
  background: 0 0 !important;
  position: fixed;
  border: 0 !important;
  outline: 0 !important;
}
button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.block4-center {
  width: 622px;
  margin: 0 auto;
  position: relative;
}
.block4-center-block {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 30px 20px 35px;
}
.block4-center-img {
  margin-left: -30px;
}
.block4-center-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f87d2b),
    to(#f59e21)
  );
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75),
    0 0 0 9px rgba(255, 255, 255, 0.8);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75),
    0 0 0 9px rgba(255, 255, 255, 0.8);
  top: 275px;
  position: absolute;
  left: 310px;
  z-index: 2;
}
.block4-center-line {
  width: 1px;
  height: 150px;
  background: #e8e8e8;
  left: 4px;
  position: absolute;
  z-index: 1;
  top: 8px;
}
.block4-center-line:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  background: 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 1px;
  left: calc(50% - 5px);
}
.block4-center-text {
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}
.block4-bottom {
  margin-top: 70px;
}
.block4-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block4-bottom-block {
  width: 570px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  color: #868686;
  padding: 30px 19px;
}
.block4-bottom-subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
}
.block4-bottom-btn {
  margin-top: 40px;
  width: 570px;
}
.block5 {
  padding: 85px 0 0;
}
.block5-main {
  padding: 70px 0 85px;
  position: relative;
}
.block5-main:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(25%, #e8e8e8),
    color-stop(75%, #e8e8e8),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    transparent,
    #e8e8e8 25%,
    #e8e8e8 75%,
    transparent 100%
  );
  left: 0;
  bottom: 0;
}
.block5-main:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 11px;
  background: #fff url(../img/line.png) no-repeat center;
  bottom: -10px;
  z-index: 2;
  left: calc(50% - 13px);
}
.block5-left {
  width: 570px;
  float: left;
}
.block5-title {
  width: 850px;
  margin: 0 auto;
  font-size: 43px;
  text-align: center;
}
.block5-slider-item {
  font-size: 17px;
  color: #868686;
  line-height: 22px;
}
.block5-slider-item:focus {
  outline: 0;
}
.block5-slider-item.active .block5-slider-text {
  max-height: 600px;
}
.block5-slider-item.active .block5-slider-text:after {
  opacity: 0;
}
.block5-slider-img {
  float: left;
  margin: 10px 0;
}
.block5-slider-right {
  float: right;
  width: 340px;
  padding: 60px 0 0;
}
.block5-slider-text {
  float: left;
}
.block5-slider-author {
  font-size: 22px;
  font-weight: 500;
  color: #212121;
}
.block5-slider-name {
  margin-bottom: 20px;
}
.block5-slider-complaint {
  margin-bottom: 0;
}
.block5-slider-text {
  max-height: 135px;
  width: 100%;
  padding-right: 5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block5-slider-text:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 80px;
  background: #fff;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    #fff 100%
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.block5-slider-number {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.block5-slider-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f87d2b),
    to(#f59e21)
  );
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  margin: 15px auto 20px;
  cursor: pointer;
}
.block5-slider-btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f60),
    to(#ff9f17)
  );
  background: linear-gradient(to right, #f60, #ff9f17);
}
.block5-right {
  float: right;
  width: 570px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  position: relative;
  padding: 30px 0 0 45px;
  margin-top: 15px;
}
.block5-right-graf {
  margin-top: 20px;
  padding-left: 0;
}
.block5-right-img {
  position: relative;
  right: -2px;
}
.block5-top-label {
  font-size: 18px;
  font-weight: 500;
  padding-left: 50px;
  position: relative;
}
.block5-top-label_first:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 4px;
  background: #148e94;
  left: 17px;
  top: 8px;
}
.block5-top-label_second {
  margin-top: 5px;
}
.block5-top-label_second:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 4px;
  background: #bcbcbc;
  left: 17px;
  top: 8px;
}
.block5-left-label {
  position: absolute;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 170px;
  font-size: 16px;
  color: #878787;
  left: -30px;
}
.block5-bottom-label {
  vertical-align: middle;
  position: relative;
  top: -35px;
  color: #878787;
}
.block5-bottom-label_first {
  font-size: 15px;
  font-style: italic;
  width: 80px;
  display: inline-block;
  margin-left: 230px;
}
.block5-bottom-label_second {
  display: inline-block;
  margin-left: 130px;
}
.block5-bottom-canvas {
  position: absolute;
  left: -30px;
  top: calc(50% - 15px);
}
.slick-prev {
  left: 220px;
  top: inherit;
  bottom: -32px;
}
.slick-prev:before {
  width: 20px;
  content: '';
  height: 20px;
  display: block;
  background: url(../img/slider-line.svg) no-repeat;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.slick-next {
  right: 225px;
  top: inherit;
  bottom: -32px;
}
.slick-next:before {
  width: 20px;
  content: '';
  height: 20px;
  display: block;
  background: url(../img/slider-line.svg) no-repeat;
}
.block6 {
  padding: 85px 0 100px;
  background: url(../img/main-bg.jpg) no-repeat center bottom;
}
.block6-title {
  text-align: center;
  width: 920px;
  margin: 0 auto;
}
.block6-subtitle {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-top: 35px;
}
.block6-main {
  margin-top: 25px;
  font-size: 17px;
  line-height: 24px;
  color: #878787;
}
.block6-left {
  width: 405px;
  float: left;
}
.block6-left-list {
  padding: 30px 0;
}
.block6-left-item {
  padding: 5px 10px 20px 50px;
  position: relative;
}
.block6-left-item:before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  content: '';
  background: #02a0a6;
  left: 2px;
  top: 5px;
}
.block6-left-item:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/check.svg) no-repeat center;
  background-size: contain;
  left: 10px;
  top: 5px;
}
.block6-right {
  width: 345px;
  float: right;
}
.block6-right-list {
  padding: 30px 0;
}
.block6-right-item {
  padding: 5px 0 20px 50px;
  position: relative;
}
.block6-right-item:before {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  content: '';
  background: #02a0a6;
  left: 2px;
  top: 5px;
}
.block6-right-item:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/check.svg) no-repeat center;
  background-size: contain;
  left: 10px;
  top: 5px;
}
.block6-center {
  width: 410px;
  float: left;
  margin-top: 70px;
}
.block6-center img {
  display: block;
  margin: 0 auto;
}
.block7 {
  padding: 85px 0 95px;
  background: url(../img/main-bg.jpg) no-repeat;
  background-position: center bottom -110px;
}
.block7-composition {
  background: url(https://e-prod.b-cdn.net//pictures/uromexil/uromexil.png) no-repeat center top 50%;
  background-size: 350px;
  margin-top: 75px;
}
.block7-animation {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}
.block7-animation.active {
  width: 450px;
  height: 310px;
}
.block7-animation.active .block7-overflow:after {
  opacity: 0;
}
.block7-animation.active .block7-overflow {
  max-height: 300px;
}
.block7-title {
  text-align: center;
}
.block7-overflow {

  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* .block7-overflow:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 80px;
  background: #fff;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -webkit-linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    #fff 100%
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
} */
.block7-composition-title {
  font-size: 22px;
  font-weight: 500;
}
.block7-composition-subtitle {
  font-size: 20px;
  color: #5b5b5b;
}
.block7-composition-text {
  font-size: 17px;
  line-height: 22px;
  color: #868686;
  margin-top: 5px;
}
.block7-composition-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f87d2b),
    to(#f59e21)
  );
  background: linear-gradient(to right, #f87d2b, #f59e21);
  -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  box-shadow: 3px 4px 8px rgba(248, 216, 174, 0.75);
  position: absolute;
  bottom: 25px;
  left: calc(50% - 13px);
  cursor: pointer;
  display: none;
}
.block7-composition-btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f60),
    to(#ff9f17)
  );
  background: linear-gradient(to right, #f60, #ff9f17);
}
.block7-top {
  position: relative;
  height: 275px;
  margin-top: 35px;
}
.block7-top-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 380px;
  height: 280px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  padding: 40px 75px 25px 30px;
}
.block7-top-right {
  position: absolute;
  right: 0;
  width: 380px;
  height: 280px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  box-shadow: 0 5px 21px rgba(224, 224, 224, 0.75);
  padding: 40px 15px 25px 95px;
}
.block7-img {
  position: absolute;
  top: calc(50% - 72px);
  border-radius: 50%;
  border: 6px solid #fff;
  font-size: 0;
}

.block7-img img{
  width: 133px;
  border-radius: 50%;
}
.block7-img:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 32px;
  background: url(../img/line2.png) no-repeat;
}
.block7-img_left {
  right: -80px;
}
.block7-img_left:after {
  left: -20px;
  top: -20px;
}
.block7-img_right {
  left: -80px;
}
.block7-img_right:after {
  right: -20px;
  top: -20px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.block7-proportion {
  margin-top: 40px;
  position: relative;
  padding-bottom: 65px;
}
.block7-proportion:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(25%, #e8e8e8),
    color-stop(75%, #e8e8e8),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    transparent,
    #e8e8e8 25%,
    #e8e8e8 75%,
    transparent 100%
  );
  left: 0;
  bottom: 0;
}
.block7-proportion:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 11px;
  background: #fff url(../img/line.png) no-repeat center;
  bottom: -10px;
  z-index: 2;
  left: calc(50% - 13px);
}
.block7-proportion-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  width: 680px;
  margin: 0 auto;
  text-align: center;
}
.block7-proportion-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.block7-proportion-left {
  width: 50%;
}
.block7-proportion-right {
  width: 50%;
  padding-left: 15px;
}
.block7-proportion-text {
  font-size: 18px;
  line-height: 24px;
  color: #868686;
}
.block7-proportion-source {
  font-size: 16px;
  color: #868686;
  font-style: italic;
  margin-top: 3px;
  margin-bottom: 25px;
}
.block7-proportion-source_black {
  font-weight: 500;
  color: #212121;
}
.block7-use {
  margin-top: 75px;
  text-align: center;
}
.block7-use-left {
  float: left;
  width: 550px;
}
.block7-use-title {
  font-size: 32px;
  font-weight: 900;
  text-align: left;
}
.block7-use-title_big {
  font-size: 46px;
}
.block7-use-right {
  float: left;
  width: 490px;
  padding-left: 50px;
}
.block7-use-capsule {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-top: 70px;
  background-image: url(../img/capsule.svg), url(../img/lunch.svg),
    url(../img/replay.svg);
  background-repeat: no-repeat;
  background-position: left 35px top, top center, right 45px top;
  background-size: 60px 60px;
  position: relative;
}
.block7-use-capsule:before {
  position: absolute;
  content: '+';
  left: 29%;
  color: #148e94;
  font-size: 26px;
  top: 15px;
}
.block7-use-capsule:after {
  position: absolute;
  content: '+';
  right: 32%;
  color: #148e94;
  font-size: 26px;
  top: 15px;
}
.block7-use-text {
  font-size: 18px;
  line-height: 24px;
  color: #868686;
  margin: 65px auto 0;
  text-align: center;
  width: 830px;
}
.block7-use-btn {
  display: inline-block;
  margin-top: 45px;
  padding: 16px 30px;
}
.order__wrapper {
  padding: 100px 0 80px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.843);
}
.order__name {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2;
  width: 100%;
  padding-top: 15px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .vagy {
    padding-bottom: 0 !important;
  }
  section {
    padding: 40px 0 !important;
  }
  .block1-main {
    padding-bottom: 0;
  }
  .block6 {
    padding-top: 0 !important;
  }
  .block3 {
    padding-top: 0 !important;
  }
  .block2-bottom {
    padding-bottom: 40px !important;
  }
  .block3-center {
    padding-top: 40px !important;
  }
  .block5-main {
    padding-bottom: 50px !important;
  }
  .block6-left-list,
  .block6-right-list {
    padding-top: 0;
  }
  .block7-use {
    margin-top: 40px !important;
  }
  .order__wrapper {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }
  .order {
    padding-bottom: 0 !important;
  }
  .block1-main {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .block3 {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
  .block4 {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 1219px) {
  .order__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .order__name {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .order__name {
    padding-top: 10px;
  }
}
.order__name:before,
.order__number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.order__name:before {
  content: '';
  background-color: #c79e62;
  width: 30px;
  height: 4px;
  top: 0;
}
.order__number {
  background-color: #f68b4a;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  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;
  font-size: 25px;
  color: #fff;
  line-height: 0.8;
  top: -25px;
  z-index: 1;
}
.content {
  padding: 30px;
  padding-top: 45px;
}
.merge {
  color: #fff;
}
.content__name,
.content__phone,
.content__select {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #666;
  width: 100%;
  border: 1px solid #dcdede;
  padding: 14px 20px 14px 19px !important;
  text-align: left;
  margin-bottom: 10px !important;
}
.content__select {
  margin-top: -10px;
}
@media screen and (max-width: 1023px) {
  .content__name,
  .content__phone {
    padding: 14px 15px 14px 30px;
    font-size: 11px;
  }
}
.content__phone {
  margin-bottom: 20px;
  background: #fff;
  background-position: 20px center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1219px) {
  .content__phone {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .content__phone {
    background-size: 13px auto;
    background-position: 10px center;
  }
}
.content__name {
  background-color: #fff;
  outline: 0;
  border: 1px solid #cceae1;
  color: #888;
}
.content__button {
  width: 190px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  padding: 16px 45px;
  border-radius: 31px;
  cursor: pointer;
}
.content__button:before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f87d2b),
    to(#f59e21)
  );
  background: linear-gradient(to right, #f87d2b, #f59e21);
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content__button:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d95700),
    to(#fb9401)
  );
  background: linear-gradient(to right, #d95700, #fb9401);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1219px) {
  .content__name {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .content__name {
    background-size: 14px auto;
    background-position: 10px center;
  }
}
.content__button {
  text-align: center;
  font-size: 17px;
  padding: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content__button span {
  font-size: 23px;
}
.content__button:hover {
  background-color: #f64a4a;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f80303),
    color-stop(51%, #f64a4a),
    to(#f80303)
  );
  background-image: linear-gradient(
    to right,
    #f80303 0,
    #f64a4a 51%,
    #f80303 100%
  );
}
@media screen and (max-width: 1219px) {
  .order__wrapper {
    padding: 50px 0;
  }
}
.order__title {
  margin-bottom: 74px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .order__title {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 767px) {
  .order__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .order__title {
    margin-bottom: 40px;
  }
  .block1-top-item_first:before,
  .block1-top-item_second:before,
  .block1-top-item_third:before {
    background: none;
  }
}
.order__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .order__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.order__box {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 16px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1219px) {
  .order__box {
    width: 220px;
    height: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .order__box {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .order__box {
    width: 200px;
    height: 220px;
    margin-bottom: 15px;
  }
}
.order__prod {
  padding: 44px 25px 50px;
}
.order__item {
  text-align: center;
  max-width: 250px;
}
@media screen and (max-width: 1219px) {
  .order__item {
    max-width: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .order__item {
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .order__item {
    max-width: 220px;
  }
}
@media screen and (max-width: 479px) {
  .order__item {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
  }
}
.order__item:nth-child(odd) {
  margin-top: 39px;
}
@media screen and (max-width: 1023px) {
  .order__item:nth-child(odd) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .order__item:nth-child(-n + 2) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .order__item:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
.order .main__anonim {
  top: auto;
  bottom: 20px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.order__img {
  width: 150px;
}
.main__anonim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -51px;
  right: -35px;
  -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;
  font-size: 10px;
  text-align: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #707070;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.main__anonim img {
  margin-top: -8px;
}
@media screen and (max-width: 1360px) {
  .main__anonim {
    right: auto;
    left: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .order .main__anonim {
    width: 70px;
    height: 70px;
    bottom: 10px;
  }
  .order .main__anonim img {
    width: 30px;
    height: 30px;
  }
  .order .main__anonim span {
    font-size: 9px;
  }
}
.order__img--2 {
  position: absolute;
  bottom: 0;
  left: 30px;
}
@media screen and (max-width: 1219px) {
  .order__img--2 {
    width: 166px;
  }
}
@media screen and (max-width: 1023px) {
  .order__img--2 {
    width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .order__img--2 {
    width: 166px;
  }
}
.order__img--4 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.order__text {
  color: #666;
  line-height: 1.2;
  width: 100%;
}
@media screen and (max-width: 1219px) {
  .order__text {
    font-size: 16px;
  }
}
.order__name {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2;
  width: 100%;
  padding-top: 15px;
  position: relative;
}
@media screen and (max-width: 1219px) {
  .order__name {
    font-size: 20px;
  }
  .content__button {
    width: 150px;
  }
  .merge {
    font-size: 16px !important;
  }
  .order__img--4 {
    width: 220px;
  }
}
@media screen and (max-width: 1023px) {
  .order__name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .order__img--4 {
    width: 180px;
  }
  .order__img {
    width: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .content__button {
    width: 120px;
  }
  .order__box {
    height: 245px;
  }
  .content__name,
  .content__phone {
    padding-left: 10px;
  }
  .content__select {
    font-size: 11px !important;
  }
  .block4-center-circle {
    left: 295px !important;
  }
}
@media screen and (max-width: 767px) {
  .order__name {
    padding-top: 10px;
  }
  .block4-center-circle {
    left: 215px !important;
  }
}
.prod-color {
  text-transform: uppercase;
}
.order__name:before,
.order__number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.order__name:before {
  content: '';
  background-color: #02a0a6;
  width: 30px;
  height: 4px;
  top: 0;
}
.order__number {
  background-color: #02a0a6;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  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;
  font-size: 25px;
  color: #fff;
  line-height: 0.8;
  top: -25px;
  z-index: 1;
}
.footer {
  padding: 60px 0 30px;
}
.footer-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
.footer-item {
  font-size: 16px;
  line-height: 22px;
  color: #868686;
  width: 370px;
  padding: 10px 0 10px 60px;
}
.footer-item_first {
  background: url(../img/cursor.svg) no-repeat left 25px top 15px;
  background-size: 25px 36px;
}
.footer-item_second {
  padding-left: 70px;
  background: url(../img/people.svg) no-repeat left 30px top 15px;
  background-size: 24px 36px;
}
.footer-item_third {
  padding-left: 95px;
  background: url(../img/pay.svg) no-repeat left 50px top 15px;
  background-size: 35px 30px;
}
.footer-bottom {
  text-align: center;
  margin-top: 20px;
}
.my-popup {
  width: 750px;
  background: #cceae1;
  border-radius: 10px;
  padding: 20px;
}
.my-popup-left {
  float: left;
  width: 333px;
  padding-top: 26px;
  margin: 0 ;
}
.my-popup-right {
  width: 360px;
  float: right;
}
.my-popup-input,
select {
  width: 100%;
  margin-top: 20px;
  padding: 15px 0 15px 20px;
  font-size: 20px;
  outline: 0;
  border: 1px solid #cceae1;
  color: #696969;
}
select {
  color: #696969;
}
.my-popup-btn {
  width: 100%;
  margin-top: 20px;
  line-height: 30px;
  border: none;
  outline: 0;
}
.price {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.price-current-number,
.price-previous-number {
  font-size: 36px;
}
.price-current {
  color: #fff;
}
.price-current-number {
  font-weight: 900;
}
.price-previous-number {
  position: relative;
  overflow: hidden;
}
.price-previous-number:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #ea472d;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  top: 21px;
}
@media only screen and (max-width: 1370px) {
  .block1-main-left {
    width: 600px;
    left: -25px;
  }
  .block1-main-left .prod {
    left: 110px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
  .block4-bottom-btn {
    width: auto;
  }
  .block1-top-list {
    width: 760px;
  }

  .block7-top {

  }
  .block1-top-left {
    width: 180px;
  }
  .block1-top-item {
    padding-right: 0;
  }
  .block1 {
    padding-top: 30px;
  }
  .block1-main-right {
    width: 605px;
  }
  .block1-main-right_top {
    width: 100%;
    text-align: center;
    float: none;
  }
  .block1-main {
    padding-top: 30px;
  }
  .block1-main-left .prod {
    width: 270px;
  }
  .block1-main-text {
    font-size: 18px;
  }
  .block1-main-right_bottom {
    text-align: center;
  }
  .block1-main-left {
    width: 480px;
  }
  .block2-bottom {
    padding-bottom: 60px;
  }
  .block3 {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .title {
    font-size: 40px;
    line-height: normal;
  }
  .block1-top-item {
    font-size: 14px;
    line-height: normal;
  }
  .block1-main-title {
    font-size: 46px;
  }
  .block3-left {
    width: 320px;
    float: none;
  }
  .block3-right {
    width: 320px;
    float: none;
  }
  .block3-center {
    width: 320px;
    float: none;
  }
  .block3-item {
    padding-bottom: 15px;
  }
  .block3-center {
    padding-top: 70px;
  }
  .btn {
    font-size: 22px;
  }
  .block3-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block3-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block4 {
    padding: 50px 0;
  }
  .block4-left {
    padding: 25px 60px 15px;
  }
  .block4-left-text {
    left: 50px;
  }
  .block4-left:after {
    right: 140px;
  }
  .block4-left:before {
    right: 137px;
  }
  .block4-right-text {
    left: 140px;
  }
  .block4-right:after {
    left: 138px;
  }
  .block4-right:before {
    left: 135px;
  }
  .block4-bottom-block {
    width: 475px;
  }
  .block4-right {
    padding: 25px 56px 10px;
  }
  .block4-center-img {
    margin-left: 0;
  }
  .block4-center-circle {
    left: 310px;
  }
  .block5-left {
    width: 500px;
  }
  .block5-slider-right {
    width: 275px;
  }
  .slick-prev {
    left: 205px;
  }
  .slick-next {
    right: 205px;
  }
  .block5-right {
    width: 450px;
  }
  .block5-bottom-label {
    top: -25px;
  }
  .block5-bottom-label_first {
    margin-left: 145px;
  }
  .block5-bottom-label_second {
    margin-left: 110px;
  }
  .block5-main {
    padding-bottom: 60px;
  }
  .block6 {
    padding: 60px 0;
  }
  .block6-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block6-center,
  .block6-left,
  .block6-right {
    width: 320px;
    float: none;
  }
  .block6-left-item,
  .block6-right-item,
  .text-bold {
    font-size: 16px;
  }
  .block6-left-item,
  .block6-right-item {
    padding: 0 0 15px 50px;
  }
  .block6-center {
    margin-left: 0;
    margin-top: 110px;
  }
  .block7-top-left,
  .block7-top-right {
    width: 300px;
    height: 400px;
  }
  .block7-top_bottom .block7-top-left,
  .block7-top_bottom .block7-top-right {

    height: 240px;
  }
  
  .block7-animation.active {
    width: 390px;
    height: 355px;
    z-index: 1;
  }
  .block7-top_bottom {
    margin-top: 185px;
  }
  .block7-composition {
    background-size: 300px;
    background-position: left 55% top 54%;
  }
  .block7-proportion {
    padding-bottom: 40px;
  }
  .block7-use-right {
    padding-left: 0;
    float: right;
    width: 400px;
  }
  .block7-use {
    margin-top: 55px;
  }
  .block7 {
    padding: 50px 0;
  }
  .block5 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1021px) and (max-width: 1200px) {
  .block7-composition {
    background-position: left 50% top 50%;
  }
  .block3-center-btn {
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .block1-main-right_center {
    border-bottom: none;
  }
}
.br-title {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .container {
    max-width: 760px;
    padding: 0 10px;
  }
  .block1-top-list {
    display: none;
  }

  .block7-top_bottom {
    margin-top: 100px;
  }

  .block7-top-left, .block7-top-right {
    height: 340px;
  }
  .block1-top-left {
    float: none;
    margin: 0 auto;
  }
  .block1-main {
    padding-top: 10px;
  }
  .block1-main-title {
    font-size: 42px;
  }
  .block1-main-right_center {
    width: 430px;
    border-bottom: none;
  }
  .block1-main-right_bottom {
    width: 100%;
    border-top: 1px solid #c1e3d8;
    margin-top: 0;
    padding-top: 30px;
  }
  .block1-main-left {
    width: 275px;
    left: 5px;
    bottom: 330px;
    
  }
  .block1-main-left>:first-child {
    display: none;
  }
  .block1-main-left .prod {
    width: 340px;
    left: -25px;
    bottom: -215px;
  }
  .block2-item-circle {
    width: 200px;
  }
  .block2-item-circle:after {
    width: 218px;
    height: 218px;
  }
  .block2-item-text {
    padding: 30px 15px;
  }
  .block3-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block3-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .block3-left,
  .block3-right {
    margin: 0 20px;
  }
  .title {
    font-size: 38px;
  }
  .block4-text br {
    display: none;
  }
  .block4-left,
  .block4-right {
    position: relative;
    display: inline-block;
    width: 285px;
    top: inherit;
    vertical-align: top;
    margin: 0 10px;
  }
  .block4-center {
    margin-top: 125px;
    width: 595px;
  }
  .block4-left-text {
    top: 275px;
  }
  .block4-right-text {
    top: 275px;
    left: 110px;
  }
  .block4-left:before,
  .block4-right:before {
    top: inherit;
    bottom: 5px;
  }
  .block4-left:after {
    top: inherit;
    bottom: -50px;
    -webkit-transform: rotate(180deg) scale(-1, 1);
    transform: rotate(180deg) scale(-1, 1);
  }
  .block4-right:after {
    top: inherit;
    bottom: -50px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .block4-bottom-block {
    width: 360px;
  }
  .block5-title {
    width: 100%;
  }
  .block5-left {
    width: 100%;
    float: none;
  }
  .block5-main {
    padding-top: 40px;
  }
  .block5-slider-right {
    float: none;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
  }
  .slick-slide img {
    float: none;
    margin: 0 auto;
  }
  .block5-slider-name {
    margin-bottom: 10px;
  }
  .block5-slider-complaint {
    margin-bottom: 10px;
  }
  .block5-slider-text {
    padding-right: 0;
    text-align: center;
  }
  .block5-right {
    float: none;
    margin: 30px auto 0;
  }
  .block5-bottom-canvas {
    display: none;
  }
  .block6-title {
    width: 100%;
    font-size: 36px;
  }
  .block6 {
    padding: 45px 0;
  }
  .block6-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block6-center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .block6-left-list,
  .block6-right-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
  }
  .block3-main {
    margin-top: 45px;
  }
  .block6-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block6-center {
    margin-top: 0;
  }
  .block7-composition {
    padding-top: 205px;
    background-position: center top;
    margin-top: 45px;
  }
  .block7-top-left,
  .block7-top-right {
    position: relative;
    padding: 80px 20px 65px;

  }
  .block7-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .block7-img:after {
    display: none;
  }
  .block7-img_left,
  .block7-img_right {
    left: calc(50% - 72px);
    top: -72px;
    width: 145px;
  }
  .block7-animation.active {
    width: 300px;
    height: auto;
  }
  .block7-animation.active .block7-overflow {
    max-height: 320px;
  }
  .block7-use-left {
    float: none;
    width: 100%;
  }
  .block7-use-title {
    text-align: center;
  }
  .block7-use-right {
    float: none;
    margin: 30px auto 0;
  }
  .block7-use-text {
    width: 100%;
    margin-top: 30px;
  }
  .block2 {
    padding: 50px 0 20px;
  }
  .block3-main {
    padding-top: 10px;
  }
  .block7-composition {
    background: 0 0;
    padding-top: 25px;
  }
  .block1-top-left {
    display: none;
  }
  .br-title {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer {
    padding: 40px 0 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .block1-main-left .prod {
    bottom: -130px;
  }
  .block1-main-left {
    bottom: 255px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 460px;
  }
  .title {
    font-size: 32px;
  }
  .block7-top_bottom .block7-top-left, .block7-top_bottom .block7-top-right {
    height: auto;
  }
  .block1-main-left {
    bottom: auto;
    top: 115px;
    left: calc(50% - 113px);
  }
  .block1-main-subtitle {
    margin-top: 255px;
  }
  .block1-main-right_center {
    width: 100%;
    padding: 0;
  }
  .block1-sale {
    margin-top: 20px;
  }
  .block1-sale-text {
    margin-left: 0;
  }
  .block1-main-right_bottom {
    padding-top: 20px;
    border-top: none;
  }
  .block1-main {
    padding-bottom: 0;
  }
  .block2-subtitle {
    width: 100%;
  }
  .block2-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block2-item {
    width: 100%;
  }
  .block2-bottom-title {
    width: 100%;
  }
  .block2-bottom {
    padding: 0 0 30px;
  }
  .block1 {
    padding-bottom: 10px;
  }
  .block3 {
    padding-top: 25px;
  }
  .block3-center-btn {
    margin: 25px auto 0;
  }
  .block3-subtitle {
    width: 100%;
  }
  .block3-left,
  .block3-right {
    width: 100%;
  }
  .block3-center {
    padding-top: 20px;
  }
  .block4-left,
  .block4-right {
    width: 190px;
    padding: 20px;
  }
  .block4-left:before {
    right: 40px;
  }
  .block4-left:after {
    right: 43px;
  }
  .block4-right:before {
    left: 40px;
  }
  .block4-right:after {
    left: 43px;
  }
  .block4-center {
    width: 100%;
  }
  .block4-right-text {
    left: 30px;
  }
  .block4-center-circle {
    left: 200px;
  }
  .block4-bottom-block {
    width: 100%;
    margin: 10px 0;
  }
  .block4-bottom {
    margin-top: 50px;
  }
  .block4-bottom-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block4-bottom-btn {
    font-size: 18px;
  }
  .slick-prev {
    left: 170px;
  }
  .slick-next {
    right: 170px;
  }
  .block5-right {
    width: 100%;
  }
  .block6-left,
  .block6-right {
    width: 100%;
  }
  .block6-left-list,
  .block6-right-list {
    padding: 0;
  }
  .block6-center {
    text-align: center;
    width: 350px;
    margin: 0 auto;
  }
  .block7-top-left,
  .block7-top-right {
    width: 100%;
    margin: 50px 0;
    padding: 80px 20px 30px;
    text-align: center;
    height: auto;
  }
  .block7-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block7-top_bottom {
    margin-top: 0;
  }
  .block7-animation.active {
    width: 100%;
  }
  .block7-composition-btn,
  .block7-overflow:after {
    display: none;
  }
  .block7-overflow {
    max-height: 100%;
  }
  .block7-proportion-title {
    width: 100%;
  }
  .block7-proportion-left {
    width: 100%;
  }
  .block7-proportion-right {
    width: 100%;
    padding-left: 0;
  }
  .block7-proportion-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block7-use-title_big {
    font-size: 34px;
  }
  .block7-use-btn {
    font-size: 18px;
  }
  .footer-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-item {
    padding-left: 60px;
    background-position: left 25px top 15px;
  }
  .footer-item_third {
    background-position: left 15px top 15px;
  }
  .footer-item {
    width: 100%;
  }
  .my-popup {
    width: 300px;
    padding: 20px 10px;
  }
  .my-popup-left {
    float: none;
    width: 100%;
    padding-top: 0;
    margin: 0;
  }
  .my-popup-right {
    float: none;
    width: 100%;
  }
  .price-current-number,
  .price-previous-number {
    font-size: 27px;
  }
  .order__img--4 {
    width: 200px;
  }
  .block7-composition {
    padding-top: 0;
  }
  .block7-top-right {
    margin-bottom: 0;
  }
  .footer-list {
    border-bottom: none;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 480px) {
  .block4__fix {
    line-height: 1.3 !important;
  }
}
@media only screen and (max-width: 480px) {
  .block1-main-left {
    top: 150px;
  }
  .container {
    max-width: 320px;
  }
  .title {
    font-size: 28px;
  }
  .block1-main-left .prod {
    width: 320px;
  }
  .block3-main {
    margin-top: 15px;
  }
  .block3-center-img {
    padding-left: 0;
  }
  .block3-center-btn {
    font-size: 18px;
  }
  .block4-left,
  .block4-right {
    width: 100%;
    margin: 0;
  }
  .block4-left {
    margin-bottom: 100px;
    width: 100%;
  }
  .block4-left-text {
    top: 270px;
    left: 107px;
  }
  .block4-right-text {
    left: 88px;
  }
  .block4-center-circle {
    left: 130px;
    top: 200px;
  }
  .block4-bottom-btn {
    border-radius: 38px;
  }
  .block5-title {
    font-size: 24px;
  }
  .block5-slider-right {
    width: 100%;
  }
  .block5-slider-item:focus.active .block5-slider-text {
    max-height: 800px;
  }
  .slick-next {
    right: 100px;
  }
  .slick-prev {
    left: 100px;
  }
  .block5-bottom-label_first {
    margin-left: 80px;
  }
  .block5-bottom-label {
    top: -10px;
  }
  .block5-bottom-label_second {
    margin-left: 25px;
  }
  .block6-title {
    font-size: 22px;
  }
  .block7-use-right {
    width: 100%;
  }
  .block7-use-capsule {
    background-size: 45px 45px;
    background-position: left 35px top 10px, top 10px center,
      right 45px top 10px;
  }
  .block7-use-capsule:before {
    left: 32%;
  }
  .block7-use-capsule:after {
    right: 34%;
  }
  .block7-use-btn {
    border-radius: 38px;
  }
}
.block4__fix {
  font-size: 1em;
  line-height: 1;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 479px) {
  .block1,
  .block1_last,
  .block3,
  .block6 {
    background: 0 0;
    background-color: #caeee6;
  }
  .block7 {
    background: 0 0;
    padding: 25px 0;
  }
  .block5 {
    padding-top: 25px;
  }
  .block7-use-title {
    font-size: 24px;
  }
  .footer {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .block1 {
    padding-top: 15px;
  }
  .block2 {
    padding: 25px 0;
  }
  .block7-use {
    margin-top: 25px;
  }
  .block7-proportion {
    padding-bottom: 25px;
  }
  .block4-main:after,
  .block5-main:after,
  .block7-proportion:after {
    content: none;
  }
  .block4-main,
  .block5 {
    padding-bottom: 0 !important;
  }
  .block3 {
    padding-bottom: 25px;
  }
  .block6 {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .block7-proportion-source {
    font-size: 15px;
  }
  .block4-center-text {
    margin-top: 0;
  }
  .block4-bottom {
    margin-top: 15px;
  }
  .block4-center-block {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .block4-bottom-block:last-child {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .block4-bottom-subtitle {
    margin-top: 15px;
  }
  .block4-bottom-btn {
    margin-top: 25px;
  }
  .block4-center {
    margin-top: 75px;
  }
  .block4 {
    padding: 25px 0;
  }
  .order__box {
    width: 100%;
  }
  .content__button {
    width: 179px;
  }
  .order__wrapper {
    padding: 25px 0;
  }
  .kamilla {
    margin-top: 100px !important;
  }
  .block7-animation:last-child {
    margin-bottom: 0;
  }
  .block3-main {
    margin-top: 25px;
  }
  .order__img--4 {
    width: 230px;
  }
  .order__img {
    width: 200px;
  }
  .block7-use-btn {
    margin-top: 25px;
  }
  .block1-main-subtitle {
    margin-top: 240px;
  }
  .block1-main-left .prod {
    bottom: -197px;
  }
  .block2-bottom:after,
  .block2-bottom:before {
    content: none;
  }
  .block2-bottom {
    padding-bottom: 0;
  }
  .block4-center-circle {
    left: 150px !important;
  }
  .block4-center-line {
    height: 95px;
    background: #bbb5b5;
  }
  .block4-center-line:after {
    border-bottom: 1px solid #bbb5b5;
    border-right: 1px solid #bbb5b5;
  }
  .block5-main {
    padding-bottom: 25px;
  }
  .block5-right-graf {
    position: relative;
  }
  .block5-right-graf::before {
    content: '';
    width: 94%;
    height: 1px;
    background: #eee;
    position: absolute;
    bottom: 20px;
    left: 53%;
    transform: translateX(-50%);
  }
  .order__title {
    position: relative;
  }
  .order__title::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(25%, #e8e8e8),
      color-stop(75%, #e8e8e8),
      to(transparent)
    );
    background: linear-gradient(
      to right,
      transparent,
      #e8e8e8 25%,
      #e8e8e8 75%,
      transparent 100%
    );
    left: 0;
    top: -20px;
  }
  .order__wrapper {
    padding-top: 25px;
  }
  .block5-slider-item.active .block5-slider-text {
    max-height: 870px !important;
  }
  .block1,
  .block3,
  .block4,
  .block6,
  .block7 {
    background: 0 0;
  }
  .block1,
  .block3,
  .block6 {
    background-color: #d5f2ec !important;
  }
  .block4__fix {
    line-height: 1.3 !important;
  }
  .block2-bottom-title {
    line-height: 24px !important;
  }
  .block2-bottom-text,
  .block4-text,
  .block5-slider-complaint,
  .block5-slider-text,
  .block7-proportion-text,
  .block7-use-text {
    line-height: 22px !important;
  }
  .block4-bottom-subtitle {
    line-height: 26px !important;
  }
  .block6-left-item {
    line-height: 20px !important;
  }
  .block5-title {
    position: relative;
  }
  .block5-title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(25%, #e8e8e8),
      color-stop(75%, #e8e8e8),
      to(transparent)
    );
    background: linear-gradient(
      to right,
      transparent,
      #e8e8e8 25%,
      #e8e8e8 75%,
      transparent 100%
    );
    left: 0;
    top: -20px;
  }
  .block1 {
    padding-bottom: 25px;
  }
  .block1-sale {
    margin-top: 25px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .kamilla {
    margin-top: 100px;
  }
  .block1 {
    padding: 30px 0;
  }
  .block1-sale {
    margin-top: 30px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer-list {
    padding-bottom: 20px;
  }
  .block2 {
    padding: 30px 0;
  }
  .block4 {
    padding: 30px 0 !important;
  }
  .block4-bottom-block {
    margin-top: 0;
  }
  .block4-bottom-subtitle {
    margin-top: 30px;
  }
  .block5 {
    padding-top: 30px;
  }
  .block5-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .block6,
  .block7 {
    padding: 30px 0 !important;
  }
  .block7-proportion {
    padding-bottom: 30px;
  }
  .block7-proportion-source:last-child {
    margin-bottom: 0;
  }
  .block7-use {
    margin-top: 30px;
  }
  .order__wrapper {
    padding: 30px 0;
  }
  .block1-main {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .block1-main-subtitle {
    margin-top: 270px !important;
  }
  .block1-main-left .prod {
    bottom: -248px !important;
  }
}
@media screen and (max-width: 480px) {
  .block1-main-subtitle {
    margin-top: 250px !important;
  }
  .block1-main-left .prod {
    bottom: -194px !important;
  }
  .block4-center-circle {
    left: 153px !important;
  }
}
@media screen and (max-width: 479px) {
  .block1-main-subtitle {
    margin-top: 240px !important;
  }
  .block1-main-left .prod {
    bottom: -184px !important;
  }
  .block4-right-text {
    top: 255px;
  }
  .block4-bottom-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .block4-main:before {
    bottom: -14px;
  }
  .block7-proportion-source:last-child {
    margin-bottom: 0;
  }
  .block4-bottom-block {
    line-height: 22px;
  }
  .block6-right-item {
    line-height: 20px;
  }
}
.block5-slider-diagnosis {
  display: none;
}
@media screen and (max-width: 375px) {
  .main__anonim {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -72px;
  }
}
.br-ie {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .br-ie {
    display: block;
  }
}
.all {
  background-color: #fff;
}
body {
  background-color: #2f3543;
}
