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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

input,
button,
select,
textarea {
  font: inherit;
}

a {
  text-decoration: none;
}

body {
  font-family: "PT Sans";
  font-weight: 400;
  color: #383838;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}



button {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.breadcrumbs svg {
  display: block;
}
.breadcrumbs a, .breadcrumbs span {
  color: #A0A0A0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration-line: underline;
}

.banner {
  position: relative;
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1250px;
  margin: 40px auto 50px;
}
.banner--img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner__content {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 30px;
}
.banner__content-title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 100%;
}
.banner__content-text {
  font-size: 36px;
  color: #FF926C;
  font-weight: 700;
}

.reviews {
  margin-bottom: 70px;
}
.reviews__slider {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.reviews__slider-item {
  border-radius: 20px;
  overflow: hidden;
  height: 390px;
}
.reviews__slider-item img {
  border-radius: 20px;
  height: 390px;
}
.reviews__slider-item video {
  border-radius: 20px;
  height: 390px;
}
.reviews .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reviews .slick-dots button {
  font-size: 0;
  padding: 0;
  width: 40px;
  border-radius: 10px;
  height: 10px;
  background-color: #696969;
  opacity: 0.4;
}
.reviews .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.reviews .slick-active button {
  opacity: 1;
}

.textbox {
  max-width: 1020px;
  margin: 0 auto 70px;
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.textbox__title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #696969;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}
.textbox__text {
  font-size: 26px;
  line-height: 36px;
  color: #696969;
  margin-bottom: 22px;
}
.textbox__subtitle {
  text-align: center;
  color: #FF926C;
  font-size: 26px;
  font-weight: 700;
}
.textbox__subtitle1 {
  margin-bottom: 30px;
}
.textbox .svg-left {
  position: absolute;
  top: 10px;
  left: 35px;
}
.textbox .svg-right {
  position: absolute;
  top: 10px;
  right: 35px;
}

.section-cards {
  padding: 30px 0 70px;
}
.section-cards__title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 40px;
  color: #696969;
  text-transform: uppercase;
  text-align: center;
}
.section-cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.section-cards__item {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 400px;
}
.section-cards__img {
  max-width: 420px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.section-cards__img:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.section-cards__img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
.section-cards__content {
  padding: 17px 20px 20px;
}
.section-cards__item-title {
  font-size: 26px;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 15px;
}
.section-cards__benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 13px;
}
.section-cards__benefits-item svg {
  display: block;
}
.section-cards__benefits-item span {
  font-size: 18px;
  color: #696969;
}

.naviki {
  margin-bottom: 56px;
}
.naviki__title {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 20px;
}
.naviki__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.naviki__item {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #696969;
  padding: 10px;
}

.promo {
  position: relative;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo--img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.promo__content {
  max-width: 1300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  padding-left: 10px;
}
.promo__content-title {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}
.promo__subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.promo__subtitle a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
  .banner {
    margin: 20px 10px 30px;
    height: 250px;
  }
  .banner__content {
    left: 15px;
    bottom: 20px;
  }
  .banner__content-title {
    font-size: 22px;
  }
  .banner__content-text {
    font-size: 20px;
  }
  .reviews__slider-item {
    height: 190px;
  }
  .reviews__slider-item img {
    height: 190px;
  }
.reviews__slider-item video {
    height: 190px;
  }
  .reviews .slick-dots button {
    width: 20px;
  }
  .textbox {
    margin: 0 10px 30px;
    padding: 20px;
    padding-top: 40px;
  }
  .textbox__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .textbox__text {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .textbox__subtitle {
    font-size: 20px;
  }
  .textbox__subtitle1 {
    margin-bottom: 15px;
  }
  .section-cards__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carousel__button {
padding: 0 !important;
background-color: transparent !important;
}