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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Bold.woff2") format("woff2"), url("../fonts/Jost-Bold.woff") format("woff"), url("../fonts/Jost-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prosto One";
  src: url("../fonts/ProstoOne-Regular.woff2") format("woff2"), url("../fonts/ProstoOne-Regular.woff") format("woff"), url("../fonts/ProstoOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: medium;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

body._lock {
  overflow: hidden;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.button {
  display: inline-flex;
  text-wrap: nowrap;
  font-family: "Roboto";
  padding: 0px 20px;
  border-radius: 8px;
  background: rgb(235, 46, 57);
  border-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  color: white;
  height: 42px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background-color 0.1s linear;
}
.button img, .button i, .button svg {
  width: 24px;
  height: 24px;
}
.button:hover {
  background-color: rgb(164, 33, 35);
}

.home-content {
  margin-top: 25px;
  padding: 0 5px;
  padding-bottom: 50px;
  line-height: 1.2;
}
@media (max-width: 500px) {
  .home-content {
    margin-top: 25px;
    padding-bottom: 35px;
  }
}
.home-content h1 {
  font-family: "Prosto One";
  font-size: 27px;
  font-weight: bold;
  color: #171717;
  margin-bottom: 25px;
}

h2 {
  color: rgb(26, 26, 26);
  font-family: "Prosto One";
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}

.wpcf7-not-valid-tip {
  font-size: 11px !important;
  padding-left: 5px;
  padding-top: 3px;
}

.wpcf7-response-output {
  background-color: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(2px);
  color: white;
  font-size: 14px;
  margin: 15px 0 0 0 !important;
  padding: 13px 8px !important;
  border: unset !important;
}

.icon-marker {
  object-fit: cover;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 2px solid red;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  .breadcrumb {
    display: none;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  background: rgb(43, 41, 41);
  padding: 16px 56px;
  color: white;
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
}
.header__logo-container {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.header__logo {
  height: 100%;
  margin-right: 12px;
}
.header__logo img {
  height: 100%;
}
.header__logo-text {
  font-family: "Prosto One";
  font-size: 16px;
  font-weight: 400;
  line-height: 131%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
.header__nav {
  margin-right: 52px;
}
.header__menu {
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: -100%;
  box-sizing: border-box;
  transition: left 0.1s linear 0s;
}
.header__menu.header__menu_active {
  left: 0;
}
.header__communication > .communication__links {
  margin-right: 24px;
}
.header__burger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.header__burger span {
  border-radius: 5px;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.header__burger span:nth-child(1) {
  top: 4px;
  left: 0;
  transition: transform 0.1s linear 0s;
}
.header__burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: opacity 0.1s linear 0s;
}
.header__burger span:nth-child(3) {
  bottom: 4px;
  left: 0;
  transition: transform 0.1s linear 0s;
}

.communication {
  display: flex;
}
.communication__numbers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 16px;
}
.communication__number {
  display: flex;
  align-items: center;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  color: inherit;
  text-decoration: none;
}
.communication__flag {
  margin-right: 8px;
  align-self: baseline;
}
.communication__button > img {
  margin-left: 8px;
}

@media (max-width: 1366px) {
  .header {
    padding: 16px 28px;
  }
  .header__nav {
    margin-right: 18px;
  }
  .communication {
    margin-right: 12px;
  }
  .communication__links {
    margin-right: 20px;
  }
  .nav__list {
    display: flex;
    height: 100%;
  }
  .nav__list-item {
    margin-right: 10px;
  }
}
@media (max-width: 1314px) {
  .nav__list-item {
    padding: 12px 12px;
    margin-right: 10px;
  }
  .communication__number {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .header {
    height: 40px;
    padding: 16px;
  }
  .header__menu {
    background-color: rgb(43, 41, 41);
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 39px 24px 0px 24px;
    overflow: auto;
    top: 72px;
  }
  .header__burger {
    display: block;
  }
  .header__communication {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
  .header__burger.header__burger_active span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translate(0, -50%);
  }
  .header__burger.header__burger_active span:nth-child(2) {
    opacity: 0;
  }
  .header__burger.header__burger_active span:nth-child(3) {
    bottom: 50%;
    transform: rotate(-45deg) translate(0, 50%);
  }
  .header .nav__list {
    margin-top: 0;
  }
  .header .nav__list-item {
    background: transparent;
    padding: 0;
  }
  .header .nav__list-item:hover {
    background: transparent;
  }
  .communication__flag {
    width: 40px;
    margin-right: 20px;
  }
  .communication__num {
    font-size: 14px;
  }
  .communication__number {
    margin-bottom: 42px;
  }
  .communication__number:last-child {
    margin-bottom: 0px;
  }
  .communication__numbers {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .communication__link {
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  .communication__link > img {
    width: 100%;
    height: 100%;
  }
  .communication__links {
    margin-bottom: 38px;
  }
  .communication__button {
    height: 40px;
    justify-content: center;
  }
  .nav__list {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .nav__list-item {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 425px) {
  .header .button {
    font-size: 14px;
    padding: 0px 12px;
    line-height: 1;
  }
  .button img {
    width: 24px;
    height: 24px;
  }
  .communication__numbers {
    margin-right: 0px;
  }
  .communication__number {
    font-size: 12px;
  }
  .communication__flag {
    width: 24px;
    margin-right: 8px;
  }
  .communication__link {
    width: 40px;
    height: 40px;
  }
  .communication__button > img {
    margin-left: 8px;
  }
}
@media (max-width: 376px) {
  .header__logo {
    height: 36px;
  }
  .header__burger {
    width: 28px;
    height: 40px;
  }
  .header__burger span {
    height: 1.5px;
  }
  .header__burger span:nth-child(1) {
    top: 11px;
  }
  .header__burger span:nth-child(3) {
    bottom: 11px;
  }
}
.header__links {
  position: absolute;
  right: 94px;
  display: none;
  height: 40px;
}

@media (max-width: 1050px) {
  .header__links {
    display: block;
  }
}
@media (max-width: 342px) {
  .header__links {
    display: none;
  }
}
.preview {
  min-height: 685px;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  box-sizing: content-box;
  position: relative;
}
.preview__logo {
  margin-top: 194px;
  margin-bottom: 18px;
  width: 127px;
}
.preview__background {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.preview__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.preview__container {
  position: relative;
  z-index: 2;
}
.preview__title {
  font-family: "Prosto One";
  font-size: 40px;
  font-weight: 400;
  line-height: 49px;
  letter-spacing: 0%;
  margin-bottom: 78px;
}
.preview__cards {
  box-sizing: content-box;
  display: flex;
  margin: 0 20px;
}
.preview__card {
  backdrop-filter: blur(4px);
  margin-right: 16px;
  flex-basis: 42%;
  margin-bottom: 16px;
}
.preview__card:last-child {
  margin-right: 0px;
}
.preview__buttons {
  display: none;
  max-width: 288px;
  width: 100%;
  margin: 0 auto;
  margin-top: 38px;
}
.preview__buttons button {
  display: block;
  padding: 10px 16px;
  text-align: center;
  width: 100%;
}
.preview__buttons button:last-child {
  background-color: #fff;
  margin-top: 18px;
}
.preview__buttons button:last-child a {
  color: rgb(26, 26, 26);
}

.card-preview {
  border-radius: 14px;
  background: rgba(190, 190, 190, 0.38);
  padding: 16px;
  transition: background-color 0.2s linear 0s;
}
.card-preview:hover {
  background: rgba(120, 120, 120, 0.4);
}
.card-preview__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  margin-bottom: 16px;
}
.card-preview__text {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
}
.card-preview__link {
  color: rgb(255, 255, 255);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  text-align: left;
  cursor: pointer;
}
.card-preview__link > img {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .preview__logo {
    width: 90px;
    margin-top: 88px;
  }
  .preview__title {
    font-size: 32px;
    margin-bottom: 48px;
  }
  .preview__cards {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .preview__card {
    box-sizing: border-box;
    width: 100%;
  }
  .card-preview {
    padding: 12px;
  }
}
@media (max-width: 548px) {
  .preview__logo {
    margin-top: 172px;
    margin-bottom: 18px;
    width: 108px;
  }
  .preview__title {
    font-size: 22px;
    margin-bottom: 32px;
    line-height: 36px;
    line-height: 1.22;
  }
  .preview__cards {
    display: none;
  }
  .preview__card {
    margin-right: 0;
    flex-basis: 100%;
  }
  .preview__buttons {
    display: block;
  }
  .card-preview {
    padding: 12px;
  }
  .card-preview__icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    margin-bottom: 8px;
  }
  .card-preview__text {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media (max-width: 328px) {
  .preview__title {
    line-height: 30px;
  }
}
.catalog {
  padding: 90px 0;
}
.catalog__container {
  box-sizing: content-box;
  padding: 0px 20px;
}
.catalog__title {
  color: rgb(26, 26, 26);
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  padding: 0 20px 28px 20px;
}
.catalog__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog__button {
  display: inline-flex;
  box-sizing: border-box;
  margin: 0 auto;
  color: white;
}
.catalog__button img {
  margin-left: 8px;
}

.cards-catalog {
  display: grid;
  grid-template-columns: 284px 284px 284px 284px;
  gap: 20px;
  padding: 0px 20px;
  margin-bottom: 20px;
  position: relative;
}
.cards-catalog::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.49);
  backdrop-filter: blur(4px);
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.cards-catalog::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  border: solid #000000 3px;
  z-index: 3;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  animation: infinite anim-loading 1.3s ease;
  background-color: rgba(255, 255, 255, 0.42);
}
.cards-catalog.loading::after {
  visibility: visible;
  opacity: 1;
}
.cards-catalog.loading::before {
  visibility: visible;
  opacity: 1;
}
@keyframes anim-loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cards-catalog__card {
  box-sizing: border-box;
  position: relative;
  border: 1px solid rgb(242, 241, 242);
  border-radius: 14px;
  padding: 8px 8px 24px 8px;
  max-width: 285px;
  color: rgb(26, 26, 26);
  transition: box-shadow 0.1s linear 0s;
}
.cards-catalog__card > a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.cards-catalog__card:hover {
  box-shadow: 1px 9px 61.8px 0px rgba(0, 0, 0, 0.11);
}
.cards-catalog__card:last-child {
  margin-right: 0px;
}
.cards-catalog__card-discount {
  display: flex;
  border-radius: 8px;
  background: rgb(49, 176, 77);
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 8px 16px 8px 8px;
}
.cards-catalog__card-discount-icon {
  margin-right: 10px;
}
.cards-catalog__card-discount-text {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  color: white;
}
.cards-catalog__card-img {
  width: 100%;
  height: 252px;
  border-radius: 8px;
  object-fit: cover;
}
.cards-catalog__card-discription {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0%;
  padding: 16px 8px;
}
.cards-catalog__card-tags {
  display: flex;
  margin: 0 8px 16px 0px;
}
.cards-catalog__card-tag {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: rgb(196, 196, 196);
  background: #F2F1F2;
  padding: 4px 8px 4px 8px;
  margin-right: 8px;
}
.cards-catalog__card-tag:last-child {
  margin-right: 0px;
}
.cards-catalog__card-tag-icon {
  margin-right: 8px;
}
.cards-catalog__card-tag-text {
  text-wrap: nowrap;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
}
.cards-catalog__card-price {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0%;
  margin: 0 8px;
}

@media (max-width: 630px) {
  .catalog {
    padding: 45px 0;
  }
  .catalog__title {
    color: rgb(26, 26, 26);
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }
  .cards-catalog {
    justify-content: space-around;
  }
}
@media (max-width: 1200px) {
  .cards-catalog {
    grid-template-columns: 284px 284px 284px;
  }
}
@media (max-width: 880px) {
  .cards-catalog {
    justify-content: center;
    grid-template-columns: 284px 284px;
  }
}
@media (max-width: 578px) {
  .cards-catalog {
    grid-template-columns: 284px;
  }
}
.sentence__items {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 20px 70px 20px;
}
.sentence__item {
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 25px 64px 0 28px;
  flex-basis: 400px;
  flex-shrink: 1;
  flex-grow: 1;
  height: 620px;
  border-radius: 16px;
  background-color: rgb(242, 241, 242);
  margin-right: 20px;
  margin-bottom: 20px;
}
.sentence__item:last-child {
  margin-right: 0;
}
.sentence__item:nth-child(1) {
  background-position: left 28px top 362px;
  padding: 34px 64px 0 28px;
}
.sentence__item:nth-child(2) {
  background-position: left -3px top 267px;
  padding: 36px 68px 0 22px;
}
.sentence__title {
  color: rgb(26, 26, 26);
  font-family: "Prosto One";
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 32px;
}
.sentence__discription {
  color: rgb(26, 26, 26);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  margin-bottom: 32px;
}
.sentence__button > img {
  margin-left: 8px;
}

@media (max-width: 860px) {
  .sentence__item:nth-child(1) {
    margin-right: 0;
  }
}
@media (max-width: 376px) {
  .sentence__title {
    color: rgb(26, 26, 26);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 18px;
  }
  .sentence__item:nth-child(1) {
    padding: 12px 35px 0 16px;
  }
  .sentence__item:nth-child(2) {
    padding: 12px 30px 0 16px;
  }
}
.quiz {
  padding-top: 68px;
  padding-bottom: 110px;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  min-height: 520px;
}
.quiz__container {
  display: flex;
  margin-top: 68px;
}
.quiz__texts {
  margin-right: 105px;
  margin-left: 20px;
}
.quiz__title {
  color: #fff;
  margin-bottom: 24px;
  margin-top: 82px;
}
.quiz__text {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0%;
}
.quiz__system {
  box-sizing: border-box;
  padding: 24px;
  padding-bottom: 66px;
  flex-basis: 615px;
  flex-shrink: 0;
  border-radius: 16px;
  backdrop-filter: blur(17px);
  background: rgba(26, 26, 26, 0.4);
  margin: 0 30px 0 20px;
  position: relative;
  overflow: hidden;
}
.quiz__system::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(4px);
  visibility: hidden;
  opacity: 0;
  transition: 1.5s ease;
}
.quiz__system::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  border: solid #ffffff 4px;
  z-index: 3;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  transition: 2s ease;
  animation: infinite anim-rotation 1.3s ease;
  background-color: rgba(252, 252, 252, 0.42);
}
.quiz__system.loading::after {
  visibility: visible;
  opacity: 1;
}
.quiz__system.loading::before {
  visibility: visible;
  opacity: 1;
}
@keyframes anim-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.quiz__system-text {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0%;
  margin-bottom: 32px;
}
.quiz__system-checkboxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 10px;
  margin-bottom: 28px;
}
.quiz__system-checkboxs.hidden {
  display: none;
}
.quiz__system-checkbox-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.quiz__system-checkbox-item .quiz-checkbox {
  min-height: 24px;
  min-width: 24px;
  height: 24px;
  width: 24px;
  background-color: white;
  border-radius: 4px;
  margin-right: 16px;
  position: relative;
  transition: all 0.5s ease;
}
.quiz__system-checkbox-item .quiz-checkbox svg {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s ease;
}
.quiz__system-checkbox-item .quiz-checkbox.selected {
  background-color: #f63030;
}
.quiz__system-checkbox-item .quiz-checkbox.selected svg {
  visibility: visible;
  opacity: 1;
}
.quiz__system-input {
  padding: 8px 7px;
  font-size: 13px;
  background-color: white;
  border-radius: 10px;
}
.quiz__system-footer {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quiz__system-footer.hidden {
  display: none;
}
@media (max-width: 1160px) {
  .quiz__system-footer {
    position: static;
    bottom: unset;
    left: unset;
    right: unset;
  }
}
.quiz__system-buttons {
  display: flex;
}
.quiz__system-button-forward {
  display: flex;
  justify-content: center;
}
.quiz__system-button-backward {
  display: flex;
  justify-content: center;
  background-color: #fff;
  color: rgb(26, 26, 26);
  margin-right: 8px;
}
.quiz__system-button-backward > img {
  transform: rotate(180deg);
}

.quiz-end {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 650px) {
  .quiz-end {
    grid-template-columns: 1fr;
  }
}
.quiz-end.visible {
  display: grid;
}

.quiz-end-item__object {
  font-size: 13px;
  color: white;
}
.quiz-end-item__name {
  margin-top: 5px;
  font-size: 14px;
  color: #d2d2d2;
}
.quiz-end-item__list {
  margin-top: 10px;
}
.quiz-end-item__list li {
  font-size: 14px;
  color: white;
  margin-bottom: 6px;
  padding-left: 10px;
  position: relative;
  border-left: 1px solid white;
}
.quiz-end-item__list li:last-child {
  margin-bottom: 0;
}
.quiz-end-item button {
  width: 100%;
  margin-top: 10px;
  white-space: normal;
}

.quiz-form {
  display: none;
  padding: 0 15px;
}
.quiz-form.visible {
  display: block;
}
@media (max-width: 370px) {
  .quiz-form {
    padding: 0 5px;
  }
}
.quiz-form__input {
  display: block;
  width: 100%;
  padding: 13px 15px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: white;
  font-size: 14px;
  margin-top: 7px;
}
.quiz-form .wpcf7-not-valid-tip {
  display: none;
}
.quiz-form .wpcf7-spinner {
  display: none;
}
.quiz-form__hidden {
  display: none;
}
.quiz-form__confidentiality {
  margin-top: 15px;
}
@media (max-width: 370px) {
  .quiz-form__confidentiality {
    font-size: 13px;
  }
}
.quiz-form .button {
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 1160px) {
  .quiz {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .quiz__container {
    flex-direction: column;
  }
  .quiz__title {
    margin-bottom: 24px;
    margin-top: 26px;
  }
  .quiz__text {
    margin-bottom: 24px;
  }
  .quiz__system {
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 20px;
    padding-bottom: 24px;
  }
  .quiz__system-checkboxs {
    justify-content: space-around;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .quiz {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .quiz__container {
    flex-direction: column;
  }
  .quiz__title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-top: 12px;
  }
  .quiz__text {
    font-size: 16px;
  }
  .quiz__system {
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media (max-width: 445px) {
  .quiz__system-text {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .quiz__system-checkboxs {
    margin-bottom: 22px;
    gap: 12px 0;
    grid-template-columns: 1fr 1fr;
  }
  .quiz__system-checkbox-item {
    font-size: 12px;
  }
  .quiz__system-checkbox-item .quiz-checkbox {
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
  .quiz__system-button-forward {
    font-size: 14px;
    padding: 4px 10px;
    margin-right: 4px;
  }
  .quiz__system-button-forward::after {
    width: 12px;
    height: 12px;
  }
  .quiz__system-button-backward {
    font-size: 14px;
    padding: 4px 10px;
  }
  .quiz__system-button-backward::before {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
  .quiz__system-question-num {
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  .quiz__system-button-forward > img {
    display: none;
  }
  .quiz__system-button-backward > img {
    display: none;
  }
  .quiz__container {
    margin-top: 0px;
  }
  .quiz__texts {
    margin: 0 20px;
  }
  .quiz__title {
    color: #fff;
    font-size: 17px;
    font-weight: 250;
    line-height: 23px;
    margin-top: 0;
  }
  .quiz__text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 40px;
  }
  .quiz__system-footer {
    display: block;
  }
  .quiz__system-question-num {
    margin-bottom: 16px;
  }
  .quiz__system-buttons {
    justify-content: space-between;
    width: 100%;
  }
  .quiz__system-button-forward {
    width: 48%;
  }
  .quiz__system-button-forward > img {
    display: inline-block;
    margin-left: 8px;
  }
  .quiz__system-button-backward {
    width: 48%;
    background-color: #fff;
    color: rgb(26, 26, 26);
    margin-right: 8px;
  }
  .quiz__system-button-backward > img {
    display: inline-block;
  }
}
.services {
  background: #F2F1F2;
  padding: 62px 0 228px 0;
  position: relative;
}
.services__container {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.services__back {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.services-information {
  max-width: 303px;
}
.services-information-inner {
  position: sticky;
  top: 100px;
  left: 0;
}
@media (max-width: 1180px) {
  .services-information-inner {
    position: relative;
    left: unset;
    top: unset;
  }
}
.services-information__text {
  margin-top: 32px;
}
.services-information p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-bottom: 20px;
}

.services-cards {
  max-width: 792px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 12px;
}
.services-card {
  box-sizing: border-box;
  width: 384px;
  min-height: 196px;
  border-radius: 12px;
  box-shadow: 9px 8px 26.3px 0px rgba(0, 0, 0, 0.04);
  background: rgb(255, 255, 255);
  padding: 24px;
  margin-bottom: 24px;
}
.services-card__image {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgb(235, 46, 57);
}
.services-card__image img, .services-card__image i {
  max-width: 25px;
  max-height: 25px;
  object-fit: cover;
}
.services-card__info {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

@media (max-width: 1180px) {
  .services {
    padding: 30px 0 112px 0;
  }
  .services__container {
    justify-content: space-between;
  }
  .services-information {
    max-width: 100%;
  }
  .services-cards {
    max-width: 100%;
    justify-content: space-around;
  }
}
@media (max-width: 376px) {
  .services-information__title {
    font-size: 18px;
  }
  .services-information__text {
    margin-top: 20px;
  }
  .services-information p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .services-information p:last-child {
    margin-bottom: 0;
  }
  .services-card {
    margin-bottom: 16px;
    min-height: auto;
  }
  .services-card__info {
    line-height: 18px;
    font-size: 15px;
  }
}
.offer {
  padding: 32px 0;
  background: rgb(43, 41, 41);
  color: white;
}
.offer__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
}
.offer__title {
  font-family: "Prosto One";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.offer-refer {
  max-width: 270px;
  width: 100%;
}
.offer-refer p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding-left: 10px;
}
.offer-refer button {
  margin-top: 10px;
  width: 100%;
}

.offer-refer > button > img {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .offer {
    padding: 24px 0;
  }
  .offer__container {
    padding: 0 20px;
  }
  .offer__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}
@media (max-width: 376px) {
  .offer-refer {
    max-width: 100%;
  }
  .offer-refer p {
    padding-left: 0;
  }
  .offer-refer button {
    justify-content: center;
    width: 100%;
  }
  .offer__title {
    margin-bottom: 30px;
  }
}
.video-blog {
  position: relative;
  padding: 90px 0 94px 0;
}
.video-blog__container {
  box-sizing: border-box;
  padding: 0 20px;
}
.video-blog__row {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video-blog .header__logo-container {
  position: absolute;
  top: 27px;
  left: 32px;
}

@media (max-width: 1240px) {
  .video-blog {
    padding: 40px 0 40px 0;
  }
  .video-blog__row {
    justify-content: space-around;
  }
  .video-blog .blog-video {
    margin-bottom: 20px;
  }
  .video-blog .blog-video:last-child {
    margin-bottom: 0px;
  }
}
.blog-video {
  width: 590px;
  height: 361px;
  position: relative;
  border-radius: 16px;
  cursor: pointer;
}
.blog-video iframe {
  width: 100%;
  height: 100%;
}
.blog-video__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.blog-video__text {
  position: absolute;
  left: 29px;
  bottom: 44px;
  color: rgb(255, 255, 255);
  font-family: Prosto One;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 5%;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 376px) {
  .video-blog {
    display: none;
  }
}
.faq {
  padding: 32px 0 60px 0;
  background: rgb(242, 241, 242);
}
.faq__short-info {
  box-sizing: border-box;
  margin: 90px 20px 0 20px;
}
@media (max-width: 500px) {
  .faq__short-info {
    margin: 40px 20px 0 20px;
  }
}
.faq__short-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.faq-guide {
  box-sizing: border-box;
  margin: 0 20px;
}
.faq-guide__row {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guide-card {
  padding: 24px;
  border-radius: 12px;
  box-shadow: 9px 8px 26.3px 0px rgba(0, 0, 0, 0.04);
  background: rgb(255, 255, 255);
  width: 282px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.guide-card__number {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EB2E39;
}
.guide-card__number span {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 23px;
}
.guide-card__info {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: rgb(43, 41, 41);
}
.guide-card__time {
  margin-top: 16px;
  color: rgb(154, 154, 154);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.faq-information {
  display: flex;
  gap: 40px;
  box-sizing: border-box;
  margin: 70px 20px 0px 20px;
}
.faq-information__name-inner {
  position: sticky;
  top: 80px;
  left: 0;
}
@media (max-width: 980px) {
  .faq-information__name-inner {
    position: relative;
    top: 0;
  }
}
.faq-information__name {
  min-width: 248px;
  color: rgb(26, 26, 26);
}
.faq-information__name p {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
.faq-information__name button {
  margin-top: 16px;
}
.faq-information__accordions {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion {
  border-radius: 12px;
  padding: 8px 8px 8px 10px;
  box-shadow: 9px 8px 26.3px 0px rgba(0, 0, 0, 0.04);
  background: rgb(255, 255, 255);
  color: #1A1A1A;
  cursor: pointer;
}
.accordion__control {
  cursor: pointer;
  text-align: left;
  position: relative;
  width: 100%;
  background-color: transparent;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__control span {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
.accordion__control img {
  transition: all 0.5s ease;
}
.open .accordion__control img {
  transform: rotate(180deg);
}
.accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease-out;
  box-sizing: content-box;
}
.accordion__content p {
  padding: 2px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.open .accordion__content {
  padding: 10px 0;
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.3s ease-out;
}

@media (max-width: 980px) {
  .faq-information {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    box-sizing: border-box;
    margin: 30px 20px 0px 20px;
  }
  .faq-information__name {
    position: relative;
    top: 0;
    left: 0;
    min-width: 248px;
    color: rgb(26, 26, 26);
  }
  .faq-information__name p {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
  }
  .faq-information__name button {
    margin-top: 16px;
  }
  .faq-information__accordions {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .faq-guide__row {
    justify-content: space-around;
  }
  .accordion {
    border-radius: 12px;
    padding: 12px 12px 12px 8px;
    box-shadow: 9px 8px 26.3px 0px rgba(0, 0, 0, 0.04);
    background: rgb(255, 255, 255);
    color: #1A1A1A;
  }
  .accordion__control {
    text-align: left;
    position: relative;
    width: 100%;
    background-color: transparent;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .accordion__control span {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
  }
  .accordion__control img {
    transition: all 0.5s ease;
  }
  .faq__short-info p {
    font-size: 14px;
    line-height: 18px;
  }
  .faq-information p {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .faq {
    padding-top: 38px;
  }
  .faq-guide .guide-card {
    width: 100%;
  }
  .faq-guide h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .faq-guide__row {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .faq-information {
    display: block;
  }
  .faq-information__name h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .faq-information__name p {
    display: none;
  }
  .faq-information__name button {
    display: none;
  }
}
.footer > .footer-top {
  max-width: 1200px;
  margin: 0 auto;
}

.footer .footer-top__communication {
  margin-right: 0;
}

.footer-top {
  position: sticky;
  top: 0;
  left: 0;
  background-color: transparent;
  padding: 16px 56px;
  color: white;
}
.footer-top__container {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
.footer-top__logo-container {
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.footer-top__logo {
  margin-right: 12px;
}
.footer-top__logo-text {
  font-family: "Prosto One";
  font-size: 16px;
  font-weight: 400;
  line-height: 131%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
.footer-top__nav {
  margin-right: 52px;
}
.footer-top__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: -100%;
  box-sizing: border-box;
  transition: left 0.1s linear 0s;
}
.footer-top__menu.footer-top__menu_active {
  left: 0;
}
.footer-top__communication {
  margin-right: 24px;
}

.nav__list {
  display: flex;
  height: 100%;
}
.nav__list-item {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.1s linear;
  margin-right: 40px;
  text-align: center;
}
.nav__list-item:hover {
  background: rgb(26, 26, 26);
}
.nav__list-item:last-child {
  margin-right: 0;
}
.nav__list-item.current-menu-item {
  background: rgb(26, 26, 26);
}

.footer .communication {
  display: flex;
}

.footer .communication__numbers {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 16px;
}

.footer .communication__number {
  display: flex;
  align-items: center;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  color: inherit;
  text-decoration: none;
}

.footer .communication__flag {
  margin-right: 8px;
  align-self: baseline;
}

@media (max-width: 1366px) {
  .footer-top {
    padding: 16px 28px;
  }
  .footer-top__nav {
    margin-right: 18px;
  }
  .footer .communication {
    margin-right: 12px;
  }
  .footer .communication__number {
    margin-bottom: 10px;
  }
  .footer .communication__links {
    margin-right: 20px;
  }
  .nav__list {
    display: flex;
    height: 100%;
  }
  .nav__list-item {
    margin-right: 10px;
  }
}
@media (max-width: 1280px) {
  .nav__list-item {
    padding: 12px 12px;
    margin-right: 10px;
  }
  .footer .communication__number {
    font-size: 12px;
  }
}
@media (max-width: 1050px) {
  .footer-top {
    padding: 0px 20px 16px 20px;
  }
  .header .nav__list-item {
    text-align: left;
  }
  .nav__list-item.current-menu-item {
    background: transparent;
  }
  .nav__list-item {
    margin-right: 0;
  }
  .footer .communication {
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .footer-top__communication .communication__numbers {
    margin-bottom: 0;
  }
  .footer-top__communication .communication__numbers, .footer-top__communication .communication__links {
    margin: 0;
  }
  .footer-top__menu {
    display: block;
    width: 100%;
  }
  .footer .footer-top__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-top__logo-container {
    margin-right: unset;
  }
  .footer-top__nav > .nav__list a {
    margin-right: 0;
    text-align: center;
  }
  .footer-top__nav {
    margin-right: 0;
  }
  .footer .nav__list {
    margin-bottom: 0;
  }
  .footer .nav__list-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 376px) {
  .footer .nav__list-item {
    margin-bottom: 12px;
  }
}
.request {
  color: white;
}
.request__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 528px;
  height: 506px;
  padding: 0 20px;
}
.request__title {
  font-family: "Prosto One";
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 82px;
  color: white;
}
.request__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.request__form input {
  width: 100%;
}
.request__form input::placeholder {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  color: #2B2929;
}
.request__input-name, .request__input-telnumber, .request__input-email {
  height: 48px;
  box-sizing: border-box;
  padding: 14px 12px 12px 12px;
  border-radius: 8px;
  background: rgb(242, 241, 242);
}
.request__link {
  color: white;
}
.request__button-submit {
  background-color: rgb(235, 46, 57);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  height: 43px;
}

.request-form__row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.request-form__row .wpcf7-spinner {
  display: contents;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 500px) {
  .request__container {
    height: auto;
  }
  .request__title {
    padding-top: 42px;
    font-size: 18px;
    line-height: 1.3;
  }
  .request__form {
    display: flex;
    flex-direction: column;
  }
  .request__form input {
    box-sizing: border-box;
    border-radius: 8px;
  }
  .request .request-form__row {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
  }
  .request__form input::placeholder {
    font-size: 12px;
  }
  .request__link {
    margin: 2px 0;
    font-size: 12px;
  }
  .request__button-submit {
    margin-bottom: 20px;
  }
}
.protection {
  background: rgb(26, 26, 26);
  padding: 32px 120px 32px 120px;
  color: rgb(255, 255, 255);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}
.protection__container {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .protection {
    padding: 16px 20px 16px 20px;
    font-size: 12px;
    text-align: center;
  }
}
.select {
  position: relative;
  color: rgb(26, 26, 26);
  line-height: 19px;
}
.select__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.select__current {
  font-size: 15px;
  display: -webkit-box;
  white-space: nowrap;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.select__icon {
  width: 24px;
  height: 24px;
  user-select: none;
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}
.select.active .select__icon {
  transform: rotate(180deg);
}
.select__body {
  pointer-events: none;
  opacity: 0;
  margin-top: 0px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: white;
  border-radius: 10px;
  transition: opacity 0.1s linear, margin-top 0.1s linear;
  z-index: 10;
}
.select__body input {
  display: none;
}
.select.active .select__body {
  pointer-events: all;
  opacity: 1;
  margin-top: 8px;
}
.select__item {
  display: block;
  cursor: pointer;
  padding: 8px 16px;
}
.select__item:hover {
  background-color: rgb(242, 241, 242);
}

.breadcrumb {
  max-width: 1200px;
  padding: 0 20px;
  margin: 48px auto 24px auto;
}
.breadcrumb__main {
  color: #1A1A1A;
}
.breadcrumb .breadcrumb__item {
  color: rgb(154, 154, 154);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.breadcrumb .breadcrumb__item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 2px 8px;
  background: rgb(154, 154, 154);
  border-radius: 50px;
}

.products__container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.products__title {
  font-size: 32px;
  margin-bottom: 24px;
}
.products__filter {
  margin-bottom: 24px;
}
.products__score-container {
  margin-bottom: 24px;
}
.products__score {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
.products__download-more {
  margin-top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid rgb(154, 154, 154);
  border-radius: 12px;
  padding: 16px 0px 16px 0px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  background-color: #fff;
  color: #1A1A1A;
}
.products__download-more i {
  height: 24px;
  width: 24px;
  margin-left: 8px;
}
.products__cards {
  place-self: center;
  padding: 0;
  margin-bottom: 16px;
}

.estate-filter {
  padding-bottom: 90px;
}

.filter__header {
  position: relative;
  display: none;
  align-items: center;
  border-style: none;
  width: 100%;
  cursor: pointer;
  padding: 16px;
  border-radius: 12px;
  background: rgb(242, 241, 242);
}
.filter.active .filter__header {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-bottom: 8px;
}
.filter__header i {
  width: 24px;
  height: 24px;
}
.filter__header > i:nth-child(1) {
  margin-right: 12px;
}
.filter__header > i:last-child {
  position: absolute;
  right: 24px;
  transform: rotate(-180deg);
  transition: transform 0.2s linear;
}
.filter.active > .filter__header > img:last-child {
  transform: rotate(0deg);
}
.filter__text {
  margin-right: 16px;
  color: rgb(26, 26, 26);
}
.filter__count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: white;
  width: 24px;
  height: 24px;
}
.filter__body {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 16px 0px 16px;
  border-radius: 12px;
  background: rgb(242, 241, 242);
}
.filter__item {
  margin-right: 8px;
  margin-bottom: 16px;
}
.filter__item:nth-child(1) {
  width: 189px;
}
.filter__item:nth-child(2) {
  width: 212px;
}
.filter__item:nth-child(3) {
  width: 175px;
}
.filter__item:nth-child(4) {
  width: 144px;
}
.filter__item:nth-child(5) {
  width: 123px;
}
.filter__item:nth-child(6) {
  width: 285px;
  margin-right: 0px;
}
@media (max-width: 375px) {
  .filter__item:nth-child(6) {
    flex-grow: 1;
    min-width: auto;
  }
}
.filter__name {
  color: rgb(154, 154, 154);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  margin-bottom: 8px;
}

.ranger-track {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 88%;
  border-radius: 10px;
}
.ranger-track__container {
  position: relative;
  width: 100%;
  margin-top: 25px;
  height: 20px;
}
.ranger-track__track {
  width: 100%;
  height: 2px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}
.ranger-track input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
.ranger-track input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 4px;
}
.ranger-track input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 4px;
}
.ranger-track input[type=range]::-ms-track {
  appearance: none;
  height: 4px;
}
.ranger-track input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background-color: #EB2E39;
  cursor: pointer;
  margin-top: -5px;
  pointer-events: auto;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.ranger-track input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #EB2E39;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.ranger-track input[type=range]::-ms-thumb {
  appearance: none;
  height: 12px;
  width: 12px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #EB2E39;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.ranger-track input[type=range]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid #EB2E39;
}

.range {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  height: 24px;
  padding: 16px;
}
.range__price-from, .range__price-to {
  font-weight: 400;
}
.range__splitter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 24px;
  background-color: rgb(154, 154, 154);
}
@media (max-width: 1200px) {
  .products__cards {
    justify-content: center;
    grid-template-columns: 284px 284px 284px;
  }
}
@media (max-width: 880px) {
  .products__cards {
    grid-template-columns: 284px 284px;
  }
}
@media (max-width: 578px) {
  .products__cards {
    grid-template-columns: 284px;
  }
}
@media (max-width: 500px) {
  .products__container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .products__title {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 12px;
  }
  .products__container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .products__filter {
    margin-bottom: 24px;
  }
  .products .filter__item {
    width: 100%;
  }
  .products__score-container {
    margin-bottom: 24px;
  }
  .products__score {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
  }
  .products__download-more {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid rgb(154, 154, 154);
    border-radius: 12px;
    padding: 16px 0px 16px 0px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    background-color: #fff;
  }
  .products__download-more i {
    margin-left: 8px;
  }
  .products__cards {
    padding: 0;
    margin-bottom: 16px;
  }
  .filter__header {
    display: flex;
  }
  .filter__body {
    transition: all 0.3s ease-out;
    max-height: 0;
    opacity: 0;
    will-change: max-height;
    margin-top: -2px;
  }
  .filter.active .filter__body {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    max-height: 0;
    opacity: 1;
    will-change: max-height;
  }
}
.product-details {
  padding: 0px 20px;
}
.product-details__title {
  margin-bottom: 32px;
}
.product-details__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  margin-bottom: 56px;
  gap: 34px;
}
.product-details__item {
  display: flex;
  align-items: center;
}
.product-details__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: rgb(242, 241, 242);
  margin-right: 16px;
}
.product-details__text {
  color: rgb(26, 26, 26);
  font-size: 16px;
  font-weight: 250;
  line-height: 19px;
}

.product-description {
  padding: 0px 20px;
}
.product-description__title {
  margin-bottom: 32px;
}
.product-description__text {
  color: rgb(26, 26, 26);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 32px;
}
.product-description__text p {
  margin-bottom: 5px;
}
.product-description__text span {
  font-weight: 600;
  font-size: 20px;
}
.product-description__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1f;
  text-align: center;
  margin-bottom: 90px;
}
.product-description__grid-item {
  color: rgb(26, 26, 26);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 16px;
}
.product-description__grid-item.grid-header {
  background-color: rgb(26, 26, 26);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.map {
  position: relative;
}
.map .container {
  position: relative;
}
@media (max-width: 1050px) {
  .map .container {
    position: static;
  }
}
.map__map-iframe {
  width: 100% !important;
  height: 502px !important;
}
@media (max-width: 1050px) {
  .map__map-iframe {
    height: 604px !important;
  }
}
.map__info {
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 5;
}
@media (max-width: 1050px) {
  .map__info {
    top: unset;
    bottom: 18px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
}

.map-distance {
  border-radius: 15px;
  background-color: white;
  padding: 30px 32px;
  max-width: 374px;
  width: 100%;
  box-sizing: border-box;
}
.map-distance h3 {
  font-family: "Prosto One";
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
.map-distance p {
  position: relative;
  z-index: 2;
  font-weight: medium;
  font-size: 16px;
  background-color: white;
  padding-bottom: 2px;
}
.map-distance__container {
  margin-top: 23px;
}

.map-distance-items {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.map-distance-items__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.map-distance-items__item:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-bottom: 1px dotted #C4C4C4;
}

.slider {
  display: flex;
  width: 786px;
  border-radius: 10px;
  margin-right: 16px;
}

.product__slider {
  min-width: 0;
  width: 630px;
  overflow: hidden;
}
.product__slider img {
  max-height: 501px;
  max-width: 630px;
  height: 100%;
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.product__mini-slider {
  max-height: 501px;
  max-width: 630px;
  position: relative;
  background-color: #fff;
  z-index: 10;
  margin-right: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.product__mini-slider img {
  border-radius: 10px;
  max-height: 111px;
  height: 100%;
  width: 140px;
  object-fit: cover;
}

.product__mini-slider .swiper-slide {
  transition: opacity 0.2s linear 0s;
  opacity: 0.5;
}

.product__mini-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-btn-prev {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  position: absolute;
  top: -12px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 34px;
  transform: rotate(-90deg);
}

.swiper-btn-next {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 20;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 34px;
  transform: rotate(90deg);
}

.swiper-slide {
  cursor: pointer;
}

.product__preview {
  padding: 0px 20px;
  margin-bottom: 48px;
  display: flex;
}

.title-product {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 20px auto;
  padding: 0px 20px;
}
.title-product__title {
  color: rgb(26, 26, 26);
  font-family: "Prosto One";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.title-product__location {
  display: flex;
  align-items: center;
  margin-left: 16px;
  box-sizing: border-box;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 8px;
  padding: 4px 8px 4px 4px;
  color: rgb(26, 26, 26);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
}
.title-product__location img, .title-product i {
  margin-right: 6px;
}
@media (max-width: 1200px) {
  .product__preview .slider {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .product__mini-slider {
    margin-right: 0;
  }
  .swiper-btn-prev {
    display: none;
  }
  .swiper-btn-next {
    display: none;
  }
  .product__slider {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .product__slider {
    margin-bottom: 20px;
  }
  .product__mini-slider {
    width: 100%;
    margin-bottom: 40px;
    width: 630px !important;
  }
  .slider {
    margin-right: 0;
    align-items: center;
    width: 100%;
  }
  .product__preview {
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  .product__slider {
    width: 500px !important;
    margin-bottom: 20px;
  }
  .product__slider .swiper-slide {
    text-align: center;
  }
  .product__slider img {
    width: 500px;
  }
  .product__mini-slider {
    margin-bottom: 40px;
    width: 500px !important;
  }
  .product__mini-slider img {
    width: 120px;
  }
  .slider {
    margin-right: 0;
    align-items: center;
    width: 100%;
  }
  .product__preview {
    flex-wrap: wrap;
  }
  .product-description__grid {
    display: none;
  }
  .product-details__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .product__slider {
    width: 400px !important;
    margin-bottom: 10px;
  }
  .product__slider img {
    width: 100%;
  }
  .product__mini-slider {
    width: 400px !important;
  }
  .product__mini-slider img {
    width: 88px;
  }
}
@media (max-width: 440px) {
  .product__slider {
    width: 280px !important;
    margin-bottom: 10px;
  }
  .product__slider img {
    width: 100%;
  }
  .product__mini-slider {
    width: 280px !important;
  }
  .product__mini-slider img {
    width: 60px;
  }
  .product__preview .purchase__card-discount {
    padding: 6px 12px;
    top: 10px;
  }
}
@media (max-width: 424px) {
  .product-details__list {
    grid-template-columns: 1fr;
  }
  .title-product {
    margin-top: 20px;
    align-items: start;
  }
}
.purchase {
  position: relative;
  border: 1px solid rgb(242, 241, 242);
  border-radius: 12px;
  padding: 24px 16px 24px 16px;
  margin-bottom: 28px;
}
@media (max-width: 1025px) {
  .purchase {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.purchase__discount {
  color: rgb(154, 154, 154);
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 4px;
  text-decoration: line-through;
}
.purchase__price {
  color: rgb(26, 26, 26);
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}
.purchase__tags {
  margin-bottom: 24px;
}
.purchase__text {
  color: rgb(26, 26, 26);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 24px;
}
.purchase__btn-cont {
  padding: 16px;
  border-radius: 10px;
  background: rgb(242, 241, 242);
}
.purchase__text-up {
  line-height: 19px;
  text-align: center;
  margin-bottom: 16px;
}
.purchase__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
}
.purchase__text-down {
  color: rgb(154, 154, 154);
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
}
.purchase__tags {
  display: flex;
  margin: 0 8px 16px 0px;
}
.purchase__tag {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: rgb(196, 196, 196);
  background: #F2F1F2;
  padding: 4px 8px 4px 8px;
  margin-right: 8px;
}
.purchase__tag:last-child {
  margin-right: 0px;
}
.purchase__tag-icon {
  margin-right: 8px;
}
.purchase__tag-text {
  text-wrap: nowrap;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
}
.purchase__card-discount {
  display: flex;
  border-radius: 8px;
  background: rgb(49, 176, 77);
  position: absolute;
  right: 16px;
  top: 24px;
  padding: 8px 16px 8px 8px;
}
.purchase__card-discount-icon {
  margin-right: 10px;
}
.purchase__card-discount-text {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  color: white;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  transition: background-color 0.2s;
  z-index: 1000;
}
.modal__contant {
  max-width: 452px;
  padding: 24px;
  border-radius: 24px;
  background-color: white;
  margin: -40px 16px 0 16px;
  opacity: 0;
  transition: margin 0.2s, opacity 0.2s;
}
@media (max-width: 348px) {
  .modal__contant {
    padding: 12px;
    border-radius: 12px;
  }
}
.modal .wpcf7-spinner {
  display: none;
}
.modal .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  height: 45px;
}
.modal__title {
  line-height: 2;
}
@media (max-width: 380px) {
  .modal__title {
    font-size: 20px;
    line-height: 1.3;
  }
}
.modal__close-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-style: none;
  border-radius: 41px;
  background: rgb(242, 241, 242);
}
.modal__close-btn img {
  width: 24px;
  height: 24px;
}
.modal__input {
  display: block;
  box-sizing: border-box;
  border-style: none;
  width: 100%;
  border-radius: 8px;
  background: rgb(242, 241, 242);
  padding: 12px;
  height: 48px;
}
.modal__input::placeholder {
  color: #2B2929;
}
.modal__confidentiality {
  color: rgb(26, 26, 26);
  font-size: 14px;
  line-height: 16px;
}
.modal__button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.modal.open {
  display: flex;
  background-color: rgba(26, 26, 26, 0.6);
}

.modal.open .modal__contant {
  margin: 0 16px;
  opacity: 1;
}
