@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    font-family: sans-serif;
  }
}

/* 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;
}

:root {
  --container-width: 1244px;
  --container-padding: 15px;

  --font-main: "proxima-nova", sans-serif;
  --font-accent: "Ubuntu", sans-serif;
  --font-second: "Rubik", sans-serif;

  --page-bg: #fff;
  --text-color: #151515;
  --accent: #ac182c;
  --link-color: #151515;
  --bg-accent: #2e638c;
  --footer-bg: #f6f8fc;
  --promo-text: #d6d6d6;
  --bg-hover: rgba(6, 126, 181, 1);
  --title-line:rgba(68, 68, 68, 1);
  --form-bg:#F2F5F7;
  --form-text:#8E8E8E;
  --input-placeholder:#606060;
  --step-num:rgba(147, 147, 147, 1);
  --bg-contact:rgba(228, 228, 228, 1);
}

html {
  scroll-behavior: smooth;
  background-color: rgb(39, 39, 39);
}

body {
  background-color: var(--page-bg);
  color: var(--text-color);
  font-family: "proxima-nova", sans-serif;
  text-wrap: balance;
  overflow-x: hidden;
}

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: #2e638c;
}

::-webkit-scrollbar-thumb:hover {
  background: #2e638c;
}

/* Контейнеры */
.container {
  margin: 0 auto;
  padding: 0 var(--container-padding);

  max-width: var(--container-width);
  width: 100%;
}
.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: "proxima-nova", sans-serif;
  line-height: 18px;
  overflow-x: hidden;
}

.page__body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background-color: #fff;
  color: #000000;
  padding-top: 84px;
  overflow-x: hidden;
}

.page-main {
  flex-grow: 1;
}

.footer {
  margin-top: auto;
}

.footer {
  padding: 60px 0;
  background-color: #e3e3e3;
}


.title-1 {
  font-size: 50px;
  line-height: 59px;
  font-weight: 700;
  font-family: var(--font-main);
}

.title-2 {
  font-size: 45px;
  line-height: 51px;
  font-weight: 400;
  font-family: var(--font-main);
}

.title-2 span {
  font-weight: 700;
}

.title-3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--font-main);
}

.title-4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-family: var(--font-main);
}

.title-2-line,
.title-2-line-left,
.title-4-line,
.title-3-line-left {
  position: relative;
}

.title-2-line::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 1.6px;
  background-color: var(--title-line);
}

.title-2-line-left::after {
  position: absolute;
  content: "";
  bottom: -16px;
  left: 0;
  transform: translateX(0);
  width: 42px;
  height: 1.6px;
  background-color: var(--title-line);
}

.title-3-line-left::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  transform: translateX(0);
  width: 36px;
  height: 2px;
  background-color: var(--bg-accent);
}

.title-4-line::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  width: 36px;
  height: 1.6px;
  background-color: var(--page-bg);
}

.step__title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: var(--text-color);
}

.title-blue {
  font-weight: 700;
  color: var(--bg-accent);
}

.text-center{
	text-align: center;
}

.text {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--font-main);
}

.text-2 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-color);
}

.text-3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--font-main);
}

.text-justify{
	text-align:justify;
}

.promo__text {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--font-titles);
  color: var(--promo-text);
}

.nav__list a {
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  transition: 0.3s linear;
  color: var(--text-color);
}

.nav__list a:hover,
.nav__list a:focus,
.nav__list a:active {
  color: var(--bg-accent);
}

.header-phone__tel {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  transition: 0.3s linear;
  color: var(--text-color);
}

.header-phone__tel:hover,
.header-phone__tel:focus,
.header-phone__tel:active {
  color: var(--bg-accent);
}

.btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  background-color: var(--bg-accent);
  border-radius: 45px;
  border: 1px solid var(--bg-accent);
  transition: 0.3s linear;
  color: var(--page-bg);
  cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: var(--bg-accent);
  background-color: var(--page-bg);
}

.btn svg path {
    stroke: #fff; 
    transition: stroke 0.3s ease;
}

.btn:hover svg path {
    stroke: var(--bg-accent); 
}

.header__btn {
  padding: 10px 25px;
}

.mobile__btn {
  display: none;
}

.mobile__nav-link {
  display: block;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  transition: 0.3s linear;
  color: var(--page-bg);
  padding: 10px 0;
}

