@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Helvetica"), url("./fonts/Helvetica/HelveticaRegular.woff") format("woff");
}
@font-face {
  font-family: "Helvetica";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Helvetica Bold"), url("./fonts/Helvetica/HelveticaBold.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Helvetica Neue"), url("./fonts/Helvetica-Neue/HelveticaNeueCyr-Roman.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Helvetica Neue Bold"), url("./fonts/Helvetica-Neue/HelveticaNeueCyr-Bold.woff") format("woff");
}
*, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}

.body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: Helvetica, sans-serif;
  color: white;
  background-color: #000000;
  height: 100%;
}

.header {
  position: fixed;
  display: flex;
  width: 100%;
  height: 90px;
  z-index: 10;
  background-color: transparent;
  transition: height 0.3s linear, background-color 0.3s linear;
}

.header_overlay {
  height: 60px;
  transition: height 0.3s linear, background-color 0.3s linear;
  background-color: rgba(37, 52, 63, 0.54);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}

.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}

.header_overlay .header__logo {
  margin-left: -60px;
  transition: margin-left 0.3s linear;
}

.header_overlay .header__info {
  margin-right: -60px;
  transition: right 0.3s linear;
}

.header__logo {
  height: 47px;
  margin-left: 0;
  transition: margin-left 0.3s linear;
}

.header__info {
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 19px;
  transition: margin-right 0.3s linear;
}

.header__tel {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: white;
	cursor:pointer;
	position:relative;
	width: fit-content;
}
.header__tel:hover .header__tel__over{
	display:flex;
	flex-direction:column;
	row-gap: 10px;
	padding:20px;
	height: fit-content;
}

.header__tel__over {
	position:absolute;
	z-index:4;
	overflow:hidden;
	top:100%;
	height: 0;
	width:400px;
	transition: all 0.3s;
	border-radius:8px;
	background:black;
	color: white;
}

.header__tel__over p {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: white;
}

.header__tel__over a {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	color: white;
}
.content-area{
    padding-top: 130px;
}

.link {
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: fit-content;
}

