@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
  font-size: 16px;
}

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

html,
body {
  height: 100%;
  position: relative;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #212121;
  font-weight: 400;
  background-color: #f4f6f7;
}
body.fixed {
  overflow: hidden;
}

@media (max-width: 767px) {
  .main {
    padding-top: 60px;
  }
}

.container {
  max-width: 1200px;
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

img {
  display: block;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  transition: color 0.3s;
  text-decoration: none;
}

button:focus,
input:focus {
  outline: transparent;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
@media (max-width: 1023px) {
  .wrapper {
    overflow-x: hidden;
  }
}
.wrapper.overlay {
  position: relative;
}
.wrapper.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.5));
}

.content {
  flex: 1 0 auto;
  min-width: 0;
}

footer {
  flex-shrink: 0;
}

button {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  transition: color 0.3s;
}

input,
textarea {
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}

::-moz-selection {
  background-color: rgba(255, 133, 98, 0.5);
}

::selection {
  background-color: rgba(255, 133, 98, 0.5);
}

* {
  outline: none;
  scrollbar-color: #ff8562 #fff;
  scrollbar-width: thin;
}

* scrollbarbutton {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff8562;
}

*::-webkit-scrollbar-track {
  background-color: #fff;
  width: 3px;
}

.swiper-button-next {
  right: 16px;
}

.swiper-button-prev {
  left: 16px;
}

.swiper-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

h2 {
  line-height: 120%;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  z-index: 10;
  padding: 16px 0;
  transition: background 0.3s;
}
header.scroll {
  background-color: #fff;
  box-shadow:0 0 8px 4px #2121212a;
}
header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .btn {
  height: 48px;
  padding: 0 40px;
  font-size: 14px;
}
@media (max-width: 767px) {
  header .btn {
    display: none;
  }
}
header .language {
  font-weight: 600;
  text-decoration: underline;
  margin-right: 32px;
  color: #212121;
}
@media (max-width: 767px) {
  header .language {
    margin-right: 0;
  }
}

header .phones {
  margin-right: 32px;
}
@media (max-width: 1023px) {
  header .phones {
    display: none;
  }
}

.phones a {
  display: flex;
  align-items: center;
  color: #212121;
}
.phones a:not(:last-child) {
  margin-bottom: 8px;
}
.phones a svg {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.logo {
  margin-right: 48px;
}
@media (max-width: 767px) {
  .logo {
    margin-right: 0;
  }
}
.logo img {
  height: 48px;
}
@media (max-width: 767px) {
  .logo img {
    height: 38px;
  }
}

.header__btn {
  display: none;
}
.header__btn svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .header__btn svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1256px) {
  .header__btn {
    display: block;
    margin-left: 32px;
  }
}

.header-box {
  display: flex;
  align-items: center;
}

@media (max-width: 1256px) {
  .header__menu {
    display: none;
  }
}
.header__menu ul {
  list-style: none;
  display: flex;
}
.header__menu a {
  color: #212121;
}
.header__menu li:not(:last-child) {
  margin-right: 24px;
}

