@charset "UTF-8";
@import url("https://use.typekit.net/isb5nch.css");
:root {
  --font-family: "gotham", sans-serif;
  --second-family: "montserrat", 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; }

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

.header {
  width: 100%;
  z-index: 99;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 18px 0; }
  .header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px; }
  .header__logo {
    display: flex;
    align-items: center;
    column-gap: 20px; }
    .header__logo img {
      width: 95px; }
      @media (max-width: 480px) {
  .header__logo img {
    width: 80px; } }
    .header__logo span {
      font-weight: 400;
      font-size: 16px;
      color: #151515;
      line-height: 1.2; }
      @media (max-width: 480px) {
  .header__logo span {
    font-size: 14px; } }
  .header__contacts {
    display: flex;
    align-items: center;
    column-gap: 20px; }
    @media (max-width: 767px) {
  .header__contacts {
    display: none; } }
  .header__contact {
    display: flex;
    align-items: center;
    column-gap: 7px; }
    @media (max-width: 992px) {
    .header__contact:first-child {
      display: none; } }
    .header__contact span {
      font-weight: 400;
      font-size: 16px;
      color: #151515;
      line-height: 1.2; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  font-family: var(--second-family);
  padding: 10px 25px;
  border-radius: 10px;
  background-color: #397873;
  transition: 0.5s; }
  .button:hover {
    box-shadow: 0 0 20px #397873; }

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

.main {
  height: calc(100vh - 100px);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0; }
  @media (max-width: 480px) {
  .main {
    height: calc(100vh - 90px); } }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.35); }
  .main__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1; }
  .main__title {
    font-weight: 800;
    font-size: 55px;
    line-height: 116%;
    color: #fff;
    font-family: var(--second-family);
    margin-bottom: 20px; }
    @media (max-width: 480px) {
  .main__title {
    font-size: 36px;
    margin-bottom: 15px; } }
  .main__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    max-width: 440px;
    margin-bottom: 25px; }
    @media (max-width: 480px) {
  .main__text {
    margin-bottom: 20px;
    font-size: 16px; } }
  .title {
    font-weight: 500;
    font-size: 51px;
    line-height: 104%;
    text-align: center;
    color: #151515;
    font-family: var(--second-family);
    margin-bottom: 40px; }
  @media (max-width: 480px) {
  .title {
    margin-bottom: 20px;
    font-size: 30px; } }

.about__body {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  column-gap: 100px; }
  @media (max-width: 992px) {
    .about__body {
      align-items: start;
      grid-template-columns: 1fr;
      row-gap: 30px; } }
  @media (max-width: 480px) {
    .about__body {
      row-gap: 20px; } }
  .about__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px; }
  @media (max-width: 480px) {
    .about__images {
      gap: 10px; } }
  .about__image {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 70%; }
  .about__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px; }
    @media (max-width: 480px) {
    .about__image img {
      border-radius: 10px; } }
  .about__title {
    text-align: start;
    margin-bottom: 20px; }
  .about__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #555;
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  @media (max-width: 480px) {
    .about__text {
      font-size: 14px; } }

.services__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px; }
  @media (max-width: 992px) {
    .services__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 700px) {
    .services__items {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .service {
    border: 1px solid #cecece;
    border-radius: 25px;
    background-color: #fff;
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  @media (max-width: 480px) {
  .service {
    padding: 30px 20px;
    border-radius: 15px; } }
  .service:hover .service-hover {
    opacity: 1; }
  .service__cursor {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 45px; }
  @media (max-width: 480px) {
    .service__cursor {
      margin-bottom: 25px; } }
  .service__icon {
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .service__icon {
      margin-bottom: 15px; } }
  .service__title {
    font-weight: 400;
    font-size: 23px;
    line-height: 130%;
    color: #151515; }
  @media (max-width: 480px) {
    .service__title {
      font-size: 20px; } }

.service-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: #397873;
  padding: 25px 30px;
  opacity: 0;
  transition: 0.5s;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (max-width: 480px) {
  .service-hover {
    border-radius: 15px;
    padding: 20px; } }
  .service-hover__icon {
    margin-bottom: 15px; }
  .service-hover__icon svg path {
    fill: #fff; }
    .service-hover__icon svg > circle {
      stroke: #fff; }
  .service-hover__title {
    font-weight: 400;
    font-size: 23px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 10px; }
  @media (max-width: 480px) {
    .service-hover__title {
      font-size: 20px; } }
  .service-hover__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #fff; }

.order {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0; }
  .order::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.35); }
  .order__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1; }
  .order__title {
    text-align: start;
    color: #fff;
    max-width: 500px; }
  .order__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    max-width: 440px;
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .order__text {
      margin-bottom: 20px;
      font-size: 16px; } }
  .why__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 992px) {
    .why__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 700px) {
    .why__items {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .item-why {
    padding: 40px 25px;
    border-radius: 25px;
    background: #f4f5f7; }
  @media (max-width: 480px) {
  .item-why {
    padding: 30px 20px;
    border-radius: 15px; } }
  .item-why__image {
    margin-bottom: 25px; }
  .item-why__title {
    font-weight: 400;
    font-size: 23px;
    line-height: 130%;
    color: #151515;
    margin-bottom: 10px; }
  @media (max-width: 480px) {
    .item-why__title {
      font-size: 20px; } }
  .item-why__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #555; }

.review {
  padding: 40px 30px;
  border: 1px solid #cecece;
  border-radius: 15px; }
  @media (max-width: 480px) {
  .review {
    padding: 30px 20px; } }
  .review__top {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px; }
  @media (max-width: 480px) {
    .review__top {
      column-gap: 10px;
      margin-bottom: 15px; } }
  .review__image {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden; }
  @media (max-width: 480px) {
    .review__image {
      width: 50px;
      height: 50px; } }
  .review__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .review__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 111%;
    color: #343434;
    margin-bottom: 9px; }
  @media (max-width: 480px) {
    .review__title {
      font-size: 16px;
      margin-bottom: 5px; } }
  .review__subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 131%;
    letter-spacing: -0.02em;
    color: #999; }
  .review__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #777;
    margin-bottom: 15px; }
  @media (max-width: 480px) {
    .review__text {
      font-size: 14px; } }
  .review__date {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #999;
    margin-bottom: 20px; }
  .review__date::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background-color: #686868;
    margin-top: 10px; }
  .review__skan {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #397873;
    cursor: pointer; }

.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin-top: 40px; }
  .swiper-pagination-bullets.swiper-pagination-lock {
    display: none; }
  @media (max-width: 480px) {
  .swiper-pagination-bullets {
    margin-top: 20px; } }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #397873;
    transition: 0.5s; }

