@charset "UTF-8";

@-webkit-keyframes bounce {

  0%,
  20%,
  40%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  10%,
  30% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

@keyframes bounce {

  0%,
  20%,
  40%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  10%,
  30% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
}

@-webkit-keyframes bulit {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@keyframes bulit {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@-webkit-keyframes option {
  0% {
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    border: 2px solid #2c9b66;
    background-color: #fff;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
}

@keyframes option {
  0% {
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    border: 2px solid #2c9b66;
    background-color: #fff;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
}

@-webkit-keyframes to_line {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: visible
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
  }
}

@keyframes to_line {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: visible
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
  }
}

@-webkit-keyframes cross {

  0%,
  to {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@keyframes cross {

  0%,
  to {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@-webkit-keyframes show {
  0% {
    max-height: 0;
    margin-top: 0;
    opacity: 0
  }

  50% {
    margin-top: 15px
  }

  to {
    max-height: 1000px;
    opacity: 1;
    margin-top: 15px
  }
}

@keyframes show {
  0% {
    max-height: 0;
    margin-top: 0;
    opacity: 0
  }

  50% {
    margin-top: 15px
  }

  to {
    max-height: 1000px;
    opacity: 1;
    margin-top: 15px
  }
}

@-webkit-keyframes hide {
  0% {
    max-height: 1000px;
    opacity: 1;
    margin-top: 15px
  }

  to {
    max-height: 0;
    opacity: 0;
    margin-top: 0
  }
}

@keyframes hide {
  0% {
    max-height: 1000px;
    opacity: 1;
    margin-top: 15px
  }

  to {
    max-height: 0;
    opacity: 0;
    margin-top: 0
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

footer {
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1;
  min-width: 320px;
  min-height: 100vh;
  font-family: "Montserrat", sans-serif;
  font-size: 14px
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

br {
  font-size: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button,
button:focus,
input,
input:focus {
  outline: 0
}

a {
  text-decoration: none
}

button {
  border: 0;
  display: block;
  padding: 0
}

::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0
}

:active,
:focus,
:hover,
:visited {
  outline: 0 !important
}

::-ms-clear {
  display: none
}

* {
  -webkit-tap-highlight-color: transparent
}

#comebacker_main_div {
  display: none !important;
  height: 0 !important
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important
}

::-moz-focus-inner {
  border: 0;
  outline: 0
}

select {
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 10px 10px
}

:not(#fake) {
  outline: 0
}

img {
  display: block;
  max-width: 100%
}

svg {
  overflow: hidden
}



.container {
  width: 1220px;
  margin: 0 auto;
  padding: 0 25px
}

@media screen and (max-width:1219px) {
  .container {
    width: 1024px
  }
}

@media screen and (max-width:1023px) {
  .container {
    width: 768px;
    padding: 0 10px
  }
}

@media screen and (max-width:767px) {
  .container {
    width: 640px
  }
}

@media screen and (max-width:639px) {
  .container {
    width: 480px
  }
}

@media screen and (max-width:479px) {
  .container {
    width: 100%
  }
}

.title {
  font-weight: 700;
  font-size: 55px;
  line-height: 1.09;
  text-align: center;
  color: #000
}

@media screen and (max-width:1219px) {
  .title {
    font-size: 40px
  }
}

@media screen and (max-width:1023px) {
  .title {
    font-size: 38px
  }
}

@media screen and (max-width:767px) {
  .title {
    font-size: 34px
  }
}

@media screen and (max-width:639px) {
  .title {
    font-size: 30px
  }
}

@media screen and (max-width:479px) {
  .title {
    font-size: 28px
  }
}

.lowercase {
  text-transform: lowercase
}

.text-bold {
  font-weight: 700
}

.text-black {
  font-weight: 900
}

.text-nowrap {
  white-space: nowrap
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0)
}

.btn {
  background-color: #df5858;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 83%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 36px;
  border-radius: 50px;
  cursor: pointer
}

.main-color {
  color: #df5858
}

.slick-slider {
  -webkit-box-sizing: border-box;
  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,
.slick-track {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

[dir=rtl] .slick-next:before {
  content: '←'
}

.slick-dots,
.slick-dots li button:before {
  position: absolute;
  left: 0;
  text-align: center
}

.slick-dots {
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.slick-slide {
  outline: 0
}

.nav {
  padding: 30px 0;
  background-color: #fcf7f0;
  border-bottom: 1px solid #ddd
}

@media screen and (max-width:1219px) {
  .nav {
    padding: 20px 0
  }
}

@media screen and (max-width:1023px) {
  .nav {
    padding: 15px 0
  }
}

.nav .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav .container,
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.nav__list-el:not(:last-child) {
  margin-right: 60px
}

.nav__list-el-a {
  font-weight: 500;
  font-size: 16px;
  line-height: 65px;
  letter-spacing: -.02em;
  text-decoration: underline;
  color: #000
}

.nav__list-el-a:hover {
  text-decoration: none
}

@media screen and (max-width:1219px) {
  .nav__timer .timer {
    width: 230px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .nav__timer .timer__text {
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px
  }

  .nav__list-el:not(:last-child) {
    margin-right: 40px
  }
}

@media screen and (max-width:1023px) {
  .nav__list {
    display: none
  }

  .nav__timer .timer {
    width: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .nav__timer .timer__text {
    width: auto;
    margin-bottom: 0;
    margin-right: 10px
  }
}

@media screen and (max-width:767px) {
  .nav__timer .timer__text {
    display: none
  }
}

@media screen and (max-width:479px) {
  .nav__timer .timer__img {
    display: none
  }

  .promo-top .prices {
    text-align: center
  }
}

.promo-top {
  padding: 111px 0;
  background-color: #fcf7f0;
  background-image: url(../img/promo-bg.png);
  background-size: 2190px;
  background-repeat: no-repeat;
  background-position: right 53% center
}

.promo-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.promo-top__left {
  width: 50%
}

.promo-top__left-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px
}

.promo-top__left-btn {
  margin-left: 36px;
  margin-top: 6px
}

.promo-top__left-btn .btn {
  margin-bottom: 20px
}

.promo-top__left-btn-stars {
  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
}

.promo-top__left-btn-stars img {
  margin-right: 5px
}

.promo-top__left-btn-stars a {
  margin-left: 9px;
  font-size: 16px;
  color: #333;
  text-decoration: none
}

.promo-top__left-btn-stars a:hover {
  text-decoration: underline
}

.promo-top__title--1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  color: #000;
  margin-top: 28px
}

.promo-top__title--2 {
  font-style: italic;
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  margin-top: 35px
}

.promo-top__title--3 {
  font-size: 22px;
  line-height: 1.59;
  color: #333;
  margin-top: 60px
}

.promo-top .prices {
  display: inline-block
}

.promo-top .prices__new .x_price_current {
  font-weight: 700;
  font-size: 60px;
  color: #000
}

.promo-top .prices__new .x_currency {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #000
}

.promo-top .prices__old {
  position: relative;
  display: inline-block
}

.promo-top .prices__old::before {
  content: '';
  position: absolute;
  left: -3%;
  top: 50%;
  width: 106%;
  height: 2px;
  background-color: #df5858
}

.promo-top .prices__old .x_price_previous {
  font-size: 30px;
  color: #333;
  opacity: .7
}

.promo-top .prices__old .x_currency {
  font-size: 20px;
  color: #333;
  opacity: .7
}

.promo-top__right {
  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;
  margin-left: 13.5%
}

.promo-top__right-img {
  position: relative
}

.promo-top__right-img--medal {
  position: absolute;
  right: -60px;
  top: -50px
}

.promo-top__right-footnote {
  display: inline-block;
  font-size: 13px;
  color: #000;
  border: 1px solid #2c9b66;
  border-radius: 50px;
  padding: 12px 20px;
  margin-top: 27px
}

@media screen and (max-width:1460px) {
  .promo-top__right {
    margin-left: 10%
  }

  .promo-top {
    background-position: right -480px center
  }
}

@media screen and (max-width:1219px) {
  .promo-top__left {
    width: 55%
  }

  .promo-top__right {
    margin-left: 0;
    width: 45%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .promo-top {
    background-position: right -130px bottom 60px;
    background-size: 150%;
    padding: 80px 0 60px
  }

  .promo-top__title--1 {
    font-size: 48px;
    margin-top: 30px
  }

  .promo-top__title--2 {
    font-size: 45px
  }

  .promo-top__title--3 {
    margin-top: 35px
  }
}

@media screen and (max-width:1023px) {
  .promo-top__right-img--prod {
    width: 200px
  }

  .promo-top__title--1 {
    font-size: 40px;
    margin-top: 0
  }

  .promo-top__title--2 {
    font-size: 37px;
    margin-top: 20px
  }

  .promo-top__title--3 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.4
  }

  .promo-top__left-bottom {
    margin-top: 40px
  }

  .promo-top .prices__new .x_price_current {
    font-size: 50px
  }

  .promo-top__left-btn {
    margin-top: 0;
    margin-left: 20px
  }

  .promo-top__left-btn .btn {
    margin-bottom: 15px;
    font-size: 19px;
    padding: 25px 27px
  }

  .promo-top__right-img--medal {
    right: -30px;
    width: 70px;
    height: 70px;
    top: -20px
  }
}

.mob767 {
  display: none
}

@media screen and (max-width:767px) {
  .mob767 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .desk767 {
    display: none
  }

  .promo-top {
    background-image: none
  }

  .promo-top .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .promo-top__left {
    width: 100%;
    text-align: center
  }

  .promo-top__right {
    width: 100%;
    margin-top: 40px
  }

  .promo-top__left-bottom {
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .promo-top__title--3 {
    margin-top: 20px
  }

  .promo-top__left-bottom {
    margin-top: 25px
  }
}

@media screen and (max-width:479px) {
  .promo-top__left-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
  }

  .promo-top__left-btn {
    margin-left: 0;
    margin-top: 15px
  }

  .promo-top__title--2 {
    font-size: 30px
  }

  .promo-top .prices {
    width: 100%
  }
}

.promo-bottom__sale {
  position: absolute;
  left: -42px;
  top: -23px
}

.promo-bottom .btn,
.promo-bottom-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.promo-bottom-form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 280px
}

.promo-bottom-input input,
.promo-bottom-input select {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 25px;
  font-size: 16px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  width: 300px;
  height: 80px
}

.promo-bottom .btn {
  width: 300px;
  height: 80px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto
}

.promo-bottom .promo-top__title--3 {
  margin-bottom: 30px
}

.promo-bottom .promo-top__left {
  width: 53%
}

.promo-bottom .promo-top__right {
  margin-left: 10.5%
}

.promo-bottom .prices {
  width: 300px;
  margin-left: auto;
  margin-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width:1219px) {
  .promo-bottom-form {
    height: auto;
    width: 300px;
    margin-left: 0;
    margin-right: auto
  }

  .promo-bottom-input {
    margin-bottom: 15px
  }

  .promo-bottom .prices {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 15px;
    margin-top: 0
  }

  .promo-bottom {
    background-position: right -115px bottom 60px;
    background-size: 170%
  }

  .promo-bottom-input:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .promo-bottom-input:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .promo-bottom-input:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .promo-bottom-btn {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
}

@media screen and (max-width:1023px) {
  .promo-bottom .promo-top__left {
    width: 65%
  }

  .promo-bottom .promo-top__right {
    margin-left: 0
  }
}

@media screen and (max-width:767px) {
  .promo-bottom .promo-top__left {
    width: 100%
  }

  .promo-bottom-form {
    margin-top: 20px;
    margin-left: auto
  }

  .promo-bottom .promo-top__title--3 {
    margin-bottom: 0
  }

  .promo-bottom__sale {
    width: 110px;
    height: 58px;
    left: -34px;
    top: -14px
  }
}

select:hover {
  background-size: 10px 10px;
  background-position: right 25px 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=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-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
}

.effect {
  background-color: #fcf7f0;
  padding: 90px 0;
  overflow: hidden
}

.effect__wrapper {
  position: relative
}

.effect__title {
  text-align: left
}

@media screen and (max-width:1023px) {
  .effect__title {
    text-align: center
  }
}

.effect__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 40px
}

@media screen and (max-width:1219px) {
  .effect__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0 35px
  }
}

@media screen and (max-width:1023px) {
  .effect__content {
    margin: 40px 0 30px
  }
}

@media screen and (max-width:767px) {
  .effect__content {
    margin: 35px 0 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media screen and (max-width:639px) {
  .effect__content {
    margin: 25px 0 15px
  }
}

.effect__img {
  position: absolute;
  bottom: -90px;
  right: -255px;
  width: 540px;
  height: 737px
}

@media screen and (max-width:1219px) {
  .effect__img {
    display: none
  }
}

.effect__prove {
  position: absolute;
  top: -35px;
  right: 185px
}

@media screen and (max-width:1219px) {
  .effect__prove {
    display: none
  }
}

.effect__item {
  max-width: 263px
}

@media screen and (max-width:1219px) {
  .effect__item {
    max-width: 300px
  }
}

@media screen and (max-width:1023px) {
  .effect__item {
    max-width: 235px
  }
}

@media screen and (max-width:767px) {
  .effect__item {
    max-width: 285px
  }
}

@media screen and (max-width:639px) {
  .effect__item {
    max-width: 100%
  }
}

.effect__item:not(:last-child) {
  margin-right: 40px
}

@media screen and (max-width:1219px) {
  .effect__item:not(:last-child) {
    margin-right: 0
  }
}

@media screen and (max-width:767px) {
  .effect__item:not(:last-child) {
    margin-bottom: 20px
  }
}

.effect__item-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #2c9b66;
  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
}

@media screen and (max-width:767px) {
  .effect__item-image {
    margin: 0 auto
  }
}

.effect__item-title {
  color: #000;
  font-size: 23px;
  font-weight: 500;
  line-height: 35px;
  margin: 20px 0 10px
}

@media screen and (max-width:767px) {
  .effect__item-title {
    text-align: center
  }
}

@media screen and (max-width:639px) {
  .effect__item-title {
    line-height: 1.1;
    margin: 10px 0 5px
  }
}

.effect__item-text {
  color: #333;
  font-size: 18px;
  line-height: 30px
}

@media screen and (max-width:767px) {
  .effect__item-text {
    text-align: center
  }
}

@media screen and (max-width:639px) {
  .effect__item-text {
    line-height: 1.2
  }
}

.effect__btn {
  padding: 30px 84px
}

@media screen and (max-width:1219px) {
  .effect__btn {
    margin: 0 auto
  }
}

.about {
  padding: 90px 0;
  overflow: hidden
}

.about__wrapper {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.about__image {
  margin: -35px 0 30px -485px
}

@media screen and (max-width:1023px) {
  .about__image {
    display: none
  }
}

.about__content {
  margin: 33px 0 30px;
  max-width: 59%
}

@media screen and (max-width:1023px) {
  .about__content {
    margin: 0 0 30px;
    max-width: 100%
  }
}

@media screen and (max-width:639px) {
  .about__content {
    margin-bottom: 20px
  }
}

.about__title {
  margin-bottom: 40px;
  text-align: left
}

@media screen and (max-width:1023px) {
  .about__title {
    text-align: center;
    margin-bottom: 30px
  }

  .about__title br {
    display: none
  }
}

@media screen and (max-width:767px) {
  .about__title {
    margin-bottom: 20px
  }
}

@media screen and (max-width:639px) {
  .about__title {
    margin-bottom: 15px
  }
}

@media screen and (max-width:479px) {
  .about__title {
    margin-bottom: 10px
  }
}

.about__text {
  color: #333;
  font-size: 18px;
  letter-spacing: -.54px;
  line-height: 30px
}

@media screen and (max-width:639px) {
  .about__text {
    line-height: 1.2
  }
}

.about__text span:not(span.new-line-span) {
  color: #000;
  font-size: 24px;
  letter-spacing: -.72px;
  line-height: 30px
}

@media screen and (max-width:639px) {
  .about__text span {
    font-size: 20px
  }
}

.about__text:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:767px) {
  .about__text:not(:last-child) {
    margin-bottom: 20px
  }
}

@media screen and (max-width:639px) {
  .about__text:not(:last-child) {
    margin-bottom: 10px
  }
}

.about__advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 75px
}

@media screen and (max-width:1023px) {
  .about__advantage {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media screen and (max-width:639px) {
  .about__advantage {
    margin-top: 0
  }
}

@media screen and (max-width:479px) {
  .about__advantage {
    margin-top: 10px
  }
}

.about__item {
  max-width: 200px
}

@media screen and (max-width:1023px) {
  .about__item {
    margin-top: 20px;
    width: 200px
  }
}

@media screen and (max-width:479px) {
  .about__item {
    width: 150px;
    margin-top: 10px
  }
}

.about__item-image {
  margin: 0 auto
}

.about__item-text {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.36px;
  line-height: 25px;
  text-align: center;
  margin-top: 35px
}

@media screen and (max-width:1023px) {
  .about__item-text {
    margin-top: 10px
  }
}

@media screen and (max-width:479px) {
  .about__item-text {
    font-size: 16px
  }
}

.news .container,
.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.timer__text {
  width: 158px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #333
}

.timer__img {
  margin-right: 11px
}

.timer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 127px
}

.timer__main-el {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.02em;
  color: #000
}

.timer__main-el--dots {
  margin: 0 7px
}

.news {
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd
}

.news .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.news__title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  white-space: nowrap
}

@media screen and (max-width:1023px) {
  .news img {
    max-height: 30px
  }
}

@media screen and (max-width:767px) {
  .news .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .news__title {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px
  }
}

@media screen and (max-width:479px) {
  .news .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 320px
  }

  .news img {
    max-height: 35px
  }

  .news img:nth-child(2),
  .news img:nth-child(3) {
    margin-bottom: 10px
  }

  .news img:nth-child(2),
  .news img:nth-child(4) {
    margin-right: 20px
  }
}

.check {
  padding: 105px 0;
  background-image: url(../img/sustav.png);
  background-repeat: no-repeat;
  background-position: left center
}

.check__title {
  margin-bottom: 60px
}

@media screen and (max-width:1219px) {
  .check__title {
    margin-bottom: 40px
  }
}

@media screen and (max-width:1023px) {
  .check__title {
    margin-bottom: 30px
  }
}

@media screen and (max-width:639px) {
  .check__title {
    margin-bottom: 20px
  }
}

.check__popup {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none
}

.check__popup .btn,
.check__popup-text {
  margin-left: auto;
  margin-right: auto
}

.check__popup-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  width: 82%;
  margin-bottom: 30px
}

.check__popup-ask,
.check__popup-title {
  font-weight: 700;
  text-align: center;
  color: #000
}

.check__popup-ask {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.03em;
  margin-bottom: 20px
}

.check__popup-ask span {
  text-transform: lowercase
}

.check__popup-title {
  font-size: 40px;
  line-height: 1
}

.check__popup-line {
  display: block;
  margin: 20px auto;
  width: 50px;
  height: 5px;
  background: #2c9b66
}

.check__popup.show-popup {
  display: block
}

.check__popup-bg {
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  z-index: 81
}

.check__popup-content {
  max-width: 768px;
  width: calc(100% - 120px);
  z-index: 82;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background-color: #fcf7f0;
  padding: 50px 60px
}

.check__popup-close {
  cursor: pointer;
  display: block;
  width: 35px;
  height: 30px;
  position: absolute;
  top: -30px;
  right: 0px;
  background-color: #df5858;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-position: center
}

.check__btn {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  padding: 25px 55px
}

.check__subtitle {
  margin-top: 40px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1;
  color: #000;
  text-align: center
}

.check__list,
.check__list-el {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.check__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.check__list-el {
  padding: 50px 30px;
  width: calc(33.333% - 20px);
  border: 1px solid #d3d3d3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer
}

.check__list-el--img {
  margin-right: 10px
}

.check__list-el--text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.03em;
  color: #333
}

.check__list-el:nth-child(1),
.check__list-el:nth-child(2),
.check__list-el:nth-child(3) {
  margin-bottom: 30px
}

.check__list-el--active {
  border: 1px solid #2c9b66
}

.check__list-el--active .check__list-el--text {
  font-weight: 700;
  font-size: 19px
}

.check__list-el--active .check__list-el--img {
  position: relative
}

.check__list-el--active .check__list-el--img--4 svg path {
  stroke: #2c9b66
}

.check__list-el--active .check__list-el--img:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -11px;
  width: 30px;
  height: 30px;
  background-image: url(../img/check1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2c9b66;
  border-radius: 50%
}

.check__list-el--active .check__list-el--img svg path {
  fill: #2c9b66
}

@media screen and (max-width:1219px) {
  .check {
    background-image: none;
    padding: 60px 0
  }

  .check__list-el--img,
  .check__list-el--img svg {
    width: 70px;
    height: 70px
  }

  .check__list-el {
    padding: 40px 20px
  }

  .check__list-el--text {
    font-size: 18px
  }

  .check__list-el--active .check__list-el--text {
    font-size: 17px
  }

  .check__list-el--active .check__list-el--img:before {
    top: 5px;
    left: -5px
  }

  .check__btn {
    margin-top: 40px
  }

  .check__subtitle {
    margin-top: 30px
  }
}

@media screen and (max-width:1023px) {

  .check__list-el:nth-child(1),
  .check__list-el:nth-child(2),
  .check__list-el:nth-child(3) {
    margin-bottom: 15px
  }

  .check__list-el {
    width: calc(33.333% - 10px)
  }

  .check__list-el--img,
  .check__list-el--img svg {
    width: 55px;
    height: 55px
  }

  .check__list-el--text {
    font-size: 17px
  }

  .check__list-el--active .check__list-el--text {
    font-size: 16px
  }

  .check__list-el {
    padding: 30px 20px
  }

  .check__list-el--active .check__list-el--img:before {
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    background-size: 12px
  }

  .check__popup-text {
    width: 100%
  }

  .check__subtitle {
    font-size: 22px;
    margin-top: 20px
  }

  .check__btn {
    margin-top: 25px
  }

  .check__popup-title {
    font-size: 30px
  }

  .check__popup-text {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 20px
  }

  .check__popup .btn {
    padding: 20px 25px;
    font-size: 20px
  }

  .check__popup-content {
    padding: 25px
  }
}

@media screen and (max-width:767px) {

  .check__list-el:nth-child(1),
  .check__list-el:nth-child(2),
  .check__list-el:nth-child(3),
  .check__list-el:nth-child(4) {
    margin-bottom: 15px
  }

  .check__list-el {
    width: calc(50% - 7.5px)
  }

  .check__popup-ask {
    font-size: 18px
  }

  .check__popup-close {
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px
  }

  .check__list-el {
    padding: 20px 10px;
    -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
  }

  .check__list-el--img {
    margin-right: 0;
    margin-bottom: 10px
  }

  .check__list-el--text {
    text-align: center
  }

  .check__subtitle {
    font-size: 18px
  }
}

@media screen and (max-width:479px) {
  .check__btn {
    font-size: 18px;
    padding: 25px 40px
  }

  .check__list-el--text {
    font-size: 16px
  }

  .check__list-el--active .check__list-el--text {
    font-size: 15px
  }

  .check__list-el {
    padding: 10px
  }

  .check__popup-content {
    width: calc(100% - 20px)
  }

  .check__popup-close {
    top: -5px;
    right: -5px
  }

  .check__popup-line {
    display: none
  }

  .check__popup-title {
    margin-bottom: 20px
  }

  .check__list-el {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .check__list-el--img {
    margin-bottom: 0;
    margin-right: 15px
  }

  .check__list-el:nth-child(1),
  .check__list-el:nth-child(2),
  .check__list-el:nth-child(3),
  .check__list-el:nth-child(4),
  .check__list-el:nth-child(5) {
    margin-bottom: 15px
  }
}

@media screen and (min-width:1024px) {

  .check__list-el,
  .check__list-el--img svg path {
    -webkit-transition: .4s;
    transition: .4s
  }

  .check__list-el:hover {
    border: 1px solid #2c9b66
  }

  .check__list-el:hover .check__list-el--img svg path {
    fill: #2c9b66
  }

  .check__list-el:hover .check__list-el--img--4 svg path {
    stroke: #2c9b66
  }
}

.process {
  background-color: #fcf7f0;
  padding: 90px 0;
  overflow: hidden
}

.process__wrapper {
  position: relative
}

.process__title {
  text-align: left;
  margin-bottom: 40px
}

@media screen and (max-width:767px) {
  .process__title {
    text-align: center;
    margin-bottom: 25px
  }

  .process__title br {
    display: none
  }
}

@media screen and (max-width:639px) {
  .process__title {
    margin-bottom: 20px
  }
}

.process__item {
  position: relative;
  z-index: 1;
  margin-left: -10px
}

@media screen and (max-width:767px) {
  .process__item {
    margin-left: 0
  }
}

.process__item:not(:last-child) {
  margin-bottom: 15px
}

.process__item-text {
  font-size: 20px;
  letter-spacing: -.6px;
  line-height: 30px;
  color: #333;
  padding: 0 20px 0 90px;
  max-width: 525px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
  border-radius: 50px;
  border: 2px solid transparent;
  will-change: transform
}

@media screen and (max-width:767px) {
  .process__item-text {
    margin: 0 auto;
    min-height: auto;
    line-height: 25px
  }
}

@media screen and (max-width:639px) {
  .process__item-text {
    padding: 0 0 0 50px
  }
}

@media screen and (max-width:479px) {
  .process__item-text {
    padding: 0 0 0 45px;
    font-size: 17px;
    line-height: 1.1
  }
}

.process__item-img,
.process__item-text::before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute
}

.process__item-text::before {
  content: '';
  width: 35px;
  height: 27px;
  background-image: url(../img/process_check.svg);
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:639px) {
  .process__item-text::before {
    left: 0
  }
}

@media screen and (max-width:479px) {
  .process__item-text::before {
    width: 30px;
    height: 22px
  }
}

.process__item-text:hover {
  -webkit-animation-name: option;
  animation-name: option;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  font-weight: 600;
  color: #000
}

@media screen and (max-width:767px) {
  .process__item-text:hover {
    -webkit-animation-name: none;
    animation-name: none;
    font-weight: 400;
    color: #333
  }
}

.process__item-text:hover~.process__item-img,
.process__item-text:hover~.process__item-line {
  -webkit-animation-name: bulit;
  animation-name: bulit;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.process__item-text:hover~.process__item-line {
  -webkit-animation-name: to_line;
  animation-name: to_line
}

.process__item-img {
  width: 40px;
  height: 40px;
  background-image: url(../img/process_item_img.svg);
  will-change: transform
}

@media screen and (max-width:767px) {
  .process__item-img {
    display: none
  }
}

.process__item:nth-child(1) .process__item-img {
  top: -28px;
  right: 337px
}

@media screen and (max-width:1219px) {
  .process__item:nth-child(1) .process__item-img {
    right: 130px
  }
}

@media screen and (max-width:1023px) {
  .process__item:nth-child(1) .process__item-img {
    right: 90px;
    top: -12px
  }
}

.process__item:nth-child(2) .process__item-img {
  top: -35px;
  right: 320px
}

@media screen and (max-width:1219px) {
  .process__item:nth-child(2) .process__item-img {
    right: 115px
  }
}

@media screen and (max-width:1023px) {
  .process__item:nth-child(2) .process__item-img {
    right: 75px;
    top: -25px
  }
}

.process__item:nth-child(3) .process__item-img {
  top: -61px;
  right: 391px
}

@media screen and (max-width:1219px) {
  .process__item:nth-child(3) .process__item-img {
    right: 180px
  }
}

@media screen and (max-width:1023px) {
  .process__item:nth-child(3) .process__item-img {
    right: 140px;
    top: -55px
  }
}

.process__item:nth-child(4) .process__item-img {
  top: -100px;
  right: 289px
}

@media screen and (max-width:1219px) {
  .process__item:nth-child(4) .process__item-img {
    right: 85px
  }
}

@media screen and (max-width:1023px) {
  .process__item:nth-child(4) .process__item-img {
    right: 45px;
    top: -95px
  }
}

.process__item-line {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden
}

@media screen and (max-width:1023px) {
  .process__item-line {
    display: none
  }
}

.process__item:nth-child(1) .process__item-line {
  background-image: url(../img/process_line_1.svg);
  width: 300px;
  height: 44px;
  right: 347px;
  top: -10px
}

@media screen and (max-width:1219px) {
  .process__item:nth-child(1) .process__item-line {
    right: 145px
  }
}

.process__item:nth-child(2) .process__item-line {
  background-image: url(../img/process_line_2.svg);
  width: 300px;
  height: 50px;
  right: 347px;
  top: -16px
}

@media screen and (max-width:1219px) {
  .process__item:nth-child(2) .process__item-line {
    right: 140px
  }
}

.process__item:nth-child(3) .process__item-line {
  background-image: url(../img/process_line_3.svg);
  width: 240px;
  height: 78px;
  right: 400px;
  top: -42px
}

@media screen and (max-width:1219px) {
  .process__item:nth-child(3) .process__item-line {
    right: 200px
  }
}

.process__item:nth-child(4) .process__item-line {
  background-image: url(../img/process_line_4.svg);
  width: 320px;
  height: 118px;
  right: 320px;
  top: -82px
}

@media screen and (max-width:1219px) {
  .process__item:nth-child(4) .process__item-line {
    right: 120px
  }
}

.process__image {
  position: absolute;
  top: -90px;
  right: -150px
}

@media screen and (max-width:1219px) {
  .process__image {
    right: -315px
  }
}

@media screen and (max-width:1023px) {
  .process__image {
    right: -355px
  }
}

@media screen and (max-width:767px) {
  .process__image {
    display: none
  }
}

.process__image-bg {
  height: 689px
}

@media screen and (max-width:1219px) {
  .process__image-bg {
    height: 631px
  }
}

.expert {
  background-color: #fcf7f0;
  padding: 90px 0
}

.expert__content,
.expert__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.expert__image {
  background-image: url(../img/expert_bg_image.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto;
  position: relative;
  width: 761px;
  height: 798px;
  bottom: -90px;
  margin-left: -201px;
  margin-top: -35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:1219px) {
  .expert__image {
    width: 364px;
    height: 765px;
    margin-left: 0;
    background-size: contain
  }
}

@media screen and (max-width:1023px) {
  .expert__image {
    display: none
  }
}

.expert__image img {
  position: absolute;
  bottom: 0;
  left: 255px
}

@media screen and (max-width:1219px) {
  .expert__image img {
    width: 364px;
    left: 0
  }
}

.expert__info {
  background-color: #2c9b66;
  border-radius: 50%;
  position: relative;
  top: 85px;
  z-index: 1;
  width: 300px;
  height: 300px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif
}

@media screen and (max-width:1219px) {
  .expert__info {
    width: 250px;
    height: 250px;
    top: 257px;
    left: -55px
  }
}

.expert__info::before {
  content: '';
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 50px
}

@media screen and (max-width:1219px) {
  .expert__info::before {
    width: 150px;
    height: 150px
  }
}

.expert__info::after {
  content: '';
  background-image: url(../img/expert_approve.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 191px;
  height: 61px;
  position: absolute;
  bottom: 35px;
  left: -17px
}

@media screen and (max-width:1219px) {
  .expert__info::after {
    bottom: 10px;
    left: 16px
  }
}

.expert__info-mob {
  display: none;
  position: relative
}

@media screen and (max-width:1023px) {
  .expert__info-mob {
    display: block;
    margin-top: 30px
  }
}

@media screen and (max-width:767px) {
  .expert__info-mob {
    margin-top: 20px
  }
}

@media screen and (max-width:639px) {
  .expert__info-mob {
    margin-top: 15px
  }
}

@media screen and (max-width:479px) {
  .expert__info-mob {
    padding-bottom: 60px
  }
}

.expert__info-mob::after {
  content: '';
  background-image: url(../img/expert_approve.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 191px;
  height: 61px;
  position: absolute;
  top: 0;
  right: 0
}

@media screen and (max-width:479px) {
  .expert__info-mob::after {
    top: initial;
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
  }
}

.expert__name {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin: 5px 0
}

.expert__prof {
  font-size: 18px;
  line-height: 25px;
  padding-left: 43px;
  margin: 5px 0
}

@media screen and (max-width:1219px) {
  .expert__prof {
    padding-left: 18px
  }
}

@media screen and (max-width:1023px) {
  .expert__prof {
    padding-left: 0
  }
}

.expert__text {
  width: 575px;
  font-size: 18px;
  line-height: 35px;
  color: #333;
  margin-top: 60px;
  margin-left: 35px
}

@media screen and (max-width:1219px) {
  .expert__text {
    margin-top: 50px
  }
}

@media screen and (max-width:1023px) {
  .expert__text {
    width: 100%;
    margin-top: 40px;
    line-height: 30px;
    margin-left: 0
  }
}

@media screen and (max-width:767px) {
  .expert__text {
    margin-top: 30px;
    line-height: 25px
  }
}

@media screen and (max-width:639px) {
  .expert__text {
    margin-top: 20px
  }
}

@media screen and (max-width:479px) {
  .expert__text {
    line-height: 20px
  }
}

.expert__text span {
  font-weight: 600;
  color: #000
}

.expert__text p:not(:nth-child(4)) {
  margin-bottom: 40px
}

@media screen and (max-width:1023px) {
  .expert__text p:not(:nth-child(4)) {
    margin-bottom: 30px
  }
}

@media screen and (max-width:767px) {
  .expert__text p:not(:nth-child(4)) {
    margin-bottom: 20px
  }
}

@media screen and (max-width:639px) {
  .expert__text p:not(:nth-child(4)) {
    margin-bottom: 15px
  }
}

.action {
  padding-top: 70px;
  padding-bottom: 0 !important
}

@media screen and (max-width:1219px) {
  .action {
    padding-top: 60px
  }
}

.action .container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media screen and (max-width:1219px) {
  .action .container {
    padding-bottom: 55px
  }
}

@media screen and (max-width:1023px) {
  .action .container {
    padding-bottom: 40px
  }
}

@media screen and (max-width:767px) {
  .action .container {
    padding-bottom: 30px
  }
}

@media screen and (max-width:479px) {
  .action .container {
    padding-bottom: 25px
  }
}

.action__prod {
  position: relative;
  padding-left: 20px
}

.action__prod--sale {
  position: absolute;
  top: -9px;
  left: 21px;
  width: 82px;
  height: 43px;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg)
}

.action__prod--pack {
  width: 172px
}

.action__center {
  width: calc(100% - 200px)
}

.action__center-footnote {
  margin-top: 15px;
  text-align: center;
  font-size: 16px
}

.action__center-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.action__center-input {
  width: 22.5%
}

.action__center-input input,
.action__center-input select {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 25px;
  font-size: 16px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 80px
}

.action__center .btn,
.action__center-top--prices,
.action__center-top--timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.action__center .btn,
.action__center-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.action__center .btn {
  font-size: 22px;
  width: 280px;
  height: 80px;
  padding: 0
}

.action__center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px
}

.action__center-top--prices,
.action__center-top--timer {
  width: 677px
}

.action__center-top--timer .timer__text {
  width: auto;
  font-size: 20px
}

.action__center-top--timer .timer__main-el {
  font-size: 30px
}

.action__center-top--timer .timer__main {
  width: 155px
}

.action__center-top--prices {
  width: 280px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.action__center-top--prices__new {
  margin-right: auto
}

.action__center-top--prices__new .x_price_current {
  font-weight: 700;
  font-size: 55px;
  color: #000
}

.action__center-top--prices__new .x_currency {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #000
}

.action__center-top--prices__old {
  position: relative;
  display: inline-block
}

.action__center-top--prices__old::before {
  content: '';
  position: absolute;
  left: -3%;
  top: 50%;
  width: 106%;
  height: 2px;
  background-color: #df5858
}

.action__center-top--prices__old .x_price_previous {
  font-size: 30px;
  color: #333;
  opacity: .7
}

.action__center-top--prices__old .x_currency {
  font-size: 20px;
  color: #333;
  opacity: .7
}

@media screen and (max-width:1219px) {
  .action__center {
    width: calc(100% - 155px)
  }

  .action__center-input {
    width: 22%
  }

  .action__center .btn {
    width: 245px;
    font-size: 20px
  }

  .action__prod--pack {
    width: 135px
  }

  .action__center-top--timer .timer__text {
    font-size: 16px
  }

  .action__center-top--timer .timer__main-el {
    font-size: 26px
  }

  .action__center-top--prices__new .x_price_current {
    font-size: 45px
  }

  .action__center-top--prices__old .x_price_previous {
    font-size: 25px
  }

  .action__center-top--prices {
    width: auto
  }

  .action__center-top--prices__new {
    margin-right: 10px
  }

  .action__center-top--timer {
    width: 558px
  }

  .action__center-footnote {
    margin-top: 10px
  }
}

@media screen and (max-width:1023px) {
  .action__center-form {
    -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
  }

  .action__center-input {
    width: 300px;
    margin-bottom: 20px
  }

  .action__center .btn {
    width: 300px;
    font-size: 24px
  }

  .action__center-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .action__center-top--timer {
    width: 100%
  }

  .action__center-top--prices {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
  }

  .action__center-top {
    margin-bottom: 20px
  }

  .action__center {
    width: calc(100% - 320px)
  }

  .action__prod--pack {
    width: 290px
  }

  .action__center-top--timer .timer__main {
    width: 135px
  }

  .action__center-top--timer .timer__main-el {
    font-size: 23px
  }

  .action__prod--sale {
    top: -10px;
    left: 42px
  }
}

@media screen and (max-width:767px) {
  .action__prod--pack {
    width: 210px
  }

  .action__prod {
    margin-left: auto;
    margin-right: auto
  }

  .action .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .action__center {
    width: 100%
  }

  .action__center .btn,
  .action__center-input input,
  .action__center-input select {
    height: 70px
  }

  .action__center-top--timer {
    margin-top: 15px
  }

  .action__center-top--timer .timer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .action__center-top--timer .timer__text {
    margin-right: 0;
    margin-bottom: 7px;
    width: 100%;
    text-align: center
  }

  .action__prod--sale {
    top: -5px;
    left: 27px
  }
}

.other {
  padding: 100px 0
}

@media screen and (max-width:1219px) {
  .other {
    padding: 60px 0
  }
}

.other__title {
  margin-bottom: 30px
}

@media screen and (max-width:1219px) {
  .other__title {
    margin-bottom: 5px
  }
}

@media screen and (max-width:1023px) {
  .other__title {
    margin-bottom: 25px
  }
}

@media screen and (max-width:767px) {
  .other__title {
    margin-bottom: 5px
  }
}

.other__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: -.03em;
  color: #000;
  margin-top: 30px
}

.other__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.other__main-prod {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.other__main-list {
  max-width: 46%;
  width: 100%
}

.other__main-list--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -.03em;
  color: #000;
  margin-bottom: 5px;
  height: 50px
}

.other__main-list--all {
  padding-left: 65px
}

.other__main-list--el {
  position: relative;
  padding: 23px 0;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.03em;
  color: #333
}

.other__main-list--el p {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.other__main-list--el:before {
  content: '';
  position: absolute;
  left: -65px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-image: url(../img/red-bul.png);
  background-size: cover;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: cross;
  animation-name: cross;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.other__main-list--el:not(:last-child) {
  border-bottom: 1px solid #e7e7e7
}

.other-el .other-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.other-el .other-green,
.other-el.active .other-red {
  display: none
}

.other-el.active .other-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.other__main-list--el.active:before {
  width: 50px;
  height: 50px;
  background-color: #2c9b66;
  border-radius: 50%;
  background-image: url(../img/check2.png);
  top: calc(50% - 25px);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: none;
  animation: none
}

.other-el--1:after,
.other-el--2:after {
  content: url(../img/line1.svg);
  position: absolute;
  left: -250px;
  top: 48px
}

.other-el--2:after {
  content: url(../img/line2.svg);
  left: -271px
}

.other-el--3:after {
  content: url(../img/line3.svg);
  position: absolute;
  left: -295px;
  top: 46px
}

.other-el--4:after {
  content: url(../img/line4.svg);
  position: absolute;
  left: -317px;
  top: 47px
}

.other-el--5:after {
  content: url(../img/line5.svg);
  position: absolute;
  left: -344px;
  top: 46px
}

.other-el:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s
}

.active.other-el:after {
  -webkit-transform: scale(1);
  transform: scale(1)
}

@media screen and (max-width:1219px) {
  .other__main-list {
    max-width: 50%
  }

  .other__main-prod {
    margin-left: 0;
    padding-top: 30px;
    width: 43%
  }

  .other__main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .other__main-list--el {
    padding: 17px 0
  }

  .active.other-el--1:after,
  .active.other-el--2:after,
  .active.other-el--3:after,
  .active.other-el--4:after {
    top: 41px
  }

  .active.other-el--5:after {
    left: -340px;
    top: 40px
  }
}

@media screen and (max-width:1023px) {
  .active.other-el:after {
    content: none
  }

  .other__main-list--el p {
    height: auto
  }

  .other__main-prod {
    padding-top: 0;
    width: 40%
  }

  .other__main-list {
    max-width: 58%
  }
}

@media screen and (max-width:767px) {
  .other__main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .other__main-prod {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
    padding-right: 25px
  }

  .other__main-list {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .other__main-list--el.active:before {
    width: 38px;
    height: 38px;
    background-image: url(../img/check1.png);
    top: calc(50% - 18px)
  }

  .other__main-list--title {
    display: none
  }

  .other__subtitle {
    font-size: 18px
  }
}

@media screen and (min-width:1024px) {
  .other__main-list--title p {
    position: relative
  }

  .other__main-list--title .other-red:after {
    content: '';
    margin-left: 15px;
    margin-top: 3px;
    width: 24px;
    height: 24px;
    background-image: url(../img/red-bul.png);
    background-size: cover;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: cross;
    animation-name: cross;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
  }

  .other__main-list--title .other-green:after {
    content: '';
    width: 50px;
    height: 50px;
    background-color: #2c9b66;
    border-radius: 50%;
    background-image: url(../img/check2.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 17px;
    margin-top: -12px
  }
}

.question {
  padding: 90px 0
}

.question__title {
  text-transform: uppercase
}

.question__list {
  max-width: 830px;
  margin: 40px auto 0
}

@media screen and (max-width:1219px) {
  .question__list {
    margin-top: 30px
  }
}

@media screen and (max-width:1023px) {
  .question__list {
    margin-top: 25px
  }
}

@media screen and (max-width:767px) {
  .question__list {
    margin-top: 20px
  }
}

.question__item {
  padding: 20px 0;
  border-top: 1px solid #e1d9ce;
  cursor: pointer
}

@media screen and (max-width:639px) {
  .question__item {
    padding: 10px 0
  }
}

.question__text {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 55px;
  position: relative
}

@media screen and (max-width:639px) {
  .question__text {
    line-height: 1.1;
    padding-left: 40px
  }
}

.question__text::before {
  content: '';
  width: 23px;
  height: 23px;
  background-image: url(../img/question_image_plus.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.question__text.show {
  font-weight: 600
}

.question__text.show::before {
  width: 23px;
  height: 3px;
  background-image: url(../img/question_image_minus.svg)
}

.question__answer,
.question__answer.show {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.question__answer {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  padding-left: 55px;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  will-change: transform;
  -webkit-animation-name: hide;
  animation-name: hide;
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}

@media screen and (max-width:639px) {
  .question__answer {
    line-height: 1.1;
    padding-left: 40px
  }
}

.question__answer.show {
  -webkit-animation-name: show;
  animation-name: show;
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.cert {
  padding-top: 80px;
  padding-bottom: 0 !important
}

@media screen and (max-width:1219px) {
  .cert {
    padding-top: 60px
  }
}

.cert .container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:1219px) {
  .cert .container {
    padding-bottom: 60px
  }
}

@media screen and (max-width:1023px) {
  .cert .container {
    padding-bottom: 40px
  }
}

@media screen and (max-width:767px) {
  .cert .container {
    padding-bottom: 30px
  }
}

@media screen and (max-width:479px) {
  .cert .container {
    padding-bottom: 25px
  }
}

.cert__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #000
}

@media screen and (max-width:1219px) {
  .cert__title {
    font-weight: 700;
    font-size: 35px
  }
}

@media screen and (max-width:1023px) {
  .cert__title {
    width: 100%;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center
  }

  .cert__title br {
    display: none
  }

  .cert .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .cert img {
    max-width: 24%
  }
}

.smi {
  padding: 170px 0 150px;
  background-image: url(../img/consist.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 125px center;
  overflow-x: hidden
}

@media screen and (max-width:2400px) {
  .smi {
    background-position: right 20px center
  }
}

@media screen and (max-width:1900px) {
  .smi {
    background-size: 700px
  }
}

@media screen and (max-width:1460px) {
  .smi {
    background-image: none
  }
}

@media screen and (max-width:1219px) {
  .smi {
    padding: 60px 0
  }
}

.smi .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative
}

.smi__title {
  text-align: left;
  margin-bottom: 32px
}

.smi__subtitle {
  font-size: 20px;
  line-height: 1.75;
  color: #333;
  margin-bottom: 50px
}

.smi__left {
  width: 55%
}

.smi__right {
  position: absolute;
  right: -120px;
  bottom: -150px
}

@media screen and (max-width:1219px) {
  .smi__right {
    bottom: -60px
  }
}

.smi__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px
}

.smi .btn {
  padding: 30px 70px
}

@media screen and (max-width:1219px) {
  .smi__right {
    width: 43%;
    right: -30px
  }
}

@media screen and (max-width:1023px) {
  .smi__right {
    position: relative;
    right: 0;
    bottom: -40px;
    margin-left: auto;
    margin-right: auto
  }

  .smi__left {
    width: 100%
  }

  .smi__title {
    text-align: center;
    margin-bottom: 20px
  }

  .smi__subtitle {
    margin-bottom: 30px
  }

  .smi .btn,
  .smi__img {
    margin-left: auto;
    margin-right: auto
  }

  .smi__img {
    margin-bottom: 30px;
    max-width: 650px;
    width: 100%
  }

  .smi .btn {
    padding: 30px 34px;
    margin-bottom: -15px
  }
}

@media screen and (max-width:767px) {
  .smi__right {
    bottom: -30px
  }

  .smi__img img {
    max-height: 30px
  }

  .smi__subtitle {
    font-size: 18px;
    line-height: 1.5
  }
}

@media screen and (max-width:639px) {
  .cert__title {
    font-size: 25px
  }
}

@media screen and (max-width:479px) {
  .smi__subtitle {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 20px
  }

  .smi__right {
    bottom: -25px;
    width: 70%
  }

  .smi__img {
    max-width: 300px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
  }

  .smi__img img {
    max-height: 35px
  }

  .smi__img img:nth-child(1),
  .smi__img img:nth-child(2) {
    margin-bottom: 10px
  }

  .smi__img img:nth-child(1),
  .smi__img img:nth-child(3) {
    margin-right: 20px
  }
}

.order {
  padding: 90px 0;
  background-color: #2c9b66
}

.order__title {
  color: #fff;
  font-family: "Roboto", Arial, Helvetica, sans-serif
}

.order__content {
  margin-top: 30px;
  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:1219px) {
  .order__content {
    margin-top: 20px
  }
}

@media screen and (max-width:1023px) {
  .order__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 10px
  }
}

@media screen and (max-width:639px) {
  .order__content {
    margin-top: 0
  }
}

.order__item {
  color: #fff;
  text-align: center;
  margin: 10px 20px 0
}

@media screen and (max-width:1219px) {
  .order__item {
    margin: 10px 10px 0
  }
}

@media screen and (max-width:1023px) {
  .order__item {
    max-width: 225px;
    margin: 20px 10px 0
  }
}

@media screen and (max-width:639px) {
  .order__item {
    max-width: 210px
  }
}

@media screen and (max-width:479px) {
  .order__item {
    max-width: 80%
  }
}

.order__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 65px;
  margin-bottom: 30px
}

@media screen and (max-width:1023px) {
  .order__item-img {
    margin-bottom: 15px
  }
}

.order__item-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px
}

@media screen and (max-width:1023px) {
  .order__item-title {
    margin-bottom: 5px
  }
}

.order__item-text {
  font-size: 18px;
  line-height: 25px
}

.reviews {
  position: relative;
  z-index: 2;
  background-color: #fcf7f0
}

.reviews__wrapper {
  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;
  padding: 85px 0
}

.reviews__title {
  width: 100%;
  margin-bottom: 52px
}

.reviews__block {
  max-width: 970px;
  width: 100%;
  padding: 20px 29px 25px 35px;
  background: #fff;
  border-radius: 10px
}

.reviews__header,
.reviews__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.reviews__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid #dedede
}

.reviews__rating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.reviews__count {
  font-size: 16px
}

.reviews__button {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 20px 21px
}

.reviews__main {
  height: 515px;
  overflow: auto;
  scrollbar-color: #2c9b66 #dfe2e3 !important;
  scrollbar-width: thin !important
}

.reviews__main::-webkit-scrollbar {
  width: 8px
}

.reviews__main::-webkit-scrollbar-track {
  background: #e6e9e9;
  position: relative
}

.reviews__main::-webkit-scrollbar-thumb {
  background-color: #2c9b66;
  background-image: url(../img/scroll.png);
  background-size: 4px 7px;
  background-repeat: no-repeat;
  background-position: center center
}

.reviews .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px
}

.reviews .rating__star::before {
  content: '';
  display: block;
  background: url(../img/star.png) no-repeat center;
  background-size: contain
}

.reviews .rating__star--hf {
  width: 20px;
  height: 18px
}

.reviews .rating__star--hf::before {
  content: '';
  background: url(../img/star-unchecked.png) no-repeat center;
  display: block;
  background-size: contain;
  width: 20px;
  height: 18px
}

.reviews .comments {
  margin: 32px 0
}

.reviews .comments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px
}

.reviews .comments__item {
  padding-right: 30px;
  margin-bottom: 40px
}

.reviews .comments__item:last-child {
  margin: 0
}

.reviews .comments__item:last-child .comments__content {
  padding-bottom: 0 !important
}

.reviews .comments__item:last-child .comments__content:after {
  content: none !important
}

.reviews .comments__avatar,
.reviews .comments__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.reviews .comments__avatar {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin-right: 21px
}

.reviews .comments__name {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 0 3px
}

.reviews .comments__date {
  font-size: 15px;
  color: #403737
}

.reviews .comments__content {
  position: relative;
  padding-bottom: 40px
}

.reviews .comments__content::after {
  content: '';
  display: block;
  height: 1.5px;
  width: 100%;
  border-bottom: 1px solid #dedede;
  position: absolute;
  left: 0;
  bottom: 0
}

.reviews .comments__main {
  max-width: 769px;
  margin-bottom: 20px
}

.reviews .comments__main-hide {
  height: 51px;
  overflow: hidden
}

.reviews .comments__main--active {
  overflow: visible;
  height: auto
}

.reviews .comments__main::-webkit-scrollbar {
  z-index: 0
}

.reviews .comments__text {
  font-size: 17px;
  font-weight: 300;
  line-height: 26px
}

.reviews .comments__button {
  background: 0 0;
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  color: #666;
  font-size: 15px;
  display: inline-block;
  height: auto !important;
  opacity: 1
}

.reviews .comments__button::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -20px;
  top: 1px
}

.reviews .comments__button--active::after {
  top: 6px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg)
}

.reviews .comments__button-hide {
  display: none
}

.reviews .rating {
  max-width: 103px;
  margin-top: 7px
}

.reviews .rating__star,
.reviews .rating__star::before {
  width: 20px;
  height: 18px
}

.reviews .rating__star:nth-child(2n-2) {
  margin: 0
}

.reviews .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px
}

@media screen and (max-width:767px) {
  .reviews .social {
    margin-top: 34px
  }
}

.reviews .social__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.reviews .social__button:first-child {
  margin-right: 23px
}

.reviews .social__img {
  cursor: pointer
}

.reviews .social__img::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  margin-right: 9px;
  cursor: pointer
}

.reviews .social .like::before {
  background: url(../img/like.png) no-repeat center
}

.reviews .social .like-active::before {
  background: url(../img/like-active.png) no-repeat center
}

.reviews .social .dislike,
.reviews .social .dislike-active {
  position: relative;
  top: 3px
}

.reviews .social .dislike::before {
  background: url(../img/dislike.png) no-repeat center
}

.reviews .social .dislike-active::before {
  background: url(../img/dislike-active.png) no-repeat center
}

.reviews .social__count {
  font-size: 15px;
  color: #666
}

.reviews .feedback {
  display: none;
  -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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px 30px 0 0;
  position: relative
}

.reviews .feedback--show,
.reviews .feedback__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.reviews .feedback__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 28px
}

.reviews .feedback__main {
  width: 100%;
  position: relative;
  padding-bottom: 32px
}

.reviews .feedback__main::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #dedede;
  position: absolute;
  left: 0;
  bottom: 0
}

.reviews .feedback__icon {
  position: relative
}

.reviews .feedback__icon::before {
  content: '';
  display: block;
  background-size: contain;
  position: absolute
}

.reviews .feedback__icon--name {
  max-width: 299px;
  width: 100%;
  margin-right: 35px
}

.reviews .feedback__icon--name::before {
  width: 15px;
  height: 19px;
  background: url(../img/reviews-name.png) no-repeat center;
  top: 12px;
  left: 20px
}

.reviews .feedback__icon--message {
  min-height: 102px
}

.reviews .feedback__icon--message::before {
  width: 17px;
  height: 18px;
  background: url(../img/reviews-message.png) no-repeat center;
  top: 15px;
  left: 20px
}

.reviews .feedback__input {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300;
  outline: 0;
  border: 1px solid #dfe2e3;
  border-radius: 10px;
  padding: 11px 15px 11px 48px;
  width: 100%
}

.reviews .feedback__input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300
}