.mobile__nav-link:hover,
.mobile__nav-link:focus,
.mobile__nav-link:active {
  color: var(--bg-accent);
}

.footer__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s linear;
  color: var(--text-color);
  position: relative;
}

.footer__title::after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: var(--bg-accent);
}

.promo__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 259px;
  width: 100%;
  padding: 15px 5px;
  font-size: 16px;
}

.text-white {
  color: var(--page-bg);
}

.pagination {
  display: none !important;
}

.pagination .swiper-pagination-bullet {
  width: 7px;
  height: 9px;
  background-color: var(--bg-accent);
  opacity: 0.5;
  border-radius: 0;
  transition: all 0.3s ease;
}

.pagination .swiper-pagination-bullet-active {
  background-color: var(--bg-accent);
  opacity: 1;
  height: 15px;
  transform: scale(1.2);
}

.advantages__inner .pagination .swiper-pagination-bullet-active {
  height: 24px;
}

.slider-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--page-bg);
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  position: absolute;
  z-index: 50;
  cursor: pointer;
  transition: 0.3s linear;
}

.slider-arrow:focus,
.slider-arrow:hover,
.slider-arrow:active {
  background-color: var(--bg-accent);
}

.button-prev {
  left: -60px;
  transform: translateY(-50%) rotate(0deg);
}

.button-next {
  right: -60px;
  transform: translateY(-50%) rotate(180deg);
}

.partner__inner .swiper-pagination {
  bottom: -50px !important;
}

.fixed-social {
  position: fixed;
  right: 20px;
  bottom: 45px;
  z-index: 200;
  transition: 0.7s ease;
}
.fixed-social__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.fixed-social__link {
  display: block;
  transform: rotate(0deg);
  transition: 0.7s ease;
}

.fixed-social__link img {
  width: 70px;
  height: 70px;
}

.fixedPhone svg {
    fill: #2E638C;
   
    border-radius: 50%; /* опционально — если хочешь кружок */
    transition: all 0.3s ease;
}

.fixedPhone svg path {
		
    fill: #fff;
    transition: fill 0.3s ease;
}

.fixedPhone:hover svg {
		outline:  1px solid #2E638C;
    fill: #fff;
}

.fixedPhone:hover svg path {
    fill:#2E638C;
}

.fixedWhat svg {
    border-radius: 50%;
    transition: all 0.3s ease;
}

.fixedWhat:hover svg{
	outline:  1px solid #4BC759;
}


.fixedWhat svg rect {
    fill: #4BC759;
    transition: fill 0.3s ease;
}


.fixedWhat svg path[fill="#4BC759"][stroke="#fff"] {
    fill: #4BC759;
    stroke: #fff;
    transition: fill 0.3s ease, stroke 0.3s ease;
}


.fixedWhat svg path[fill="#fff"]:not([stroke]) {
    fill: #fff;
    transition: fill 0.3s ease;
}


.fixedWhat:hover svg rect {
    fill: #fff;
}

.fixedWhat:hover svg path[fill="#4BC759"][stroke="#fff"] {
    fill: #fff;        
    stroke: #4BC759;    
}

.fixedWhat:hover svg path[fill="#fff"]:not([stroke]) {
    fill: #4BC759;     
}



.fixed-social.hidden {
  opacity: 0;
  visibility: hidden;
  transition: 0.7s ease;
}

.page-header {
  position: fixed;
  min-width: 320px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--page-bg);
  z-index: 90;
  box-shadow: 0 0 10px 0 rgba(0,0,0, 0.5);
}

.header {
  padding: 7px 0;
}

.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.nav__list.nav__list-kz{
	gap: 10px;
}


.header-contact {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  max-width: 300px;
  width: 100%;
  margin-left: 20px;
}
.header-lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 80px;
  padding-left: 20px;
}

.header-lang img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 153px;
  padding-left: 20px;
}

.header-phone img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nav__list .header__active{
	color: var(--bg-accent);
}

.footer {
  background-color: var(--footer-bg);
  padding: 54px 0 25px 0;
}

.page-footer {
  display: flex;
  flex-direction: column;
}

.footer__top {
  position: relative;
  display: flex;
  margin-bottom: 55px;
}

.footer__top::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -33px;
  width: 100%;
  height: 1px;
  background-color: rgba(219, 225, 232, 1);
}

