@font-face {
  font-family: 'Arsenal';
  src: url("../fonts/Arsenal-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arsenal';
  src: url("../fonts/Arsenal-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

section {
  overflow: hidden;
  position: relative;
}

:root {
  --container-width: 1246px;
  --container-padding: 15px;

  --font-main: Arsenal, sans-serif;
  --font-accent: "Source Serif Pro", sans-serif;
  --font-titles: var(--font-main);

  --page-bg: #fff;
  --text-color: #151515;
  --text-accent: #555555;
  --accent: #59534f;
  --link-color: #59534f;
  --tabs-active: #ead9ca;
  --body-bg: #f6f6f6;
  --news-arrow: #454545;
  --news-hash: #8e857e;
  --form-br: #b5b5b5;
  --why-text: #666666;
  --slide-item: #eeeeee;
  --slide-arrow: #9f9f9f;
  --tabs-text: #999999;
  --tabs-active:#EAD9CA;
  --team-more:rgba(142, 133, 126, 1);
}



html {
	scroll-behavior: smooth;
	background-color: rgb(39, 39, 39);
}

body {
	background-color: var(--page-bg);
	color: var(--text-color);
	font-family: var(--font-main);
}

img {
	display: block;
}

a {
	color: var(--link-color);
}

code {
	background-color: #e9f1f6;
	padding: 0.2rem;
	border-radius: 4px;
}

pre.code {
	overflow-x: auto;
	background-color: #e9f1f6;
	padding: 1rem;
	border-radius: 4px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background:var(--link-color);
}

::-webkit-scrollbar-thumb:hover {
  background:var(--link-color);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-padding);

  max-width: var(--container-width);
  width: 100%;
}

.container-right {
  padding-left: calc(
    (100% - var(--container-width)) / 2 + var(--container-padding)
  );
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.page {
  height: 100%;
  font-size: 14px;
  font-family: Arsenal, sans-serif;
  line-height: 18px;
}

.page__body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background-color: var(--body-bg);
  color: #000000;
}

.page-main {
  flex-grow: 1;
}

.footer {
  margin-top: auto;
}

.footer {
  padding: 60px 0;
  background-color: #e3e3e3;
}

.title-1 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
  text-transform: uppercase;

}

.title-2 {
  font-size: 56px;
  line-height: 120%;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
  text-transform: uppercase;
}

.title-3 {
  font-size: 25px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
}

.title-4 {
  font-size: 25px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
}

.home-about__title{
	font-size: 35px;
  line-height: 120%;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
  text-transform: uppercase;
}

.promo__text {
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-color);
}

.promo__text-2 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-accent);
  max-width: 548px;
}

.text {
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-color);
}

.text-2 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-color);
}

.text-4 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-accent);
}

.slide-text {
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-color);
}

.services-text {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-accent);
}
.services-link {
	margin-top: auto;
  color: var(--news-hash);
}

.hash-text {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--news-hash);
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.text-gray {
  color: var(--text-accent);
}