.reviews .feedback__input::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300
}

.reviews .feedback__input:-ms-input-placeholder,
.reviews .feedback__input::-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300
}

.reviews .feedback__input::placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300
}

.reviews .feedback__area {
  resize: none;
  max-width: 100%;
  width: 100%;
  min-height: 102px;
  margin-bottom: 28px;
  overflow-y: auto
}

.reviews .feedback__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.reviews .feedback__rating-text {
  font-size: 17px;
  font-weight: 300;
  margin-right: 20px
}

.reviews .feedback__star {
  width: 24px;
  height: 24px;
  cursor: pointer
}

.reviews .feedback__star:nth-child(2n-2) {
  margin: 0 5px
}

.reviews .feedback__star::before {
  content: '';
  display: block;
  background: url(../img/star-unchecked.png) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px
}

.reviews .feedback__star:focus,
.reviews .feedback__star:focus~a::before,
.reviews .feedback__star:hover,
.reviews .feedback__star:hover~a {
  background: url(../img/star.png) no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px
}

.reviews .feedback .hover::before,
.reviews .feedback .selected::before {
  background: url(../img/star.png) no-repeat center;
  background-size: cover;
  width: 24px;
  height: 24px
}

.reviews .feedback__button {
  font-size: 17px;
  font-weight: 500;
  padding: 14px 21px;
  max-width: 180px;
  width: 100%
}

