@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  .wrapper.active {
    background-color: #fafafa; }

.page {
  flex: 1 0 auto; }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

:root {
  --font-family: "Montserrat", sans-serif; }

.title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 44px;
  line-height: 100%;
  color: #151515;
  margin-bottom: 50px; }
  @media (max-width: 480px) {
  .title {
    margin-bottom: 20px;
    font-size: 30px; } }

.alert {
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  margin: 10px 0px;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  background: #34a141;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px; }
  .alert button {
    background: transparent;
    color: #fff; }

.top {
  margin-top: 110px;
  margin-bottom: 45px; }
  @media (max-width: 480px) {
  .top {
    margin-top: 60px;
    margin-bottom: 20px; } }
  .top__container {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: #777; }
  .top__main {
    color: #b2b2b2;
    transition: 0.3s; }
    .top__main:hover {
      color: #00a3f5; }
  .top__current {
    color: #151515; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important; }
    @media (max-width: 480px) {
  .pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important; } }

.swiper-pagination-bullet {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 8.5px;
  /* Размер внешнего квадрата */
  height: 8.5px;
  background-color: #9a9a9a;
  border-radius: 100%;
  opacity: 1;
  transition: 0.3s; }
  @media (max-width: 480px) {
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px; } }

.swiper-pagination-bullet-active {
  width: 8.5px;
  /* Размер внешнего квадрата */
  height: 8.5px;
  border-radius: 100%;
  background-color: #00a3f5;
  transition: 0.3s; }
  @media (max-width: 480px) {
  .swiper-pagination-bullet-active {
    width: 5px;
    height: 5px; } }

.whatsapp-phone {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1010;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.whatimg {
  width: 70px; }
  @media (max-width: 1000px) {
  .whatimg {
    width: 50px; } }

.phoneimg {
  width: 70px; }
  @media (max-width: 1000px) {
  .phoneimg {
    width: 50px; } }

.header {
  border-bottom: 1px solid #e3e3e3;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  transition: all 0.4s ease;
  padding: 17px 0px; }
  @media (max-width: 480px) {
  .header {
    padding: 2.5px 0px; } }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .header__logo {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 289px; }
    @media (max-width: 500px) {
  .header__logo {
    min-width: 0px;
    gap: 5px; } }
  .header__logo-text-top {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #151515; }
    @media (max-width: 500px) {
  .header__logo-text-top {
    font-size: 11px; } }
    @media (max-width: 365px) {
  .header__logo-text-top {
    display: none; } }
  .header__logo-text-bottom {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: #555; }
    @media (max-width: 500px) {
  .header__logo-text-bottom {
    font-size: 9px; } }
    @media (max-width: 365px) {
  .header__logo-text-bottom {
    display: none; } }
  .header__right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 901px;
    align-items: center; }
    @media (max-width: 1200px) {
  .header__right {
    justify-content: end; } }
  .header__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 477px; }
  .header__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #151515;
    transition: 0.3s; }
    .header__item:hover {
      color: #00a3f5; }
  .header__item-catalog {
    position: relative;
    transition: 0.3s; }
    .header__item-catalog:hover .header__item-catalog-title {
      color: #00a3f5; }
      .header__item-catalog:hover .header__item-catalog-image {
        transform: scale(-1); }
        .header__item-catalog:hover .header__item-catalog-image * {
          stroke: #00a3f5; }
      .header__item-catalog:hover .header__item-catalog-list-container {
        opacity: 1;
        pointer-events: all; }
  .header__item-catalog-top {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer; }
  .header__item-catalog-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #151515; }
  .header__item-catalog-image {
    margin-top: 3px;
    transition: 0.3s; }
    .header__item-catalog-image * {
      transition: 0.3s; }
  .header__item-catalog-list-container {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 250px;
    top: 100%;
    left: -20px;
    padding-top: 10px;
    transition: 0.3s; }
  .header__item-catalog-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff; }
  .header__item-catalog-item {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: #555;
    text-wrap: balance;
    transition: 0.3s; }
    .header__item-catalog-item:hover {
      color: #00a3f5; }
  .header__phone-place {
    display: flex;
    align-items: center;
    gap: 5px; }
  .header__phone-list {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .header__phone {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #151515;
    transition: 0.3s; }
    .header__phone:hover {
      color: #00a3f5; }
  .header__lang {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #151515;
    transition: 0.3s; }
    @media (max-width: 500px) {
  .header__lang {
    font-size: 15px; } }
    .header__lang.active {
      color: #00a3f5; }
  .header__lang-drop {
    color: #c5c5c5; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }

.burger {
  display: none;
  margin-left: 5px; }
  @media (max-width: 1200px) {
  .burger {
    display: flex;
    gap: 10px; }
    .burger * {
      fill: #00a3f5;
      stroke: #00a3f5; } }

.menu {
  padding: 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 50px;
  transform: translateX(-100%);
  transition: 0.8s; }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 50px;
    color: #bbb;
    cursor: pointer; }
    @media (max-width: 480px) {
  .menu__close {
    font-size: 40px;
    right: 15px;
    top: 10px; } }
  .menu__logo {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 210px; }
  .menu__logo-text-top {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #151515; }
  .menu__logo-text-bottom {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: #555; }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px; }
  .menu__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #151515; }
  .menu__item-catalog-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #151515;
    text-align: center; }
  .menu__item-catalog-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    display: none;
    margin-top: 10px; }
  .menu__item-catalog-item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #151515;
    text-align: center; }
  .menu__feedback {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; }
  .menu__phone-place {
    display: flex;
    align-items: center;
    gap: 5px; }
  .menu__phone {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #151515;
    transition: 0.3s; }

.footer {
  background: #3c3f44;
  border-radius: 30px 30px 0 0; }
  .footer__top {
    padding: 30px 0px;
    border-bottom: 1px solid #4d5055;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 900px) {
  .footer__top {
    flex-direction: column;
    gap: 30px;
    align-items: start; } }
  .footer__social {
    display: flex;
    align-items: center;
    gap: 25px; }
    @media (max-width: 630px) {
  .footer__social {
    flex-direction: column;
    gap: 30px;
    align-items: start; } }
  .footer__social-place {
    display: flex;
    align-items: center;
    gap: 10px; }
  .footer__social-email-place {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-right: 30px; }
  .footer__social-email-list {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .footer__social-email {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.04em;
    color: #fff; }
  .footer__modal {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    line-height: 141%;
    text-align: center;
    color: #00a3f5;
    border-radius: 300px;
    width: 246px;
    height: 40px;
    background: #fff;
    transition: 0.3s; }
    .footer__modal:hover {
      background-color: #00a3f5;
      color: #fff; }
  .footer__bottom {
    padding: 44px 0px;
    display: flex;
    justify-content: space-between;
    gap: 10px; }
    @media (max-width: 480px) {
  .footer__bottom {
    flex-direction: column;
    gap: 30px;
    align-items: start; } }
  .footer__left {
    display: flex;
    align-items: start;
    justify-content: space-between;
    max-width: 823px;
    width: 100%;
    gap: 10px; }
    @media (max-width: 900px) {
  .footer__left {
    flex-direction: column;
    gap: 30px;
    align-items: start; } }
  .footer__logo {
    display: flex;
    align-items: center;
    gap: 17px; }
  .footer__logo-text-top {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2px; }
  .footer__logo-text-bottom {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #fff; }
  .footer__items {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    max-width: 401px;
    width: 100%; }
    @media (max-width: 480px) {
  .footer__items {
    flex-direction: column;
    gap: 30px;
    align-items: start; } }
  .footer__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px; }
  .footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .footer__nav-item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    transition: 0.3s; }
    .footer__nav-item:hover {
      color: #00a3f5; }
  .footer__nav-item-text-list {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .footer__nav-item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff; }
  .footer__foot {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid #54595e;
    display: flex;
    align-items: center; }
    @media (max-width: 390px) {
  .footer__foot {
    flex-direction: column;
    align-items: start; } }
  .footer__foot-left {
    display: flex;
    gap: 5px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    padding-right: 5px;
    padding-top: 2px; }
    .footer__foot-left a {
      padding-top: 1px;
      height: fit-content; }

.main {
  margin-top: 110px;
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .main {
    margin-top: 60px;
    margin-bottom: 40px; } }
  .main__container {
    display: flex;
    gap: 40px; }
    @media (max-width: 770px) {
  .main__container {
    flex-direction: column;
    gap: 10px; } }
  .main__left {
    position: relative;
    width: 100%;
    padding: 65px;
    display: flex;
    align-items: end;
    border-radius: 30px;
    overflow: hidden; }
    .main__left::after {
      background-color: rgba(18, 18, 18, 0.651);
      width: 100%;
      height: 100%;
      content: "";
      left: 0px;
      top: 0px;
      position: absolute; }
    @media (max-width: 1100px) {
  .main__left {
    padding: 10px; } }
    @media (max-width: 770px) {
  .main__left {
    height: 300px; } }
    @media (max-width: 480px) {
  .main__left {
    border-radius: 15px; } }
  .main__video {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .main__content {
    position: relative;
    z-index: 1; }
  .main__title {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 43px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 1000px) {
  .main__title {
    font-size: 25px; } }
    @media (max-width: 480px) {
  .main__title {
    font-size: 20px; } }
  .main__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 23px;
    line-height: 139%;
    color: #fff;
    margin: 25px 0px; }
    @media (max-width: 1000px) {
  .main__subtitle {
    font-size: 18px;
    margin: 10px 0px; } }
    @media (max-width: 480px) {
  .main__subtitle {
    font-size: 14px; } }
  .main__modal {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #151515;
    border-radius: 60px;
    width: 242px;
    height: 48px;
    background: #fff;
    transition: 0.3s; }
    .main__modal:hover {
      background-color: #00a3f5;
      color: #fff; }
    @media (max-width: 480px) {
  .main__modal {
    width: 200px;
    height: 30px; } }
  .main__right {
    width: 328px;
    min-width: 328px;
    background: #f5f5f5;
    border-radius: 30px; }
    @media (max-width: 770px) {
  .main__right {
    width: 100%;
    min-width: auto; } }
    @media (max-width: 480px) {
  .main__right {
    border-radius: 15px; } }
  .main__item {
    padding: 36px 40px;
    border-bottom: 1px solid #cdcdcd; }
    .main__item:last-child {
      border: none; }
    @media (max-width: 480px) {
  .main__item {
    padding: 10px; } }
  .main__item-top {
    display: flex;
    align-items: center;
    gap: 24px; }
    @media (max-width: 480px) {
  .main__item-top {
    gap: 10px; } }
  .main__item-image {
    width: 48px;
    height: 48px; }
    @media (max-width: 480px) {
  .main__item-image {
    width: 30px;
    height: 30px; } }
  .main__item-title-place {
    display: flex;
    gap: 5px; }
  .main__item-title-number {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 49px;
    line-height: 120%;
    color: #00a3f5; }
    @media (max-width: 480px) {
  .main__item-title-number {
    font-size: 30px; } }
  .main__item-title-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 49px;
    line-height: 120%;
    color: #00a3f5; }
    @media (max-width: 480px) {
  .main__item-title-text {
    font-size: 30px; } }
  .main__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 119%;
    color: #151515; }
    @media (max-width: 480px) {
  .main__item-subtitle {
    font-size: 16px; } }

.services {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .services {
    margin-bottom: 40px; } }
  .services__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px; }
    @media (max-width: 800px) {
  .services__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; } }
    @media (max-width: 550px) {
  .services__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px; } }
  .services__item {
    background: #f9f9f9;
    border-radius: 25px; }
  .services__item-image-place {
    border-radius: 25px;
    width: 100%;
    height: 232px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .services__item-content {
    padding: 20px;
    display: flex;
    height: calc(100% - 232px);
    flex-direction: column;
    justify-content: space-between; }
  .services__item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 139%;
    color: #151515; }
  .services__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 147%;
    color: #666;
    margin: 17px 0px; }
    @media (max-width: 480px) {
  .services__item-subtitle {
    margin: 5px 0px; } }
  .services__item-link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #151515;
    border: 1px solid #adadad;
    border-radius: 300px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s; }
    .services__item-link:hover {
      color: #00a3f5;
      border: 1px solid #00a3f5; }
    @media (max-width: 480px) {
  .services__item-link {
    height: 35px;
    font-size: 17px; } }
  .services__feedback {
    background: #f9f9f9;
    border-radius: 25px;
    padding: 35px 20px; }
  .services__feedback-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 33px;
    line-height: 118%;
    text-align: center;
    color: #151515; }
  .services__feedback-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 137%;
    text-align: center;
    color: #666;
    margin: 25px 0px; }
  .services__feedback-input-place {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px; }
  .services__feedback-input {
    border: 1px solid #adadad;
    border-radius: 7px;
    width: 100%;
    height: 50px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    color: #151515;
    padding: 15px 20px; }
  .services__feedback-input-submit {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 300px;
    width: 100%;
    height: 48px;
    background: #00a3f5;
    border: 1px solid #00a3f5;
    transition: 0.3s; }
    .services__feedback-input-submit:hover {
      background-color: #fff;
      color: #00a3f5;
      border: 1px solid #00a3f5; }

.about {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .about {
    margin-bottom: 40px; } }
  .about__content {
    overflow: hidden;
    border-radius: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px; }
    @media (max-width: 550px) {
  .about__content {
    padding: 10px; } }
  .about__field {
    backdrop-filter: blur(44px);
    background: rgba(0, 0, 0, 0.4);
    max-width: 679px;
    padding: 45px 35px;
    padding-top: 70px;
    border-radius: 25px; }
    @media (max-width: 550px) {
  .about__field {
    padding: 20px; } }
  .about__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 44px;
    line-height: 120%;
    color: #fff; }
    @media (max-width: 550px) {
  .about__title {
    font-size: 30px; } }
  .about__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 137%;
    color: #fff;
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 19px; }
    @media (max-width: 550px) {
  .about__text {
    font-size: 14px;
    gap: 14px;
    margin: 10px 0px;
    text-align: justify; } }
  .about__link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #151515;
    border-radius: 60px;
    width: 180px;
    height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s; }
    @media (max-width: 550px) {
  .about__link {
    height: 30px; } }
    .about__link:hover {
      background-color: #00a3f5;
      color: #fff; }

.char {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .char {
    margin-bottom: 40px; } }
  .char__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px; }
    @media (max-width: 800px) {
  .char__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; } }
    @media (max-width: 550px) {
  .char__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px; } }
  .char__item {
    background: #f9f9f9;
    border-radius: 25px; }
  .char__item-image-place {
    border-radius: 25px;
    width: 100%;
    height: 232px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .char__item-content {
    padding: 18px;
    display: flex;
    height: calc(100% - 232px);
    flex-direction: column;
    justify-content: space-between; }
  .char__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 139%;
    color: #151515; }
  .char__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #666;
    margin: 17px 0px; }
    @media (max-width: 480px) {
  .char__item-subtitle {
    margin: 5px 0px; } }

.feedback {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .feedback {
    margin-bottom: 40px; } }
  .feedback__content {
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: end;
    padding: 20px;
    border-radius: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 480px) {
  .feedback__content {
    min-height: 300px;
    padding: 10px; } }
  .feedback__field {
    backdrop-filter: blur(44px);
    background: rgba(0, 0, 0, 0.4);
    padding: 30px;
    border-radius: 25px; }
    @media (max-width: 480px) {
  .feedback__field {
    padding: 15px; } }
  .feedback__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    color: #fff; }
    @media (max-width: 480px) {
  .feedback__title {
    font-size: 30px; } }
  .feedback__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    color: #fff;
    margin: 25px 0px; }
    @media (max-width: 480px) {
  .feedback__subtitle {
    font-size: 16px;
    margin: 10px 0px; } }
  .feedback__button {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #151515;
    border-radius: 60px;
    width: 180px;
    height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .feedback__button {
    width: 120px;
    height: 30px; } }
    .feedback__button:hover {
      background-color: #00a3f5;
      color: #fff; }

.list {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .list {
    margin-bottom: 40px; } }
  .list__container {
    display: flex;
    flex-direction: column;
    gap: 70px; }
    @media (max-width: 480px) {
  .list__container {
    gap: 40px; } }
  .list__item {
    display: flex;
    gap: 50px;
    align-items: center; }
    @media (max-width: 900px) {
  .list__item {
    flex-direction: column;
    gap: 10px; } }
    .list__item:nth-child(even) {
      flex-direction: row-reverse; }
      @media (max-width: 900px) {
  .list__item:nth-child(even) {
    flex-direction: column;
    gap: 10px; } }
  .list__item-reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    align-items: center; }
    @media (max-width: 900px) {
  .list__item-reverse {
    flex-direction: column;
    gap: 10px; } }
    .list__item-reverse:nth-child(even) {
      flex-direction: row; }
      @media (max-width: 900px) {
  .list__item-reverse:nth-child(even) {
    flex-direction: column;
    gap: 10px; } }
  .list__image-place {
    width: 110%; }
    @media (max-width: 900px) {
  .list__image-place {
    width: 100%; } }
  .list__image {
    width: 100%;
    border-radius: 25px; }
  .list__content {
    width: 100%; }
  .list__title {
    margin-bottom: 25px; }
    @media (max-width: 480px) {
  .list__title {
    margin-bottom: 10px; } }
  .list__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #666;
    display: flex;
    flex-direction: column;
    gap: 17px; }
    @media (max-width: 480px) {
  .list__text {
    gap: 5px;
    text-align: justify;
    font-size: 14px; } }

.history {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .history {
    margin-bottom: 40px; } }
  .history__content {
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: end;
    padding: 20px;
    border-radius: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 480px) {
  .history__content {
    min-height: 300px;
    padding: 10px; } }
  .history__field {
    backdrop-filter: blur(44px);
    background: rgba(0, 0, 0, 0.4);
    padding: 35px;
    border-radius: 25px;
    width: 100%;
    max-width: 700px; }
    @media (max-width: 480px) {
  .history__field {
    padding: 15px; } }
  .history__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    color: #fff; }
    @media (max-width: 550px) {
  .history__title {
    font-size: 30px; } }
  .history__items {
    margin-top: 25px;
    margin-bottom: 35px; }
    @media (max-width: 480px) {
  .history__items {
    margin-top: 10px;
    margin-bottom: 15px; } }
  .history__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    color: #fff; }
    @media (max-width: 550px) {
  .history__item {
    font-size: 14px;
    gap: 14px;
    margin: 10px 0px;
    text-align: justify; } }
  .history__buttons {
    display: flex;
    gap: 10px; }
  .history__button {
    background-color: transparent; }
  .certificates {
    margin-bottom: 70px; }
  @media (max-width: 480px) {
  .certificates {
    margin-bottom: 40px; } }
  .certificates__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px; }
    @media (max-width: 550px) {
  .certificates__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 9px; } }
  .certificates__item {
    border: 7px solid #000;
    border-radius: 15px;
    overflow: hidden; }
    @media (max-width: 550px) {
  .certificates__item {
    border: 3px solid #000; } }
  .certificates__item-album {
    grid-column: span 2; }
  .certificates__item-image {
    width: 100%; }

.services-page {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .services-page {
    margin-bottom: 40px; } }
  .services-page__container {
    display: flex;
    gap: 32px; }
    @media (max-width: 1000px) {
  .services-page__container {
    flex-direction: column;
    gap: 20px; } }
  .services-page__left {
    width: 280px;
    min-width: 280px;
    border-radius: 25px;
    background: #f5f5f5;
    padding-bottom: 40px; }
    @media (max-width: 1000px) {
  .services-page__left {
    width: 100%; } }
  .services-page__left-title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 129%;
    color: #555;
    padding: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9; }
  .services-page__left-list {
    display: flex;
    flex-direction: column;
    padding-top: 15px; }
  .services-page__left-item-container {
    padding: 6px;
    transition: 0.3s; }
    .services-page__left-item-container.active .services-page__left-item {
      font-family: var(--font-family);
      font-weight: 500;
      font-size: 15px;
      line-height: 100%;
      color: #00a3f5;
      background: #fff;
      padding: 12px 18px;
      pointer-events: none; }
  .services-page__left-item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #151515;
    padding: 0px 18px;
    border-radius: 25px;
    width: 100%;
    display: flex;
    transition: 0.3s; }
    .services-page__left-item:hover {
      color: #00a3f5; }
  .services-page__right {
    display: flex;
    align-items: center;
    gap: 50px; }
    @media (max-width: 800px) {
  .services-page__right {
    flex-direction: column;
    gap: 10px; } }
  .services-page__image-place {
    width: 110%; }
    @media (max-width: 800px) {
  .services-page__image-place {
    width: 100%; } }
  .services-page__image {
    width: 100%;
    border-radius: 25px; }
  .services-page__content {
    width: 100%; }
  .services-page__title {
    margin-bottom: 40px; }
    @media (max-width: 480px) {
  .services-page__title {
    margin-bottom: 10px; } }
  .services-page__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #666; }

.doc {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .doc {
    margin-bottom: 40px; } }
  .doc__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px; }
    @media (max-width: 1200px) {
  .doc__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; } }
    @media (max-width: 900px) {
  .doc__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; } }
    @media (max-width: 600px) {
  .doc__list {
    grid-template-columns: repeat(1, 1fr); } }
  .doc__item {
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 25px; }
  .doc__item-title {
    margin: 25px 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: #151515; }
  .doc__item-bottom {
    display: flex;
    gap: 20px; }
  .doc__item-content {
    display: flex;
    align-items: center;
    gap: 8px; }
  .doc__item-content-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #151515; }

.center {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .center {
    margin-bottom: 40px; } }
  .center__container {
    display: flex;
    gap: 50px;
    align-items: center; }
    @media (max-width: 900px) {
  .center__container {
    flex-direction: column;
    gap: 10px; } }
  .center__image-place {
    width: 110%; }
    @media (max-width: 900px) {
  .center__image-place {
    width: 100%; } }
  .center__image {
    width: 100%;
    border-radius: 25px; }
  .center__content {
    width: 100%; }
  .center__title {
    margin-bottom: 25px; }
    @media (max-width: 480px) {
  .center__title {
    margin-bottom: 10px; } }
  .center__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #666;
    display: flex;
    flex-direction: column;
    gap: 17px; }
    @media (max-width: 480px) {
  .center__text {
    gap: 5px;
    text-align: justify;
    font-size: 14px; } }
  .center__links {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-top: 30px; }
    @media (max-width: 480px) {
  .center__links {
    margin-top: 10px;
    gap: 5px; } }
  .center__link-place {
    display: flex;
    gap: 12px;
    align-items: center; }
    @media (max-width: 480px) {
  .center__link-place {
    gap: 5px; } }
  .center__link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #151515; }
    @media (max-width: 480px) {
  .center__link {
    font-size: 14px; } }
  .center__links-stick {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #d2d2d2; }

.type {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .type {
    margin-bottom: 40px; } }
  .type__item {
    background: #f9f9f9;
    border-radius: 25px; }
  .type__item-image-place {
    border-radius: 25px;
    width: 100%;
    height: 232px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .type__item-content {
    padding: 18px;
    display: flex;
    height: calc(100% - 232px);
    flex-direction: column;
    justify-content: space-between; }
  .type__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 139%;
    color: #151515; }
  .type__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #666;
    margin: 17px 0px; }
    @media (max-width: 480px) {
  .type__item-subtitle {
    margin: 5px 0px; } }
  .type__pagination {
    margin-top: 50px; }
    @media (max-width: 480px) {
  .type__pagination {
    margin-top: 20px; } }

.contacts {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
  .contacts {
    margin-bottom: 40px; } }
  .contacts__top {
    display: flex;
    gap: 40px;
    margin-bottom: 40px; }
    @media (max-width: 1200px) {
  .contacts__top {
    gap: 10px;
    margin-bottom: 10px; } }
    @media (max-width: 1050px) {
  .contacts__top {
    flex-direction: column; } }
  .contacts__left {
    border-radius: 25px;
    width: 238px;
    min-width: 238px;
    background: #fff; }
    @media (max-width: 1050px) {
  .contacts__left {
    width: 100%; } }
  .contacts__left-title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 129%;
    color: #555;
    padding: 29px 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e9e9e9; }
    @media (max-width: 480px) {
  .contacts__left-title {
    padding: 15px; } }
  .contacts__buttons {
    padding: 32px 7px; }
    @media (max-width: 480px) {
  .contacts__buttons {
    padding: 7px; } }
  .contacts__button {
    width: 100%;
    text-align: start;
    padding: 16px 18px;
    border-radius: 25px;
    background-color: transparent;
    transition: 0.3s; }
    .contacts__button.active {
      pointer-events: none;
      background: #f5f5f5; }
      .contacts__button.active .contacts__button-container {
        color: #00a3f5; }
    .contacts__button:hover .contacts__button-container {
      color: #00a3f5; }
    @media (max-width: 480px) {
  .contacts__button {
    padding: 10px; } }
  .contacts__button-container {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #151515;
    transition: 0.3s; }
  .contacts__right {
    width: 100%; }
  .contacts__content {
    display: none;
    width: 100%; }
    .contacts__content.active {
      display: block; }
  .contacts__content-container {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 40px;
    width: 100%; }
    @media (max-width: 1200px) {
  .contacts__content-container {
    gap: 10px; } }
    @media (max-width: 850px) {
  .contacts__content-container {
    grid-template-columns: 1fr; } }
  .contacts__item {
    border-radius: 25px;
    background: #fff;
    padding: 50px 22px;
    padding-bottom: 10px;
    width: 100%;
    height: 227px; }
    @media (max-width: 1200px) {
  .contacts__item {
    height: auto; } }
    @media (max-width: 480px) {
  .contacts__item {
    padding: 20px 15px; } }
  .contacts__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    color: #151515;
    margin-bottom: 10px; }
  .contacts__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
  .contacts__list {
    margin-bottom: 15px; } }
  .contacts__link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #555;
    transition: 0.3s;
    max-width: 254px; }
    .contacts__link:hover {
      color: #00a3f5; }
  .contacts__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #555; }
  .contacts__map {
    border-radius: 25px;
    height: 381px;
    overflow: hidden; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.627);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 102;
  padding: 10px;
  display: none; }
  .modal.active {
    display: flex; }
  .modal__container-modal {
    padding: 0px !important;
    width: 100%; }
  .modal__field-container {
    position: relative;
    z-index: 100; }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
    z-index: 100; }
    @media (max-width: 480px) {
  .modal__close {
    font-size: 30px;
    top: 0px;
    right: 30px; } }
  @media (max-width: 480px) {
    .modal__content {
      height: 400px;
      max-height: calc(100vh - 50px);
      background-position: center right; } }
  .modal .close {
    display: none; }

.feedback__input-place {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px; }
  .feedback__input {
    border: 1px solid #fff;
    border-radius: 7px;
    width: 100%;
    height: 50px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    padding: 15px 20px;
    background-color: transparent; }
    .feedback__input::placeholder {
      color: #fff; }

.search {
  margin-bottom: 70px;
  margin-top: 110px; }
  @media (max-width: 480px) {
  .search {
    margin-bottom: 40px; } }
  @media (max-width: 480px) {
  .search {
    margin-top: 80px; } }
  .search__items {
    margin-top: 20px; }
  .top-header__form {
    margin-top: 40px; }
  .top-header__form-search {
    display: flex;
    gap: 10px; }
  .top-header__form-input {
    border: 1px solid #cfcfcf;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 25px;
    letter-spacing: 0px;
    color: #555;
    padding: 0px 10px;
    height: 47px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 24px; }
  .top-header__form-submit {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #141414;
    border: 1px solid #141414;
    padding: 0px 20px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 24px; }
    .top-header__form-submit:hover {
      color: #141414;
      background-color: #fff; }

.item-search__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  leading-trim: Cap height;
  line-height: 50px;
  letter-spacing: 5%;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #151515; }
  .item-search__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 25px;
    letter-spacing: 0px;
    color: #555; }
  .item-search__link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    leading-trim: Cap height;
    line-height: 23px;
    letter-spacing: 0%;
    color: #1f2f84;
    transition: 0.3s; }
    .item-search__link:hover {
      color: #0ca4d5; }

.not-found {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  leading-trim: Cap height;
  line-height: 24px;
  letter-spacing: 0px;
  color: #151515; }
