@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Commissioner", sans-serif; }
/*Обнуление*/
* {
  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;
  margin-top: 75px; }
  @media (max-width: 480px) {
  .page {
    margin-top: 60px; } }

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

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.09);
  background: #fff; }
  .header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px; }
  .header__logo {
    transform: translateY(-5px); }
    @media (max-width: 480px) {
    .header__logo img {
      width: 220px; } }
  .header__items {
    display: flex;
    align-items: center;
    column-gap: 30px; }
  .header__item {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #151515;
    transition: 0.4s; }
    .header__item:hover {
      color: #2154d2; }
  .header__langs-wrapper {
    border-radius: 50%;
    border: 0.5px solid #2957a4;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
    @media (max-width: 480px) {
  .header__langs-wrapper {
    width: 30px;
    height: 30px; } }
  .header__langs {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #2957a4;
    appearance: none; }
    @media (max-width: 480px) {
  .header__langs {
    font-size: 12px; } }
    .header__langs option {
      color: #151515;
      font-size: 14px !important; }
  .header__phone {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #151515; }
  .header__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 11px 32px;
    white-space: nowrap;
    border-radius: 4px;
    background-color: #2154d2;
    transition: 0.5s; }
    .header__button:hover {
      box-shadow: 0 0 20px #2154d2; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }
  .header__mobile {
    display: none; }
    @media (max-width: 1200px) {
  .header__mobile {
    display: flex;
    align-items: center;
    column-gap: 20px; } }
    @media (max-width: 480px) {
  .header__mobile {
    column-gap: 15px; } }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  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: 40px; }

.footer {
  padding: 40px 0 25px;
  background-color: #1d1d1d; }
  .footer__body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media (max-width: 1150px) {
  .footer__body {
    flex-direction: column;
    align-items: start;
    row-gap: 30px; } }
  @media (max-width: 480px) {
      .footer__logo img {
        width: 220px; } }
  .footer__content {
    display: flex;
    align-items: center;
    column-gap: 50px; }
    @media (max-width: 992px) {
  .footer__content {
    flex-direction: column;
    align-items: start;
    row-gap: 30px; } }
  .footer__items {
    display: flex;
    align-items: center;
    column-gap: 30px; }
    @media (max-width: 480px) {
  .footer__items {
    flex-wrap: wrap;
    row-gap: 15px; } }
  .footer__item {
    font-weight: 600;
    font-size: 12px;
    line-height: 123%;
    text-transform: uppercase;
    color: #fff; }
  .footer__contact {
    display: flex;
    align-items: center;
    column-gap: 15px; }
    .footer__contact span {
      font-weight: 500;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff; }
  .footer__foot {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 15px;
    margin-top: 50px;
    border-top: 1px solid #475366; }
    .footer__foot a {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2px; }
    .footer__foot span {
      font-weight: 400;
      font-size: 13px;
      line-height: 171%;
      color: #ababab;
      font-family: var(--second-family); }

section {
  margin-top: 90px; }
  @media (max-width: 480px) {
  section {
    margin-top: 60px; } }

.main {
  background: url("../themes/demo/assets/images/main.jpg") center / cover no-repeat;
  margin-top: 0;
  position: relative;
  height: calc(100vh - 75px); }
  @media (max-width: 480px) {
  .main {
    height: calc(100vh - 60px); } }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 12, 22, 0.47); }
  .main__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding-bottom: 100px; }
  .main__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 480px) {
  .main__title {
    font-size: 34px; } }
  .main__subtitle {
    font-weight: 300;
    font-size: 50px;
    line-height: 94%;
    color: #fff;
    max-width: 612px;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
  .main__subtitle {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 5px; } }
  .main__text {
    font-weight: 500;
    font-size: 17px;
    line-height: 133%;
    color: #fff;
    margin-bottom: 22px; }
    @media (max-width: 480px) {
  .main__text {
    font-size: 15px;
    margin-bottom: 15px; } }
  .main__button {
    display: inline-flex;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 16px 60px;
    border-radius: 6px;
    background-color: #02b532;
    transition: 0.5s; }
    @media (max-width: 480px) {
  .main__button {
    padding: 14px 30px;
    font-size: 12px; } }
    .main__button:hover {
      box-shadow: 0 0 20px #02b532; }

.fixed-items {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  z-index: 80; }
  .fixed-items img {
    width: 70px;
    height: 70px; }
    @media (max-width: 480px) {
  .fixed-items img {
    width: 50px;
    height: 50px; } }

.title {
  font-weight: 600;
  font-size: 44px;
  line-height: 120%;
  text-transform: uppercase;
  color: #151515;
  margin-bottom: 40px; }
  @media (max-width: 480px) {
  .title {
    font-size: 28px;
    margin-bottom: 25px; } }

.about__body {
  display: flex;
  align-items: center;
  margin: 0 -35px; }
  @media (max-width: 992px) {
    .about__body {
      display: flex;
      flex-direction: column;
      align-items: start;
      row-gap: 20px; } }
  .about__image {
    flex: 0 0 50%;
    padding: 0 35px; }
  .about__image img {
    width: 100%; }
  .about__content {
    flex: 1 0 50%;
    padding: 0 35px; }
  .about__title {
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .about__title {
      margin-bottom: 15px; } }
  .about__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 128%;
    color: #545454;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 28px;
    text-indent: 1.5em; }
  @media (max-width: 480px) {
    .about__text {
      font-size: 14px;
      margin-bottom: 18px; } }
  .about__button {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #02b532;
    transition: 0.5s;
    height: 52px;
    width: 250px; }
  @media (max-width: 480px) {
    .about__button {
      height: 40px;
      width: 200px;
      font-size: 13px; } }
  .about__button:hover {
    box-shadow: 0 0 20px #02b532; }

.advantages__title {
  text-align: center; }
  @media (max-width: 480px) {
    .advantages__title {
      text-align: start; } }
  .advantages__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 992px) {
    .advantages__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 600px) {
    .advantages__items {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .item-advantages {
    padding: 30px 40px;
    border: 1px solid #d3d3d3;
    border-radius: 10px; }
  @media (max-width: 480px) {
  .item-advantages {
    padding: 30px 20px; } }
  .item-advantages__image {
    height: 50px;
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .item-advantages__image {
      margin-bottom: 15px; } }
  .item-advantages__image img {
    max-height: 100%; }
  .item-advantages__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 120%;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 9px; }
  @media (max-width: 480px) {
    .item-advantages__title {
      font-size: 17px; } }
  .item-advantages__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 133%;
    color: #444; }
  @media (max-width: 480px) {
    .item-advantages__text {
      font-size: 14px; } }

.models__title {
  text-align: center; }
  @media (max-width: 480px) {
    .models__title {
      text-align: start; } }
  .models__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 30px;
    position: relative; }
  @media (max-width: 1100px) {
    .models__items {
      grid-template-columns: 1fr; } }
  .models__items::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e0e0e0; }
    @media (max-width: 1100px) {
    .models__items::after {
      display: none; } }
  .item-model {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px; }
  @media (max-width: 550px) {
  .item-model {
    grid-template-columns: 1fr; } }
  @media (max-width: 1100px) {
  .item-model:last-child {
    padding-bottom: 0;
    border-bottom: 0px; } }
  .item-model__image {
    border-radius: 9px;
    overflow: hidden; }
  .item-model__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .item-model__content {
    padding: 20px 0 20px 30px; }
  @media (max-width: 550px) {
    .item-model__content {
      padding: 20px 0 0; } }
  .item-model__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 15px; }
  @media (max-width: 480px) {
    .item-model__title {
      font-size: 20px; } }
  .item-model__items {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 15px; }
  .item-model__item {
    display: grid;
    grid-template-columns: 1.7fr 3fr;
    column-gap: 14px; }
  .item-model__item span:first-child {
    font-weight: 300;
    font-size: 12px;
    line-height: 145%;
    color: #151515; }
    .item-model__item span:last-child {
      font-weight: 500;
      font-size: 12px;
      line-height: 145%;
      color: #151515; }
  .item-model__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    color: #fff;
    padding: 13px 60px;
    border-radius: 5px;
    background-color: #02b532;
    transition: 0.5s; }
  .item-model__button:hover {
    box-shadow: 0 0 20px #02b532; }

.form__body {
  padding: 100px 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background: url("../themes/demo/assets/images/form.jpg") center / cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 480px) {
    .form__body {
      padding: 50px 20px;
      border-radius: 10px; } }
  .form__body::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3.3951177597px); }
  .form__title {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    color: #fff;
    max-width: 530px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .form__title {
      font-size: 28px;
      margin-bottom: 15px; } }
  .form__text {
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 17px;
    line-height: 133%;
    color: #fff;
    margin-bottom: 25px;
    text-align: center; }
  @media (max-width: 480px) {
    .form__text {
      font-size: 14px;
      margin-bottom: 15px; } }
  .form__inputs {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px; }
  @media (max-width: 550px) {
    .form__inputs {
      width: 100%;
      grid-template-columns: 1fr;
      gap: 20px; } }
  .form__input input {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    background-color: transparent; }
    .form__input input::placeholder {
      color: #fff; }
  .form__button {
    position: relative;
    z-index: 1;
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    background: #02b532;
    transition: 0.5s; }
  @media (max-width: 550px) {
    .form__button {
      width: 100%;
      font-size: 14px;
      padding: 12px; } }
  .form__button:hover {
    box-shadow: 0 0 20px #02b532; }

.services__title {
  text-align: center;
  padding: 0 15px; }
  @media (max-width: 480px) {
    .services__items {
      padding: 0 15px; } }
  .services .swiper-slide {
    border-radius: 15px;
    width: 586px;
    height: 324px;
    overflow: hidden; }
  @media (max-width: 767px) {
    .services .swiper-slide {
      height: 220px;
      width: 320px; } }
  .services__pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px; }
  @media (max-width: 480px) {
    .services__pagination {
      margin-top: 25px; } }
  .services__pagination .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: #b5b8ba !important;
    margin: 0 !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    transition: 0.4s !important; }
    .services__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #02b532 !important; }

