.req:after {
  content: "*";
  color: #f00;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Geologica", sans-serif;
}

:root {
  --white: #fff;
  --black: #071219;
  --gray: #a8acaf;
  --red: #cf2736;
  --dark-red: #bd2230;
  --bg: #F4F4F4;
  --gray-text-in-white: #5e6569;
  --stroke-in-white: #e1e2e3;
  --transition: 0.3s all;
  --second-font: "Russo One", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

img {
  max-width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
  color: var(--black);
  background-color: rgb(252, 252, 252);
  font-weight: 300;
}

@font-face {
  font-family: "Geologica";
  src: url(../fonts/Geologica-Light.woff2) format("woff2"), url(../fonts/Geologica-Light.woff) format("woff"), url(../fonts/Geologica-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url(../fonts/Geologica-Regular.woff2) format("woff2"), url(../fonts/Geologica-Regular.woff) format("woff"), url(../fonts/Geologica-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url(../fonts/Geologica-Medium.woff2) format("woff2"), url(../fonts/Geologica-Medium.woff) format("woff"), url(../fonts/Geologica-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url(../fonts/Geologica-SemiBold.woff2) format("woff2"), url(../fonts/Geologica-SemiBold.woff) format("woff"), url(../fonts/Geologica-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url(../fonts/Geologica-Bold.woff2) format("woff2"), url(../fonts/Geologica-Bold.woff) format("woff"), url(../fonts/Geologica-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Russo One";
  src: url(../fonts/RussoOne-Regular.woff2) format("woff2"), url(../fonts/RussoOne-Regular.woff) format("woff"), url(../fonts/RussoOne-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#tToTop {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 10002;
  background: var(--bs-dark);
  color: var(--bs-white);
  border: 1px solid var(--bs-dark);
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
}

/* Fixed footer */
html,
html body.admin-bar {
  height: calc(100vh - 32px) !important;
}

html body {
  height: 100vh !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

/* /Fixed footer */
.popup-form-callback {
  --popup-width: 800px;
  --popup-bg: var(--red);
  --popup-color: var(--white);
}
.popup-success {
  --popup-width: 580px;
  --popup-bg: var(--black);
  --popup-color: var(--white);
}
.popup__wrap {
  padding: var(--popup-padding, 4.375rem 8.75rem 4.375rem 4.375rem) !important;
  border-radius: var(--popup-border-radius, 0) !important;
  width: var(--popup-width, 100%) !important;
  max-width: var(--popup-max-width, 900px) !important;
  --fancybox-content-color: var(--popup-color, #171717);
  --fancybox-content-bg: var(--popup-bg, #fff);
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
}
.popup__wrap .acceptance {
  background: none;
  padding: 0;
  margin-top: 1rem;
}
.popup__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  padding: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  color: var(--white);
}
.popup__icon {
  font-size: 4rem;
  color: #484;
  margin: 1rem 0;
}
.popup__icon svg {
  fill: currentColor;
}
.popup__title {
  font-family: var(--second-font);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 1.875rem;
}
.sprite-icon {
  height: 1em;
  width: 1em;
  fill: currentColor;
}

/* FancyBox */
.fancybox__container {
  --fancybox-bg: rgba(23, 23, 23, 0.76);
  width: 100vw;
}

.fancybox__slide.has-html .fancybox__content {
  padding: 0;
}

/* WordPress */
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.header {
  position: relative;
  z-index: 2;
  padding: 1.25rem 0;
}
.header .btn {
  padding: 0.625rem 0.9375rem;
}
.header_front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black);
}
.rating:hover {
  color: var(--red);
}
.rating__number {
  font-size: 2.625rem;
  margin-right: 0.9375rem;
  font-weight: 400;
}
.rating__text {
  font-size: 0.875rem;
}
.rating__text span {
  font-weight: 600;
  text-decoration: underline;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__text {
  text-align: right;
  font-size: 0.875rem;
}
.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background-color: var(--black);
  margin-left: 0.625rem;
}
.social__item:hover {
  background-color: var(--red);
}

.phone {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black);
}
.phone:hover {
  color: var(--red);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--red);
  outline: none;
  border: none;
  color: var(--white);
  font-weight: 300;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.btn:hover {
  background-color: var(--black);
  color: var(--white);
}

#tBreadrumbs a {
  color: var(--black);
}

.banner {
  background-position: bottom right;
  background-size: cover;
  padding-top: 13.4375rem;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 110%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(244, 244, 244)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%);
  clip-path: polygon(0 0, 100% 0, 62% 100%, 0% 100%);
}
.banner__content {
  position: relative;
  z-index: 2;
  padding-bottom: 8.125rem;
}
.banner__wrapper {
  position: relative;
  padding: 3.75rem 0;
  color: var(--white);
}
.banner__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
  background-color: var(--red);
}
.banner__wrapper .container {
  position: relative;
  z-index: 2;
}
.banner h1 {
  font-family: var(--second-font);
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 3.125rem;
}
.banner__plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
}
.banner__plus svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
  margin-top: 0.3125rem;
}
.banner__form {
  margin-top: 2.75rem;
}

.section-title {
  font-family: var(--second-font);
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
}

.section-subtitle {
  font-size: 1.25rem;
}

.section {
  padding: 10rem 0;
}

.advantages {
  position: relative;
  background-color: var(--bg);
  padding: 10rem 0 16.25rem;
}
.advantages:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 110px;
  background-color: var(--white);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
}
.advantages .slide {
  padding: 0 0.625rem;
}
.advantages__title {
  font-family: var(--second-font);
  font-size: 2rem;
  font-weight: 400;
  line-height: 115%;
  margin: 3.75rem 0 1.25rem;
}
.advantages svg {
  height: 75px;
  max-width: 75px;
}
.advantages__text {
  font-size: 1.125rem;
}