.reviews .modal {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, .6);
  padding: 0 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999
}

.reviews .modal--show,
.reviews .modal__text,
.reviews .modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.reviews .modal__text,
.reviews .modal__wrapper {
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.reviews .modal__wrapper {
  background: #fff;
  max-width: 450px;
  width: 100%;
  height: 150px;
  -webkit-box-shadow: 0 0 11px 8px rgba(0, 0, 0, .2);
  box-shadow: 0 0 11px 8px rgba(0, 0, 0, .2);
  border-radius: 8px
}

.reviews .modal__text {
  font-size: 20px;
  text-align: center;
  line-height: 25px
}

.reviews .modal__text span {
  font-size: 24px
}

@media screen and (max-width:1023px) {
  .reviews__title {
    margin-bottom: 40px
  }

  .reviews__title br {
    display: none
  }

  .reviews__block {
    padding: 20px 29px 10px 35px
  }

  .reviews__main {
    height: 490px
  }

  .reviews .comments {
    margin: 22px 0
  }

  .reviews .comments__content {
    padding-bottom: 25px
  }

  .reviews .comments__item {
    margin-bottom: 25px
  }
}

@media screen and (max-width:767px) {
  .reviews__title {
    margin-bottom: 30px
  }

  .reviews__main {
    height: 517px
  }
}

@media screen and (max-width:639px) {
  .reviews__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .reviews__button {
    margin-bottom: 10px
  }

  .reviews__main {
    height: 515px
  }

  .reviews .feedback {
    padding-top: 22px
  }

  .reviews .feedback__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
  }

  .reviews .feedback__main {
    padding-bottom: 22px
  }

  .reviews .feedback__rating {
    margin: 0 0 20px 5px
  }

  .reviews .feedback__area {
    margin-bottom: 20px
  }
}

