@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  --font-family: "Open Sans", sans-serif;
  --second-family: "Ubuntu", sans-serif;
  --font4: "Ubuntu Sans Mono", 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: 138.96px; }
  @media (max-width: 992px) {
  .page {
    margin-top: 106px; } }

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

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 4px 37px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: 0.5s; }
  .header.active .header__top {
    margin-top: -36px; }
  .header__top {
    background: #30437b;
    padding: 6px 0;
    transition: 0.5s; }
    .header__top ._container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  .header__phone {
    display: flex;
    align-items: center;
    column-gap: 10px; }
    .header__phone:hover span {
      text-decoration: underline; }
    .header__phone span {
      font-weight: 600;
      font-size: 16px;
      line-height: 130%;
      color: #fff; }
  .header__right {
    display: flex;
    align-items: center;
    column-gap: 25px; }
  .header__langs {
    display: flex;
    align-items: center; }
  .header__lang {
    border: 1px solid transparent;
    width: 35px;
    height: 24px;
    transition: 0.4s;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__lang.active {
      font-weight: 700;
      border-color: #fff; }
  .header__bottom {
    padding: 10px 0; }
    .header__bottom ._container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    @media (max-width: 992px) {
  .header__bottom {
    padding: 5px 0; } }
  .header__logo img {
    width: 83px; }
    @media (max-width: 992px) {
    .header__logo img {
      width: 60px; } }
  .header__items {
    display: flex;
    align-items: center;
    column-gap: 50px; }
  .header__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #292929;
    transition: 0.4s;
    border-bottom: 1px solid transparent;
    padding: 5px 0; }
    .header__item:hover {
      border-color: #30437b; }
  .header__button {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #315da4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #315da4;
    padding: 14px 40px;
    background-color: transparent;
    transition: 0.4s; }
    @media (max-width: 480px) {
  .header__button {
    font-size: 14px;
    padding: 12px 30px; } }
    .header__button:hover {
      transform: scale(1.05); }
  @media (max-width: 992px) {
    .header__desc {
      display: none; } }
  .header .burger {
    display: none; }
    @media (max-width: 992px) {
  .header .burger {
    display: block; } }

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

.main-video {
  position: relative;
  height: calc(100vh - 138.96px); }
  @media (max-width: 992px) {
  .main-video {
    height: calc(100vh - 106px); } }
  .main-video::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .main-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: #30437b;
  font-family: var(--second-family); }
  @media (max-width: 480px) {
  .title {
    font-size: 26px; } }

.services {
  margin-top: 0;
  padding: 70px 0;
  background: url("../themes/demo/assets/images/services-bg.jpg") center / cover no-repeat; }
  @media (max-width: 480px) {
  .services {
    padding: 50px 0; } }
  .services__container {
    max-width: 900px; }
  .services__title {
    margin-bottom: 20px; }
  .services__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    text-align: center;
    color: rgba(83, 83, 83, 0.72);
    margin-bottom: 30px;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto; }
  .services__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px; }
    @media (max-width: 992px) {
  .services__items {
    grid-template-columns: 1fr 1fr; } }
    @media (max-width: 550px) {
  .services__items {
    grid-template-columns: 1fr;
    gap: 30px; } }
  .item-services {
    display: block; }
  .item-services__image {
    position: relative;
    overflow: hidden;
    padding-bottom: 80%;
    display: block;
    margin-bottom: 10px; }
    .item-services__image img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .item-services__content {
    display: flex;
    column-gap: 14px; }
  .item-services__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #30437b;
    margin-bottom: 4px;
    font-family: var(--second-family); }
  .item-services__text {
    font-weight: 300;
    font-size: 13px;
    line-height: 162%;
    color: #505050; }

.form {
  background: url("../themes/demo/assets/images/form.png") center / cover no-repeat;
  padding: 30px 14px;
  align-self: flex-start; }
  .form__title {
    font-weight: 700;
    font-size: 15px;
    line-height: 193%;
    text-transform: uppercase;
    color: #30437b;
    font-family: var(--second-family);
    margin-bottom: 10px;
    text-align: center; }
  .form__inputs {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 15px; }
  .form__input input {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #151515;
    padding: 10px 20px;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.23);
    border: 1px solid #a2a2a2; }
    .form__input input::placeholder {
      color: #444; }
  .form__button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    padding: 10px;
    border: 1px solid #315da4;
    background: #30437b;
    transition: 0.4s;
    width: 100%; }
    .form__button:hover {
      box-shadow: 0 0 20px #30437b; }

.projects {
  background: #eeecec;
  margin-top: 0; }
  .projects__item {
    display: none; }
    .projects__item.active {
      display: grid; }

.project {
  grid-template-columns: 1fr 1.8fr 1fr;
  column-gap: 40px;
  align-items: center; }
  @media (max-width: 992px) {
  .project {
    grid-template-columns: 1fr;
    padding: 50px 0;
    row-gap: 30px; } }
  .project__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    text-transform: uppercase;
    color: #30437b;
    margin-bottom: 40px;
    font-family: var(--second-family); }
    @media (max-width: 480px) {
  .project__title {
    margin-bottom: 20px; } }
  .project__number {
    font-weight: 600;
    font-size: 70px;
    line-height: 1;
    color: rgba(48, 67, 123, 0.67);
    margin-bottom: 50px; }
    @media (max-width: 480px) {
  .project__number {
    font-size: 50px;
    margin-bottom: 20px; } }
  .project__items {
    display: flex;
    flex-direction: column;
    row-gap: 25px; }
    @media (max-width: 480px) {
  .project__items {
    row-gap: 15px; } }
  .project__item {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: space-between;
    cursor: pointer; }
    @media (max-width: 480px) {
  .project__item {
    column-gap: 20px; } }
    .project__item.active span {
      color: #30437b; }
    .project__item.active svg path {
      stroke-opacity: 1; }
    .project__item span {
      font-weight: 400;
      font-size: 18px;
      line-height: 161%;
      color: #5c5c5c;
      transition: 0.4s;
      font-family: var(--second-family); }
    @media (max-width: 480px) {
    .project__item span {
      font-size: 16px; } }
    .project__item svg path {
      transition: 0.4s; }
  @media (max-width: 992px) {
    .project__image {
      max-width: 500px; } }
    .project__image img {
      width: 100%; }
    @media (max-width: 992px) {
    .project__image img {
      height: 400px;
      object-fit: cover; } }
    @media (max-width: 480px) {
    .project__image img {
      height: 300px; } }
  .project__icon {
    margin-bottom: 15px; }
    @media (max-width: 480px) {
  .project__icon {
    margin-bottom: 10px; } }
    .project__icon img {
      max-width: 100%;
      mix-blend-mode: darken; }
  .project__name {
    font-weight: 700;
    font-size: 23px;
    line-height: 152%;
    color: #30437b;
    font-family: var(--second-family);
    margin-bottom: 30px; }
    @media (max-width: 480px) {
  .project__name {
    font-size: 20px;
    margin-bottom: 15px; } }
  .project__years {
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    color: rgba(21, 21, 21, 0.68);
    font-family: var(--second-family);
    margin-bottom: 25px; }
    @media (max-width: 480px) {
  .project__years {
    font-size: 28px;
    margin-bottom: 15px; } }
  .project__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #30437b; }
    @media (max-width: 480px) {
  .project__text {
    font-size: 14px; } }

@media (max-width: 1300px) {
      .clients__container {
        padding: 0 30px; } }
  .clients__title {
    margin-bottom: 20px; }
    @media (max-width: 480px) {
  .clients__title {
    margin-bottom: 15px; } }
  .clients__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 161%;
    text-align: center;
    color: rgba(83, 83, 83, 0.8);
    max-width: 718px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    @media (max-width: 480px) {
  .clients__text {
    font-size: 14px;
    margin-bottom: 25px; } }
  .clients__items-wrapper {
    position: relative; }
  .clients__item {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid rgba(207, 207, 207, 0.5); }
    .clients__item img {
      max-width: 100%;
      max-height: 100%; }
  .clients__arrow {
    cursor: pointer;
    transition: 0.4s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .clients__arrow.swiper-button-disabled {
      opacity: 0.5; }
  .clients__prev {
    left: -40px; }
    @media (max-width: 1300px) {
  .clients__prev {
    left: -25px; } }
  .clients__next {
    right: -40px; }
    @media (max-width: 1300px) {
  .clients__next {
    right: -25px; } }

.footer {
  padding: 40px 0 30px;
  background: #30437b; }
  @media (max-width: 480px) {
  .footer {
    padding: 30px 0 20px; } }
  .footer__body {
    display: flex;
    align-items: flex-end;
    column-gap: 158px; }
    @media (max-width: 1200px) {
  .footer__body {
    flex-direction: column;
    row-gap: 30px;
    align-items: start; } }
  .footer__logo {
    margin-bottom: 20px; }
    .footer__logo img {
      width: 83px; }
  .footer__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: 0.02em;
    color: #fff;
    max-width: 424px; }
  .footer__right {
    display: flex;
    column-gap: 70px; }
    @media (max-width: 600px) {
  .footer__right {
    display: flex;
    flex-direction: column;
    row-gap: 20px; } }
  .footer__nav-title {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 24px;
    font-family: var(--second-family); }
    @media (max-width: 480px) {
  .footer__nav-title {
    margin-bottom: 15px; } }
  .footer__nav-wrapper {
    display: flex;
    column-gap: 30px; }
  .footer__nav-items {
    display: flex;
    flex-direction: column;
    row-gap: 15px; }
  .footer__nav-item {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #fff; }
    .footer__nav-item:hover {
      text-decoration: underline; }
  .footer__contacts-title {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 24px;
    font-family: var(--second-family); }
    @media (max-width: 480px) {
  .footer__contacts-title {
    margin-bottom: 15px; } }
  .footer__contacts-items {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
  .footer__contacts-item {
    display: flex;
    align-items: center;
    column-gap: 10px; }
    .footer__contacts-item span {
      font-weight: 300;
      font-size: 16px;
      line-height: 130%;
      color: #fff; }
  .footer__foot {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 25px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
    margin-top: 60px; }
    @media (max-width: 480px) {
  .footer__foot {
    padding-top: 15px;
    margin-top: 30px; } }
    .footer__foot span {
      font-weight: 300;
      font-size: 14px;
      letter-spacing: 0.02em;
      color: rgba(255, 255, 255, 0.56); }
    .footer__foot a {
      display: flex;
      align-items: center;
      justify-content: center; }

.header-hover {
  position: relative;
  overflow: hidden; }
  .header-hover:hover {
    overflow: visible; }
    .header-hover:hover .header-hover__hidden {
      opacity: 1; }
  .header-hover__title {
    display: flex;
    align-items: center;
    column-gap: 8px; }
    .header-hover__title span {
      font-weight: 400;
      font-size: 18px;
      line-height: 130%;
      color: #292929; }
  .header-hover__hidden {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    transform: translateY(100%);
    transition: 0.5s;
    opacity: 0; }
  .header-hover__items {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px -15px #151515;
    row-gap: 15px;
    margin-top: 10px; }
  .header-hover__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #292929; }

.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  padding: 20px 30px;
  overflow-y: auto;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 20px -15px #151515;
  transition: 0.8s;
  transform: translateX(100%); }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    font-size: 40px;
    color: #bbb;
    cursor: pointer; }
  .menu__items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-end; }

.menu-hover {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .menu-hover__title {
    display: flex;
    align-items: center;
    column-gap: 8px; }
    .menu-hover__title span {
      font-weight: 400;
      font-size: 18px;
      line-height: 130%;
      color: #292929; }
  .menu-hover__hidden {
    display: none; }
  .menu-hover__items {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 15px;
    align-items: flex-end; }
  .menu-hover__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #292929;
    text-align: end; }

.start {
  padding: 90px 0;
  margin-top: 0; }
  @media (max-width: 480px) {
  .start {
    padding: 50px 0; } }
  .start__title {
    font-weight: 700;
    font-size: 45px;
    line-height: 133%;
    color: #fff;
    font-family: var(--second-family); }
    @media (max-width: 480px) {
  .start__title {
    font-size: 30px; } }

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

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

.about__body {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px; }
  @media (max-width: 1100px) {
    .about__body {
      display: flex;
      flex-direction: column;
      row-gap: 30px; } }
  .about__content {
    display: flex;
    flex-direction: column; }
  .about__button {
    display: inline-flex;
    align-items: center;
    column-gap: 14px;
    padding: 18px 26px;
    background: #30437b;
    transition: 0.5s;
    align-self: flex-end;
    margin-bottom: 60px; }
  @media (max-width: 480px) {
    .about__button {
      padding: 14px 14px;
      margin-bottom: 30px; } }
  .about__button:hover {
    box-shadow: 0 0 20px #30437b; }
  .about__button span {
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #fff; }
  @media (max-width: 480px) {
      .about__button span {
        font-size: 16px; } }
  .about__title {
    text-align: start;
    margin-bottom: 20px; }
  .about__text {
    max-width: 793px;
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
    color: #505050;
    margin-bottom: 90px; }
  @media (max-width: 480px) {
    .about__text {
      font-size: 14px;
      margin-bottom: 50px; } }
  .about__items-title {
    text-align: start;
    margin-bottom: 20px; }
  .about__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px; }
  @media (max-width: 992px) {
    .about__items {
      gap: 20px; } }
  @media (max-width: 767px) {
    .about__items {
      grid-template-columns: 1fr; } }
  .nav-about {
    display: flex;
    flex-direction: column;
    row-gap: 20px; }
  @media (max-width: 480px) {
  .nav-about {
    row-gap: 12px; } }
  .nav-about__item {
    font-weight: 300;
    font-size: 18px;
    line-height: 167%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #505050;
    border-left: 2px solid transparent;
    padding-left: 15px; }
  @media (max-width: 480px) {
    .nav-about__item {
      font-size: 15px;
      padding-left: 10px; } }
  .nav-about__item.active {
    font-weight: 600;
    color: #30437b;
    border-color: #30437b; }

.item-about {
  padding: 30px 20px;
  background: #f8f8f8;
  display: flex;
  column-gap: 25px; }
  @media (max-width: 480px) {
  .item-about {
    column-gap: 15px; } }
  .item-about__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    text-transform: uppercase;
    color: #30437b;
    font-family: var(--second-family);
    margin-bottom: 10px; }
  .item-about__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 164%;
    color: #505050; }

.charters__title {
  text-align: start;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .charters__title {
      margin-bottom: 15px; } }
  .charters__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 172%;
    color: #7a7a7a;
    margin-bottom: 20px;
    max-width: 824px; }
  @media (max-width: 480px) {
    .charters__text {
      font-size: 14px; } }
  .charters__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px; }
  @media (max-width: 767px) {
    .charters__items {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 480px) {
    .charters__items {
      grid-template-columns: 1fr 1fr;
      gap: 10px; } }
  .charters__item {
    border: 3px solid #151515; }
  .charters__item img {
    width: 100%; }

.charters2 {
  margin-top: 55px; }

.clients-page__title {
  text-align: start;
  margin-bottom: 20px; }
  .clients-page__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
  @media (max-width: 767px) {
    .clients-page__items {
      gap: 20px; } }
  @media (max-width: 480px) {
    .clients-page__items {
      grid-template-columns: 1fr 1fr;
      gap: 10px; } }
  .clients-page__item {
    height: 116px;
    border: 1px solid rgba(207, 207, 207, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }
  @media (max-width: 767px) {
    .clients-page__item {
      height: 90px; } }
  @media (max-width: 480px) {
    .clients-page__item {
      padding: 10px; } }
  .clients-page__item img {
    max-width: 100%;
    max-height: 100%; }

.reviews__title {
  margin-bottom: 20px;
  text-align: start; }
  .reviews__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px; }
  @media (max-width: 767px) {
    .reviews__items {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 480px) {
    .reviews__items {
      grid-template-columns: 1fr 1fr;
      gap: 10px; } }
  .reviews__item img {
    width: 100%; }

.news__title {
  text-align: start;
  margin-bottom: 20px; }

.service__container {
  max-width: 1100px; }
  .service__body {
    display: flex;
    align-items: center;
    margin: 0 -40px; }
  @media (max-width: 992px) {
    .service__body {
      display: flex;
      flex-direction: column;
      align-items: start;
      row-gap: 30px; } }
  @media (max-width: 480px) {
    .service__body {
      row-gap: 20px; } }
  .service__image {
    flex: 0 0 50%;
    padding: 0 40px; }
  .service__image img {
    width: 100%; }
  .service__content {
    flex: 1 0 50%;
    padding: 0 40px; }
  .service__title {
    margin-bottom: 20px;
    text-align: start;
    text-transform: none; }
  .service__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #535353;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    text-align: justify; }
  @media (max-width: 480px) {
    .service__text {
      font-size: 14px; } }
  .service__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 10px; }
  .service__text li {
    list-style: disc; }

.service-block {
  margin-top: 60px; }
  @media (max-width: 480px) {
  .service-block {
    margin-top: 40px; } }
  .service-block__title {
    color: #151515;
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .service-block__title {
      margin-bottom: 20px; } }
  .service-block__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #535353;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    text-align: justify; }
  @media (max-width: 480px) {
    .service-block__text {
      font-size: 14px; } }
  .service-block__text ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 30px; }
  .service-block__text li {
    list-style: disc; }

.teh {
  margin-top: 50px; }
  .teh__title {
    margin-bottom: 20px;
    text-align: start; }
  .teh__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; }
  @media (max-width: 992px) {
    .teh__items {
      grid-template-columns: 1fr 1fr;
      gap: 20px; } }
  @media (max-width: 600px) {
    .teh__items {
      grid-template-columns: 1fr;
      gap: 15px; } }
  .item-teh {
    padding: 30px;
    border: 1px solid rgba(207, 207, 207, 0.7);
    position: relative; }
  @media (max-width: 480px) {
  .item-teh {
    padding: 30px 20px; } }
  .item-teh__image {
    margin-bottom: 22px;
    height: 63px; }
  @media (max-width: 480px) {
    .item-teh__image {
      margin-bottom: 15px; } }
  .item-teh__number {
    position: absolute;
    top: 40px;
    right: 34px;
    font-weight: 300;
    font-size: 23px;
    line-height: 135%;
    color: #292929;
    font-family: var(--second-family); }
  @media (max-width: 480px) {
    .item-teh__number {
      font-size: 20px; } }
  .item-teh__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    text-transform: uppercase;
    color: #151515;
    font-family: var(--second-family);
    margin-bottom: 5px; }
  @media (max-width: 480px) {
    .item-teh__title {
      font-size: 18px; } }
  .item-teh__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #505050; }
  @media (max-width: 480px) {
    .item-teh__text {
      font-size: 14px; } }

.contacts {
  margin-top: 60px; }
  @media (max-width: 480px) {
  .contacts {
    margin-top: 40px; } }
  .contacts__title {
    text-align: start;
    margin-bottom: 30px; }
  @media (max-width: 480px) {
    .contacts__title {
      margin-bottom: 20px; } }
  .contacts__body {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    column-gap: 90px; }
  @media (max-width: 1100px) {
    .contacts__body {
      column-gap: 50px;
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 767px) {
    .contacts__body {
      grid-template-columns: 1fr;
      row-gap: 30px; } }
  .contacts__items {
    padding-right: 90px;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    row-gap: 30px; }
  @media (max-width: 1100px) {
    .contacts__items {
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .contacts__items {
      padding-right: 0;
      border-right: 0; } }
  .contacts__map {
    height: 400px;
    margin-top: 50px; }
  @media (max-width: 480px) {
    .contacts__map {
      height: 350px;
      margin-top: 30px; } }
  .contacts__map iframe, .contacts__map div {
    width: 100%;
    height: 100%; }

.contact {
  display: flex;
  align-items: center;
  column-gap: 25px; }
  @media (max-width: 480px) {
  .contact {
    column-gap: 15px; } }
  .contact__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #505050;
    margin-bottom: 9px; }
  @media (max-width: 480px) {
    .contact__title {
      font-size: 14px;
      margin-bottom: 5px; } }
  .contact__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 117%;
    color: #292929; }
  @media (max-width: 480px) {
    .contact__text {
      font-size: 14px; } }

.form-contacts__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 130%;
  color: #151515;
  font-family: var(--second-family);
  margin-bottom: 15px; }
  .form-contacts__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #505050;
    margin-bottom: 20px; }
  .form-contacts__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 500px;
    margin-bottom: 12px; }
  .form-contacts__input:last-child {
    grid-column: 1 / 3; }
  .form-contacts__input input {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    line-height: 185%;
    color: #151515;
    padding: 12px 15px;
    border: 0.5px solid #cecece; }
  .form-contacts__input input::placeholder {
    color: #505050; }
  .form-contacts__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 13px 40px;
    background: #30437b;
    transition: 0.4s; }
  .form-contacts__button:hover {
    box-shadow: 0 0 20px #30437b; }

#homeForm_forms_flash .close {
  display: none; }
  #homeForm_forms_flash p {
    font-size: 14px;
    margin-bottom: 10px;
    color: green;
    line-height: 1.3;
    text-align: center; }

#contactForm_forms_flash .close {
  display: none; }
  #contactForm_forms_flash p {
    font-size: 16px;
    margin-bottom: 10px;
    color: green;
    line-height: 1.3; }

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