@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: BebasNeue;
  font-display: swap;
  src:
    url("../fonts/BebasNeue-Regular.woff2") format("woff2"),
    url("../fonts/BebasNeue-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ltsuperior;
  font-display: swap;
  src:
    url("../fonts/ltsuperior-bold.woff2") format("woff2"),
    url("../fonts/ltsuperior-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: ltsuperior;
  font-display: swap;
  src:
    url("../fonts/ltsuperior-regular.woff2") format("woff2"),
    url("../fonts/ltsuperior-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ltsuperior;
  font-display: swap;
  src:
    url("../fonts/ltsuperior-semibold.woff2") format("woff2"),
    url("../fonts/ltsuperior-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: ltsuperior;
  font-display: swap;
  src:
    url("../fonts/ltsuperior-medium.woff2") format("woff2"),
    url("../fonts/ltsuperior-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
:root {
  box-sizing: border-box;
  --clr-black: #000000;
  --clr-white: #ffffff;
  --clr-blue: #1d1f38;
  --clr-blue-light: #f7f7fa;
  --clr-gray: #f3f5fa;
  --clr-gray-dark: #8181a1;
  --clr-green: #23c92a;
  --clr-yellow: #fbd405;
  --clr-blue-white: #185aaa;
  --clr-blue-dark: #0a0b16;
  --clr-quiz: #171931;
}

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

*:focus {
  outline: none;
}

html,
body {
  height: 100%;
}

html {
  scroll-padding-top: 72px;
  /* Отступ сверху */
  scroll-behavior: smooth;
  /* Плавный скролл */
}

body {
  font-family: "ltsuperior", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: var(--clr-blue);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: normal;
  background-color: var(--clr-white);
}
body.lock {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

ul > li {
  list-style: none;
}

p {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: 100%;
}

input {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  line-height: 1.08;
}

h1 {
  font-size: 66px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

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

.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
}

.wrapper__content {
  flex: 1;
}

.container {
  margin: 0 auto;
  height: 100%;
  max-width: 1240px;
}
@media screen and (max-width: 1440px) {
  .container {
    margin: 0px 100px;
  }
}
@media screen and (max-width: 1410px) {
  .container {
    margin: 0 80px;
  }
}
@media screen and (max-width: 1365px) {
  .container {
    margin: 0 60px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    margin: 0px 20px;
  }
}

.accordion__item {
  border-bottom: 1px solid var(--clr-blue-light);
}

.accordion__control {
  padding: 30px 0 35px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .accordion__control {
    padding: 20px 0 35px;
  }
}

.accordion__title {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.47;
  text-align: left;
  flex: 0 0 90%;
  color: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  .accordion__title {
    flex: 0 0 244px;
  }
}

.accordion__icon {
  flex: 0 0 37px;
  width: 37px;
  height: 38px;
  border-radius: 6px;
  background-color: var(--clr-blue-light);
  position: relative;
}
.accordion__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 11px;
  background-image: url("../img/accordion-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}

.open .accordion__icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  will-change: max-height;
  transition: all 0.3s ease-out;
  box-sizing: content-box;
}
@media screen and (max-width: 992px) {
  .accordion__content {
    font-size: 16px;
  }
}

.accordion__content a {
  color: var(--clr-blue);
}

.open .accordion__content {
  opacity: 1;
  padding-bottom: 35px;
}

.accordion__content > p + p {
  margin-top: 20px;
}

._anim-items {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s linear;
}
._anim-items._active {
  transform: translateY(0);
  opacity: 1;
}

.article {
  max-width: 295px;
  border-radius: 6px;
  background-color: var(--clr-blue-light);
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .article {
    max-width: 320px;
  }
}

.article__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article__preview {
  flex: 0 0 260px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin-bottom: 16px;
}

.article__preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article__meta {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  color: var(--clr-white);
}

.article__reading-time,
.article__tag {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  background-color: var(--clr-blue);
  border-radius: 80px;
  font-size: 12px;
  line-height: 1;
}

.article__reading-time {
  padding: 7.5px 8px 7.5px 23px;
  position: relative;
}
.article__reading-time::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 11px;
  height: 11px;
  background-image: url("../img/article-time-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.article__tag {
  padding: 7.5px 8px;
  margin-left: 6px;
}

.article__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.article__content-top {
  margin-bottom: 16px;
  flex: 1;
}

.article__author {
  font-size: 14px;
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: var(--clr-gray-dark);
  margin-bottom: 6px;
}

.article__title {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  color: var(--clr-blue);
  display: block;
  text-decoration: none;
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 6px;
}
.article__title:hover {
  color: var(--clr-black);
}

.article__date {
  font-size: 12px;
}

.article__content-btn.btn {
  font-size: 12px;
  padding: 21px;
}
.articles__list,
.similiar__articles-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}
.articles__item.article {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1045px) {
  .articles__item.article {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .articles__item.article {
    width: calc(100% - 20px);
  }
}

.blog {
  padding: 32px 0 60px;
}

.blog__wrapper {
  display: flex;
}
@media screen and (max-width: 1410px) {
  .blog__wrapper {
    flex-direction: column;
    max-width: 925px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1045px) {
  .blog__wrapper {
    max-width: 610px;
  }
}
@media screen and (max-width: 768px) {
  .blog__wrapper {
    max-width: 320px;
  }
}

.blog__left {
  flex: 0 0 295px;
}
@media screen and (max-width: 1410px) {
  .blog__left {
    max-width: initial;
    margin-bottom: 20px;
    flex: initial;
  }
}

.blog__right {
  flex: 0 0 925px;
  margin-left: 20px;
}
@media screen and (max-width: 1410px) {
  .blog__right {
    flex: initial;
    margin-left: 0;
  }
}

.blog__control {
  position: relative;
}

.blog__buttons {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

@media screen and (max-width: 1410px) {
  .blog__recherche {
    flex: 1;
  }
}

.blog__sort-btn,
.blog__filter-btn {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  position: relative;
  margin-left: 6px;
  display: none;
}
@media screen and (max-width: 1410px) {
  .blog__sort-btn,
  .blog__filter-btn {
    display: block;
  }
}
.blog__sort-btn::after,
.blog__sort-btn::before,
.blog__filter-btn::after,
.blog__filter-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}

.blog__sort-btn::before {
  background-image: url("../img/sort-icon.svg");
  opacity: 1;
  visibility: visible;
}
.blog__sort-btn:after {
  background-image: url("../img/sort-icon-active.svg");
  opacity: 0;
  visibility: hidden;
}

.blog__sort-btn.active::before {
  opacity: 0;
  visibility: hidden;
}
.blog__sort-btn.active:after {
  opacity: 1;
  visibility: visible;
}

.blog__filter-btn::before {
  background-image: url("../img/filter-icon.svg");
  opacity: 1;
  visibility: visible;
}
.blog__filter-btn:after {
  background-image: url("../img/filter-icon-active.svg");
  opacity: 0;
  visibility: hidden;
}

.blog__filter-btn.active::before {
  opacity: 0;
  visibility: hidden;
}
.blog__filter-btn.active:after {
  opacity: 1;
  visibility: visible;
}

.blog__filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
@media screen and (max-width: 1410px) {
  .blog__filter {
    padding: 10px 20px;
    position: absolute;
    right: 0;
    background-color: var(--clr-blue-white);
    z-index: 2;
    color: var(--clr-white);
    border-radius: 6px;
  }
}

.blog__filter-option {
  cursor: pointer;
  padding: 10px 0 10px 34px;
  display: block;
  position: relative;
  font-size: 16px;
}

.blog__radio,
.blog__checkbox {
  display: none;
}

.blog__checkbox:checked + .blog__filter-label {
  background-color: var(--clr-blue-white);
  border: 1px solid var(--clr-blue-white);
}
@media screen and (max-width: 1410px) {
  .blog__checkbox:checked + .blog__filter-label {
    background-color: var(--clr-white);
    border: 1px solid var(--clr-white);
  }
}
.blog__checkbox:checked + .blog__filter-label::before {
  opacity: 1;
}

.blog__filter-label {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 6px;
  border: 1px solid #cdcfd0;
  border-radius: 4px;
}
.blog__filter-label::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: initial;
  width: 12px;
  height: 10px;
  background-image: url("../img/quiz-check.svg");
  background-color: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 1410px) {
  .blog__filter-label::before {
    background-image: url("../img/quiz-check-blue.svg");
  }
}

.blog__sort {
  background-color: var(--clr-blue-light);
  padding: 10px;
  border-radius: 6px;
}
@media screen and (max-width: 1410px) {
  .blog__sort {
    position: absolute;
    right: 0;
    background-color: var(--clr-blue-white);
    z-index: 2;
    color: var(--clr-white);
  }
}

.blog__sort-desc {
  display: block;
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--clr-gray-dark);
  margin-bottom: 4px;
}
@media screen and (max-width: 1410px) {
  .blog__sort-desc {
    color: var(--clr-white);
  }
}

.blog__sort-controls {
  display: flex;
  align-items: center;
}

.blog__sort-option {
  cursor: pointer;
  padding-left: 17px;
  display: block;
  position: relative;
  font-size: 16px;
}

.blog__sort-option + .blog__sort-option {
  margin-left: 6px;
}

.blog__sort-label {
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 4px;
  border-radius: 50%;
  border: 1px solid var(--clr-yellow);
}
.blog__sort-label::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--clr-yellow);
  z-index: 1;
  opacity: 0;
}

.blog__radio:checked + .blog__sort-label {
  background-color: var(--clr-yellow);
}
.blog__radio:checked + .blog__sort-label::before {
  opacity: 1;
}

@media screen and (max-width: 1410px) {
  .blog__filter,
  .blog__sort {
    display: none;
  }
  .blog__filter.active,
  .blog__sort.active {
    display: block;
  }
}

.blog__left-place {
  display: none;
  background-color: var(--clr-blue-light);
  border-radius: 6px;
}
@media screen and (max-width: 1410px) {
  .blog__left-place {
    display: none;
  }
}

.blog__left-place--1 {
  height: 584px;
  margin-top: 34px;
}

.blog__left-place--2 {
  margin-top: 20px;
  height: 502px;
}

.blog__articles {
  margin-bottom: 30px;
}

.pagination__list {
  max-width: 319px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__list.hidden {
  opacity: 0;
  visibility: hidden;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 38px;
  border-radius: 6px;
  background-color: var(--clr-blue-light);
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: var(--clr-blue-white);
}

.pagination__link + .pagination__link {
  margin-left: 10px;
}

.pagination__link.current {
  font-family: "ltsuperior", sans-serif;
  font-weight: 400;
  color: var(--clr-blue);
}

.pagination__link--prev,
.pagination__link--next {
  font-size: 0;
  position: relative;
}
.pagination__link--prev::before,
.pagination__link--prev::after,
.pagination__link--next::before,
.pagination__link--next::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-out;
}

.pagination__link--prev::before {
  background-image: url("../img/pagination-prev.svg");
}
.pagination__link--prev::after {
  background-image: url("../img/pagination-prev-disabled.svg");
  opacity: 0;
  visibility: hidden;
}

.pagination__link--prev.pagination__link.disabled::after {
  opacity: 1;
  visibility: visible;
}

.pagination__link--next::before {
  background-image: url("../img/pagination-next.svg");
}
.pagination__link--next::after {
  background-image: url("../img/pagination-next-disabled.svg");
  opacity: 0;
  visibility: hidden;
}

.pagination__link.disabled::after {
  opacity: 1;
  visibility: visible;
}

.pagination__link--dots {
  color: var(--clr-blue);
}

.recherche-select {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  height: 190px;
  padding: 20px 10px 20px 20px;
}

.recherche-select__list {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}

/* width */
.recherche-select__list::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.recherche-select__list::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
.recherche-select__list::-webkit-scrollbar-thumb {
  background: #dddddd;
  margin: 19px;
  border-radius: 10px;
}

.recherche-select__item {
  display: flex;
  align-items: flex-start;
  width: 95%;
}

.recherche-select__item + .recherche-select__item {
  margin-top: 15px;
}

.recherche-select__title {
  font-family: "ltsuperior", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--clr-blue);
  transition: all 0.3s;
}

.recherche-select__title:hover {
  color: var(--clr-black);
}

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

.recherche__field.active .recherche__icon::after {
  opacity: 0;
}

.recherche__field.active .recherche__icon::before {
  opacity: 1;
}

.recherche__input {
  font-family: "ltsuperior", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--clr-blue);
  width: 100%;
  padding: 10px 42px 5px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  outline: none;
  height: 40px;
}

.recherche__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.recherche__icon::after,
.recherche__icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 0.3s;
}