.text-white {
  color: var(--page-bg);
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  100% {
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  100% {
    right: 50%;
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-transform: uppercase;
  background-color: var(--news-hash);
  border-radius: 6px;
  padding: 19px 5px;
  transition: 0.8s linear;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}

.btn-text {
  position: relative;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  color: var(--page-bg);
}

.btn:focus .btn-text,
.btn:hover .btn-text,
.btn:active .btn-text {
  z-index: 2;
}

.btn::after,
.btn::before {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--accent);
  border-radius: 50%;
}

.btn:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.btn:after {
  right: -20px;
  transform: translate(50%, -50%);
}

.btn:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btn:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.home-about__btn {
  max-width: 191px;
  width: 100%;
}

.news-card-btn {
  background-color: transparent;
  border: 1px solid var(--link-color);
  max-width: 236px;
  width: 100%;
}

.news-card-btn .btn-text {
  color: var(--news-hash);
  transition: 0.6s linear;
}

.news-card-btn:focus .btn-text,
.news-card-btn:hover .btn-text,
.news-card-btn:active .btn-text {
  color: var(--page-bg);
}

/* Nav Icon */
.mobile-nav-btn {
	--time: 0.1s;

	--width: 40px;
	--height: 30px;

	--line-height: 4px;
	--spacing: 6px;

	--color: #000;
	--radius: 4px;

	/* Fixed height and width */
	/* height: var(--height); */
	/* width: var(--width); */

	/* Dynamic height and width */
	height: calc(var(--line-height) * 3 + var(--spacing) * 2);
	width: var(--width);

	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-icon {
	position: relative;
	width: var(--width);
	height: var(--line-height);
	background-color: var(--color);
	border-radius: var(--radius);
}

.nav-icon::before,
.nav-icon::after {
	content: '';
	display: block;

	position: absolute;
	left: 0;

	width: var(--width);
	height: var(--line-height);

	border-radius: var(--radius);
	background-color: var(--color);
	transition: transform var(--time) ease-in,
		top var(--time) linear var(--time);
}

.nav-icon::before {
	/* top: calc(var(--line-height) * -2); */
	top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.nav-icon::after {
	/* top: calc(var(--line-height) * 2); */
	top: calc(var(--line-height) + var(--spacing));
}

.nav-icon.nav-icon--active {
	background-color: transparent;
}

.nav-icon.nav-icon--active::before,
.nav-icon.nav-icon--active::after {
	top: 0;
	transition: top var(--time) linear,
		transform var(--time) ease-in var(--time);
}

.nav-icon.nav-icon--active::before {
	transform: rotate(45deg);
}

.nav-icon.nav-icon--active::after {
	transform: rotate(-45deg);
}

/* Layout */

.mobile-nav-btn {
  z-index: 999;
  display: none;
}

.mobile-nav {
  position: fixed;
  // top: 0;
  left: -110%;
  width: 45%;
  height: 100%;
  z-index: 110;

  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  background: var(--body-bg);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in;
}

.mobile-nav--open {
  left: 0;
}

.mobile-nav a {
  color: #151515;
  padding: 15px 10px 15px 35px;
  text-transform: uppercase;
  display: block;
}

.mobile-nav__list {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 22px;
  padding-top: 20px;

  & .active {
    opacity: 0.5;
  }
}

.mobile-nav__list li {
  position: relative;
}

.menu-title {
  min-height: 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--link-color);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  padding: 7px 5px;
  position: relative;
}

.menu-title .menu__close {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.submenu {
  position: fixed;
  top: 0px;
  left: -100%;
  width: 45%;
  height: 100%;
  z-index: 100;

  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  background: var(--body-bg);
  transition: 0.5s ease-in;
}

.submenu--open {
  left: 0;
}

.submenu ul {
  padding-top: 20px;
}

.back-btn {
  position: absolute;
  z-index: 1000;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.back-btn img {
  transform: rotate(90deg);
}

.item-arrow {
  position: relative;
}

.item-arrow img {
  position: absolute;
  transform: translateY(-50%) rotate(-90deg);
  right: 30px;
  top: 50%;
}


.slide-item {
  width: calc((100% - 45px) / 3.1) !important;
  flex-shrink: 0;
}

.swiper-slide {
  display: flex !important;
  height: auto !important;
}

.swiper-wrapper {
  align-items: stretch;
}

.pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid var(--slide-arrow);
  background-color: transparent;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.pagination .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
}

.pagination .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text-color);
}

.slider-arrow {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--slide-arrow);
  border-radius: 50%;
  z-index: 50;
  cursor: pointer;
  transition: 0.4s linear;
}

.slider-arrow:focus,
.slider-arrow:hover,
.slider-arrow:active {
  border: 1px solid var(--accent);
}

.button-prev img {
  position: relative;
}

.button-next img {
  position: relative;
  transform: rotate(180deg);
}

.slide__block .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 10;
  bottom: 0 !important;
  width: auto !important;
}

.page-header {
  min-width: 320px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--body-bg);
  width: 100%;
  z-index: 80;
  transition: 0.2s linear;
  padding: 10px 0;
}

.header--active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 72px;
}

.header__nav {
  display: flex;
  justify-content: center;
  max-width: 100%;
  background-color: var(--page-bg);
  border-radius: 10px;
  padding: 5px;
}

.nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.nav__list li {
  position: relative;
}

.nav__submenu {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  padding-right: 12px;
}

.nav__submenu img {
  position: absolute;
  right: -5px;
  top: 52%;
  transform: translateY(-50%);
}

.header__submenu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  min-width: max-content;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.5s linear;
}

.nav__list li:hover .header__submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header__submenu li {
  border-bottom: 1px solid #151515;
}

.header__submenu li a {
  padding: 15px;
  display: flex;
  background-color: var(--page-bg);
  color: var(--text);
}

.header__submenu li a:hover {
  color: var(--link-color);
}