.footer__right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  margin-left: 122px;
  gap: 22px;
}

.footer__navs {
  display: flex;
}
.footer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 91px;
}

.footer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  font-family: var(--font-main);
  color: var(--text-color);
  display: block;
  padding: 3px 0;
  transition: 0.3s linear;
}

.footer-text:hover,
.footer-text:focus,
.footer-text:active{
	color: var(--bg-accent);
}

.footer__nav-contact {
  display: flex;
  flex-direction: column;
  margin-left: 71px;
  gap: 22px;
  max-width: 186px;
  width: 100%;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

.footer-contact-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--font-main);
  color: var(--text-color);
  display: block;
  padding: 3px 0;
  transition: 0.3s linear;
}

.footer-contact-text:hover,
.footer-contact-text:focus,
.footer-contact-text:active{
	color: var(--bg-accent);
}

.contact-tel {
  font-weight: 900;
}

.footer__nav-social {
  display: flex;
  flex-direction: column;
  margin-left: 90px;
  gap: 22px;
  max-width: 170px;
  width: 100%;
}
.footer__social-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--bg-accent);
  border-radius: 50%;
  transform: rotate(0deg);
  transition: 0.5s ease;
}

.footer__social-link:hover{
	transform: rotate(360deg);
}



.footer__copyright {
  padding: 10px 0;
  font-size: 16px;
}

.footer__copyright a{
	transition: 0.3s linear;
}

.footer__copyright a:hover,
.footer__copyright a:focus,
.footer__copyright a:active{
	color: var(--bg-accent);
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 40%;
  min-height: 100%;
  z-index: 99;

  display: flex;
  flex-direction: column;
  gap: 30px;

  padding: 90px 20px 40px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(11px);
  transition: all 0.7s ease;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.7);
}

.mobile-nav--open {
  right: 0;
}

.mobile-phone {
  display: none;
}

.mobile-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobile-nav__list li,
.mobile-phone,
.mobile__btn {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.5s ease;
}

.mobile-nav--open .show {
  opacity: 1;
  transform: translateX(0);
}

.menu__close {
  position: absolute;
  right: 15px;
  top: 23px;
}

.mobile__bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.no-scroll {
  overflow: hidden;
}

.modal {
  position: fixed;
  max-width: 1216px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 400;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s ease;
}

.modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 399;
  background-color: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
}

.modal__active {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.modal__active-bg {
  visibility: visible;
  opacity: 1;
}

.modal__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: var(--form-bg);
  z-index: 1;
  border-top-left-radius: 45px;
  padding: 53px 39px 62px 43px;
}

.modal__wrapper::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url("/storage/app/media/form/form-bg-1.png") no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  width: 596px;
  height: 466px;
  overflow: hidden;
}

.modal__btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -23.5px;
  top: -23.5px;
  width: 47px;
  height: 47px;
  background-color: var(--bg-accent);
  border-radius: 50%;
  border: 5px solid var(--page-bg);
  z-index: 20;
  cursor: pointer;
  transition: 0.5s ease;
}

.modal__btn:hover{
	background-color: var(--page-bg);
	border: 5px solid var(--bg-accent);
}

.modal__btn svg{
	fill: #fff;
}

.modal__btn:hover svg{
	fill: var(--bg-accent);
}

.radio__block {
  grid-column: 1 / 3;
  display: flex;
  align-items: center;
  gap: 67px;
  background-color: var(--page-bg);
  padding: 10px 5px 10px 27px;
  border: 1px solid var(--page-bg);
  border-radius: 500px;
  transition: 0.5s ease;
}

.radio__block:hover,
.radio__block:focus,
.radio__block:active {
  border: 1px solid var(--bg-accent);
}

.label__radio {
  display: flex;
  align-items: center;
  gap: 8px;
}


