.slider {
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}

.slick-slide {
  margin: 0 20px
}
.form input, .form select, .form input, .form .btn {
  position: relative;
  z-index: 20;
}
.slick-arrow:focus,
.slick-arrow:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.slick-arrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 50px;
  background: transparent no-repeat center center;
  background-size: 100% 100%
}

.img-fluid {
  display: inline-block;
  height: auto;
  max-width: 100%
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-dots {
  text-align: center
}

.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  background-color: #a7d202;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left: 1px
}

.owl-dots button.owl-dot {
  border: 1px solid gray;
  background: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: relative;
  margin-right: 15px;
  cursor: pointer
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

footer,
header,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

h1,
h2 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

img {
  vertical-align: middle;
  border-style: none
}

table {
  border-collapse: collapse
}

th {
  text-align: inherit
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  overflow: auto;
  resize: vertical
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button
}

.h2,
h1,
h2 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col,
.col-12,
.col-auto,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-md-5,
.col-md-7,
.col-xl-4,
.col-xl-5,
.col-xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media (min-width:768px) {
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }
}

@media (min-width:992px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 30%;
    max-width: 30%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
}

@media (min-width:1200px) {
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.d-none {
  display: none !important
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-block {
    display: block !important
  }
}

@media (min-width:1200px) {
  .d-xl-inline {
    display: inline !important
  }
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.ml-auto {
  margin-left: auto !important
}

@media (min-width:1200px) {
  .mb-xl-5 {
    margin-bottom: 3rem !important
  }

  .pl-xl-4r {
    padding-left: 4rem !important
  }
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  p {
    orphans: 3;
    widows: 3
  }

  h2 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }
}

html {
  font-size: 62.5%
}

body {
  color: #00000099;
  font-family: Rubik, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5
}

.wrapper {
  overflow: hidden
}

header {
  padding: 20px 0;
  position: relative;
  z-index: 19
}

.man-photo {
  position: relative
}

.man-photo::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -137px;
  width: 379px;
  height: 649px;
  background: url(../img/sec-1-people.png) no-repeat center/contain;
}

.sec {
  padding: 9rem 0
}

.sec_1 {
  background-color: #539ca7;
  padding: 14rem 0 1rem;
  position: relative;
  z-index: 0
}

.man-photo {
  background-color: #539ca7
}

.man-photo:before {
  content: '';
  position: absolute;
  top: -12%;
  left: 50%;
  transform: translateX(-64%) rotate(-2deg);
  width: 2614px;
  height: 953px;
  background: #fff;
  border-radius: 50% 0 80% 0
}

.sec_9:before {
  height: 1500px
}

.sec_3 {
  background-color: #f7f7f7;
  padding: 0 0 9rem
}

.sec_4 p {
  margin-bottom: 3rem
}

.sec_5 {
  background-color: #f7f7f7
}

.sec_6 {
  padding: 25rem 0 9rem;
  position: relative
}

.sec_7 {
  overflow: hidden;
  padding: 9rem 0 21rem
}

.slick-vertical .slick-slide {
  display: flex
}

.slick-track {
  display: flex !important
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 5rem;
  line-height: .92;
  margin: 0 0 3.4rem;
  color: #000
}

.h1-desc {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  color: #000;
  line-height: 1.3;
  max-width: 37rem
}

.form {
  width: 100%;
  -webkit-box-shadow: -7px 7px 65px rgba(0, 0, 0, .16);
  box-shadow: -7px 7px 65px rgba(0, 0, 0, .16);
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden
}