.nav__list a {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  font-family: var(--font-main);
  color: var(--text);
  text-transform: uppercase;
  border-radius: 10px;
  padding: 17px;
  transition: 0.4s linear;
}

.nav__list .nav__list-active {
  background-color: var(--accent);
  color: var(--page-bg);
}

.nav__list .nav__list-active svg path {
  stroke: var(--page-bg);
}

.nav__submenu svg path {
  stroke: #555;
}

.nav__list .nav__list-active:focus,
.nav__list .nav__list-active:hover,
.nav__list .nav__list-active:active {
  color: var(--page-bg);
  box-shadow: 0 0 20px var(--accent);
}

.nav__list a:hover,
.nav__list a:focus,
.nav__list a:active {
  color: var(--link-color);
}

.footer {
  background-color: var(--page-bg);
  padding: 57px 0 40px 0;
  color: var(--text-color);
}

.footer__wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  padding-bottom: 104px;
  border-bottom: 1px solid rgba(227, 227, 227, 1);
}
.footer__logo {
  width: 90px;
}
.footer__inner {
  display: flex;
  gap: 122px;
  align-items: flex-start;
}
.footer__nav {
  flex-grow: 1;
  display: flex;
  gap: 82px;
}
.footer__nav-block {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.footer__title {
  font-size: 17px;
  line-height: 100%;
  font-weight: 700;
  font-family: var(--font-main);
  color: var(--text-color);
  text-transform: uppercase;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer__link {
  position: relative;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-accent);
}

.footer__link::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--link-color);
  transition: 0.4s linear;
}

.footer__link:focus::after,
.footer__link:hover::after,
.footer__link:active::after {
  width: 100%;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__text {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-accent);
  transition: 0.4s linear;
}

.footer__contact-text {
  position: relative;
  display: inline-block;
}

.footer__contact-text::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--link-color);
  transition: 0.4s linear;
}

.footer__contact-text:focus::after,
.footer__contact-text:hover::after,
.footer__contact-text:active::after {
  width: 100%;
}

.footer__contact .footer__licen {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--font-main);
  text-decoration: underline;
  color: rgba(19, 0, 189, 1);
}

.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--font-main);
}

.promo {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.promo__wrapper {
  min-width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
.promo__wrapper {
  height: 80vh;
}
}

.promo__wrapper-2{
	min-width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.services-info-top {
  padding-top: 100px;
}

.breadcrumbs__wrapper {
  display: flex;
  margin-top: 140px;
}

.breadcrumbs__wrapper-1 {
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  z-index: 15;
}

.breadcrumbs {
  display: flex;
  gap: 35px;
}

.breadcrumbs__link {
  font-size: 13px;
  line-height: 100%;
  font-weight: 300;
  font-family: var(--font-main);
  color: #969696;
  position: relative;
  text-transform: uppercase;
}

.breadcrumbs__link:not(:last-child) {
  padding-right: 10px;
}

.breadcrumbs__link:not(:last-child)::after {
  position: absolute;
  content: "/";
  right: -16px;
  top: 0;
}

/* // .promo__wrapper::after {
//   position: absolute;
//   content: "";
//   top: 0;
//   left: 0;
//   width: 100%;
//   height: 100%;
//   background-color: rgba(0, 0, 0, 0.5);
//   z-index: 0;
// } */

.banner {
  height: 100vh;
}

.banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo__block {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding-top: 100px;
}

.promo__inner {
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  gap: 40px;
}

.promo__logo {
  margin-bottom: 20px;
}

.promo__bottom {
  margin-bottom: 50px;
}

.promo__info {
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 700px;
  width: 100%;
}

.promo__info-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.promo-laptop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.promo-laptop__container {
  position: relative;
}

.promo-laptop__img {
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(-16%);
  object-fit: cover;
  pointer-events: none;
}

.services-info-img {
  transform: translateY(-7%);
}

.home-about {
  padding: 50px 0 94px 0;
  min-width: 320px;
}

.home-about-3 {
  padding: 0px 0 94px 0;
  min-width: 320px;
}

.home-about__wrapper {
  display: flex;
  align-items: center;
  gap: 101px;
}

.home-about__wrapper.reverse {
  flex-direction: row-reverse;
}
.home-about__img {
  max-width: 520px;
  width: 100%;
  border-radius: 38px;
}

.about__img-2 {
  max-width: 570px;
  width: 100%;
}

.home-about__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 38px;
}

.about__img-2 img {
  border-radius: 30px;
}

.home-about__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 592px;
  width: 100%;
}
.home-about__info-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-about__info-block-top{
	display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-about__info-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-about__info-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-about__info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-about__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.why {
  padding: 140px 0 113px 0;
  min-width: 320px;
  background-color: var(--page-bg);
}
.why-2 {
  padding-bottom: 84px;
  min-width: 320px;
}

.why__wrapper {
  display: flex;
  gap: 172px;
  align-items: flex-start;
}
.left-text {
  font-size: 19px;
  line-height: 120%;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--why-text);
  text-transform: uppercase;
  flex: 0 0 137px;
}
.why__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