/* 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(--bg-accent);
	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(--bg-accent);
	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;
}

.promo {
  height: 100vh;
}

.promo__wrapper {
  min-width: 100%;
  height: 100vh;
  position: relative;
}

.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;
}

.promo__block .promo__scroll {
  left: 32px;
  bottom: -83px;
  right: auto;
}

.banner {
  height: 100vh;
  overflow: hidden;
}

.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: 1;
}

.promo__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  max-width: 760px;
}
.promo__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}



.services-home {
  padding: 80px 0 63px 0;
  min-width: 320px;
}

.services-home__wrapper {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.services-home__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.services-home__top .text {
  text-align: center;
}

.services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 31px;
}
.services__item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  border-bottom-right-radius: 45px;
}

.services__item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-bottom-right-radius: 45px;
}

.services__item img {
  border-bottom-right-radius: 45px;
}

.services__item-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 15px 15px 41px 15px;
  transition: 0.5s linear;
  border-bottom-right-radius: 45px;
  gap: 0;
  overflow: hidden;
}

.services__item:hover .services__item-info {
  background-color: rgba(6, 126, 181, 0.7);
  height: 100%;
  gap: 33px;
}

.hidden-text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s linear;
}

.services__item:hover .hidden-text {
  max-height: 500px;
  opacity: 1;
}

.services__link {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 40px;
  bottom: -23.5px;
  width: 47px;
  height: 47px;
  background-color: var(--bg-accent);
  border-radius: 50%;
  border: 5px solid var(--page-bg);
  z-index: 20;
  cursor: pointer;
  transition: .3s ease;
}

.services__link:hover{
	background-color: var(--page-bg);
	border: 5px solid var(--bg-accent);
}


.services__link svg path {
    stroke: #fff;
    transition: stroke 0.3s ease;
}

.services__link:hover svg path{
	stroke: var(--bg-accent);
}

.selection {
  padding-bottom: 160px;
  min-width: 320px;
}

.employment{
  padding-bottom: 180px;
}

.selection__wrapper {
  display: flex;
  flex-direction: column;
  gap: 53px;
}
.selection__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
}

.selection__top .title-2,
.selection__top .text {
  text-align: center;
}

.selection__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.selection__inner-top {
  display: flex;
  flex-direction: column;
  gap: 75px;
}

.list__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.item__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 40px 20px 21px 26px;
  background-color: var(--page-bg);
}

.item__step:nth-child(3n + 1) {
  top: 60px;
}
.item__step:nth-child(3n + 2) {
  top: 30px;
}
.item__step:nth-child(3n + 3) {
  top: 0px;
}

.step__img {
  display: flex;
  align-items: flex-start;
  height: 75px;
  width: 75px;
}
.step__info {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.list__steps-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  background-color: var(--page-bg);
}

.item__step-two {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 37px 121px 40px 35px;
}

.item__step-two:nth-child(3n + 1) {
  top: 30px;
}

.item__step-two .step__img {
  flex: 0 0 75px;
}

.step__num {
  position: absolute;
  top: 18px;
  right: 42px;
  font-size: 57px;
  line-height: 79px;
  font-weight: 700;
  font-family: var(--font-main);
  color: var(--step-num);
  opacity: 15%;
}

.consultation {
  min-width: 320px;
}

.consultation__wrapper {
  border-top-left-radius: 45px;
  background-color: var(--form-bg);
  position: relative;
  padding: 53px 32px 61px 43px;
  width: 100%;
  z-index: 5;
}

.consultation__wrapper::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url("/storage/app/media/form/form-bg-1.png") no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  width: 596px;
  height: 466px;
  overflow: hidden;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 575px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.form__top {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.form__top .title-2 {
  font-weight: 400;
}

.form__top .title-2-line::after {
  left: 0;
  transform: translateX(0);
}

.form__text {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--form-text);
}
.form__block {
  display: flex;
  flex-direction: column;

  gap: 36px;
}
.form__group {
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 13px;
}
.label__text {
  width: 100%;
}

.file_form{
	position: relative;
}

.label__file{
	width: 100%;
	display: flex;
	gap: 10px;
}


.input__text {
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--text-color);
  padding: 10px 5px 10px 27px;
  background-color: var(--page-bg);
  border-radius: 500px;
  border: 1px solid var(--page-bg);
  transition: 0.5s ease-in;
}

.input__text:hover,
.input__text:focus,
.input__text:active {
  border: 1px solid var(--bg-accent);
}

.input__text::placeholder {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-main);
  color: var(--input-placeholder);
}

.resume__input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-main);
  padding: 10px 27px 10px 27px;
  background-color: var(--page-bg);
  border-radius: 500px;
  border: 1px solid var(--page-bg);
  transition: 0.5s ease-in;
}

.resume__input:hover,
.resume__input:focus,
.resume__input:active {
  border: 1px solid var(--bg-accent);
}

.form-review {
  overflow: hidden;
  outline: none;
  resize: none;
  height: 47px;
  width: 100%;
}

.comment {
  grid-column: 1 / 3;
}

.form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 226px;
  width: 100%;
  padding: 15px 5px;
  font-size: 16px;
}

.consultation__img {
  position: absolute;
  bottom: 0;
  right: 32px;
  z-index: 2;
}

.applicants-wrapper .consultation__img {
  right: -32px;
}

.scroll__block {
  position: absolute;
  bottom: -74px;
  right: 20px;
  padding: 25px 59px 45px 59px;
  background-color: var(--page-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.scroll__block img {
  animation: scrollBounce 2s infinite ease-in-out;
}

@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* подними на 10px, можешь менять */
  }
}


