@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
*, :before, :after {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  display: block;
}

@font-face {
  font-family: "TrajanPro";
  src: url("../fonts/TrajanPro-Regular.woff"), url("../fonts/TrajanPro-Regular.woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TrajanPro";
  src: url("../fonts/TrajanPro-Bold.woff"), url("../fonts/TrajanPro-Bold.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Regular.woff"), url("../fonts/TTNorms-Regular.woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Bold.woff"), url("../fonts/TTNorms-Bold.woff2");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "TrajanPro", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  background-color: #0F0E13;
  color: #FFF;
}
body.lock {
  height: 800px;
  overflow: hidden;
}

.main {
  width: 100%;
  min-height: 100vh;
}

.container {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}

.navigation {
  margin-left: 54px;
}
@media (max-width: 1000px) {
  .navigation.active {
    padding: 25px 32px;
    opacity: 1;
    width: 360px;
    z-index: 2;
    background: url(/assets/images/hero/hero-bg2.png) no-repeat center, #0F0E13;
  }
}
@media (max-width: 1150px) {
  .navigation {
    margin-left: 30px;
  }
}
@media (max-width: 1000px) {
  .navigation {
    margin-left: 0px;
    position: absolute;
    top: 0%;
    right: 0;
    padding: 25px 0px;
    width: 0px;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 1000px) {
  .navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 100px 0 0 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.navigation__list li {
  padding: 20px 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .navigation__list li {
    padding: 0;
  }
}
.navigation__list a {
  color: #FFF;
  font-family: "TTNorms";
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation__list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8CC58), to(#0F0E13));
  background: linear-gradient(to bottom, #F8CC58, #0F0E13);
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .navigation__list a::before {
    display: none;
  }
}
.navigation__list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #F8CC58;
  position: absolute;
  bottom: calc(100% + 38px);
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .navigation__list a::after {
    bottom: 0;
  }
}
.navigation__list a:hover {
  color: #F8CC58;
}
.navigation__list a:hover::before {
  opacity: 0.2;
}
.navigation__list a:hover::after {
  opacity: 1;
}

.call {
  margin-left: auto;
  position: relative;
  padding-left: 30px;
  line-height: 1;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.call::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(/assets/images/icon/phone.svg) no-repeat center;
}
@media (max-width: 768px) {
  .call {
    font-size: 16px;
  }
  .call::before {
    height: 14px;
    width: 14px;
    background-size: contain;
  }
}
@media (max-width: 430px) {
  .call {
    font-size: 14px;
    padding-left: 20px;
  }
  .call::before {
    height: 10px;
    width: 10px;
  }
}
.call:hover {
  color: #F8CC58;
  -webkit-filter: drop-shadow(0px 4px 50px #F8CC58);
          filter: drop-shadow(0px 4px 50px #F8CC58);
}

.section__title,
h2 {
  font-size: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .section__title,
  h2 {
    font-size: 4vw;
  }
}
@media (max-width: 430px) {
  .section__title,
  h2 {
    font-size: 26px !important;
  }
}
.section__title::after,
h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #F8CC58;
  position: absolute;
}
@media (max-width: 430px) {
  .section__title::after,
  h2::after {
    width: 30px;
  }
}
.section__title span,
h2 span {
  color: #F8CC58;
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

.medium-text {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.6;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
}

.center {
  text-align: center;
}

form {
  margin-top: 15px;
  padding: 0 20px;
  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;
}
form .btn-primary {
  max-width: 500px;
  width: 100%;
}

.form__content {
  text-align: center;
  padding: 20px 0 0 0;
  position: relative;
}
.form__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  width: 300px;
  height: 2px;
  background: url(../images/icon/line.svg) no-repeat center/cover;
}
@media (max-width: 560px) {
  .form__content::before {
    width: 150px;
  }
}
.form__content p {
  font-family: "TTNorms";
  font-weight: 400;
  font-size: 14px;
}

label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}

input,
textarea {
  font-family: "Inter";
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  width: 100%;
  height: 46px;
  padding: 0 23px;
  font-size: 14px;
  color: #0F0E13;
  background-color: #FFF;
  border: 2px solid rgba(230, 232, 236, 0.168627451);
  border-radius: 5px;
}
@media (max-width: 560px) {
  input,
  textarea {
    font-size: 12px;
    padding: 0 10px;
  }
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(36, 36, 36, 0.4);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(36, 36, 36, 0.4);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(36, 36, 36, 0.4);
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(36, 36, 36, 0.4);
}
input::placeholder,
textarea::placeholder {
  color: rgba(36, 36, 36, 0.4);
}
input:focus-visible,
textarea:focus-visible {
  border: 2px solid #F8CC58;
}

textarea {
  padding-block: 10px;
  min-height: 120px;
  resize: none;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
  max-width: 500px;
}

/* custom */
.custom-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
  /* Скрыть стандартный radio button */
}
.custom-input a {
  color: #F8CC58;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .custom-input a:hover {
    color: #C09115;
  }
}
@media (hover: none) {
  .custom-input a:active {
    color: #C09115;
  }
}
.custom-input input[type=radio], .custom-input input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-input input[type=radio]:checked ~ .radiomark, .custom-input input[type=checkbox]:checked ~ .radiomark {
  border-color: #C09115;
}
.custom-input input[type=radio]:checked ~ .radiomark::after, .custom-input input[type=checkbox]:checked ~ .radiomark::after {
  opacity: 1;
}
.custom-input input[type=radio]:checked + .checkmark, .custom-input input[type=checkbox]:checked + .checkmark {
  border-color: #C09115;
  background: #C09115;
}
.custom-input input[type=radio]:checked + .checkmark::after, .custom-input input[type=checkbox]:checked + .checkmark::after {
  opacity: 1;
}
.custom-input input[type=radio]:checked + .switchmark, .custom-input input[type=checkbox]:checked + .switchmark {
  border-color: #F8CC58;
}
.custom-input input[type=radio]:checked + .switchmark::after, .custom-input input[type=checkbox]:checked + .switchmark::after {
  background: #F8CC58;
  -webkit-transform: translateX(calc(100% + 4px));
          transform: translateX(calc(100% + 4px));
}
.custom-input .radiomark {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 2px solid #C09115;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-input .radiomark::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 80%;
  height: 80%;
  opacity: 0;
  background: #C09115;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-input .checkmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 2px solid #C09115;
}
.custom-input .checkmark::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(../images/icons/check.svg) no-repeat center;
}
.custom-input .switchmark {
  position: relative;
  width: 48px;
  height: 24px;
  border-radius: 56px;
  border: 1px solid #a4a5a9;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.custom-input .switchmark::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  display: block;
  min-width: calc(50% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background: #a4a5a9;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* custom */
.form__success {
  margin: 0 auto;
  width: 350px;
  height: 500px;
  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;
  padding: 35px 30px;
  color: #FFF;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: linear-gradient(0deg, rgb(32, 30, 40), rgba(32, 30, 40, 0.62)), linear-gradient(224.15deg, rgb(255, 255, 255) -25.17%, rgb(255, 255, 255) 100%);
  border-radius: 5px;
}
.form__success img {
  width: 60px;
  height: 60px;
}
.form__success span {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.form__success p {
  font-weight: 500;
  font-size: 14px;
}
.form__success .row {
  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;
  gap: 9px;
}
.form__success .column {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* select */
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  cursor: pointer;
  font-family: "Inter";
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  width: 100%;
  height: 48px;
  padding: 0 23px;
  font-size: 14px;
  color: #0F0E13;
  background-color: #FFF;
  border: 2px solid rgba(230, 232, 236, 0.168627451);
  border-radius: 5px;
}
@media (max-width: 560px) {
  .custom-select .select-selected {
    height: 46px;
  }
}
.custom-select .select-selected::-webkit-input-placeholder {
  color: rgba(36, 36, 36, 0.4);
}
.custom-select .select-selected::-moz-placeholder {
  color: rgba(36, 36, 36, 0.4);
}
.custom-select .select-selected:-ms-input-placeholder {
  color: rgba(36, 36, 36, 0.4);
}
.custom-select .select-selected::-ms-input-placeholder {
  color: rgba(36, 36, 36, 0.4);
}
.custom-select .select-selected::placeholder {
  color: rgba(36, 36, 36, 0.4);
}
.custom-select .select-selected:focus-visible {
  border: 2px solid #F8CC58;
}
.custom-select .select-selected.select-arrow-active {
  background-color: #FFF;
  border-color: transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
}
.custom-select .select-selected.select-arrow-active:after {
  rotate: 180deg;
  background: url(../images/icons/arrow-down-yellow.svg) no-repeat center/cover;
}
.custom-select .select-selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background: url(../images/icons/arrow-down-gray.svg) no-repeat center/cover;
  pointer-events: none;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
.custom-select .select-items {
  max-height: 260px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #FFF;
  overflow-y: auto;
  -webkit-box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 23px 0px rgba(0, 0, 0, 0.1019607843);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.custom-select .select-items > li {
  padding: 5px 20px;
  cursor: pointer;
  font-size: 16px;
  color: #0F0E13;
}
.custom-select .select-items > li.same-as-selected {
  color: #FFF;
  background-color: #F8CC58;
}
@media (hover: hover) {
  .custom-select .select-items > li:hover {
    color: #FFF;
    background-color: #F8CC58;
  }
}
@media (hover: none) {
  .custom-select .select-items > li:active {
    color: #FFF;
    background-color: #F8CC58;
  }
}
.custom-select .select-hide {
  display: none;
}

/* select */
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.header.fixed {
  position: fixed;
  background-color: #0F0E13;
}
.header.fixed .header__wrapper {
  padding: 25px 0;
}
.header.fixed .navigation__list li {
  padding: 10px;
}
.header.fixed .navigation__list a::before {
  height: 22px;
}
.header.fixed .navigation__list a::after {
  bottom: calc(100% + 22px);
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
@media (max-width: 1000px) {
  .header__wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 430px) {
  .header__wrapper {
    padding: 20px 0;
  }
}
.header__logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo:hover {
  scale: 1.05;
}
.header__logo img {
  width: 150px;
  height: auto;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .header__logo img {
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .header__logo img {
    width: 120px;
    margin-bottom: 14px;
  }
}
@media (max-width: 430px) {
  .header__logo img {
    width: 90px;
    margin-bottom: 6px;
  }
}
.header__burger {
  width: 18px;
  height: 18px;
  margin-left: 18px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 1000px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__burger span {
  width: 100%;
  height: 2px;
  background-color: #F8CC58;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__burger span::before, .header__burger span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #F8CC58;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__burger span::before {
  top: 0;
}
.header__burger span::after {
  bottom: 0;
}
.header__burger.active span {
  width: 0;
}
.header__burger.active span::before {
  rotate: 45deg;
  top: 8px;
}
.header__burger.active span::after {
  rotate: -45deg;
  bottom: 8px;
}
.header__actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.hero {
  background: url(../images/hero/hero-bg2.png) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 235px 0 198px;
}
@media (max-width: 1000px) {
  .hero {
    padding: 150px 0;
  }
}
@media (max-width: 560px) {
  .hero {
    padding: 80px 0 0;
  }
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 400px;
  height: 100%;
  background: url(../images/hero/tree.png) no-repeat;
  z-index: -1;
}
@media (max-width: 1000px) {
  .hero::after {
    top: 40%;
  }
}
@media (max-width: 768px) {
  .hero::after {
    top: 20%;
  }
}
@media (max-width: 560px) {
  .hero::after {
    top: 40%;
    width: 20%;
    height: 50%;
    background-size: cover;
  }
}
.hero__wrapper {
  max-width: 600px;
}
@media (max-width: 1000px) {
  .hero__wrapper {
    max-width: none;
  }
}
.hero h1, .hero h2 {
  font-size: 48px;
}
@media (max-width: 768px) {
  .hero h1, .hero h2 {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .hero h1, .hero h2 {
    font-size: 26px;
  }
}
.hero h1 span, .hero h2 span {
  color: #F8CC58;
}
.hero p {
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
  margin-top: 35px;
  padding-left: 12px;
  max-width: 480px;
  position: relative;
}
.hero p::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  min-height: 38px;
  background-color: #F8CC58;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 560px) {
  .hero p::before {
    min-height: 20px;
  }
}
.hero__title {
  font-size: 48px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 32px;
  }
}
@media (max-width: 560px) {
  .hero__title {
    font-size: 24px;
  }
}
.hero__title span {
  color: #F8CC58;
}
.hero__list {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
}
@media (max-width: 1000px) {
  .hero__list {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 560px) {
  .hero__list {
    gap: 22px 10px;
  }
}
.hero .rating {
  padding: 30px 0 20px;
}
@media (max-width: 560px) {
  .hero .rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero__item {
  max-width: 225px;
}
.hero__item span {
  color: #F8CC58;
  text-shadow: 0px 4px 110px rgba(248, 204, 88, 0.5);
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 560px) {
  .hero__item span {
    font-size: 26px;
  }
}
@media (max-width: 430px) {
  .hero__item span {
    font-size: 20px;
  }
}
.hero__item p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
}
@media (max-width: 560px) {
  .hero__item p {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .hero__item p {
    font-size: 14px;
  }
}
.hero__img {
  width: 60%;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0% -50%;
  z-index: -1;
}
@media (max-width: 1000px) {
  .hero__img {
    position: relative;
    right: -20px;
    translate: 0 0;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .hero__img {
    right: -35px;
  }
}
.hero__scroll {
  width: 31px;
  height: 31px;
  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;
  background: transparent;
  display: none;
}
@media (max-width: 1000px) {
  .hero__scroll {
    position: absolute;
    bottom: 15%;
    left: 50%;
    translate: -50% 0;
    z-index: 2;
  }
}
@media (max-width: 560px) {
  .hero__scroll {
    bottom: 5%;
  }
}
.hero__scroll path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero__scroll:hover path {
  fill-opacity: 1;
}

.footer {
  color: #FFF;
}
.footer p {
  color: #FFF;
}
.footer .logo__desc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 560px) {
  .footer .logo__desc {
    text-wrap: wrap;
  }
  .footer .logo__desc hr {
    display: block;
  }
}
.footer .logo__desc p {
  font-size: 14px;
  max-width: 130px;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  padding: 70px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0509803922);
}
@media (max-width: 768px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    padding: 30px 0;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.footer__column {
  padding: 50px 45px 30px 45px;
}
@media (max-width: 768px) {
  .footer__column {
    padding: 30px 10px 30px 0;
  }
}
.footer__column:first-child {
  padding-left: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0509803922);
}
@media (max-width: 768px) {
  .footer__column:first-child {
    padding: 30px 10px 30px 0;
  }
}
.footer__column:nth-child(2) {
  padding: 26px 45px 30px 0;
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 768px) {
  .footer__column:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    padding: 30px 10px 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0509803922);
  }
}
.footer__column:nth-child(3) {
  border-left: 1px solid rgba(255, 255, 255, 0.0509803922);
  border-right: 1px solid rgba(255, 255, 255, 0.0509803922);
  grid-row: span 2;
}
@media (max-width: 768px) {
  .footer__column:nth-child(3) {
    border: none;
    grid-row: span 1;
  }
}
.footer__column:last-child {
  grid-row: span 2;
}
@media (max-width: 768px) {
  .footer__column:last-child {
    grid-row: span 1;
  }
}
.footer__column h3 {
  margin: 20px 0 15px 0;
}
.footer__column a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  line-height: 1.16;
  color: #FFF;
  font-family: "TTNorms";
}
@media (hover: hover) {
  .footer__column a:hover {
    color: #F8CC58;
  }
}
@media (hover: none) {
  .footer__column a:active {
    color: #F8CC58;
  }
}
.footer__column .btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.footer__column p {
  max-width: 280px;
  font-size: 14px;
}
.footer__column button {
  width: 240px;
  margin-top: 30px;
}
@media (max-width: 560px) {
  .footer__column button {
    width: 100%;
  }
}
.footer .copy {
  height: 90px;
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.0509803922);
}

.about {
  position: relative;
  top: -68px;
  padding: 40px 0;
}
@media (max-width: 560px) {
  .about {
    top: 0;
  }
}
.about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  height: 2000px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../images/about-bg.png) no-repeat top;
  background-size: cover;
  background-position: 0 -300px;
  mix-blend-mode: multiply;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.about::after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  background: url(../images/tree/about.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 560px) {
  .about::after {
    width: 300px;
    height: 300px;
    top: 30%;
  }
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 95px;
}
@media (max-width: 1000px) {
  .about__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
  }
}
.about__wrapper img {
  max-width: 445px;
}
@media (max-width: 560px) {
  .about__wrapper img {
    max-width: 290px;
    height: 415px;
  }
}
.about .section__title, .about h2 {
  margin-bottom: 72px;
}
@media (max-width: 1000px) {
  .about .section__title, .about h2 {
    text-align: center;
  }
}
@media (max-width: 430px) {
  .about .section__title, .about h2 {
    margin-bottom: 40px;
  }
}
.about .section__title::after, .about h2::after {
  left: 0;
  bottom: -42px;
}
@media (max-width: 1000px) {
  .about .section__title::after, .about h2::after {
    left: 50%;
    translate: -50% 0;
  }
}
@media (max-width: 430px) {
  .about .section__title::after, .about h2::after {
    bottom: -20px;
  }
}
.about p {
  margin-bottom: 30px;
  font-family: "TTNorms";
  color: #FFF;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-size: 18px;
}
@media (max-width: 1000px) {
  .about p {
    text-align: center;
  }
}
@media (max-width: 430px) {
  .about p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.about p:last-child {
  margin: 0;
}

.services {
  padding-top: 62px;
  position: relative;
}
@media (max-width: 560px) {
  .services {
    padding: 50px 0 0 0;
  }
}
.services::after {
  content: "";
  display: block;
  width: 500px;
  height: 700px;
  position: absolute;
  left: 0;
  top: 200px;
  z-index: -1;
  background: url(../images/tree/services.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 560px) {
  .services::after {
    width: 300px;
    height: 500px;
    top: -200px;
  }
}
.services .section__title, .services h2 {
  text-align: center;
}
.services .section__title::after, .services h2::after {
  left: 50%;
  translate: -50% 0;
  bottom: -30px;
}
@media (max-width: 430px) {
  .services .section__title::after, .services h2::after {
    bottom: -20px;
  }
}
.services__list {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 30px;
}
@media (max-width: 800px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .services__list {
    grid-gap: 30px 10px;
    margin-top: 70px;
  }
}
@media (max-width: 430px) {
  .services__list {
    margin-top: 50px;
  }
}
.services__item {
  padding: 34px 30px;
  position: relative;
  background: linear-gradient(224deg, rgba(255, 255, 255, 0.1) -25.17%, rgba(255, 255, 255, 0) 100%), rgba(32, 30, 40, 0.6);
}
@media (max-width: 560px) {
  .services__item {
    padding: 20px;
    min-height: 120px;
  }
}
@media (max-width: 430px) {
  .services__item {
    padding: 30px 12px 10px;
  }
}
.services__item span {
  width: 52px;
  height: 52px;
  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;
  position: absolute;
  left: 50%;
  top: -26px;
  translate: -50% 0;
  background-color: #F8CC58;
  border-radius: 50%;
}
@media (max-width: 560px) {
  .services__item span {
    width: 35px;
    height: 35px;
    top: -18px;
  }
  .services__item span img {
    width: 18px;
    height: 18px;
  }
}
.services__item h4 {
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 560px) {
  .services__item h4 {
    font-size: 3.3vw;
  }
}
@media (max-width: 430px) {
  .services__item h4 {
    font-size: 14px;
  }
}
.services__item p {
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
}
@media (max-width: 560px) {
  .services__item p {
    font-size: 3vw;
  }
}
@media (max-width: 430px) {
  .services__item p {
    font-size: 14px;
  }
}

.faq {
  padding-top: 130px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 560px) {
  .faq {
    padding-top: 50px;
  }
}
.faq__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.faq__bg--left {
  position: absolute;
  left: 0;
  bottom: 10%;
}
@media (max-width: 560px) {
  .faq__bg--left {
    display: none;
  }
}
.faq__bg--right {
  position: absolute;
  right: 0;
}
@media (max-width: 560px) {
  .faq__bg--right {
    top: 100%;
  }
  .faq__bg--right img {
    width: 200px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.faq .section__title, .faq h2 {
  text-align: center;
  margin-bottom: 102px;
}
@media (max-width: 560px) {
  .faq .section__title, .faq h2 {
    margin-bottom: 70px;
  }
}
@media (max-width: 430px) {
  .faq .section__title, .faq h2 {
    margin-bottom: 50px;
  }
}
.faq .section__title::after, .faq h2::after {
  left: 50%;
  bottom: -32px;
  translate: -50% 0;
}
@media (max-width: 430px) {
  .faq .section__title::after, .faq h2::after {
    bottom: -20px;
  }
}
.faq__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 1000px) {
  .faq__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.faq__list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  position: relative;
  counter-increment: item;
  background: linear-gradient(260deg, rgba(255, 255, 255, 0.1) -12.6%, rgba(255, 255, 255, 0) 78.85%), rgba(32, 30, 40, 0.6);
  border: 1px solid #FFF;
  border-bottom: none;
  border-style: solid;
  border-width: 1px;
  -o-border-image: linear-gradient(to bottom, #444, transparent) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(transparent)) 1;
     border-image: linear-gradient(to bottom, #444, transparent) 1;
  -webkit-filter: drop-shadow(0px 3px 3.1121942997px rgba(0, 0, 0, 0.1)) drop-shadow(0px 7px 6.9220323563px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 3px 3.1121942997px rgba(0, 0, 0, 0.1)) drop-shadow(0px 7px 6.9220323563px rgba(0, 0, 0, 0.12));
}
.faq__item:first-child h5 {
  max-width: 316px;
}
@media (max-width: 1000px) {
  .faq__item:first-child h5 {
    max-width: none;
  }
}
.faq__item::before {
  position: absolute;
  top: 16px;
  left: 20px;
  content: counter(item, decimal-leading-zero);
  font-size: 20px;
  text-transform: uppercase;
  background: radial-gradient(50% 50% at 50% 50%, #F8CC58 22.92%, rgba(248, 204, 88, 0.55) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 560px) {
  .faq__item::before {
    top: 14px;
  }
}
.faq__item.active .faq__btn::before, .faq__item.active .faq__btn::after {
  background: #F66350;
  -webkit-box-shadow: 0px 2px 4px 0px #000;
          box-shadow: 0px 2px 4px 0px #000;
}
.faq__item.active .faq__btn::after {
  rotate: 0deg;
}
.faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  max-width: 435px;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin: 0 20px 0 40px;
}
@media (max-width: 560px) {
  .faq__title {
    height: 50px;
    font-size: 14px;
  }
}
.faq__btn {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 24px;
  right: 10px;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 560px) {
  .faq__btn {
    top: 19px;
  }
}
.faq__btn::before, .faq__btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
  height: 2px;
  background: #FFF;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__btn::after {
  rotate: 90deg;
}
.faq__btn:hover::before, .faq__btn:hover::after {
  background: #F66350;
  -webkit-box-shadow: 0px 2px 4px 0px #000;
          box-shadow: 0px 2px 4px 0px #000;
}
.faq__text {
  padding: 0px 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 560px) {
  .faq__text {
    font-size: 14px;
  }
}
.faq__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
  opacity: 0.1;
}
.faq__text.open {
  visibility: visible;
  opacity: 1;
  padding: 20px 0;
  height: auto;
}
@media (max-width: 560px) {
  .faq__text.open {
    padding: 15px 0;
  }
}

.advertising {
  padding-top: 130px;
  position: relative;
}
@media (max-width: 560px) {
  .advertising {
    padding: 50px 0 0 0;
  }
}
.advertising__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 1150px) {
  .advertising__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.advertising__img {
  position: absolute;
  right: 0;
  bottom: 0%;
}
@media (max-width: 1150px) {
  .advertising__img {
    position: relative;
  }
}
@media (max-width: 430px) {
  .advertising__img {
    position: absolute;
    top: 20px;
    bottom: auto;
    margin: 0 auto;
  }
}
.advertising__img::before {
  content: "";
  display: block;
  width: 206px;
  height: 37px;
  background: url(../images/adwa-decor.svg) no-repeat center;
  position: absolute;
  top: 20px;
  left: -50px;
}
@media (max-width: 1150px) {
  .advertising__img::before {
    width: 46px;
    height: 71px;
    background: url(../images/adwa-decor2.svg) no-repeat center;
    top: 0;
    left: 100%;
  }
}
@media (max-width: 768px) {
  .advertising__img::before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 430px) {
  .advertising__img::before {
    top: -30px;
    right: -10px;
  }
}
.advertising__img img {
  width: 100%;
}
@media (max-width: 430px) {
  .advertising__img img {
    width: 193px;
  }
}
.advertising .section__title, .advertising h2 {
  max-width: 560px;
}
@media (max-width: 1150px) {
  .advertising .section__title, .advertising h2 {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .advertising .section__title, .advertising h2 {
    font-size: 26px;
  }
}
.advertising .section__title::after, .advertising h2::after {
  bottom: -22px;
}
@media (max-width: 1150px) {
  .advertising .section__title::after, .advertising h2::after {
    left: 50%;
    translate: -50% 0;
  }
}
.advertising__content {
  max-width: 560px;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
  padding: 37px 45px;
  border-radius: 10px;
  border: 2px dashed rgba(255, 255, 255, 0.1);
}
@media (max-width: 1150px) {
  .advertising__content {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .advertising__content {
    padding: 22px 24px;
  }
}
@media (max-width: 430px) {
  .advertising__content {
    margin-top: 140px;
    gap: 18px;
    padding: 22px 20px;
  }
}
@media (max-width: 560px) {
  .advertising__content img {
    width: 40px;
  }
}
@media (max-width: 430px) {
  .advertising__content img {
    width: 32px;
  }
}
.advertising__desc {
  max-width: 355px;
}
.advertising__desc h3 {
  color: #F8CC58;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 560px) {
  .advertising__desc h3 {
    font-size: 4.4vw;
  }
}
.advertising__desc p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
  font-size: 18px;
}
@media (max-width: 560px) {
  .advertising__desc p {
    font-size: 3vw;
  }
}
@media (max-width: 430px) {
  .advertising__desc p {
    font-size: 14px;
    margin-top: 8px;
  }
}

.purpose {
  padding-top: 130px;
  position: relative;
}
@media (max-width: 560px) {
  .purpose {
    padding: 50px 0 0 0;
  }
}
.purpose::after {
  content: "";
  display: block;
  width: 550px;
  height: 700px;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
  background: url(../images/tree/purpose.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 560px) {
  .purpose::after {
    width: 300px;
    height: 500px;
    bottom: 280%;
    top: auto;
  }
}
@media (max-width: 430px) {
  .purpose::after {
    bottom: 200%;
  }
}
.purpose .section__title, .purpose h2 {
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 560px) {
  .purpose .section__title, .purpose h2 {
    margin-bottom: 50px;
  }
}
.purpose .section__title::after, .purpose h2::after {
  bottom: -22px;
  left: 50%;
  translate: -50% 0%;
}
@media (max-width: 560px) {
  .purpose .section__title::after, .purpose h2::after {
    bottom: -20px;
  }
}
.purpose__content {
  padding: 25px 20px 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 560px) {
  .purpose__content {
    padding: 30px;
  }
}
.purpose__content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/texturefabrik.png) no-repeat center;
  border-radius: 10px;
  border: 1px solid #444;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: contrast(0.5);
          filter: contrast(0.5);
  z-index: -1;
}
.purpose__content h3 {
  color: #F8CC58;
  text-align: center;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 430px) {
  .purpose__content h3 {
    font-size: 6.8vw;
  }
}
@media (max-width: 430px) {
  .purpose__content h3 {
    font-size: 16px;
  }
}
.purpose__content p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
  max-width: 1000px;
  margin: 17px auto 0;
}
@media (max-width: 430px) {
  .purpose__content p {
    font-size: 2.9vw;
  }
}
@media (max-width: 430px) {
  .purpose__content p {
    margin-top: 15px;
    font-size: 14px;
  }
}
.purpose__content .decor {
  position: absolute;
}
.purpose__content .decor1 {
  top: 20px;
  left: 20px;
}
.purpose__content .decor2 {
  top: 20px;
  right: 20px;
  rotate: 90deg;
}
.purpose__content .decor3 {
  bottom: 20px;
  left: 20px;
  rotate: -90deg;
}
.purpose__content .decor4 {
  bottom: 20px;
  right: 20px;
  rotate: 180deg;
}

.success {
  padding-top: 130px;
  position: relative;
}
@media (max-width: 560px) {
  .success {
    padding-top: 50px;
  }
}
.success::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  height: 2500px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../images/success-bg.png) no-repeat top;
  background-size: cover;
  background-position: 0 -200px;
  mix-blend-mode: multiply;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.success::after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  left: 0%;
  top: 30%;
  z-index: -1;
  background: url(../images/tree/success.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 560px) {
  .success::after {
    display: none;
  }
}
.success .section__title, .success h2 {
  text-align: center;
  margin-bottom: 102px;
}
@media (max-width: 560px) {
  .success .section__title, .success h2 {
    margin-bottom: 70px;
  }
}
.success .section__title::after, .success h2::after {
  bottom: -32px;
  left: 50%;
  translate: -50% 0;
}
.success__list {
  padding: 4px;
  gap: 25px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
@media (max-width: 768px) {
  .success__list {
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .success__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 430px) {
  .success__list {
    gap: 10px;
  }
}
.success__item {
  position: relative;
  height: 250px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.success__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.success__item .sold {
  position: absolute;
  top: -46px;
  right: -49px;
  z-index: 1;
}
@media (max-width: 560px) {
  .success__item .sold {
    width: 140px;
    top: -36px;
    right: -38px;
  }
}
.success__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
}
.success__desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 27px 20px 16px 20px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .success__desc {
    padding: 13px 8px 10px;
  }
}
.success__desc .price {
  margin-bottom: auto;
  width: 100%;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .success__desc .price {
    font-size: 3vw;
  }
}
@media (max-width: 560px) {
  .success__desc .price {
    font-size: 4vw;
  }
}
.success__desc h5 {
  color: #FFF;
  font-family: "TTNorms";
  font-weight: 700;
}
@media (max-width: 1000px) {
  .success__desc h5 {
    width: 75%;
    min-width: 75px;
  }
}
@media (max-width: 768px) {
  .success__desc h5 {
    font-size: 2.4vw;
  }
}
@media (max-width: 560px) {
  .success__desc h5 {
    font-size: 3.5vw;
  }
}
.success__desc p {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
  font-size: 14px;
}
@media (max-width: 768px) {
  .success__desc p {
    font-size: 1.8vw;
  }
}
@media (max-width: 560px) {
  .success__desc p {
    font-size: 2.8vw;
  }
}
.success .more {
  max-width: 93px;
  height: 0;
  overflow: hidden;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  font-family: "TTNorms";
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  margin: 0px auto;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .success .more {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .success .more {
    margin-top: 10px;
    font-size: 10px;
  }
}
.success .more img {
  margin-bottom: 11px;
}
@media (max-width: 768px) {
  .success .more img {
    width: 40px;
  }
}
@media (max-width: 560px) {
  .success .more img {
    width: 30px;
  }
}
.success .more:hover {
  scale: 1.1;
}

.process {
  padding-top: 130px;
  position: relative;
}
@media (max-width: 560px) {
  .process {
    padding: 50px 0 0 0;
  }
}
.process::after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  right: 0%;
  top: 30%;
  z-index: -1;
  background: url(../images/tree/process.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 560px) {
  .process::after {
    display: none;
  }
}
.process .section__title, .process h2 {
  text-align: center;
  margin-bottom: 82px;
}
@media (max-width: 560px) {
  .process .section__title, .process h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 430px) {
  .process .section__title, .process h2 {
    margin-bottom: 40px;
  }
}
.process .section__title::after, .process h2::after {
  bottom: -32px;
  left: 50%;
  translate: -50% 0%;
}
@media (max-width: 430px) {
  .process .section__title::after, .process h2::after {
    bottom: -20px;
  }
}
.process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 115px 30px;
}
@media (max-width: 1000px) {
  .process__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .process__list {
    grid-gap: 48px 18px;
  }
}
@media (max-width: 430px) {
  .process__list {
    grid-gap: 48px 10px;
  }
}
.process__item {
  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;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .process__item:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .process__item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .process__item:nth-child(4) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .process__item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 560px) {
  .process__item {
    padding: 0;
  }
}
.process__item::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/images/icon/Line2.svg) no-repeat center;
  position: absolute;
  top: 40px;
  right: -25px;
}
@media (max-width: 430px) {
  .process__item::after {
    width: 10px;
    height: 8px;
    background-size: cover;
  }
}
.process__item:last-child::after {
  display: none;
}
@media (max-width: 1000px) {
  .process__item:last-child::after {
    display: block;
    top: calc(100% + 15px);
    right: 50%;
    translate: 50% 0;
    rotate: 90deg;
  }
}
.process__item:nth-child(3):after {
  top: calc(100% + 45px);
  right: 50%;
  translate: 50% 0;
  rotate: 90deg;
}
@media (max-width: 1000px) {
  .process__item:nth-child(3):after {
    top: 40px;
    right: auto;
    left: -25px;
    rotate: 180deg;
    translate: 0;
  }
}
@media (max-width: 430px) {
  .process__item:nth-child(3):after {
    right: 100%;
    left: auto;
  }
}
.process__item:nth-child(4):after, .process__item:nth-child(5):after {
  rotate: 180deg;
}
@media (max-width: 1000px) {
  .process__item:nth-child(2)::after {
    top: calc(100% + 45px);
    right: 50%;
    translate: 50% 0;
    rotate: 90deg;
  }
  .process__item:nth-child(4)::after {
    display: none;
  }
  .process__item:nth-child(5)::after {
    rotate: 0deg;
  }
}
@media (max-width: 768px) {
  .process__item:nth-child(2)::after {
    top: calc(100% + 15px);
  }
  .process__item:nth-child(1)::after, .process__item:nth-child(5)::after {
    right: auto;
    left: 100%;
  }
  .process__item:nth-child(4)::after {
    left: auto;
    right: 100%;
  }
}
@media (max-width: 560px) {
  .process__item:nth-child(1)::after, .process__item:nth-child(4)::after, .process__item:nth-child(5)::after {
    top: 15px;
  }
}
.process__item img {
  max-width: 80px;
}
@media (max-width: 768px) {
  .process__item img {
    max-width: 60px;
  }
}
@media (max-width: 560px) {
  .process__item img {
    max-width: 37px;
  }
}
.process__item p {
  margin-top: 20px;
  text-align: center;
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .process__item p {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .process__item p {
    margin-top: 10px;
    max-width: 150px;
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .process__item p {
    font-size: 14px;
    max-width: 125px;
  }
}

.reviews {
  padding-top: 130px;
  position: relative;
}
@media (max-width: 560px) {
  .reviews {
    padding-top: 50px;
  }
}
.reviews::after {
  content: "";
  display: block;
  width: 500px;
  height: 700px;
  position: absolute;
  left: 0%;
  top: -20%;
  z-index: -1;
  background: url(../images/tree/reviews.png) no-repeat center;
  background-size: cover;
}
@media (max-width: 560px) {
  .reviews::after {
    display: none;
  }
}
.reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews__content {
  max-width: 330px;
}
@media (max-width: 768px) {
  .reviews__content {
    margin-right: 10px;
  }
}
@media (max-width: 560px) {
  .reviews__content {
    max-width: 50%;
  }
}
.reviews__content p {
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .reviews__content p {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .reviews__content p {
    font-size: 14px;
  }
}
.reviews__content p:last-child {
  margin: 0;
}
.reviews .section__title, .reviews h2 {
  margin-bottom: 52px;
}
@media (max-width: 430px) {
  .reviews .section__title, .reviews h2 {
    margin-bottom: 40px;
  }
}
.reviews .section__title::after, .reviews h2::after {
  bottom: -22px;
}
@media (max-width: 430px) {
  .reviews .section__title::after, .reviews h2::after {
    bottom: -20px;
  }
}
.reviews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 655px;
}
@media (max-width: 1000px) {
  .reviews__list {
    max-width: 50%;
    width: auto;
  }
}
.reviews__item {
  width: 310px;
  min-height: 419px;
  margin-right: 35px;
  padding: 30px 30px 87px;
  background: linear-gradient(224deg, rgba(255, 255, 255, 0.1) -25.17%, rgba(255, 255, 255, 0) 100%), rgba(32, 30, 40, 0.6);
  -webkit-box-shadow: 0px 3px 3.11219px 0px rgba(0, 0, 0, 0.1), 0px 7px 6.92203px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 3.11219px 0px rgba(0, 0, 0, 0.1), 0px 7px 6.92203px 0px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
@media (max-width: 1000px) {
  .reviews__item {
    width: 250px;
    min-height: 400px;
    opacity: 0.5;
    padding: 20px 20px 50px;
  }
  .reviews__item.slick-current {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .reviews__item {
    padding: 20px 15px;
    margin-right: 20px;
    width: 200px;
    min-height: 350px;
  }
}
@media (max-width: 560px) {
  .reviews__item {
    width: 180px;
    min-height: 370px;
  }
}
@media (max-width: 430px) {
  .reviews__item {
    width: 140px;
    min-height: 350px;
    padding: 12px 10px;
    margin-right: 10px;
  }
}
.reviews__item p {
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
  margin-top: 20px;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .reviews__item p {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .reviews__item p {
    margin-top: 12px;
    font-size: 14px;
  }
}
.reviews__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__author .reviews__img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.2;
}
@media (max-width: 1000px) {
  .reviews__author .reviews__img {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 768px) {
  .reviews__author .reviews__img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 430px) {
  .reviews__author .reviews__img {
    width: 30px;
    height: 30px;
  }
}
.reviews__info {
  margin-left: 15px;
}
@media (max-width: 430px) {
  .reviews__info {
    margin-left: 7px;
  }
}
.reviews__info h5 {
  font-family: "TTNorms";
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 560px) {
  .reviews__info h5 {
    font-size: 14px;
  }
}
.reviews__info span {
  color: rgba(255, 255, 255, 0.6);
  font-family: "TTNorms";
  font-size: 14px;
  opacity: 0.6;
}
@media (max-width: 560px) {
  .reviews__info span {
    font-size: 14px;
  }
}

.arrows__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
@media (max-width: 430px) {
  .arrows__slider {
    gap: 5px;
  }
}
.arrows__slider .slick-arrow {
  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;
  width: 60px;
  height: 49px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  background: linear-gradient(224deg, rgba(255, 255, 255, 0.1) -71.23%, rgba(255, 255, 255, 0) 94.99%), #201E28;
  border: 1px solid #444;
  -webkit-filter: drop-shadow(0px 3px 3.1121942997px rgba(0, 0, 0, 0.1)) drop-shadow(0px 7px 6.9220323563px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0px 3px 3.1121942997px rgba(0, 0, 0, 0.1)) drop-shadow(0px 7px 6.9220323563px rgba(0, 0, 0, 0.12));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .arrows__slider .slick-arrow {
    width: 50px;
    height: 40px;
  }
}
@media (max-width: 560px) {
  .arrows__slider .slick-arrow {
    width: 42px;
    height: 34px;
  }
}
@media (max-width: 430px) {
  .arrows__slider .slick-arrow {
    width: 33px;
    height: 27px;
  }
}
@media (max-width: 768px) {
  .arrows__slider .slick-arrow svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 430px) {
  .arrows__slider .slick-arrow svg {
    width: 13px;
    height: 13px;
  }
}
.arrows__slider .slick-arrow svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrows__slider .slick-arrow:hover {
  background: linear-gradient(235deg, rgba(0, 0, 0, 0.1) 5.85%, rgba(0, 0, 0, 0) 99.33%), #F8CC58;
  border: 1px solid #F8CC58;
}
.arrows__slider .slick-arrow:hover svg path {
  stroke: #0F0E13;
}
.arrows__slider .slick-prev svg path {
  stroke: #FFF;
}
.arrows__slider .slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.arrows__slider .slick-disabled:hover {
  background: linear-gradient(224deg, rgba(255, 255, 255, 0.1) -71.23%, rgba(255, 255, 255, 0) 94.99%), #201E28;
  border: 1px solid #444;
  border-bottom: none;
}
.arrows__slider .slick-disabled:hover svg path {
  stroke: #FFF;
}

.reasons {
  padding-top: 130px;
  position: relative;
}
@media (max-width: 560px) {
  .reasons {
    padding-top: 50px;
  }
}
.reasons::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  height: 2000px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../images/reasons-bg.png) no-repeat top;
  background-size: cover;
  background-position: 0 -200px;
  mix-blend-mode: multiply;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media (max-width: 560px) {
  .reasons::before {
    height: 2000px;
  }
}
@media (max-width: 430px) {
  .reasons::before {
    height: 1500px;
    background-size: auto;
  }
}
.reasons__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 560px) {
  .reasons__bg {
    display: none;
  }
}
.reasons__bg--left {
  position: absolute;
  left: 0;
  top: 50%;
}
.reasons__bg--right {
  position: absolute;
  right: 0;
}
.reasons .section__title, .reasons h2 {
  text-align: center;
  margin-bottom: 102px;
}
@media (max-width: 560px) {
  .reasons .section__title, .reasons h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 430px) {
  .reasons .section__title, .reasons h2 {
    margin-bottom: 40px;
    font-size: 22px !important;
  }
}
.reasons .section__title::after, .reasons h2::after {
  left: 50%;
  bottom: -32px;
  translate: -50% 0;
}
@media (max-width: 430px) {
  .reasons .section__title::after, .reasons h2::after {
    bottom: -20px;
  }
}
.reasons__list {
  counter-reset: item;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 79px;
}
@media (max-width: 768px) {
  .reasons__list {
    gap: 20px 10px;
  }
}
.reasons__item {
  padding-top: 46px;
  position: relative;
}
@media (max-width: 768px) {
  .reasons__item {
    padding-top: 40px;
  }
}
@media (max-width: 560px) {
  .reasons__item {
    padding-top: 30px;
  }
}
.reasons__item::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  text-shadow: 0px 4px 110px rgba(255, 255, 255, 0.3);
  font-size: 64px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(75.32%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 75.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .reasons__item::before {
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .reasons__item::before {
    font-size: 38px;
  }
}
@media (max-width: 430px) {
  .reasons__item::before {
    font-size: 32px;
  }
}
.reasons__item img {
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
}
@media (max-width: 768px) {
  .reasons__item img {
    width: 120px;
  }
}
@media (max-width: 560px) {
  .reasons__item img {
    width: 82px;
  }
}
.reasons__item h4 {
  margin: 23px 0 15px;
  color: #FFF;
  font-size: 30px;
  text-transform: capitalize;
}
@media (max-width: 1000px) {
  .reasons__item h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .reasons__item h4 {
    font-size: 20px;
    margin: 16px 0 10px;
  }
}
@media (max-width: 430px) {
  .reasons__item h4 {
    font-size: 14px;
    margin: 10px 0;
  }
}
.reasons__item p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-font-feature-settings: "liga" off;
          font-feature-settings: "liga" off;
  font-family: "TTNorms";
}
@media (max-width: 768px) {
  .reasons__item p {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .reasons__item p {
    font-size: 14px;
  }
}

.nav__list {
  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;
}
.nav__list li a {
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  color: #FFF;
}
@media (hover: hover) {
  .nav__list li a:hover {
    color: #F8CC58;
  }
}
@media (hover: none) {
  .nav__list li a:active {
    color: #F8CC58;
  }
}

.header__nav {
  padding-block: 24px;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.mobile__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background: rgba(23, 40, 38, 0.8980392157);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
.mobile__nav.nav--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}
.mobile__nav.nav--active nav {
  left: 0;
}
.mobile__nav .close {
  position: absolute;
  top: 32px;
  right: 24px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #FFF;
}
.mobile__nav .btn-primary {
  width: 100%;
}
.mobile__nav .contact__links {
  max-width: none;
  background: none;
  padding: 25px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
}
.mobile__nav nav {
  position: relative;
  left: -100%;
  width: 68%;
  min-width: 300px;
  height: 100%;
  padding: 24px;
  background-color: #FFF;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  overflow: auto;
}
.mobile__nav ul {
  margin: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}

.footer__nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__nav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.16;
  color: #FFF;
  opacity: 0.6;
  font-family: "TTNorms";
}
@media (hover: hover) {
  .footer__nav ul li a:hover {
    color: #F8CC58;
    opacity: 1;
  }
}
@media (hover: none) {
  .footer__nav ul li a:active {
    color: #F8CC58;
    opacity: 1;
  }
}

.btn-primary {
  position: relative;
  z-index: 1;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  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;
  max-width: 320px;
  height: 48px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  padding-inline: 18px;
  color: #FFF;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, #F8CC58 0%, #C09115 100%), linear-gradient(234.65deg, rgba(248, 204, 88, 0.1) 5.85%, rgba(192, 145, 21, 0) 99.33%);
}
@media (hover: hover) {
  .btn-primary:hover {
    color: #0F0E13;
    background: #FFF;
  }
  .btn-primary:hover::after {
    opacity: 0;
  }
}
@media (hover: none) {
  .btn-primary:active {
    color: #0F0E13;
    background: #FFF;
  }
  .btn-primary:active::after {
    opacity: 0;
  }
}
@media (max-width: 560px) {
  .btn-primary {
    max-width: 290px;
    font-size: 14px;
    margin: 0 auto;
  }
}

.icon {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.rating span {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: Inter;
  font-weight: 600;
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stars img {
  max-width: 20px;
}

.logo__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
}
.logo__desc span {
  font-family: "Noah Text";
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
}
.logo__desc hr {
  height: 35px;
  opacity: 0.2;
  border: 1px solid #146F60;
  border-left: none;
  margin: 0;
}
.logo__desc p {
  max-width: 130px;
  font-weight: 500;
  color: #847D7D;
}

.modal {
  position: fixed;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: -1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: auto;
}
.modal.active {
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}
.modal-content {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding: 60px 20px;
}
.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFF;
}
@media (hover: hover) {
  .modal .close:hover {
    scale: 1.1;
  }
  .modal .close:hover path {
    fill: #F8CC58;
  }
}
@media (hover: none) {
  .modal .close:active {
    scale: 1.1;
  }
  .modal .close:active path {
    fill: #F8CC58;
  }
}
.modal .request__inner {
  background: linear-gradient(0deg, rgb(32, 30, 40), rgb(32, 30, 40)), linear-gradient(224.15deg, rgb(255, 255, 255) -25.17%, rgba(255, 255, 255, 0) 100%);
  border-radius: 5px;
}

.comments {
  margin-top: 70px;
}
.comments .section__title, .comments h2 {
  margin-bottom: 33px;
}
.comments .section__title::after, .comments h2::after {
  left: 50%;
  translate: -50% 0;
  bottom: -13px;
}
@media (max-width: 430px) {
  .comments .section__title::after, .comments h2::after {
    bottom: -20px;
  }
}
.comments p {
  font-family: "TTNorms";
  font-weight: 400;
}
.comments .rating {
  margin: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comments__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.comments__list {
  padding: 20px 0;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 768px) {
  .comments__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 430px) {
  .comments__list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.comments__list > li {
  padding: 12px 10px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  background: linear-gradient(0deg, rgba(32, 30, 40, 0.6), rgba(32, 30, 40, 0.6)), linear-gradient(224.15deg, rgba(255, 255, 255, 0.1) -25.17%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid transparent;
  /* важно: нужна прозрачная обводка */
  border-image-source: linear-gradient(190.75deg, rgba(255, 255, 255, 0.3) -114.67%, rgba(255, 255, 255, 0) 85.49%);
  border-image-slice: 1;
  /* обязательно, чтобы градиент применился */
}
@media (max-width: 768px) {
  .comments__list > li {
    display: none;
  }
  .comments__list > li.visible {
    display: inline-block;
  }
}
.comments__list > li .stars {
  padding: 6px 0 12px;
}
.comments__list > li p {
  font-family: "TTNorms";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
}
.comments #loadMoreBtn {
  display: none;
}
@media (max-width: 768px) {
  .comments #loadMoreBtn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.comments__bottom {
  margin-top: 24px;
  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;
  gap: 4px;
  font-family: "TTNorms";
  font-weight: 400;
}
@media (max-width: 560px) {
  .comments__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14px;
  }
}
.comments__bottom img {
  height: 26px;
}
@media (max-width: 560px) {
  .comments__bottom img {
    height: 20px;
  }
}
.comments .btn-primary {
  margin: 0 auto;
}

.status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "TTNorms";
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 560px) {
  .status {
    font-size: 14px;
  }
}
.status img {
  width: 16px;
  height: 16px;
}

.details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.details .author {
  font-family: "TTNorms";
  font-weight: 700;
}
@media (max-width: 560px) {
  .details .author {
    font-size: 14px;
  }
}
.details .date {
  font-family: "TTNorms";
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 560px) {
  .details .date {
    font-size: 10px;
  }
}

.request {
  margin-top: 50px;
}
.request__inner {
  padding: 30px 10px;
  background: linear-gradient(0deg, rgba(32, 30, 40, 0.62), rgba(32, 30, 40, 0.62)), linear-gradient(224.15deg, rgba(255, 255, 255, 0.1) -25.17%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid transparent;
  /* важно: нужна прозрачная обводка */
  border-image-source: linear-gradient(190.75deg, rgba(255, 255, 255, 0.3) -114.67%, rgba(255, 255, 255, 0) 85.49%);
  border-image-slice: 1;
  /* обязательно, чтобы градиент применился */
}
.request__inner .section__title, .request__inner h2 {
  margin-bottom: 33px;
}
@media (max-width: 560px) {
  .request__inner .section__title, .request__inner h2 {
    font-size: 20px !important;
  }
}
.request__inner .section__title::after, .request__inner h2::after {
  left: 50%;
  translate: -50% 0;
  bottom: -13px;
}
@media (max-width: 430px) {
  .request__inner .section__title::after, .request__inner h2::after {
    bottom: -20px;
  }
}
.request__inner .request__desc {
  margin-top: 20px;
  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;
  gap: 10px;
}
.request__inner .request__desc p {
  font-family: "TTNorms";
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 560px) {
  .request__inner .request__desc p {
    font-size: 14px;
    max-width: 170px;
  }
}
.request__inner > ul {
  padding: 30px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 10px;
  font-family: "TTNorms";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .request__inner > ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
}
.request__inner > ul li {
  font-family: "TTNorms";
  font-weight: 400;
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}
@media (max-width: 560px) {
  .request__inner > ul li {
    font-size: 13px;
  }
}
.request__inner > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background: url("../images/icon/dot.svg") no-repeat center/contain;
  border-radius: 50%;
}
.request__form {
  padding: 0 20px;
}

.help {
  margin-top: 50px;
}
.help .section__title, .help h2 {
  margin-bottom: 33px;
  margin: 0;
}
.help .section__title::after, .help h2::after {
  display: none;
  left: 50%;
  translate: -50% 0;
  bottom: -13px;
}
@media (max-width: 430px) {
  .help .section__title::after, .help h2::after {
    bottom: -20px;
  }
}
.help__inner {
  max-width: 700px;
  margin: 0 auto;
  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;
  border-radius: 10px;
  padding: 30px 10px;
  background: linear-gradient(0deg, rgba(32, 30, 40, 0.62), rgba(32, 30, 40, 0.62)), linear-gradient(224.15deg, rgba(255, 255, 255, 0.1) -25.17%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  border-radius: 12px;
  z-index: 0;
}
.help__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(190.75deg, rgba(255, 255, 255, 0.3) -114.67%, rgba(255, 255, 255, 0) 85.49%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.help .btn-primary {
  margin-top: 30px;
}

.team {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .team .container {
    display: contents;
  }
}
.team .section__title, .team h2 {
  margin-bottom: 33px;
}
.team .section__title::after, .team h2::after {
  left: 50%;
  translate: -50% 0;
  bottom: -13px;
}
@media (max-width: 430px) {
  .team .section__title::after, .team h2::after {
    bottom: -20px;
  }
}
.team__slider {
  position: relative;
}
@media (max-width: 768px) {
  .team__slider .arrows__slider {
    display: none;
  }
}
.team__slider .slick-prev {
  position: absolute;
  left: 5%;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
}
.team__slider .slick-next {
  position: absolute;
  right: 5%;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
}
@media (max-width: 768px) {
  .team__list {
    padding-left: 20px;
  }
}
.team__list li {
  margin-right: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .team__list li {
    margin-right: 10px;
  }
}
.team__list li img {
  width: 360px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1150px) {
  .team__list li img {
    width: 300px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .team__list li img {
    width: 250px;
    height: 300px;
  }
}
@media (max-width: 560px) {
  .team__list li img {
    width: 150px;
    height: 200px;
  }
}
.team__list li span {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
  font-family: "TTNorms";
  font-weight: 600;
  font-size: 16px;
  max-width: 120px;
}
@media (max-width: 768px) {
  .team__list li span {
    left: 20px;
    bottom: 30px;
    font-size: 14px;
  }
}
.team__list li span::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #F8CC58;
  position: absolute;
  bottom: -20px;
}
@media (max-width: 768px) {
  .team__list li span::after {
    bottom: -15px;
    width: 40px;
  }
}
.team__list li span span {
  color: #F8CC58;
}

.wpcf7-response-output {
  display: none;
}/*# sourceMappingURL=style.css.map */