.service {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer; }
  @media (max-width: 480px) {
  .service {
    padding: 30px 15px; } }
  .service.active .service__image::after {
    opacity: 0.37; }
  .service__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .service__image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .service__image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #02b532;
    opacity: 0;
    transition: 0.4s; }
  .service__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .service__content {
    position: relative;
    z-index: 1; }
  .service__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #fff; }
  @media (max-width: 480px) {
    .service__title {
      font-size: 20px; } }
  .service__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 133%;
    color: #fff;
    margin-top: 15px;
    display: none; }
  @media (max-width: 480px) {
    .service__text {
      font-size: 14px;
      margin-top: 10px; } }

.news__title {
  text-align: center; }
  .news__pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px; }
  @media (max-width: 480px) {
    .news__pagination {
      margin-top: 25px; } }
  .news__pagination .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    background: #b5b8ba !important;
    margin: 0 !important;
    opacity: 1 !important;
    border-radius: 0 !important;
    transition: 0.4s !important; }
    .news__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #02b532 !important; }

.item-news__image {
  position: relative;
  overflow: hidden;
  padding-bottom: 66%;
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .item-news__image {
      margin-bottom: 10px; } }
  .item-news__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .item-news__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 133%;
    color: #151515;
    margin-bottom: 8px; }
  @media (max-width: 480px) {
    .item-news__title {
      font-size: 15px; } }
  .item-news__more {
    display: flex;
    align-items: center;
    column-gap: 8px; }
  .item-news__more span {
    font-weight: 400;
    font-size: 15px;
    line-height: 162%;
    color: #02b532; }

.gallery__title {
  text-align: center; }
  .gallery__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; }
  @media (max-width: 550px) {
    .gallery__items {
      grid-template-columns: 1fr 1fr; } }
  .gallery__item {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    display: block; }
  .gallery__item:nth-child(1) {
    grid-column: 1 / 3;
    padding-bottom: 50%; }
  .gallery__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.start {
  padding: 150px 0;
  position: relative;
  margin-top: 0; }
  @media (max-width: 992px) {
  .start {
    padding: 100px 0; } }
  @media (max-width: 480px) {
  .start {
    padding: 50px 0; } }
  .start::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 12, 22, 0.47); }
  .start__container {
    position: relative;
    z-index: 2; }
  .start__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 114%;
    text-transform: uppercase;
    color: #fff; }
  @media (max-width: 480px) {
    .start__title {
      font-size: 30px; } }