.form {
  height: calc(100vh - 100px);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 480px) {
  .form {
    height: calc(100vh - 90px); } }
  .form::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.45); }
  .form__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1; }
  .form__title {
    text-align: start;
    color: #fff;
    max-width: 500px; }
  .form__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    margin-bottom: 25px; }
  @media (max-width: 480px) {
    .form__text {
      margin-bottom: 20px;
      font-size: 16px; } }
  .form__inputs {
    max-width: 650px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 15px;
    margin-bottom: 26px; }
  @media (max-width: 550px) {
    .form__inputs {
      grid-template-columns: 1fr;
      gap: 10px;
      margin-bottom: 20px; } }
  .form__input:nth-child(3) {
    grid-column: span 2; }
    @media (max-width: 550px) {
    .form__input:nth-child(3) {
      grid-column: auto; } }
  .form__input input, .form__input textarea {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px); }
    @media (max-width: 480px) {
    .form__input input, .form__input textarea {
      font-size: 15px; } }
    .form__input input::placeholder, .form__input textarea::placeholder {
      color: #fff;
      opacity: 1; }
  .form__input textarea {
    resize: none;
    height: 100px; }
  .clients__item {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 15px 30px; }
  .clients__item img {
    max-width: 100%;
    max-height: 100%; }
  .footer {
    background: #ededed;
    padding: 50px 0 15px; }
  .footer__body {
    display: flex;
    align-items: start;
    justify-content: space-between;
    column-gap: 50px; }
  @media (max-width: 992px) {
    .footer__body {
      flex-direction: column;
      row-gap: 30px; } }
  .footer__logo img {
    width: 133px; }
  .footer__content {
    display: flex;
    align-items: start;
    column-gap: 80px; }
  @media (max-width: 767px) {
    .footer__content {
      flex-direction: column;
      row-gap: 30px;
      column-gap: 0; } }
  .footer__top-top {
    margin-top: -13px; }
  .footer__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #cbcbcb;
    margin-top: 80px; }
  @media (max-width: 767px) {
    .footer__foot {
      margin-top: 40px; } }
  .footer__abc {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap; }
  .footer__abc span {
    font-weight: 400;
    font-size: 13px;
    color: #151515;
    line-height: 1.2; }
    @media (max-width: 480px) {
    .footer__abc span {
      font-size: 12px; } }
  @media (max-width: 480px) {
      .footer__abc img {
        height: 9px; } }
  .footer__abc a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px; }
  .footer__socials {
    display: flex;
    align-items: center;
    column-gap: 8px; }
  .footer__social {
    transition: 0.5s;
    cursor: pointer; }
  .footer__social:hover {
    transform: scale(1.1); }

.nav-footer__title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #151515;
  margin-bottom: 15px; }
  .nav-footer__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    color: #151515;
    display: flex;
    flex-direction: column;
    max-width: 496px;
    row-gap: 5px; }
  @media (max-width: 992px) {
    .nav-footer__text {
      max-width: 300px; } }
  .nav-footer__text a {
    color: inherit; }

#contactForm_forms_flash p {
  color: lightgreen;
  margin-bottom: 10px; }
  #contactForm_forms_flash .close {
    display: none; }