.why__layout {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.why__inner-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-text {
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-color);
}
.why__list {
  display: grid;
  grid-template-columns:
    minmax(100px, 146px) minmax(140px, 217px) minmax(140px, 224px)
    minmax(140px, 180px);
  gap: 35px;
}

.why__list-2 {
  width: 100%;
  display: grid;
  grid-template-columns:
    minmax(100px, 149px) minmax(140px, 257px) minmax(140px, 217px)
    minmax(140px, 166px);
  gap: 48px;
}

.why__item {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.why-title {
  font-size: 44px;
  line-height: 120%;
  font-weight: 300;
  font-family: var(--font-accent);
  color: var(--text-color);
}

.why-title-2 {
  font-size: 25px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
}

.why-text-2 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-accent);
}

.slide {
  min-width: 320px;
  padding-bottom: 129px;
  background-color: var(--page-bg);
 /*  height: 117vh; */
}

.slide-1 {
  padding-bottom: 97px;
  min-width: 320px;
  /* height: 112vh; */
}

.slide-container {
  display: flex;
  position: relative;
}

.slide-img {
	flex-shrink: 0;
  width: 520px;
  /* position: absolute;
  top: 0;
  left: calc((100% - var(--container-width)) / 2 + var(--container-padding)); */
}

.slide-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 38px;
}

.slide__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 32px 0 64px 0;
 /*  // max-height: 100%;
 // height: 750px; */
  margin-left: -99px;
  width: 100%;
  position: relative;
  z-index: 5;
}

.slide__inner-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 556px;
  width: 100%;
}

.slide__inner-top-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slide__block-layout {
  /* // max-width: 1180px; */
  width: 100%;
  position: relative;
  flex-shrink: 1;
}

.slide__inner .title-2 {
  text-transform: uppercase;
}

.slide__block {
  position: relative;
  display: flex;
}

.slide-item {
  display: flex !important;
  flex-direction: column;
  gap: 15px;
  padding: 32px 41px 38px 41px;
  border-radius: 10px;
  background-color: var(--slide-item);
  min-height: 323px;
}

.slide-1__wrapper .slide-item {
  padding: 46px 25px 25px 26px;
}

.slide-item__icon {
  width: 65px;
  height: 55px;
}

.slide-item__icon-2 {
  width: 40px;
  height: 40px;
}

.slide-item__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.slide__btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -66px;
  gap: 28px;
}

.home-services {
  min-width: 320px;
  padding: 94px 0;
}

.home-services__wrapper {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.home-services__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.home-services__item {
  display: flex;
  flex-direction: column;
  background-color: var(--page-bg);
  border-radius: 10px;
}
.home-services__item-img {
  height: 200px;
  border-radius: 10px;
}
.home-services__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.home-services__item-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 45px 30px 46px 30px;
}
.home-services__item-inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.home-services__item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-card {
  min-width: 320px;
  padding-bottom: 74px;
}

.news-card-2 {
  min-width: 320px;
  padding: 62px 0 115px;
}

.news-card__wrapper {
  display: flex;
  flex-direction: column;
  gap: 77px;
}

.news-card__layout {
  display: flex;
  flex-direction: column;
  gap: 115px;
}

.news-card__inner-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.news-card__top, .home-services__top {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.news-card__links {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  max-width: 278px;
  width: 100%;
}

.news-card__link {
  display: flex;
  flex-direction: column;
  background-color: var(--page-bg);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.news-card__img {
  width: 100%;
  height: 209px;
  border-radius: 10px;
}

.news-card__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.news-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  padding: 28px 28px 30px 22px;
}

.news-card__info .services-text {
  color: var(--text-color);
}

.values {
  min-width: 320px;
  padding-bottom: 95px;
}

.values-2 {
  
  min-width: 320px;
}

.values-3 {
  min-width: 320px;
  padding-bottom: 35px;
}

.values-4 {
  min-width: 320px;
  padding-bottom: 95px;
}

.values__wrapper {
  display: flex;
  flex-direction: column;
  gap: 65px;
  margin-top: 80px;
}

.values__top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.values__top-4{
	max-width: 930px;
	width: 100%;
}

.values__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.values__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--page-bg);
  border-radius: 10px;
  overflow: hidden;
}
.values__img {
  height: 240px;
  border-radius: 10px;
}