.start--about {
  background: url("../themes/demo/assets/images/pages/about.jpg") center / cover no-repeat; }

.blocks .block:nth-of-type(even) .block__body {
  flex-direction: row-reverse; }
  @media (max-width: 992px) {
        .blocks .block:nth-of-type(even) .block__body {
          flex-direction: column; } }

.block__body {
  display: flex;
  align-items: center;
  margin: 0 -50px; }
  @media (max-width: 992px) {
    .block__body {
      flex-direction: column;
      align-items: start;
      row-gap: 20px; } }
  .block__image {
    min-height: 100%;
    flex: 0 0 48%;
    padding: 0 50px; }
  .block__image img {
    width: 100%;
    border-radius: 15px; }
  .block__content {
    flex: 1 0 52%;
    padding: 0 50px; }
  .block__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 105%;
    color: #151515;
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .block__title {
      font-size: 28px;
      margin-bottom: 15px; } }
  .block__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 128%;
    color: #545454;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    text-align: justify;
    text-indent: 1.5em; }
  @media (max-width: 480px) {
    .block__text {
      font-size: 14px; } }

.start--services {
  background: url("../themes/demo/assets/images/services.jpeg") center / cover no-repeat; }

.first-block {
  margin-top: 45px; }
  @media (max-width: 480px) {
  .first-block {
    margin-top: 25px; } }

