:root {
  scroll-behavior: auto;
}

@font-face {
  font-family: "Golos";
  src: url("/fonts/GolosText/GolosText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Golos";
  src: url("/fonts/GolosText/GolosText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Golos";
  src: url("/fonts/GolosText/GolosText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Golos";
  src: url("/fonts/GolosText/GolosText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Golos";
  src: url("/fonts/GolosText/GolosText-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Golos";
  src: url("/fonts/GolosText/GolosText-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

html,
body {
  font-family: sans-serif;
  text-rendering: optimizeSpeed;
}

body {
  font-weight: 400;
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  transition: ease 0.3s;
}

a:hover{
  scale: 1.03;
  color: #1CB4FF;
  transition: ease 0.3s;
}

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

.btn-head{
  padding: 0.9375rem 2.5rem !important;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem !important;
  outline: 1px solid #1cb4ff !important;
  background-color: #fff !important;
  color: #383838 !important;
  transition: ease 0.3s;
}

.btn-head:hover{
  color: white !important;
  background-color: #1CB4FF !important;
  transition: ease 0.3s;
}

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

html {
  font-size: 0.8333333333vw;
}
@media (max-width: 849.99px) {
  html {
    font-size: 4.0712468193vw;
  }
}

main {
  min-height: 60vh;
}

body {
  font-family: "Golos", sans-serif;
  background-color: #ffffff;
  color: #383838;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.c-container {
  max-width: 107.25rem;
  margin: 0 auto;
}
@media (max-width: 849.99px) {
  .c-container {
    max-width: 22.0625rem;
  }
}

.c-accient {
  display: inline;
  color: #1cb4ff;
}

.btn_shine {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.btn_shine:hover:after {
  opacity: 1;
  top: -110%;
  left: 60%;
  transition-property: left, top, opacity;
  transition-duration: 1.3s, 1.3s, 0.18s;
  transition-timing-function: ease;
}

.btn_shine::after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.button {
  display: block;
  padding: 0.9375rem 2.5rem;
  border-radius: 0.75rem;
  font-weight: 600;
  white-space: nowrap !important;
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: #fff;
  background-color: #1cb4ff;
  outline: unset;
  text-align: center;
  transition: ease 0.3s;
}

.button:hover{
  background-color: #1CB4FFCC;
  transition: ease 0.3s;
  color: white;
  scale: 1.03;
}
.gray_line{
  border-bottom: 1px solid rgba(0, 0, 0, 0.0745098039);
  width: 100%;
}
.button:active{
  background-color: #19A2E5;
  transition: ease 0.3s;
  color: white;
}

.button:disabled{
  background-color: #D9D9D9;
  transition: ease 0.3s;
}

.button--large {
  padding: 1.25rem 2.875rem 1.25rem 2.875rem !important;
  font-weight: 500;
  font-size: 1.125rem;
  min-width: 14.8125rem;
}

.index-banner .button--large{
  max-width: 100% !important;
  width: 14.8125rem;
}
.button--outline {
  outline: 1px solid #1cb4ff;
  padding: 1.25rem 2.875rem 1.25rem 2.875rem !important;
  width: 17.5625rem !important;
  background-color: #fff;
  color: #383838;
  transition: ease 0.3s;
}

.button--outline:hover{
  color: white;
  background-color: #1CB4FF;
  transition: ease 0.3s;
}

.button--outline:active{
  background-color: #19A2E5;
  transition: ease 0.3s;
}

.c-checkbox {
  width: 1rem;
  height: 1rem;
  border: 2px solid #1cb4ff;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.c-checkbox-wrap {
  line-height: 0;
}
.c-checkbox-wrap input {
  display: none;
}
.c-checkbox-wrap input:checked + .c-checkbox {
  background: #1cb4ff;
}
.c-checkbox-wrap input:checked + .c-checkbox .c-checkbox-icon {
  opacity: 1;
}
.c-checkbox-icon {
  width: 12px;
  height: 8.5px;
  opacity: 0;
  transition: 0.2s;
}

.aialantonov {
  display: block;
  display: flex;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
  background-color: #fff;
}
@media (max-width: 849.99px) {
  .header-desktop {
    display: none;
  }
  .header-desktop__logo img{
    width: 100% !important;
  }
}


@media (max-width: 1117px) {
  .header-desktop__logo{
    margin-right: 2.01875rem !important;
  }
  .header-desktop__logo img{
    width: 70% !important;
  }
}

@media (max-width: 937px) {
  .header-desktop__logo{
    margin-right: 2.01875rem !important;
    width: 20%;
  }
}
.header-desktop__block {
  display: flex;
  align-items: center;
}
.header-desktop__logo {
  margin-right: 4.01875rem;
  width: 10%;
  margin-left: -0.4rem;
}
.header-desktop__logo img{
  width: 100%;
}
.header-desktop__menu {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.015em;
  color: #383838;
}
.header-desktop__menu-dropdown-outer {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.9375rem 1.5625rem;
  padding-left: 2.5rem;
  border-radius: 0.75rem;
  background-color: #f4f8ff;
}
.header-desktop__menu-dropdown-outer .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.header-desktop__menu-dropdown-inner {
  display: none;
}
.header-desktop__menu ul {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
}
.header-desktop__email {
  font-weight: 700;
  font-size: 1rem;
  color: #383838;
  margin-left: auto;
  margin-right: 4.01875rem;
}
.header-desktop__button {
  margin-right: -0.4rem;
}


/* Основные стили для выпадающего меню */
.header-desktop__menu-dropdown {
  position: relative;
  list-style: none;
}

.header-desktop__menu-dropdown-inner {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  border-radius: 12px;
  display: block;
  background: #F4F8FF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 20px 0;
}

/* Показываем меню при наведении */
.header-desktop__menu-dropdown:hover .header-desktop__menu-dropdown-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-desktop__menu-dropdown-inner ul{
  flex-direction: column;
}

/* Стили для списка меню */
.dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu li {
  padding: 0;
  margin: 0;
}

.dropdown-menu li a {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 100%;
}

.dropdown-menu li a:hover {
  color: #1CB4FF;
}

/* Стили для стрелки */
.dropdown-arrow {
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.header-desktop__menu-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}



.header-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  padding-top: 1.25rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
  background-color: #fff;
}
@media (max-width: 849.99px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile--active .header-mobile__button {
  display: none;
}
.header-mobile--active .burger {
  display: none;
  transition: opacity ease 0.3s !important;
  opacity: 0;
}
.header-mobile--active .burger-close {
  transition: opacity ease 0.3s !important;
  display: block !important;
  opacity: 1 !important;
}
.header-mobile--active .header-mobile__menu {
  display: flex;
}
.header-mobile__menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 4.8rem;
  width: 100%;
  background-color: #fff;
  height: calc(100vh - 4.8rem);
  padding-top: 3.18rem;
  padding-bottom: 1.875rem;
}
.header-mobile__menu .c-container {
  height: 100%;
  width: 100%;
}
.header-mobile__menu-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header-mobile__menu-menus {
  display: flex;
  justify-content: space-between;
  margin-bottom: auto;
}
.header-mobile__menu-menu-title {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  color: #383838;
  opacity: 0.5;
  margin-bottom: 0.9375rem;
}
.header-mobile__menu-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  color: #383838;
}
.header-mobile__menu-contacts {
  padding-top: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 -1.25rem;
  margin-bottom: 1.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.header-mobile__menu-contacts a {
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #000;
}
.header-mobile__menu-button .button {
  padding: 0.9375rem 2.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.header-mobile__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile__button-n-menu {
  display: flex;
  gap: 0.75rem;
  align-items: flex-end;
}
.header-mobile__logo {
  width: 6.8125rem;
  margin-top: 0.2rem;
}
.header-mobile__button .button {
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  padding: 0.625rem 1.25rem;
}
.header-mobile__burger button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 0.75rem;
  line-height: 0;
  background-color: #1cb4ff;
  color: #fff;
}
.header-mobile__burger button .burger {
  width: 0.8125rem;
  height: 0.5625rem;
  opacity: 1;
  transition: opacity ease 0.3s;
}
.header-mobile__burger button .burger-close {
  display: none;
  width: 0.716875rem;
  height: 0.716875rem;
  opacity: 0;
  transition: opacity ease 0.3s;
}

.footer {
  background-color: #383838;
  color: #fff;
  margin-top: 7.625rem;
}
.footer__desktop {
  padding-top: 2.5rem;
  padding-bottom: 2.875rem;
  margin-left: -0.5rem;
}

.footer_menu{
  display: flex;
  flex-direction: row;
  gap: 86px;
  align-items: flex-start;
}
@media (max-width: 849.99px) {
  .footer__desktop {
    display: none;
  }

  footer{
    margin-top: 3rem !important;
  }
}
.footer__desktop-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__desktop-bottom {
  padding-top: 3.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}
.footer__desktop-bottom-top {
  display: flex;
  justify-content: space-between;
}
.footer__desktop-bottom-top-left {
  display: flex;
  gap: 1.5rem;
}
.footer__desktop-bottom-top-right {
  display: flex;
  gap: 0.5625rem;
}
.footer__desktop-bottom-bottom {
  width: 43.5rem;
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  color: #878888;
  opacity: 0.52;
}
.footer__desktop-menu ul {
  display: flex;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}
.footer__desktop-logo {
  width: 12.9375rem;
  margin-top: 0.125rem;
  line-height: 0;
}
.footer__desktop-logo img {
  width: 100%;
  height: 100%;
}
.footer__desktop-contacts {
  display: flex;
  gap: 2.30rem;
  flex-direction: column-reverse;
  align-items: flex-end;
}
.footer__desktop-email {
  font-weight: 400;
  font-size: 2.25rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.footer__desktop-phone {
  font-weight: 400;
  font-size: 2.25rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.footer__desktop-copyright {
  font-weight: 400;
  font-size: 0.875rem;
  color: #878888;
}
.footer__desktop-policy {
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #878888;
}

.footer__desktop-policy:hover{
  scale: 1 !important;
}
.footer__desktop-pr-name {
  font-weight: 400;
  font-size: 0.875rem;
  color: #878888;
}
.footer__desktop-pr-link:hover{
  scale: 1 !important;
}
.footer__desktop-pr-link {
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.footer__desktop-menus {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.1rem;
  gap: 36px;
}
.footer__desktop-menu-title {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 0.9375rem;
}
.footer__desktop-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.footer__desktop-menu-list li {
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer__mobile {
  display: none;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}

@media (max-width: 849.99px) {
  main{
    margin-top: 0;
  }
}

@media (max-width: 749.99px) {
  .footer__mobile {
    display: block;
  }
  main{
    margin-top: 0;
  }
}
.footer__mobile-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.9rem;
}
.footer__mobile-logo {
  width: 7.5rem;
}
.footer__mobile-phone {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.3rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
}
.footer__mobile-menus {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.1rem;
}
.footer__mobile-menu-title {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 0.9375rem;
}
.footer__mobile-menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.footer__mobile-menu-list li {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.footer__mobile-email {
  display: block;
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2.5rem;
}
.footer__mobile-copy-n-pr {
  display: flex;
  justify-content: space-between;
}
.footer__mobile-copy {
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  color: #878888;
}
.footer__mobile-copy-1 {
  margin-bottom: 0.3125rem;
}
.footer__mobile-copy-2 {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.footer__mobile-pr {
  font-weight: 400;
  font-size: 0.75rem;
  color: #878888;
  margin-bottom: 1.25rem;
}
.footer__mobile-pr-1 {
  margin-bottom: 0.3125rem;
}
.footer__mobile-pr-2 {
  line-height: 0.8rem;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
}
.footer__mobile-info {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9rem;
  color: #878888;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-loader .spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(108, 177, 218, 0.2666666667);
  border-top-color: #1cb4ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@media (max-width: 575.98px) {
  .page-loader .spinner {
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Хлебные крошки */

.breadcrumbs{
  display: flex;
  gap: 0.4375rem;
  align-items: center;
  margin-bottom: 1.875rem;
  flex-wrap: wrap;
}

@media (max-width: 849.99px) {
  .breadcrumbs{
    margin-bottom: 1rem !important;
  }
  main{
    margin-top: 6rem !important;
  }
}

.breadcrumbs svg{
  opacity: 0.6;
  width: 0.375rem !important;
  height: 0.6875rem;
}

.breadcrumbs a{
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  opacity: 0.6;
}

.breadcrumbs .active__breadcrumbs{
  color: #1cb4ff;
  opacity: 1;
}