footer {
  background-color: #fff;
  padding: 56px 0;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    padding: 48px 0;
  }
}
footer h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  footer h2 {
    font-size: 24px;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
  }
}
.footer-inner a {
  display: block;
  color: #212121;
}
.footer-inner a:not(:first-child) {
  margin-top: 16px;
}
.footer-inner .col:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .footer-inner .col:last-child {
    text-align: center;
    margin-top: 24px;
  }
}
.footer-inner .col:last-child p {
  font-weight: 600;
}
.footer-inner .col:last-child a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer-inner .col:last-child a {
    justify-content: center;
  }
}
.footer-inner .col:last-child svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 48px;
  border-radius: 8px;
  color: #212121;
  border: 1px solid #212121;
  height: 56px;
  font-weight: 600;
  transition: color 0.3s, background 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about {
  position: relative;
}
@media (max-width: 767px) {
  .about {
    background-color: #fff;
    padding-top: 40px;
  }
}
.about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 48px);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .about::before {
    display: none;
  }
}
.about .btn {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .about .btn {
    margin-right: 0;
    width: 100%;
  }
}
.about h2 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .about h2 {
    margin-bottom: 16px;
  }
}
.about p {
  font-size: 18px;
  line-height: 140%;
}
.about p:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .about p {
    font-size: 16px;
  }
}
.about .container {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .about .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .about .col:last-child {
    grid-row: 1/2;
  }
}
.about ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about ul {
    margin-bottom: 24px;
  }
}
.about ul svg {
  width: 32px;
  height: 32px;
}
.about ul li:not(:last-child) {
  margin-right: 16px;
}
.about .col:first-child {
  max-width: 530px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .about .col:first-child {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.about .col:last-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.about__bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .about__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.features {
  padding: 88px 0 180px;
}
.features h2 {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .features {
    padding-bottom: 80px;
  }
}

.features-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1023px) {
  .features-inner {
    grid-template-columns: 1fr;
  }
}
.features-inner ul {
  list-style: none;
}
@media (max-width: 1023px) {
  .features-inner ul {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .features-inner ul {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.features-inner li:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .features-inner li:not(:last-child) {
    margin-bottom: 0;
  }
}

.feature__item .row {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: normal;
}
@media (max-width: 1023px) {
  .feature__item .row {
    font-size: 21px;
  }
}
.feature__item p {
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 1023px) {
  .feature__item p {
    font-size: 16px;
  }
}
.feature__item svg {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.video {
  height: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 1023px) {
  .video {
    max-height: 350px;
  }
}
.video img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.video button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  transform: translateY(-50%);
}

.inst {
  background-color: #212121;
  padding: 88px 0;
}
@media (max-width: 767px) {
  .inst {
    padding: 64px 0;
  }
}
.inst h2,
.inst p {
  color: #fff;
}
.inst .btn {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 1023px) {
  .inst .btn {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .inst .btn {
    width: 100%;
  }
}
.inst .container {
  max-width: 900px;
  position: relative;
}
@media (max-width: 1023px) {
  .inst .container {
    max-width: 100%;
    text-align: center;
  }
}
.inst img {
  position: absolute;
  right: 0;
  max-width: 280px;
  bottom: -80px;
}
@media (max-width: 1023px) {
  .inst img {
    display: none;
  }
}

input {
  border: 1px solid var(--medium_gray, #a1a2a5);
  height: 46px;
  padding: 0 16px;
  color: #fff;
  font-weight: 400;
  width: 100%;
  font-family: "Kanit", sans-serif;
}
input:focus {
  border-color: #de973d;
}
input::-moz-placeholder {
  color: var(--medium_gray, #a1a2a5);
}
input::placeholder {
  color: var(--medium_gray, #a1a2a5);
}

.inst__text {
  max-width: 750px;
  padding-right: 24px;
}
@media (max-width: 1023px) {
  .inst__text {
    max-width: 100%;
    padding-right: 0;
  }
}
.inst__text p {
  line-height: 140%;
  margin-bottom: 24px;
  max-width: 75%;
}
@media (max-width: 1023px) {
  .inst__text p {
    max-width: 100%;
  }
}
.inst__text h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.info {
  background-color: #fff;
  padding: 88px 0;
}
@media (max-width: 767px) {
  .info {
    padding: 64px 0;
  }
}

.info__box:not(:last-child) {
  margin-bottom: 48px;
}
.info__box h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .info__box h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.info__box p {
  font-size: 18px;
  line-height: 140%;
}
.info__box p:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .info__box p {
    font-size: 16px;
  }
}

.price {
  padding: 88px 0 120px;
}
@media (max-width: 767px) {
  .price {
    padding: 80px 0;
  }
}

.price__box {
  background-color: #fff;
  padding: 32px;
  border-radius: 8px;
}
.price__box p {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .price__box p {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.price__box p span {
  font-weight: 600;
  font-size: 18px;
}
.price__box p:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .price__box p:not(:last-child) {
    margin-bottom: 32px;
  }
}

.services {
  padding: 120px 0 0;
}
@media (max-width: 1023px) {
  .services {
    padding-top: 80px;
  }
}

.services__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1120px) {
  .services__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .services__items {
    grid-template-columns: 1fr;
  }
}

.services__item {
  border-radius: 8px;
  background-color: #fff;
  color: #212121;
  display: flex;
  flex-direction: column;
}
.services__item-info {
  padding: 32px 24px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.services__item .btn {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 767px) {
  .services__item .btn {
    padding: 0;
  }
}
.services__item-name {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 16px;
}
.services__item-descr {
  margin-bottom: 24px;
  line-height: 140%;
}
.services__item-descr p:not(:last-child) {
  margin-bottom: 16px;
}
.services__item img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767px) {
  .services__item img {
    height: auto;
  }
}

.steps {
  scroll-margin-top: 96px;
}

.steps__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1023px) {
  .steps__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .steps__items {
    grid-template-columns: 1fr;
  }
}

.steps__item:nth-child(3) {
  grid-row: 1/3;
  grid-column: 3/4;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px;
}
@media (max-width: 1023px) {
  .steps__item:nth-child(3) {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .steps__item:nth-child(3) {
    grid-row: 5/6;
    grid-column: 1/2;
  }
}
.steps__item:nth-child(3) img {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .steps__item:nth-child(3) img {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }
}
.steps__item-number {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #212121;
  border-radius: 8px;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767px) {
  .steps__item-number {
    width: 40px;
    height: 40px;
  }
}
.steps__item-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .steps__item-name {
    font-size: 21px;
  }
}
.steps__item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 140%;
}
.steps__item-desr {
  line-height: 140%;
}

.descr {
  padding: 88px 0;
}
.descr .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .descr .row {
    grid-template-columns: 1fr;
  }
}
.descr .row p {
  font-size: 20px;
  line-height: 140%;
}
.descr .row p:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .descr .row p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .descr .row p {
    font-size: 16px;
  }
}
.descr .row strong {
  font-weight: 600;
}
.descr .col:last-child {
  padding: 24px 0;
}
@media (max-width: 1023px) {
  .descr .col:last-child {
    padding: 0;
  }
}
.descr .col:first-child {
  flex-grow: 1;
  min-width: 0;
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: #212121;
}

.descr-slider {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .descr-slider {
    position: static;
  }
}
.descr-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.descr__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .descr__items {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.descr__item-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .descr__item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .descr__item-title {
    font-size: 21px;
  }
}
.descr__item-descr {
  line-height: 140%;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .descr__item-descr {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .descr__item-descr {
    font-size: 16px;
  }
}

.descr__box {
  padding: 56px 40px;
  border: 2px solid #212121;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .descr__box {
    padding: 48px 32px;
  }
}
@media (max-width: 767px) {
  .descr__box {
    padding: 48px 16px;
  }
}

.contacts {
  padding: 88px 0;
}
@media (max-width: 767px) {
  .contacts {
    padding: 64px 0;
  }
}
.contacts h2 {
  text-align: center;
  font-size: 40px;
}
@media (max-width: 767px) {
  .contacts h2 {
    font-size: 32px;
  }
}
.contacts .tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  color: #ff8562;
  font-size: 72px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .contacts .tel {
    font-size: 36px;
  }
}
.contacts ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts ul svg {
  width: 40px;
  opacity: 0.8;
  height: 40px;
}
@media (max-width: 767px) {
  .contacts ul svg {
    width: 32px;
    height: 32px;
  }
}
.contacts ul li:not(:last-child) {
  margin-right: 24px;
}

.contacts__text {
  font-size: 24px;
  opacity: 0.5;
  color: #454545;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .contacts__text {
    font-size: 21px;
  }
}