.slider {
  padding-top: 4.375rem;
}

.slick-arrow {
  position: absolute;
  top: -50px;
  cursor: pointer;
  z-index: 10;
  width: 58px;
  height: 58px;
  border: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 0;
  background-color: var(--white);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.slick-arrow:hover {
  background-color: var(--red);
}

.slick-prev {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='14' viewBox='0 0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.97754 12.9834L1.47782 7.48368C1.17408 7.17994 1.17408 6.68748 1.47782 6.38374L6.97754 0.884017' stroke-width='2.5' stroke='rgb(168, 172, 175)'/%3E%3C/svg%3E%0A");
  right: 70px;
}
.slick-prev:hover {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='14' viewBox='0 0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.97754 12.9834L1.47782 7.48368C1.17408 7.17994 1.17408 6.68748 1.47782 6.38374L6.97754 0.884017' stroke-width='2.5' stroke='white'/%3E%3C/svg%3E%0A");
}

.slick-next {
  right: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='14' viewBox='0 0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.883789 0.883789L6.38351 6.38351C6.68725 6.68725 6.68725 7.17971 6.38351 7.48345L0.88379 12.9832' stroke-width='2.5' stroke='rgb(168, 172, 175)'/%3E%3C/svg%3E%0A");
}
.slick-next:hover {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='8' height='14' viewBox='0 0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.883789 0.883789L6.38351 6.38351C6.68725 6.68725 6.68725 7.17971 6.38351 7.48345L0.88379 12.9832' stroke-width='2.5' stroke='white'/%3E%3C/svg%3E%0A");
}

.task-card {
  font-size: 1.125rem;
}
.task-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.875rem 1.875rem 1.875rem 3.75rem;
  background-color: var(--black);
  color: var(--white);
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}
.task-card__header svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
  width: 25px;
  height: 25px;
}
.task-card__header_red {
  background-color: var(--red);
}
.task-card__content {
  padding: 0.625rem 2.5rem 2.5rem;
  background-color: var(--bg);
}
.task-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 0;
  border-bottom: 1px solid var(--stroke-in-white);
}
.task-card__title {
  font-family: var(--second-font);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 1.25rem;
}
.task-card__descr {
  color: var(--gray-text-in-white);
}
.task-card__name {
  font-size: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--gray);
  margin-left: 3.125rem;
}
.task-card__price {
  padding-top: 1.875rem;
  color: var(--gray);
}
.task-card__price span {
  font-family: var(--second-font);
  color: var(--red);
  font-size: 2.25rem;
  font-weight: 400;
}