.news-page__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px; }
  @media (max-width: 992px) {
    .news-page__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 600px) {
    .news-page__items {
      grid-template-columns: 1fr; } }

.contacts__body {
  display: grid;
  grid-template-columns: 300px 1fr;
  column-gap: 60px;
  align-items: center; }
  @media (max-width: 767px) {
    .contacts__body {
      grid-template-columns: 1fr;
      gap: 40px; } }
  .contacts__items {
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
  @media (max-width: 480px) {
    .contacts__items {
      row-gap: 20px; } }
  .contacts__map {
    border-radius: 15px;
    height: 380px; }
  .contacts__map iframe, .contacts__map div {
    height: 100%;
    width: 100%; }

.contact:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #c1c1c1; }
  @media (max-width: 480px) {
    .contact:not(:last-child) {
      padding-bottom: 20px; } }
  .contact__title {
    font-weight: 400;
    font-size: 18px;
    color: #585858;
    margin-bottom: 10px;
    padding-left: 42px; }
  @media (max-width: 480px) {
    .contact__title {
      font-size: 16px; } }
  .contact__text {
    display: flex;
    align-items: center;
    column-gap: 20px; }
  .contact__text img {
    flex-shrink: 0;
    max-width: 100%; }
  .contact__text span {
    font-weight: 600;
    font-size: 18px;
    color: #151515; }
  @media (max-width: 480px) {
      .contact__text span {
        font-size: 16px; } }

#modalForm_forms_flash .close {
  display: none; }
  #modalForm_forms_flash p {
    color: green;
    font-size: 18px;
    font-family: var(--font-family);
    line-height: 133%;
    margin-bottom: 15px; }
  @media (max-width: 480px) {
    #modalForm_forms_flash p {
      font-size: 16px;
      margin-bottom: 10px; } }