.values__item-2 .values__img {
  height: 226px;
}

.values__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.values__info {
  padding: 27px 24px 34px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.values__item-2 .values__info{
	padding-bottom: 68px;
}

.values__info-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.values__info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.values__info-item {
  display: flex;
  gap: 5px;
  position: relative;
}

.values__info-item::before {
  position: relative;
  content: "";
  flex: 0 0 8px;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--text-color);
}

.values__hidden {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 31px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: var(--page-bg);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s linear;
}

.values__item:focus .values__hidden,
.values__item:hover .values__hidden,
.values__item:active .values__hidden {
  opacity: 1;
  visibility: visible;
}

.values__hidden-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.values__hidden-inner {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.values__hidden-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.services-tab {
  padding: 80px 0 0;
  min-width: 320px;
  background-color: var(--page-bg);
}

.services-tab-2 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  min-width: 320px;
}

.services-tab-2-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 670px;
}

.services-tab-2__layout {
  padding: 115px 0 240px 0;
  background-color: var(--link-color);
}

.services-tab-3__layout {
  padding: 115px 0;
  background-color: var(--link-color);
}

.services-tab__wrapper {
  display: flex;
  align-items: center;
  gap: 85px;
}


.services-tab-2__layout .services-tab__wrapper {
  gap: 52px;
}

.services-tab-3__layout .services-tab__wrapper {
  gap: 52px;
}

 .services-tab__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.services-tab-2__layout .services-tab__left {
  max-width: 190px;
}

.services-tab__info-title {
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
  text-transform: uppercase;
}

.services-tabs__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services-tab__btn {
  text-align: left;
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--tabs-text);
  position: relative;
  cursor: pointer;
}

.services-tab__item.services-tab__btn-active .services-tab__btn {
  display: inline-block;
  position: relative;
  color: var(--link-color);
}

.services-tab__item.services-tab__btn-active .services-tab__btn::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background-color: var(--link-color);
}

.services-tab__item-2.services-tab__btn-active .services-tab__btn {
  color: var(--tabs-active);
}

.services-tab__item-2.services-tab__btn-active .services-tab__btn::after {
  background-color: var(--tabs-active);
}

.services-tab__item-2 .services-tab__btn {
  color: var(--page-bg);
}

.services-tab__right {
  display: flex;
  align-items: center;
  gap: 40px;

}
.services-tab__img {
  max-width: 388px;
  width: 100%;
}
.services-tab__img img {
  width: 100%;
}

.services-tab__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.services-tab__info-top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.services-tab__info-title-2 {
  font-size: 41px;
  line-height: 120%;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
}
.services-tab__info-subtitle {
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
}

.services-tab__info-subtitle-2 {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--page-bg);
}

.services-tab__info-top-2 .services-tab__info-title {
  color: var(--page-bg);
}

.services-tab__info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services-tab__info-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.services-tab__info-item::before {
  position: relative;
  content: "";
  flex: 0 0 4px;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: var(--text-color);
}

.services-tab__info-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.services-tab__info-text ul {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	padding-left: 20px;
}

.services-tab__info-text li {
	list-style: disc;
}

.services-tab__right {
  display: none;
}

.services-tab__right.active {
	display: flex;
}