.quiz {
  position: relative;
  padding-bottom: 16.25rem;
}
.quiz .slider {
  padding-top: 0;
}
.quiz:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 110px;
  background-color: var(--bg);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}
.quiz__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.125rem 3.125rem 1.25rem;
  background-color: var(--bg);
  height: 100%;
}
.quiz__step {
  margin-bottom: 1.25rem;
}
.quiz__question {
  font-family: var(--second-font);
  font-size: 2.5rem;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.quiz__block {
  background-color: var(--red);
  color: var(--white);
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  font-size: 1.125rem;
}
.quiz__block svg {
  width: 100px;
  height: 100px;
  margin-top: 3.75rem;
}
.quiz__block-title, .quiz__sale {
  font-family: var(--second-font);
  font-size: 2rem;
  line-height: 100%;
  font-weight: 400;
}
.quiz__block-title span, .quiz__sale span {
  font-family: var(--second-font);
  font-weight: 400;
  font-size: 4rem;
}
.quiz__block-top {
  padding: 2.5rem 2.5rem 1.5625rem;
}
.quiz__block-bottom {
  position: relative;
  background-color: var(--black);
  padding: 2.5rem;
}
.quiz__block-bottom:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../icons/line.svg);
}
.quiz__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5625rem;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.quiz__arrow:hover {
  opacity: 0.7;
}
.quiz #quiz_prev {
  background-color: var(--white);
  color: var(--gray);
}
.quiz #quiz_next {
  background-color: var(--red);
  color: var(--white);
}
.quiz__progress {
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.quiz__progress-bar {
  height: 100%;
  width: 0%;
  border-radius: 100px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--red);
}
.quiz .wpcf7-not-valid-tip {
  color: var(--red);
}
.quiz__end {
  display: none;
}

.question {
  padding-bottom: 2.5rem;
}

.question-text {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}

.radio-btn label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5625rem;
  border-radius: 6px;
  background: var(--white);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-right: 0.625rem;
}
.radio-btn .wpcf7-list-item {
  margin: 0;
}
.radio-btn input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.radio-btn .wpcf7-list-item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gray);
}
.radio-btn .wpcf7-list-item-label:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--gray);
  background: transparent;
  margin-right: 0.625rem;
}
.radio-btn input[type=radio]:checked + .wpcf7-list-item-label::before {
  border: 6px solid var(--black);
  background: var(--white);
}
.radio-btn input[type=radio]:checked ~ .wpcf7-list-item-label {
  color: var(--black);
}

.partners {
  background-color: var(--bg);
}
.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
  padding: 0.625rem;
  min-height: 140px;
  margin: 0 0.9375rem;
}
.partners__item img {
  max-width: 170px;
  max-height: 75px;
}
.partners__block {
  position: relative;
  padding: 1.875rem;
  background-color: var(--white);
  margin-top: 4.375rem;
}
.partners__block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: var(--red);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 11% 100%);
}
.partners__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.partners__row svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 75px;
  height: 75px;
  margin-left: 0.625rem;
}
.partners__row_white {
  color: var(--white);
}
.partners__title {
  font-size: 1.375rem;
  font-weight: 600;
}
.partners__text {
  font-size: 1.125rem;
  width: 70%;
}