#contactForm_forms_flash {
  position: relative;
  z-index: 1; }
  #contactForm_forms_flash .close {
    display: none; }
  #contactForm_forms_flash p {
    color: white;
    font-size: 13px;
    font-family: var(--font-family);
    line-height: 120%;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    background-color: #02b532;
    margin-left: auto;
    margin-right: auto; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.314);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 10px;
  display: none; }
  .modal.active {
    display: flex; }
  .modal__body {
    padding: 70px 50px;
    background-color: #fff;
    border-radius: 20px;
    position: relative; }
  @media (max-width: 767px) {
    .modal__body {
      padding: 30px 15px; } }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: #bbb;
    background-color: transparent;
    cursor: pointer; }
  @media (max-width: 480px) {
    .modal__close {
      font-size: 30px;
      top: 10px;
      right: 15px; } }
  .modal__title {
    margin-bottom: 20px;
    font-size: 35px; }
  @media (max-width: 480px) {
    .modal__title {
      font-size: 25px; } }
  .modal__text {
    max-width: 500px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    color: #444;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .modal__text {
      font-size: 14px; } }
  .modal .modal__inputs {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr; }
  .modal .modal__input:first-child {
    gap: 1px; }
  .modal .modal__input:nth-child(2) {
    gap: 1px; }
  .modal .modal__input:nth-child(3) {
    gap: 1px; }
  .modal .modal__label {
    color: #151515;
    padding: 0; }
  .modal .modal-wrap {
    padding: 18px 13px 16px;
    border-radius: 10px;
    background: #e8ecf2;
    align-items: center; }
  .modal__inputs {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b" "c c"; }
  .modal__input input {
    width: 100%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #151515;
    padding: 18px 13px 16px;
    border-radius: 10px;
    background: #e8ecf2; }
  .modal__input input::placeholder {
    color: #828282; }
  .modal__button {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px 13px;
    margin-top: 25px;
    border-radius: 10px;
    transition: 0.5s;
    background: #2154d2; }
  .modal__button:hover {
    box-shadow: 0 0 20px #2154d2; }

.block--service .block__body {
  align-items: center; }
  @media (max-width: 992px) {
    .block--service .block__body {
      align-items: start; } }
  .block--service .block__text {
    font-size: 16px; }
  @media (max-width: 480px) {
    .block--service .block__text {
      font-size: 14px; } }
  .block--service .block__title {
    font-size: 32px; }
  @media (max-width: 480px) {
    .block--service .block__title {
      font-size: 26px; } }
  .block--service .block__image {
    padding: 0 40px; }
  .block--service .block__content {
    padding: 0 40px; }

.gallery__items-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px; }
  @media (max-width: 480px) {
  .gallery__items-item {
    grid-template-columns: 1fr; } }

.img_img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.gallery__items_content {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0px;
  justify-content: space-around; }
  @media (max-width: 480px) {
  .gallery__items_content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px; } }

.gallery__items_img {
  width: 35%;
  position: relative; }
  @media (max-width: 480px) {
  .gallery__items_img {
    width: 100%;
    position: relative; } }

.gallery__items_text {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px; }
  @media (max-width: 480px) {
  .gallery__items_text {
    width: 100%; } }

.gallery_title {
  color: #151515;
  font-size: 30px;
  font-weight: 500; }
  @media (max-width: 480px) {
  .gallery_title {
    font-size: 24px; } }

.gallery_arrow_btn {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: underline;
  color: #2154d2; }

.gallery_arrow_btn span {
  color: #2154d2;
  text-transform: uppercase; }

@media (max-width: 480px) {
    .gallery_arrow {
      display: none; } }

.responsiv-uploader-fileupload button {
  position: absolute;
  top: 0;
  left: 0;
  white-space: normal;
  height: 68px;
  font-size: 10px;
  z-index: 10;
  line-height: 1.3;
  padding: 0;
  width: 100%;
  opacity: 0; }

.file-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e0e0e0; }

.file-label {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding-bottom: 10px;
  background-color: transparent;
  display: block;
  line-height: normal; }

.recaptcha {
  z-index: 1;
  position: relative;
  margin-bottom: 20px; }
