@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
:root {
  font-size: 20px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #00A3FF;
  border: 1px solid #ddd; }

body {
  font-size: 0.9rem;
  font-family: 'Gilroy', sans-serif;
  line-height: 1.5; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  max-width: 70rem;
  padding: 0 2rem;
  margin: 0 auto;
  width: 100%; }

.section-title {
  margin-bottom: 3.5rem;
  font-weight: 600;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.3; }
  .section-title span {
    color: #00A3FF; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
  height: 2.5rem;
  background: #00A3FF;
  color: #fff;
  gap: .4rem; }
  .btn:hover {
    background: #50CBFF; }
  .btn-white {
    background: #fff;
    color: #00A3FF; }
    .btn-white:hover {
      background: #fff;
      color: #50CBFF; }
  .btn-trans {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2.5px); }
    .btn-trans:hover {
      background: #00A3FF; }

.form {
  background: #fff;
  border-radius: 1.5rem;
  color: #000; }
  .form__title {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center; }
    .form__title span {
      color: #00A3FF; }
  .form-form > input {
    width: 100%;
    height: 3rem;
    margin-top: 1rem;
    transition: .6s all;
    border: 1px solid #D6D6D6;
    background: #fff;
    color: #000;
    padding: 0 1rem;
    border-radius: .5rem; }
    .form-form > input::placeholder {
      color: #000; }
    .form-form > input:focus {
      color: #00A3FF;
      border-color: #00A3FF; }
    .form-form > input:first-child {
      margin-top: 0; }
  .form-choose {
    margin-top: 1.2rem; }
    .form-choose__item {
      margin-bottom: 0.3rem; }
      .form-choose__item label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        user-select: none;
        gap: .75rem; }
        .form-choose__item label input {
          width: 1.1rem;
          height: 1.1rem;
          appearance: none;
          border-radius: 50%;
          border: 1px solid #D6D6D6;
          flex-shrink: 0;
          position: relative; }
          .form-choose__item label input::after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 0.7rem;
            height: 0.7rem;
            border-radius: 50%;
            background: transparent;
            content: ''; }
          .form-choose__item label input:checked {
            border-color: #00A3FF; }
            .form-choose__item label input:checked::after {
              background: #00A3FF; }
            .form-choose__item label input:checked + span {
              color: #00A3FF; }
      .form-choose__item:last-child {
        margin-bottom: 0; }
  .form-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.7rem;
    width: 100%;
    height: 3rem;
    border-radius: .5rem;
    color: #fff;
    background: #00A3FF;
    font-size: 1rem;
    font-weight: 600; }
    .form-btn:hover {
      background: #50CBFF; }

.pattern-bg {
  color: #fff;
  background: #00A3FF url(../img/pattern.png) top center repeat-y;
  background-size: 100vw;
  padding: 5rem 0; }

.arrows {
  display: flex;
  justify-content: flex-end;
  gap: 1.1rem; }
  .arrows span {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%; }
    .arrows span svg {
      width: 1.2rem; }
    .arrows span:hover {
      background: #fff;
      color: #00A3FF; }

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: 2rem; }
  .owl-carousel .owl-dots .owl-dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #A1DDFF; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #fff; }

.tel-popup {
  position: fixed;
  z-index: 5;
  right: 7rem;
  bottom: 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  animation: pulse-orange 2s infinite;
  cursor: pointer;
  background: linear-gradient(180deg, #FF8101 0%, #FFD976 100%);
  border-radius: 50%; }
  .tel-popup img {
    width: 1.5rem; }

.pagination {
  display: flex;
  justify-content: center;
  gap: .75rem;
  margin-top: 3.5rem; }
  .pagination li {
    display: inline-flex; }
  .pagination a {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #F7F7F7;
    color: #000;
    border-radius: 50%;
    font-weight: 600; }
    .pagination a:hover {
      background: #00A3FF;
      color: #fff; }
    .pagination a svg {
      width: 1.2rem; }
  .pagination .arrow {
    color: #00A3FF; }
  .pagination .current {
    background: #00A3FF;
    color: #fff; }
  .pagination .disabled {
    opacity: .7; }

.mobile-menu {
  display: none; }

@keyframes pulse-orange {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 129, 1, 0.3); }
  70% {
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes preloaderLogo {
  to {
    opacity: 1;
    transform: none; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #00A3FF url(../img/preloader.png) bottom center no-repeat;
  background-size: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .preloader__logo {
    width: 16rem;
    opacity: 0;
    transform: scale(0.8);
    animation: preloaderLogo 2s linear forwards; }
    .preloader__logo img {
      width: 100%;
      display: block; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 34, 65, 0.6);
  backdrop-filter: blur(15px);
  z-index: 7;
  text-align: center;
  display: none; }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #00A3FF;
    transition: .6s all;
    box-shadow: 0px 0.75rem 1.5rem 0px rgba(0, 0, 0, 0.05); }
    .feedback__close:hover {
      background: #50CBFF; }
    .feedback__close img {
      width: 1.3rem; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31.5rem;
    height: 31.5rem;
    display: flex;
    align-items: center;
    padding: 5.5rem;
    transition: .6s all;
    opacity: 0; }
    .feedback-content::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: #fff;
      z-index: -1;
      border-radius: 50%;
      transition: .6s all;
      transform-origin: top center;
      transform: scale(0); }
    .feedback-content.active {
      opacity: 1; }
      .feedback-content.active::before {
        transform: none; }
  .feedback__title {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .feedback__text {
    font-size: 0.8rem;
    margin-bottom: 1.5rem; }
  .feedback-form {
    width: 100%;
    margin: 0 auto 1rem; }
    .feedback-form__input {
      margin-bottom: 1rem; }
      .feedback-form__input input {
        width: 100%;
        display: flex;
        align-items: center;
        height: 3rem;
        padding: 0 1rem;
        color: #000;
        border: 1px solid #D6D6D6;
        border-radius: .5rem; }
        .feedback-form__input input:focus {
          border-color: #00A3FF;
          color: #00A3FF; }
        .feedback-form__input input::placeholder {
          color: #000; }
        .feedback-form__input input.error {
          border-color: red;
          color: red; }
    .feedback-form__tel {
      position: relative; }
      .feedback-form__tel img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 1rem;
        display: block;
        width: 1.75rem; }
      .feedback-form__tel input {
        padding-left: 3.5rem; }
    .feedback-form .btn {
      width: 100%;
      height: 3rem;
      border-radius: .5rem; }
  .feedback-wrap {
    width: 100%; }
  .feedback__thanks {
    font-size: 0.7rem; }
  .feedback-done {
    display: none; }
    .feedback-done .feedback__title {
      font-size: 1.6rem; }
  .feedback__ico {
    margin-bottom: 1.5rem; }
    .feedback__ico img {
      display: inline-block;
      width: 5rem; }
  .feedback__call {
    color: #00A3FF;
    font-weight: 700;
    margin-bottom: 1rem; }
  .feedback__tel {
    background: #00A3FF;
    height: 3rem;
    width: 14rem; }
    .feedback__tel img {
      width: 1.3rem; }
    .feedback__tel::after {
      background: #50CBFF; }

.header {
  position: fixed;
  top: 1.75rem;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0.5rem 0;
  transition: .6s all; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-mobile {
    display: none; }
  .header__logo {
    width: 8rem;
    transition: .6s all; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-wrap {
    display: flex;
    align-items: center; }
  .header-menu {
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    color: #fff; }
    .header-menu > li {
      margin-right: 2rem; }
    .header-menu a {
      color: #fff;
      border-bottom: 1px solid transparent;
      padding: 0.1rem 0; }
      .header-menu a.current {
        border-color: #00A3FF; }
      .header-menu a:hover {
        opacity: .7; }
    .header-menu__parent > a {
      display: inline-flex;
      align-items: center;
      gap: .25rem; }
      .header-menu__parent > a img {
        width: 1rem;
        transition: .6s all; }
    .header-menu__parent:hover > a img {
      transform: rotate(180deg); }
    .header-menu__parent:hover .submenu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: none; }
    .header-menu__parent .submenu {
      font-size: .9rem;
      padding: 1.5rem;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      border-radius: .5rem;
      min-width: 10.2rem;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-0.5rem);
      transition: .6s all;
      position: absolute;
      pointer-events: none; }
      .header-menu__parent .submenu li {
        margin-bottom: 0.75rem;
        white-space: nowrap; }
        .header-menu__parent .submenu li:last-child {
          margin-bottom: 0; }
  .header__btn {
    width: 10rem;
    border: 1px solid transparent; }
    .header__btn svg {
      width: 1.1rem; }
  .header-scrolled {
    background: #00A3FF;
    top: 0;
    border-bottom: 1px solid #fff; }
    .header-scrolled .header__logo {
      width: 6rem; }
    .header-scrolled .header-menu__parent .submenu {
      background: rgba(0, 163, 255, 0.3);
      border: 1px solid #fff; }
    .header-scrolled .header__btn {
      border-color: #fff; }

.main {
  height: 30rem;
  color: #fff;
  position: relative;
  padding-bottom: 4rem;
  display: flex;
  align-items: flex-end; }
  .main__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    border-radius: 0 0 5rem 5rem; }
    .main__bg::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.5); }
    .main__bg img, .main__bg video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .main__title {
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.1; }
    .main__title span {
      color: #00A3FF; }
  .main__text {
    font-size: 1.2rem;
    font-weight: 600;
    max-width: 36.5rem; }
  .main-page {
    height: 100vh;
    align-items: flex-start;
    padding-top: 9.5rem; }
    .main-page .main__title {
      font-weight: 600;
      max-width: 33rem; }
    .main-page .main-content {
      padding-top: 5rem; }
  .main-wrap {
    display: flex;
    gap: 6.5rem; }
  .main-form {
    flex-shrink: 0;
    width: 23.3rem;
    padding: 2.5rem 1.35rem 1.5rem;
    border: 1px solid #BEBEBE; }
  .main-mark {
    display: flex;
    gap: 1rem;
    align-items: center;
    font-weight: 600; }
    .main-mark__img {
      width: 10rem; }
      .main-mark__img img {
        width: 100%;
        display: block; }
    .main-mark__stars {
      display: flex;
      gap: .3rem; }

.breadcrumbs-wrap {
  margin-top: 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: 3rem;
  border: 1px solid #E6EAEC;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.breadcrumbs-list {
  display: flex;
  gap: 1.9rem;
  font-weight: 500; }
  .breadcrumbs-list li {
    position: relative;
    display: flex;
    align-items: center; }
    .breadcrumbs-list li::before {
      content: '';
      width: 0.9rem;
      height: 0.9rem;
      background: url(../img/icons/chevron-right-grey.svg) center center;
      background-size: contain;
      position: absolute;
      left: -1.35rem;
      margin-top: 0.1rem; }
    .breadcrumbs-list li:first-child::before {
      content: none; }
    .breadcrumbs-list li:last-child::before {
      background-image: url(../img/icons/chevron-right-blue.svg); }
  .breadcrumbs-list a {
    color: #B8B8B8; }
    .breadcrumbs-list a:hover {
      color: #00A3FF; }
    .breadcrumbs-list a.current {
      color: #000;
      pointer-events: none; }
.breadcrumbs .btn {
  width: 7rem;
  height: 2.2rem; }
  .breadcrumbs .btn img {
    display: none; }

.about {
  padding: 5rem 0; }
  .about-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    margin-bottom: 5rem; }
    .about-info__item {
      text-align: center; }
      .about-info__item img {
        display: inline-block;
        margin-bottom: .9rem;
        width: 4rem; }
  .about-wrap {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 6rem; }
  .about-left {
    width: 48%; }
    .about-left .about__img {
      height: 22.2rem;
      margin-bottom: 2.5rem; }
  .about__img {
    border-radius: 1.5rem;
    overflow: hidden; }
    .about__img img, .about__img video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .about-right {
    width: 52%; }
    .about-right__wrap {
      display: flex;
      gap: 2.5rem; }
    .about-right__flex {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 62%; }
      .about-right__flex .about__img {
        height: 15.2rem; }
  .about__btn {
    height: 3.3rem;
    width: 13rem;
    font-weight: 600; }
  .about__video {
    height: 23.2rem;
    width: 38%; }
    .about__video video {
      transform: scale(1.01); }
  .about__text {
    margin-bottom: 2.5rem;
    max-width: 31rem; }
  .about-numbers {
    display: flex;
    gap: 1.5rem; }
    .about-numbers__item {
      border-radius: 1.5rem;
      background: #fff;
      box-shadow: 0px 0.75rem 1.5rem 0px rgba(0, 0, 0, 0.05);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      font-weight: 600;
      font-size: 1.1rem;
      width: calc(25% - 1.125rem);
      height: 9rem; }
      .about-numbers__item div {
        font-size: 3.25rem;
        color: #00A3FF;
        line-height: 1.3; }
  .about-page {
    padding-top: 4.3rem; }
    .about-page .section-title {
      margin-bottom: 5rem; }
  .about-list__item {
    display: flex;
    gap: 4rem;
    align-items: center;
    margin-bottom: 3.5rem; }
    .about-list__item:nth-child(2n) {
      flex-direction: row-reverse; }
  .about-list__text {
    width: 47.5%;
    font-size: 1rem; }
  .about-list__img {
    width: 52.5%; }
    .about-list__img img {
      width: 100%;
      display: block;
      border-radius: 1.5rem; }

.services-item {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 25rem;
  width: calc(33.3333% - 1rem); }
  .services-item:hover .services-item__wrap {
    background: rgba(0, 0, 0, 0.55);
    transform: none; }
  .services-item:hover .services-item__text, .services-item:hover .services-item__btn {
    opacity: 1; }
  .services-item__img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .services-item__img img, .services-item__img video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .services-item__wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5rem;
    transform: translateY(12.5rem);
    transition: .6s all;
    border-radius: 1.5rem; }
  .services-item__title {
    font-size: 1.6rem;
    line-height: 2rem;
    height: 4rem;
    display: flex;
    align-items: flex-end;
    font-weight: 600; }
  .services-item__text {
    line-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    height: 7.2rem;
    opacity: 0;
    transition: .6s all; }
  .services-item__btn {
    align-self: flex-start;
    padding: 0 1rem;
    min-width: 10.5rem;
    opacity: 0; }
.services-slider .services-item {
  width: 100%; }
.services-page {
  padding-top: 4.3rem; }
  .services-page .section-title {
    margin-bottom: 2.5rem; }
.services__text {
  max-width: 56rem;
  margin: 0 auto 3.5rem;
  font-size: 1rem;
  text-align: center; }
  .services__text p {
    margin-bottom: 1.5rem; }
    .services__text p:last-child {
      margin-bottom: 0; }
.services-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
  padding-bottom: 2rem; }
.services-single {
  padding: 6rem 0 2rem; }
  .services-single .container {
    display: flex;
    gap: 3rem;
    align-items: flex-start; }
  .services-single__wrap {
    width: 47%; }
  .services-single__title {
    font-weight: 600;
    font-size: 1.9rem;
    margin-bottom: 2rem; }
  .services-single__content {
    font-size: 1rem; }
    .services-single__content h2, .services-single__content h3, .services-single__content h4, .services-single__content h5, .services-single__content h6 {
      font-size: 1.3rem;
      font-weight: 600;
      color: #00A3FF; }
  .services-single__img {
    width: 53%; }
    .services-single__img img {
      display: block;
      width: 100%;
      border-radius: 1.5rem; }

.problems {
  padding: 6rem 0;
  overflow: hidden; }
  .problems .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 21rem; }
  .problems-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem 3rem;
    margin-bottom: 6.5rem; }
  .problems-item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    height: 14.5rem;
    width: calc(25% - 2.25rem);
    position: relative; }
    .problems-item:hover::before {
      border-color: #80d1ff; }
    .problems-item:hover::after {
      transform: scale(0.7);
      opacity: .6; }
    .problems-item:hover .problems-item__img {
      filter: drop-shadow(1rem 1.5rem 2.5rem rgba(0, 163, 255, 0.2)); }
    .problems-item::before {
      width: 11rem;
      height: calc(100% - 1.65rem);
      position: absolute;
      z-index: -2;
      bottom: 0;
      left: 0;
      border-radius: 1.5rem;
      border: 1px solid #ededed;
      content: '';
      transition: .6s all; }
    .problems-item::after {
      width: 8rem;
      position: absolute;
      height: 8rem;
      content: '';
      right: -2rem;
      bottom: -2rem;
      z-index: -1;
      transition: .6s all;
      background: radial-gradient(circle, white 40%, rgba(255, 255, 255, 0) 100%);
      transform: bottom right; }
    .problems-item__img {
      width: 6.8rem;
      height: 6.8rem;
      overflow: hidden;
      border-radius: .75rem;
      filter: drop-shadow(1rem 1.5rem 2.5rem #E0E0E0);
      transition: .6s all;
      margin-bottom: 1.75rem; }
      .problems-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .problems-item__text {
      position: relative;
      z-index: 1;
      padding-left: 2rem;
      font-size: 0.8rem;
      line-height: 1.4; }
  .problems-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6rem;
    border-radius: 1rem;
    background: #00A3FF;
    color: #fff;
    padding-left: 2.5rem;
    padding-right: 4rem; }
    .problems-info__text {
      font-weight: 600;
      font-size: 1.3rem; }
    .problems-info__img {
      width: 10.5rem;
      height: 10.5rem;
      align-self: flex-end; }
      .problems-info__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: bottom center; }
    .problems-info__btn {
      height: 3.3rem;
      padding-left: 0.4rem;
      padding-right: 1.4rem; }
      .problems-info__btn svg {
        width: 2.5rem;
        height: 2.5rem; }

.operate-main {
  padding-bottom: 3rem; }
.operate-list__item {
  font-weight: 500;
  padding: 1rem 0;
  transition: .6s all;
  position: relative;
  z-index: 1; }
  .operate-list__item::after {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5.9000000954px);
    opacity: 0;
    transition: .6s all; }
  .operate-list__item:hover::after {
    opacity: 1; }
  .operate-list__item:hover .operate-list__name {
    border-color: #fff; }
  .operate-list__item:hover .operate-list__img {
    opacity: 1; }
  .operate-list__item:first-child .container::before {
    height: calc(50% + 1rem);
    top: auto;
    bottom: -1rem; }
  .operate-list__item:last-child .container::before {
    height: calc(50% + 1rem); }
  .operate-list__item:last-child .container::after {
    content: none; }
  .operate-list__item .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1; }
    .operate-list__item .container::before {
      position: absolute;
      left: 4.2rem;
      top: -1rem;
      height: calc(100% + 2rem);
      width: 1px;
      background: #fff;
      content: '';
      z-index: -1; }
    .operate-list__item .container::after {
      position: absolute;
      bottom: -1rem;
      right: 2rem;
      width: calc(100% - 9.6rem);
      content: '';
      background: #fff;
      height: 1px;
      z-index: -1; }
.operate-list__wrap {
  width: 21rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0; }
.operate-list__number {
  width: 4.4rem;
  height: 4.4rem;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 1.6rem;
  color: #00A3FF; }
.operate-list__name {
  font-size: 2.4rem;
  font-weight: 600;
  transition: .6s all;
  border-bottom: .1rem solid transparent;
  line-height: 1.2; }
.operate-list__text {
  font-size: 1rem;
  font-weight: 500;
  max-width: 20.5rem; }
.operate-list__img {
  width: 11rem;
  height: 11rem;
  flex-shrink: 0;
  opacity: 0;
  transition: .6s all; }
  .operate-list__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%; }
.operate-info {
  margin: 6rem 0 7rem;
  position: relative;
  z-index: 1; }
  .operate-info::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1.5rem;
    z-index: -1;
    content: '';
    border: 1px solid #D7D7D7;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem); }
  .operate-info__item {
    display: flex;
    align-items: center; }
    .operate-info__item:nth-child(2n) {
      flex-direction: row-reverse; }
      .operate-info__item:nth-child(2n) .operate-info__wrap {
        width: 45%;
        padding: 0 2.5rem; }
      .operate-info__item:nth-child(2n) .operate-info__img {
        border-radius: 1.5rem 0 0 1.5rem;
        width: 55%; }
    .operate-info__item:first-child .operate-info__img {
      border-top-left-radius: 1.5rem; }
    .operate-info__item:last-child .operate-info__img {
      border-bottom-right-radius: 1.5rem; }
  .operate-info__wrap {
    width: 55%;
    padding: 0 4.5rem; }
  .operate-info__img {
    height: 25rem;
    overflow: hidden;
    border-radius: 0 1.5rem 1.5rem 0;
    width: 45%; }
    .operate-info__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .operate-info__title {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 1.5rem; }
    .operate-info__title span {
      color: #00A3FF;
      display: block; }
  .operate-info__text {
    line-height: 1.8; }
  .operate-info__btn {
    margin-top: 2rem;
    height: 3.3rem;
    padding-left: 0.4rem;
    padding-right: 1.4rem; }
    .operate-info__btn svg {
      color: #00A3FF;
      width: 2.5rem;
      height: 2.5rem; }
.operate-card {
  padding: 2.5rem;
  border-radius: 1.5rem;
  background-size: 70rem;
  position: relative; }
  .operate-card__wrap {
    max-width: 33.5rem; }
  .operate-card__title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    max-width: 29.5rem; }
  .operate-card__text {
    font-size: 1rem;
    margin-bottom: 2rem;
    font-weight: 500; }
  .operate-card__btn {
    width: 15.4rem;
    font-weight: 600;
    height: 3rem; }
  .operate-card__img {
    position: absolute;
    bottom: 0;
    right: 8rem;
    width: 20rem;
    height: 21.5rem; }
    .operate-card__img img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
      object-position: bottom center; }

.reviews {
  padding-top: 4.5rem; }
  .reviews__text {
    margin: 0 auto 2rem;
    max-width: 60rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500; }
  .reviews-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 6rem; }
  .reviews-item {
    box-shadow: 0px 0.75rem 1.5rem 0px rgba(0, 0, 0, 0.05);
    border-radius: 1.5rem;
    background: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    width: calc(50% - .75rem); }
    .reviews-item__text {
      line-height: 1.9; }
    .reviews-item__bot {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .reviews-item__author {
      display: flex;
      align-items: center;
      gap: .75rem; }
    .reviews-item__photo {
      flex-shrink: 0;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      border: 1px solid #efefef;
      overflow: hidden; }
      .reviews-item__photo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .reviews-item__name {
      font-weight: 600;
      margin-bottom: 0.2rem; }
    .reviews-item__mark {
      display: flex; }
      .reviews-item__mark span {
        width: 0.9rem;
        height: 0.9rem;
        display: inline-flex;
        background: url(../img/icons/star-bg.svg) center center no-repeat;
        background-size: contain; }
        .reviews-item__mark span img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: contain; }
    .reviews-item__ico {
      width: 2rem; }
  .reviews-slider .reviews-item {
    width: 100%;
    box-shadow: 0px 0.6rem 1rem 0px rgba(0, 0, 0, 0.05);
    height: 100%; }
  .reviews-slider .owl-stage-outer {
    margin: -1.5rem -.75rem;
    padding: 1.5rem .75rem; }
  .reviews-slider .owl-stage {
    display: flex; }
  .reviews-slider .owl-dots .owl-dot {
    background: #EAEAEA; }
    .reviews-slider .owl-dots .owl-dot.active {
      background: #00A3FF; }
  .reviews-arrows {
    margin-bottom: 4rem; }
    .reviews-arrows span {
      color: #00A3FF;
      border-color: #00A3FF; }
      .reviews-arrows span:hover {
        color: #fff;
        background: #00A3FF; }
  .reviews-advantages {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .reviews-advantages__img {
      width: 9rem;
      height: 5rem;
      display: flex;
      justify-content: center;
      margin: 0 auto 1.5rem; }
      .reviews-advantages__img img {
        display: inline-block;
        max-height: 100%; }
    .reviews-advantages__text {
      font-size: 1.1rem;
      text-align: center;
      line-height: 1.4;
      font-weight: 600;
      max-width: 9rem; }

.faq {
  padding: 6rem 0 5rem; }
  .faq .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 22.5rem; }
  .faq-wrap {
    display: flex;
    gap: 1.5rem; }
  .faq-list {
    width: calc(100% - 17rem); }
  .faq-item {
    margin-bottom: 1.5rem; }
    .faq-item.active .faq-item__question img {
      transform: rotate(180deg); }
    .faq-item:last-child {
      margin-bottom: 0; }
    .faq-item__question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1.5rem;
      height: 4rem;
      border-radius: .75rem;
      box-shadow: 0px 0.75rem 1.5rem 0px rgba(0, 0, 0, 0.05);
      padding-left: 1.5rem;
      padding-right: 1.1rem;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      user-select: none; }
      .faq-item__question img {
        width: 1.8rem;
        transition: .6s all;
        flex-shrink: 0; }
    .faq-item__answer {
      margin-top: 1.35rem;
      padding: 1.5rem 2rem 2rem 1.5rem;
      border-radius: .75rem;
      line-height: 1.9;
      border: 1px solid #00A3FF;
      background: #fff;
      display: none; }
  .faq-cards {
    width: 15.5rem;
    display: flex;
    gap: 1.1rem;
    flex-direction: column; }
  .faq-card {
    width: 100%;
    height: 6.5rem;
    border-radius: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: .5rem;
    color: #fff;
    font-size: 1rem;
    background: #00A3FF; }
    .faq-card:hover {
      background: #50CBFF; }
    .faq-card:last-child {
      background: #50CBFF; }
      .faq-card:last-child:hover {
        background: #00A3FF; }
    .faq-card span {
      font-size: 1.2rem;
      font-weight: 600; }

.news {
  padding-bottom: 12.6rem;
  margin-bottom: -6.3rem; }
  .news .section-title {
    text-align: left; }
  .news-item {
    height: 20rem;
    border-radius: 1.5rem;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    gap: 2rem;
    font-size: 0.75rem;
    width: calc(33.3333% - 1rem);
    border: 1px solid #DFE4EF; }
    .news-item:hover .news-item__img {
      opacity: 1; }
    .news-item:hover .news-item__title, .news-item:hover .news-item__date, .news-item:hover .news-item__tag {
      color: #fff; }
    .news-item:hover .news-item__btn {
      color: #fff; }
      .news-item:hover .news-item__btn svg circle {
        fill: #00A3FF; }
    .news-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      transition: .6s all;
      opacity: 0; }
      .news-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.35); }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover; }
    .news-item__tag {
      color: #ABABAB;
      margin-bottom: 1.4rem;
      transition: .6s all; }
    .news-item__title {
      font-size: 1rem;
      font-weight: 500;
      transition: .6s all;
      color: #000; }
    .news-item__bot {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .news-item__btn {
      color: #00A3FF;
      display: inline-flex;
      align-items: center;
      gap: .75rem; }
      .news-item__btn svg {
        width: 2.5rem;
        height: 2.5rem; }
        .news-item__btn svg circle {
          transition: .6s all; }
    .news-item__date {
      color: #8694B1;
      transition: .6s all; }
  .news-slider .news-item {
    width: 100%;
    border: none; }
  .news-page {
    padding-top: 6rem; }
  .news-list {
    gap: 1.5rem;
    display: flex;
    flex-wrap: wrap; }
  .news-single {
    padding: 6rem 0; }
    .news-single .container {
      display: flex;
      gap: 1.5rem; }
    .news-single__img {
      margin-bottom: 3rem;
      width: 100%; }
      .news-single__img img {
        width: 100%;
        display: block;
        border-radius: 1.5rem; }
    .news-single__title {
      font-size: 1.7rem;
      font-weight: 600;
      margin-bottom: 2.5rem; }
    .news-single__content {
      line-height: 1.6;
      font-size: 1rem; }
      .news-single__content h2, .news-single__content h3, .news-single__content h4, .news-single__content h5 {
        font-size: 1.3rem;
        font-weight: 600; }
  .news-main {
    width: calc(100% - 22.5rem); }
  .news-side {
    width: 21rem; }
    .news-side__title {
      margin-bottom: 1.5rem;
      font-size: 1.7rem;
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: .85rem; }
      .news-side__title::before {
        width: 0.75rem;
        height: 0.75rem;
        border-radius: 50%;
        background: #00A3FF;
        content: ''; }
    .news-side .news-item {
      width: 100%;
      padding: 1.5rem 1.7rem;
      margin-bottom: 1.5rem;
      height: auto; }
      .news-side .news-item__btn {
        color: #00A3FF;
        gap: .6rem; }
        .news-side .news-item__btn svg {
          width: 1.5rem;
          height: 1.5rem;
          color: #fff; }
          .news-side .news-item__btn svg circle {
            fill: #00A3FF; }
      .news-side .news-item:hover {
        border-color: #00A3FF; }
        .news-side .news-item:hover .news-item__title {
          color: #000; }
        .news-side .news-item:hover .news-item__tag {
          color: #ABABAB; }
        .news-side .news-item:hover .news-item__btn {
          color: #00A3FF; }
          .news-side .news-item:hover .news-item__btn svg {
            color: #fff; }

.order-top {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 6rem; }
.order-map {
  width: 50%;
  border-radius: 1.5rem;
  background: #fff;
  overflow: hidden; }
  .order-map #map {
    width: 100%;
    height: 100%; }
.order-form {
  width: 50%;
  padding: 2.4rem 3.5rem 1.7rem;
  box-shadow: 0px 0.75rem 1.5rem 0px rgba(0, 0, 0, 0.05); }
.order .section-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.5rem; }
.order-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 6rem; }
  .order-trust li {
    width: calc(25% - 1.125rem);
    height: 8.7rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0.75rem 1.5rem 0px rgba(0, 0, 0, 0.05); }
    .order-trust li img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
.order-card {
  border-radius: 1.5rem;
  height: 18rem;
  background: url(../img/start.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff; }
  .order-card .section-title {
    text-transform: uppercase;
    margin-bottom: 0.5rem; }
  .order-card__text {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2.8rem; }
  .order-card__btns {
    display: flex;
    gap: 1rem; }
    .order-card__btns .btn {
      width: 13rem;
      font-weight: 600;
      height: 3rem; }

.offers {
  padding: 4.3rem 0 2rem; }
  .offers-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; }
  .offers-item {
    border-radius: 1.5rem;
    box-shadow: 0px 0.75rem 1.5rem 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    width: calc(33.33333% - 1rem);
    padding: 2rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3;
    height: 9.5rem; }
    .offers-item div {
      font-weight: 600;
      font-size: 1.7rem;
      color: #00A3FF;
      margin-bottom: 0.3rem; }

.before {
  padding: 4.3rem 0 2rem; }
  .before-item {
    width: 100%;
    height: 29rem;
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: 3rem;
    position: relative; }
    .before-item:last-child {
      margin-bottom: 0; }
    .before-item img {
      object-fit: cover;
      height: 100%;
      display: block;
      max-width: none; }
  .before-bullet {
    background: #00A3FF url(../img/icons/before.svg) center center no-repeat;
    background-size: contain; }

.contact {
  padding: 6rem 0 3rem; }
  .contact-list {
    display: flex;
    justify-content: space-between; }
  .contact-item__title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #B6C5D7;
    margin-bottom: 1.5rem; }
  .contact-item__text {
    font-weight: 500; }
    .contact-item__text a {
      color: #000; }
      .contact-item__text a:hover {
        color: #00A3FF; }
  .contact-item .footer-social a {
    width: 3rem;
    height: 3rem;
    color: #00A3FF;
    background: #F2F8FF; }
    .contact-item .footer-social a:hover {
      background: #00A3FF;
      color: #fff; }

.footer-main {
  padding: 3.7rem 0 .7rem;
  border-radius: 5rem 5rem 0 0; }
  .footer-main .container {
    display: flex;
    justify-content: space-between; }
.footer-col:nth-child(1) {
  width: 25%; }
.footer-col:nth-child(2) {
  width: 22%; }
.footer-col:nth-child(3) {
  width: 23rem; }
.footer-item {
  margin-bottom: 3rem; }
  .footer-item-first {
    margin-bottom: 1.5rem; }
  .footer-item__big {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.2; }
    .footer-item__big a {
      color: #fff; }
      .footer-item__big a:hover {
        opacity: .7; }
.footer__title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5rem; }
  .footer__title a {
    color: #fff; }
    .footer__title a:hover {
      opacity: .7; }
.footer-menu {
  font-weight: 500; }
  .footer-menu > li {
    margin-bottom: 0.6rem; }
    .footer-menu > li:last-child {
      margin-bottom: 0; }
  .footer-menu a {
    color: #fff; }
    .footer-menu a:hover {
      opacity: .7; }
  .footer-menu__parent > a {
    display: inline-flex;
    align-items: center;
    gap: .2rem;
    cursor: pointer; }
    .footer-menu__parent > a img {
      width: 1rem;
      transition: .6s all; }
    .footer-menu__parent > a.active img {
      transform: rotate(180deg); }
  .footer-menu__parent .submenu {
    font-size: 0.8rem;
    padding-left: 1rem;
    display: none; }
.footer-payment {
  display: flex;
  gap: 1rem; }
  .footer-payment li {
    width: 5rem;
    height: 3.5rem;
    border-radius: .75rem;
    background: #fff; }
    .footer-payment li img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
.footer-social {
  display: flex;
  gap: 1rem; }
  .footer-social li {
    display: flex; }
    .footer-social li a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 4rem;
      height: 4rem;
      color: #307FE2;
      border-radius: 50%;
      background: #fff; }
      .footer-social li a svg {
        width: 1.2rem;
        height: 1.2rem;
        display: block; }
      .footer-social li a:hover {
        color: #00A3FF; }
.footer-copy {
  padding: 1.3rem 0;
  font-size: 0.8rem; }
  .footer-copy .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-copy a {
    color: #000; }
    .footer-copy a:hover {
      color: #00A3FF; }

@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

  .tel-popup {
    right: 4rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; }

  .tel-popup {
    right: 1.5rem; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .section-title {
    margin-bottom: 2.5rem; }

  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    backdrop-filter: blur(15px);
    background: rgba(0, 163, 255, 0.5); }
    .mobile-menu__wrap {
      background: #fff;
      border-radius: 0 0 4rem 4rem;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: 85svh;
      padding-bottom: 5svh;
      gap: 3rem; }
    .mobile-menu__list {
      font-weight: 500;
      text-align: center; }
      .mobile-menu__list > li {
        margin-bottom: 1.2rem;
        font-size: 1.8rem; }
        .mobile-menu__list > li:last-child {
          margin-bottom: 0; }
        .mobile-menu__list > li a {
          color: #00A3FF; }
    .mobile-menu__parent > a {
      display: inline-flex;
      position: relative;
      align-items: center; }
      .mobile-menu__parent > a.active img {
        transform: rotate(90deg); }
      .mobile-menu__parent > a img {
        position: absolute;
        right: -2.4rem;
        width: 1.8rem;
        display: block;
        transition: .6s all; }
    .mobile-menu__parent .submenu {
      margin-top: 0.5rem;
      display: none; }
      .mobile-menu__parent .submenu li {
        margin-bottom: 0.8rem;
        font-size: 1.1rem; }
        .mobile-menu__parent .submenu li a {
          color: #000; }
    .mobile-menu__close {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -1.5rem;
      width: 3rem;
      height: 3rem;
      cursor: pointer;
      user-select: none;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: #00A3FF;
      transition: .6s all;
      box-shadow: 0px 0.75rem 1.5rem 0px rgba(0, 0, 0, 0.05); }
      .mobile-menu__close:hover {
        background: #50CBFF; }
      .mobile-menu__close img {
        width: 1.3rem; }
    .mobile-menu .footer-social a {
      background: #F7F7F7; }
      .mobile-menu .footer-social a:hover {
        color: #fff;
        background: #00A3FF; }

  .header-menu {
    display: none; }
  .header-wrap {
    gap: .7rem; }
  .header__btn {
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px); }
    .header__btn span {
      display: none; }
    .header__btn:hover {
      background: rgba(255, 255, 255, 0.1); }
  .header-mobile {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 50%;
    transition: .6s all; }
    .header-mobile img {
      width: 1.1rem; }
  .header-scrolled .header__btn, .header-scrolled .header-mobile {
    background: rgba(255, 255, 255, 0.3); }
    .header-scrolled .header__btn:hover, .header-scrolled .header-mobile:hover {
      background: rgba(255, 255, 255, 0.3); }

  .main-page {
    height: auto; }
    .main-page .main-content {
      padding-top: 3rem; }
  .main-wrap {
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2.5rem; }
  .main-form {
    margin: 0 auto; }

  .about-info {
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 1.5rem; }
    .about-info__item {
      width: calc(33.3333% - 1rem); }
  .about-wrap {
    flex-direction: column;
    align-items: center; }
  .about-left {
    width: 80%;
    display: flex;
    flex-direction: column-reverse; }
  .about-right {
    width: 80%; }
  .about-numbers {
    flex-wrap: wrap; }
    .about-numbers__item {
      width: calc(50% - .75rem); }
  .about-page .section-title {
    margin-bottom: 3rem; }
  .about-list__item {
    gap: 2.5rem;
    margin-bottom: 2.5rem; }

  .services-item {
    width: calc(50% - .75rem); }
  .services-single {
    padding-top: 5rem; }
    .services-single .container {
      flex-direction: column; }
    .services-single__wrap {
      width: 100%; }
    .services-single__img {
      width: 100%; }

  .problems {
    padding: 5rem 0; }
    .problems-list {
      margin-bottom: 5rem; }
    .problems-item {
      width: calc(50% - 1.5rem); }
      .problems-item__text {
        max-width: 15rem; }
    .problems-info {
      padding-right: 0; }
      .problems-info__btn {
        flex-shrink: 0;
        margin: 0 1rem; }

  .operate-list__item .container {
    flex-wrap: wrap; }
    .operate-list__item .container::before {
      content: none; }
    .operate-list__item .container::after {
      width: calc(100% - 4rem); }
  .operate-list__wrap {
    width: 100%; }
  .operate-list__img {
    width: 8rem;
    height: 8rem; }
  .operate-list__name {
    font-size: 2rem; }
  .operate-list__number {
    width: 3.5rem;
    height: 3.5rem; }
  .operate-list__text {
    max-width: 30rem; }
  .operate-info {
    margin: 5rem -2rem;
    width: calc(100% + 4rem); }
    .operate-info__item {
      flex-direction: column-reverse; }
      .operate-info__item:nth-child(2n) {
        flex-direction: column-reverse; }
        .operate-info__item:nth-child(2n) .operate-info__img {
          width: 100%;
          padding-right: 0;
          padding-left: 4rem; }
          .operate-info__item:nth-child(2n) .operate-info__img img {
            border-radius: 1.5rem 0 0 1.5rem; }
        .operate-info__item:nth-child(2n) .operate-info__wrap {
          width: 100%;
          padding: 2rem 4rem 4rem; }
    .operate-info__img {
      width: 100%;
      border-radius: 0 !important;
      padding-right: 4rem; }
      .operate-info__img img {
        border-radius: 0 1.5rem 1.5rem 0; }
    .operate-info__wrap {
      width: 100%;
      padding: 2rem 4rem 4rem; }
  .operate-card {
    padding-bottom: 0; }
    .operate-card__img {
      position: static;
      margin: 2rem auto 0; }

  .faq-wrap {
    flex-direction: column;
    align-items: center; }
  .faq-list {
    width: 100%; }
  .faq-cards {
    flex-direction: row;
    width: 25rem; }

  .news {
    padding-bottom: 10rem; }
    .news-page {
      padding-top: 5rem; }
    .news-item {
      width: calc(50% - .75rem); }
    .news-single {
      padding: 5rem 0; }
      .news-single .container {
        flex-direction: column;
        gap: 3rem; }
    .news-main {
      width: 100%; }
    .news-side {
      width: 100%; }
      .news-side__list {
        margin-left: -2rem;
        width: calc(100% + 4rem);
        padding: 0 2rem;
        display: flex;
        gap: 1.5rem;
        overflow: auto; }
        .news-side__list::-webkit-scrollbar {
          display: none; }
        .news-side__list .news-item {
          flex-shrink: 0;
          width: calc(50% - 1rem);
          margin-bottom: 0; }

  .order-top {
    flex-direction: column;
    align-items: center; }
  .order-map {
    width: 100%;
    height: 30rem; }
  .order-form {
    width: 70%; }
  .order-trust {
    justify-content: center; }
    .order-trust li {
      width: calc(33.3333% - 1rem); }

  .offers-item {
    width: calc(50% - .75rem); }

  .before-item {
    height: 25rem; }

  .contact {
    padding-top: 4rem; }
    .contact-list {
      flex-wrap: wrap;
      gap: 2rem; }

  .footer-main .container {
    flex-wrap: wrap; }
  .footer-col:nth-child(1) {
    width: 55%; }
  .footer-col:nth-child(2) {
    width: 40%; }
  .footer-col:nth-child(3) {
    width: 100%; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 2.2rem;
    margin-bottom: 2.2rem; }

  .tel-popup {
    right: .5rem;
    bottom: 4.5rem;
    width: 3rem;
    height: 3rem; }

  .pattern-bg {
    padding: 4rem 0;
    background-size: 250vw; }

  .arrows {
    justify-content: center;
    margin-top: 2rem; }

  .pagination {
    margin-top: 2rem; }
    .pagination a {
      width: 2.5rem;
      height: 2.5rem; }

  .preloader {
    background-size: 200vw; }
    .preloader__logo {
      width: 10rem; }

  .feedback-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -5rem;
    width: 35rem;
    height: 35rem;
    padding: 5rem;
    justify-content: center; }
  .feedback-wrap, .feedback-done {
    width: calc(100vw - 2rem); }

  .mobile-menu__list > li {
    font-size: 1.6rem;
    margin-bottom: 1rem; }
  .mobile-menu__wrap {
    height: 90svh; }

  .header {
    top: 1.8rem; }
    .header__logo {
      width: 7rem; }
    .header-scrolled {
      top: 0; }
      .header-scrolled .header__logo {
        width: 4.5rem; }

  .main {
    padding-bottom: 2.5rem;
    height: 25rem; }
    .main__bg {
      border-radius: 0 0 2.5rem 2.5rem; }
    .main__title {
      font-size: 2.5rem; }
    .main-page {
      height: auto; }
      .main-page .main-content {
        padding-top: 1rem; }
    .main__text {
      font-size: 1rem; }
    .main-form {
      width: 100%; }

  .breadcrumbs .btn {
    width: 2.2rem; }
    .breadcrumbs .btn img {
      display: block; }
    .breadcrumbs .btn span {
      display: none; }
  .breadcrumbs-wrap {
    padding-left: 1rem; }
  .breadcrumbs-list li a {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1; }

  .about {
    padding: 4rem 0; }
    .about-info__item {
      width: calc(50% - .75rem); }
    .about-wrap {
      gap: 2rem;
      margin-bottom: 4rem; }
    .about-left {
      width: 100%; }
      .about-left .about__img {
        margin-bottom: 0; }
    .about__text {
      margin-bottom: 1.8rem; }
    .about-right {
      width: 100%; }
      .about-right__wrap {
        flex-direction: column-reverse;
        gap: 2rem; }
      .about-right__flex {
        width: 100%; }
    .about__video {
      width: 100%;
      height: 15rem; }
    .about__btn {
      width: 100%;
      margin-top: 2rem; }
    .about-numbers {
      gap: 1rem; }
      .about-numbers__item {
        width: calc(50% - .5rem);
        font-size: 1rem; }
        .about-numbers__item div {
          font-size: 2.5rem; }
    .about-page {
      padding-top: 4rem; }
      .about-page .section-title {
        margin-bottom: 2.2rem; }
    .about-list__item {
      flex-direction: column;
      margin-bottom: 5rem;
      gap: 2rem; }
      .about-list__item:nth-child(2n) {
        flex-direction: column; }
      .about-list__item:last-child {
        margin-bottom: 2rem; }
    .about-list__text {
      width: 100%; }
    .about-list__img {
      width: 100%; }

  .services-list {
    gap: 2rem; }
  .services-item {
    width: 100%; }
    .services-item__wrap {
      background: rgba(0, 0, 0, 0.55);
      transform: none;
      padding: 1.5rem; }
    .services-item .services-item__text, .services-item .services-item__btn {
      opacity: 1; }
  .services-slider {
    margin-left: -1rem;
    width: calc(100% + 2rem); }
    .services-slider .services-item {
      width: 20rem; }
    .services-slider .owl-stage-outer {
      padding: 0 1rem; }
  .services-single {
    padding-top: 4rem; }

  .problems {
    padding: 4rem 0; }
    .problems .section-title {
      margin-bottom: 0.2rem; }
    .problems-list {
      flex-wrap: nowrap;
      margin-left: -1rem;
      width: calc(100% + 2rem);
      overflow: auto;
      padding: 2rem 1rem;
      gap: 2rem;
      margin-bottom: 2rem; }
      .problems-list::-webkit-scrollbar {
        display: none; }
    .problems-item {
      flex-shrink: 0;
      width: 14rem; }
    .problems-info {
      display: block;
      height: auto;
      padding: 1.5rem;
      position: relative;
      overflow: hidden; }
      .problems-info__btn {
        margin-left: 0;
        margin-top: 1.5rem; }
      .problems-info__img {
        position: absolute;
        right: -1rem;
        bottom: 0;
        width: 8rem;
        height: 8rem; }

  .operate-list__text {
    width: calc(100% - 9rem); }
  .operate-info {
    margin: 4rem -1rem;
    width: calc(100% + 2rem); }
    .operate-info::after {
      width: calc(100% - 2rem);
      height: calc(100% - 2rem); }
    .operate-info__item:nth-child(2n) .operate-info__img {
      width: 100%;
      padding-right: 0;
      padding-left: 2rem; }
    .operate-info__item:nth-child(2n) .operate-info__wrap {
      padding: 1rem 2rem 2rem; }
    .operate-info__img {
      width: 100%;
      padding-right: 2rem;
      height: 18rem; }
    .operate-info__wrap {
      padding: 1rem 2rem 2rem; }
    .operate-info__title {
      margin-bottom: 1rem; }
    .operate-info__btn {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
  .operate-card {
    padding: 2rem 1rem 0; }
    .operate-card__btn {
      width: 100%; }

  .reviews {
    padding-top: 4rem; }
    .reviews__text {
      font-size: 1.2rem;
      margin-bottom: 2.5rem; }
    .reviews-list {
      gap: 2rem; }
    .reviews-item {
      padding: 1rem;
      width: 100%; }
    .reviews-advantages {
      flex-wrap: wrap;
      gap: 3rem 1rem; }
      .reviews-advantages__item {
        width: calc(50% - .5rem); }
      .reviews-advantages__img {
        width: 7.5rem;
        height: 4rem;
        margin-bottom: 1rem; }

  .faq {
    padding: 4rem 0; }
    .faq-item__question {
      height: auto;
      padding: 1rem; }
    .faq-item__answer {
      padding: 1rem 1.5rem 1.5rem 1rem;
      margin-top: 1rem; }
    .faq-cards {
      width: 100%;
      flex-direction: column; }

  .news {
    padding-bottom: 8rem; }
    .news-item {
      width: 100%; }
      .news-item__img {
        opacity: 1; }
      .news-item__title, .news-item__date, .news-item__tag {
        color: #fff; }
      .news-item__btn {
        color: #fff; }
        .news-item__btn svg circle {
          fill: #00A3FF; }
    .news-slider {
      margin-left: -1rem; }
      .news-slider .owl-stage-outer {
        width: calc(100% + 2rem);
        padding: 0 1rem; }
      .news-slider .news-item {
        width: 20rem; }
    .news-page {
      padding-top: 4rem; }
    .news-single {
      padding: 4rem 0; }
      .news-single__img {
        margin-bottom: 2rem; }
      .news-single__title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem; }
    .news-side__list {
      margin-left: -1rem;
      width: calc(100% + 2rem);
      gap: 1rem;
      padding: 0 1rem; }
      .news-side__list .news-item {
        width: 20rem; }
        .news-side__list .news-item__title {
          color: #000; }
        .news-side__list .news-item__tag {
          color: #ABABAB; }
        .news-side__list .news-item__btn {
          color: #00A3FF; }
          .news-side__list .news-item__btn svg {
            color: #fff; }

  .order-top {
    margin-bottom: 4rem; }
  .order-map {
    height: 20rem; }
  .order-card__btns {
    flex-direction: column; }
  .order-form {
    width: 100%;
    padding: 2.4rem 1.5rem 1.5rem; }
  .order-trust {
    gap: 1rem;
    margin-bottom: 4rem; }
    .order-trust li {
      width: calc(50% - .5rem);
      height: 6rem; }
  .order-card {
    height: auto;
    padding: 2rem 1rem;
    text-align: center;
    margin-bottom: 4rem; }
    .order-card__btns {
      width: 100%; }
      .order-card__btns .btn {
        width: 100%; }

  .offers {
    padding-bottom: 0; }
    .offers-list {
      gap: 1.2rem; }
    .offers-item {
      width: 100%;
      padding: 1.5rem;
      font-size: 1.1rem;
      height: 7rem; }
      .offers-item div {
        font-size: 1.4rem; }

  .before-item {
    height: 20rem; }

  .contact {
    padding-top: 4rem; }
    .contact-item {
      width: 100%; }
      .contact-item__title {
        margin-bottom: 0.8rem; }

  .footer-main {
    border-radius: 2.5rem 2.5rem 0 0;
    padding-bottom: 0; }
  .footer-col:nth-child(1) {
    width: 100%;
    order: 3; }
  .footer-col:nth-child(2) {
    width: 100%;
    order: 1;
    display: flex; }
    .footer-col:nth-child(2) .footer-item {
      width: 50%; }
  .footer-col:nth-child(3) {
    width: 100%;
    order: 2; }
  .footer-item__big {
    font-size: 1.5rem; }
  .footer-copy span {
    display: none; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

/*# sourceMappingURL=main.css.map */