.recherche__icon::after {
  background-image: url("../img/icon-search.svg");
  opacity: 1;
}

.recherche__icon::before {
  background-image: url("../img/icon-search-active.svg");
  opacity: 0;
}

.recherche__input::placeholder {
  color: var(--clr-gray-dark);
}

.recherche__close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: opacity 0.3s;
  background-image: url("../img/icon-search-close.svg");
  opacity: 0;
  visibility: hidden;
}

.recherche__close.active {
  opacity: 0.5;
  visibility: visible;
}

.recherche__recherche-select {
  position: absolute;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  top: 44px;
  left: 0;
  display: none;
}

.recherche__recherche-select.active {
  display: block;
}

.br-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-desktop {
    display: none;
  }
}

.br-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-mobile {
    display: block;
  }
}

.breadcrumbs {
  padding: 90px 0 20px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 90px 0 15px;
  }
}

.breadcrumbs__list {
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumbs__list {
    font-size: 12px;
  }
}

.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 13px;
}

.breadcrumbs__item:not(:last-child) {
  padding-right: 26px;
  position: relative;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
  background-image: url("../img/breadcrumbs-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.breadcrumbs__item a {
  font-family: "ltsuperior", sans-serif;
  font-weight: 400;
  color: var(--clr-blue-white);
}

.breadcrumbs__item {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
}

.btn {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  padding: 26px;
  background-color: var(--clr-blue-white);
  color: var(--clr-white);
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 6px;
}

.control {
  padding: 20px 0 16px;
}
@media screen and (max-width: 768px) {
  .control {
    padding: 15px 0 23px;
  }
}

@media screen and (max-width: 768px) {
  .control__wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
}

.control__title {
  font-size: 50px;
  margin-bottom: 0px;
  line-height: 1.08;
}
@media screen and (max-width: 768px) {
  .control__title {
    font-size: 40px;
    margin-bottom: 8px;
  }
}

.control__title span {
  color: var(--clr-blue-white);
}

.control__desc {
  font-size: 16px;
  line-height: 1.4;
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select select {
  display: none;
}

.custom-select .selected-item {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0 16px;
  color: var(--clr-white);
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-select-modele .selected-item {
  pointer-events: none;
  opacity: 0.5;
}

.custom-select-modele .selected-item.available {
  pointer-events: initial;
  opacity: 1;
}

.custom-select .selected-item::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 13px;
  height: 8px;
  background-image: url("../img/more-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}

.custom-select .selected-item.rotate_icon::after {
  transform: rotate(-180deg);
}

.custom-select .all-items {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  overflow-y: auto;
  /* Вертикальная прокрутка */
  max-height: 200px;
  /* Максимальная высота блока */
}

/* Стилизация прокрутки внутри .custom-scroll */
.custom-select .all-items::-webkit-scrollbar {
  width: 8px;
  background-color: var(--clr-blue);
}

.custom-select .all-items::-webkit-scrollbar-thumb {
  background: var(--clr-white);
  /* Зелёный ползунок */
  border-radius: 4px;
}

.custom-select .all-items-hide {
  display: none;
}

.custom-select .item:nth-child(1) {
  display: none;
}

.custom-select .item {
  color: var(--clr-gray-dark);
  font-size: 14px;
  color: var(--clr-white);
  background-color: var(--clr-quiz);
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
  user-select: none;
  padding: 8px 0;
}

.custom-select .item:hover {
  background: #101223;
}

.estimation {
  height: 943px;
  background-color: var(--clr-blue-light);
}
@media screen and (max-width: 768px) {
  .estimation {
    height: 1311px;
  }
}

.estimation__inner {
  height: 100%;
  padding: 66px 0 195px;
  background-image: url("../img/estimation-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .estimation__inner {
    padding: 30px 0 80px;
    background-image: url("../img/estimation-bg-mobile.png");
  }
}

.estimation__wrapper {
  max-width: 505px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .estimation__wrapper {
    max-width: 320px;
  }
}

.fix-block {
  position: fixed;
  max-width: 183px;
  padding: 11px;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: var(--clr-white);
}
@media screen and (max-width: 992px) {
  .fix-block {
    display: none;
  }
}

.fix-block__top {
  padding: 10px;
}

.fix-block__top-title {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 1.5px 0 1.5px 20px;
  margin-bottom: 10px;
  position: relative;
}
.fix-block__top-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url("../img/fix-block-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fix-block__top-text {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.fix-block__btn {
  padding: 10px;
  font-size: 12px;
  border-radius: initial;
  text-transform: initial;
  animation: trambling-animation 7s linear infinite;
}

@keyframes trambling-animation {
  0%,
  9%,
  100% {
    transform: rotate(0deg);
  }
  2%,
  5% {
    transform: rotate(-5deg);
  }
  4%,
  7% {
    transform: rotate(5deg);
  }
}
.footer {
  padding-bottom: 38px;
  background-color: var(--clr-blue-light);
}
@media screen and (max-width: 992px) {
  .footer {
    padding-bottom: 46px;
  }
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer__wrapper {
    max-width: 552px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
  }
}

.footer__col + .footer__col {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .footer__col + .footer__col {
    margin-left: 0;
    margin-top: 66px;
  }
}

.footer__col:not(:first-child) {
  padding-top: 61px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .footer__col:not(:first-child) {
    padding-top: 0;
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  .footer__col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.footer__logo {
  width: 152px;
  height: 84px;
  margin-bottom: 33px;
}
@media screen and (max-width: 1230px) {
  .footer__logo {
    width: 122px;
    height: 68px;
  }
}
@media screen and (max-width: 992px) {
  .footer__logo {
    width: 226px;
    height: 125px;
  }
}

.footer__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.footer__google-reviews {
  margin-bottom: 33px;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .footer__google-reviews {
    font-size: 16px;
  }
}

.footer__google-reviews-top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .footer__google-reviews-top {
    justify-content: center;
  }
}

.footer__google-reviews-stars {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
@media screen and (max-width: 992px) {
  .footer__google-reviews-stars {
    padding-bottom: 6px;
  }
}

.footer__google-reviews-star {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/google-rating-star.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__google-reviews-rate {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  margin-left: 5px;
}

.footer__google-reviews-bottom {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .footer__google-reviews-bottom {
    text-align: center;
  }
}

.footer__adresses {
  flex: 1;
}
@media screen and (max-width: 1230px) {
  .footer__adresses {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .footer__adresses {
    flex: initial;
    font-size: 18px;
    text-align: center;
  }
}

.footer__addresse + .footer__addresse {
  margin-top: 10px;
}

.footer__addresse span {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
}

.footer__addresse a {
  text-decoration: none;
  color: var(--clr-blue);
}

.footer__links {
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 1230px) {
  .footer__links {
    flex-wrap: wrap;
  }
}

.footer__links--mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .footer__links--mobile {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 992px) {
  .footer__links--desktop {
    display: none;
  }
}

.footer__link {
  display: block;
  position: relative;
  text-decoration: none;
  color: var(--clr-blue);
}
.footer__link::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  width: 1px;
  height: 10px;
  background-color: var(--clr-blue);
}

.footer__link {
  padding-left: 5px;
  padding-right: 5px;
}

.footer__link:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1230px) {
  .footer__link:last-child {
    flex: 0 0 100%;
    margin-top: 5px;
    padding-left: 0;
  }
  .footer__link:last-child::after {
    display: none;
  }
}

@media screen and (max-width: 1230px) {
  .footer__link:nth-child(2) {
    flex: 0 0 auto;
  }
}

.footer__link:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1230px) {
  .footer__link:first-child {
    flex: 0 0 auto;
  }
}
.footer__link:first-child::after {
  display: none;
}

@media screen and (max-width: 1230px) {
  .footer__col:nth-child(2) {
    max-width: 250px;
  }
}
@media screen and (max-width: 992px) {
  .footer__col:nth-child(2) {
    max-width: 320px;
  }
}

.footer__col:nth-child(3) {
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .footer__col:nth-child(3) {
    flex-direction: column;
  }
}

.footer__menus {
  font-size: 14px;
}
@media screen and (max-width: 1230px) {
  .footer__menus {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .footer__menus {
    font-size: 18px;
    text-align: center;
  }
}

.footer__menus + .footer__menus {
  margin-left: 45px;
}
@media screen and (max-width: 1230px) {
  .footer__menus + .footer__menus {
    margin-left: 25px;
  }
}
@media screen and (max-width: 992px) {
  .footer__menus + .footer__menus {
    margin-left: 0;
    margin-top: 45px;
  }
}

.footer__menus-label {
  margin-bottom: 22px;
  font-family: "ltsuperior", sans-serif;
  font-weight: 700;
}

.footer__menus ul li + li {
  margin-top: 16px;
}

.footer__menus ul li a {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  color: var(--clr-blue);
}

.footer__col:nth-child(4) {
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .footer__col:nth-child(4) {
    align-items: initial;
  }
}

.footer__btn-wrap {
  flex: 1;
}
@media screen and (max-width: 992px) {
  .footer__btn-wrap {
    flex: initial;
    margin-bottom: 40px;
  }
}

.footer__btn {
  max-width: 194px;
  padding: 21px 14px;
  font-size: 12px;
}
@media screen and (max-width: 1230px) {
  .footer__btn {
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  .footer__btn {
    max-width: 100%;
    padding: 26px;
    font-size: 16px;
  }
}

.footer__develop {
  text-decoration: none;
  font-size: 12px;
  color: #b3b6d1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1230px) {
  .footer__develop {
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  .footer__develop {
    font-size: 12px;
    justify-content: center;
  }
}

.footer__develop span {
  margin-top: 5px;
}

.footer__develop img {
  margin-left: 10px;
}

#footer-phone {
  display: none;
}

.form {
  background-color: var(--clr-quiz);
  color: var(--clr-white);
  max-width: 505px;
}

.form__inner {
  padding: 30px 20px;
}

.form__title {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 42px;
  text-align: center;
}

.tell--contact .form__title {
  margin-bottom: 30px;
}

.form__desc {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}

.form__input {
  width: 100%;
  color: var(--clr-white);
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 10px 22px 0;
  border: none;
  border-bottom: 1px solid #38384b;
  background-color: transparent;
}
.form__input::placeholder,
.form__input::placeholder {
  color: var(--clr-gray-dark);
  opacity: 1;
}

.form__input::-ms-input-placeholder,
.form__input::-ms-input-placeholder {
  color: var(--clr-gray-dark);
}

.form__input--textarea,
.quiz__input--textarea {
  resize: none;
  height: 100px;
  overflow: hidden;
}

.tell--contact .form__input--textarea {
  height: 112px;
}

.form .custom-select .selected-item {
  border-bottom: 1px solid #38384b;
}

.form__error {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #b10606;
  opacity: 0;
  visibility: hidden;
}
.form__error.active {
  opacity: 1;
  visibility: visible;
}

.form__btn {
  text-align: center;
  width: 100%;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .form__btn {
    padding: 26px 18px;
  }
}

.form__politics {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.form__politics a {
  color: var(--clr-white);
}

.google-reviews {
  display: flex;
  align-items: center;
  padding: 18px 17px;
  border-radius: 17px;
  border: 1px solid var(--clr-blue-light);
  background: var(--clr-white);
  text-decoration: none;
}

.google-reviews__img {
  width: 37px;
  height: 36px;
  flex: 1 0 auto;
}

.google-reviews__img-elem {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.google-reviews__content {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  margin-left: 7.1px;
}

.google-reviews__title {
  font-weight: 700;
  color: #6a6a6a;
  font-size: 9.53px;
  margin-bottom: 4.77px;
}

.google-reviews__rating {
  display: flex;
  align-items: center;
  margin-bottom: 4.77px;
}

.google-reviews__rating-count {
  font-size: 14.3px;
  font-weight: 800;
  color: #fea500;
  line-height: 1;
}

.google-reviews__rating-stars {
  margin-left: 9.53px;
  display: flex;
  align-items: center;
}

.google-reviews__rating-star {
  width: 16.69px;
  height: 16.69px;
  background-image: url("../img/google-rating-star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.google-reviews__desc {
  font-size: 7.15px;
  font-weight: 400;
  color: #868686;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  background-color: var(--clr-blue-dark);
  height: 52px;
  border-bottom: 1px solid #1b1d30;
  transition: top 0.3s ease;
  z-index: 300;
}
@media screen and (max-width: 992px) {
  .header {
    background-color: var(--clr-blue-dark);
    height: initial;
    border-bottom: initial;
  }
}
@media screen and (max-width: 992px) {
  .header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr-blue-white);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 200;
  }
}

@media screen and (max-width: 992px) {
  .header.active .header__dropdown {
    top: 0px;
  }
}

@media screen and (max-width: 992px) {
  .header__dropdown {
    padding: 112px 80px 24px;
    position: fixed;
    left: 0;
    right: 0;
    top: -200%;
    height: 100%;
    overflow: auto;
    transition: all 0.5s ease;
    background-color: var(--clr-blue-dark);
    z-index: 100;
  }
}

.header__dropdown-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
}
@media screen and (max-width: 992px) {
  .header__dropdown-inner {
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    height: initial;
  }
}

@media screen and (max-width: 992px) {
  .header__dropdown .header__logo.logo {
    display: none;
  }
}

.header__logo.logo {
  position: relative;
  top: 9px;
  width: 125px;
  height: 69px;
}
@media screen and (max-width: 992px) {
  .header__logo.logo {
    position: relative;
    width: 98px;
    height: 48px;
    z-index: 300;
    top: -10px;
    flex: 0 0 98px;
  }
}

@media screen and (max-width: 992px) {
  .header__menu {
    margin-bottom: 42px;
  }
}

.header__btn.btn {
  height: 100%;
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  padding: 19px 14px;
  font-size: 12px;
  border-radius: 0;
}
@media screen and (max-width: 1230px) {
  .header__btn.btn {
    padding: 22px 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  .header__btn.btn {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1070px) {
  .header__socials.socials {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .header__socials.socials {
    display: flex;
  }
}

.header__socials.socials .social + .social {
  margin-left: 16px;
}
@media screen and (max-width: 1230px) {
  .header__socials.socials .social + .social {
    margin-left: 8px;
  }
}
@media screen and (max-width: 992px) {
  .header__socials.socials .social + .social {
    margin-left: 16px;
  }
}

.header__mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
  }
}

.header__toggle.toggle {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__toggle.toggle {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.header__btns {
  flex: 0 0 208px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 300;
}
@media screen and (max-width: 350px) {
  .header__btns {
    flex: 0 0 186px;
  }
}

.header__estimation {
  display: block;
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  color: var(--clr-blue-white);
  padding: 13px 37px 13px 16px;
  border-radius: 4px;
  background-color: var(--clr-white);
  white-space: nowrap;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 350px) {
  .header__estimation {
    font-size: 10px;
  }
}
.header__estimation::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url("../img/header-estimation.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-video {
  width: 289px;
  height: 163px;
  border-radius: 6px;
  border: 1px solid var(--clr-yellow);
  z-index: 99;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  right: 104px;
  bottom: 0;
}
@media screen and (max-width: 1230px) {
  .hero-video {
    right: 0;
    bottom: 100px;
  }
}
@media screen and (max-width: 992px) {
  .hero-video {
    width: 278px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 30px;
    right: initial;
    bottom: initial;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .hero-video {
    margin: 0 auto 60px;
  }
}

.hero-video-img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.hero-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-video-close {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 16px;
  top: 16px;
  cursor: pointer;
  background-image: url(../img/hero-video-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .hero-video-close {
    opacity: 0;
    visibility: hidden;
  }
}

.hero-video-play,
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffc521;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  will-change: width, height;
}

.hero-video-play::before,
.video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 50%;
  border: 3px solid #ffc521;
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation-name: rotateRevers;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-timing-function: linear;
  z-index: 20;
}

.hero-video-play-img,
.video__play-img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-video-play::after,
.video__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 125%;
  height: 125%;
  border-radius: 50%;
  border: 3px solid #ffc521;
  border-top-color: transparent;
  border-bottom-color: transparent;
  animation-name: rotates;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-timing-function: linear;
}

.hero-video-text {
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  width: 212px;
}
@media screen and (max-width: 768px) {
  .hero-video-text {
    position: relative;
    font-size: 16px;
    width: initial;
    text-align: center;
    left: initial;
    transform: initial;
    bottom: initial;
    top: 10px;
    color: #b3b6d1;
  }
}

.hero-video-fixed {
  position: fixed;
  width: 185px;
  height: 104px;
  border-radius: 3px;
  right: initial;
  left: 50px;
  bottom: 70px;
}
@media screen and (max-width: 992px) {
  .hero-video-fixed {
    border: 1px solid var(--clr-yellow);
  }
}
@media screen and (max-width: 768px) {
  .hero-video-fixed {
    margin: initial;
    margin-top: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    top: initial;
    height: 73px;
    border-radius: 6px;
    width: 289px;
  }
}
.hero-video-fixed .hero-video-img-wrap {
  border-radius: 3px;
}
.hero-video-fixed .hero-video-img {
  object-position: center top;
}
.hero-video-fixed .hero-video-close {
  width: 8px;
  height: 8px;
  right: 7px;
  top: 7px;
}
@media screen and (max-width: 992px) {
  .hero-video-fixed .hero-video-close {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .hero-video-fixed .hero-video-close {
    opacity: 1;
    visibility: visible;
    width: 46px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--clr-blue);
    right: initial;
    cursor: pointer;
    background-image: initial;
    background-position: initial;
    background-repeat: initial;
    background-size: initial;
  }
  .hero-video-fixed .hero-video-close::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: initial;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../img/hero-video-close-mob.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.hero-video-fixed .hero-video-play {
  transform: translate(-50%, -50%) scale(0.5);
}
@media screen and (max-width: 768px) {
  .hero-video-fixed .hero-video-play {
    transform: translate(0, -50%) scale(0.8);
    left: initial;
    right: 15px;
  }
}
.hero-video-fixed .hero-video-play::before {
  border: 2px solid #ffc521;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.hero-video-fixed .hero-video-play-img {
  width: 11px;
  height: 11px;
}
.hero-video-fixed .hero-video-play::after {
  border: 2px solid #ffc521;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.hero-video-fixed .hero-video-text {
  font-size: 9px;
  width: 136px;
  bottom: 8px;
}
@media screen and (max-width: 768px) {
  .hero-video-fixed .hero-video-text {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes rotates {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateRevers {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.choose {
  padding: 65px 0 55px;
  background-color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .choose {
    padding: 35px 0 30px;
  }
}

@media screen and (max-width: 1030px) {
  .choose__wrapper {
    max-width: 925px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .choose__wrapper {
    max-width: 610px;
  }
}
@media screen and (max-width: 768px) {
  .choose__wrapper {
    max-width: 320px;
  }
}

.choose--franchise .choose__wrapper {
  max-width: 925px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .choose--franchise .choose__wrapper {
    max-width: 610px;
  }
}
@media screen and (max-width: 768px) {
  .choose--franchise .choose__wrapper {
    max-width: 320px;
  }
}

.choose__title {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .choose__title {
    margin-bottom: 20px;
  }
}

.choose__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .choose__list {
    margin-left: 0;
  }
}

.choose__item {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 34px;
  border: 1px solid var(--clr-blue-light);
}
@media screen and (max-width: 1030px) {
  .choose__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 992px) {
  .choose__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .choose__item {
    width: 100%;
    margin-left: 0;
  }
}

.choose--franchise .choose__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 992px) {
  .choose--franchise .choose__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .choose--franchise .choose__item {
    width: 100%;
    margin-left: 0;
  }
}

.choose__top {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.choose__img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
}

.choose__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.choose__desc {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  padding: 20px 9px;
  font-size: 15px;
  background-color: var(--clr-blue-light);
  border-radius: 100px;
  flex: 1 1 204px;
  margin-left: 16px;
  text-align: center;
}

.choos__bottom {
  font-size: 16px;
  line-height: 1.4;
}

.convenience {
  padding: 33px 0 96px;
  background-color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .convenience {
    padding: 30px 0 65px;
  }
}

@media screen and (max-width: 768px) {
  .convenience__wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
}

.convenience__title {
  max-width: 859px;
  margin: 0 auto 54px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .convenience__title {
    margin-bottom: 58px;
  }
}

.convenience__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -73px;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .convenience__list {
    margin-top: -63px;
  }
}
@media screen and (max-width: 768px) {
  .convenience__list {
    margin-left: 0;
  }
}

.convenience__item {
  margin-left: 20px;
  margin-top: 73px;
  width: calc(33.3333333333% - 20px);
  position: relative;
  border-radius: 6px;
  background-color: var(--clr-blue);
  padding: 120px 17px 48px;
  color: var(--clr-white);
  text-align: center;
}
@media screen and (max-width: 992px) {
  .convenience__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .convenience__item {
    margin-left: 0;
    margin-top: 63px;
    width: 100%;
  }
}

.convenience__item > span:nth-child(1) {
  position: absolute;
  width: 156px;
  height: 156px;
  background-color: var(--clr-blue);
  border-radius: 50%;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
.convenience__item > span:nth-child(1) > span {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background-image: url("../img/convenience-icon1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.convenience__item:nth-child(1) > span:nth-child(1) > span {
  background-image: url("../img/convenience-icon1.svg");
}

.convenience__item:nth-child(2) > span:nth-child(1) > span {
  background-image: url("../img/convenience-icon2.svg");
}

.convenience__item:nth-child(3) > span:nth-child(1) > span {
  background-image: url("../img/convenience-icon3.svg");
}

.convenience__item:nth-child(4) > span:nth-child(1) > span {
  background-image: url("../img/convenience-icon4.svg");
}

.convenience__item:nth-child(5) > span:nth-child(1) > span {
  background-image: url("../img/convenience-icon5.svg");
}

.convenience__item:nth-child(6) > span:nth-child(1) > span {
  background-image: url("../img/convenience-icon6.svg");
}

.convenience__item > span:nth-child(3) {
  position: absolute;
  bottom: 0;
  width: 74px;
  height: 74px;
  background-color: var(--clr-white);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
  z-index: 5;
}
.convenience__item > span:nth-child(3)::after,
.convenience__item > span:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.convenience__item > span:nth-child(3)::after {
  width: 50px;
  height: 50px;
  background-color: var(--clr-green);
  border-radius: 50%;
}
.convenience__item > span:nth-child(3)::before {
  width: 24px;
  height: 21px;
  background-image: url("../img/convenience-super.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.convenience__content {
  position: relative;
  z-index: 10;
}

.convenience__subtitle {
  font-size: 17px;
  font-family: "ltsuperior", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.convenience__text {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1410px) {
  .convenience__text {
    font-size: 16px;
  }
}

.doubt {
  background-color: var(--clr-blue-dark);
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .doubt {
    padding: 60px 0 20px;
  }
}

.doubt__wrapper {
  max-width: 954px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .doubt__wrapper {
    max-width: 320px;
    flex-direction: column;
    justify-content: initial;
  }
}

.doubt__left {
  flex: 1 1 52%;
  color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .doubt__left {
    flex: initial;
  }
}

.doubt__right {
  flex: 1 1 44%;
  margin-left: 50px;
}
@media screen and (max-width: 1030px) {
  .doubt__right {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .doubt__right {
    flex: initial;
    margin-left: 0;
    margin-top: 30px;
  }
}

.doubt__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 1030px) {
  .doubt__title {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .doubt__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
  }
}

.doubt__desc {
  line-height: 1.4;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .doubt__desc {
    text-align: center;
    margin-bottom: 20px;
  }
}

.doubt__desc p + p {
  margin-top: 20px;
}

.doubt__btn {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .doubt__btn {
    max-width: 100%;
  }
}

.doubt__img {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  max-width: 400px;
  height: 375px;
}
@media screen and (max-width: 768px) {
  .doubt__img {
    height: 191px;
  }
}

.doubt__img > span {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.doubt__img > span {
  background-image: url("../img/doubt__decor.svg");
  width: 299px;
  height: 192px;
  bottom: -2px;
  right: -2px;
}
@media screen and (max-width: 768px) {
  .doubt__img > span {
    width: 157px;
    height: 100px;
  }
}

.doubt__img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.faq {
  padding: 55px 0;
  background-color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 30px 0;
  }
}

.faq__title {
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .faq__title {
    margin-bottom: 20px;
  }
}

.faq__list.accordion {
  max-width: 714px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq__list.accordion {
    max-width: 320px;
  }
}

.faq__swithes {
  max-width: 186px;
  margin: 20px auto 0;
}

.faq__content {
  display: none;
}

.faq__content.active {
  display: block;
}

.hero {
  height: 100%;
  padding: 106px 0 122px;
  background-image: url("../img/hero_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 207px 0 20px;
    background-image: none;
    background-image: url("../img/hero_bg-mob.png");
    background-color: var(--clr-blue);
    background-position: center top;
  }
}

.hero__inner {
  position: relative;
  max-width: 1094px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hero__inner {
    display: flex;
    flex-direction: column;
    max-width: 320px;
  }
}

.hero__reviews {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #b3b6d1;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .hero__reviews {
    font-size: 14px;
    padding: 15px 24px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    order: 20;
    max-width: 280px;
    margin: 0 auto 22px;
  }
}

.hero__reviews-stars {
  display: flex;
  align-items: center;
  margin-top: -2px;
}

.hero__reviews-star {
  width: 12px;
  height: 12px;
  background-image: url(../img/google-rating-star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hero__reviews-star + .hero__reviews-star {
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .hero__reviews-star + .hero__reviews-star {
    margin-left: 0;
  }
}

.hero__reviews-text {
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .hero__reviews-text {
    margin-left: 3px;
  }
}

.hero__reviews-text span {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  color: var(--clr-white);
}

.hero__title {
  max-width: 574px;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .hero__title {
    max-width: 307px;
    text-align: center;
    order: 10;
    margin: 0 auto 23px;
  }
}

.hero__bullets {
  max-width: 642px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-top: -7px;
  margin-bottom: 57px;
}
@media screen and (max-width: 992px) {
  .hero__bullets {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hero__bullets {
    flex-direction: column;
    order: 30;
    margin-left: 0;
  }
}

.hero__bullet {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 20px 15px 50px;
  background-color: var(--clr-blue);
  border-radius: 50px;
  margin-left: 5px;
  margin-top: 7px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero__bullet {
    background-color: transparent;
    border: 1px solid rgba(221, 221, 221, 0.12);
    padding: 20px;
    text-align: center;
    margin-left: 0;
  }
}
.hero__bullet span {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/bullet1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .hero__bullet span {
    display: inline-block;
    position: static;
    transform: initial;
    margin-right: 2px;
    width: 14px;
    height: 14px;
  }
}

.hero__bullet:nth-child(1) span {
  background-image: url("../img/bullet1.svg");
}

.hero__bullet:nth-child(2) span {
  background-image: url("../img/bullet2.svg");
}

.hero__bullet:nth-child(3) span {
  background-image: url("../img/bullet3.svg");
}

.hero__bullet:nth-child(4) span {
  background-image: url("../img/bullet4.svg");
}

.hero__bullet:nth-child(5) span {
  background-image: url("../img/bullet5.svg");
}

@media screen and (max-width: 768px) {
  .hero__video {
    order: 40;
  }
}

.hero__controls {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero__controls {
    flex-direction: column;
    align-items: initial;
    order: 50;
  }
}

.hero__select {
  max-width: 377px;
}

.hero__select.custom-select .selected-item {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  border: 1px solid var(--clr-blue-white);
  border-radius: 6px;
  padding: 26px 45px 26px 26px;
  font-size: 18px;
  color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .hero__select.custom-select .selected-item {
    white-space: inherit;
    font-size: 16px;
  }
}
.hero__select.custom-select .selected-item::after {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.hero__select.custom-select .selected-item.rotate_icon::after {
  transform: translateY(-50%) rotate(-180deg);
}

.hero__select.custom-select .item {
  color: var(--clr-white);
  padding: 26px 45px 26px 26px;
  font-size: 18px;
  border: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .hero__select.custom-select .item {
    font-size: 16px;
    border: 1px solid var(--clr-blue-white);
  }
}

.hero__select.custom-select .item + .item {
  border-top: 1px solid #313131;
}
@media screen and (max-width: 768px) {
  .hero__select.custom-select .item + .item {
    margin-top: 0;
  }
}

.hero__btn {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .hero__btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.how {
  background-color: var(--clr-blue-light);
  padding: 66px 0 71px;
}
@media screen and (max-width: 768px) {
  .how {
    padding: 46px 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .how__wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
}

.how__title {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .how__title {
    font-size: 39px;
  }
}

.how__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .how__list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .how__list {
    flex-direction: column;
  }
}

.how__item {
  width: 33.3333333333%;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 992px) {
  .how__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .how__item {
    width: 100%;
  }
}
.how__item::after {
  position: absolute;
  font-family: "ltsuperior", sans-serif;
  font-weight: 700;
  content: "1";
  font-size: 158px;
  color: var(--clr-blue-light);
  bottom: -31px;
  right: 0;
  z-index: 2;
}
.how__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background-image: url("../img/how-next.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .how__item::before {
    display: none;
  }
}

.how__item:nth-child(1)::after {
  content: "1";
}
.how__item:nth-child(1)::before {
  display: none;
}

.how__item:nth-child(2)::after {
  content: "2";
}

.how__item:nth-child(3)::after {
  content: "3";
}
@media screen and (max-width: 992px) {
  .how__item:nth-child(3) {
    border-left: initial;
    border-top: 1px solid var(--clr-blue-light);
  }
}
@media screen and (max-width: 768px) {
  .how__item:nth-child(3) {
    border-left: 1px solid var(--clr-blue-light);
    border-top: initial;
  }
}

.how__item + .how__item {
  border-left: 1px solid var(--clr-blue-light);
}

.how__item > span {
  display: block;
  width: 52px;
  height: 52px;
  background-color: var(--clr-yellow);
  position: absolute;
  top: 0;
  left: 53px;
  border-radius: 0px 0px 6px 6px;
}
.how__item > span > span {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/how-icon1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.how__item:nth-child(1) > span > span {
  background-image: url("../img/how-icon1.svg");
}

.how__item:nth-child(2) > span > span {
  width: 36px;
  height: 36px;
  background-image: url("../img/how-icon2.svg");
}

.how__item:nth-child(3) > span > span {
  width: 30px;
  height: 30px;
  background-image: url("../img/how-icon3.svg");
}

.how__content {
  padding: 85px 52px 60px 53px;
  z-index: 3;
  position: relative;
}

.how__subtitle {
  font-family: "ltsuperior", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.how_desc {
  max-width: 239px;
}
@media screen and (max-width: 768px) {
  .how_desc {
    max-width: 195px;
  }
}

.meeting {
  background-color: var(--clr-blue-dark);
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .meeting {
    padding: 60px 0 20px;
  }
}

.meeting__wrapper {
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .meeting__wrapper {
    max-width: 320px;
    flex-direction: column;
    justify-content: initial;
  }
}

.meeting__left {
  flex: 1 1 37%;
  color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .meeting__left {
    flex: initial;
  }
}

.meeting__right {
  flex: 1 1 63%;
  margin-left: 50px;
}
@media screen and (max-width: 1030px) {
  .meeting__right {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .meeting__right {
    flex: initial;
    margin-left: 0;
    margin-top: 30px;
  }
}

.meeting__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 1030px) {
  .meeting__title {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  .meeting__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
  }
}

.meeting__subtitle {
  line-height: 1.4;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .meeting__subtitle {
    text-align: center;
    margin-bottom: 20px;
  }
}

.meeting__btn {
  max-width: 171px;
}
@media screen and (max-width: 768px) {
  .meeting__btn {
    max-width: 100%;
  }
}

.meeting__img {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  max-width: 610px;
  height: 364px;
}
@media screen and (max-width: 768px) {
  .meeting__img {
    height: 191px;
  }
}

.meeting__img::after,
.meeting__img > span {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.meeting__img > span {
  background-image: url("../img/meeting-top-decor.svg");
  width: 299px;
  height: 192px;
  top: -2px;
  right: -2px;
}
@media screen and (max-width: 768px) {
  .meeting__img > span {
    width: 157px;
    height: 100px;
  }
}

.meeting__img::after {
  background-image: url("../img/meeting-bottom-decor.svg");
  width: 179px;
  height: 228px;
  bottom: -2px;
  right: -2px;
}
@media screen and (max-width: 768px) {
  .meeting__img::after {
    width: 94px;
    height: 120px;
  }
}

.meeting__img-elem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.meeting__addresses {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .meeting__addresses {
    text-align: center;
  }
}
.meeting__addresses a {
  color: var(--clr-white);
  text-decoration: none;
}

.meeting__addresses-text {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
}

.partners {
  padding: 53px 0;
}
@media screen and (max-width: 768px) {
  .partners {
    padding: 30px 0;
  }
}

.partners__wrapper {
  max-width: 1190px;
}
@media screen and (max-width: 992px) {
  .partners__wrapper {
    max-width: 552px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .partners__wrapper {
    max-width: 320px;
  }
}

.partners__title {
  text-align: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .partners__title {
    margin-bottom: 20px;
  }
}

.partners__slider {
  position: relative;
}

.partners__slide {
  width: 190px;
  height: 119px;
}

.partners__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 768px) {
  .partners__btns {
    position: relative;
    max-width: 80px;
    margin: 16px auto 0;
    display: flex;
    justify-content: space-between;
    display: none;
  }
}

.partners__btn-prev.swiper__btn,
.partners__btn-next.swiper__btn {
  position: absolute;
  top: 45px;
}
@media screen and (max-width: 768px) {
  .partners__btn-prev.swiper__btn,
  .partners__btn-next.swiper__btn {
    position: relative;
    top: 0;
  }
}

.partners__btn-prev.swiper__btn {
  left: -36px;
}
@media screen and (max-width: 768px) {
  .partners__btn-prev.swiper__btn {
    left: 0;
  }
}

.partners__btn-next.swiper__btn {
  right: -36px;
}
@media screen and (max-width: 768px) {
  .partners__btn-next.swiper__btn {
    right: 0;
  }
}

.profitable {
  padding: 66px 0 50px;
}
@media screen and (max-width: 768px) {
  .profitable {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .profitable__wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
}

.profitable__title {
  max-width: 569px;
  margin: 0 auto 36px;
  text-align: center;
}

.profitable__table {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .profitable__table {
    margin-bottom: 40px;
  }
}

/* Desktop table styles */
.profitable__table--desktop {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .profitable__table--desktop {
    display: none;
  }
}

.profitable__table--desktop thead {
  background-color: var(--clr-white);
  text-align: center;
}

.profitable__table--desktop th {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}

.profitable__table--desktop tbody tr:nth-child(odd) td {
  background-color: var(--clr-blue-light);
}

.profitable__stars {
  display: flex;
  align-items: center;
  width: 99px;
  margin: 0 auto;
}

.profitable__star {
  display: block;
  width: 29px;
  height: 29px;
  background-image: url("../img/star.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.profitable__star--no {
  background-image: url("../img/star-no.svg");
}

.profitable__table--desktop tr td .profitable__star + .profitable__star {
  margin-left: 6px;
}

.profitable__table--desktop th.selected {
  border-left: 1px solid #185aaa;
  border-right: 1px solid #185aaa;
  border-top: 1px solid #185aaa;
}

.profitable__table--desktop tbody tr td {
  text-align: center;
  padding: 24px;
  width: 25%;
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
}

.profitable__table--desktop tbody tr td img {
  margin: 0 auto;
}

.profitable__table--desktop tbody tr td:nth-child(1) {
  text-align: left;
  padding: 24px 30px;
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  color: var(--clr-gray-dark);
}

.profitable__table--desktop tbody tr:nth-child(odd) td:nth-child(1) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.profitable__table--desktop tbody tr:nth-child(odd) td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.profitable__table--desktop tbody tr td.selected {
  border-left: 1px solid #185aaa;
  border-right: 1px solid #185aaa;
  font-family: "ltsuperior", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.profitable__table--desktop tbody tr:last-child > td.selected {
  border-bottom: 1px solid #185aaa;
}

.profitable__table--desktop thead tr th.selected {
  position: relative;
  height: 68px;
}

.profitable__table--desktop .profitable__img {
  width: 121px;
  height: 67px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.profitable__infinity {
  width: 26px;
  height: 11.14;
  margin: 0 auto;
}

.profitable__img-elem,
.profitable__infinity-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.profitable__btn {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .profitable__btn {
    max-width: 320px;
  }
}

.profitable__table--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .profitable__table--mobile {
    display: block;
  }
}

.profitable__list {
  display: flex;
  flex-direction: column;
}

.profitable__item:nth-child(1) .profitable__item__table {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid var(--clr-blue-light);
}

.profitable__item:last-child
  .profitable__row:last-child
  .profitable__col:first-child {
  border-bottom-left-radius: 6px;
}

.profitable__item:last-child
  .profitable__row:last-child
  .profitable__col:last-child {
  border-bottom-right-radius: 6px;
}

.profitable__item .profitable__row:nth-child(1) .profitable__col:nth-child(1) {
  position: relative;
}

.profitable__item:nth-child(1)
  .profitable__row:nth-child(1)
  .profitable__col:nth-child(2) {
  font-family: "ltsuperior", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.08;
  color: var(--clr-blue);
}

.profitable__item:nth-child(1) .profitable__row .profitable__col:nth-child(2) {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profitable__item__table {
  font-family: "ltsuperior", sans-serif;
  font-weight: 700;
  background-color: var(--clr-blue);
  padding: 12px;
  text-align: center;
  color: var(--clr-white);
}

.profitable__row {
  display: flex;
}

.profitable__row .profitable__col:nth-child(1) {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

.profitable__row:nth-child(1) {
  background-color: var(--clr-blue-light);
}

.profitable__col {
  flex: 0 0 50%;
  padding: 17px 14px;
  border: 1px solid var(--clr-blue-light);
}

.profitable__table--mobile .profitable__img {
  position: absolute;
  width: 78px;
  height: 43.11px;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.question {
  background-color: var(--clr-blue-light);
}

.question__inner {
  height: 100%;
  padding: 66px 0 108px;
  background-image: url("../img/question-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .question__inner {
    padding: 66px 0 50px;
  }
}

.question__wrapper {
  max-width: 505px;
  margin: 0 auto;
}

.question__title {
  text-align: center;
  margin-bottom: 36px;
}

.reviews {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .reviews {
    padding: 30px 0 45px;
  }
}

.reviews__wrapper {
  max-width: 1122px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .reviews__wrapper {
    max-width: 552px;
  }
}
@media screen and (max-width: 768px) {
  .reviews__wrapper {
    max-width: 320px;
  }
}

.reviews__top {
  max-width: 555px;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
@media screen and (max-width: 992px) {
  .reviews__top {
    max-width: initial;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .reviews__top {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .reviews__title {
    margin-bottom: 20px;
  }
}

.reviews__google-reviews {
  max-width: 195px;
  margin-left: 19px;
}
@media screen and (max-width: 992px) {
  .reviews__google-reviews {
    margin-left: 0;
  }
}

.reviews__slider {
  position: relative;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .reviews__slider {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .reviews__swiper.swiper {
    overflow: initial;
  }
}

.reviews__slide {
  background-color: var(--clr-blue-light);
  width: 267px;
  padding: 16px;
  font-size: 14px;
}

.reviews__person {
  margin-bottom: 16px;
}

.previews__stars {
  display: flex;
  align-items: center;
}

.previews__star {
  width: 22px;
  height: 22px;
  background-image: url("../img/google-rating-star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.reviews__content {
  margin-bottom: 16px;
}

.reviews__content-top {
  margin-bottom: 16px;
}

.reviews__content-model {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .reviews__content-model {
    margin-bottom: 0;
  }
}

.reviews__content-model-label {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
}

.reviews__content-img {
  width: 82px;
  height: 82px;
}
@media screen and (max-width: 768px) {
  .reviews__content-img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .reviews__btns {
    position: relative;
    max-width: 80px;
    margin: 16px auto 0;
    display: flex;
    justify-content: space-between;
    display: none;
  }
}

.reviews__btn-prev.swiper__btn,
.reviews__btn-next.swiper__btn {
  position: absolute;
  top: 110px;
}
@media screen and (max-width: 768px) {
  .reviews__btn-prev.swiper__btn,
  .reviews__btn-next.swiper__btn {
    position: relative;
    top: 0;
  }
}

.reviews__btn-prev.swiper__btn {
  left: -46px;
}
@media screen and (max-width: 768px) {
  .reviews__btn-prev.swiper__btn {
    left: 0;
  }
}

.reviews__btn-next.swiper__btn {
  right: -46px;
}
@media screen and (max-width: 768px) {
  .reviews__btn-next.swiper__btn {
    right: 0;
  }
}

.reviews__btn {
  max-width: 300px;
  margin: 0 auto;
}

.risk {
  padding: 66px 0 58px;
}
@media screen and (max-width: 768px) {
  .risk {
    padding: 40px 0 55px;
  }
}

@media screen and (max-width: 768px) {
  .rist__wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
}

.risk__title {
  max-width: 765px;
  margin: 0 auto 36px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .risk__title {
    margin-bottom: 40px;
  }
}

.risk__list {
  display: flex;
  margin-left: -20px;
}
@media screen and (max-width: 992px) {
  .risk__list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -45px;
  }
}
@media screen and (max-width: 768px) {
  .risk__list {
    margin-left: 0;
    flex-direction: column;
  }
}

.risk__item {
  margin-left: 20px;
  width: calc(33.3333333333% - 20px);
  position: relative;
  min-height: 234px;
  background-color: var(--clr-gray);
  padding: 120px 23px 48px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 6px;
}
@media screen and (max-width: 992px) {
  .risk__item {
    padding: 120px 15px 48px;
  }
}
.risk__item > div {
  content: "";
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translateX(-50%);
  width: 62px;
  height: 62px;
  background-image: url("../img/risk-icon1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .risk__item {
    width: calc(50% - 20px);
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .risk__item {
    width: 100%;
    margin-left: 0;
  }
}

.risk__item:nth-child(1) > div {
  top: 46px;
  width: 85px;
  height: 50px;
  background-image: url("../img/risk-icon1.svg");
}

.risk__item:nth-child(2) > div {
  top: 46px;
  width: 85px;
  height: 50px;
  background-image: url("../img/risk-icon2.svg");
}

.risk__item:nth-child(3) > div {
  top: 43px;
  width: 50px;
  height: 59px;
  background-image: url("../img/risk-icon3.svg");
}

.risk__item span {
  position: absolute;
  bottom: 0;
  width: 74px;
  height: 74px;
  background-color: var(--clr-white);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
}
.risk__item span::after,
.risk__item span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.risk__item span::after {
  width: 50px;
  height: 50px;
  background-color: var(--clr-gray);
  border-radius: 50%;
}
.risk__item span::before {
  width: 24px;
  height: 21px;
  background-image: url("../img/risk-warning.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.text {
  padding: 55px 0;
}

.text__inner {
  max-width: 952px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .text__inner {
    max-width: 320px;
  }
}

.text__title {
  font-family: "ltsuperior", sans-serif;
  font-weight: 400;
  text-transform: initial;
  font-size: 18px;
  margin-bottom: 20px;
}

.text__content-wrapper {
  overflow: hidden;
  will-change: max-height;
  transition: max-height 0.5s;
}

.text__content {
  font-size: 18px;
  line-height: 1.4;
}

.text__content p + p {
  margin-top: 10px;
}

.text__content h3,
.text__content h4,
.text__content h5,
.text__content h6 {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0;
}

.youtb {
  background-color: var(--clr-blue);
  color: var(--clr-white);
  padding: 66px 0;
}
@media screen and (max-width: 768px) {
  .youtb {
    padding: 50px 0 54px;
  }
}

.youtb__wrapper {
  max-width: 1084px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .youtb__wrapper {
    max-width: 320px;
  }
}

.youtb__top {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .youtb__top {
    flex-direction: column;
    justify-content: center;
  }
}

.youtb__subscribe {
  line-height: 1;
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  padding: 13px 20px 13px 49px;
  background-color: #3e4273;
  border-radius: 50px;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .youtb__subscribe {
    margin-left: 0;
    margin-top: 5px;
  }
}
.youtb__subscribe::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 46%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url("../img/youtb-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.youtb__swiper.swiper {
  overflow: initial;
}

.youtb__slide {
  width: 304px;
  height: 251px;
}

.youtb__slide-top {
  display: block;
  width: 100%;
  height: 170px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  color: var(--clr-white);
}

.youtb__slide-top > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.youtb__slide-top > span {
  font-size: 14px;
  position: absolute;
  padding: 5px 4px;
  right: 8px;
  bottom: 8px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}

.youtb__slide-title {
  height: 42.67px;
  overflow: hidden;
  /* Обрезаем текст, выходящий за границы */
  text-overflow: ellipsis;
  margin-bottom: 12px;
  color: var(--clr-white);
  display: block;
  text-decoration: none;
}

.youtb__slide-info {
  font-size: 13px;
  color: #aaaaaa;
}

.logo {
  width: 125px;
  height: auto;
}

.logo__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.menu ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .menu ul {
    flex-direction: column;
  }
}

.menu ul li + li {
  margin-left: 36px;
}
@media screen and (max-width: 1230px) {
  .menu ul li + li {
    margin-left: 25px;
  }
}
@media screen and (max-width: 992px) {
  .menu ul li + li {
    margin-left: 0;
    margin-top: 42px;
  }
}

.menu ul li a {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: var(--clr-white);
}
@media screen and (max-width: 1230px) {
  .menu ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .menu ul li a {
    font-size: 18px;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: scroll;
}
.modal.active {
  display: block;
}

.modal__content {
  background-color: var(--clr-white);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal__content {
    top: 20px;
    transform: translate(-50%, 0);
  }
}

.modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1;
}

#modal-video .modal__content {
  max-width: 1114px;
}
@media screen and (max-width: 1070px) {
  #modal-video .modal__content {
    max-width: 815px;
  }
}
@media screen and (max-width: 950px) {
  #modal-video .modal__content {
    max-width: 675px;
  }
}
@media screen and (max-width: 810px) {
  #modal-video .modal__content {
    max-width: 540px;
  }
}
@media screen and (max-width: 768px) {
  #modal-video .modal__content {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 670px) {
  #modal-video .modal__content {
    max-width: 465px;
  }
}
@media screen and (max-width: 580px) {
  #modal-video .modal__content {
    max-width: 360px;
  }
}
@media screen and (max-width: 450px) {
  #modal-video .modal__content {
    max-width: 290px;
    height: 164px;
  }
}

.more {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}
.more::after {
  content: "";
  position: absolute;
  top: -70px;
  width: 100%;
  height: 70px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 74%
  );
  z-index: 1;
}

.is-opened ~ .more::after {
  opacity: 0;
}

.more__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  color: var(--clr-blue);
}

.more__img {
  margin-left: 20px;
  max-width: 13px;
  transition: transform 0.3s;
}

.more__img.is-rotate {
  transform: rotate(180deg);
}

.notfound {
  padding: 200px 0 150px;
}

.notfound__content {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .notfound__content {
    max-width: 400px;
  }
}

.notfound__title {
  text-align: center;
  margin-bottom: 20px;
}

.notfound__btn {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .notfound__btn {
    padding: 20px;
  }
}

.points {
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .points {
    padding: 45px 0 35px;
  }
}

.points__wrapper {
  max-width: 1019px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .points__wrapper {
    max-width: 932px;
  }
}
@media screen and (max-width: 992px) {
  .points__wrapper {
    max-width: 552px;
  }
}
@media screen and (max-width: 768px) {
  .points__wrapper {
    max-width: 320px;
  }
}

.points__title {
  max-width: 425px;
  margin: 0 auto 20px;
  text-align: center;
}

.points__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .points__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .points__content {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .points__col + .points__col {
    margin-top: 20px;
  }
}

.points__col:nth-child(1) {
  flex: 0 0 426px;
}
@media screen and (max-width: 1180px) {
  .points__col:nth-child(1) {
    flex-basis: 376px;
  }
}
@media screen and (max-width: 992px) {
  .points__col:nth-child(1) {
    flex: initial;
  }
}

.points__col:nth-child(2) {
  flex: 0 0 574px;
}
@media screen and (max-width: 1180px) {
  .points__col:nth-child(2) {
    flex-basis: 524px;
  }
}
@media screen and (max-width: 992px) {
  .points__col:nth-child(2) {
    flex: initial;
  }
}

.points__item {
  padding: 13px 30px 13px 130px;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .points__item {
    padding: 5px 0 5px 76px;
  }
}
.points__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 96px;
  height: 96px;
  background-image: url("../img/points1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .points__item::after {
    width: 60px;
    height: 60px;
  }
}

.points__item:nth-child(1)::after {
  background-image: url("../img/points1.svg");
}

.points__item:nth-child(2)::after {
  background-image: url("../img/points2.svg");
}

.points__item:nth-child(3)::after {
  background-image: url("../img/points3.svg");
}

.points__item:nth-child(4)::after {
  background-image: url("../img/points4.svg");
}

.points__item span {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  color: var(--clr-blue-white);
  font-size: 34px;
}

.points__item + .points__item {
  margin-top: 38px;
}
@media screen and (max-width: 1180px) {
  .points__item + .points__item {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .points__item + .points__item {
    margin-top: 20px;
  }
}

.points__img {
  width: 100%;
  height: auto;
  position: relative;
}
.points__img::after {
  content: "";
  position: absolute;
  left: 51%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 152px;
  height: 84px;
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .points__img::after {
    max-width: 83px;
    height: 46px;
  }
}

.points__img-elem {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.points__btn {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .points__btn {
    max-width: 100%;
  }
}

.politics {
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .politics {
    font-size: 16px;
    padding: 25px 0 50px;
  }
}

.politics p {
  margin: 20px 0;
}

.politics h2 {
  font-size: 40px;
  margin: 20px 0;
}
@media screen and (max-width: 1180px) {
  .politics h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .politics h2 {
    font-size: 30px;
  }
}

.politics h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.politics ul li {
  list-style: initial;
  margin-left: 15px;
}

.politics ul li + li {
  margin-top: 15px;
}

.politics a {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: var(--clr-blue);
}

.quiz {
  background-color: var(--clr-quiz);
  border-radius: 6px;
  padding: 30px;
  min-height: 381px;
}
@media screen and (max-width: 768px) {
  .quiz {
    min-height: 526px;
  }
}

.tell__quiz.quiz {
  border-radius: initial;
  min-height: initial;
  padding: 30px 27px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .tell__quiz.quiz {
    min-height: initial;
  }
}

.tell__quiz.quiz .quiz__contents {
  height: calc(100% - 55px);
}

.tell__quiz.quiz .quiz__contents .quiz__content--res {
  height: 100%;
}

.quiz__btns {
  margin-left: -4px;
  display: flex;
  margin-bottom: 30px;
}

.quiz__btn {
  font-size: 12px;
  width: calc(20% - 4px);
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  text-align: center;
  color: var(--clr-white);
  background-color: transparent;
  border: 1px solid #282b4e;
  margin-left: 4px;
  padding: 5px;
  border-radius: 4px;
  position: relative;
  height: 25.13px;
}

.quiz__btn.prev {
  font-size: 0;
}
.quiz__btn.prev::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 7px;
  background-image: url("../img/quiz-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.quiz__btn.active {
  color: var(--clr-quiz);
  background-color: var(--clr-yellow);
  border: 1px solid var(--clr-yellow);
}

.quiz__content {
  color: var(--clr-white);
  display: none;
}

.quiz__content.active {
  display: block;
}

.quiz__subtitle {
  font-size: 42px;
  text-align: center;
  margin-bottom: 22px;
}
.tell__quiz .quiz__subtitle {
  margin-bottom: 0px;
  color: var(--clr-white);
}

.tell__quiz .content .quiz__subtitle {
  margin-bottom: 22px;
}

.tell__quiz .quiz__content--res .content {
  height: 90%;
  display: flex;
  flex-direction: column;
}

.tell__quiz .quiz__content--res .content .quiz__desc {
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
}

.tell__quiz .quiz__content--res .content .quiz__desc p + p {
  margin-top: 20px;
}

.quiz__content--res .quiz__subtitle span:nth-child(2) {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 33px;
  height: 34px;
  background-image: url("../img/quiz-res-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.quiz__subtitle span {
  font-size: 33px;
}

.quiz__section + .quiz__section {
  margin-top: 22px;
}

.quiz__row {
  margin-left: -30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .quiz__row {
    flex-direction: column;
    margin-left: 0;
    margin-top: -auto;
  }
}

.quiz__col {
  width: calc(50% - 30px);
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .quiz__col {
    width: 100%;
    margin-left: 0;
    margin-top: 2px;
  }
}

.quiz__error {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #b10606;
  opacity: 0;
  visibility: hidden;
}

.quiz__error.active {
  opacity: 1;
  visibility: visible;
}

.quiz__desc {
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
.quiz__desc--center {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

.tell__quiz .quiz__desc {
  text-align: center;
  margin-bottom: 22px;
}

.tell__quiz .quiz__content--res .quiz__desc {
  color: var(--clr-white);
  margin-bottom: 0;
}

.quiz__content--res .quiz__desc {
  font-family: "ltsuperior", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.quiz__buttons {
  display: flex;
}

.quiz__button-prev {
  display: flex;
  position: relative;
  padding: 20px;
  flex: 0 0 52px;
  height: 52px;
  border: 1px solid var(--clr-blue-white);
  border-radius: 6px;
  margin-right: 10px;
}
.quiz__button-prev::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 15px;
  background-image: url("../img/quiz-button-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.quiz__button,
.quiz__desc-button {
  width: 100%;
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  padding: 19px 20px 15px 20px;
  background-color: var(--clr-yellow);
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: var(--clr-blue);
}

.quiz__desc-button {
  text-decoration: none;
  margin: 20px 0;
  display: inline-block;
  width: initial;
}

.quiz__question {
  font-family: "ltsuperior", sans-serif;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.quiz__options {
  display: flex;
  flex-direction: column;
}

.quiz__option {
  cursor: pointer;
  padding: 7px 0 7px 21px;
  display: block;
  position: relative;
  font-size: 16px;
}

.quiz__option--flex {
  display: flex;
}

.quiz__radio,
.quiz__checkbox {
  display: none;
}

.quiz__checkbox:checked + .quiz__label,
.quiz__radio:checked + .quiz__label {
  background-color: var(--clr-blue);
}
.quiz__checkbox:checked + .quiz__label::before,
.quiz__radio:checked + .quiz__label::before {
  opacity: 1;
}

.quiz__label {
  position: absolute;
  width: 11px;
  height: 11px;
  left: 0;
  top: 10px;
  border-radius: 50%;
  border: 1px solid var(--clr-yellow);
}
.quiz__label::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--clr-yellow);
  z-index: 1;
  opacity: 0;
}

.quiz__checkbox + .quiz__label {
  border-radius: initial;
}
.quiz__checkbox + .quiz__label::before {
  border-radius: initial;
  width: 9px;
  height: 15px;
  background-image: url("../img/quiz-check.svg");
  background-color: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.quiz__checkbox-input,
.quiz__radio-input {
  flex: 1;
  margin-left: 5px;
  color: var(--clr-white);
  background-color: initial;
  border: none;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 768px) {
  .quiz__checkbox-input,
  .quiz__radio-input {
    width: 70%;
  }
}

.quiz__radio-input--no-margin {
  margin-left: 0;
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 10px 22px 0;
  border: none;
  border-bottom: 1px solid #38384b;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .quiz__radio-input--no-margin {
    width: initial;
  }
}

.quiz__checkbox-input:disabled,
.quiz__radio-input:disabled {
  border-bottom: 1px solid #38384b;
}

.quiz__inputs {
  display: flex;
  flex-direction: column;
}

.quiz__input {
  color: var(--clr-white);
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 10px 22px 0;
  border: none;
  border-bottom: 1px solid #38384b;
  background-color: transparent;
}

.quiz__input--mileage {
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

.quiz__input::placeholder,
.quiz__input::placeholder {
  color: var(--clr-gray-dark);
  opacity: 1;
}

.quiz__input--mileage::-ms-input-placeholder,
.quiz__input--mileage::-ms-input-placeholder {
  color: var(--clr-white);
}

.quiz__res {
  height: 72px;
  position: relative;
  color: var(--clr-gray-dark);
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .quiz__res {
    height: 62px;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.quiz__indicator {
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--clr-blue-white);
  position: relative;
}
.quiz__indicator::before,
.quiz__indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  height: 2px;
  z-index: -1;
}
.quiz__indicator::before {
  background-color: var(--clr-yellow);
  right: 0;
  width: 18%;
}
.quiz__indicator::after {
  background-color: var(--clr-gray-dark);
  left: 0;
  width: 21%;
}
@media screen and (max-width: 768px) {
  .quiz__indicator::after {
    width: 18%;
  }
}

.quiz__indicator-center {
  color: var(--clr-white);
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--clr-blue-white);
  background-color: var(--clr-quiz);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .quiz__indicator-center {
    border: 2px solid transparent;
    background-color: transparent;
  }
}

.quiz__indicator-price,
.quiz__indicator-label {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.quiz__indicator-center > .quiz__indicator-price {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  top: -35px;
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .quiz__indicator-center > .quiz__indicator-price {
    font-size: 18px;
    top: -29px;
  }
}

.quiz__indicator-center > .quiz__indicator-label {
  bottom: -35px;
}
@media screen and (max-width: 768px) {
  .quiz__indicator-center > .quiz__indicator-label {
    bottom: -31px;
  }
}

.quiz__indicator-left,
.quiz__indicator-right {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.quiz__indicator-left {
  border: 2px solid var(--clr-gray-dark);
  background-color: var(--clr-quiz);
  left: 21%;
}
@media screen and (max-width: 768px) {
  .quiz__indicator-left {
    left: 18%;
  }
}

.quiz__indicator-left > .quiz__indicator-price {
  top: -25px;
}
@media screen and (max-width: 768px) {
  .quiz__indicator-left > .quiz__indicator-price {
    left: -14px;
  }
}

.quiz__indicator-left > .quiz__indicator-label {
  bottom: -31px;
}
@media screen and (max-width: 768px) {
  .quiz__indicator-left > .quiz__indicator-label {
    left: -20px;
  }
}

.quiz__indicator-right {
  border: 2px solid var(--clr-yellow);
  background-color: var(--clr-quiz);
  right: 18%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .quiz__indicator-right {
    right: 18%;
  }
}

.quiz__indicator-right > .quiz__indicator-price {
  top: -25px;
}
@media screen and (max-width: 768px) {
  .quiz__indicator-right > .quiz__indicator-price {
    right: -23px;
  }
}

.quiz__indicator-right > .quiz__indicator-label {
  bottom: -31px;
}
@media screen and (max-width: 768px) {
  .quiz__indicator-right > .quiz__indicator-label {
    right: -21px;
  }
}

.quiz__res-btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .quiz__res-btn {
    padding: 26px 19px;
    font-size: 16px;
  }
}

.quiz__loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
}

.quiz__res-error {
  text-align: center;
  padding: 60px 0;
}
.quiz__res-error a {
  color: white;
}

.quiz__loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.remerciement {
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .remerciement {
    padding: 15px 0 40px;
  }
}

.remerciement__wrapper {
  max-width: 908px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .remerciement__wrapper {
    max-width: 320px;
    flex-direction: column;
    justify-content: initial;
  }
}

.remerciement__left {
  flex: 0 0 361px;
}
@media screen and (max-width: 768px) {
  .remerciement__left {
    flex: initial;
  }
}

.remerciement__right {
  flex: 0 1 482px;
}
@media screen and (max-width: 768px) {
  .remerciement__right {
    flex: initial;
    margin-top: 20px;
  }
}

.remerciement__right-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.remercient__title {
  margin-bottom: 10px;
}

.remerciement__desc {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .remerciement__desc {
    margin-bottom: 32px;
  }
}

.remerciement__btn {
  max-width: 196px;
}
@media screen and (max-width: 768px) {
  .remerciement__btn {
    min-width: 100%;
  }
}

.post {
  padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .post {
    padding-bottom: 30px;
  }
}

.post__control {
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .post__control {
    margin-bottom: 30px;
  }
}

.post__back {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: var(--clr-gray-dark);
  position: relative;
  padding: 0.5px 0 0.5px 17px;
}
.post__back::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("../img/post-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.post__wrap {
  max-width: 610px;
  margin: 0 auto;
}

.post__header {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .post__header {
    margin-bottom: 30px;
  }
}

.post__title {
  font-size: 50px;
  margin-bottom: 15px;
  line-height: 1.08;
}
@media screen and (max-width: 768px) {
  .post__title {
    font-size: 40px;
    margin-bottom: 8px;
  }
}

.post__meta {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .post__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.post__meta-left {
  display: flex;
  align-items: center;
}

.post__photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.post__photo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.post__author {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
}

.post__author-name {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.post__author-desc {
  font-size: 12px;
  color: var(--clr-gray-dark);
}

.post__meta-right {
  display: flex;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .post__meta-right {
    margin-left: 0;
    margin-top: 20px;
  }
}

.post__tag,
.post__public-date,
.post__reading-time {
  display: block;
  border-radius: 80px;
  font-size: 12px;
  font-family: "ltsuperior", sans-serif;
  font-weight: 500;
  background-color: var(--clr-blue);
  color: var(--clr-white);
  padding: 7.5px 8px;
  line-height: 1;
}

.post__public-date {
  margin-left: 6px;
}

.post__reading-time {
  margin-left: 6px;
  padding: 7.5px 8px 7.5px 23px;
  position: relative;
}
.post__reading-time::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 11px;
  height: 11px;
  background-image: url("../img/article-time-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.post__content {
  margin-bottom: 60px;
}

.post__intro {
  margin-bottom: 34px;
}

.post__intro-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 34px;
}

.post__intro-image,
.post__image {
  border-radius: 6px;
  overflow: hidden;
}

.post__intro-image-elem,
.post__image-elem {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.post__toc {
  margin-bottom: 27px;
}

.post__toc-title {
  margin-bottom: 14px;
  font-size: 33px;
  line-height: 1.3;
}

.post__toc-item {
  list-style-type: disc;
}

.post__toc-item + .post__toc-item {
  margin-top: 20px;
}

.post__toc-item a {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  color: var(--clr-blue);
  font-size: 16px;
}

.post__section {
  font-size: 16px;
  line-height: 1.7;
}

.post__section + .post__section {
  margin-top: 42px;
}

.post__section h2,
.post__section h3,
.post__section h5,
.post__section h6 {
  margin-bottom: 14px;
}

.post__section h2 {
  font-size: 33px;
}

.post__section h3 {
  font-size: 28px;
  margin-top: -20px;
}

.post__section p + p {
  margin-top: 10px;
}

.post__share {
  display: flex;
  align-items: center;
}

.post__share-text {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--clr-gray-dark);
}

.post__share-list {
  display: flex;
  align-items: center;
  margin-left: 22px;
}

.post__share-item + .post__share-item {
  margin-left: 10px;
}

.post__share-link {
  display: block;
  width: 35px;
  height: 35px;
  text-decoration: none;
  border-radius: 50%;
  background-color: var(--clr-blue-white);
  position: relative;
}
.post__share-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.post__share-item--fb .post__share-link::after {
  background-image: url("../img/fb-icon.svg");
}

.post__share-item--twit .post__share-link::after {
  background-image: url("../img/twit-icon.svg");
}

.post__share-item--linked .post__share-link::after {
  background-image: url("../img/link-icon.svg");
}

.post__share-item--insta .post__share-link::after {
  background-image: url("../img/inst-icon.svg");
}

.similiar {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .similiar {
    padding: 30px 0;
  }
}

.similiar__title {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 1440px) {
  .similiar__articles {
    max-width: 925px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1045px) {
  .similiar__articles {
    max-width: 610px;
  }
}

@media screen and (max-width: 768px) {
  .similiar__articles-list {
    justify-content: center;
  }
}

.similiar__item.article {
  margin-left: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1440px) {
  .similiar__item.article:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1045px) {
  .similiar__item.article:nth-child(4) {
    display: block;
  }
}

.socials {
  display: flex;
}

.social + .social {
  margin-left: 5px;
}

.social__link {
  display: block;
  font-size: 0;
  width: 28px;
  height: 28px;
  background-image: url(../img/instagram.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .social__link {
    width: 48px;
    height: 48px;
  }
}

.social--facebook .social__link {
  background-image: url("../img/fb-icon.svg");
}

.social--tiktok .social__link {
  background-image: url("../img/tiktok.svg");
}

.social--youtube .social__link {
  background-image: url("../img/youtube.svg");
}

.social--instagram .social__link {
  background-image: url("../img/instagram.svg");
}

.social--linkedin .social__link {
  background-image: url("../img/linkedin.svg");
}

.swiper__btn {
  height: 30px;
  width: 30px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .swiper__btn {
    border-radius: 50%;
    border: 1px solid var(--clr-blue-white);
  }
}
.swiper__btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 11px;
  background-image: url("../img/swiper-prev.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper__btn-next::after {
  background-image: url("../img/swiper-next.svg");
}

.swithces {
  display: flex;
  align-items: center;
  border-radius: 30px;
  position: relative;
}
.swithces::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 100%;
  background-color: var(--clr-quiz);
  z-index: 2;
}

.swithces__item {
  position: relative;
  z-index: 3;
}

.swithces__item + .swithces__item {
  margin-left: -12px;
}

.swithces__link {
  display: block;
  padding: 8px 15px 8px 30px;
  border-radius: 30px;
  background-color: var(--clr-quiz);
  position: relative;
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: var(--clr-white);
  text-decoration: none;
}
.swithces__link::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 10.39px;
  background-image: url("../img/switches-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

.swithces__item:not(.active) {
  z-index: 4;
}
.swithces__item.active .swithces__link {
  background-color: var(--clr-yellow);
  color: var(--clr-quiz);
}
.swithces__item.active .swithces__link::after {
  opacity: 1;
}

.tell {
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .tell {
    padding: 20px 0 40px;
  }
}

.tell__wrapper {
  max-width: 1176px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tell__wrapper {
    max-width: 320px;
  }
}

.tell--contact .tell__wrapper {
  max-width: 1041px;
}
@media screen and (max-width: 768px) {
  .tell--contact .tell__wrapper {
    flex-direction: column-reverse;
    max-width: 320px;
  }
}

.tell__left {
  flex: 0 1 633px;
  height: 672.17px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tell__left {
    flex: initial;
    height: initial;
    border-radius: initial;
    display: none;
  }
}

.tell--franchise .tell__left {
  height: 785px;
}
@media screen and (max-width: 768px) {
  .tell--franchise .tell__left {
    height: initial;
  }
}

.tell--contact .tell__left {
  flex: 0 1 536px;
  height: 630px;
}
@media screen and (max-width: 768px) {
  .tell--contact .tell__left {
    display: block;
    flex: initial;
    height: initial;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}

.tell--contact .tell__wrapper-text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .tell--contact .tell__wrapper-text {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.tell--contact .tell__left-text {
  flex: 0 1 536px;
}
@media screen and (max-width: 768px) {
  .tell--contact .tell__left-text {
    flex: initial;
  }
}

.tell--contact .tell__left-text-title {
  font-family: "BebasNeue", sans-serif;
  font-weight: 400;
  font-size: 31px;
}

.tell--contact .tell__right-text {
  flex: 0 0 505px;
}
@media screen and (max-width: 768px) {
  .tell--contact .tell__right-text {
    flex: initial;
  }
}

.tell--contact .tell__right-text .tell__right-text-addresses {
  font-size: 16px;
  line-height: 1.3;
}
.tell--contact .tell__right-text .tell__right-text-addresses span {
  font-family: "ltsuperior", sans-serif;
  font-weight: 600;
}
.tell--contact .tell__right-text .tell__right-text-addresses a {
  text-decoration: none;
  color: var(--clr-blue);
}

.tell__left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tell__right {
  flex: 0 0 505px;
  height: 672.17px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tell__right {
    border-radius: 6px;
    flex: initial;
  }
}

.tell--franchise .tell__right {
  height: initial;
}
@media screen and (max-width: 768px) {
  .tell--franchise .tell__right {
    width: 100%;
  }
}

.tell--contact .tell__right {
  height: 630px;
}
@media screen and (max-width: 768px) {
  .tell--contact .tell__right {
    height: initial;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.tell__form.form {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .tell__form.form {
    height: initial;
  }
}

.tell .selected-item.loaded {
  color: var(--clr-white);
}

.thanks {
  padding: 150px 0 150px;
}

.thanks__content {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .thanks__content {
    max-width: 400px;
  }
}

.thanks__title {
  text-align: center;
  margin-bottom: 20px;
}

.thanks__desc {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .thanks__desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .thanks__desc {
    font-size: 16px;
  }
}

.thanks__btn {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thanks__btn {
    padding: 20px;
  }
}

.toggle {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border-radius: 4px;
  border: 1px solid var(--clr-white);
}

.toggle__button {
  position: relative;
  width: 21px;
  height: 16px;
  display: block;
}

.toggle__button::after,
.toggle__button::before,
.toggle__button > span {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--clr-white);
  transition: all 0.5s;
  border-radius: 2px;
}

.toggle__button::after {
  top: 0;
}

.toggle__button::before {
  bottom: 0;
  width: 13px;
}

.toggle__button > span {
  width: 13px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.header.active .toggle__button::before {
  width: 100%;
  top: 6px;
  transform: rotate(45deg);
}

.header.active .toggle__button span {
  display: none;
}

.header.active .toggle__button::after {
  top: 6px;
  width: 100%;
  transform: rotate(-45deg);
}

.video {
  position: relative;
  height: 626px;
  overflow: hidden;
}
@media screen and (max-width: 1275px) {
  .video {
    height: 529px;
  }
}
@media screen and (max-width: 1070px) {
  .video {
    height: 460px;
  }
}
@media screen and (max-width: 950px) {
  .video {
    height: 380px;
  }
}
@media screen and (max-width: 810px) {
  .video {
    height: 304px;
  }
}
@media screen and (max-width: 670px) {
  .video {
    height: 260px;
  }
}
@media screen and (max-width: 670px) {
  .video {
    height: 260px;
  }
}
@media screen and (max-width: 580px) {
  .video {
    height: 205px;
  }
}

.video__elem {
  width: 100%;
  height: 100%;
}