@media screen and (max-width:479px) {
  .reviews .comments__name {
    margin-right: 30px;
    margin-left: 2px;
    line-height: 1.2;
    display: block
  }

  .reviews__block {
    padding: 15px 10px 5px 15px
  }

  .reviews__header {
    padding-bottom: 15px
  }

  .reviews__main {
    height: 400px
  }

  .reviews .comments {
    margin: 15px 0
  }

  .reviews .comments__main {
    margin-bottom: 8px
  }

  .reviews .comments__content {
    padding-bottom: 15px
  }

  .reviews .comments__header {
    margin-bottom: 10px
  }

  .reviews .comments__header .rating__star,
  .reviews .comments__header .rating__star::before {
    width: 16px;
    height: 16px
  }

  .reviews .comments__avatar {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    font-size: 24px
  }

  .reviews .comments__date {
    font-size: 14px;
    margin-top: 5px
  }

  .reviews .comments__item {
    padding-right: 10px;
    margin-bottom: 15px
  }

  .reviews .comments__name {
    font-size: 16px
  }

  .reviews .comments__text {
    font-size: 16px;
    line-height: 23px
  }

  .reviews .comments__button {
    margin-bottom: 20px
  }

  .reviews .rating {
    margin-top: 2px
  }

  .reviews .feedback {
    padding: 15px 5px 0 0
  }

  .reviews .feedback__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
  }

  .reviews .feedback__main {
    padding-bottom: 22px
  }

  .reviews .feedback__rating {
    margin: 0 0 20px 5px
  }

  .reviews .feedback__rating-text {
    margin-right: 10px
  }

  .reviews .feedback__icon--name {
    max-width: 100%
  }

  .reviews .feedback__input::-webkit-input-placeholder {
    font-size: 16px
  }

  .reviews .feedback__input::-moz-placeholder {
    font-size: 16px
  }

  .reviews .feedback__input:-ms-input-placeholder,
  .reviews .feedback__input::-ms-input-placeholder {
    font-size: 16px
  }

  .reviews .feedback__input::placeholder {
    font-size: 16px
  }

  .reviews .feedback__area {
    margin-bottom: 20px
  }

  .reviews .social {
    margin-top: 15px
  }
}

