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

.title {
  font-family: Geologica;
  font-weight: 400;
  font-size: 40px;
  leading-trim: Cap height;
  line-height: 50px;
  letter-spacing: 0%;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 15px;
  position: relative; }
  @media (max-width: 480px) {
  .title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 0px; } }
  .title::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    background-color: #333; }

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

.swiper-pagination-bullet {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* Размер внешнего квадрата */
  height: 2px;
  background-color: rgba(133, 133, 133, 0.502);
  opacity: 1;
  border-radius: 0px;
  transition: 0.3s; }

.swiper-pagination-bullet-active {
  width: 200% !important;
  /* Размер внешнего квадрата */
  height: 2px;
  background-color: #151515; }

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

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

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

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

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  transition: all 0.4s ease;
  border-bottom: 1px solid #ebebeb; }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 15px 15px; }
    @media (max-width: 480px) {
  .header__container {
    padding: 5px 15px; } }
  .header__logo {
    display: flex;
    align-items: center; }
  .header__logo-image {
    margin-right: 13px; }
    @media (max-width: 480px) {
  .header__logo-image {
    margin-right: 5px; } }
  .header__logo-text-blue {
    font-family: Geologica;
    font-weight: 400;
    font-size: 23.2px;
    leading-trim: Cap height;
    line-height: 26.04px;
    letter-spacing: 0%;
    color: #03a8e1; }
    @media (max-width: 480px) {
  .header__logo-text-blue {
    font-size: 18.2px;
    line-height: 20.04px; } }
  .header__logo-text-black {
    font-family: Geologica;
    font-weight: 400;
    font-size: 23.2px;
    leading-trim: Cap height;
    line-height: 26.04px;
    letter-spacing: 0%;
    color: #333; }
    @media (max-width: 480px) {
  .header__logo-text-black {
    font-size: 18.2px;
    line-height: 20.04px; } }
  .header__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 581px; }
  .header__item {
    font-family: Geologica;
    font-weight: 400;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #333;
    transition: 0.3s; }
    .header__item:hover {
      color: #03a8e1; }
    .header__item_menu {
      font-family: Geologica;
      font-weight: 400;
      font-size: 16px;
      leading-trim: Cap height;
      line-height: 100%;
      letter-spacing: 0%;
      vertical-align: bottom;
      text-transform: uppercase;
      color: #333; }
  .header__modal {
    font-family: Geologica;
    font-weight: 700;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background-color: #03a8e1;
    padding: 11px 30px;
    border: 1px solid #03a8e1;
    transition: 0.3s; }
    .header__modal:hover {
      color: #03a8e1;
      background-color: #fff; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }

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

.menu {
  padding: 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 50px;
  transform: translateX(-100%);
  transition: 0.8s; }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 50px;
    color: #bbb;
    cursor: pointer; }
    @media (max-width: 480px) {
  .menu__close {
    font-size: 40px;
    right: 15px;
    top: 10px; } }
  .menu__logo {
    margin-top: 40px;
    display: flex;
    align-items: center; }
  .menu__logo-text-blue {
    font-family: Geologica;
    font-weight: 400;
    font-size: 23.2px;
    leading-trim: Cap height;
    line-height: 26.04px;
    letter-spacing: 0%;
    color: #03a8e1; }
  .menu__logo-text-black {
    font-family: Geologica;
    font-weight: 400;
    font-size: 23.2px;
    leading-trim: Cap height;
    line-height: 26.04px;
    letter-spacing: 0%;
    color: #333; }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px; }
  .menu__feedback {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center; }
  .menu__modal {
    font-family: Geologica;
    font-weight: 700;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background-color: #03a8e1;
    padding: 11px 30px;
    border: 1px solid #03a8e1;
    transition: 0.3s; }
    .menu__modal:hover {
      color: #03a8e1;
      background-color: #fff; }

.footer {
  background-color: #010122; }
  .footer__body {
    margin-top: 30px;
    margin-bottom: 45px; }
  .footer__top {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #2f2f3a;
    justify-content: space-between; }
    @media (max-width: 1100px) {
  .footer__top {
    flex-direction: column-reverse;
    gap: 30px; } }
  .footer__left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 835px;
    gap: 10px; }
    @media (max-width: 750px) {
  .footer__left {
    flex-direction: column; } }
  .footer__left-item {
    display: flex;
    gap: 15px;
    align-items: center; }
    .footer__left-item:hover .footer__left-item-text {
      color: #03a8e1; }
  .footer__left-item-text {
    font-family: Geologica;
    font-weight: 300;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    max-width: 247px;
    transition: 0.3s; }
  .footer__modal {
    font-family: Geologica;
    font-weight: 700;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 16px 25px;
    transition: 0.3s; }
    .footer__modal:hover {
      color: #010122;
      background-color: #fff; }
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: center; }
  .footer__bottom-place {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 710px; }
  .footer__bottom-left {
    position: relative;
    height: fit-content; }
  .footer__logo {
    display: flex;
    align-items: center; }
  .footer__logo-text-blue {
    font-family: Geologica;
    font-weight: 400;
    font-size: 23.2px;
    font-size: 23.2px;
    leading-trim: Cap height;
    line-height: 26.04px;
    letter-spacing: 0%;
    color: #03a8e1;
    margin-left: 13px; }
    @media (max-width: 480px) {
  .footer__logo-text-blue {
    font-size: 18.2px;
    line-height: 20.04px;
    margin-left: 5px; } }
  .footer__logo-text-black {
    font-family: Geologica;
    font-weight: 400;
    font-size: 23.2px;
    leading-trim: Cap height;
    line-height: 26.04px;
    letter-spacing: 0%;
    color: #fff; }
    @media (max-width: 480px) {
  .footer__logo-text-black {
    font-size: 18.2px;
    line-height: 20.04px; } }
  .footer__work {
    font-family: Geologica;
    font-weight: 400;
    font-size: 13px;
    leading-trim: Cap height;
    line-height: 15px;
    letter-spacing: 0%;
    color: #cdcdcd;
    position: absolute;
    left: 56px;
    bottom: -5px; }
    @media (max-width: 480px) {
  .footer__work {
    left: 47px;
    bottom: 0px; } }
  .footer__bottom-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px; }
    @media (max-width: 750px) {
  .footer__bottom-center {
    display: none; } }
  .footer__nav-item {
    font-family: Geologica;
    font-weight: 300;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 38px;
    letter-spacing: 0%;
    color: #fff;
    transition: 0.3s; }
    .footer__nav-item:hover {
      color: #03a8e1; }
  .footer__bottom-right {
    margin-left: 10px; }
  @media (max-width: 480px) {
    .footer__bottom-up {
      max-width: 40px; } }
  .footer__foot {
    font-family: Geologica;
    font-weight: 250;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 30px;
    border-top: 1px solid #2f2f3a;
    display: flex;
    align-items: center; }
    @media (max-width: 440px) {
  .footer__foot {
    flex-direction: column;
    align-items: start; } }
  .footer__foot-left {
    font-family: Geologica;
    font-weight: 250;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
    font-size: 13px;
    line-height: 17.57px;
    padding-right: 5px;
    padding-top: 3px; }
    .footer__foot-left a {
      padding-top: 3px;
      height: fit-content; }

.main {
  margin-bottom: 80px;
  margin-top: 88px;
  height: calc(100vh - 88px);
  position: relative;
  z-index: 1; }
  @media (max-width: 480px) {
  .main {
    margin-bottom: 40px; } }
  @media (max-width: 480px) {
  .main {
    margin-top: 68px;
    height: calc(100vh - 68px); } }
  .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-color: rgba(23, 23, 23, 0.349); }
  .main__container {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 15px; }
  .main__title-all {
    display: flex;
    flex-direction: column; }
  .main__title {
    font-family: Geologica;
    font-weight: 700;
    font-size: 53px;
    leading-trim: Cap height;
    line-height: 55px;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 560px) {
  .main__title {
    font-size: 30px;
    line-height: 32px; } }
  .main__title-small {
    font-family: Geologica;
    font-weight: 500;
    font-size: 42px;
    leading-trim: Cap height;
    line-height: 55px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #fff;
    margin-top: 15px; }
    @media (max-width: 560px) {
  .main__title-small {
    font-size: 24px;
    line-height: 26px;
    margin-top: 5px; } }
  .main__subtitle {
    font-family: Geologica;
    font-weight: 300;
    font-size: 25px;
    leading-trim: Cap height;
    line-height: 33px;
    letter-spacing: 0%;
    color: #e7e7e7;
    max-width: 497px;
    margin-top: 25px;
    margin-bottom: 30px; }
    @media (max-width: 560px) {
  .main__subtitle {
    font-size: 16px;
    line-height: 18px;
    max-width: 294px;
    margin-top: 10px;
    margin-bottom: 15px; } }
  .main__modal {
    font-family: Geologica;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #03a8e1;
    padding: 16px 40px;
    border: 1px solid #03a8e1;
    transition: 0.3s; }
    .main__modal:hover {
      color: #03a8e1;
      background-color: #fff; }
  .main__scroll {
    position: absolute;
    left: 15px;
    bottom: 50px;
    display: flex;
    gap: 16px;
    align-items: center; }
    @media (max-width: 480px) {
  .main__scroll {
    bottom: 60px; } }
  .main__scroll-text {
    font-family: Geologica;
    font-weight: 300;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 20px;
    letter-spacing: 10%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #b4b4b4; }

.services {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .services {
    margin-bottom: 40px; } }
  .services__container {
    overflow: hidden;
    max-width: 1266px;
    padding: 0 30px; }
    @media (max-width: 1200px) {
  .services__container {
    max-width: 1246px;
    padding: 0 15px; } }
  .services__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    gap: 10px; }
    @media (max-width: 700px) {
  .services__top {
    flex-direction: column;
    align-items: start; } }
    @media (max-width: 480px) {
  .services__top {
    margin-bottom: 10px; } }
  .services__top-right {
    display: flex;
    align-items: center;
    gap: 10px; }
  .services__all {
    font-family: Geologica;
    font-weight: 700;
    font-size: 16px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background-color: #03a8e1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    height: 46px;
    text-wrap: nowrap;
    border: 1px solid #03a8e1;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .services__all {
    height: 30px; } }
    .services__all:hover {
      color: #03a8e1;
      background-color: #fff; }
  .services__buttons {
    display: flex;
    gap: 10px; }
  .services__button {
    height: 46px;
    background-color: transparent;
    border: 1px solid #b5b5b5;
    padding: 0px 9.5px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 480px) {
  .services__button {
    height: 30px; } }
  .services__items {
    overflow: visible;
    background-color: #fff; }
    @media (max-width: 1200px) {
  .services__items {
    overflow: hidden; } }
    .services__items .swiper-wrapper {
      min-height: 480px; }
  .services__item {
    transition: 0.5s;
    border: 1px solid rgba(230, 230, 230, 0);
    background-color: #fff; }
    @media (min-width: 1200px) {
  .services__item:hover {
    position: relative;
    z-index: 1;
    border: 1px solid #e6e6e6;
    padding: 20px;
    transform: scale(1.15); }
    .services__item:hover .services__item-image-place {
      height: 223px; }
    .services__item:hover .services__item-title {
      font-size: 23px;
      line-height: 24px; }
    .services__item:hover .services__item-subtitle {
      font-size: 16px; }
    .services__item:hover .services__item-arrow {
      opacity: 0; }
    .services__item:hover .services__item-link {
      height: 40px;
      width: 100%;
      font-size: 16px;
      opacity: 1;
      margin-top: 30px;
      border: 1px solid #03a8e1; } }
  .services__item-image-place {
    height: 298px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: end;
    padding: 10px 15px;
    transition: 0.5s; }
  .services__item-arrow {
    transition: 0.5s; }
  .services__item-title {
    transition: 0.5s;
    font-family: Geologica;
    font-weight: 400;
    font-size: 26px;
    leading-trim: Cap height;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #333;
    padding-bottom: 8px;
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
  .services__item-title {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 3px; } }
    .services__item-title::after {
      content: "";
      position: absolute;
      width: 42px;
      height: 1.5px;
      left: 0px;
      bottom: 0px;
      background-color: #333; }
  .services__item-subtitle {
    font-family: Geologica;
    font-weight: 300;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #777;
    transition: 0.5s; }
  .services__item-link {
    font-family: Geologica;
    font-weight: 700;
    font-size: 0px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background-color: #03a8e1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;
    width: 100%;
    transition: 0.5s;
    border: 0px solid #03a8e1;
    transition: 0.3s; }
    .services__item-link:hover {
      color: #03a8e1;
      background-color: #fff; }
    @media (max-width: 1200px) {
  .services__item-link {
    height: 40px;
    width: 100%;
    font-size: 16px;
    opacity: 1;
    margin-top: 30px;
    border: 1px solid #03a8e1; } }
  .about {
    margin-bottom: 80px;
    min-height: 100vh;
    padding: 20px 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  @media (max-width: 480px) {
  .about {
    margin-bottom: 40px; } }
  .about::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 23, 23, 0.651); }
  .about__container {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center; }
  .about__title {
    color: #fff; }
    .about__title::after {
      background-color: #fff; }
  .about__title-service {
    max-width: 730px; }
  .about__text {
    font-family: Geologica;
    font-weight: 300;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 28px;
    letter-spacing: 0%;
    color: #e7e7e7;
    max-width: 549px;
    margin: 30px 0px; }
  .about__text-service {
    max-width: 700px; }
  .about__link {
    font-family: Geologica;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #03a8e1;
    padding: 16px 40px;
    display: block;
    width: fit-content;
    border: 1px solid #03a8e1;
    transition: 0.3s; }
    .about__link:hover {
      color: #03a8e1;
      background-color: #fff; }

.training {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .training {
    margin-bottom: 40px; } }
  .training__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    margin-top: 35px; }
    @media (max-width: 780px) {
  .training__content {
    grid-template-columns: 1fr;
    gap: 10px; } }
    @media (max-width: 480px) {
  .training__content {
    margin-top: 10px; } }
  .training__item {
    border: 0px solid rgba(3, 168, 225, 0);
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    position: relative;
    transition: 0.5s;
    background-color: #fff;
    padding: 50px 15px; }
    .training__item::after {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      right: -16px;
      top: 0px;
      background-color: #dadada;
      transition: 0.5s; }
    @media (max-width: 480px) {
  .training__item {
    padding: 20px 5px; } }
  .training__item:nth-child(3n)::after {
    display: none; }
  .training__item:hover {
    transform: scale(1.1);
    border: 1px solid #03a8e1;
    padding-bottom: 30px; }
    .training__item:hover::after {
      opacity: 0; }
    .training__item:hover .training__item-link {
      height: 40px;
      width: 100%;
      font-size: 16px;
      opacity: 1;
      margin-top: 30px;
      border: 1px solid #03a8e1; }
    .training__item:hover .training__item-arrow {
      opacity: 0; }
  .training__item-image-place {
    height: 80px;
    display: flex;
    align-items: end;
    justify-content: start; }
  .training__item-image {
    max-height: 80px;
    height: fit-content; }
  .training__item-title {
    font-family: Geologica;
    font-weight: 400;
    font-size: 23px;
    leading-trim: Cap height;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px; }
  .training__item-subtitle {
    font-family: Geologica;
    font-weight: 300;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #777; }
  .training__item-link {
    font-family: Geologica;
    font-weight: 700;
    font-size: 0px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background-color: #03a8e1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0px;
    width: 100%;
    transition: 0.5s;
    border: 0px solid #03a8e1;
    transition: 0.3s; }
    .training__item-link:hover {
      color: #03a8e1;
      background-color: #fff; }
  .training__item-arrow {
    position: absolute;
    top: 20px;
    right: 12px;
    transition: 0.5s; }

.gallery__item {
  height: 298px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.thanks {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .thanks {
    margin-bottom: 40px; } }
  .thanks__container {
    max-width: 1346px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 35px; }
    @media (max-width: 480px) {
  .thanks__container {
    margin-top: 10px;
    gap: 5px;
    max-width: 1316px; } }
  .thanks__button {
    background-color: transparent;
    width: 29px;
    height: 29px; }
  .thanks__content {
    width: calc(100% - 100px);
    max-width: 1216px; }
    @media (max-width: 480px) {
  .thanks__content {
    width: calc(100% - 70px); } }
  .thanks__item-image {
    width: 100%;
    border: 10px solid #000; }
  .partners__item {
    height: 77px;
    border: 1px solid #c6c6c6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
  .partners__item-image {
    max-width: 175px;
    max-height: 75px; }

.banner {
  margin-bottom: 80px;
  margin-top: 88px;
  height: calc(100vh - 88px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 480px) {
  .banner {
    margin-bottom: 40px; } }
  @media (max-width: 480px) {
  .banner {
    margin-top: 68px;
    height: calc(100vh - 68px); } }
  .banner::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.651); }
  .banner__container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1; }
  .banner__title-all {
    display: flex;
    flex-direction: column; }
  .banner__title {
    font-family: Geologica;
    font-weight: 500;
    font-size: 53px;
    leading-trim: Cap height;
    line-height: 55px;
    letter-spacing: 0%;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 600px) {
  .banner__title {
    font-size: 35px;
    line-height: 50px; } }
  .banner__title-small {
    font-family: Geologica;
    font-weight: 500;
    font-size: 42px;
    leading-trim: Cap height;
    line-height: 55px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #fff; }
    @media (max-width: 600px) {
  .banner__title-small {
    font-size: 30px;
    line-height: 30px; } }
  .banner__subtitle {
    font-family: Geologica;
    font-weight: 300;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0%;
    color: #e7e7e7;
    max-width: 590px;
    margin: 30px 0px; }
    @media (max-width: 550px) {
  .banner__subtitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px; } }
  .banner__modal {
    font-family: Geologica;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #03a8e1;
    padding: 16px 40px;
    border: 1px solid #03a8e1;
    width: fit-content;
    transition: 0.3s; }
    .banner__modal:hover {
      color: #03a8e1;
      background-color: #fff; }
  .banner__scroll {
    position: absolute;
    left: 15px;
    bottom: 50px;
    display: flex;
    gap: 25px;
    align-items: center; }
    @media (max-width: 480px) {
  .banner__scroll {
    bottom: 60px; } }
  .banner__scroll-text {
    font-family: Geologica;
    font-weight: 300;
    font-size: 14px;
    leading-trim: Cap height;
    line-height: 20px;
    letter-spacing: 10%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #b4b4b4; }

.about-info {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .about-info {
    margin-bottom: 40px; } }
  .about-info__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }
    @media (max-width: 880px) {
  .about-info__container {
    flex-direction: column; } }
  .about-info__container-stock {
    flex-direction: column; }
  .about-info__image-place {
    height: 410px;
    width: 656px;
    min-width: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 880px) {
  .about-info__image-place {
    width: 100%;
    min-width: auto; } }
  .about-info__content {
    max-width: 469px; }
  .about-info__content-stock {
    max-width: none; }
  .about-info__title {
    text-transform: none; }
  .about-info__text {
    font-family: Geologica;
    font-weight: 300;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0%;
    color: #555;
    margin-top: 20px;
    text-align: justify; }

.cooperation {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .cooperation {
    margin-bottom: 40px; } }
  .cooperation__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; }
    @media (max-width: 880px) {
  .cooperation__container {
    flex-direction: column-reverse; } }
  .cooperation__content {
    max-width: 664px; }
  .cooperation__text {
    font-family: Geologica;
    font-weight: 300;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0%;
    color: #555;
    margin: 30px 0px;
    text-align: justify; }
    @media (max-width: 540px) {
  .cooperation__text {
    margin: 10px 0px; } }
  .cooperation__image-place {
    height: 538px;
    width: 471px;
    min-width: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 540px) {
  .cooperation__image-place {
    width: 100%;
    min-width: auto; } }
    @media (max-width: 480px) {
  .cooperation__image-place {
    height: 300px; } }
  .cooperation__form {
    max-width: 449px; }
  .cooperation__area-input-place {
    display: flex;
    gap: 18px; }
  .cooperation__area-input {
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555;
    width: 100%;
    border-bottom: 1px solid #7b7b7b;
    padding: 18px 0px; }
    @media (max-width: 540px) {
  .cooperation__area-input {
    padding: 10px 0px; } }
  .cooperation__area-input-submit {
    font-family: Geologica;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #03a8e1;
    padding: 11px 40px;
    border: 1px solid #03a8e1;
    width: 208px;
    transition: 0.3s;
    margin-top: 40px; }
    .cooperation__area-input-submit:hover {
      color: #03a8e1;
      background-color: #fff; }
    @media (max-width: 540px) {
  .cooperation__area-input-submit {
    margin-top: 10px; } }

.center-info {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .center-info {
    margin-bottom: 40px; } }
  .center-info__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }
    @media (max-width: 880px) {
  .center-info__container {
    flex-direction: column; } }
  .center-info__image-place {
    height: 533px;
    width: 415px;
    min-width: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 880px) {
  .center-info__image-place {
    width: 100%;
    min-width: auto; } }
    @media (max-width: 480px) {
  .center-info__image-place {
    height: 400px; } }
  .center-info__content {
    max-width: 725px; }
  .center-info__title {
    text-transform: none; }
  .center-info__text {
    font-family: Geologica;
    font-weight: 300;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0%;
    color: #555;
    margin-top: 20px;
    text-align: justify; }

.welder {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .welder {
    margin-bottom: 40px; } }
  .welder__content {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
    @media (max-width: 480px) {
  .welder__content {
    margin-top: 10px; } }
    @media (max-width: 850px) {
  .welder__content {
    grid-template-columns: 1fr;
    gap: 10px; } }
  .welder__item {
    border: 0px solid rgba(3, 168, 225, 0);
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    position: relative;
    transition: 0.5s;
    background-color: #fff;
    padding: 50px 15px; }
    .welder__item::after {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      right: -16px;
      top: 0px;
      background-color: #dadada;
      transition: 0.5s; }
    @media (max-width: 480px) {
  .welder__item {
    padding: 20px 5px; } }
  .welder__item:nth-child(3n)::after {
    display: none; }
  .welder__item-title {
    font-family: Geologica;
    font-weight: 300;
    font-size: 43px;
    leading-trim: Cap height;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: #333; }
  .welder__item-subtitle {
    font-family: Geologica;
    font-weight: 300;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0%;
    color: #777;
    margin-top: 35px; }
    @media (max-width: 480px) {
  .welder__item-subtitle {
    margin-top: 10px; } }

.center-add {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .center-add {
    margin-bottom: 40px; } }
  .center-add__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }
    @media (max-width: 880px) {
  .center-add__container {
    flex-direction: column; } }
  .center-add__image-place {
    height: 632px;
    width: 533px;
    min-width: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 880px) {
  .center-add__image-place {
    width: 100%;
    min-width: auto; } }
    @media (max-width: 480px) {
  .center-add__image-place {
    height: 400px; } }
  .center-add__content {
    max-width: 589px; }
  .center-add__title {
    text-transform: none; }
  .center-add__text {
    font-family: Geologica;
    font-weight: 300;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0%;
    color: #555;
    margin-top: 20px;
    text-align: justify; }

.center-form {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .center-form {
    margin-bottom: 40px; } }
  .center-form__content {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px; }
    @media (max-width: 480px) {
  .center-form__content {
    margin-top: 10px; } }
    @media (max-width: 850px) {
  .center-form__content {
    grid-template-columns: 1fr;
    gap: 10px; } }
  .center-form__item {
    border: 0px solid rgba(3, 168, 225, 0);
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    position: relative;
    transition: 0.5s;
    background-color: #fff;
    padding: 50px 15px; }
    .center-form__item::after {
      content: "";
      width: 1px;
      height: 100%;
      position: absolute;
      right: -16px;
      top: 0px;
      background-color: #dadada;
      transition: 0.5s; }
    @media (max-width: 480px) {
  .center-form__item {
    padding: 20px 5px; } }
  .center-form__item:nth-child(3n)::after {
    display: none; }
  .center-form__item-title {
    font-family: Geologica;
    font-weight: 300;
    font-size: 21px;
    leading-trim: Cap height;
    line-height: 28px;
    letter-spacing: 0%;
    color: #151515;
    margin-top: 30px; }
    @media (max-width: 480px) {
  .center-form__item-title {
    margin-top: 10px; } }

.services-page {
  margin-top: 155px;
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .services-page {
    margin-bottom: 40px;
    margin-top: 100px; } }
  .services-page__content {
    margin-top: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px; }
    @media (max-width: 480px) {
  .services-page__content {
    margin-top: 10px; } }
    @media (max-width: 900px) {
  .services-page__content {
    grid-template-columns: 1fr 1fr; } }
    @media (max-width: 580px) {
  .services-page__content {
    grid-template-columns: 1fr; } }
  .contacts {
    padding: 0px 15px;
    margin-top: 155px;
    margin-bottom: 80px; }
  @media (max-width: 480px) {
  .contacts {
    margin-bottom: 40px;
    margin-top: 100px; } }
  .contacts__service {
    padding: 0px 15px;
    margin-top: 0px;
    margin-bottom: 80px; }
    @media (max-width: 480px) {
  .contacts__service {
    margin-bottom: 40px;
    margin-top: 0px; } }
  .contacts__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    padding: 0px;
    max-width: 1216px; }
    @media (max-width: 750px) {
  .contacts__container {
    flex-direction: column-reverse; } }
  .contacts__map {
    width: 100%;
    height: 500px;
    max-width: 488px; }
    @media (max-width: 750px) {
  .contacts__map {
    height: 400px; } }
    .contacts__map iframe {
      width: 100%;
      height: 100%;
      border: 0px !important; }
  .contacts__content {
    padding: 20px 70px; }
    @media (max-width: 750px) {
  .contacts__content {
    padding: 20px 10px; } }
  .contacts__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px; }
    @media (max-width: 750px) {
  .contacts__list {
    gap: 5px;
    margin-top: 10px; } }
  .contacts__item {
    font-family: Geologica;
    font-weight: 300;
    font-size: 23px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333;
    transition: 0.3s; }
    .contacts__item:hover {
      color: #03a8e1; }

.description {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .description {
    margin-bottom: 40px; } }
  .description__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }
    @media (max-width: 880px) {
  .description__container {
    flex-direction: column; } }
  .description__image-place {
    height: 410px;
    width: 656px;
    min-width: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 880px) {
  .description__image-place {
    width: 100%;
    min-width: auto; } }
  .description__content {
    max-width: 469px; }
  .description__text {
    font-family: Geologica;
    font-weight: 300;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0%;
    color: #555;
    margin-top: 20px;
    text-align: justify; }

.list__item {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px; }
  @media (max-width: 480px) {
    .list__item {
      margin-bottom: 40px; } }
  @media (max-width: 880px) {
    .list__item {
      flex-direction: column; } }
  .list__item:nth-child(even) {
    flex-direction: row-reverse; }
  @media (max-width: 880px) {
    .list__item:nth-child(even) {
      flex-direction: column; } }
  .list__image-place {
    height: 410px;
    width: 656px;
    min-width: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  @media (max-width: 880px) {
    .list__image-place {
      width: 100%;
      min-width: auto; } }
  .list__content {
    max-width: 469px; }
  .list__text {
    font-family: Geologica;
    font-weight: 300;
    font-size: 18px;
    leading-trim: Cap height;
    line-height: 26px;
    letter-spacing: 0%;
    color: #555;
    margin-top: 20px;
    text-align: justify; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(113, 113, 113, 0.941);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 10px;
  display: none; }
  @media (max-width: 750px) {
    .modal__left {
      display: none; } }
  .modal.active {
    display: flex;
    margin-top: 0px; }
  .modal__body {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 15px; }
  @media (max-width: 480px) {
    .modal__body {
      padding: 5px;
      padding-top: 20px; } }
  .modal__image {
    position: absolute;
    bottom: 0px;
    right: 1%; }
  @media (max-width: 920px) {
    .modal__image {
      display: none; } }
  .modal__close {
    position: absolute;
    top: 10px;
    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: 20px;
      right: 20px; } }
  @media (max-width: 880px) {
    .modal__left-items {
      display: none; } }

.news-page {
  padding: 40px 0;
  background: #fafafa;
  font-family: 'Montserrat', Arial, sans-serif; }

.news-page h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #222; }

.news-list {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.news-card {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 36px;
  padding: 30px 250px;
  min-height: 180px;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
  box-shadow: 0 0 0 0 transparent; }

.news-card:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06); }

.news-card-image {
  width: 231px;
  height: 241px;
  border-radius: 20px;
  background: #395266;
  flex-shrink: 0;
  margin-right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px; }

.news-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px; }

.news-card-date {
  font-size: 16px;
  color: #666;
  line-height: 1.4; }

@media (max-width: 700px) {
  .news-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px; }

  .news-card-image {
    margin: 0 0 16px 0;
    width: 100px;
    height: 100px; }

  .news-card-title {
    font-size: 20px; } }

.news-single {
  max-width: 600px;
  margin: 64px auto 0 auto;
  padding: 48px 16px 24px 16px;
  box-sizing: border-box; }

.news-single h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.2;
  font-family: 'Geologica', sans-serif; }

.news-single .post-content {
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 24px;
  font-family: 'Geologica', sans-serif; }

.news-single img, .news-single .gallery-image {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 auto 24px auto;
  border-radius: 8px;
  object-fit: contain; }

.news-single .post-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px; }

.news-single .gallery-item {
  flex: 0 1 320px;
  display: flex;
  justify-content: center; }

.news-single .post-published {
  text-align: right;
  font-size: 0.95rem;
  color: #888;
  margin-top: 16px;
  font-family: 'Geologica', sans-serif; }
