html {
  -ms-overflow-style: scrollbar;
}
*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cbalink {
  display: none;
}
body {
  font-family: sans-serif;
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  font-family: 'RobotoRegular', sans-serif;
  overflow-x: hidden;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul li,
ol li {
  list-style: none;
}
ul,
ol {
  margin: 0;
  padding-left: 0;
}
button {
  font: sans-serif;
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.hidden {
  display: none;
}
.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 1150px;
}
.wrapper {
  overflow: hidden;
}
.flex-class {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.align-items-flex-end {
  align-items: flex-end;
}
.align-items-flex-start {
  align-items: flex-start;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-flex-end {
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.justify-content-flex-start {
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.no-padding-0 {
  margin-right: 0;
  margin-left: 0;
}
.no-padding-0 > .col,
.no-padding-0 > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-padding-10 {
  margin-right: -5px;
  margin-left: -5px;
}
.no-padding-10 > .col,
.no-padding-10 > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.no-padding-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.no-padding-15 > .col,
.no-padding-15 > [class*='col-'] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.no-padding-16 {
  margin-right: -8px;
  margin-left: -8px;
}
.no-padding-16 > .col,
.no-padding-16 > [class*='col-'] {
  padding-right: 8px;
  padding-left: 8px;
}

.no-padding-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.no-padding-20 > .col,
.no-padding-20 > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.no-padding-48 {
  margin-right: -24px;
  margin-left: -24px;
}
.no-padding-48 > .col,
.no-padding-48 > [class*='col-'] {
  padding-right: 24px;
  padding-left: 24px;
}

.col-five,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-five {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}
.mrb-0 {
  margin-bottom: 0px;
}
.mrb-5 {
  margin-bottom: 5px;
}
.mrb-10 {
  margin-bottom: 10px;
}
.mrb-15 {
  margin-bottom: 15px;
}
.mrb-16 {
  margin-bottom: 16px;
}
.mrb-20 {
  margin-bottom: 20px;
}
.mrb-25 {
  margin-bottom: 25px;
}
.mrb-30 {
  margin-bottom: 30px;
}
.mrb-35 {
  margin-bottom: 35px;
}
.mrb-40 {
  margin-bottom: 40px;
}
.mrb-45 {
  margin-bottom: 45px;
}
.mrb-50 {
  margin-bottom: 50px;
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.footer {
  text-align: center;
  color: #000000;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}
.footer b {
  display: block;
  font-weight: bold;
  color: #000000;
}
.footer p {
  margin: 0;
}
.title-page-h2 {
  margin: 0;
  font-weight: bold;
  font-size: 56px;
  line-height: 78px;
  color: #000000;
  font-family: 'Oswald', sans-serif;
  position: relative;
}
.title-page-line span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 8px;
  background-color: #ffc765;
  transform: translate(-50%);
  width: 100%;
}
.title-page-line-672 span::before {
  width: 672px;
}
.title-page-line-800 span::before {
  width: 800px;
}
.title-page-line-880 span::before {
  width: 880px;
}
.title-page-line-496 span::before {
  width: 496px;
}
.title-page-line-green span::before {
  background-color: #00a93f;
}
.title-page-h2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 13px;
}
.title-page-h2 b {
  color: #00a93f;
  text-transform: uppercase;
}
.reviews-section {
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg1.jpg);
  padding-top: 70px;
  padding-bottom: 94px;
}
.item-review {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 30px 69px 43px 25px;
  margin-bottom: 24px;
}
.item-review:last-child {
  margin-bottom: 0;
}
.item-review-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}
.item-review-content {
  font-size: 20px;
  line-height: 31px;
}
.item-review-content-name {
  font-family: sans-serif;
  font-weight: bold;
  color: #333333;
}
.item-review-content-text {
  margin-top: 12px;
}
.item-review-content {
  width: calc(100% - 72px);
  padding-left: 23px;
}
.items-reviews-wrapper {
  max-width: 1040px;
  width: 100%;
  margin: 23px auto 0 auto;
}
.feature-section {
  padding-top: 68px;
  padding-bottom: 105px;
}
.feature-block-content-img {
  width: 368px;
  height: 368px;
  border-radius: 50%;
  background-color: #dff2e6;
  position: relative;
}
.feature-block-content-img img {
  position: absolute;
  left: 6px;
  bottom: 14px;
}
.img-group-feature-block {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.info-group-feature-block {
  width: calc(100% - 80px);
  padding-left: 16px;
}
.title-info-group-feature-block {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #00a93f;
  font-family: 'Oswald', sans-serif;
}
.text-info-group-feature-block {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-top: 8px;
}
.group-feature-block {
  margin-bottom: 48px;
  position: relative;
}
.group-feature-block::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
}
.group-feature-block-1::before {
  background-image: url(../img/line-1.svg);
  width: 245px;
  height: 81px;
  right: -162px;
  top: 8px;
}
.group-feature-block-2::before {
  background-image: url(../img/line-2.svg);
  width: 227px;
  height: 6px;
  right: -187px;
  top: 30px;
}
.group-feature-block-3::before {
  background-image: url(../img/line-3.svg);
  width: 160px;
  height: 80px;
  right: -161px;
  top: -30px;
}
.group-feature-block:last-child {
  margin-bottom: 0px;
}
.feature-block-content-list {
  max-width: 408px;
  padding-top: 16px;
}
.feature-block-content {
  max-width: 954px;
  margin: 23px auto 0 auto;
  padding-left: 63px;
}
.main-content {
  background-size: cover;
  background-position: center;
  background-image: url(../img/bg2.jpg);
  padding-top: 31px;
  padding-bottom: 20px;
  min-height: 667px;
}
.title-page-h1 {
  margin: 0;
  font-weight: bold;
  font-size: 54px;
  line-height: 64px;
  color: #333333;
  font-family: 'Oswald', sans-serif;
  max-width: 455px;
  position: relative;
  z-index: 2;
}
.group-list-page-main {
  position: relative;
  padding-left: 40px;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 33px;
}
.group-list-page-main:last-child {
  margin-bottom: 0px;
}
.group-list-page-main::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(../img/chek.svg);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00a93f;
  transform: translate(0px, -50%);
}
.list-page-main {
  margin-top: 48px;
  max-width: 340px;
  position: relative;
  z-index: 2;
}
.select-page {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  display: block;
  width: 100%;
  height: 48px;
  color: #333333;
  padding-left: 15px;
  border-radius: 2px;
  outline: none;
  background-color: transparent;
  position: relative;
  padding-right: 50px;
  background-position: 93% center;
  background-repeat: no-repeat;
  background-image: url(../img/arr_select.svg);
  border: 1px solid #dedede;
  font-size: 18px;
  line-height: 21px;
}
select::-ms-expand {
  display: none;
}
.input-page {
  font: sans-serif;
  width: 100%;
  height: 48px;
  padding-left: 15px;
  outline: none;
  background-color: transparent;
  border: 1px solid #dedede;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}
.form-main-content {
  width: 368px;
}
.info-main-content {
  width: calc(100% - 368px);
  position: relative;
  padding-right: 15px;
}
.form-main-section-wrapper {
  background-color: #ffffff;
  border: 2px solid #00a93f;
}
.title-form-main-section {
  background: #00a93f;
  color: #fff;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  padding: 18px 10px;
}
.title-form-main-section-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
}
.btn {
  background-color: #fb8312;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Oswald', sans-serif;
  padding: 13px 10px 19px 10px;
  transition: all 0.4s;
}
.btn:hover {
  background-color: #d86c07;
}
.content-form-main-section-wrap {
  padding: 30px 35px 35px 35px;
}
.price-content-form-main {
  font-weight: bold;
  font-size: 64px;
  line-height: 63px;
  text-align: center;
  color: #fb8312;
  font-family: 'Oswald', sans-serif;
  margin-top: 7px;
}
.title-content-form-main {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  color: #333333;
  font-family: 'Oswald', sans-serif;
}
.form-page-block {
  margin-top: 35px;
}
.countdown-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4px;
}
.title-form-main-section-timer {
  font-weight: bold;
  font-size: 32px;
  line-height: 25px;
  text-transform: lowercase;
}
.text-bottom {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: lowercase;
  font-weight: normal;
}

.counter__hour,
.counter__min,
.counter__sec {
  margin: 0 15px;
}
.img-main-content {
  position: absolute;
  bottom: 0;
  right: 38px;
  width: 45%;
}
.header {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
  border-bottom: 8px solid #00a93f;
}
.icon-item-info-header {
  width: 48px;
  height: 48px;
}
.text-item-info-header {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  width: calc(100% - 48px);
  padding-left: 15px;
}
.item-info-header {
  max-width: 330px;
}
.header .container {
  padding: 0 30px;
}
.swiper-container-info-wrapper {
  display: none;
}
.logo {
  max-width: 286px;
}
.about-section {
  background-color: #ccf2da;
  position: relative;
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 31px;
}
.about-section::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1652px;
  height: 1106.5px;
  background-color: #ffffff;
  filter: blur(250px);
}
.info-block-content-about {
  background: #ffffff;
  box-shadow: 0px 0px 10px #d5d5d5;
  border-radius: 20px 20px 0px 20px;
  position: relative;
  max-width: 688px;
  width: 100%;
  padding: 52px 49px 59px 49px;
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}
.info-block-content-about::before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
  box-shadow: 7px 7px 10px rgb(213 213 213 / 0.4);
}
.title-page-h3 {
  margin: 0;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  font-family: 'Oswald', sans-serif;
  max-width: 360px;
}
.title-page-h3 span {
  font-weight: 700;
  color: #00a93f;
}
.txt-block-content-about {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  padding-left: 102px;
  margin-top: 100px;
  position: relative;
}
.img-block-content-about {
  margin-top: -205px;
}
.block-content-about {
  margin-top: 40px;
  position: relative;
}
.block-content-about::before {
  content: '';
  position: absolute;
  right: -408px;
  top: -42px;
  width: 1024px;
  height: 675px;
  background-image: url(../img/leaves-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.txt-block-content-about::before {
  content: '';
  position: absolute;
  left: -162px;
  top: -38px;
  width: 232px;
  height: 288px;
  background-image: url(../img/leaves-1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.secret-section {
  padding-top: 79px;
  padding-bottom: 30px;
  background-image: url(../img/bg3.jpg);
  background-position: center;
  background-size: cover;
  min-height: 528px;
}
.title-page-h2-style {
  line-height: 56px;
}
.title-page-h2-style span {
  padding-bottom: 18px;
}
.title-form-main-secret-section {
  color: #333333;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
.form-main-secret-section {
  max-width: 296px;
  margin-top: 49px;
  margin-left: 72px;
  position: relative;
}
.title-form-main-secret-section .title-form-main-section-text {
  margin-bottom: 18px;
}
.form-main-secret-section .title-form-main-secret-section {
  margin-bottom: 36px;
}
.form-main-secret-section::before {
  content: '';
  position: absolute;
  right: -244px;
  top: 36px;
  width: 184px;
  height: 128px;
  background-image: url(../img/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.info-secret-section-content {
  width: 61%;
  padding-right: 10px;
}
.img-secret-section-content {
  width: 39%;
  padding-left: 14px;
  position: relative;
  align-self: flex-end;
}
.img-secret-section-content img {
  margin-top: -59px;
  margin-bottom: -30px;
}
.components-section {
  background-color: #f9f9f9;
  padding-top: 75px;
  padding-bottom: 75px;
}
.item-comp {
  background: #f2f2f2;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  min-height: 168px;
  padding: 25px 24px 25px 16px;
  margin-bottom: 40px;
}
.item-comp:last-child {
  margin-bottom: 0;
}
.item-comp-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.item-comp-content {
  width: calc(100% - 64px);
  padding-left: 16px;
  padding-top: 9px;
}
.title-item-comp-content {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #e85252;
  font-family: 'Oswald', sans-serif;
}
.text-item-comp-content {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
  margin-top: 11px;
}
.components-section-content {
  margin-top: 40px;
}
.item-comp-images {
  width: 336px;
  height: 336px;
  border-radius: 50%;
  background-color: #dff2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 16px auto 48px auto;
}
.line-comp {
  position: absolute;
}
.line-comp-1 {
  left: -13px;
  top: -3px;
}
.line-comp-2 {
  right: -20px;
  top: -3px;
}
.line-comp-3 {
  left: -13px;
  bottom: -17px;
}
.line-comp-4 {
  right: -20px;
  bottom: -17px;
}
.line-comp-5 {
  bottom: -48px;
  left: 50%;
  transform: translate(-50%);
}
.instruct-section {
  padding-top: 75px;
  padding-bottom: 75px;
}
.item-instruct {
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.img-item-instruct img {
  width: 100%;
}
.text-item-instruct {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  padding: 22px 44px 44px 44px;
}
.num-item-instruct {
  background: #00a93f;
  text-align: center;
  position: relative;
  padding: 10px 10px 10px 10px;
}
.num-item-instruct::before {
  content: '';
  position: absolute;
  left: -121px;
  bottom: -14px;
  width: 204px;
  height: 55px;
  background-color: #f2f2f2;
  transform: skew(82deg);
}
.num-item-instruct::after {
  content: '';
  position: absolute;
  right: -121px;
  bottom: -14px;
  width: 204px;
  height: 55px;
  background-color: #f2f2f2;
  transform: skew(-82deg);
}
.instruct-section-content {
  margin-top: 33px;
}
.row.swiper-wrapper {
  width: auto;
}
.txt-main-important-block-page {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  position: relative;
  padding-left: 41px;
}
.main-important-block-page {
  background-color: #00a93f;
  width: 256px;
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 26px 10px;
}
.txt-main-important-block-page::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  background-image: url(../img/import.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(0px, -50%);
}
.important-block-page {
  border: 2px solid #00a93f;
  margin-top: 40px;
}
.info-important-block-pag-wrap {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  text-align: center;
}
.info-important-block-page {
  width: calc(100% - 256px);
  padding: 10px;
}
.slide-instruct {
  height: auto;
}


.cust__svg{
	fill: transparent;
}