.services-tab__wrapper-1{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.services-tab__inner-2{
  	max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

/* .services-tab__wrapper-1 .services-tab__left {
    max-width: 100%;
  
  } */
  
.services-tab__inner-2  .services-tabs__list {
    min-width: max-content;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    padding-bottom: 21px;
  }

.team {
  min-width: 320px;
  padding: 62px 0 94px 0;
}

.team__wrapper {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.team__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.team__item {
  display: flex;
  flex-direction: column;
  background-color: var(--page-bg);
  border-radius: 10px;
}
.team__person {
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #eeeeee;
  border-radius: 10px;
  padding-top: 20px;
}

.team__person img {
  object-fit: contain;
  border-radius: 10px;
  max-height: 100%;
  max-width: 100%;
}

.team__item-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 36px 24px 33px 31px;
}
.team__item-info-top {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.team__text--hidden {
  max-height: 155px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  position: relative;
}

.team__text--expanded {
  max-height: 1000px;
}

.team__item-info .services-text {
  font-weight: 700;
  text-align: left;
  color: var(--team-more);
}

.contact {
  min-width: 320px;
  padding: 60px 0 74px 0;
}

.contact__wrapper {
  display: flex;
  gap: 32px;
}
.map {
  max-width: 488px;
  width: 100%;
  border-radius: 25px;
}

.map iframe {
  border-radius: 25px;
}

.contact__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: var(--page-bg);
  border-radius: 25px;
  max-width: 696px;
  width: 100%;
  padding: 40px 104px 40px 89px;
}
.contact__top {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.form-title {
  font-size: 45px;
  line-height: 53px;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
}
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 22px;
}
.form-label {
  width: 100%;
}
.form-input {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--font-accent);
  color: var(--text-color);
  padding: 10px 20px;
  border: 1px solid var(--form-br);
  border-radius: 8px;
}

.form-input:focus,
.form-input:hover,
.form-input:active {
  border-color: var(--text-color);
}

.form-input::placeholder {
  color: var(--text-color);
}

.contact__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact__item {
  display: flex;
  align-items: center;
  gap: 21px;
}
.contact__text {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-color);
  transition: 0.4s linear;
}

.contact__item .contact__licen {
  text-decoration: underline;
  color: rgba(19, 0, 189, 1);
}

.contact__link {
  position: relative;
}

.contact__link::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--link-color);
  transition: width 0.4s linear;
}

.contact__link:hover::after,
.contact__link:focus::after,
.contact__link:active::after {
  width: 100%;
}

.news-inner {
  min-width: 320px;
  padding: 140px 0 80px 0;
}

.news-inner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.news-inner__top .title-2 {
  position: relative;
}

.news-inner__top .title-2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  left: 0;
  bottom: -15px;
  background-color: var(--accent);
}

.news-inner__info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.news-inner__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.news-inner__link img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 16px;
}

.pagination_news{
    display: flex;
    align-items: center;
    gap: 28px;
    justify-content: center;
}

.pagination_news-arrow{
	width: 46px;
	height: 46px;
	background-color: #454545;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	gap: 12px;
	transition: 0.4s linear;
}


.news-arrow-prev img{
	transform: rotate(180deg);
}

.pagination_news-numbrs{
	display: flex;
}

.pagination_news-numbrs li{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	transition: 0.4s linear;
}

.pagination_news-numbrs li a{
	font-size: 22px;
	line-height: 36px;
	font-weight: 400;
	font-family: var(--font-main);
	color: var(--text-color);
	display: block;
	padding: 5px 18px;
	text-align: center;
}

.pagination_news-numbrs .news-active{
	background-color: var(--page-bg);
	border-radius: 7px;
	
}



.pagination-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}



.pt-94{
	padding-top: 94px;
}


.form__success {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  border: 1px solid var(--link-color);
}

.form__success .alert-success {
  width: 500px;
  background-color: white;
  padding: 20px;
  position: relative;
}

.form__success .alert-success button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 19px;
  line-height: 23px;
  color: #151515;
  background: url("/storage/app/media/svg/close-success-2.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.form__success .alert-success button span {
  visibility: hidden;
}

.form__success .alert-success p {
  font-size: 19px;
  line-height: 23px;
  color: #151515;
}

.header__langs {
	display: flex;
	align-items: center;
	column-gap: 15px;
}

.header__lang {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  font-weight: 300;
  font-family: var(--font-main);
  color: var(--text);
  text-transform: uppercase;
}

.header__lang.active {
	text-decoration: underline;
}

.how {
  padding: 80px 0;
  background-color: #fff;
}

.how__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.how__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.how__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.how__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.how__image {
	flex-shrink: 0;
}

.how__image img {
  width: 40px;
  height: 60px;
  object-fit: contain;
}

.how__name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.how__text {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

/* Адаптив */
@media (max-width: 768px) {
  .how__items {
    grid-template-columns: 1fr;
  }

  .how__item {
    padding: 15px;
  }

  .how__image img {
    width: 50px;
    height: 50px;
  }
}

.sef-form-wrapper {
	padding: 50px 40px;
	border-radius: 20px;
	background-color: #fff;
	margin-top: 50px;
}

@media (max-width: 480px) {
.sef-form-wrapper {
	padding: 30px 20px;
}
}


.stub-center{
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stub-center .title-1{
	text-align: center;
}