@font-face {
  font-family: "Bebas Neue2";
  src: url("../fonts/BebasNeueBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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: inherit;
  vertical-align: baseline;
}

body {
  min-width: 320px;
  position: relative;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
  transition: all 0.2s ease;
}

a:hover, button:hover {
  transition: all 0.2s ease;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

input[type=button] {
  cursor: pointer;
}

input {
  outline: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

video {
  vertical-align: bottom;
}

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

fieldset {
  padding: 0;
  border: none;
}

textarea {
  overflow: auto;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn,
input,
textarea,
button {
  outline: none;
  border: none;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  min-width: 480px;
  font-variant-numeric: lining-nums proportional-nums;
  margin: 0;
}

body.lock {
  overflow: hidden;
}

strong,
b {
  font-weight: bold;
}

.wrapper {
  width: 480px;
  overflow: hidden;
  margin: 0 auto;
}

button,
.btn {
  cursor: pointer;
  user-select: none;
  width: 334px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(129.01deg, #DD3A3A -29.37%, #B93B3B 31.23%, #C11919 125.6%);
  box-shadow: 0px 4px 0px 0px #901919, 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 9px 20px 0px rgba(0, 0, 0, 0.1), 0px 37px 37px 0px rgba(0, 0, 0, 0.09);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  padding: 27px 29px 23px;
  position: relative;
  overflow: hidden;
  gap: 14px;
  text-transform: uppercase;
  margin: 0 auto 28px;
}
button::before,
.btn::before {
  content: "";
  position: absolute;
  width: 381px;
  height: 55px;
  top: 51px;
  left: -24px;
  opacity: 0.1;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: soft-light;
}
.btn__animation {
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  transform: rotate(45deg);
  transition: all 0.1s;
  animation-name: slideme;
  animation-duration: 3s;
  animation-delay: 0.05s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.btn__after-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.7);
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.title {
  font-family: "Bebas Neue", "Bebas Neue2";
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #2D1B13;
}

.subtitle {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #2D3641;
}

.section1 .title {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #000;
  margin-bottom: 11px;
  text-align: left;
  font-size: 37px;
  line-height: 40px;
}
.section1 .title__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.section1 .title__lb {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(96.05deg, #D13520 4.79%, #6B1010 129.85%);
  height: 46px;
  border-radius: 4px;
  padding: 4px 10px 0 8px;
  color: #fff;
  font-size: 38px;
  transform: translateY(-2px);
}
.section1 .subtitle {
  text-transform: uppercase;
  font-weight: 500;
}
.section1__banner {
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #1C1C1C;
  text-transform: uppercase;
  color: #fff;
}
.section1__banner strong {
  font-weight: 600;
}
.section1__banner::before {
  content: "";
  width: 14px;
  height: 15px;
  margin-left: 1px;
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7.33727" cy="7.84139" r="5.11364" fill="white"/><path d="M4.97461 5.9379C4.97461 5.67946 5.18492 5.46915 5.44336 5.46915C5.7018 5.46915 5.91211 5.67946 5.91211 5.9379C5.91211 6.19634 5.7018 6.40665 5.44336 6.40665C5.18492 6.40665 4.97461 6.19634 4.97461 5.9379ZM8.56836 8.59415C8.30992 8.59415 8.09961 8.80446 8.09961 9.0629C8.09961 9.32134 8.30992 9.53165 8.56836 9.53165C8.8268 9.53165 9.03711 9.32134 9.03711 9.0629C9.03711 8.80446 8.8268 8.59415 8.56836 8.59415ZM12.7959 8.82196C12.772 8.92743 12.9085 9.20243 12.9988 9.38446C13.173 9.7354 13.3706 10.1331 13.201 10.4841C13.0291 10.8402 12.5907 10.9341 12.2037 11.0168C12.0079 11.0588 11.7121 11.1221 11.6482 11.202C11.5834 11.2834 11.5871 11.5873 11.5896 11.7884C11.5946 12.1824 11.6001 12.6293 11.2929 12.8748C10.9868 13.1192 10.5534 13.0149 10.1712 12.9232C9.97446 12.876 9.67789 12.8043 9.58242 12.8507C9.49211 12.8941 9.36539 13.1665 9.28149 13.3467C9.11383 13.7071 8.92383 14.1154 8.53539 14.2037C8.48802 14.2145 8.4396 14.2199 8.39102 14.2199C8.07399 14.2199 7.7907 13.9882 7.51555 13.7632C7.34742 13.6256 7.11695 13.4371 7.0057 13.4371C6.89461 13.4371 6.66414 13.6256 6.49602 13.7632C6.19461 14.0096 5.85274 14.2898 5.47633 14.2035C5.08789 14.1152 4.89773 13.7068 4.72992 13.3467C4.64617 13.1665 4.5193 12.8941 4.42914 12.8506C4.33352 12.8038 4.03664 12.8759 3.84024 12.9231C3.45789 13.0151 3.02477 13.1188 2.71852 12.8746C2.41117 12.6291 2.41664 12.1821 2.4218 11.7879C2.4243 11.5868 2.42805 11.2831 2.36336 11.2018C2.29945 11.1218 2.00367 11.0585 1.80789 11.0166C1.4207 10.9338 0.982266 10.8399 0.810391 10.4837C0.641016 10.1329 0.838672 9.73509 1.01273 9.38415C1.1032 9.20227 1.23977 8.92712 1.21586 8.82165C1.1943 8.72712 0.958984 8.54446 0.803359 8.42352C0.488203 8.17915 0.130859 7.90165 0.130859 7.5004C0.130859 7.09915 0.488203 6.82181 0.803516 6.57712C0.959141 6.45634 1.19445 6.27368 1.21602 6.17899C1.23992 6.07352 1.10336 5.79837 1.01305 5.61634C0.838828 5.2654 0.641328 4.86774 0.81086 4.51665C0.982735 4.16056 1.42117 4.06665 1.8082 3.98384C2.00398 3.94196 2.29977 3.87868 2.36352 3.79884C2.42852 3.71743 2.42477 3.41352 2.42227 3.21243C2.41727 2.81821 2.4118 2.37134 2.71898 2.12587C3.02508 1.88149 3.45852 1.98556 3.8407 2.07743C4.03742 2.12462 4.33398 2.19602 4.42945 2.15009C4.51977 2.10649 4.64649 1.83431 4.73039 1.65399C4.89805 1.29368 5.08805 0.885399 5.47649 0.797118C5.85242 0.711805 6.19492 0.990868 6.49617 1.23743C6.66445 1.37509 6.89492 1.56352 7.00602 1.56352C7.11711 1.56352 7.34758 1.37509 7.5157 1.23759C7.81727 0.990868 8.15899 0.71118 8.53555 0.797118C8.92383 0.885399 9.11399 1.29384 9.2818 1.65415C9.3657 1.83431 9.49242 2.10665 9.58274 2.15024C9.67852 2.19634 9.97492 2.12477 10.1713 2.07759C10.5537 1.98571 10.987 1.88165 11.2932 2.12602C11.6005 2.37149 11.5951 2.81837 11.5899 3.21274C11.5874 3.41384 11.5837 3.71774 11.6484 3.79884C11.7123 3.87868 12.008 3.94212 12.2038 3.98399C12.591 4.06681 13.0295 4.16056 13.2013 4.51681C13.3707 4.86774 13.173 5.26556 12.999 5.61649C12.9085 5.79852 12.772 6.07352 12.7959 6.17899C12.8174 6.27368 13.0527 6.45634 13.2084 6.57712C13.5235 6.82181 13.8809 7.09915 13.8809 7.5004C13.8809 7.90165 13.5235 8.17899 13.2082 8.42368C13.0526 8.54462 12.8173 8.72712 12.7959 8.82196ZM5.44336 7.03165C6.04633 7.03165 6.53711 6.54102 6.53711 5.9379C6.53711 5.33477 6.04633 4.84415 5.44336 4.84415C4.84039 4.84415 4.34961 5.33477 4.34961 5.9379C4.34961 6.54102 4.84039 7.03165 5.44336 7.03165ZM9.4143 5.53384C9.44415 5.50501 9.46795 5.47053 9.48433 5.4324C9.50071 5.39427 9.50933 5.35327 9.50969 5.31177C9.51005 5.27028 9.50214 5.22913 9.48643 5.19073C9.47072 5.15232 9.44751 5.11743 9.41817 5.08809C9.38883 5.05875 9.35394 5.03554 9.31553 5.01983C9.27713 5.00412 9.23598 4.99621 9.19449 4.99657C9.15299 4.99693 9.11199 5.00555 9.07386 5.02193C9.03573 5.03831 9.00125 5.06211 8.97242 5.09196L4.59742 9.46696C4.56758 9.49579 4.54377 9.53027 4.52739 9.5684C4.51101 9.60652 4.50239 9.64753 4.50203 9.68902C4.50167 9.73052 4.50958 9.77167 4.52529 9.81007C4.541 9.84848 4.56421 9.88337 4.59355 9.91271C4.62289 9.94205 4.65778 9.96526 4.69619 9.98097C4.73459 9.99668 4.77574 10.0046 4.81724 10.0042C4.85873 10.0039 4.89974 9.99525 4.93786 9.97887C4.97599 9.96249 5.01047 9.93868 5.0393 9.90884L9.4143 5.53384ZM9.66211 9.0629C9.66211 8.45993 9.17133 7.96915 8.56836 7.96915C7.96539 7.96915 7.47461 8.45993 7.47461 9.0629C7.47461 9.66587 7.96539 10.1566 8.56836 10.1566C9.17133 10.1566 9.66211 9.66587 9.66211 9.0629Z" fill="%23E64632"/></svg>');
  background-repeat: no-repeat;
}
.section1__top {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 51px;
  background-color: #1C1C1C;
}
.section1__top-logo {
  margin-bottom: 22px;
}
.section1__bottom {
  padding: 27px 25px 0 24px;
}
.section1__bottom--2 {
  padding-top: 25px;
}
.section1__bottom--2 .section1__bottom-list {
  padding-left: 13px;
}
.section1__bottom .title {
  padding-left: 15px;
}
.section1__bottom .subtitle {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 24px;
  padding-left: 15px;
}
.section1__bottom-lb {
  margin: -25px 25px 0;
  border-radius: 50px;
  border: 1px solid #EFEFEF;
  background-color: #fff;
  box-shadow: 0px 4px 0px 0px #D9D9D9;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section1__bottom-lb--2 {
  margin-top: -22px;
}
.section1__bottom-lb-column {
  padding: 0 9px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.section1__bottom-lb-column:first-child {
  border-right: 1px solid #EFEFEF;
}
.section1__bottom-lb strong {
  color: #232323;
}
.section1__bottom-list {
  padding: 0 24px 0 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section1__bottom-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.section1__bottom-list-text {
  color: #171718;
}
.section1__bottom-list-text strong {
  font-weight: 600;
}
.section1__title-wrap {
  padding: 0 41px;
}
.section1__title-wrap .title {
  text-align: center;
  margin-bottom: 9px;
}
.section1__title-wrap .title__bottom {
  justify-content: center;
}
.section1__title-wrap .title,
.section1__title-wrap .subtitle {
  color: #fff;
}
.section1__title-wrap--black .title,
.section1__title-wrap--black .subtitle {
  color: #191919;
}
.section1__title-wrap--bottom {
  margin-top: auto;
}

@keyframes scale-animation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.form {
  padding: 23px 36px 18px 32px;
}
.form .title {
  padding: 0 38px 24px;
  font-size: 35px;
  line-height: 40px;
  position: relative;
  color: #2D1B13;
}
.form .title--arrow::before, .form .title--arrow::after {
  content: "";
  position: absolute;
  top: 32px;
  width: 16px;
  height: 18px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  animation: scale-animation 2s infinite;
}
.form .title--arrow::after {
  right: 55px;
}
.form .title--arrow::before {
  left: 57px;
}
.form__select {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 6px 6px;
}
.form__select-item {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
  border-radius: 16px;
  background-color: #fff;
  padding: 21px 14px 19px 13px;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  position: relative;
  transition: border-color 0.2s ease;
}
.form__select-item.active {
  border-color: #E47272;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(90, 232, 223, 0.05);
  border-width: 2px;
  padding: 18px 13px 23px 13px;
}
.form__select-item.active .form__select-check {
  background-image: url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.06589 9.95027C5.00799 10.0085 4.93913 10.0547 4.8633 10.0863C4.78747 10.1178 4.70615 10.134 4.62402 10.134C4.54189 10.134 4.46057 10.1178 4.38474 10.0863C4.3089 10.0547 4.24005 10.0085 4.18214 9.95027L0.653394 6.42089C0.477639 6.24509 0.378906 6.00667 0.378906 5.75808C0.378906 5.50949 0.477639 5.27108 0.653394 5.09527L1.09527 4.65339C1.27108 4.47764 1.50949 4.37891 1.75808 4.37891C2.00667 4.37891 2.24509 4.47764 2.42089 4.65339L4.62402 6.85652L10.5771 0.903393C10.7529 0.727639 10.9914 0.628906 11.24 0.628906C11.4885 0.628906 11.727 0.727639 11.9028 0.903393L12.3446 1.34527C12.5204 1.52108 12.6191 1.75949 12.6191 2.00808C12.6191 2.25667 12.5204 2.49509 12.3446 2.67089L5.06589 9.95027Z" fill="white"/></svg>');
  background-color: #E47272;
  box-shadow: none;
  top: -7px;
  right: -7px;
}
.form__select-item.active .form__select-lb2 {
  right: 27px;
  top: -7px;
}
.form__select-item.active .form__select-title {
  margin-bottom: 9px;
}
.form__select-item.active .form__select-lb {
  padding: 3px 9px;
}
.form__select-check {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  background-color: #D9D9D9;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}
.form__select-lb2 {
  position: absolute;
  right: 27px;
  top: -6px;
  background-color: #3D4455;
  border-radius: 4px;
  padding: 4.5px 8px 4.5px 6px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.form__select-lb2--2 {
  padding-right: 11px;
  padding-left: 9px;
}
.form__select-lb2 img {
  flex-shrink: 0;
}
.form__select-img {
  width: 55px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 8px;
  margin-bottom: auto;
}
.form__select-title {
  color: #393133;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8px;
  transition: all 0.2s ease;
}
.form__select-lb {
  display: inline-flex;
  border-radius: 4px;
  background-color: #CB3737;
  padding: 3px 11px 3px 12px;
  font-weight: 700;
  letter-spacing: -0.019em;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.form__select-text {
  flex: 0 0 225px;
}
.form__select-price {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  letter-spacing: -0.022em;
  text-transform: uppercase;
  margin-bottom: -4px;
}
.form__select-price s {
  color: rgba(0, 0, 0, 0.6);
}
.form__select-price strong {
  font-size: 20px;
  line-height: 23px;
  color: #080100;
}

.section-form__subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 13px;
}

.section-form__subtitle span {
  color: #4B4855;
  font-weight: 600;
}

.section-form__tel {
  margin: 0 auto 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #4B4855;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.section-form__tel::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(326.31deg, #31A143 -25%, #8FCE3D 72.5%);
  box-shadow: 0 0 15px #31A143;
  animation: glow 0.5s infinite alternate;
}
.section-form__tel span {
  text-decoration: underline;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px #31A143;
  }
  100% {
    box-shadow: 0 0 40px #31A143;
  }
}
.input-block {
  position: relative;
  margin: 0 auto 21px;
}

.input-block-i {
  position: absolute;
  top: 50%;
  left: 14.5px;
  transform: translate(0, -50%);
}

.input-block input {
  display: block;
  width: 100%;
  height: 76.305px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 26px;
  font-size: 21px;
  color: #000;
}

.input-block input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.input-block-ico input {
  padding-left: 59px;
}

.input-block-wrap {
  padding: 0 10px 2px;
}

.section-form {
  padding-top: 40px;
}
.section-form .title {
  padding-bottom: 10px;
}

.footer {
  border-radius: 30px 30px 0 0;
  padding: 29px 2px 32px;
  background-color: #1A1611;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.footer a {
  text-decoration: underline;
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px 20px;
  padding: 0 10px;
}
.footer__nav a {
  color: #fff;
}

.faq__holder {
  padding: 54px 31px 46px;
}
.faq .title {
  line-height: 40px;
  color: #1B1923;
  margin-bottom: 24px;
}
.faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.faq__accordion-item {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  border-radius: 16px;
}
.faq__accordion-item.active .faq__accordion-content {
  padding: 0 21px 16px;
  grid-template-rows: 1fr;
}
.faq__accordion-item.active .faq__accordion-button-icon {
  transform: translateY(-50%) rotate(180deg);
}
.faq__accordion-button {
  padding: 18px 102px 15px 21px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  display: flex;
  align-items: center;
  min-height: 49px;
  cursor: pointer;
}
.faq__accordion-button-icon {
  background-image: url('data:image/svg+xml,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.56681 8.1501L0.380536 0.285953L16.7193 0.250932L8.56681 8.1501Z" fill="%234F4447"/></svg>');
  width: 17px;
  height: 9px;
  background-repeat: no-repeat;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-out;
}
.faq__accordion-content {
  padding: 0 21px;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.2s ease-out;
  color: #4F4447;
}
.faq__accordion-content-holder {
  overflow: hidden;
}
.faq__accordion-content ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
.faq__accordion-content ol li {
  list-style: decimal;
}
.faq__accordion-content p {
  padding-left: 20px;
}

.section2 {
  padding: 6px 40.5px 25px 39.5px;
}
.section2 .faq__accordion {
  gap: 8px;
}
.section2 .faq__accordion-item {
  border: 1px solid rgba(121, 96, 72, 0.1);
  border-radius: 8px;
  box-shadow: none;
}
.section2 .faq__accordion-button {
  font-size: 18px;
  line-height: 21px;
  padding: 12px 80px 13px 21px;
}
.section2 .faq__accordion-button-icon {
  right: 19px;
  width: 13px;
  height: 7px;
  background-image: url('data:image/svg+xml,<svg width="13" height="7" viewBox="0 0 13 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.70497 6.64811L0.808131 0.983309L12.5775 0.958082L6.70497 6.64811Z" fill="%234F4447"/></svg>');
}

.guarantee {
  border: 1px solid #F8E6C5;
  border-radius: 12px;
  background-color: rgba(246, 232, 198, 0.57);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 15.5px 14px;
  display: flex;
  gap: 14px;
  margin: 0 24px 38px 25px;
}
.guarantee-img {
  flex: 0 0 84px;
}
.guarantee-title {
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  color: #2D1B13;
  margin-bottom: 8px;
}
.guarantee-text {
  color: #635846;
  padding-right: 18px;
}

.scheme {
  display: flex;
  align-items: center;
  gap: 13px;
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
.scheme__img {
  width: 202px;
  flex-shrink: 0;
}
.scheme__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.section3 {
  padding-top: 28px;
  padding-bottom: 26px;
}
.section3__holder {
  padding: 0 49px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section3__lb {
  padding: 4px 17px;
  border-radius: 4px;
  background: linear-gradient(129.01deg, #EA4848 -29.37%, #A73838 125.6%);
  font-weight: 500;
  color: #fff;
  margin-bottom: 7px;
}
.section3__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #2A2A2A;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 15px;
}
.section3__subtitle {
  color: #6F707C;
  text-align: center;
}
.section3__marquee {
  width: 100%;
  overflow: hidden;
}
.section3__marquee-content {
  display: flex;
  align-items: center;
  gap: 11px;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.section4 {
  height: 1038px;
  background-image: url(../img/section4-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-bottom: 23px;
}
.section4__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 31px 15px 0;
}
.section4__top-lb {
  background-color: rgba(0, 0, 0, 0.36);
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 8px 16px 2px;
  font-family: "Bebas Neue", "Bebas Neue2";
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #fff;
}
.section4 .title {
  color: #fff;
  margin-bottom: 9px;
  padding: 0 6px;
}
.section4 .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.section4 .btn__after-text {
  color: #fff;
}
.section4__item {
  position: absolute;
  transform: translateX(-50%);
  font-weight: 600;
  color: #fff;
}
.section4__item--1 {
  top: 326px;
  left: 79%;
}
.section4__item--2 {
  top: 442px;
  left: 85%;
}
.section4__item--3 {
  top: 559px;
  left: 81%;
}
.section4__item--4 {
  top: 665px;
  left: 67.5%;
}
.section4__item--5 {
  top: 740px;
  left: 51%;
}
.section4__item--6 {
  top: 795px;
  left: 30.7%;
}
.section4__lb2 {
  position: absolute;
  top: 282px;
  left: 26%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Bebas Neue", "Bebas Neue2";
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.02em;
}
.section4__lb2 span {
  font-size: 24px;
}

.section5 {
  height: 507px;
  background-image: url(../img/section5-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 23px 29px 24px;
}
.section5__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.section5__top-text {
  width: 367px;
  padding: 0 27px;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.section5__top-text::before, .section5__top-text::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  background-image: url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.53359 11.979C0.57526 10.9249 0.000259684 9.77487 0.000259852 7.8582C0.000260145 4.50403 2.39609 1.5332 5.75026 -0.000130688L6.61276 1.2457C3.45026 2.9707 2.77943 5.17487 2.58776 6.61237C3.06693 6.32487 3.73776 6.22904 4.40859 6.32487C6.13359 6.51654 7.47526 7.8582 7.47526 9.67904C7.47526 10.5415 7.09193 11.404 6.51693 12.0749C5.84609 12.7457 5.07943 13.0332 4.12109 13.0332C3.06693 13.0332 2.10859 12.554 1.53359 11.979ZM11.1169 11.979C10.1586 10.9249 9.58359 9.77487 9.58359 7.8582C9.58359 4.50404 11.9794 1.5332 15.3336 -0.000129851L16.1961 1.2457C13.0336 2.9707 12.3628 5.17487 12.1711 6.61237C12.6503 6.32487 13.3211 6.22904 13.9919 6.32487C15.7169 6.51654 17.0586 7.95404 17.0586 9.67904C17.0586 10.5415 16.6753 11.404 16.1003 12.0749C15.4294 12.7457 14.6628 13.0332 13.7044 13.0332C12.6503 13.0332 11.6919 12.554 11.1169 11.979Z" fill="%23FF5353"/></svg>');
  background-repeat: no-repeat;
}
.section5__top-text::before {
  left: 3px;
  top: 3px;
}
.section5__top-text::after {
  right: 3px;
  bottom: 5px;
  transform: rotate(180deg);
}
.section5__bottom {
  background-color: rgba(45, 27, 19, 0.47);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #fff;
  padding: 0 18px 19px;
}
.section5__bottom-ava {
  margin-top: -37px;
}
.section5__bottom-text {
  text-align: center;
}
.section5__bottom-name {
  font-family: "Antonio", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  padding-right: 4px;
}
.section5__bottom-verified {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  margin-top: -7px;
}
.section5__bottom-verified::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2007_3189)"><circle cx="9" cy="9" r="5" fill="white"/><path d="M14.8936 6.43159C14.6882 6.29371 14.5027 6.12828 14.3423 5.93996C14.3542 5.67775 14.4069 5.419 14.4985 5.17304C14.6707 4.59004 14.8852 3.86448 14.4719 3.29674C14.0555 2.72448 13.295 2.70527 12.6839 2.68965C12.4269 2.69992 12.1698 2.67227 11.9208 2.60761C11.7839 2.39287 11.6793 2.15914 11.6106 1.91394C11.4067 1.3333 11.1527 0.610631 10.4725 0.389591C9.81252 0.175085 9.22021 0.582627 8.69795 0.941011C8.48807 1.10858 8.25243 1.24106 8.00018 1.33328C7.74781 1.24115 7.51206 1.10868 7.30213 0.941011C6.77984 0.582312 6.18737 0.176057 5.52753 0.389591C4.84754 0.610631 4.59364 1.33294 4.38952 1.9137C4.32087 2.15768 4.21748 2.39053 4.08256 2.60509C3.83278 2.67172 3.57436 2.70015 3.31608 2.68941C2.70508 2.705 1.94451 2.72424 1.52818 3.29647C1.11483 3.86453 1.32929 4.59009 1.50151 5.17314C1.59206 5.4178 1.64523 5.67471 1.65922 5.93521C1.49955 6.1262 1.31336 6.29337 1.10633 6.43162C0.613333 6.80758 0 7.27565 0 7.99995C0 8.72425 0.613334 9.19231 1.10644 9.56831C1.31182 9.70619 1.4973 9.87161 1.6577 10.0599C1.64579 10.3221 1.59308 10.5809 1.50146 10.8269C1.32926 11.4099 1.11478 12.1355 1.52812 12.7032C1.94446 13.2754 2.70503 13.2946 3.31605 13.3103C3.57309 13.3 3.83024 13.3277 4.07922 13.3923C4.21612 13.6071 4.32065 13.8408 4.38945 14.086C4.59356 14.6667 4.84746 15.3893 5.52761 15.6104C5.64812 15.6499 5.77414 15.67 5.90096 15.67C6.41285 15.67 6.88028 15.3487 7.30218 15.059C7.51206 14.8914 7.74771 14.7589 7.99997 14.6666C8.25236 14.7588 8.48813 14.8912 8.69808 15.0589C9.22034 15.4176 9.81265 15.8235 10.4727 15.6103C11.1526 15.3893 11.4065 14.667 11.6107 14.0862C11.6793 13.8422 11.7827 13.6094 11.9176 13.3948C12.1674 13.3282 12.4258 13.2997 12.6841 13.3105C13.2951 13.2949 14.0557 13.2757 14.472 12.7034C14.8854 12.1354 14.6709 11.4098 14.4987 10.8268C14.4081 10.5821 14.355 10.3252 14.341 10.0647C14.5006 9.8737 14.6868 9.70653 14.8939 9.56828C15.3866 9.19231 16 8.72425 16 7.99995C16 7.27565 15.3867 6.80758 14.8936 6.43159ZM10.9714 6.80465L7.63802 10.138C7.37777 10.3983 6.95577 10.3984 6.69544 10.1381L6.69528 10.138L5.0286 8.47129C4.76497 8.21427 4.75961 7.79219 5.01664 7.52855C5.27366 7.26491 5.69574 7.25956 5.95938 7.51658C5.96342 7.52052 5.96741 7.52451 5.97135 7.52855L7.16665 8.72388L10.0286 5.86188C10.2857 5.59824 10.7077 5.59291 10.9714 5.84994C11.235 6.10696 11.2403 6.52904 10.9833 6.79268C10.9794 6.79675 10.9754 6.80071 10.9714 6.80465Z" fill="%23DC4646"/></g><defs><clipPath id="clip0_2007_3189"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
}

.section6 {
  height: 796px;
  background-image: url(../img/section6-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 39px;
  color: #fff;
}
.section6 .title {
  color: #fff;
  margin-bottom: 10px;
}
.section6 .title span {
  color: #E5D133;
}
.section6 .subtitle {
  color: #fff;
  padding: 0 54px;
}
.section6__item {
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.section6__item--1 {
  width: 131px;
  top: 278px;
  left: 35px;
}
.section6__item--2 {
  width: 154px;
  top: 278px;
  left: 314px;
}
.section6__item--3 {
  width: 203px;
  top: 463px;
  left: 21px;
}
.section6__item-title span {
  font-weight: 500;
}
.section6__item-text {
  font-size: 14px;
  line-height: 16px;
}
.section6__lb {
  position: absolute;
  bottom: 20px;
  right: 33px;
  width: 135px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.section7 {
  height: 1200px;
  background-image: url(../img/section7-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section7__bottom {
  padding: 0 34px 39px 35px;
}
.section7__bottom-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
}
.section7__bottom-item {
  width: 200px;
  border-radius: 10px;
  background-color: rgba(58, 61, 50, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 0 10px 15px;
}
.section7__bottom-item-img {
  margin-top: -66px;
}
.section7__bottom-item-text {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.section7 .btn__after-text {
  color: #fff;
}
.section7__top {
  padding: 39px 25px 0;
}
.section7__top .title {
  color: #2D1B13;
  margin-bottom: 18px;
  padding-right: 12px;
}
.section7__top-list {
  padding-left: 3px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.section7__top-list-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section7__top-list-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2D1B13;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
}
.section7__top-list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(180deg, #F03C3C 0%, #8A2222 100%);
}
.section7__top-list-text {
  color: #2D1B13;
  font-weight: 500;
  margin-right: -2px;
}

.section8 .title {
  padding: 36px 25px 33px 24px;
}
.section8 .title span {
  color: #B3A216;
}
.section8__block {
  height: 571px;
  background-image: url(../img/section8-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section8__block-item {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 29px;
  color: #fff;
}
.section8__block-item--1 {
  top: 0;
  right: 0;
  width: 240px;
  height: 128px;
  padding-right: 20px;
}
.section8__block-item--2 {
  top: 129px;
  left: 0;
  width: 240px;
  height: 128px;
  padding-left: 29px;
}
.section8__block-item--3 {
  top: 257px;
  right: 0;
  width: 247px;
  height: 128px;
  padding-right: 20px;
}
.section8__block-item--4 {
  top: 382px;
  left: 0;
  height: 190px;
  padding-left: 29px;
}
.section8__block-item--4 .section8__block-text {
  width: 232px;
}
.section8__block-item--4 .section8__block-text strong {
  font-weight: 600;
}
.section8__block-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}
.section8__block-lb {
  background-color: #fff;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 18px;
  color: #2D1B13;
  font-weight: 500;
}
.section8__block-lb strong {
  font-weight: 800;
}

.section9 {
  height: 819px;
  background-image: url(../img/section9-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 41px;
  padding-bottom: 20px;
}
.section9 .title {
  color: #fff;
  margin-bottom: 9px;
}
.section9 .subtitle {
  color: #fff;
  font-weight: 500;
}
.section9 .btn__after-text {
  color: #2D1B13;
}
.section9__top {
  padding: 0 16px 0 15px;
}

.section10 {
  padding: 57px 34px 21px;
}
.section10 .title {
  font-size: 38px;
  margin-bottom: 18px;
  line-height: 40px;
}
.section10__lb {
  width: 302px;
  height: 55px;
  padding-left: 81px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  background-image: url(../img/section10-lb.webp);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 15px;
  line-height: 18px;
  color: #3B3B3B;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto 42px;
}
.section10__bars {
  position: relative;
  margin: 0 -3px 24px;
}
.section10__bars-lb {
  position: absolute;
  top: -27px;
  left: 50%;
  min-width: 339px;
  transform: translateX(-50%);
  border-radius: 12px;
  background-color: #fff;
  padding: 12px 16px 14px 26px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.section10__bars-lb strong {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  color: #3D3E4B;
  margin-right: 12px;
}
.section10__bars-lb span {
  font-size: 14px;
  line-height: 16px;
  color: #646464;
  margin-left: 10px;
}
.section10__bars-title {
  position: absolute;
  left: 55px;
}
.section10__bars-title--1 {
  top: 42px;
}
.section10__bars-title--2 {
  top: 99px;
}
.section10__bars-title--3 {
  top: 155px;
}
.section10__slider {
  width: 400px;
  overflow: visible;
  margin: 0 auto 13px;
  position: relative;
}
.section10__block-slide {
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.section10__block-slide-content {
  position: relative;
  z-index: 2;
  padding: 0 21px 29px 20px;
  text-align: center;
}
.section10__block-slide-stars {
  width: 124px;
  height: 33px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  margin: -16px auto 26px;
  transform: translateX(3px);
  background-image: url('data:image/svg+xml,<svg width="108" height="21" viewBox="0 0 108 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.52447 1.91665C9.67415 1.456 10.3259 1.456 10.4755 1.91665L12.1329 7.01746C12.1998 7.22347 12.3918 7.36296 12.6084 7.36296H17.9717C18.4561 7.36296 18.6575 7.98276 18.2656 8.26746L13.9266 11.4199C13.7514 11.5473 13.678 11.7729 13.745 11.979L15.4023 17.0798C15.552 17.5404 15.0248 17.9235 14.6329 17.6388L10.2939 14.4863C10.1186 14.359 9.88135 14.359 9.70611 14.4863L5.3671 17.6388C4.97524 17.9235 4.448 17.5404 4.59768 17.0798L6.25503 11.979C6.32197 11.7729 6.24864 11.5473 6.07339 11.4199L1.73438 8.26746C1.34253 7.98276 1.54392 7.36296 2.02828 7.36296H7.39159C7.6082 7.36296 7.80018 7.22347 7.86712 7.01746L9.52447 1.91665Z" fill="%23FFAD0D"/><path d="M31.5225 1.5363C31.6682 1.06749 32.3318 1.06749 32.4775 1.5363L34.1359 6.87231C34.2009 7.08142 34.3944 7.22391 34.6133 7.22391L40.0257 7.22391C40.5046 7.22391 40.7095 7.83237 40.3281 8.12208L35.9117 11.4766C35.7442 11.6038 35.6743 11.8223 35.7367 12.0232L37.4145 17.4215C37.5589 17.8861 37.022 18.2624 36.6346 17.9681L32.3024 14.6775C32.1237 14.5418 31.8763 14.5418 31.6976 14.6775L27.3654 17.9681C26.978 18.2624 26.4411 17.8861 26.5855 17.4216L28.2633 12.0232C28.3257 11.8223 28.2558 11.6038 28.0883 11.4766L23.6719 8.12208C23.2905 7.83237 23.4954 7.22391 23.9743 7.22391L29.3867 7.22391C29.6056 7.22391 29.7991 7.08142 29.8641 6.87231L31.5225 1.5363Z" fill="%23FFAD0D"/><path d="M53.5225 1.5363C53.6682 1.06749 54.3318 1.06749 54.4775 1.5363L56.1359 6.87231C56.2009 7.08142 56.3944 7.22391 56.6133 7.22391L62.0257 7.22391C62.5046 7.22391 62.7095 7.83237 62.3281 8.12208L57.9117 11.4766C57.7442 11.6038 57.6743 11.8223 57.7367 12.0232L59.4145 17.4215C59.5589 17.8861 59.022 18.2624 58.6346 17.9681L54.3024 14.6775C54.1237 14.5418 53.8763 14.5418 53.6976 14.6775L49.3654 17.9681C48.978 18.2624 48.4411 17.8861 48.5855 17.4216L50.2633 12.0232C50.3257 11.8223 50.2558 11.6038 50.0883 11.4766L45.6719 8.12208C45.2905 7.83237 45.4954 7.22391 45.9743 7.22391L51.3867 7.22391C51.6056 7.22391 51.7991 7.08142 51.8641 6.87231L53.5225 1.5363Z" fill="%23FFAD0D"/><path d="M75.5265 2.26773C75.6799 1.81512 76.3201 1.81512 76.4735 2.26773L78.13 7.15356C78.1989 7.35649 78.3893 7.49301 78.6036 7.49301L83.9174 7.49301C84.4069 7.49301 84.6048 8.12365 84.2031 8.40335L79.9413 11.3708C79.7585 11.498 79.6819 11.7308 79.7534 11.9416L81.3899 16.7682C81.5448 17.2252 81.0266 17.6148 80.6306 17.3391L76.2857 14.3139C76.114 14.1943 75.886 14.1943 75.7143 14.3139L71.3694 17.3391C70.9734 17.6148 70.4552 17.2252 70.6101 16.7682L72.2466 11.9416C72.3181 11.7308 72.2415 11.498 72.0587 11.3708L67.7969 8.40335C67.3952 8.12365 67.5931 7.49301 68.0826 7.49301L73.3964 7.49301C73.6107 7.49301 73.8011 7.35649 73.87 7.15356L75.5265 2.26773Z" fill="%23FFAD0D"/><path d="M98.2029 2.74335L99.8587 7.39625C99.97 7.70896 100.266 7.91782 100.598 7.91782H105.852C106.066 7.91782 106.149 8.19473 105.971 8.31267L101.801 11.0791C101.501 11.2783 101.375 11.6565 101.496 11.996L103.107 16.5228C103.176 16.7179 102.957 16.889 102.785 16.7745L98.4337 13.8883C98.1709 13.714 97.8291 13.714 97.5663 13.8883L93.2154 16.7745C93.0429 16.889 92.8241 16.7179 92.8935 16.5228L94.5044 11.996C94.6252 11.6565 94.4992 11.2783 94.1989 11.0791L90.0286 8.31267C89.8508 8.19473 89.9343 7.91782 90.1477 7.91782H95.4021C95.734 7.91782 96.03 7.70896 96.1413 7.39625L97.7971 2.74336C97.865 2.55246 98.135 2.55247 98.2029 2.74335Z" fill="%23FFAD0D" stroke="%23FFAD0D" stroke-width="0.569248"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.section10__block-slide-text {
  min-height: 114px;
  color: #4F4447;
  margin-bottom: 21px;
}
.section10__block-slide-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 3px;
}
.section10__block-slide-verified {
  display: inline-flex;
  color: #615F73;
  font-size: 12px;
  line-height: 16px;
  padding-left: 20px;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2008_482)"><path d="M14.8936 6.43159C14.6882 6.29371 14.5027 6.12828 14.3423 5.93996C14.3542 5.67775 14.4069 5.419 14.4985 5.17304C14.6707 4.59004 14.8852 3.86448 14.4719 3.29674C14.0555 2.72448 13.295 2.70527 12.6839 2.68965C12.4269 2.69992 12.1698 2.67227 11.9208 2.60761C11.7839 2.39287 11.6793 2.15914 11.6106 1.91394C11.4067 1.3333 11.1527 0.610631 10.4725 0.389591C9.81252 0.175085 9.22021 0.582627 8.69795 0.941011C8.48807 1.10858 8.25243 1.24106 8.00018 1.33328C7.74781 1.24115 7.51206 1.10868 7.30213 0.941011C6.77984 0.582312 6.18737 0.176057 5.52753 0.389591C4.84754 0.610631 4.59364 1.33294 4.38952 1.9137C4.32087 2.15768 4.21748 2.39053 4.08256 2.60509C3.83278 2.67172 3.57436 2.70015 3.31608 2.68941C2.70508 2.705 1.94451 2.72424 1.52818 3.29647C1.11483 3.86453 1.32929 4.59009 1.50151 5.17314C1.59206 5.4178 1.64523 5.67471 1.65922 5.93521C1.49955 6.1262 1.31336 6.29337 1.10633 6.43162C0.613333 6.80758 0 7.27565 0 7.99995C0 8.72425 0.613334 9.19231 1.10644 9.56831C1.31182 9.70619 1.4973 9.87161 1.6577 10.0599C1.64579 10.3221 1.59308 10.5809 1.50146 10.8269C1.32926 11.4099 1.11478 12.1355 1.52812 12.7032C1.94446 13.2754 2.70503 13.2946 3.31605 13.3103C3.57309 13.3 3.83024 13.3277 4.07922 13.3923C4.21612 13.6071 4.32065 13.8408 4.38945 14.086C4.59356 14.6667 4.84746 15.3893 5.52761 15.6104C5.64812 15.6499 5.77414 15.67 5.90096 15.67C6.41285 15.67 6.88028 15.3487 7.30218 15.059C7.51206 14.8914 7.74771 14.7589 7.99997 14.6666C8.25236 14.7588 8.48813 14.8912 8.69808 15.0589C9.22034 15.4176 9.81265 15.8235 10.4727 15.6103C11.1526 15.3893 11.4065 14.667 11.6107 14.0862C11.6793 13.8422 11.7827 13.6094 11.9176 13.3948C12.1674 13.3282 12.4258 13.2997 12.6841 13.3105C13.2951 13.2949 14.0557 13.2757 14.472 12.7034C14.8854 12.1354 14.6709 11.4098 14.4987 10.8268C14.4081 10.5821 14.355 10.3252 14.341 10.0647C14.5006 9.8737 14.6868 9.70653 14.8939 9.56828C15.3866 9.19231 16 8.72425 16 7.99995C16 7.27565 15.3867 6.80758 14.8936 6.43159ZM10.9714 6.80465L7.63802 10.138C7.37777 10.3983 6.95577 10.3984 6.69544 10.1381L6.69528 10.138L5.0286 8.47129C4.76497 8.21427 4.75961 7.79219 5.01664 7.52855C5.27366 7.26491 5.69574 7.25956 5.95938 7.51658C5.96342 7.52052 5.96741 7.52451 5.97135 7.52855L7.16665 8.72388L10.0286 5.86188C10.2857 5.59824 10.7077 5.59291 10.9714 5.84994C11.235 6.10696 11.2403 6.52904 10.9833 6.79268C10.9794 6.79675 10.9754 6.80071 10.9714 6.80465Z" fill="%23A32525"/></g><defs><clipPath id="clip0_2008_482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 3px;
}
.section10__slider-button-next, .section10__slider-button-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(122, 122, 122, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  top: 201px;
  background-image: url('data:image/svg+xml,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.45635 8.65242C8.84688 8.2619 8.84688 7.62873 8.45635 7.23821L2.09239 0.874245C1.70187 0.48372 1.0687 0.48372 0.678179 0.874245C0.287655 1.26477 0.287655 1.89793 0.678179 2.28846L6.33503 7.94531L0.678179 13.6022C0.287655 13.9927 0.287655 14.6259 0.678179 15.0164C1.0687 15.4069 1.70187 15.4069 2.09239 15.0164L8.45635 8.65242ZM6.97754 8.94531H7.74925V6.94531H6.97754V8.94531Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}
.section10__slider-button-next {
  right: -20px;
}
.section10__slider-button-prev {
  left: -19px;
  transform: rotate(180deg);
}
.section10__slider-button-prev.swiper-button-disabled {
  opacity: 0.7;
}
.section10__slider-pagination {
  margin-top: 23px;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.section10__slider-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  background: #D9D9D9;
  width: 20px;
  height: 6px;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.2s ease-out;
}
.section10__slider-pagination .swiper-pagination-bullet-active {
  width: 58px;
  background-color: #3D3E4B;
}
/*# sourceMappingURL=main.css.map */