.services {
  padding-bottom: 10rem;
  background-color: var(--bg);
}
.services__title {
  font-size: 1.375rem;
  font-weight: 600;
}
.services__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(4, minmax(300px, auto));
  margin-top: 4.375rem;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
  grid-template-areas: "s1 s2 s3" "s1 s4 s3" "s5 s6 s7" "s8 s6 s9";
}
.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 2.5rem;
  background-position: center;
  background-size: cover;
  color: var(--white);
  font-size: 1.125rem;
}
.services__item:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 38, 0.8);
}
.services__item-title {
  position: relative;
  z-index: 2;
  font-family: var(--second-font);
  font-size: 2rem;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 0.9375rem;
}
.services__item-text {
  position: relative;
  z-index: 2;
}
.services__item-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125rem 0.625rem;
  background-color: var(--white);
  margin-right: 0.625rem;
  margin-top: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 6px;
  color: var(--black);
}

.s1 {
  grid-area: s1;
}

.s2 {
  grid-area: s2;
}

.s3 {
  grid-area: s3;
}

.s4 {
  grid-area: s4;
}

.s5 {
  grid-area: s5;
}

.s6 {
  grid-area: s6;
}

.s7 {
  grid-area: s7;
}

.s8 {
  grid-area: s8;
}

.s9 {
  grid-area: s9;
}

.callback {
  position: relative;
  background-color: var(--bg);
}
.callback:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background-color: var(--red);
}
.callback__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 560px;
  padding: 1.875rem 3.4375rem;
  background-color: var(--dark-red);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 8% 100%);
  color: var(--white);
}
.callback__top svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
  width: 25px;
  height: 25px;
}
.callback__bottom {
  position: relative;
}
.callback__bottom:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60vw;
  height: 100%;
  background-color: var(--black);
}
.callback__wrapper {
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 11% 100%);
  background-color: var(--black);
  color: var(--white);
  padding: 3.75rem 0 3.75rem 10rem;
  margin-left: 2.8125rem;
}
.callback .submit-wrapper {
  background-color: var(--red);
}

.input {
  padding: 1.125rem 3.125rem 1.125rem 1.5625rem;
  border-radius: 6px;
  border: none;
  outline: none;
  width: 100%;
  background-position: top 20px right 25px;
  background-repeat: no-repeat;
}

.input-user {
  background-image: url(../icons/user.svg);
}

.input-phone {
  background-image: url(../icons/phone.svg);
}

.input-job {
  background-image: url(../icons/job.svg);
}

.input-mail {
  background-image: url(../icons/mail.svg);
}

.input-text {
  height: 130px;
  resize: none;
  background-image: url(../icons/mail.svg);
}

.submit-wrapper {
  position: relative;
  background-color: var(--black);
  border-radius: 6px;
  background-image: url(../icons/arrow.svg);
  background-position: top 20px right 25px;
  background-repeat: no-repeat;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.submit-wrapper input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 1.125rem 1.5625rem;
  outline: none;
  border: none;
  color: var(--white);
  font-weight: 500;
  text-align: left;
}
.submit-wrapper:hover {
  background-color: var(--white);
  background-image: url(../icons/arrow-red.svg);
}
.submit-wrapper:hover input {
  color: var(--black);
}
.submit-wrapper_mini {
  width: 285px;
}

.wpcf7-spinner {
  position: absolute;
  top: 105%;
  left: 0;
}
.quiz .wpcf7-spinner {
  top: 15px;
  left: 105%;
}

.acceptance {
  border-radius: 7px;
  padding: 1.125rem 1.5625rem;
  color: var(--white);
  background: linear-gradient(103.27deg, rgba(255, 255, 255, 0.1) 1.505%, rgba(255, 255, 255, 0.16) 35.922%, rgba(255, 255, 255, 0.03) 106.781%);
}
.acceptance a {
  color: var(--white);
  text-decoration: underline;
}
.acceptance_dark {
  color: var(--black);
  background: var(--white);
  margin-top: 0.625rem;
}
.acceptance_dark a {
  color: var(--black);
}
.acceptance_dark input[type=checkbox] {
  border-color: var(--black);
}

