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

.page {
  flex: 1 0 auto; }

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

:root {
  --font-family: "Rubik", sans-serif;
  --second-family: "Gotham", sans-serif; }

.title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #151515; }
  @media (max-width: 480px) {
  .title {
    font-size: 30px; } }

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 55px; }
  @media (max-width: 480px) {
  .pagination {
    margin-top: 20px; } }
  .pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 13px) !important; }
    @media (max-width: 480px) {
  .pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important; } }

.swiper-pagination-bullet {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #c0c0c0;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 1; }
  @media (max-width: 480px) {
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px; } }
  .swiper-pagination-bullet::before {
    content: "";
    width: 0px;
    height: 0px;
    background-color: #274784;
    position: absolute;
    transition: 0.3s; }

.swiper-pagination-bullet-active::before {
  width: 13px;
  height: 13px; }
  @media (max-width: 480px) {
    .swiper-pagination-bullet-active::before {
      width: 6px;
      height: 6px; } }

.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: 112px;
  margin-bottom: 66px; }
  @media (max-width: 480px) {
  .top {
    margin-bottom: 20px;
    margin-top: 80px; } }
  .top_container {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    color: #b4b4b4;
    text-transform: lowercase;
    display: flex;
    gap: 7px; }
  .top__item {
    color: #555; }
  .top__current {
    color: #555; }

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

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s ease;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
  padding: 9px 0px;
  transition: 0.3s; }
  @media (max-width: 480px) {
  .header {
    padding: 3px 0px; } }
  .header__body {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (max-width: 480px) {
    .header__logo-place {
      max-height: 50px; } }
  .header__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 658px; }
  .header__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #151515;
    text-transform: capitalize;
    transition: 0.3s; }
  .header__item:hover {
    color: #00a859; }
  .header__item_menu {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #151515; }
  .header__feedback {
    display: flex;
    gap: 6px;
    align-items: center; }
  .header__phone {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #151515;
    margin-right: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s; }
  .header__phone:hover {
    color: #00a859; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }

.burger {
  display: none;
  padding-left: 5px; }
  @media (max-width: 1200px) {
  .burger {
    display: flex;
    gap: 10px; } }
  .burger__image * {
    stroke: #00a859;
    color: #00a859;
    fill: #00a859;
    transition: 0.3s; }

.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__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px; }
  .menu__feedback-place {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 80px; }
  .menu__phone {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #151515;
    margin-right: 22px;
    display: flex;
    align-items: center;
    gap: 10px; }
  .footer {
    position: relative;
    z-index: 1;
    background: #2e2e2e; }
  .footer__body {
    display: grid;
    grid-template-columns: auto auto auto auto; }
  @media (max-width: 1100px) {
    .footer__body {
      grid-template-columns: 1fr; } }
  .footer__up {
    border-bottom: 1px solid #434343;
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 25px 0px; }
  @media (max-width: 1100px) {
    .footer__up {
      border: none;
      border-bottom: 1px solid #434343; } }
  .footer__up-title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: #fff; }
  .footer__buttons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
    border-bottom: 1px solid #434343; }
  @media (max-width: 1100px) {
    .footer__buttons {
      border: none;
      border-bottom: 1px solid #434343;
      justify-content: start;
      padding: 10px 0px;
      gap: 10px; } }
  .footer__bottom-border {
    border-bottom: 1px solid #434343; }
  @media (max-width: 1100px) {
    .footer__bottom-border {
      border: none; } }
  .footer__social {
    display: flex;
    align-items: center;
    gap: 20px; }
  @media (max-width: 1100px) {
    .footer__social {
      gap: 5px; } }
  .footer__modal {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    width: 209px;
    height: 43px;
    background: #274784;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (max-width: 1100px) {
    .footer__modal {
      width: 150px; } }
  .footer__logo {
    padding: 50px 0px;
    border-bottom: 1px solid #434343; }
  @media (max-width: 1100px) {
    .footer__logo {
      border: none;
      border-bottom: 1px solid #434343;
      padding: 20px 0px; } }
  .footer__item {
    padding: 50px 40px;
    border-left: 1px solid #434343;
    border-bottom: 1px solid #434343; }
  @media (max-width: 1100px) {
    .footer__item {
      border: none;
      border-bottom: 1px solid #434343;
      padding: 20px 0px; } }
  .footer__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px; }
  .footer__list {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .footer__link {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    max-width: 305px;
    transition: 0.3s; }
  .footer__link:hover {
    color: #00a859; }
  .footer__foot {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    color: #818181;
    padding-top: 25px;
    padding-bottom: 25px;
    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: #818181;
    padding-right: 5px; }
  .footer__foot-left a {
    padding-top: 2px;
    height: fit-content; }
  .footer__empty {
    border-left: 1px solid #434343; }

.main {
  margin-bottom: 90px;
  margin-top: 86px;
  height: calc(100vh - 86px);
  position: relative;
  z-index: 1; }
  @media (max-width: 480px) {
  .main {
    margin-bottom: 40px; } }
  @media (max-width: 480px) {
  .main {
    margin-top: 50px;
    height: calc(100vh - 50px); } }
  .main__video {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 22, 0.651); }
  .main__container {
    position: relative;
    z-index: 1;
    height: 100%; }
  .main__body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; }
  .main__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 58px;
    line-height: 124%;
    color: #fff;
    max-width: 564px; }
  @media (max-width: 600px) {
    .main__title {
      font-size: 30px;
      max-width: 290px; } }
  .main__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #fff;
    max-width: 559px;
    margin: 35px 0px; }
  @media (max-width: 600px) {
    .main__subtitle {
      font-size: 12px;
      max-width: 360px; } }
  .main__modal {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    width: 209px;
    height: 43px;
    background: #274784;
    display: flex;
    align-items: center;
    justify-content: center; }

.about {
  margin-bottom: 90px; }
  @media (max-width: 480px) {
  .about {
    margin-bottom: 40px; } }
  .about__container {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
    align-items: center; }
  @media (max-width: 1000px) {
    .about__container {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .about__image-place {
    padding: 0px 50px; }
  @media (max-width: 1000px) {
    .about__image-place {
      padding: 0px; } }
  .about__image {
    width: 100%;
    border-radius: 25px; }
  .about__title {
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .about__title {
      margin-bottom: 10px; } }
  .about__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #666; }
  @media (max-width: 480px) {
    .about__text {
      font-size: 14px; } }

.services {
  margin-bottom: 90px; }
  @media (max-width: 480px) {
  .services {
    margin-bottom: 40px; } }
  .services__top {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 40px; }
  @media (max-width: 480px) {
    .services__top {
      margin-bottom: 20px;
      flex-direction: column; } }
  .services__top-left {
    display: flex;
    gap: 50px; }
  .services__plus {
    position: relative; }
  .services__plus-image {
    position: absolute;
    left: -25.5px;
    top: -655px;
    z-index: -1; }
  .services__title {
    text-wrap: balance; }
  .services__buttons {
    display: flex;
    gap: 25px; }
  .services__button {
    background-color: transparent;
    height: fit-content; }
  .services__item {
    border-radius: 15px;
    overflow: hidden;
    background: #f9f9f9;
    position: relative; }
  .services__item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(131deg, #00a859 0%, #274784 100%);
    opacity: 0;
    transition: 0.5s; }
  .services__item.swiper-slide-active::after {
    opacity: 1; }
  .services__item.swiper-slide-active .services__item-title {
    color: #fff; }
  .services__item.swiper-slide-active .services__item-subtitle {
    color: #fff; }
  .services__item-image-place {
    height: 232px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    position: relative;
    z-index: 1; }
  .services__item-top {
    position: relative;
    z-index: 1;
    margin: 0px 25px; }
  .services__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    color: #151515;
    margin-top: 35px;
    margin-bottom: 20px;
    transition: 0.5s; }
  .services__item-subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 17px;
    line-height: 124%;
    color: #666;
    transition: 0.5s; }
  .services__item-link {
    position: relative;
    z-index: 1;
    margin: 0px 25px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #151515;
    border: 1px solid #adadad;
    border-radius: 10px;
    width: 221px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s; }
  .gallery {
    margin-bottom: 90px; }
  @media (max-width: 480px) {
  .gallery {
    margin-bottom: 40px; } }
  .gallery__title {
    margin-bottom: 40px; }
  @media (max-width: 480px) {
    .gallery__title {
      margin-bottom: 20px; } }
  .gallery__items {
    overflow: visible;
    position: relative; }
  .gallery__item {
    height: 465px;
    border-radius: 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  @media (max-width: 480px) {
    .gallery__item {
      height: 300px; } }
  .gallery__button-left {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 50%;
    transform: translateY(-50%); }
  .gallery__button-right {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); }

.feedback {
  margin-bottom: 90px; }
  @media (max-width: 480px) {
  .feedback {
    margin-bottom: 40px; } }
  .feedback__field {
    display: flex;
    background: linear-gradient(123deg, #00a859 0%, #274784 100%);
    border-radius: 25px; }
  @media (max-width: 900px) {
    .feedback__field {
      flex-direction: column; } }
  .feedback__image {
    border-radius: 25px; }
  @media (max-width: 900px) {
    .feedback__image {
      width: 100%; } }
  .feedback__content {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 20px; }
  .feedback__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #fff; }
  @media (max-width: 480px) {
    .feedback__title {
      font-size: 30px; } }
  .feedback__subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    line-height: 142%;
    color: #fff;
    margin: 20px 0px; }
  @media (max-width: 480px) {
    .feedback__subtitle {
      font-size: 14px;
      margin: 10px 0px; } }
  .feedback__area-input-place {
    display: flex;
    gap: 18px; }
  @media (max-width: 480px) {
    .feedback__area-input-place {
      flex-direction: column;
      gap: 0px; } }
  .feedback__area-input {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #b2b2b2;
    padding: 15px 0px; }
  .feedback__area-input::placeholder {
    color: #fff; }
  .feedback__area-input-submit {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #274784;
    border-radius: 5px;
    width: 209px;
    height: 43px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px; }
  .feedback__contacts {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .feedback__contacts-item {
    display: flex;
    align-items: center;
    gap: 15px; }
  .feedback__contacts-item-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 23px;
    line-height: 113%;
    color: #fff;
    transition: 0.3s; }
  @media (max-width: 480px) {
    .feedback__contacts-item-link {
      font-size: 16px; } }
  .feedback__contacts-item-link:hover {
    color: #00a859; }

.partners {
  margin-bottom: 90px; }
  @media (max-width: 480px) {
  .partners {
    margin-bottom: 40px; } }
  .partners__subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    line-height: 142%;
    color: #555;
    margin: 35px 0px;
    max-width: 592px; }
  .partners__items {
    position: relative; }
  .partners__items::before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 96px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }
  .partners__items::after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 96px;
    height: 100%;
    right: 0px;
    top: 0px;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg); }
  .partners__item {
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    height: 122px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .partners__item-image {
    max-width: 99%;
    max-height: 99%; }
  .partners .swiper-wrapper {
    transition-timing-function: linear !important; }

.about-page {
  margin-bottom: 90px; }
  @media (max-width: 480px) {
  .about-page {
    margin-bottom: 40px; } }
  .about-page__container {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 55px; }
  @media (max-width: 900px) {
    .about-page__container {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .about-page__image {
    width: 100%;
    border-radius: 25px; }
  .about-page__content {
    background: linear-gradient(131deg, #00a859 0%, #274784 100%);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px; }
  @media (max-width: 550px) {
    .about-page__content {
      padding: 10px; } }
  .about-page__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 32px; }
  @media (max-width: 480px) {
    .about-page__title {
      margin-bottom: 16px;
      font-size: 30px; } }
  .about-page__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #fff; }
  @media (max-width: 480px) {
    .about-page__text {
      font-size: 14px; } }

.partnership {
  margin-bottom: 90px; }
  @media (max-width: 480px) {
  .partnership {
    margin-bottom: 40px; } }
  .partnership__container {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
    align-items: center; }
  @media (max-width: 1000px) {
    .partnership__container {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .partnership__image-place {
    padding: 0px 50px; }
  @media (max-width: 1000px) {
    .partnership__image-place {
      padding: 0px; } }
  .partnership__image {
    width: 100%;
    border-radius: 25px; }
  .partnership__content-list {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  @media (max-width: 480px) {
    .partnership__content-list {
      gap: 10px; } }
  .partnership__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #666; }
  @media (max-width: 480px) {
    .partnership__text {
      font-size: 14px; } }

.partners-page {
  scroll-margin: 100px;
  margin-bottom: 90px; }
  @media (max-width: 480px) {
  .partners-page {
    margin-bottom: 40px; } }
  .partners-page__container {
    padding: 0px 65px;
    position: relative; }
  @media (max-width: 480px) {
    .partners-page__container {
      padding: 0px 15px; } }
  .partners-page__plus {
    position: absolute;
    left: -25.5px;
    top: -655px;
    z-index: -1; }
  .partners-page__subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    line-height: 142%;
    color: #555;
    margin: 35px 0px;
    max-width: 592px; }
  .partners-page__items {
    position: relative; }
  .partners-page__items::before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 96px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%); }
  .partners-page__items::after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 96px;
    height: 100%;
    right: 0px;
    top: 0px;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg); }
  .partners-page__item {
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    height: 122px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .partners-page__item-image {
    max-width: 99%;
    max-height: 99%; }
  .partners-page .swiper-wrapper {
    transition-timing-function: linear !important; }

.contacts {
  margin-bottom: 90px; }
  @media (max-width: 480px) {
  .contacts {
    margin-bottom: 40px; } }
  .contacts__title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #151515;
    position: relative;
    border-bottom: 1px solid #dedede;
    padding: 10px 0px;
    margin-bottom: 40px; }
  .contacts__title::after {
    content: "";
    position: absolute;
    width: 34px;
    height: 2px;
    background-color: #6cb39c;
    bottom: 0px;
    left: 0px; }
  @media (max-width: 480px) {
    .contacts__title {
      margin-bottom: 20px; } }
  .contacts__content {
    display: grid;
    grid-template-columns: repeat(4, auto);
    margin-bottom: 32px;
    gap: 32px; }
  @media (max-width: 1200px) {
    .contacts__content {
      grid-template-columns: repeat(2, auto);
      margin-bottom: 20px;
      gap: 20px; } }
  @media (max-width: 600px) {
    .contacts__content {
      grid-template-columns: repeat(1, auto);
      margin-bottom: 10px;
      gap: 10px; } }
  .contacts__item {
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 30px; }
  @media (max-width: 480px) {
    .contacts__item {
      padding: 10px; } }
  .contacts__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 10px; }
  .contacts__item-title-margin {
    margin-top: 15px; }
  .contacts__item-link {
    display: block;
    max-width: 222px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 141%;
    color: #151515;
    transition: 0.3s; }
  .contacts__item-link:hover {
    color: #00a859; }
  .contacts__item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 141%;
    color: #151515; }
  .contacts__social {
    margin-top: 25px;
    display: flex;
    gap: 6px; }
  .contacts__map {
    border-radius: 15px;
    overflow: hidden; }

.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(--second-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(--second-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(--second-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(--second-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(--second-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(--second-family);
  font-weight: 400;
  font-size: 20px;
  leading-trim: Cap height;
  line-height: 24px;
  letter-spacing: 0px;
  color: #151515; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.455);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 10px;
  display: none; }
  .modal.active {
    display: flex; }
  .modal__field-container {
    position: relative;
    z-index: 100;
    border-radius: 24px; }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 40px;
    color: #bbb;
    background-color: transparent;
    cursor: pointer;
    z-index: 100; }
  @media (max-width: 480px) {
    .modal__close {
      font-size: 30px;
      top: 10px;
      right: 30px; } }

.modal-page {
  margin-bottom: 90px; }
  @media (max-width: 480px) {
  .modal-page {
    margin-bottom: 40px; } }
  .modal-page__field {
    display: flex;
    background: linear-gradient(123deg, #00a859 0%, #274784 100%);
    border-radius: 25px; }
  @media (max-width: 900px) {
    .modal-page__field {
      flex-direction: column; } }
  @media (max-width: 900px) {
    .modal-page__image-place {
      display: none; } }
  .modal-page__image {
    border-radius: 25px; }
  @media (max-width: 900px) {
    .modal-page__image {
      width: 100%; } }
  .modal-page__content {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 20px; }
  .modal-page__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #fff; }
  @media (max-width: 480px) {
    .modal-page__title {
      font-size: 30px; } }
  .modal-page__subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    line-height: 142%;
    color: #fff;
    margin: 20px 0px; }
  @media (max-width: 480px) {
    .modal-page__subtitle {
      font-size: 14px;
      margin: 10px 0px; } }
  .modal-page__area-input-place {
    display: flex;
    gap: 18px; }
  @media (max-width: 480px) {
    .modal-page__area-input-place {
      flex-direction: column;
      gap: 0px; } }
  .modal-page__area-input {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #b2b2b2;
    padding: 15px 0px; }
  .modal-page__area-input::placeholder {
    color: #fff; }
  .modal-page__area-input-submit {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #274784;
    border-radius: 5px;
    width: 209px;
    height: 43px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px; }
  .modal-page__contacts {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .modal-page__contacts-item {
    display: flex;
    align-items: center;
    gap: 15px; }
  .modal-page__contacts-item-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 23px;
    line-height: 113%;
    color: #fff;
    transition: 0.3s; }
  @media (max-width: 480px) {
    .modal-page__contacts-item-link {
      font-size: 16px; } }
  .modal-page__contacts-item-link:hover {
    color: #00a859; }