.reviews .feedback__area {
  scrollbar-color: #2c9b66 #e6e9e9 !important;
  scrollbar-width: thin !important
}

.reviews .feedback__area::-webkit-scrollbar {
  width: 8px;
  background: #e6e9e9
}

.reviews .feedback__area::-webkit-scrollbar-track {
  position: relative;
  background: #e6e9e9
}

.reviews .feedback__area::-webkit-scrollbar-track-piece {
  background: #e6e9e9
}

.reviews .feedback__area::-webkit-scrollbar-thumb {
  background-color: #2c9b66;
  background-image: url(../img/scroll.png);
  background-size: 4px 7px;
  background-repeat: no-repeat;
  background-position: center center
}

footer {
  padding: 20px 0
}

@media screen and (max-width:1023px) {
  footer {
    padding: 0
  }
}

footer .ev-footer__link {
  font-size: 18px;
  text-decoration: none;
  margin-top: 4px
}

footer .ev-footer__link:hover {
  text-decoration: underline
}

.popup {
  background-color: #fcf7f0;
  padding: 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:999px) {
  .popup {
    padding: 10px
  }
}

.popup__img {
  position: relative;
  width: 225px;
  margin-top: 60px
}

@media screen and (max-width:999px) {
  .popup__img {
    display: none
  }
}