input[type=checkbox] {
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 2px solid var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  vertical-align: text-top;
  margin-right: 6px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 4px;
}

input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.29412L5.46533 8.65842C5.65962 8.84832 5.97 8.84832 6.1643 8.65842L14 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--black);
  border-color: var(--black);
}

.wpcf7-not-valid-tip {
  color: var(--white);
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.step {
  margin-top: 4.375rem;
}
.step__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step__number {
  padding: 0.375rem 0.625rem;
  background-color: var(--bg);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 6px;
  font-weight: 600;
  color: var(--red);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
}
.step__number span {
  font-weight: 600;
  color: var(--black);
}
.step__arrow {
  height: 23px;
  background-image: url(../icons/big-arrow.svg);
  background-position: center right;
  background-size: cover;
  width: 100%;
}
.step__icon {
  margin: 3.75rem 0;
}
.step__icon svg {
  width: 75px;
  height: 75px;
}
.step__title {
  font-family: var(--second-font);
  font-size: 2rem;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 1.25rem;
}
.step_bg {
  background-color: var(--bg);
  padding: 2.5rem;
}

.btn {
  padding: 1.125rem 1.5625rem;
  background-color: var(--red);
  color: var(--white);
  font-weight: 500;
  border: none;
  outline: none;
  border-radius: 6px;
}
.btn:hover {
  background-color: var(--black);
}
.btn_white {
  background-color: var(--white);
  color: var(--black);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.btn_white svg {
  color: var(--red);
}

.about {
  position: relative;
  padding-bottom: 16.25rem;
}
.about:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  height: 110px;
  background-color: var(--bg);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0% 100%);
}
.about__content {
  background-color: var(--bg);
  padding: 3.75rem;
  font-size: 1.125rem;
}
.about__text {
  color: var(--gray-text-in-white);
}
.about__text strong {
  font-size: 1.375rem;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
  height: 100%;
}
.about__img {
  background-position: center;
  background-size: cover;
  height: 100%;
}
.about__name {
  background-color: var(--black);
  padding: 1.875rem 3.125rem 1.875rem 1.875rem;
  color: var(--white);
}
.about__name span {
  font-size: 1.25rem;
  font-weight: 700;
}
.about__name a {
  color: var(--white);
  font-weight: 700;
}
.about__name a:hover {
  color: var(--red);
}

.pluses {
  margin: 4.375rem 0;
  background-color: var(--bg);
  font-size: 1.125rem;
}
.pluses__item {
  padding: 1.875rem;
}
.pluses svg {
  width: 25px;
  height: 25px;
  margin-bottom: 0.9375rem;
}

.pluses {
  margin: 4.375rem 0;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.pluses svg {
  width: 25px;
  height: 25px;
  margin-bottom: 0.9375rem;
}

.plus {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1.875rem;
  position: relative;
}
.plus_light {
  background-color: var(--bg);
}
.plus_red {
  background-color: var(--red);
  color: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}
.plus_dark {
  background-color: var(--black);
  color: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}
.plus_red, .plus_dark {
  margin-left: -60px;
  padding-left: 4.375rem;
}

.nav-tabs {
  border: none;
  margin-bottom: 1.25rem;
}

.nav-tabs .nav-link {
  padding: 1rem 1.25rem;
  border-radius: 6px;
  font-weight: 500;
  color: var(--gray);
  margin-right: 1.125rem;
  margin-bottom: 0.625rem;
  border: 1px solid var(--gray);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  background-color: var(--bg);
  color: var(--black);
  border: 1px solid var(--bg);
}

.person__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  background-color: var(--bg);
  padding: 2.5rem;
  color: var(--gray-text-in-white);
}
.person__name {
  font-family: var(--second-font);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 1.25rem;
  color: var(--black);
}
.person__mail {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--red);
}
.person__mail:hover {
  color: var(--black);
}
.person img {
  display: block;
  margin: 0 auto;
}
.person__img {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg);
  padding: 2rem;
}