textarea {
  color: #0f2c63;
  border: 1px solid var(--medium_gray, #a1a2a5);
  height: 120px;
  resize: none;
  padding: 0 16px;
  font-weight: 400;
  width: 100%;
  font-family: "Kanit", sans-serif;
}

label {
  display: block;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

label.checkbox-container {
  display: block;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: var(--dark_blue, #0f2c63);
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  line-height: 1.538;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}

.checkbox-container.error {
  display: block !important;
}

.checkbox-container a {
  display: inline;
  color: #3871c1;
}

.checkbox-container input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  border: 1px solid var(--medium_gray, #a1a2a5);
  border-radius: 5px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: -1px;
  left: -1px;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  /*     background-image: url(../img/check.png); */
}

.modal-menu {
  padding-top: 32px;
  overflow: auto;
  transition-property: transform, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  height: 100%;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  max-width: 600px;
  transform-origin: right;
  z-index: 25;
  display: flex;
}
.modal-menu .scroll-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal-menu .icon-close {
  display: flex;
  align-items: center;
}

.modal-menu:not(.open) {
  transform: scaleX(0);
  opacity: 0;
}

.modal-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  margin-bottom: 64px;
}
.modal-menu__top img {
  height: 36px;
}

.modal-menu__list {
  padding-left: 24px;
  list-style: none;
}
.modal-menu__list a {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
}
.modal-menu__list li:not(:last-child) {
  margin-bottom: 40px;
}

.modal-menu__bottom {
  margin-top: auto;
  border-top: 1px solid #f0f0f0;
  padding: 32px 24px;
}
.modal-menu__bottom .contacts__info {
  margin-bottom: 30px;
}
.modal-menu__bottom .btn {
  width: 100%;
  margin-top: 24px;
}
.modal-menu__bottom a {
  color: #212121;
}
.modal-menu__bottom .contacts__info-box p:first-child {
  color: #fff;
}
.modal-menu__bottom .contacts__info-box p:last-child {
  color: var(--light_gray, #f0f0f0);
}
.modal-menu__bottom .phones a:not(:last-child) {
  margin-bottom: 16px;
}
.mobile-phone {
    width: 55px;
    height: 55px;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #d91a01;
    background-image: url(img/phone.svg);
    background-position: center center;
    background-size: 22px;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 100;
    animation-name: scale;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.hero {
  padding-top: 210px;
  padding-bottom: 160px;
  padding-left: calc(50vw - 590px);
  position: relative;
}
@media (max-width: 1256px) {
  .hero {
    padding-left: 15px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1023px) {
  .hero {
    padding-bottom: 0;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 72px;
  }
}
.hero img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 40%;
}
@media (max-width: 1256px) {
  .hero img {
    max-width: 55%;
  }
}
@media (max-width: 1023px) {
  .hero img {
    position: relative;
    transform: none;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hero img {
    max-width: 100%;
  }
}
.hero h1 {
  margin-bottom: 32px;
  font-weight: 600;
  color: #212121;
  font-size: 90px;
}
@media (max-width: 1256px) {
  .hero h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 48px;
    line-height: 110%;
  }
}
.hero h1 span {
  display: block;
  font-size: 64px;
}
@media (max-width: 1256px) {
  .hero h1 span {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero h1 span {
    font-size: 26px;
  }
}
.hero ul {
  margin-bottom: 40px;
  list-style: none;
}
.hero ul svg {
  width: 40px;
  height: 40px;
}
.hero li {
  display: flex;
  align-items: center;
  font-size: 21px;
}
.hero li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .hero li {
    font-size: 18px;
  }
}
.hero li svg {
  margin-right: 24px;
}
.hero .btn {
  height: 64px;
}
@media (max-width: 767px) {
  .hero .btn {
    width: 100%;
  }
}

.hero-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .hero-text {
    width: 100%;
  }
}

.hero-circle {
  width: 120px;
  height: 120px;
  background-color: #d91a01;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: -32px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1256px) {
  .hero-circle {
    right: -60px;
  }
}
@media (max-width: 767px) {
  .hero-circle {
    position: static;
    width: 80px;
    height: 80px;
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.hero-buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-buttons {
    flex-direction: column;
  }
}

.hero-tel {
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 40px;
    background-color: #d91a01;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
}
@media (max-width: 767px) {
  .hero-tel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.hero-tel svg {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}

.privacy {
  padding-bottom: 88px;
  padding-top: 104px;
}
@media (max-width: 767px) {
  .privacy {
    padding-top: 40px;
  }
}
.privacy h1 {
  line-height: 120%;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .privacy h1 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .mobile-phone {
    display:flex;
  }
}
.privacy h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
}
.privacy p {
  line-height: 140%;
}
.privacy p:not(:last-child) {
  margin-bottom: 16px;
}

.privacy__box:not(:last-child) {
  margin-bottom: 40px;
}

@media (hover), (min-width: 0\0 ), (min--moz-device-pixel-ratio: 0) {
  .btn:hover {
    background-color: #212121;
    color: #fff;
  }
  .inst .btn:hover {
    background-color: #fff;
    color: #212121;
  }
}