.partner {
  padding: 77px 0 90px 0;
  min-width: 320px;
}

.partner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.partner__top .title-2-line::after {
  left: 0;
  transform: translateX(0);
}
.partner__inner {
  position: relative;
}

.partners__slide {
  border: 1px solid #eaeaea;
}

.partners__link {
  display: flex;
  align-items: center;
  justify-self: center;
  height: 102px;
}
.partners__link img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.about {
  padding: 80px 0;
}

.about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.about__inner {
  display: flex;
  align-items: center;
  gap: 102px;
}

.reverse {
  flex-direction: row-reverse;
}

.about__img {
  width: 503px;
}

.radius-left img {
  border-bottom-left-radius: 45px;
}

.radius-right img {
  border-bottom-right-radius: 45px;
}

.about__text {
  display: flex;
  flex-direction: column;
  gap: 46px;
  width: 611px;
}

.about__text-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.text-block{
	display: flex;
  flex-direction: column;
  gap: 5px;
}

.text-block__img{
	position: relative;
}

.text-block__img.text-block__img--padded{
	padding-left: 15px;
}

.text-block__img .title-blue{
	position: relative;
}

.diversity__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 66px 74px 66px;
  overflow: hidden;
}

.diversity__wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  border-bottom-left-radius: 45px;
}

.diversity__wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(6, 126, 181, 0.7),
    rgba(6, 126, 181, 0)
  );
  z-index: 3;
  pointer-events: none;
  border-bottom-left-radius: 45px;
}

.diversity-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-bottom-left-radius: 45px;
}

.diversity__inner .title-2-line-left::after {
  background-color: var(--page-bg);
}

.diversity__inner {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 611px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.career {
  padding: 80px 0 90px 0;
  min-width: 320px;
}

.career__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.career__top{
	display: flex;
  flex-direction: column;
  gap: 40px;
}

.career__inner {
  align-items: flex-start;
}

.career__inner .about__text-block {
  gap: 5px;
}

.about__text-block .text-2 {
  position: relative;
}

.text-2-img {
  position: absolute;
  top: 10px;
  left: -25px;
}

.testimonial {
  padding-bottom: 90px;
  min-width: 320px;
}

.testimonial__wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.testimonial__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 588px;
  width: 100%;
  margin: 0 auto;
}

.testimonial__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonial__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.testimonial__item {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.testimonial__link {
  display: flex;
  flex-direction: column;
  gap: 31px;
  transition: 0.3s linear;
}

.testimonial__img {
  position: relative;
  transition: 0.3s linear;
  
}

.testimonial__img-inner{
	overflow: hidden;
	border-bottom-right-radius: 45px;
}

.testimonial__img .testimonial__item-img {
	object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: 0.3s linear;
}
.testimonial__img:hover .testimonial__item-img{
	transform: scale(1.1);
}

.join {
  padding: 80px 0;
  min-width: 320px;
}

.join__inner {
  align-items: flex-start;
}

.join__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 405px;
  padding: 15px 5px;
}


.vacancy-advantages {
  padding-bottom: 180px;
}

.vacancy-list__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.vacancy-item__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 42px 14px 41px 25px;
  background-color: var(--page-bg);
}

.vacancy-item__step:nth-child(3n + 1) {
  top: 90px;
}

.vacancy-item__step:nth-child(3n + 2) {
  top: 60px;
}
.vacancy-item__step:nth-child(3n + 3) {
  top: 30px;
}
.vacancy-item__step:nth-child(3n + 4) {
  top: 0px;
}