.reviews {
  background-color: var(--bg);
}
.reviews__block {
  border: 1px solid #d8dadb;
  padding: 1.875rem;
  margin-top: 4.375rem;
  min-height: 380px;
}
.reviews__wrapper {
  border-bottom: 1px solid #d8dadb;
  padding-bottom: 2.1875rem;
  margin-bottom: 2.1875rem;
}
.reviews__rating {
  font-family: var(--second-font);
  font-size: 3rem;
  font-weight: 400;
  line-height: 100%;
  color: var(--red);
}
.reviews__link {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-style: dotted;
  color: var(--black);
}
.reviews__link:hover {
  color: var(--red);
}

.review {
  padding: 2.5rem;
  margin: 0 0.625rem;
  min-height: 380px;
  background-color: var(--white);
}
.review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
}
.review__data {
  color: var(--gray);
}
.review__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  line-height: 100%;
}
.review__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 115%;
}
.review__text {
  font-size: 20px;
  color: var(--gray-text-in-white);
}

.contacts {
  padding: 2.875rem 0 7.5rem;
  background-image: url(../img/contacts-bg.webp);
  background-position: center;
  background-size: cover;
}
.contacts__info {
  border-radius: 20px;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(209, 38, 51, 0.1), 9px 12px 15px 0px rgba(209, 38, 51, 0.09), 20px 28px 20px 0px rgba(209, 38, 51, 0.05), 35px 49px 24px 0px rgba(209, 38, 51, 0.01), 55px 77px 27px 0px rgba(209, 38, 51, 0);
          box-shadow: 2px 3px 8px 0px rgba(209, 38, 51, 0.1), 9px 12px 15px 0px rgba(209, 38, 51, 0.09), 20px 28px 20px 0px rgba(209, 38, 51, 0.05), 35px 49px 24px 0px rgba(209, 38, 51, 0.01), 55px 77px 27px 0px rgba(209, 38, 51, 0);
  background: var(--red);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 1.25rem;
  margin-bottom: 4.375rem;
  color: var(--white);
  min-width: 200px;
}
.contacts__info svg {
  width: 25px;
  height: 25px;
}
.contacts__title {
  font-family: var(--second-font);
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}
.contacts a.contacts__title {
  display: inline-block;
  margin-top: 2.5rem;
  color: var(--black);
}
.contacts a.contacts__title:hover {
  color: var(--red);
}

.footer {
  padding: 4.375rem 0;
  background-color: var(--bg);
}
.footer .social {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .social__text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.footer .btn {
  padding: 0.5rem 0.9375rem;
}
.footer__bottom {
  margin-top: 4.375rem;
}
.footer__bottom a {
  font-weight: 600;
  color: var(--black);
}
.footer__bottom a:hover {
  color: var(--red);
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation: fade-in linear 1.5s forwards;
  animation: fade-in linear 1.5s forwards;
  opacity: 0;
}

.cookiegdpr {
  --gdpr-btn-color: #fff;
  --gdpr-btn-bg: var(--red);
  --gdpr-btn-border: 1px solid var(--red);
  --gdpr-btn-border-radius: .375rem;
  --gdpr-btn-padding: .375rem .75rem;
  --gdpr-btn-bg-hover: #fff;
  --gdpr-btn-color-hover: var(--red);
  --gdpr-btn-border-color-hover: #fff;
  --gdpr-bottom: 1rem;
  --gdpr-border-radius: .375rem;
  --gdpr-z-index: 10001;
  --gdpr-bg: rgba(255, 255, 255, .88);
  --gdpr-padding: .625rem;
  --gdpr-link-color: var(--red);
}/*# sourceMappingURL=styles.css.map */