html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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;
}

article, aside, details,
figcaption, figure, footer,
header, hgroup, menu,
nav, section, main {
  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;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

button, a {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  border: 0 none;
  outline: 0;
  color: inherit;
}
button:focus, a:focus {
  outline: none;
}
button:hover, a:hover {
  color: inherit;
}

@font-face {
  font-family: "CeraPro";
  src: local("CeraPro Regular"), local("CeraPro-Regular"), url("../fonts/CeraPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro";
  src: local("CeraPro Medium"), local("CeraPro-Medium"), url("../fonts/CeraPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CeraPro";
  src: local("CeraPro Bold"), local("CeraPro-Bold"), url("../fonts/CeraPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "CeraPro";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #1e1e1e;
  background: #E5F4FF;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

.block {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .block {
    padding: 50px 0;
  }
}
.block--light {
  background: #e5f4ff;
}

.block-title {
  font-weight: 500;
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 992px) {
  .block-title {
    font-size: 32px;
  }
}
.block-title span {
  color: #4c95ff;
}
.block-title--dark {
  color: #1e1e1e;
}

.block-subtitle {
  font-weight: 400;
  font-size: 20px;
  color: #1e1e1e;
}
@media (max-width: 992px) {
  .block-subtitle {
    font-size: 18px;
  }
}
.block-subtitle--light {
  color: #fff;
}

.bttn {
  border-radius: 100px;
  padding: 20px 40px;
  background: #4c95ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .bttn {
    padding: 15px 20px;
  }
}
.bttn:hover {
  transition: all 0.2s linear;
  background: #71aaff;
}
.bttn span {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .bttn span {
    font-size: 14px;
  }
}
.bttn span:hover {
  transition: all 0.2s linear;
}
.bttn--light {
  background: #fff;
}
.bttn--light:hover {
  background: #fff;
}
.bttn--light span {
  color: #4c95ff;
}

.slider-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .slider-nav {
    gap: 10px;
  }
}
.slider-nav .swiper-button-next, .slider-nav .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 120px;
  border: 1px solid #4c95ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0;
  transition: all 0.2s linear;
}
.slider-nav .swiper-button-next:hover, .slider-nav .swiper-button-prev:hover {
  transition: all 0.2s linear;
  border: 1px solid #71aaff;
}
.slider-nav .swiper-button-next:after, .slider-nav .swiper-button-prev:after {
  content: "";
}
.slider-nav .swiper-button-next svg, .slider-nav .swiper-button-prev svg {
  width: auto;
  height: auto;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .header-wrapper {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .header-logo {
    width: 85px;
  }
}

.header-item {
  font-size: 16px;
  color: #fff;
}
.header-item:hover {
  color: #fff;
}
@media (max-width: 1200px) {
  .header-item--schedule {
    display: none;
  }
}
.header-item--adress {
  display: flex;
  gap: 7px;
}
@media (max-width: 992px) {
  .header-item--adress {
    display: none;
  }
}
.header-item--wa {
  display: flex;
  gap: 7px;
}
@media (max-width: 768px) {
  .header-item--wa {
    display: none;
  }
}
.header-item--tel {
  display: flex;
  flex-direction: column;
}

.header-item-tel {
  font-weight: 700;
  font-size: 20px;
  text-align: right;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .header-item-tel {
    font-size: 18px;
  }
}
.header-item-tel:before {
  display: none;
  content: url("../img/famicons_call.svg");
}
@media (max-width: 768px) {
  .header-item-tel:before {
    display: block;
  }
}

.header-item-form-trigger {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-align: right;
  color: #4c95ff;
  transition: color 0.2s linear;
}
.header-item-form-trigger:hover {
  color: #fff;
  transition: color 0.2s linear;
}

.intro {
  background-image: url("../img/intro-bg.jpg");
  background-color: #1E1E1E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 130px 0 0;
}
@media (max-width: 1440px) {
  .intro-wrapper {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .intro-wrapper {
    flex-direction: column-reverse;
    padding: 80px 0;
  }
}

.intro-content {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 65px;
  margin-top: 115px;
}
@media (max-width: 1440px) {
  .intro-content {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .intro-content {
    gap: 35px;
  }
}

.intro-title {
  font-weight: 500;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1440px) {
  .intro-title {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .intro-title {
    font-size: 28px;
  }
}
.intro-title span {
  color: #4c95ff;
}

.intro-advtg {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .intro-advtg {
    gap: 20px;
  }
}

.intro-advtg-item {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  display: flex;
  gap: 7px;
}
@media (max-width: 768px) {
  .intro-advtg-item {
    font-size: 16px;
  }
}
.intro-advtg-item:before {
  content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" rx="12" fill="white" /><path d="M18.709 6.50269C18.9846 6.50277 19.25 6.61216 19.4453 6.80737L19.5146 6.88354C19.6663 7.06872 19.75 7.30222 19.75 7.5437C19.7499 7.785 19.6662 8.01782 19.5146 8.20288L19.4453 8.27905L10.5557 17.1697L10.5547 17.1687C10.4768 17.2466 10.3888 17.3132 10.292 17.365L10.1924 17.4119C10.0565 17.4681 9.91074 17.4978 9.76367 17.4978C9.65328 17.4978 9.54372 17.4809 9.43848 17.449L9.33496 17.4119C9.1992 17.3556 9.07558 17.2727 8.97168 17.1687V17.1697L4.55469 12.7527C4.48211 12.6801 4.42124 12.5968 4.37305 12.5066L4.3291 12.4148C4.27682 12.2886 4.25005 12.153 4.25 12.0164L4.25488 11.9138C4.2649 11.8123 4.28994 11.7126 4.3291 11.6179L4.37305 11.5251C4.42117 11.4351 4.48228 11.3525 4.55469 11.28L4.63086 11.2107C4.70971 11.146 4.79804 11.0936 4.89258 11.0544L4.98926 11.0193C5.0869 10.9897 5.18862 10.9744 5.29102 10.9744C5.42774 10.9744 5.56314 11.0021 5.68945 11.0544L5.78223 11.0974C5.87235 11.1456 5.95482 11.2075 6.02734 11.28L9.76367 15.0164L17.9727 6.80737L18.0488 6.73804C18.234 6.58631 18.4675 6.50269 18.709 6.50269Z" fill="%234C95FF" stroke="%234C95FF" stroke-width="0.5" /></svg>');
}
@media (max-width: 768px) {
  .intro-advtg-item:before {
    content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="18" height="18" rx="9" fill="white" /><path fill-rule="evenodd" clip-rule="evenodd" d="M12.8765 6.32489C12.9556 6.40398 13 6.51122 13 6.62305C13 6.73487 12.9556 6.84212 12.8765 6.92121L8.13553 11.6626C8.09245 11.7057 8.0413 11.7399 7.985 11.7632C7.92871 11.7866 7.86837 11.7986 7.80743 11.7986C7.74649 11.7986 7.68615 11.7866 7.62985 11.7632C7.57356 11.7399 7.52241 11.7057 7.47933 11.6626L5.12359 9.30689C5.08441 9.2677 5.05332 9.22119 5.03212 9.16999C5.01091 9.1188 5 9.06393 5 9.00852C5 8.95311 5.01091 8.89824 5.03212 8.84704C5.05332 8.79585 5.08441 8.74933 5.12359 8.71015C5.16277 8.67097 5.20929 8.63989 5.26048 8.61868C5.31167 8.59748 5.36654 8.58656 5.42196 8.58656C5.47737 8.58656 5.53224 8.59748 5.58343 8.61868C5.63463 8.63989 5.68114 8.67097 5.72032 8.71015L7.80785 10.7977L12.2798 6.32489C12.3589 6.24583 12.4661 6.20142 12.5779 6.20142C12.6898 6.20142 12.7974 6.24583 12.8765 6.32489Z" fill="%234C95FF" /></svg>');
  }
}

.intro-btns-group {
  display: flex;
  gap: 13px;
}
@media (max-width: 768px) {
  .intro-btns-group {
    flex-direction: column;
    gap: 20px;
  }
}

.intro-img {
  display: flex;
}
@media (max-width: 992px) {
  .intro-img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .intro-img .intro-img-desktop {
    display: none;
  }
}
.intro-img .intro-img-m {
  width: 100%;
  display: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 5px rgba(76, 149, 255, 0.14);
}
@media (max-width: 992px) {
  .intro-img .intro-img-m {
    display: block;
    margin-bottom: 20px;
  }
}

.intro-products {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-right: 43px;
  margin-top: 190px;
}
@media (max-width: 1440px) {
  .intro-products {
    display: none;
  }
}

.intro-products-item {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
}
.intro-products-item:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 360px;
  background-color: #4C95FF;
  margin-top: 4px;
}

.services {
  background-image: url("../img/services-bg.jpg");
  background-color: #1E1E1E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.services-subtitle {
  padding: 20px 0;
}
@media (max-width: 992px) {
  .services-subtitle {
    padding: 15px 0;
  }
}

.services-nav {
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .services-nav {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .services-nav {
    margin: 15px 0;
  }
}

.services-nav-wrapper {
  display: flex;
}
@media (max-width: 1200px) {
  .services-nav-wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.services-nav-item {
  width: 265px;
  height: 80px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: left;
  border: 1px solid #4c95ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s linear;
}
@media (max-width: 992px) {
  .services-nav-item {
    width: 165px;
    height: 50px;
    font-size: 14px;
  }
}
.services-nav-item:first-child {
  border-radius: 50px 0 0 50px;
}
.services-nav-item:last-child {
  border-radius: 0 50px 50px 0;
}
.services-nav-item.active, .services-nav-item:hover {
  background: rgba(76, 149, 255, 0.26);
  color: #fff;
  transition: background 0.2s linear;
}

.services-content {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 41px 35px 115px;
}
@media (max-width: 768px) {
  .services-content {
    padding: 30px 20px 100px;
  }
}

.services-content-item {
  display: none;
  gap: 60px;
}
@media (max-width: 992px) {
  .services-content-item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .services-content-item {
    gap: 30px;
  }
}
.services-content-item.show {
  display: flex;
}

.services-content-info {
  display: flex;
  flex-direction: column;
}

.services-content-info-title {
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .services-content-info-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.services-content-info-text {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 768px) {
  .services-content-info-text {
    font-size: 16px;
  }
}
.services-content-info-text strong {
  font-weight: 700;
}
.services-content-info-text + .services-content-info-text {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .services-content-info-text + .services-content-info-text {
    margin-top: 15px;
  }
}
.services-content-info-text ul {
  list-style-type: disc;
  list-style-position: inside;
}
.services-content-info-text:last-of-type {
  margin-bottom: 20px;
}

.services-content-info-btn {
  margin-top: auto;
}

.services-content-slider {
  width: 61%;
  position: relative;
}
@media (max-width: 1440px) {
  .services-content-slider {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .services-content-slider {
    width: 100%;
  }
}
.services-content-slider .swiper-slide {
  display: flex;
  border-radius: 7px;
  overflow: hidden;
}
.services-content-slider .swiper-slide img {
  width: 100%;
}
.services-content-slider .swiper-button-next, .services-content-slider .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 120px;
  border: 1px solid #4c95ff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0;
}
.services-content-slider .swiper-button-next:after, .services-content-slider .swiper-button-prev:after {
  content: "";
}
.services-content-slider .swiper-button-next svg, .services-content-slider .swiper-button-prev svg {
  width: auto;
  height: auto;
}

.services-content-slider-nav {
  width: 100%;
  position: absolute;
  padding: 25px 0;
}

@keyframes wiggle-arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(10px);
    opacity: 0.8;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  75% {
    transform: translateX(10px);
    opacity: 0.8;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.services-pointer {
  display: none;
  text-align: right;
  margin-right: 10px;
}
@media (max-width: 1200px) {
  .services-pointer {
    display: block;
  }
}
.services-pointer img {
  animation: wiggle-arrow 2s ease-in-out infinite;
}

.quiz {
  background-image: url("../img/quiz-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .quiz {
    background-image: none;
  }
}

.quiz-subtitle {
  padding: 20px 0;
}
@media (max-width: 992px) {
  .quiz-subtitle {
    padding: 15px 0;
  }
}

.quiz-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 185px;
}

.quiz-slider {
  width: 58%;
}
@media (max-width: 1200px) {
  .quiz-slider {
    width: 100%;
  }
}

.quiz-progress-wrapper {
  position: relative;
  width: 58%;
  margin: 40px 0 35px;
}
@media (max-width: 1200px) {
  .quiz-progress-wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .quiz-progress-wrapper {
    margin: 20px 0;
  }
}

.quiz-progress {
  position: static;
  border-radius: 100px;
  overflow: hidden;
  height: 26px !important;
  background: rgba(100, 117, 135, 0.24);
}
@media (max-width: 768px) {
  .quiz-progress {
    height: 20px;
  }
}
.quiz-progress .swiper-pagination-progressbar-fill {
  background: linear-gradient(225deg, #4c95ff 0%, #033f98 100%);
}

.quiz-fraction {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #1e1e1e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .quiz-fraction {
    font-size: 14px;
  }
}

.quiz-question {
  font-weight: 400;
  font-size: 30px;
  color: #1e1e1e;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .quiz-question {
    font-size: 20px;
  }
}

.quiz-answers-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 48px;
}
@media (max-width: 992px) {
  .quiz-answers-wrapper {
    gap: 20px;
  }
}
.quiz-answers-wrapper--form {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.quiz-answers-wrapper--form button {
  margin-top: 30px;
}

.quiz-answer {
  width: calc((100% - 96px) / 3);
  cursor: pointer;
}
@media (max-width: 992px) {
  .quiz-answer {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  .quiz-answer {
    width: calc((100% - 20px) / 2);
  }
}
.quiz-answer img {
  display: flex;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 10px;
}

.quiz-answer-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quiz-answer-group-input {
  display: none;
}
.quiz-answer-group-input:checked + .quiz-radio-svg {
  background-image: url("data:image/svg+xml;utf8,<svg width='18' height='18' xmlns='http://www.w3.org/2000/svg'><rect width='18' height='18' rx='9' fill='%2300B916'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.8457 5.65605C13.9445 5.75491 14 5.88897 14 6.02875C14 6.16853 13.9445 6.30259 13.8457 6.40145L7.91941 12.3282C7.86556 12.3821 7.80162 12.4248 7.73125 12.454C7.66088 12.4831 7.58546 12.4982 7.50928 12.4982C7.43311 12.4982 7.35769 12.4831 7.28731 12.454C7.21694 12.4248 7.15301 12.3821 7.09916 12.3282L4.15449 9.38355C4.10551 9.33457 4.06666 9.27642 4.04015 9.21243C4.01364 9.14844 4 9.07985 4 9.01059C4 8.94132 4.01364 8.87273 4.04015 8.80874C4.06666 8.74475 4.10551 8.6866 4.15449 8.63763C4.20346 8.58865 4.26161 8.5498 4.3256 8.52329C4.38959 8.49678 4.45818 8.48314 4.52745 8.48314C4.59671 8.48314 4.6653 8.49678 4.72929 8.52329C4.79328 8.5498 4.85143 8.58865 4.90041 8.63763L7.50981 11.247L13.0997 5.65605C13.1986 5.55723 13.3327 5.50171 13.4724 5.50171C13.6122 5.50171 13.7468 5.55723 13.8457 5.65605Z' fill='white'/></svg>");
}

.quiz-radio-svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg width='18' height='18' xmlns='http://www.w3.org/2000/svg'><rect width='18' height='18' rx='9' fill='white' fill-opacity='0.5'/><path fill-rule='evenodd' clip-rule='evenodd' d='M13.8457 5.65605C13.9445 5.75491 14 5.88897 14 6.02875C14 6.16853 13.9445 6.30259 13.8457 6.40145L7.91941 12.3282C7.86556 12.3821 7.80162 12.4248 7.73125 12.454C7.66088 12.4831 7.58546 12.4982 7.50928 12.4982C7.43311 12.4982 7.35769 12.4831 7.28731 12.454C7.21694 12.4248 7.15301 12.3821 7.09916 12.3282L4.15449 9.38355C4.10551 9.33457 4.06666 9.27642 4.04015 9.21243C4.01364 9.14844 4 9.07985 4 9.01059C4 8.94132 4.01364 8.87273 4.04015 8.80874C4.06666 8.74475 4.10551 8.6866 4.15449 8.63763C4.20346 8.58865 4.26161 8.5498 4.3256 8.52329C4.38959 8.49678 4.45818 8.48314 4.52745 8.48314C4.59671 8.48314 4.6653 8.49678 4.72929 8.52329C4.79328 8.5498 4.85143 8.58865 4.90041 8.63763L7.50981 11.247L13.0997 5.65605C13.1986 5.55723 13.3327 5.50171 13.4724 5.50171C13.6122 5.50171 13.7468 5.55723 13.8457 5.65605Z' fill='%23033F98'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}

.quiz-answer-group-text {
  font-weight: 400;
  font-size: 18px;
  color: #1e1e1e;
}
@media (max-width: 768px) {
  .quiz-answer-group-text {
    font-size: 16px;
  }
}

.quiz-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.quiz-nav .swiper-button-next, .quiz-nav .swiper-button-prev {
  width: auto;
  height: auto;
  position: static;
  margin: 0;
}
.quiz-nav .swiper-button-next:after, .quiz-nav .swiper-button-prev:after {
  content: "";
}
.quiz-nav .swiper-button-disabled {
  opacity: 0;
}

.quiz-img {
  position: relative;
  margin-top: 56px;
}
@media (max-width: 1200px) {
  .quiz-img {
    display: none;
  }
}

.quiz-img-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px;
}

.qiuz-img-info-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin: 24px 0;
}

.qiuz-img-info-text {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.quiz-answers-form-group {
  width: 100%;
}
.quiz-answers-form-group label {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.11111;
  color: #4a4a4a;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .quiz-answers-form-group label {
    font-size: 16px;
  }
}
.quiz-answers-form-group input {
  display: block;
  width: 100%;
  border: 1px solid #9CAEB1;
  padding: 19px;
  border-radius: 15px;
  outline: none;
  background-color: transparent;
}
.quiz-answers-form-group + .quiz-answers-form-group {
  margin-top: 20px;
}

.vreview {
  background-image: url("../img/vreview-bg.jpg");
  background-color: #1E1E1E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vreview-subtitle {
  padding: 20px 0;
}
@media (max-width: 992px) {
  .vreview-subtitle {
    padding: 15px 0;
  }
}

.vreview-slider {
  padding: 20px 0 60px;
}
@media (max-width: 992px) {
  .vreview-slider {
    padding: 20px 0 40px;
  }
}

.vreview-slider-swiper .swiper-slide {
  display: flex;
  border-radius: 7px;
  overflow: hidden;
}
.vreview-slider-swiper .swiper-slide video {
  border-radius: 7px;
  overflow: hidden;
  width: 100%;
}

.vreview-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.stat {
  background-image: url("../img/stat-bg.jpg");
  background-color: #1E1E1E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.stat-subtitle {
  padding: 20px 0;
}
@media (max-width: 992px) {
  .stat-subtitle {
    padding: 15px 0;
  }
}

.stat-wrapper {
  display: flex;
  gap: 30px;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .stat-wrapper {
    flex-wrap: wrap;
  }
}

.stat-item {
  width: calc((100% - 90px) / 4);
}
@media (max-width: 1200px) {
  .stat-item {
    width: calc((100% - 30px) / 2);
  }
}

.stat-num {
  font-weight: 700;
  font-size: 70px;
  text-transform: uppercase;
  color: #4c95ff;
}
@media (max-width: 768px) {
  .stat-num {
    font-size: 50px;
  }
}

.stat-text {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  .stat-text {
    font-size: 16px;
  }
}

.review-subtitle {
  padding: 20px 0;
}

.review-slider {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .review-slider {
    padding: 10px 0 40px;
  }
}

.review-slider-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  padding: 11px 10px 21px;
  background: #fff;
  height: auto;
  display: flex;
  flex-direction: column;
}
.review-slider-swiper .swiper-slide img {
  margin-bottom: 20px;
}
.review-slider-swiper .swiper-slide a {
  margin-top: auto;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: rgba(0, 76, 188, 0.84);
}

.review-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.review-title-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 992px) {
  .review-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.review-title-imgs {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .review-title-imgs {
    margin-left: -15px;
  }
}

.contacts {
  background-image: url("../img/contacts-bg.jpg");
  background-color: #1E1E1E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .contacts {
    background-image: url("../img/contacts-bg-m.jpg");
    padding-top: 50px;
  }
}

.contacts-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .contacts-title {
    margin-bottom: 40px;
  }
}

.contacts-wrapper {
  margin-bottom: 90px;
  display: flex;
}
@media (max-width: 1350px) {
  .contacts-wrapper {
    flex-wrap: wrap;
    gap: 50px 30px;
  }
}
@media (max-width: 768px) {
  .contacts-wrapper {
    margin-bottom: 40px;
    gap: 30px;
  }
}

.contacts-item {
  width: calc((100% - 90px) / 4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1350px) {
  .contacts-item {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 768px) {
  .contacts-item {
    width: 100%;
  }
}

.contacts-icon-text {
  display: flex;
  gap: 12px;
}
@media (max-width: 1350px) {
  .contacts-icon-text {
    margin-bottom: 20px;
  }
}
.contacts-icon-text--tel {
  align-items: center;
}

.contacts-text {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 768px) {
  .contacts-text {
    font-size: 16px;
  }
}
.contacts-text strong {
  font-weight: 500;
}
.contacts-text--insta {
  position: relative;
}
.contacts-text--insta:after {
  content: url("../img/cotacts-arrow.svg");
  position: absolute;
  bottom: -18px;
  right: -80px;
}
@media (max-width: 992px) {
  .contacts-text--insta:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .contacts-text--insta:after {
    display: block;
  }
}

.contacts-btn {
  border-radius: 100px;
  padding: 11px 40px;
  background: #17a100;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  white-space: nowrap;
  transition: all 0.2s linear;
}
@media (max-width: 992px) {
  .contacts-btn {
    font-size: 14px;
    padding: 10px 35px;
  }
}
@media (max-width: 768px) {
  .contacts-btn {
    white-space: normal;
  }
}
.contacts-btn:hover {
  transition: all 0.2s linear;
  color: #fff;
  background-color: #20be04;
}
.contacts-btn--insta {
  background: linear-gradient(45deg, rgb(255, 122, 0) 0%, rgb(255, 62, 127) 15%, rgb(255, 62, 127) 85%, rgb(192, 60, 255) 100%);
  transition: all 0.2s linear;
}
.contacts-btn--insta:hover {
  background: linear-gradient(45deg, rgb(255, 142, 35) 0%, rgb(248, 78, 135) 15%, rgb(248, 86, 140) 85%, rgb(193, 85, 243) 100%);
  transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.contacts-map {
  display: flex;
}
@media (max-width: 768px) {
  .contacts-map {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.footer {
  background: #1E1E1E;
}

.footer-wrapper {
  width: calc(50% + 63px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .footer-wrapper {
    padding: 20px 0;
    width: 100%;
  }
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo-text {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-logo-text {
    display: none;
  }
}

.footer-copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 2.5;
  color: #fff;
}

.footer-up {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 999;
  display: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .footer-up {
    bottom: 20px;
    width: 40px;
  }
}

.modal-content {
  padding: 30px;
  background-color: #E5F4FF;
}

.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.call-modal-title {
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .call-modal-title {
    font-size: 24px;
  }
}

.call-modal-text {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
}

.call-modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.call-modal-form input {
  display: block;
  width: 100%;
  border: 1px solid #9CAEB1;
  padding: 19px;
  border-radius: 15px;
  outline: none;
  background-color: transparent;
}/*# sourceMappingURL=style.css.map */