.popup__img-prod {
  width: 225px
}

.popup__img-sale {
  position: absolute;
  top: -35px;
  left: -45px
}

.popup__form {
  margin-left: 50px;
  max-width: 340px;
}

@media screen and (max-width:999px) {
  .popup__form {
    margin-left: 0
  }
}

.popup__form-title {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  text-align: center
}

.popup__form-price {
  width: 100%;
  margin: 20px auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.popup__form-price .prices__new .x_price_current {
  font-weight: 700;
  font-size: 60px;
  color: #000
}

.popup__form-price .prices__new .x_currency {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #000
}

.popup__form-price .prices__old {
  position: relative;
  display: inline-block;
  right: 45px;
}

.popup__form-price .prices__old::before {
  content: '';
  position: absolute;
  left: -3%;
  top: 50%;
  width: 106%;
  height: 2px;
  background-color: #df5858
}

@media screen and (min-width:2500px) {
  .popup__form-price .prices__old::before {
    height: 2px
  }
}

.popup__form-price .prices__old .x_price_previous {
  font-size: 30px;
  color: #333;
  opacity: .7
}

.popup__form-price .prices__old .x_currency {
  font-size: 20px;
  color: #333;
  opacity: .7
}

.popup__form-input {
  margin-bottom: 20px
}

.popup__form-input input,
.popup__form-input select {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 25px;
  font-size: 16px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  height: 80px
}

.popup__form-btn {
  width: 100%
}

.popup__form-note {
  color: #555;
  font-size: 16px;
  text-align: center;
  margin-top: 20px
}

.ever-popup .ever-popup__close {
  background-color: #e35e5e
}

.ever-popup .ever-popup__inner {
  padding-top: 30px;
  margin: 0 auto !important
}

@media screen and (max-width:999px) {
  .ever-popup .ever-popup__inner {
    width: 300px !important
  }
}

.ever-popup .ever-popup__close:after,
.ever-popup .ever-popup__close:before {
  width: 20px;
  height: 5px;
  top: 12px;
  right: 8px
}

.ever-popup.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

@media screen and (max-width:999px) {

  .popup .btn,
  .popup__form-input input,
  .popup__form-input select {
    height: 60px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px 25px
  }

  .popup__form-input {
    margin-bottom: 15px
  }

  .popup__form-note {
    margin-top: 10px
  }

  .popup .btn {
    padding: 15px 25px
  }
}

@media screen and (max-width:1023px) {
  .block {
    padding: 40px 0
  }
}

@media screen and (max-width:767px) {
  .block {
    padding: 30px 0
  }
}

@media screen and (max-width:639px) {
  .block {
    padding: 30px 0
  }
}

@media screen and (max-width:479px) {
  .block {
    padding: 25px 0
  }
}

@media (max-width: 479px) {
  .new-line {
    display: block;
  }

  .btn.effect__btn {
    padding: 25px 42px;
    font-size: 22px;
  }
}

.about__text--bold {
  font-weight: 700;
}

.expert__info {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: -20px;
  left: auto !important;
}

.other__buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.other-btn {
  width: 37%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  padding: 22px;
  box-sizing: border-box;
  border-radius: 50px;
  cursor: pointer;
}

.other-1 {
  margin-right: 30px;
  border: 2px solid #D3D3D3;
  background-color: #ffffff;
}

.other-1.other-active-btn {
  border: 2px solid #DF5858;
}

.other-2 {
  border: 2px solid #2C9B66;
  background-color: #ffffff;
}

.other-2.other-active-btn {
  border: 2px solid #2C9B66;
  background-color: #2C9B66;
  color: white;
}

.other__main-list--el:before,
.other__main-list--title .other-red:after {
  animation: none;
}

.other__main-prod {
  display: none;
}

.other__main-prod.other-img-active {
  display: block;
}

.other__main {
  position: relative;
}

.other-text-1 {
  display: none;
  width: 140px;
  position: absolute;
  left: 21%;
  top: 40%;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: #333333;
}

.other-text-1.other-text-active {
  display: block;
}

@media screen and (max-width: 1219px) {
  .other-btn {
    font-size: 20px;
  }

  .other__title {
    margin-bottom: 20px;
  }

  .other__buttons {
    margin-bottom: 20px;
  }

  .other-text-1 {
    left: 14.5%;
    top: 43%;
  }
}

@media screen and (max-width: 1023px) {
  .other-btn {
    width: calc(50% - 15px);
  }

  .other-text-1 {
    left: 12%;
    top: 41%;
    font-size: 15px;
    width: 120px;
  }

  .other__main-list--title .other-red:after {
    content: '';
    margin-left: 15px;
    margin-top: 3px;
    width: 24px;
    height: 24px;
    background-image: url(../img/red-bul.png);
    background-size: cover;
  }

  .other__main-list--title .other-green:after {
    content: '';
    width: 50px;
    height: 50px;
    background-color: #2c9b66;
    border-radius: 50%;
    background-image: url(../img/check2.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 17px;
    margin-top: -12px
  }


}

@media screen and (max-width: 767px) {
  .other-text-1 {
    left: 40.5%;
    top: 64%;
    font-size: 16px;
    width: 120px;
  }

  .other-btn {
    width: calc(50% - 10px);
    font-size: 17px;
  }

  .other-1 {
    margin-right: 20px;
  }

  .other__main-prod-1 {
    padding-right: 0 !important;
  }

  .other__subtitle {
    margin-top: 10px;
  }

  .other__main-list--title {
    display: block;
  }

  .other__buttons {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 639px) {
  .other-text-1 {
    display: none !important;
  }

  .other__buttons {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .other-btn {
    max-width: 300px;
    width: 100%;
    padding: 15px;
  }

  .other-1 {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .other__main-prod {
    display: none !important;
  }

  .other-btn-639 {
    display: none;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 38px;
  }

  .other-btn-639.order-active {
    display: block;
  }

  .other__main-list--title {
    display: none !important;
  }
}


@keyframes light {
  0% {
    background-color: #2C9B66;
    color: white;
  }

  50% {
    background-color: #ffffff;
    color: black;
  }

  100% {
    background-color: #2C9B66;
    color: white;
  }
}

@media screen and (min-width: 640px) {
  .other-btn-639 {
    display: none !important;
  }

  .other-2.other-btn {
    animation-name: light;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
  }

  .other-2.other-btn.other-active-btn {
    animation: none;
  }
}


.promo-bottom .btn,
.action__center .btn,
.promo-top__left-btn .btn {
  line-height: 1.1;
}

.promo-bottom .btn,
.action__center .btn {
  font-size: 20px;
}

.about__item-text {
  line-height: 1.3;
}

.expert__prof {
  width: 200px;
  text-align: center;
  padding-left: 0;
}

@media (min-width: 1220px) {
  .new-line-span {
    display: block;
  }

  .process__title {
    position: relative;
    z-index: 10;
  }

  .process__image-bg {
    position: relative;
    left: 100px;
  }

  .process__item:nth-child(1) .process__item-img {
    right: 237px;
  }

  .process__item:nth-child(2) .process__item-img {
    right: 220px;
  }

  .process__item:nth-child(3) .process__item-img {
    right: 291px;
  }

  .process__item:nth-child(4) .process__item-img {
    right: 189px;
  }

  .process__item .process__item-line:after {
    content: '';
    position: absolute;
    top: 0;
    right: -77px;
    width: 176px;
    height: 2px;
    background-color: #2c9b66;
  }

  .process__item:nth-child(2) .process__item-line:after {
    right: -95px;
    width: 194px;
  }

  .process__item:nth-child(3) .process__item-line:after {
    right: -78px;
    width: 164px;
  }

  .process__item:nth-child(4) .process__item-line:after {
    right: -98px;
    width: 190px;
  }
}

.reviews__rating .rating .rating__star:last-of-type:before {
  background: url(../img/star-half.png) no-repeat center
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .process__item-text.middle-text {
    min-width: 525px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .promo-bottom .prices {
    width: 270px;
    margin: 0 auto 15px auto;
  }

  .new-line-new {
    display: block;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .question {
    padding: 35px 0 90px 0;
  }
}

@media (max-width: 639px) {
  .block.smi .btn.ever-popup-btn {
    font-size: 20px;
    line-height: 96%;
  }
}

@media (max-width: 767px) {
  .promo-top__left-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .promo-top__left-bottom .prices {
    margin-bottom: 15px;
  }
}

.item-text__new-line {
  display: block;
}

.process__item-text {
  line-height: 1.2;
}

.check__list-el--img {
  flex-shrink: 0;
}

.reviews .modal__text {
  padding: 0 15px;
}

.modal__text {
  padding: 0 15px;
}

.modal__text .text-bold {
  margin-bottom: 15px;
  max-width: 200px;
}

.reviews .modal__text .ie-span {
  font-size: 20px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */

   .modal__wrapper {
      padding: 0 25px;
   }

   .reviews .modal__text .ie-span {
      display: block;

      font-weight: 400;
   }
}
@media(max-width:1023px) {
  .nav {
      margin-top: 78px;
  }
  .block.news {
      margin-bottom:78px;
  }
}


@media(max-width:479px) {
  .nav {
      margin-top: 95px;
  }
  .block.news {
      margin-bottom:95px;
  }
}