.vacancy-job {
  padding-bottom: 60px;
  min-width: 320px;
}

.vacancy-job__wrapper {
  display: flex;
  flex-direction: column;
  gap: 53px;
}
.vacancy-job__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.vacancy-job__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vacancy-job__block {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 30px 32px 0px 32px;
  border: 1px solid rgba(228, 228, 228, 1);
  border-radius: 15px;
}

.vacancy-job__block.vacancy-job__block-active {
  padding-bottom: 50px;
  gap: 23px;
}

.vacancy-job__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
  padding-bottom: 31px;
  border-bottom: 1px solid rgba(228, 228, 228, 1);
  cursor: pointer;
}

.vacancy-job__arrow {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-accent);
  border-radius: 50%;
}

.vacancy-job__subblock {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-20px);
  display: flex;
  flex-direction: column;
  gap: 29px;
  transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease,
    visibility 0.5s ease;
}

.vacancy-job__subblock.active {
  max-height: 5000px; /* Здесь можно поставить подходящее значение */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.subblock__inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.subblock {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.vacancy__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #555555;
  font-family: var(--font-main);
}
.subblock__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.subblock__list li {
  display: flex;

  gap: 5px;
}

.subblock__list li span {
  position: relative;
  top: 9px;
  flex: 0 0 4px;
  width: 4px;
  height: 4px;
}

.vacancy-job__btn {
  max-width: 234px;
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.vacancy-form {
  padding-bottom: 73px;
}


.contact {
  padding: 60px 0 90px 0;
  min-width: 320px;
}

.content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.contact__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

/* Прокручиваемая область */
.contact__slider {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  white-space: nowrap;

  /* Скрываем скролл */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.contact__slider::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

/* Сам список */
.contact__list {
  display: flex;
  gap: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bg-contact);
  min-width: max-content;
}

/* Элементы списка */
.contact__item {
  scroll-snap-align: start;
  flex-shrink: 0;
}

/* Плавный градиентный эффект справа */
.contact__top::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(to left, white 40%, transparent); /* можно заменить цвет фона */
  pointer-events: none;
  z-index: 1;
}

/* Класс для скрытия градиента */
.contact__top.hide-after::after {
  display: none;
}

.contact__nav-text {
  position: relative;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  font-family: var(--font-main);
  color: var(--text-color);
  transition: 0.5s ease;
}

.contact__nav-text:hover,
.contact__nav-text:focus,
.contact__nav-text:active {
  color: var(--bg-accent);
}

.contact__nav-text::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--bg-accent);
  transition: 0.5s ease;
}

.contact__nav-text:hover::after,
.contact__nav-text:focus::after,
.contact__nav-text:active::after {
  width: 100%;
}

.contact__nav-text-active {
  position: relative;
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  font-family: var(--font-main);
  color: var(--bg-accent);
  transition: 0.5s ease;
}

.contact__nav-text-active::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bg-accent);
}

.contact__inner{
	display: none;
}

.contact__inner.contact__active {
  display: flex;
  gap: 21px;
}
.contact__address {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 36px 57px 50px 33px;
  border: 1px solid var(--bg-contact);
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.contact__block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact__info-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact__info-text span {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  font-family: var(--font-main);
  color: rgba(105, 105, 105, 1);
  transition: 0.5s ease;
}

.contact__link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  font-family: var(--font-main);
  color: var(--text-color);
  transition: 0.5s ease;
}

.contact__map {
  width: 100%;
}

.select-arr{
    position: absolute;
    right:9px;
    top:50%;
    transform:translateY(-55%);
}

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

select{
   color: rgba(46, 99, 140, 1); 
   border:none;
   outline:none;
   -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;
    position:relative;
    min-width:50px;
    cursor:pointer;
}

select option{
    color:#151515;
}

.form__success{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.form__success .alert-success{
	width: 500px;
	background-color: white;
	padding: 20px;
	position: relative;
	border-radius: 15px; 
	border:1px solid var(--bg-accent);
}

.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;
}


.responsiv-uploader-fileupload.style-file-multi .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    white-space: normal;
    height: 45px;
    font-size: 10px;
    z-index: 10;
    line-height: 1.3;
    padding: 0;
    width: 100%;
    opacity: 0;
}