.form__top {
  border-radius: 5px 5px 0 0;
  background-image: -webkit-linear-gradient(45deg, #bde2be 0, #bde2be 100%);
  background-image: -o-linear-gradient(45deg, #bde2be 0, #bde2be 100%);
  background-image: linear-gradient(45deg, #bde2be 0, #bde2be 100%);
  padding: 4rem 4rem 3.5rem;
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.15
}

.form__main {
  padding: 3.5rem 3rem 3.5rem
}

.form input,
.form select {
  width: 100%;
  height: 7rem;
  background-color: #f7f7f7;
  border: none;
  padding: 0 1em;
  margin-bottom: 1rem;
  outline: none;
  text-align: right;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  background-repeat: no-repeat;
  background-position: 96% 50%;
}

.form input:active,
.form input:focus {
  outline: 0
}

.form_1 {
  position: relative;
  top: -14rem
}

.form_22 {
  top: -3rem
}

.form_2 {
  padding: 3.5rem 6rem 4rem;
  margin-bottom: -24.5rem;
  position: relative;
  z-index: 2
}

.form_2 .form__top {
  padding: 0 0 3rem;
  background: 0 0;
  text-align: left;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  border-bottom: 1px solid #00000012
}

.form_2 .form__main {
  padding: 3.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.form_2 .form__main>button,
.form_2 .form__main>input {
  margin-right: 3rem
}

.form_2 .form__main>button {
  margin-right: 0
}

.form_3 {
  padding: 6rem 0;
  margin-top: -30rem;
  margin-bottom: 9rem
}

.form_3 .form__top {
  background: 0 0;
  padding: 3rem 6rem;
  text-align: left;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
}

.my-popup {
  width: 370px;
  max-width: 100%
}

.my-popup .form__main {
  padding-top: 0 !important
}

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

.form_3 .form__main input {
  width: calc(50% - .7rem)
}

.form_3 .form__main textarea {
  width: 100%;
  resize: none;
  border: none;
  padding: 1em;
  background-color: #f7f7f7;
  min-height: 14rem;
  margin-bottom: 1rem
}

.form_3 .form__main textarea:active,
.form_3 .form__main textarea:focus {
  outline: 0
}

.price {
  text-align: center;
  margin-bottom: 3.5rem
}

.price__new {
  color: #188352;
  font-family: 'Rubik', sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  display: block
}

.price__new:after,
.price__new:before {
  content: '';
  position: absolute;
  width: 66px;
  height: 4px;
  background-color: #fff;
  top: 50%;
  margin-top: -6px
}

.price__new:before {
  left: -8.6rem
}

.price__new:after {
  right: -8.6rem
}

.price__old {
  color: #188352;
  font-family: Rubik;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #fff;
  display: inline-block;
  padding: .4rem 3rem
}

.timer-desc {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: .5rem;
  font-family: Rubik, sans-serif
}

.timer-desc_2 {
  margin: 2rem 3rem 0 0;
  color: #00000099;
  font-weight: 400
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -3.6rem;
  margin-bottom: -3.5rem
}

.timer__number {
  width: 7rem;
  height: 7rem;
  border-radius: 5px;
  background-color: #f7f7f7;
  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;
  margin-right: 1rem;
  font-size: 3.8rem;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
  position: relative
}

.timer__number:after {
  content: 'Horas';
  position: absolute;
  opacity: .6;
  color: #000;
  font-family: Rubik, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.timer__number:nth-of-type(2):after {
  content: 'Minutos'
}

.timer__number:last-of-type {
  margin-right: 0
}

.timer__number:last-of-type:after {
  content: 'Segundos'
}

.timer_2 {
  margin: 2rem 0 0
}

.timer_2 .timer__number:after {
  bottom: unset;
  top: -2rem
}

.btn {
  width: 100%;
  height: 7rem;
  -webkit-box-shadow: 0 15px 29px rgba(120, 95, 16, .32);
  box-shadow: 0 15px 29px rgba(120, 95, 16, .32);
  background-image: -webkit-linear-gradient(30deg, #bde2be 0, #bde2be 100%);
  background-image: -o-linear-gradient(30deg, #bde2be 0, #bde2be 100%);
  background-image: linear-gradient(60deg, #bde2be 0, #bde2be 100%);
  color: #654e0a;
  font-weight: 700;
  border: none;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}

.btn:active,
.btn:focus {
  outline: 0
}

.btn:hover {
  -webkit-box-shadow: 0 15px 29px rgba(173, 138, 20, .32);
  box-shadow: 0 15px 29px rgba(173, 138, 20, .32)
}

.btn_rev {
  max-width: 24.3rem;
  display: block;
  margin: auto
}

img.lazy {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.img-tube {
  position: absolute;
  right: -20.5rem;
  top: 12.5rem;
  z-index: 2
}

.img-dots {
  position: relative
}

.img-dots:after {
  content: '';
  width: 98.6%;
  height: 96%;
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
  z-index: -1;
  background: url(../img/dots-bg.png) repeat
}

.img-sec6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1
}

.img-sert {
  -webkit-box-shadow: -7px 7px 65px rgba(0, 0, 0, .16);
  box-shadow: -7px 7px 65px rgba(0, 0, 0, .16);
  margin: auto;
  display: block
}

.img-woman {
  display: none
}

.h2 {
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 5.5rem;
  text-align: center
}

.h2_1 {
  text-align: left;
  margin-bottom: 2.5rem;
  margin-top: 1rem
}

.h2_2 {
  text-align: left;
  margin: 10rem 0 0 13rem
}

.h2_3 {
  margin: 0 0 7.5rem
}

.h2-info {
  font-size: 1.4rem;
  font-style: italic
}

.card {
  font-size: 1.4rem;
  text-align: center;
  width: 27rem;
  margin: 0 1.5rem 5rem;
  position: relative
}

.card:before {
  width: 105%;
  height: 22rem;
  background: url(../img/dots-bg.png) repeat;
  position: absolute;
  z-index: -1
}

.card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.5rem 1rem
}

.card img {
  display: block;
  margin: 0 auto 2rem
}

.card:nth-of-type(1):before {
  content: '';
  right: 1rem;
  top: -3rem
}

.card:nth-of-type(4):before {
  content: '';
  left: 1rem;
  top: -3rem
}

.card:nth-of-type(6):before {
  content: '';
  width: 82.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -3rem
}

.alert {
  -webkit-box-shadow: -7px 7px 65px rgba(0, 0, 0, .16);
  box-shadow: -7px 7px 65px rgba(0, 0, 0, .16);
  border-radius: 5px;
  background: #fff url(../img/alert-bg.jpg) no-repeat center left;
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 2.1rem;
  padding: 3.4rem 8rem;
  margin-bottom: 2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.alert__text {
  margin-left: 22rem;
  text-align: center
}

.alert span {
  display: block;
  color: #176742;
  background-color: #bde2be
}

.sostav {
  position: relative
}

.sostav__main-img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: 55rem
}

.sostav__title span {
  display: inline
}

.sostav__desc {
  display: none;
  position: relative
}

.sostav__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  position: relative;
  flex-direction: column-reverse
}

.sostav__title {
  margin-top: 10px
}

.sostav__block {
  position: absolute;
  width: 28rem;
  font-size: 1.4rem;
  line-height: 1.28;
  padding: 1rem 3rem 3rem;
  border-radius: 5px;
  overflow: hidden
}

.sostav__block:before {
  content: '';
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 9999px #fff;
  box-shadow: 0 0 0 9999px #fff;
  position: absolute;
  right: -1.5rem;
  top: 3rem;
  opacity: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.sostav__block:nth-of-type(1) {
  top: 15rem;
  left: 10.2rem
}

.sostav__block:nth-of-type(1):before {
  top: 5.8rem
}


.sostav__block:nth-of-type(3) {
  top: 34.5rem;
  left: 1rem
}

.sostav__block:nth-of-type(3):before {
  top: 4.6rem
}

.sostav__block:nth-of-type(4) {
  top: 51.4rem;
  left: 10.2rem
}

.sostav__block:nth-of-type(4):before {
  top: 1.5rem
}

.sostav__block:nth-of-type(5) {
  top: 29.5rem;
  left: 78.5rem
}

.sostav__block:nth-of-type(5):before {
  background: #fff
}

.sostav__block:nth-of-type(2) {
  top: 8.5rem;
  left: 80.8rem
}

.sostav__block:nth-of-type(2):before {
  top: 5.8rem
}

.sostav__block:nth-of-type(7) {
  top: 17.1rem;
  left: 87.9rem
}

.sostav__block:nth-of-type(8) {
  top: 34.5rem;
  left: 87.9rem
}

.sostav__block:nth-of-type(8):before {
  top: 4.6rem
}

.sostav__block:nth-of-type(9) {
  top: 50.5rem;
  left: 76.9rem
}

.sostav__block:nth-of-type(8):before {
  top: 6.6rem
}

.sostav__block_right:before {
  right: unset;
  left: -1.5rem
}

.sostav__block_right .sostav__title {
  text-align: right
}

.table {
  margin-bottom: 6rem
}

.table tr td,
.table tr th {
  text-align: center;
  padding: 1.3rem
}

.table tr td:first-of-type,
.table tr th:first-of-type {
  text-align: right
}

.table tr td:nth-of-type(even),
.table tr th:nth-of-type(even) {
  background-color: #ededed
}

.table tr td {
  font-size: 1.4rem;
  vertical-align: middle
}

.table tr th {
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  border-top: none;
  line-height: 1;
  vertical-align: baseline
}

.table tr th img {
  display: block;
  margin: auto;
  position: relative
}

.skidka {
  display: inline-block;
  color: #bde2be;
  background: #fff;
  padding: .5rem 1rem 0;
  margin-top: .5rem
}

.skidka_2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  margin-top: 1.5rem;
  padding: .9rem 1rem .4rem
}

.iksperd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 8rem
}

.iksperd:last-of-type {
  margin-bottom: 0
}

.iksperd__img {
  display: inline-block;
  position: relative
}

.iksperd__img:before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  width: 100%;
  height: calc(100% + 6rem);
  background: url(../img/dots-bg.png) repeat;
  z-index: -1
}

.iksperd__text {
  position: absolute;
  z-index: 1;
  width: 62%;
  right: 0;
  top: 3rem;
  -webkit-box-shadow: -7px 7px 65px rgba(0, 0, 0, .16);
  box-shadow: -7px 7px 65px rgba(0, 0, 0, .16);
  background-color: #fff;
  border-radius: 5px;
  padding: 4.4rem
}

.iksperd__text:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 100px 0 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 12rem;
  left: -9rem;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg)
}

.iksperd__text p {
  padding-bottom: 3rem
}

.iksperd__podpis {
  font-size: 1.37rem;
  font-style: italic;
  text-align: right
}

.iksperd_rev .iksperd__img {
  margin-left: auto
}

.iksperd_rev .iksperd__img:before {
  left: -3rem
}

.iksperd_rev .iksperd__text {
  right: unset;
  left: 0
}

.iksperd_rev .iksperd__text:before {
  border-width: 28px 0 0 100px;
  border-color: transparent transparent transparent #fff;
  left: unset;
  right: -9rem
}

.slider {
  min-height: 100%
}

.rev {
  font-size: 1.4rem;
  box-shadow: 1px 7px 20px rgb(0 0 0 / 16%);
  border-radius: 5px;
  background-color: #fff;
  padding: 1rem 4.5rem 3.5rem;
  margin-top: 7.2rem;
  margin-bottom: 7rem
}

.rev img {
  max-width: 100%;
  width: auto !important;
  margin: -8.2rem auto 3rem
}

.rev__title {
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2.5rem
}

.rev__title span {
  display: block;
  color: #00000099;
  font-family: Rubik, sans-serif;
  font-size: 1.4rem;
  font-style: italic
}

.use {
  text-align: center;
  font-size: 1.4rem
}

.use__wrap {
  margin-bottom: 10rem
}

.use__circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 10px 29px rgba(11, 45, 29, .25);
  box-shadow: 0 10px 29px rgba(11, 45, 29, .25);
  background-image: -webkit-linear-gradient(45deg, #bde2be 0, #bde2be 100%);
  background-image: -o-linear-gradient(45deg, #bde2be 0, #bde2be 100%);
  background-image: linear-gradient(45deg, #bde2be 0, #bde2be 100%);
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #188352;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  padding-top: 11px;
  margin-bottom: 3rem;
  position: relative
}

.use__circle:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -300%;
  margin-top: -2px;
  width: 300%;
  height: 4px;
  background-color: #000;
  opacity: .05;
  z-index: -1
}

.use:last-of-type .use__circle:before {
  content: none
}

@media (max-width:1340px) {
  .man-photo::after {
    right: 50%;
    transform: translateX(211%);
    width: 319px;
    height: 549px;
  }
}

@media (min-width:1280px) {
  .container {
    max-width: 1200px
  }
}

@media (max-width:1279px) {
  .card:nth-of-type(3):before {
    content: '';
    left: 1rem;
    top: -3rem
  }

  .card:nth-of-type(4):before {
    content: none
  }

  .card:nth-of-type(5):before {
    content: '';
    width: 82.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -3rem
  }

  .card:nth-of-type(6):before {
    content: none
  }

  .alert {
    background: #fff url(../img/alert-bg.jpg) no-repeat center left/contain
  }

  .alert__text {
    margin-left: 15rem
  }

  .sostav__block:nth-of-type(1) {
    left: 7.2rem
  }

  .sostav__block:nth-of-type(3) {
    left: -2rem
  }

  .sostav__block:nth-of-type(4) {
    left: 7.2rem
  }

  .sostav__block:nth-of-type(6) {
    left: 75.8rem
  }

  .sostav__block:nth-of-type(7) {
    left: 85rem
  }

  .sostav__block:nth-of-type(8) {
    left: 85rem
  }

  .use__circle:before {
    right: -280%
  }
}

@media (max-width:1199px) {
  .h1-desc {
    max-width: 29rem
  }

  .alert {
    background: #fff;
    padding: 3rem 6rem
  }

  .man-photo::after {
    transform: translateX(201%)
  }

  .alert__text {
    margin: 0
  }

  .sostav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .sostav__main-img {
    display: none
  }

  .sostav__block {
    position: static;
    width: 25%;
    text-align: center !important;
    margin-bottom: 3rem
  }

  .sostav__block:before {
    content: none
  }

  .sostav__block_right .sostav__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .sostav__block_right .sostav__title {
    text-align: center
  }

  .sostav__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .sostav__head img {
    height: 130px;
    -o-object-fit: scale-down;
    object-fit: scale-down
  }

  .form_3 .form__main {
    padding: 3rem 6rem 0
  }

  .h2_2 {
    margin: 8rem 0 0 0
  }

  .use__circle:before {
    right: -230%
  }

  .sec_3 {
    padding: 0
  }

  .form_2 .form__top {
    font-size: 2.6rem
  }
}

@media (max-width:991px) {
  h1 {
    font-size: 4rem;
  }

  .sec {
    padding: 6rem 0
  }

  .sec_1 {
    padding: 0 0 6rem;
    overflow: hidden
  }

  .sec_2 {
    padding: 6rem 0 10rem
  }

  .man-photo:before {
    top: -3%;
  }

  .man-photo::after {
    transform: translateX(154%)
  }

  .sec_3 {
    padding-top: 0
  }

  .sec_6 {
    padding: 26rem 0 6rem
  }

  header {
    margin-bottom: 0;
    padding: 21px
  }

  .form_1 {
    top: 20px
  }

  .form_3 {
    margin-top: -14rem;
    margin-bottom: 0
  }

  .h1-desc {
    margin: 0 0 3rem
  }

  .img-tube {
    right: 69%;
    top: -15.3rem;
    z-index: 2;
    max-width: 127px;
  }

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

  .price__new {
    -ms-flex-item-align: center;
    align-self: center
  }

  .price__old {
    -ms-flex-item-align: center;
    align-self: center
  }

  .card:nth-of-type(odd):before {
    content: '';
    right: 1rem;
    top: -3rem
  }

  .card:nth-of-type(even):before {
    content: '';
    right: unset;
    left: 1rem;
    top: -3rem
  }

  .card:nth-of-type(3):before {
    right: 1rem;
    top: -3rem;
    left: unset
  }

  .card:nth-of-type(5):before {
    width: 105%;
    left: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .card:nth-of-type(6):before {
    width: 105%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .iksperd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 6rem
  }

  .iksperd__text {
    position: relative
  }

  .iksperd__img {
    display: block;
    margin: 0 auto;
    width: 12rem
  }

  .iksperd__img:before {
    left: -3rem;
    width: calc(100% + 6rem)
  }

  .iksperd__img img {
    max-width: 100%
  }

  .iksperd__text {
    width: 100%;
    top: -3rem;
    padding: 3rem;
    font-size: 1.3rem
  }

  .iksperd__text p {
    margin-bottom: 2em;
    padding-bottom: 0
  }

  .iksperd__text:before {
    content: none
  }

  .iksperd__podpis {
    font-size: 1.3rem
  }

  .h2_2 {
    margin: 8rem 0 4.5rem;
    text-align: center
  }

  .h2_3 {
    margin: 0 0 3rem
  }

  .use {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0
  }

  .use__wrap {
    margin-bottom: 8rem
  }

  .use__circle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 1.6rem;
    width: 70px;
    height: 70px;
    padding-top: 0
  }

  .use__circle:before {
    width: 4px;
    height: 150%;
    left: 50%;
    margin-left: -2px
  }

  .use p {
    margin: 0;
    text-align: right;
  }

  .sostav__block {
    width: 50%;
    padding: 1rem;
    font-size: 1.1rem
  }

  .sostav__head img {
    height: 100px
  }
}

@media (max-width:767px) {
  .sec666 {
    margin-top: -300px
  }

  header {
    display: none
  }

  .man-photo:before {
    top: -6%;
  }

  .man-photo:after {
    display: none;
    background: 0 0
  }

  .sec_1:before {
    transform: translateX(-58%) rotate(-51deg)
  }

  .container {
    padding-left: 5rem;
    padding-right: 4rem
  }

  .logo {
    position: relative;
    left: -.7rem;
    padding: 3.2rem 0
  }

  h1 {
    font-size: 3rem;
    margin: 0 0 2.4rem
  }

  .h1-desc {
    font-size: 2rem
  }

  .h2 {
    font-size: 2.4rem;
    margin-bottom: 3.5rem
  }

  .h2_4 {
    margin-top: -7rem;
    margin-bottom: 3rem
  }

  .h2_2 {
    margin: 6rem 0 3rem
  }

  .img-tube {
    left: 7%;
    top: -1rem;
    margin: auto;
    display: block;
    position: inherit
  }

  .img-woman {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
  }

  .form input {
    height: 6rem;
    font-size: 1.4rem;
    text-align: right;
  }

  .form_1 .form__top {
    padding: 3rem;
    font-size: 2rem
  }

  .form_1 .form__main {
    padding: 3rem 3rem
  }

  .form_3 {
    background: 0 0;
    padding: 0;
    margin-top: -19.2rem
  }

  .form_3 .form__top {
    background-image: -webkit-linear-gradient(45deg, #bde2be 0, #bde2be 100%);
    background-image: -o-linear-gradient(45deg, #bde2be 0, #bde2be 100%);
    background-image: linear-gradient(45deg, #bde2be 0, #bde2be 100%);
    font-size: 2.4rem;
    padding: 3rem 1.5rem 1.5rem;
    text-align: center
  }

  .form_3 .form__main {
    background-color: #fff;
    padding: 3rem
  }

  .form_3 .form__main input {
    width: 100%
  }

  .form_3 .form__main textarea {
    text-align: center;
    min-height: 12rem
  }

  .btn {
    height: 6rem;
    font-size: 1.4rem
  }

  .btn_1 {
    position: relative;
    z-index: 2
  }

  .btn_rev {
    max-width: 100%
  }

  .price {
    margin-bottom: 2rem
  }

  .price__new {
    font-size: 3rem;
    margin-bottom: .3rem
  }

  .price__new:after,
  .price__new:before {
    margin-top: -5px;
    height: 3px
  }

  .price__old {
    font-size: 1.4rem;
    padding: .4rem 1rem
  }

  .timer-desc {
    font-size: 1.4rem;
    margin-bottom: 1.5rem
  }

  .timer__number:after {
    font-size: 1.3rem
  }

  .sec {
    padding: 4.5rem 0
  }

  .sec_1 {
    padding: 0 0 4.5rem;
    position: relative
  }

  .sec_2 {
    padding: 4.5rem 0 14rem
  }

  .sec_3 {
    padding-top: 0
  }

  .sec_4 p {
    margin-bottom: 3rem
  }

  .sec_6 {
    padding: 34.5rem 0 4.5rem
  }

  .sec_7 {
    padding: 4.5rem 0 15rem
  }

  .sec_9 {
    position: relative;
    z-index: 0
  }

  .card:before {
    height: 20rem
  }

  .card:nth-of-type(odd):before {
    right: -92%;
    top: -3rem
  }

  .card:nth-of-type(even):before {
    right: unset;
    left: -50%
  }

  .alert {
    padding: 4.5rem 4.5rem 3.5rem;
    background: #fff url(../img/alert-m.png) no-repeat right top;
    margin: 0
  }

  .alert__text {
    font-size: 2rem;
    text-align: left;
    font-weight: 700;
    line-height: 1.3
  }

  .alert__text span {
    margin: .5rem -1rem 0;
    padding: 1rem;
    font-weight: 400
  }

  .sostav__block {
    width: 50%;
    font-size: 1.1rem
  }

  .sostav__block:last-of-type {
    margin: 0
  }

  .table {
    margin-bottom: 0
  }

  .table tr td:nth-of-type(even),
  .table tr th:nth-of-type(even) {
    background: 0 0
  }

  .table tr th {
    font-size: 1.31rem;
    white-space: nowrap
  }

  .table tr td {
    font-size: 10px
  }

  .table tr td:first-of-type {
    font-size: 1.8rem;
    font-family: 'Rubik', sans-serif;
    color: #000;
    vertical-align: middle
  }

  .table tr:nth-of-type(2)>td img {
    left: 10px;
    top: 0;
    width: 76px
  }

  .table tr:nth-of-type(3)>td img {
    left: 8px;
    top: 12px
  }

  .table tr:nth-of-type(4)>td img {
    left: 16px;
    top: 21px
  }

  .table tr:nth-of-type(5)>td img {
    left: 11px;
    top: 13px
  }

  .table tr:nth-of-type(even) td {
    background-color: #ededed
  }

  .table-responsive {
    margin-left: -4rem;
    margin-right: -4rem;
    width: calc(98% + 8rem)
  }

  .t-sost {
    position: relative;
    width: 68px;
    height: 140px;
    margin-left: auto
  }

  .t-sost:before {
    content: attr(data-text);
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    top: 50%;
    left: 15%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    white-space: nowrap
  }

  .t-sost img {
    position: absolute
  }

  .rev {
    font-size: 1.3rem;
    height: initial
  }

  .rev img {
    max-width: 14.4rem
  }

  .rev__title {
    font-size: 2rem
  }

  .rev__title span {
    font-size: 1.3rem
  }

  .skidka_2 {
    font-size: 1.8rem
  }
}

.copyright {
  font-size: 14px;
  text-align: center;
  padding: 0 0;
  color: #6c6e6f
}

.copyright img {
  margin: 10px auto !important;
  max-width: 100%
}

.copyright a {
  color: #6c6e6f;
  text-decoration: none
}

.copyright a:hover {
  color: #ff0069;
  text-decoration: none
}

@media screen and (min-width:0\0) {
  .sec_1 {

    padding: 14rem 0 1rem
  }
}

@media only screen and (min-device-width:509px) and (max-device-width:540px) {
  .col-121 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: auto !important;
    max-width: 69% !important
  }

  .container1 {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

@media screen and (max-width:463px) {
  .table tr th {
    font-size: 1rem;
    white-space: nowrap
  }
}

@media only screen and (min-device-width:425px) and (max-device-width:508px) {
  .col-121 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: auto !important;
    max-width: 55% !important
  }

  .container1 {
    padding-left: 1rem;
    padding-right: 1rem
  }

  .table-responsive {
    margin-left: -5rem;
    margin-right: 4rem;
    width: calc(87% + 10rem)
  }
}

@media only screen and (min-device-width:385px) and (max-device-width:425px) {
  .table-responsive {
    width: calc(70% + 7rem);
    margin: auto
  }
}

@media only screen and (min-device-width:320px) and (max-device-width:384px) {
  .table-responsive {
    margin: auto;
    width: calc(74% + 8rem) !important
  }
}

@media screen and (max-width:355px) {
  .table-responsive {
    margin: auto;
    margin-left: -19px;
    width: calc(88% + 7rem) !important
  }

  .alert__text {
    font-size: 1.7rem;
    text-align: left;
    font-weight: 700;
    line-height: 1.3
  }

  .table tr td,
  .table tr th {
    text-align: center;
    padding: 1.3rem !important
  }

  .table tr td {
    font-size: 10px
  }
}

@media screen and (max-width:325px) {

  .table tr td,
  .table tr th {
    text-align: center;
    padding: 1.1rem !important
  }
}

@media only screen and (min-device-width:549px) and (max-device-width:577px) {
  .table tr th {
    font-size: 1.33rem;
    white-space: nowrap
  }
}

@media screen and (min-width:578px) {
  .table tr td {
    font-size: 10px;
    padding-left: 8px !important
  }
}

@media screen and (min-width:900px) {
  .table tr td {
    font-size: 14px;
    padding-left: 8px !important
  }
}

.form__info {
  display: none
}

.form__info.active {
  display: block;
  align-self: center;
  max-width: 90%;
  margin: auto;
  padding: 5px;
  text-align: center;
  font-size: 28px;
  font-weight: 700
}

div.form__main.p {
  display: block !important
}

.slick-slider {
  position: relative;
  display: block;
  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 {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide img {
  display: block;
  border-radius: 50%
}

.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-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 100px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.slick-prev {
  left: -25px
}

.slick-prev:before {
  content: '←'
}

.slick-next {
  right: -25px
}

.slick-next:before {
  content: '→'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0
}

.slick-dots li {
  width: 30px;
  height: 4px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  background-color: #ccc;
  transition: .5s
}

.slick-dots li.slick-active {
  background-color: #000
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  opacity: .5;
  height: 50px;
  background: rgba(0, 0, 0, .5);
  z-index: 20
}

.slick-arrow:focus,
.slick-arrow:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.slick-prev {
  left: 20px
}

.slick-next {
  right: 20px
}

.slick-arrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 50px;
  background: transparent no-repeat center center;
  background-size: 100% 100%
}

.slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

@media (max-width:479px) {
  .slick-slide {
    margin-left: 10px;
    margin-right: 10px
  }

  .rev {
    box-shadow: 1px 7px 8px rgb(0 0 0 / 16%)
  }

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

  .rev {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .sec_9 .row {
    margin: 0
  }

  .row {
    margin: 0
  }

  .col,
  .col-12,
  .col-auto,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-md-5,
  .col-md-7,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6 {
    padding: 0
  }

  .sostav__block {
    margin-bottom: 0
  }
}

.il248LT {
  text-decoration: line-through
}

.il299 {
  max-width: 1218px
}

.il314 {
  width: 270px
}

.alert span.il423 {
  display: none
}

.il450 {
  max-width: 150px
}

.il499 {
  display: none
}

.sostav__block_right .sostav__title.il534 {
  text-align: center
}

.sostav__title span.il540 {
  display: none
}

.il600 {
  padding-bottom: 10px
}

.il655 {
  width: 100%;
  margin-right: 10px
}

.rev__title span.il710 {
  display: none
}

.x_country_select {
  display: none !important
}


.cpu {
  padding: 10px 0;
  text-align: center;
}

.cpu img {
  display: block;
  margin: 0 auto;
}

.cpu a {
  display: inline-block;
  margin: 5px;
  color: #333;
  font-size: 14px;
}

.sec_9 {
  padding: 0 0 9rem;
}
.form select {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E%0A") no-repeat 5% 50%, #f7f7f7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #6c757d;
  text-align: right;
}
.form select option {
  color: #000;
}