.link:after {
  background-color: #0C21E0;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  left: 50%;
  position: absolute;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.link:hover:after {
  width: 100%;
}

.right-button_wrap {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  top: calc(50% - 35px);
  right: 10px;
}

.right-button_wrap svg {
  cursor: pointer;
}

.right-button_wrap svg:active {
  transform: scale(0.8);
}

.button {
  color: white;
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.04em;
  padding: 11px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

.button:hover {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  color: white;
}

.header_button {
  background-color: #0C21E0;
  width: 220px;
}

.header_button:hover,
.map__button:hover {
  background: linear-gradient(288.45deg, #0C21E0 56.62%, #1871dc 95.78%);
}

section {
  position: relative;
}

.main {
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  position: relative;
}

.section-head-auto {
  height: 1000px;
}

.section-head-auto_wrapper {
  width: 100%;
  height: inherit;
  position: relative;
}

.section-head-auto_wrapper .section-head__image {
  right: 0;
  bottom: 0;
}

.section-head-auto__rain {
  width: 65%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.rain {
  width: 40%;
  height: 60%;
  right: 15%;
  bottom: 40%;
  position: absolute;
  z-index: 3;
}

.rain_active {
  animation: rainDown 1s ease-in-out infinite;
}

@keyframes rainDown {
  from {
    right: 15%;
    bottom: 40%;
  }
  to {
    bottom: 5%;
    right: 5%;
  }
}
.section-head-auto__video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-head-auto_wrapper .section-head__image,
.section-head-auto_wrapper video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.advantages__pyatno-one {
  position: absolute;
  top: 1000px;
  left: calc(50% + 720px);
  height: 302px;
  width: 600px;
  background: rgba(12, 33, 224, 0.86);
  filter: blur(150px);
  transform: rotate(51.3deg) translateZ(-1px);
}

.advantages__pyatno-two {
  position: absolute;
  top: 2000px;
  left: calc(50% - 480px);
  height: 302px;
  width: 600px;
  background: rgba(12, 33, 224, 0.86);
  filter: blur(150px);
  transform: rotate(51.3deg) translateZ(-1px);
}

.advantages_wrapper {
  margin-bottom: 60px;
}

.banner {
  background-color: #0C21E0;
  border-radius: 11px;
  padding: 55px 55px 54px 36px;
  display: flex;
  column-gap: 47px;
}

.banner__video {
  width: 45%;
}

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

.banner__text-content {
  display: flex;
  flex-direction: column;
  width: calc(55% - 47px);
}

#add_feedback {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.art_name,
.art_tel {
  padding: 10px;
  border-radius: 8px;
  border: none;
}

#submit-feedback {
  width: 100%;
}

.fancybox__content > .carousel__button.is-close {
  top: 0 !important;
}

.form-pop {
  background-color: black !important;
}

.form-pop__title {
  color: white;
  margin-bottom: 25px;
}

.banner__title_svg_visible {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.banner__title,
.form-pop__title {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.banner__title_size_s {
  font-weight: 400;
}

.banner__desc {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 30px;
}

.all_button {
  background-color: #FF5C00;
  width: 240px;
}

.all_button:hover {
  background: linear-gradient(288.45deg, #FF5C00 56.62%, #FF9900 95.78%);
}

.advantages__check {
  margin: 68px 0 88px;
}

.check__title {
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.check__items_wrapper {
  margin-bottom: 86px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.check__item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  max-width: 15%;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

.opacity_active {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.check__icon {
  width: 40px;
  height: 40px;
}

.advantages__numbers {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 80px;
}

.numbers_size_m {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 195px !important;
  color: transparent;
  -webkit-text-stroke: 2px #FF5C00;
  text-stroke: 2px #FF5C00;
}

.numbers_size_s {
  font-size: 34px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.advantages__desc {
  color: #FF5C00;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
}

.people {
  background-color: white;
  position: relative;
}

.people_wrapper {
  padding: 43px 0 50px;
  position: relative;
  display: flex;
  justify-content: center;
}

.people__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.people__title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: #0C21E0;
  margin-bottom: 25px;
}

.people__title span {
  display: inline-flex;
  flex-direction: column;
  width: fit-content;
}

.people__desc {
  font-size: 21px;
  line-height: 30px;
  color: black;
  margin-bottom: 25px;
  max-width: 813px;
}

.people__desc p {
  text-align: center;
}

.people button:hover {
  color: white;
}

.people__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 438px;
  max-height: 446px;
}

.people__img__1 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 438px;
  max-height: 446px;
}

.services {
  background-image: url("/wp-content/themes/intentionally-blank/assets/image/services__background.webp");
  width: 100%;
  height: 557px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.services .container {
  height: 100%;
}

.services_wrapper {
  position: relative;
  display: flex;
  height: 100%;
}

.services__title {
  position: absolute;
  top: 31px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.services__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 25%;
  padding: 0 53px 60px 23px;
  overflow: hidden;
  cursor: pointer;
}

.services__item:hover {
  background: linear-gradient(0deg, #0C21E0 31.76%, rgba(12, 33, 224, 0) 107.36%);
}

.services__item:hover .item__title {
  margin-bottom: 38px;
  transition: margin-bottom 0.3s ease-in-out;
}

.item__number {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 2px #FF5C00;
  text-stroke: 2px #FF5C00;
  margin-bottom: 25px;
}

.item__title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 28px;
  line-height: 34px;
  transition: margin-bottom 0.3s ease-in-out;
  max-width: 80%;
}

.services__item:hover .item__desc {
  opacity: 1;
  max-height: fit-content;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}

.item__desc {
  font-size: 17px;
  line-height: 20px;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
}

.company {
  background-color: white;
  padding: 91px 0 87px;
}

.company_wrapper {
  display: flex;
  justify-content: space-between;
}

.company__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  color: black;
}

.company__title span {
  color: #0C21E0;
}

.company__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  height: fit-content;
  width: 65%;
  align-items: center;
}

.company__items img {
  object-fit: contain;
  height: fit-content;
}

.slider {
  background-color: rgb(238, 242, 245);
  padding: 67px 0 0;
  overflow-x: hidden;
}

.swiper {
  width: 70% !important;
  height: 600px !important;
  margin-left: 0 !important;
  overflow: visible !important;
}

.swiper-slide .slider__img,
.swiper-slide img {
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper-slide .slider__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.handle:after {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: "⇔";
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #0C21E0;
  border: 1px solid #0C21E0;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(20, 138, 250, 0.5), inset 0 60px 50px -30px #0C21E0;
}

.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}

.slider__title_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
  align-items: center;
}

.slider__title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.05em;
  color: black;
}

.title__link,
.title__link_galley a {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.title__link a,
.gallery_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  color: #0C21E0;
}

.gallery_button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px !important;
  height: 60px !important;
  border: 1px solid #0C21E0 !important;
  border-radius: 50px;
  top: auto !important;
  margin-top: 50px !important;
  background-color: #0C21E0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left: 71px !important;
  right: auto !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  background-color: transparent !important;
}

.swiper-button-disabled path {
  fill: #0C21E0;
}

.label {
  position: absolute;
  background-color: #0C21E0;
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  padding: 12px 22px;
}

.before {
  left: 0;
}

.after {
  right: 0;
}

.big-advantages {
  background-color: #000000;
}

.big-advantages_wrapper {
  padding-top: 42px;
}

.big-advantages__title {
  width: 50%;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 98px;
}

.big-advantages__text {
  width: 40%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 17px;
  line-height: 20px;
}

.animation_top {
  top: 500px !important;
}

.animation_margin {
  position: relative;
  top: 0;
  transition: top 1s ease-in-out;
}

.big-advantages__background_wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  padding: 27px 0 111px;
}

.advantages__numbers_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.big-advantages__background {
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: black;
  transition: background-color 0.5s ease-in-out;
  cursor: pointer;
}

.big-advantages__background:hover {
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}

.background-one {
  background-image: url("/wp-content/themes/intentionally-blank/assets/image/big-advantages__background.webp");
}

.background-two {
  background-image: url("/wp-content/themes/intentionally-blank/assets/image/big-advantages__background-1.webp");
}

.background-three {
  background-image: url("/wp-content/themes/intentionally-blank/assets/image/big-advantages__background-2.webp");
}

.running-line {
  height: 700px;
  width: 100%;
  background-image: url("/wp-content/themes/intentionally-blank/assets/image/running-line_background.webp");
  background-repeat: no-repeat;
  background-position: center;
}

.running-line_wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}

.running-line__title {
  width: 80%;
  margin: 191px auto 0;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.running-line__title .text_s {
  font-weight: 400;
}

.running-line__title .text_flex {
  display: inline-flex;
  flex-direction: column;
}

.marquee {
  margin-top: 60px;
  overflow: hidden;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: #FF5C00;
  transform: rotate(-0.9deg);
}

.map_wrapper {
  display: flex;
  column-gap: 50px;
  margin-top: -100px;
  margin-bottom: 80px;
}

.map__battun_wrapper {
	margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.map__container {
  width: fit-content;
}

.section-head-auto__content {
  position: relative;
  top: 300px;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.section-head-auto__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
}

.section-head-auto__desc {
  font-size: 21px;
  line-height: 30px;
  max-width: 75%;
}

.section-head-auto_wrapper .container {
  height: 100%;
}

.map__text {
  margin-top: 120px;
}

.map__tel {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: white;
  margin-bottom: 20px;
}

.map__text_title {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 10px;
}

.map__button {
  cursor: pointer;
  display: flex;
  column-gap: 8px;
  padding: 9px 13px;
  align-items: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.04em;
  background-color: #0C21E0;
  border-radius: 8px;
  color: white;
  text-decoration: none;
}

.map__button_text {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
}

picture img {
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.footer_wrapper {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__copy {
  display: flex;
  column-gap: 35px;
  align-items: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 17px;
  color: rgb(131, 130, 153);
}

.footer_wrapper .link,
.footer__dev {
  color: rgb(131, 130, 153);
}

.footer_wrapper .link:after {
  background-color: rgb(131, 130, 153);
}

#map {
  border-radius: 8px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  width: 640px;
  height: 480px;
  position: relative;
  overflow: hidden;
}

.banner__svg svg {
  width: 100%;
}

.slider-link_mobile,
.head__info_mobile {
  display: none;
}

.gallery {
  margin-top: 90px;
  background-color: #F5F5F5;
}

.gallery_wrapper .slider__title {
  padding-top: 50px;
  margin-bottom: 50px;
}

.gallery__items_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gallery__element {
  width: 400px;
  height: 267px;
  cursor: pointer;
}

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

.gallery__button_wrapper {
  margin-top: -100px;
  position: relative;
  height: 267px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(238, 242, 245, 0) 0%, #EEF2F5 38.54%);
}

.map__text__phone {
	display:flex;
	flex-direction:column;
	row-gap: 15px;
	margin-bottom: 40px;
}

.map__text__phone p {
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
}

.map__text__phone a {
	font-family: 'Helvetica Neue';
	color: white;
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1860px;
  }
}
@media (max-width: 1440px) {
  .section-head-auto {
    height: 630px;
  }
  .gallery__element {
    width: calc(33.3333333333% - 14px);
  }
}
@media (max-width: 1200px) {
  .people__content {
    width: 40%;
  }

  .people__title {
    text-align: center;
  }

  .container {
    padding: 0 30px;
  }
  .header_overlay .header__logo {
    margin-left: -20px;
  }
  .header_overlay .header__info {
    margin-right: -20px;
  }
  .section-head-auto__title {
    font-size: 44px;
    line-height: 54px;
  }

	.services__item {
		padding: 0 23px 23px 23px;
	}
	.item__title {
		max-width: 100%;
	}

	.services__item:hover .item__title {
		margin-bottom: 10px;
	}

	.item__desc {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
  .section-head-auto {
    height: 500px;
  }
  .services__item {
    padding: 0 23px 60px 23px;
  }
  .map__battun_wrapper {

    flex-direction: column;
    row-gap: 20px;
    align-items: normal;
  }
  .section-head-auto__content {
    top: 200px;
  }
}
@media (max-width: 850px) {
    .content-area{
        padding-top: 75px;
    }
  .people {
    height: 1300px;
    justify-content: center;
  }

  .people__content {
    width: 100%;
  }
  .banner {
    padding: 55px 50px 42px;
  }
  .numbers_size_m {
    font-size: 100px;
    line-height: 120px !important;
  }
  .map_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .map__text {
    margin-top: 30px;
    width: fit-content;
  }
  .map__button {
    width: fit-content;
  }
  .section-head-auto__content {
    top: 100px;
  }
  .people {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .people__img {
    /*position: relative;*/
    /*max-width: 400px;*/
  }

  .people__img__1 {
    top: 0;
  }
  .swiper {
    height: 447px;
  }
  .gallery__element {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
    .mt300-mobile {
    margin-top: 300px!important;
}
  .gallery__items_wrapper {
    flex-direction: column;
  }
  .gallery__element {
    width: 100%;
  }
  #response-gallery {
    max-height: 500px;
    overflow-x: scroll;
  }
  .banner__title_svg_visible svg {
    width: 60%;
  }
  .banner {
    flex-direction: column;
    row-gap: 30px;
  }
  .banner__video,
.banner__text-content {
    width: 100%;
  }
  .banner__text-content {
    align-items: center;
  }
  .advantages__numbers {
    padding: 0;
  }
  .label {
    font-size: 15px;
    line-height: 17px;
    padding: 10px 15px;
  }
  .section-head-auto {
    height: 600px;
  }
  .section-head-auto__video,
picture {
    height: 50%;
  }
  .section-head-auto__content {
    max-width: 100%;
    top: 300px;
  }
  .section-head-auto__title {
    font-size: 34px;
    line-height: 39px;
  }
  .section-head-auto__desc {
    font-size: 15px;
    line-height: 22px;
  }
  picture img {
    object-fit: cover;
  }
  .people {
    margin-top: 0;
  }
  .people__title {
    font-size: 34px;
    line-height: 40px;
  }
  .people__desc {
    font-size: 15px;
    line-height: 22px;
  }
  .people__img
  {
    position: relative;
    max-width: 244px;
    max-height: 291px;
    margin-top: -120px;
  }

  .people {
    height: auto;
  }

  .people__img__1 {
    margin-bottom: -50px;
    position: relative;
    margin-left: 0;
    margin-right: auto;
    max-width: 244px;
    max-height: 291px;
  }
  .services_wrapper {
    flex-direction: column;
    margin-bottom: 68px;
  }
  .services__title {
    position: relative;
    margin-top: 31px;
    padding-bottom: 31px;
    top: 0;
    font-size: 34px;
    line-height: 40px;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .services__item {
    position: relative;
    flex-direction: row;
    width: 100%;
    padding: 32px 0;
    justify-content: flex-start;
    column-gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .services__item:after {
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 0;
    content: url("/wp-content/themes/intentionally-blank/assets/image/svg/service-arrow.svg");
    display: block;
    width: 16px;
    height: 16px;
  }
  .services__item:hover {
    background: transparent;
  }
  .services__item:hover .item__title {
    margin-bottom: 0;
  }
  .services {
    height: fit-content;
  }
  .item__desc {
    font-size: 17px;
    line-height: 22px;
  }
  .header_overlay .header__logo {
    margin-left: 0;
  }
  .services__item:hover .item__desc {
    margin-top: 20px;
    max-height: fit-content;
    transition: margin-top 0.3s ease-in-out;
    opacity: 1;
  }
  .services__item:hover:after {
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
  }
  .item__number {
    margin-bottom: 0;
    font-size: 34px;
    line-height: 40px;
  }
  .item__title {
    max-width: 100%;
    font-size: 21px;
    line-height: 25px;
  }
  .header_button {
    width: 201px;
  }
  .header__info {
    display: none;
  }
  .container {
    padding: 0 25px;
  }
  .header {
    height: 60px;
  }
  .header__logo img,
.header__logo {
    height: 35px;
  }
  .right-button_wrap {
    z-index: 100;
    flex-direction: row;
    column-gap: 10px;
    top: 10px;
    right: 25px;
  }
  .right-button_wrap svg {
    width: 40px;
    height: 40px;
  }
  .banner {
    padding: 35px 20px;
  }
  .banner__title, .form-pop__title {
    font-size: 24px;
    line-height: 30px;
  }
  .check__title {
    font-size: 34px;
    line-height: 39px;
    margin-bottom: 30px;
  }
  .check__item {
    max-width: 100%;
    flex-direction: row;
    column-gap: 21px;
    align-items: center;
    font-size: 17px;
    line-height: 22px;
  }
  .numbers_size_m {
    font-size: 70px;
    line-height: 85px !important;
  }
  .numbers_size_s {
    font-size: 21px;
  }
  .advantages__numbers_wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
  .numbers__item {
    text-align: center;
  }
  .advantages__desc {
    font-size: 28px;
    line-height: 32px;
  }
  .company_wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  .company__items {
    width: 100%;
  }
  .company__items {
    column-gap: 9px;
    justify-content: space-between;
  }
  .swiper {
    width: 100% !important;
    height: 200px !important;
  }
  .handle:after {
    width: 40px;
    height: 40px;
    margin: -32px 0 0 -19px;
    font-size: 19px;
    line-height: 42px;
  }
  .swiper-button-prev {
    left: calc(50% - 66px) !important;
  }
  .swiper-button-next {
    left: calc(50% + 6px) !important;
  }
  .title__link {
    display: none;
  }
  .slider__title {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .big-advantages_wrapper {
    background-image: url(/wp-content/themes/intentionally-blank/assets/image/running-line_background.webp);
    background-repeat: no-repeat;
    background-position: -676px -35px;
  }
  .big-advantages__background_wrapper {
    flex-direction: column;
    row-gap: 30px;
    padding: 27px 0 50px;
  }
  .big-advantages__title,
.running-line__title {
    font-size: 34px;
    line-height: 40px;
    width: 100%;
  }
  .big-advantages__text {
    font-size: 15px;
    line-height: 17px;
    width: 100%;
  }
  .big-advantages__background {
    background-image: none;
    background-color: transparent;
  }
  .running-line {
    background-image: none;
    height: fit-content;
    display: flex;
    flex-direction: column-reverse;
  }
  .running-line_wrapper {
    border: none;
    margin-bottom: 60px;
  }
  .running-line__title {
    margin: 70px auto 0;
  }
  .map_wrapper {
    margin-top: 0;
  }
  #map,
.map__container {
    width: 100%;
  }
  .map__battun_wrapper {
    flex-direction: row;
    align-items: center;
  }
  .map__button {
    height: fit-content;
  }
  .footer_wrapper,
.footer__copy {
    flex-direction: column;
    row-gap: 23px;
  }
  .slider-link_mobile,
.slider-link_mobile .title__link {
    padding-top: 10px;
    display: flex;
  }
  .advantages_wrapper {
    margin-top: 200px;
  }
  .numbers advantages__numbers {
    padding: 0;
  }
  .head__info_mobile {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 15px;
  }
  .head__info_mobile .header_button {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
