*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: Bounded; 
	src: url(./fonts/Bounded-Variable.ttf);
}

@font-face {
	font-family: Montserrat; 
	src: url(./fonts/Montserrat-VariableFont_wght.ttf);
}

html {
	scrollbar-gutter: stable;
}

body {
	margin: 0;
	padding-top: 110px;
	font-family: 'Montserrat', sans-serif;
	background-color: #FFFFFF;
	color: rgb(30, 30, 30);
    overflow-x: hidden;
}

/* Для iOS */
@supports (-webkit-touch-callout: none) {
    body[style*="overflow: hidden"] {
        position: fixed;
        width: 100%;
        height: 100%;
    }
}

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

.container:before, .container:after {
	content: none;
}

.container-slim {
	max-width: 1480px;
	margin: 0 auto;
}

.breadcrumb {
	margin: 0 auto;
    padding: 8px 0 0;
    list-style: none;
	font-size: 16px;
}

.breadcrumb>.breadcrumb-item {
    vertical-align: middle;
    display: inline-block;
    padding: 0;
}

.breadcrumb>.breadcrumb-item:after {
    display: inline-block;
    content: ">";
}

.breadcrumb>.breadcrumb-item:last-child:after {
    content: "";
}

.pagination-block {
	margin: 30px 0 30px; 
	text-align: center;
}

.pagintaion {
	padding: 0;
	font-weight: 500;
}

.pagintaion li {
	display: inline-block;
    width: 18px;
}

.pagintaion .active a {
	font-weight: 800;
	color: rgba(58, 122, 250, 1);
}

.pagintaion .prev {
	margin-right: 50px;
}

.pagintaion .next {
	margin-left: 50px;
}

h1 {
	font-size: 50px;
	font-weight: 900;
	/*text-transform: uppercase;*/
	margin: 20px 0 40px 0;
}

h2 {
	font-size: 40px;
	line-height: 44px;
	font-weight: 900;
	/*text-transform: uppercase;*/
	margin-top: 50px;
	margin-bottom: 40px;
}

h3 {
	font-size: 32px;
	font-weight: 900;
	line-height: 28px;
	margin: 0;
	margin-block: 10px;
}

h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 33px;
	margin: 0;
}

p {
	line-height: normal;
	margin: 0;
}

a {
	text-decoration: none;
	color: rgba(30, 30, 30);
	transition: color 0.2s ease;
}

a:hover, .nav-links a:hover, .contact-info a:hover, .new_item .n_text a:hover,
.icon.loupe:hover svg, .account-svg:hover, .breadcrumb a:hover {
	color:rgba(58, 122, 250, 1);
	fill: rgba(58, 122, 250, 1);
}

a, button, [role="button"] {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  outline: none;
}

.footer-item a:hover {
	color: #e0ecf6;
}

button {
	border: none;
	background-color: inherit;
	cursor: pointer;
}

/*.menu-margin{
	margin-top: 128px;
}*/

.logo-desktop img {
	max-width: 190px;
    max-height: 51px;
	pointer-events: none;
}
.logo-mobile {
	display: none;
}

.itc-slider__wrapper {
	overflow: hidden;
	cursor: pointer;
}

.itc-slider__items {
	counter-reset: slide;
}

.itc-slider-1 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: -110px -50vw 1rem -50vw;
  max-width: 100vw;
}

.itc-slider-1 .itc-slider__item {
	flex: 0 0 100%;
	max-width: 100%;
	counter-increment: slide;
	height: 810px;
	position: relative;
}
.itc-slider-1 .itc-slider__item {
	color: rgba(30, 30, 30);
}
.itc-slider-1 .itc-slider__item img.main{/*:first-child*/
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.itc-slider-1 .itc-slider__item .header{/*:first-child*/
	z-index: 1;
	top: 30%;
	font-size: 50px;
	line-height: 65px;
	width: 62%;
	font-weight: 800;
	font-family: 'Bounded', sans-serif; 
	text-transform: uppercase;
	position: absolute;
}
.itc-slider-1 .itc-slider__item .icon{/*:first-child*/
	z-index: 1; 
	position: absolute; 
	top: 60%;
	width: 61px;
	height: 61px;
	padding: 0 ;
	border-radius: 18px;
	background-color: #FFFFFF;
	background: url(./images/Vector.svg) 50% 50% no-repeat;
	background-color: #FFFFFF;
}
.itc-slider-1 .itc-slider__item .icon .sticker{/*:first-child*/
	background-color: #3A7AFA;
	margin-left: 80px;
	display: inline-block;
	color: rgba(256, 256, 256, 0.7);
	width: 560px;
	font-weight: 400;
	font-family: 'Bounded', sans-serif;
	font-size: 17px;
	line-height: 25px;
	border-radius: 18px;
	padding: 20px;
}
.itc-slider-2 .itc-slider__item {
	flex: 0 0 15%;
	max-width: 15%;
	counter-increment: slide;
	position: relative;
}
.itc-slider-1 .itc-slider__item .icon .sticker img.arrow{/*:first-child*/
	position: absolute; 
	margin-left: -24px;
}
.blue{
	color: #3672FA;
}
.itc-slider-1 .itc-slider__item::before {
	content: counter(slide) "/5";
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
	font-size: 49px;
	font-weight: 800;
	color: #B8C4DE;
	display: block;
	font-family: 'Bounded', sans-serif;
}

.container-button-slider {
    max-width: 1480px;
    margin: -50px auto auto;
    padding-inline: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
}

.itc-slider__btn::before {
   width: 23px;
   height: 16px;
}

.itc-slider__btn{
	border-radius: 13px;
	width: 50px;
	height: 50px;
	bottom: 30px;
}

.itc-slider-2 .itc-slider__btn{
	top: 20px;
}
.itc-slider__btn.itc-slider__btn_prev, 
.itc-slider__btn.itc-slider__btn_next{
	right: auto;
}
.itc-slider__btn.itc-slider__btn_prev{
	background: rgba(236, 246, 255, 1);
}
.itc-slider__btn.itc-slider__btn_next, .itc-slider-2 .itc-slider__btn.itc-slider__btn_next{
	background: #3A7AFA;
}

.menu {
	position: fixed;
	top: 60px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	width: calc(100% - 40px);
	max-width: 1480px;
	background: white;
	border-radius: 30px;
	box-shadow: 0px 2px 19.1px 0px rgba(0, 0, 0, 0.06);
	padding: 18px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	white-space: nowrap;
}

.left-section {
	display: flex;
	align-items: center;
	gap: 30px;
	flex: 1;
}

/* .contact-info {
	display: flex;
	align-items: center;
	gap: 8px;
} */

.phone-icon img {
	height: 20px;
}

.contact-form {
	display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid rgba(252, 143, 77, 1);
	color: rgba(252, 143, 77, 1);
	border-radius: 13px;
	height: 50px;
	padding: 15px;
	font-size: 14px;
	letter-spacing: 0;
}

.nav-container {
	display: flex;
	justify-content: flex-end;
	flex: 1;
	min-width: 0;
}

/* скрытие последних 2 элементов в верхнем меню */
.nav-container .nav-links li:nth-last-child(-n+2) {
    display: none !important;
}

.nav-links {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	min-width: 0;
}

.nav-links li {
	list-style-type: none;
	padding: 5px 0;
	margin: 0 10px;
	white-space: nowrap;
	flex-shrink: 0;
}

.nav-links a /*,
.contact-info a*/ {
	display: inline-block;
	text-transform: uppercase;
}

.right-section {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-left: 5px;
	flex-shrink: 0;
}

.menu-icons {
	display: flex;
	gap: 11px;
	align-items: center;
}

.icon {
	width: 50px;
	height: 50px;
	cursor: pointer;
	flex-shrink: 0;
	border-radius: 13px;
	/* box-shadow: 0px 10px 19.1px 0px rgba(0, 0, 0, 0.06); */
	padding: 15px;
}

.loupe {
	border: 1px solid rgba(204, 210, 216, 1);
	padding: 14px;
}

.loupe button {
	border: none;
	background-color: inherit;
	cursor: pointer;
	padding: 0;
}

.icon.account {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	max-width: 213px;
	width: 100%;
    border: 1px solid rgba(54, 114, 250, 1);
	gap: 14px;
	color: rgba(54, 114, 250, 1);
    font-size: 14px;
    letter-spacing: 0;
}

.icon.account svg {
	fill: rgba(54, 114, 250, 1);
}

.icon.burger {
	background-color: rgba(58, 122, 250, 1);
}

.burger-toggle {
	width: 20px;
	height: 13px;
	padding: 1px;
}

.burger-toggle span {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s;
}

.burger-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.burger-toggle.active span:nth-child(2) {
	opacity: 0;
}

.burger-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}

.megamenu{
	position: absolute;
	top:110px;
	right: 0;
	min-width: 180px;
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    letter-spacing: 0;
    max-height: calc(100vh - 145px);
    overflow: hidden;
	box-shadow: 0px 10px 19.1px 0px rgba(0, 0, 0, 0.06);
}

.dropdown-menu {
	/*display: none;
	position: absolute;
	top: 110px;
	right: 0;*/
	display: flex;
	border-radius: 18px;
	z-index: 500;
	background: white;
	box-shadow: 0px 10px 19.1px 0px rgba(0, 0, 0, 0.06);
	min-width: 180px;
	width: 100%;
	max-width: 100%;
	font-weight: 400;
	letter-spacing: 0;
	max-height: calc(100vh - 145px);
	overflow: hidden;
}
.dropdown-menu .contact-info {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.dropdown-menu .nav-links,  .dropdown-menu-mobile .nav-links {
	flex-direction: column;
	gap: 12px;
}

.dropdown-menu .nav-links a {
	margin: 0;
}

.dd-menu-left{
	padding: 30px 15px;
	max-width: 275px;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
	overflow-y: auto;
	max-height: 100%;
}

.dd-menu-left .nav-links {
	gap: 5px;
	font-size: 15px;
	font-weight: 400;
	line-height: 40px;
}

.dd-menu-left .nav-links a{
	padding: 5px 20px;
	text-transform: none;
	width: 100%;
}

.dd-menu-left .nav-links a:hover{
	border-radius: 13px;
	background: rgba(255, 228, 178);
	color: #000;
	width: 100%;
}

.active-link{
	border-radius: 13px;
	background: rgba(255, 228, 178);
	color: #000;
	width: 100%;
}

.dd-menu-left .nav-links li {
	padding: 0;
	margin: 0;
}

.dd-menu-personal-button .personal-link {
	display: flex;
	align-items: center;
    justify-content: flex-start;
    padding: 15px 30px 15px 17px;
    width: 100%;
	margin-block: 25px;
	padding: 15px 30px 15px 17px;
    border-radius: 13px;
    background: rgba(58, 122, 250, 1);
	font-size: 15px;
    color: #fff;
    gap: 16px;
}

.dd-menu-personal-button .personal-link .account-svg {
	fill: #fff;
}

.contact-info .adress {
	margin-top: 20px;
}

.dd-menu-right {
	display: flex;
	overflow: scroll;
	width: 100%;
	padding: 30px 70px 0 70px;
    flex-wrap: nowrap;
    white-space: normal;
	justify-content: space-between;
	border-radius: 18px;
	background: rgba(250, 250, 250, 1);
	overflow-y: auto;
	max-height: 100%
}

.dd-menu-right ul {
	margin: 0;
	padding: 0;
}

.dd-menu-right li {
	list-style-type: none;
	font-size: 14px;
	line-height: 22px;
	text-decoration: underline;
	margin: 11px 0;
	padding: 0;
}

/* Скрываем scrollbar для более чистого вида (опционально) */
.dd-menu-left::-webkit-scrollbar,
.dd-menu-right::-webkit-scrollbar {
	width: 9px;
}

.dd-menu-left::-webkit-scrollbar-track,
.dd-menu-right::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 3px;
}

.dd-menu-left::-webkit-scrollbar-thumb,
.dd-menu-right::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: rgba(239, 239, 239, 1);
}

.dd-menu-left::-webkit-scrollbar-thumb:hover,
.dd-menu-right::-webkit-scrollbar-thumb:hover {
	background: rgb(216, 216, 216);
}

.dropdown-menu-mobile {
	display: none;
}

.flex{
	padding: 0px;
	display: flex;
}

.benefit_area .obj_block{
	position: relative;
	display: flex;
	width: 355px;
	box-shadow: 0 10px 19px rgba(0,0,0,0.06);
	background-color: #FFFFFF;
	border-radius: 30px;
	z-index: 1;
}
.benefit_area{
	/*display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	grid-column-gap: 20px;
	grid-row-gap: 25px;
}

.benefit_area .obj_block .img{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 13px;
	background-size: 40% auto;
	background-color: rgba(227, 131, 74, 0.07);
	margin: 22px 13px 22px 22px;
}

.benefit_area .obj_block .img img{
	width: fit-content;
    padding: 12px;
}

.benefit_area .obj_block span{
	width: 70%;
	display: inline-block;
	margin-bottom: auto;
	margin-top: auto;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}

.relevant{
	margin-block: 2rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px; 
}

.relevant .img_big{ 
	grid-area: 1 / 1 / 3 / 3; 
	height: 645px; 
	border-radius: 30px;
	padding: 0px; 
	background-image: url(./images/ultra-realistic_photo_of_three_professionals_in_a_modern_russian_business_setting_related_to_supply_g6rtsbmm1qj8nkmh6mom_0.png); 
	background-size: cover;
	background-position: center center;
	display: grid;
	grid-template-rows: 1fr auto;
}
.relevant .obj_block{ 
	background-color: #3672FA;
	padding: 25px;
	border-radius: 30px;
	display: grid;
	grid-template-rows: 1fr auto;
}

.img_big .text_block{
	margin-right: 5vw;
}

.img_big .block1{
	grid-row-start: 2;
	grid-row-end: 3;
}

.img_big .text_block span.header{
	font-weight: 900;
	font-size: 35px;
	line-height: 44px;
	margin: 30px;
	margin-bottom: 15px;
	display: block;
	color: white;
	text-transform: uppercase;
}

.img_big .text_block span.text{
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	margin: 30px;
	margin-bottom: 40px;
	display: block; 
	color: white;
}
.img_big .block1 .link {
	position: relative;
	display: block;
	width: 175px;
	height: 57px;
	border-radius: 100px;
	background-color: #FF7522;
	margin: 30px;
}
.img_big .block1 .link .link_text{
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 25px;
	line-height: 57px;
}
.img_big .block1 .link .link_arrow{
	height: 47px;
	width: 47px;
	border-radius: 100px;
	background-color: #FFFFFF;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
}
.img_big .block1 .link .link_arrow img, .submit_block .link_arrow img{
	margin-top: calc(50% - 6px);
}
.relative{
	position: relative;
}
.relevant .obj_block .header{
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 12px;
	display: block;
	color: white;
	text-transform: uppercase;
}
.relevant .obj_block .text{
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px; 
	margin-bottom: 24px;
	display: block;
	color: white;
}
.relevant .obj_block .link{
	grid-row-start: 2;
	grid-row-end: 3;
	height: 57px;
	width: 175px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.27);
}
.relevant .obj_block .link .link_text{
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-left: 25px;
	line-height: 57px;
}
.relevant .obj_block .link .link_arrow{
	height: 47px;
	width: 47px;
	border-radius: 100px;
	background-color: #FFFFFF;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
}
.relevant .obj_block .link .link_arrow img{
	margin-top: calc(50% - 6px);
}
.products-h2 {
	margin: 80px 0 70px 0; 
	text-align: center;
}
.products{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding-bottom: 90px;
}
.products .product{
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 398px;
	border-radius: 30px;
	background-color: #F6F6F6;
	padding: 30px;
}
.products .product .text_block{
	position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.products .product:nth-child(1){
	grid-area: 1 / 1 / 2 / 3;
	background-color: #FF7522;
}
.products .product:nth-child(5){
	grid-area: 2 / 2 / 3 / 4;
}
.products .product:nth-child(1) .text_block, .products .product:nth-child(5) .text_block{
	width: 85%;
}
.products .product .text_block .header {
	font-weight: 900;
	font-size: 24px;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.products .product .text_block .text{
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	display: block;
}
.products .product:nth-child(1) .text_block .header, .products .product:nth-child(1) .text_block .text{
	color: white;
}

.product .text_block .text h1, .product .text_block .text h2, .product .text_block .text h3, .product .text_block .text p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	margin: 0;
}	

.products .product .link{
	display: block;
	height: 57px;
	width: 150px;
	border-radius: 100px;
	background-color: #454545;
	line-height: 57px; 
	position: relative;
	text-align: center;
}
.products .product:nth-child(1) .link{
	width: 196px;
	background-color: #FFFFFF;
	text-align: left;
}
.products .product .link .link_text{
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: white;
}
.products .product:nth-child(1) .link .link_text{
	color: #343E48;
	margin-left: 25px;
}
.products .product:nth-child(1) .link .link_arrow{
	height: 47px;
	width: 47px;
	border-radius: 100px;
	background-color: #F2F2F2;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	line-height: 50px;
}
.products .product:nth-child(1) .link .link_arrow img{
	margin-top: calc(50% - 6px);
}

.button{
	text-align: center;
	margin-bottom: 60px;
}
.inner_button{
	padding-left: 70px;
	padding-right: 70px;
	display: inline-block;
	border-radius: 100px;
	line-height: 57px;
	background-color: #2F2F2F;
	color: white;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif; 
	font-size: 16px;
	color: 343E48;
}
.explication{
	display: flex;
	padding-bottom: 50px;
}
.explication_left{
	width: 47%;
	border-right: 1px solid rgba(54, 114, 250, 0.3);
	text-align: right;
	padding: 10px;
	padding-bottom: 15px;
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.explication_left_inner{
	white-space: nowrap;
	text-align: left;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
}
.uppercase {
	text-transform: uppercase;
}
.explication_right{
	width: 53%;
	text-align: left;
	padding: 30px;
	padding-bottom: 35px;
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
}

.ability_blue{
	/*margin-top: 300px;*/
	padding-top: 174px;
	background: #3672FA;
	border-radius: 60px;
	position: relative;
	padding-bottom: 60px;
	padding-top: 100px;
}
.ability_img{
	position: relative;
	z-index: 1;
	margin-bottom: -200px;
	right: 0px;
	left: 0px;
}
.ability_img img{
	width: 100%;
	height: auto;
	border-radius: 30px;
}
.ability_blue h2{
	color: white;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 200px;
	margin-bottom: 70px;
}
.ability_1{
	width: 45%;
	order: 1;
}
.ability_1 .ability_1_inner{
	display: block;
	height: 319px;
	background-color: rgba(255, 255, 255, 0.06);
	border-radius: 30px;
	position: relative;
}
.ability_1 .ability_1_inner .ability_text{
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 33px;
	display: inline-block;
	color: white;
	margin: 30px;
}
.ability_2{
	width: 55%;
	order: 2;
}
.ability_2 img{
	width: 100%;
}
.ability_3{
	display: flex;
	gap: 20px;
}
.ability_4{
	width: 35%;
}
.ability_4_inner{
	display: block;
	height: 390px;
	background-color: rgba(255, 255, 255, 0.06);
	border-radius: 30px;
	position: relative;
}
.ability_4_inner .bold{
	width: 65%;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 33px;
	display: inline-block;
	color: white;
	margin: 30px;
	margin-bottom: 20px;
}
.ability_4_inner .text{
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 23px;
	display: inline-block;
	color: #B1C9FF;
	margin: 30px;
	margin-top: 0px;
}
.ability_3 .screen{
	width: 65%;
}
.ability_3 .screen_inner{
	width: 100%;
    height: 390px;
	background-color: #2D64E3;
	background: url(./images/edo-system.png);
    background-size: cover;
	border-radius: 30px;
	position: relative;
	display: inline-flex;
}
.ability_3 .screen_inner span{
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: auto;
	margin-top: auto;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
.ability_blue .more_text{
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	display: inline-block;
	position: absolute;
	bottom: 40px;
	left: 30px;
	text-align: center;
	color: white;
}

.ability_blue .more_img{
	height: 47px;
	width: 47px;
	border-radius: 100px;
	background-color: #F2F2F2;
	display: inline-block;
	position: absolute;
	bottom: 40px;
	right: 40px;
	text-align: center;
}
.ability_blue .more_img img{
	margin-top: calc(50% - 6px);
}
.help_product{
	display: flex;
	justify-content: space-between;
	max-width: 1480px;
	min-height: 524px;
	margin-top: 80px;
	padding: 55px 88px;
	border: 4px solid rgba(252, 143, 77, 1);
	border-radius: 30px;
	background: rgba(255, 255, 255, 1);
}
.help_product .column_1, .help_product .column_2{
	width: 40%;
}
.help_product .column_1{
	padding-top: 15px;
}
.help_product form input{
	display: block;
}

.help_product .help_arrow {
	padding-top: 170px;
    transform: rotate(-1.41deg);
    margin-left: -80px;
}

.help_product .help_arrow {
	padding-top: 170px;
    transform: rotate(-1.41deg);
    margin-left: -80px;
}

.modal {
	position: fixed;
	height: max-content;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	margin: auto;
	/* transform: translate(-50%, -50%); */
	box-sizing: border-box;
	border-radius: 30px;
	background: rgba(255, 255, 255, 1);
	letter-spacing: 0;
	white-space: normal;
	box-shadow: 0px 6px 80px 0px rgba(45, 46, 46, 0.3);
	z-index: 10;
}

.contact-form-window {
	max-width: 587px;
	padding: 80px 86px;
}
.relevant-window {
	max-width: 914px;
	padding: 60px 66px;
	min-height: 400px;
}
.modal-content-wrapper {
	display: flex;
	flex-direction: row;
	gap: 55px;
	flex-wrap: nowrap;
	align-items: stretch; /* Изменено на stretch для равной высоты */
	width: 100%;
	min-height: 100%; /* Добавлено для растягивания */
}

.content-wrapper {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-start;
}
.close-window {
	background: url(./images/Group172.svg);
    width: 19px;
    height: 19px;
    position: absolute;
    cursor: pointer;
    right: 35px;
    top: 35px;
}
.close-window:hover {
	transform: scale(1.1);
	transition: 0.3s;
}
.modal .form-title {
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}
form input[type=text], form input[type=submit] {
	display: block;
	width: 100%;
	border-radius: 100px;
	height: 77px;
	border: none;
	padding: 26px 30px;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}
.submit-btn {
	position: relative; 
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	background-color: rgb(252, 143, 77);
	color: white;
	font-weight: 500;
	border: none;
	&:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.3);
		border-radius: 100px;
		transition: all .3s;
		z-index: -1;
	}
	&:hover:before {
		width: 100%;
	}
}
form input[type=text], .submit-btn {
	display: block;
	width: 100%;
	border-radius: 100px;
	height: 77px;
	padding: 26px 30px;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}
.submit_block .link_arrow {
    z-index: 10;
}
form input[type=text] {
	background-color: rgb(246, 248, 255);
	font-weight: 500;
	color: rgb(30, 30, 30);
}
form input[type=text]:focus {
	outline-color: rgb(252, 143, 77);
    outline: 1;
}
form input::placeholder {
	color: rgba(87, 100, 112, 0.38);
}
form input[type=submit] {
	background-color: rgb(252, 143, 77);
	color: white;
	font-weight: 500;
	cursor: pointer;
}
form input[type=checkbox] {
	height: 22px;
	width: 22px;
	background-color: rgb(246, 248, 255);
	border-radius: 6px;
}
.orange{
	color: #FC8F4D;
}
.help_product .obj_block, .contact-form-window .obj_block {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-block: 20px 36px;
}
.modal .obj_block {
	margin-top: 20px;
}
.modal .obj_block {
	gap: 15px;
}
.help_product .obj_block .img, .modal .obj_block .img{
	width: 59px;
	height: 59px;
	border-radius: 20px;
	background: url(./images/vuesax_linear_messages-3.svg) 50% 50% no-repeat;
	background-color: rgb(255, 242, 234);
	background-size: 40% auto;
}
.help_product .obj_block span, .modal .obj_block span, .error_block {
	flex: 1;
    min-width: 0;
	font-weight: 500;
	font-size: 18px;
}
.modal .obj_block span, .error_block {
	font-size: 14px;
}
.modal .error_block {
	line-height: 18px;
}

.error_block {
	white-space: normal;
	margin-top: -15px;
}

.error_block .form-errors {
	color: rgba(252, 143, 77, 1);
}

.error_block .form-success {
	color:rgba(54, 114, 250, 1);
}

.edo-header {
	max-width: 1480px;
	height: 570px;
	border-radius: 30px;
	margin: 18px auto 25px;
	position: relative;
    overflow: hidden;
}

.header-img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-title {
	font-size: 42px;
}

.header-detail{
	font-size: 14px;
	width: 100%;
	max-width: 500px;
}

.header-detail h1, .header-detail h2, .header-detail h3, .header-detail p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin: 0;
}

.header-banner {
	position: relative;
	width: 100%;
	max-width: 840px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 5%;
	background: linear-gradient(90.00deg, rgba(255, 255, 255, 0.67),rgba(255, 255, 255, 0) 100%);
}

.block-price-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding-block: 25px;
}

/* Специальные стили для случаев с 1-2 карточками */
.block-price-card:has(> :only-child) {
    grid-template-columns: minmax(280px, 360px); /* Максимальная ширина для одной карточки */
    justify-content: center;
}

.block-price-card:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(280px, 360px)); /* Максимальная ширина для двух карточек */
    justify-content: center;
}

.price-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 355px;
    border-radius: 30px;
    background: rgba(238, 244, 250, 1);
    padding: 40px 30px;
    box-sizing: border-box;
    width: 100%; /* Занимает всю ширину колонки */
}

.price-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 13px;
	background: rgba(255, 255, 255, 1);
}

.price-card-icon img {
    padding: 12px;
}

.price-card span, .archive-card h3 {
	color: rgba(47, 47, 47, 1);
	font-size: 16px;
	font-weight: 900;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0;
}

.price-card a, .archive-card a, .card-button {
	display: flex;
	align-items: center;
	width: 158px;
	height: 51px;
	padding: 20px 30px 20px 30px;
	border-radius: 100px;
	background: rgba(58, 122, 250, 1);
	color: var(--White, rgba(255, 255, 255, 1));
	font-size: 16px;
	font-weight: 500;
	line-height: 1px;	
}

.block-archive-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.archive-card {
    flex: 1 1 calc(33.333% - 30px); /* 3 карточки в строке с учетом gap */
    min-width: 250px;
    min-height: 290.87px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 30px 40px 30px;
	border-radius: 30px;
	background: rgba(238, 244, 250, 1);
}

.archive-card span {
	padding: 12px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

.block-how-started {
	padding: 40px 0 60px
}

.block-how-started h2, .block-archive h2{
	text-align: left;
	margin-bottom: 45px;
}

.block-stage-card {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.stage-card {
    flex: 1 1 calc(20% - 30px);
    min-width: 240px;
    max-width: 272px;
    min-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 30px;
	box-shadow: 0px 12px 41px 0px rgba(0, 0, 0, 0.06);
	background: rgba(255, 255, 255, 1);
}

.stage-card h1{
	color: rgba(252, 143, 77, 1);
	font-size: 40px;
	font-weight: 900;
	margin: 0;
}

.stage-card h4{
	color: rgba(45, 46, 46, 1);
	font-size: 14px;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
}

.stage-card span{
	color: rgba(91, 103, 122, 1);
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
}

.block-detail-text {
	padding-block: 0;
	margin-block: 40px;
	text-align: justify;
	color: rgba(91, 103, 122, 1);
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	overflow: hidden;
}

.block-detail-text h1, .block-detail-text h2, 
.block-detail-text h3 {
	clear: both;
	color: rgba(45, 46, 46, 1);
	font-family: Montserrat;
	font-weight: 900;
	line-height: normal;
	text-align: left;
	margin: 0;
	margin-block: 40px;
}

.block-detail-text h1{
	font-size: 40px;
}

.block-detail-text h2{
	font-size: 34px;
}

.block-detail-text h3{
	font-size: 28px;
}

.block-detail-text p {
	margin-bottom: 18px;
}

.block-detail-text img {
	max-width: 47%;
    width: auto;
	margin: 7px 0 30px 0;
	border-radius: 30px;
}

.block-detail-text .float-left {
	float: left;
	margin-right: 50px;
	margin-left: 0;
}

.block-detail-text .float-right {
	float: right;
	margin-left: 50px;
	margin-right: 0;
}

.documents {
	max-width: 1480px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 100px auto;
	padding: 50px 40px;
	border-radius: 30px;
	background: rgba(58, 122, 250, 1);
	color: #fff;
}

.documents h2{
	margin: 0;
}

.documents span {
	padding: 12px 0;
	font-size: 14px;
	font-weight: 500;
}

.doc-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 13px;
	column-gap: 10px;
	padding: 25px 0;
}

.doc-tag {
	height: 47px;
	display: flex;
	align-items: center;
	padding: 18px 27px 18px 27px;
	border-radius: 100px;
	box-shadow: 0px 20px 41.3px 0px rgba(0, 0, 0, 0.06);
	background: rgba(255, 255, 255, 1);
	color: rgba(45, 46, 46, 1);
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.block-our-tariffs h2 {
	text-align: center;
}
.tariff-cards{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 40px;
}
.tariff-card {
	width: 380px;
	/* min-height: 440px; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 30px;
	box-shadow: 0px 20px 41.3px 0px rgba(0, 0, 0, 0.06);
	background: rgba(255, 255, 255, 1);
}

.tariff-card h4{
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	line-height: 33px;
}

.tariff-parametrs {
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size: 14px;
    height: 100%;
    text-align: center;
    gap: 20px;
	padding: 40px 0;
}

.tariff-link {
	position: relative;
	width: 196px;
	min-height: 57px;
	box-sizing: border-box;
	background-color: rgba(252, 143, 77, 1);
	border-radius: 100px;
}

.tariff-link-text {
	font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 33px;
    line-height: 57px;
}

.tariff-link-arrow {
	height: 47px;
    width: 47px;
    border-radius: 100px;
    background-color: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
}

.tariff-link-arrow img {
	margin-top: calc(50% - 6px);
}

.footer {
	background-image: url(./images/footer-pic.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 100px;
	position: relative;
	border-radius: 75px;
}

.glass-card {
	padding: 62px 80px 47px;
	border-radius: 80px 80px 0px 0px;
	backdrop-filter: blur(30px);
	background: rgba(96, 122, 148, 0.55);
}

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

.footer-columns{
	display: flex;
	width: 952px;
    justify-content: space-between;
}

.footer-first_list, .footer-second_list, .footer-third_list, .footer-fourth_list, .footer-fiveth_list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-first_list {
    list-style-type: none;
	max-width: 163px;
}

.footer-second_list{
	max-width: 186px;
	
}

.footer-third_list {
	/*max-width: 115px;*/
}

.footer-fourth_list {
	max-width: 188px;
	display: flex;
	flex-direction: column;
}

.footer-fiveth_list {
	max-width: 273px;
	padding-left: 2vw;
}

.footer-item {
	color: rgb(255, 255, 255);
	font-weight: 300;
	margin-bottom: 14px;
}

.footer-item a{
	color: rgb(255, 255, 255);
	line-height: 24px;
}

.footer-link {
	color: rgb(255, 255, 255);
	line-height: 10px;
	font-weight: 300;
}

.item_hover {
    margin-bottom: 25px;
}

.item_hover a{
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.footer_2 .footer-item{
	font-size: 16px;
	margin-bottom: 20px;
}

.footer-links {
	margin: 0;
}

.footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
	font-size: 13px;
}

.footer-phone {
	font-size: 24px;
	font-weight: 400;
	line-height: 44px;
}

.footer_1 {
	order: 1;
}
.footer_2 {
	order: 4;
	font-size: 16px; 
}
.footer_3 {
	order: 2;
}
.footer_4 {
	order: 3;
}
.footer_5{
	display: flex;
	gap: 20px;
	position: absolute;
	bottom: 49px;
	right:50%;
	left:50%;
	transform: translate(-50%, 0);
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	width: max-content;
	margin: 0px;
	padding: 0px;
	height: 18px;
}

.footer_5 li{
	display: inline-block;
}

.footer_list{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.footer_list:nth-of-type(1){
	list-style-type: none;
	max-width: 163px;
	order: 1;
}
.footer_list:nth-of-type(2){
	max-width: 186px;
	order: 2;
}
.footer_list:nth-of-type(3){
	max-width:115px;
	order: 3;
}
.footer_list:nth-of-type(4){
	max-width: 188px;
	display: flex;
	flex-direction: column;
	order: 4;
	font-size: 16px; 
}

label.send_request_label{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-checkbox + label {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-checkbox + label span {
	width: 15px;
}
.custom-checkbox + label::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	border: none;
	border-radius: 6px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(246, 248, 255, 1);
}
.custom-checkbox:checked + label::before {
	background-image: url("./images/select.svg");
}
.send_request_block{
	margin-top: 22px;
	margin-bottom: 22px;
}
.submit_block{
	position: relative;
	cursor: pointer;
}
.submit_block .link_arrow{
	height: 61px;
	width: 61px;
	border-radius: 100px;
	background-color: rgba(255, 255, 255, 0.15);
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 8px;
	text-align: center;
}

.itc-slider.itc-slider-2{
	margin-block: 150px 100px;
}
.itc-slider.itc-slider-2 .itc-slider__item{
	/*height: 100px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px;
}
.itc-slider.itc-slider-2 .itc-slider__item img{
	width: -webkit-fill-available;
}
/*.itc-slider-2 .itc-slider__item_active:nth-child(2n){
	background-color: rgb(0 0 0 / 30%);
}
.itc-slider-2 .itc-slider__item_active:nth-child(2n+1){
	background-color: rgb(0 0 0 / 40%);
}*/
.itc-slider.itc-slider-2 .itc-slider__wrapper{
	border-radius: 0px;
}
.itc-slider-2-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block: 100px 60px;
}
.slider_header {
    text-align: left;
    margin: 0px;
    line-height: 24px;
}
.slider-button-block {
	display: flex;
    width: 110px;
    justify-content: space-between;
}

.questions.container{
	background-color: rgba(246, 251, 255, 1);
	border-radius: 60px;
	padding-top: 1px;
	padding-bottom: 60px;
	margin-top: 85px;
	margin-bottom: 100px;
}
.questions h2 {
	text-align: center;
}
.question_item{
	background-color: rgba(235, 246, 255, 1);
	margin: 20px 0;
	padding: 36px 60px;
	border-radius: 30px;
	position: relative;
	transition: all 0.3s ease;
}
.question_item .card-header-link__arrow, .vacancy-item .card-header-link__arrow{
	/* position: absolute; */
	top: 25px;
	right: 60px;
	width: 48px;
	height: 48px;
	border-radius: 20px;
	background: url(./images/arrow-accordion.svg) 50% 50% no-repeat;
	background-color: rgba(27, 82, 170, 0.06);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.card-active .card-header-link__arrow, .card-active .add {
    display: block;
    transform: rotate(180deg);
}

.card-header-link {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	cursor: pointer;
}

.card-header-link__title{
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 26px;
	display: block; 
	color: rgba(91, 103, 122, 1);
}
.collapse{
	margin-block: 10px;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: rgba(91, 103, 122, 1);
}

.vacancy-nav-slide {
    padding-inline-start: 0;
	padding-bottom: 10px;
}

.vacancy-nav-item {
	display: inline-block;
}

.vacancy-nav-link {
	padding-right: 40px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.nav-slide-line{
	/* position: absolute; */
	width: 98px;
	left: 155px;
    bottom: .31rem;
    height: .13rem;
    background-color: #ff5605;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.vacancy-item {
	position: relative;
	border-radius: 30px;
	box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.06);
	background: rgba(255, 255, 255, 1);
	padding: 26px 60px;
	margin: 10px 0;
}

.news {
	max-width: 1480px;
}

.news_header {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_header .button{
	background-color: rgb(252, 143, 77);
	color: white;
	font-weight: 600;
	display: block;
	border-radius: 100px;
	height: 60px;
	width: 230px;
	border: none;
	font-size: 17px;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 50px 16px;
	float: right;
}
.news_header h1, .news_header h2{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 50px;
	/* display: inline-block;
	line-height: 22px; */
}
.news_container{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	grid-column-gap: 20px;
	grid-row-gap: 30px;
	width: 100%;
}

.new_item{
	display: flex;
    flex-direction: column;
	width: 100%;
    background-color: rgba(243, 249, 255, 1);
    flex: 0 0 calc(33.333% - 20px);
    overflow: hidden;
	border-radius: 30px;
}

.new_item .n_inner{
	padding: 16px 26px 26px;
	display: flex;
    flex-direction: column;
	flex-wrap: wrap;
    justify-content: flex-end;
    height: 100%;
    min-height: 150px;
}
.new_item .n_text{
	flex: 1; /*закомментить, если надо будет опустить заголовок*/
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
}
.new_item .n_text a{
	color: rgba(91, 103, 122, 1);
}
.new_item .n_tags {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: inherit;
    flex-shrink: 0;
}
.new_item .date{
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(91, 103, 122, 0.8);
	display: inline-block;
	white-space: nowrap;
}
.new_item .tags{
	float: right;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.new_item .tag{
	display: inline-block;
	padding: 0px 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(91, 103, 122, 0.8);
	background-color: rgba(221, 239, 255, 1);
	border-radius: 100px;
}
.new_item img{
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 30px;
}

/* стили окна с акцией */
.promotion-form-window {
	width: 590px;
	position: fixed;
	right: 20px;
    bottom: 20px;
	/* top: 0;
    left: 0;
	/* height: max-content; */
    margin: auto;
	padding: 20px;
	display: flex;
	/* flex-direction: row;
	justify-content: flex-start;
	align-items: center; */
	font-size: 14px;
	gap: 10px;
	box-sizing: border-box;
	border: 2px solid rgba(252, 143, 77, 1);
	border-radius: 20px;
	box-shadow: 0px 6px 80px 0px rgba(45, 46, 46, 0.3);
	background: rgba(255, 255, 255, 1);
	z-index: 5;
	opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.promotion-form-window.show {
    opacity: 1;
    visibility: visible;
}

.promotion-close-window {
	background: url(./images/Group172.svg);
    width: 19px;
    height: 19px;
    position: absolute;
    cursor: pointer;
	right: 7px;
    top: 7px;
    transform: scale(0.8);
}

.promotion-close-window:hover {
    transform: scale(0.9);
}

.mobile-img {
	display: none;
}

.promotion-content {
	display: flex;
    height: -webkit-fill-available;
    align-content: space-between;
    flex-wrap: wrap;
}
.promotion-info .title{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
}

.promotion-img {
	width: 100%;
	border-radius: 12px;
	max-height: 300px;
}

.promotion-button {
	height: 27px;
	border-radius: 100px;
	background: rgba(252, 143, 77, 1);
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 4px 18px;
	margin-top: 10px;
	cursor: pointer;
}

.promotion-button:hover {
	color: #fff;
}

/* стили поиска */
.search-form {
	display: flex;
	gap: 11px;
}

.search-form input[type=text] {
	border-radius: 13px;
	height: 50px;
	margin: 0;
}

.search-form .submit-search {
	background-color: rgb(252, 143, 77);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	height: 50px;
	width: 50px;
	flex-shrink: 0;
}

.search-form .submit-search svg:hover {
	fill: #fff;
}

.search-page hr {
	margin-block: 20px 10px;
	border: none;
	background-color: #ccd2d8;
	height: 1px;
}

.search-item .path {
	display: block;
	padding: 0;
	margin: -12px 0 0 0;
	list-style: none;
	background: none;
}

.search-page .path>li {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 13px;
	color: #ccd2d8;
}

.search-page .path>li a {
	color: #ccd2d8;
}

.search-page .path>li:after {
	margin-left: 5px;
	content: ">";
}

.search-page .path>li:last-child:after {
	content: "";
}

.search-item .text {
	font-size: 15px;
	margin-block: 20px;
}

.fancybox-caption {
	display: none !important;
}
.fancybox-is-open .fancybox-bg {
    opacity: .5;
}
.fancybox-button {
    border-radius: 12px;
    margin: 4px;
}

.button-hover-blue {
	display: inline-flex;
	align-items: center; 
	justify-content: flex-start;			
	width: fit-content; 
	border-radius: 13px; 
	border: 1px solid rgba(54, 114, 250, 1); 
	background-color: white; 
	color: rgba(54, 114, 250, 1); 
	font-size: 14px;
	font-weight: 600; 
	padding: 15px;
}

.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/* наведение на блоки с тенью */
.tariff-card, .stage-card, .vacancy-item, 
.icon.loupe, .icon.burger {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tariff-card:hover, .stage-card:hover{
	transform: translateY(-4px);
}

.tariff-card:hover, .stage-card:hover, .vacancy-item:hover {
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

/* наведение на кнопки с анимацией */
.img_big .block1 .link, .relevant .obj_block .link, 
.products .product .link, .inner_button, .news_header .button, 
.price-card a, .card-button, .archive-card a, .tariff-link, 
.ability_1_inner, .ability_4_inner, .dd-menu-personal-button .personal-link,
.contact-form, .icon.account, .button-hover-blue, .promotion-button {
	position: relative; 
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	&:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 100%;
		transition: all .3s;
		z-index: -1;
	}
	&:hover:before {
		width: 100%;
	}
}

/* Индивидуальные настройки для каждой группы */
.img_big .block1 .link, .relevant .obj_block .link, 
.products .product .link, .inner_button, .news_header .button, 
.price-card a, .card-button, .archive-card a, .tariff-link, 
.ability_1_inner, .ability_4_inner, .promotion-button {
	&:before {
		background-color: #ffffff50;
		border-radius: 30px;
	}
}

.dd-menu-personal-button .personal-link:before {
	background-color: #ffffff50;
	border-radius: 13px;
}

.contact-form {
	&:hover {
		color: #fff;
	}
	&:before {
		background-color: rgba(252, 143, 77, 1);
		border-radius: 11px;
	}
}

.icon.account, .button-hover-blue {
	.account-svg {
		transition: fill 0.3s ease;
	}
	&:hover {
		color: #fff;
		.account-svg {
			fill: #fff;
		}
	}
	&:before {
		background-color: rgba(54, 114, 250, 1);
		border-radius: 11px;
	}
}

@media (max-width:1560px) {
	.container-slim{
		margin-inline: 20px;
	}
}

@media (max-width:1480px) {
	.explication_left{
		width: auto;
	}

}

@media (max-width:1370px) {
	.modal {
		padding: 40px;
	}
	form input[type=text] {
		height: 50px;
		padding: 16px 18px;
	}
	.submit-btn {
		height: 52px;
		padding: 0;
	}
	.submit_block .link_arrow {
		height: 40px;
		width: 40px;
		top: 6px;
		right: 6px;
	}

	.news.container{
		margin-left: 20px;
		margin-right: 20px;
		/* width: calc(100 - 40px); */
	}
	.new_item{
		border-radius: 20px;
	}

	.help_product {
		padding: 20px 30px;
	}
}

@media (max-width: 1280px) {
	.modal {
		padding: 46px;
	}
	
	.itc-slider-1 .itc-slider__item .header {
		font-size: 36px;
		line-height: 40px;
	}
	.itc-slider-1 .itc-slider__item .header {
		top: 27%;
	}
	.itc-slider-1 .itc-slider__item .icon {
		top: 50%;
	}
	.itc-slider-1 .itc-slider__item {
		height: 700px;
	}

	.relevant {
		display: grid;
		grid-template-columns: 2fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
	
	.relevant .img_big {
		grid-column: 1 / 2;
		grid-row: 1 / 3; /* Занимает две строки */
	}
	
	.relevant .obj_block:nth-child(2) {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	
	.relevant .obj_block:nth-child(3) {
		grid-column: 3 / 4;
		grid-row: 1 / 2;
	}
	
	.relevant .obj_block:nth-child(4) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	
	.relevant .obj_block:nth-child(5) {
		grid-column: 3 / 4;
		grid-row: 2 / 3;
	}
	
	.relevant .obj_block {
		height: 100%;
	}
	
	.relevant .obj_block .header {
		font-size: 20px;
		line-height: 24px;
	}

  	.itc-slider-2 .itc-slider__item {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.itc-slider.itc-slider-2 {
		margin-top: 100px;
	}
	
	.tariff-card {
		width: calc(30% - 20px);
		min-width: 300px;
	}
	.products {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto auto;
    }
    .products .product {
        height: 320px;
    }
    .products .product:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1;
    }
    .products .product .text_block .header {
        font-size: 20px;
        line-height: 24px;
    }
    .products .product .text_block .text {
        font-size: 15px;
        line-height: 20px;
    }

    .footer-block {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    
    .footer-columns {
		width: 75%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto auto auto;
        row-gap: 20px;
        column-gap: 20px;
    }
    
    .footer_1 {
        grid-column: 1;
        grid-row: 1 / span 3;
        height: fit-content;
    }
    
    .footer_2 {
        grid-column: 3;
        grid-row: 1 / span 2;
        break-inside: avoid;
        height: fit-content;
    }
    
    .footer_3 {
        grid-column: 2;
        grid-row: 1;
    }
    
    .footer_4 {
        grid-column: 2;
        grid-row: 2;
    }
    
    .footer_5 {
        grid-column: 3;
        grid-row: 2;
        position: static;
        transform: none;
        width: 100%;
        display: block;
        margin-top: 50px;
    }
    
    .footer_5 li {
        display: block;
        margin-bottom: 10px;
    }
      
    .footer-bottom {
        margin-top: 20px;
    }

	.glass-card {
		padding: 50px 50px 40px;
	}
}

@media (max-width: 1024px) {
	h2 {
		font-size: 32px;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.menu-icons {
		gap: 5px;
	}

	.dd-menu-right {
    	padding: 30px 30px 0 30px;
	}

	.threecols {
        column-count: 2;
    }

	.benefit_area {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.benefit_area .obj_block span {
    	font-size: 16px;
	}

	.relevant-window {
		margin-inline: 20px;
	}

	.relevant {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto; /* Автоматическая высота строк */
	}
	
	.relevant .img_big {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
	
	.relevant .obj_block {
		margin-top: 0;
		height: auto;
		min-height: 0; 
	}
	
	.relevant .obj_block:nth-child(2) {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	
	.relevant .obj_block:nth-child(3) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	
	.relevant .obj_block:nth-child(4) {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
	
	.relevant .obj_block:nth-child(5) {
		grid-column: 2 / 3;
		grid-row: 3 / 4;
	}
	.products-h2 {
		margin-top: 50px;
		margin-bottom: 30px;
		text-align: left;
	}
	.products {
        grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
    }
    .products .product:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }

	.ability_blue{
		margin: 30px 20px auto 20px;
		padding-top: 24px;
        border-radius: 30px;
	}
	.ability_img{
		position: relative;
		top: 0px;
		right: 0px;
		left: 0px;
		margin-bottom: 0px;
	}
	.ability_blue h2{
		margin: 0 auto 0 55px;
		text-align: left;
	}
	.ability_1 .ability_1_inner{
		height: 236px;
	}
	.ability_3 {
		display: block;
		margin-left: 0px;
		margin-right: 0px;
	}
	.ability_3 .screen{
		margin-block: 60px;
	}
	.ability_3 .screen_inner{
		height: 40vw;
	}
	.ability_2, .ability_1, .ability_3 .screen, .ability_4{
		width: 100%;
	}
	.ability_blue .more_img{
		right: 30px;
		height: 61px;
    	width: 61px;
	}
	.ability_blue .more_text {
	    bottom: 60px;
	}
	.explication_right, .explication_left{
		width: 100%;
	}
	.explication_left{
		border: none;
		margin-bottom: 20px;
	}
	.explication {
		display: block;
		height: auto;
	}
	.explication_left_inner {
		align-self: auto;
	}
	.explication br{
		display: none;
	}
	.explication{
		margin-left: 20px;
		margin-right: 20px;
	}
	.explication_left, .explication_right{
		padding: 0px;
	}

	.explication_right {
		display: none;
	}

	.tariff-card {
        width: calc(50% - 20px); /* 2 карточки с учетом gap */
    }

	.help_product .column_1, .help_product .column_2{
		width: 100%;
		padding: 0px;
	}
	.help_product .column_2{
		margin-top: 25px;
	}
	.help_product .column_1{
		margin-bottom: 27px;
	}
	.help_product{
		display: block;
	}
	.container.explication .explication_right{
		font-size: 16px;
	}
	.explication {
		padding-bottom: 0;
	}
	.explication_left_inner {
		white-space: normal;
		font-size: 32px;
	}
	.explication_left_inner .uppercase br, .explication_left_inner .obj_block br{
		display: none;
	}
	.column_1 .explication_left_inner{
		display: block;
		width: 100%;
	}
	.column_1 .explication_left_inner .obj_block span{
		font-size: 16px;
		line-height: 20px;
	}
	.column_2 input {
	  margin: 20px 0;
	}

	.documents {
		padding: 30px 20px;
		margin-inline: 0;
		margin: 80px auto;
	}

	.help_arrow {
		display: none;
	}

	.archive-card {
        flex: 1 1 calc(50% - 30px);
    }

    .new_item {
        flex: 0 0 calc(50% - 10px);
    }

	.footer-block {
        flex-direction: column;
    }
    
    .footer-columns {
        width: 100%;
		display: grid;
        row-gap: 0;
    }
    
    .footer_1,.footer_list:nth-of-type(1) {
        order: 1;
        grid-column: 1;
        grid-row: 1 / span 3;
    }
    
    .footer_2,.footer_list:nth-of-type(2) {
        order: 4;
        grid-column: 2;
        grid-row: 2;
    }
    
    .footer_3,.footer_list:nth-of-type(3) {
        order: 2;
        grid-column: 2;
        grid-row: 1;
    }
    
    .footer_4,.footer_list:nth-of-type(4) {
        order: 3;
        grid-column: 3;
        grid-row: 1 / span 2;
        height: fit-content;
    }
    
    .footer_5 {
        grid-column: 3;
        grid-row: 3;
        margin-top: 0;
    }
    
    .footer-fiveth_list {
        max-width: 100%;
		margin-top: 20px;
        padding: 0;
    }
    
    .glass-card {
        padding: 40px;
    }
}

@media (max-width: 768px) {
	h1 {
		font-size: 36px;
		margin: 10px 0 15px;
	}

	h2 {
		font-size: 30px;
		line-height: normal;
	}

	.menu {
		border-radius: 16px;
		padding: 16px;
	}

	.logo{
		height: 43px;
		width: 168px;
	}

	.left-section {
		gap: 5px;
	}

	.icon.account {
		width: min-content;
		white-space: break-spaces;
		padding: 10px;
		font-size: 12px;
	}
	.icon.account svg {
		display: none;
	}
    .contact-form {
        width: 80px;
        white-space: break-spaces;
        padding: 10px;
        font-size: 12px;
    }

	.dropdown-menu {
		display: none;
	}

	.dropdown-menu-mobile {
		display: flex;
		flex-direction: column;
		/*position: absolute;
		top: 100px;
		right: 0;*/
		padding: 20px 40px;
		min-width: 180px;
		width: 100%;
		max-width: 100%;
		max-height: calc(100vh - 135px);
		background: white;
		box-shadow: 0px 10px 19.1px 0px rgba(0, 0, 0, 0.06);
		border-radius: 18px;
		overflow-y: scroll;
		letter-spacing: 0;
		white-space: normal;
		z-index: 2;
	}

	.nav-list__title, .mobile-nav__link a {
		display: flex;
        justify-content: space-between;
		width: 100%;
		margin-block: 10px;
		padding: 0;
	}

	.nav-list__title, .nav-list__title a, .mobile-nav__link a  {
		font-family: Montserrat;
		font-size: 16px;
		font-weight: 700;
		line-height: 20px;
		text-align: left;
		color: #3B4450;
	}

	.nav-list__links {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.nav-list__links .nav-list__link {
		font-size: 14px;
		font-weight: 400;
		padding-block: 10px;
	}

	.nav-list .nav-list__wrapper{
		padding-left: 20px;
	}

	.nav-list .nav-list__wrapper .nav-list__wrapper {
		padding-left: 0;
	}

	/* Скрываем все вложенные меню по умолчанию */
	.nav-list__wrapper {
		display: none;
	}

	/* Показываем меню когда есть класс active */
	.nav-list__wrapper.active {
		display: block;
	}

	/* Стили для поворота стрелки (опционально) */
	.nav-list__title svg {
		transition: transform 0.1s ease;
	}

	.nav-list__title svg.rotated {
		transform: rotate(90deg);
	}

	.modal {
		margin: 30px 20px;
		/* margin-inline: 20px; */
		padding: 30px 20px;
		overflow: scroll;
		max-height: -webkit-fill-available;
	}
	.modal-content-wrapper {
		flex-direction: column;
		gap: 5px;
	}
	.modal .obj_block span, label.send_request_label {
		line-height: 18px;
	}

	.itc-slider-1 .itc-slider__item .header {
		top: 160px;
		font-size: 20px;
		line-height: 24px;
		width: 70%;
	}
	.itc-slider-1 .itc-slider__item .icon .sticker {
		width: calc(100vw - 135px);
		font-size: 14px;
        line-height: 20px;
	}
	.itc-slider-1 .itc-slider__item .icon {
		top: 255px;
	}
	.itc-slider-1 .itc-slider__item::before{
		color: white;
	}
	.itc-slider-1 .itc-slider__item {
		height: 620px;
	}

	.itc-slider-2 .itc-slider__item {
		flex: 0 0 33%;
		max-width: 33%;
	}
	.itc-slider.itc-slider-2 .itc-slider__item {
		padding: 0px 20px;
	}

	.breadcrumb {
		position: relative;
		padding: 0;
		margin-top: 10px;
        z-index: 1;
	}

	.edo-header {
		margin: -160px 0 20px 0 !important;
		border-radius: 0 0 40px 40px;
		height: 480px;
	}

	.header-banner {
		justify-content: flex-end;
        padding: 0 20px 70px;
	}

	.header-title {
		font-size: 28px;
		margin-top: 160px;
	}

	.benefit_area {
		display: block;
	}
	.benefit_area .obj_block {
		margin-bottom: 10px;
		width: auto;
		border-radius: 20px;
	}

	.benefit_area .obj_block .img{
		margin: 22px 28px 22px 28px;
	}

	.relevant{
		display: block;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px; 
	}
	.relevant .img_big {
		height: 450px;
	}
	.relevant .obj_block .header, .relevant .obj_block .link{
		margin: 0;
	}
	.relevant .obj_block .text {
		margin: 20px 0 25px 0;
	}

	.relevant .obj_block {
		margin-top: 30px;
		padding: 30px;
		height: auto; /* Высота по содержимому */
	}

	.products{
		display: block;
	}
	.products .product{
		margin-bottom: 20px;
	}
	.products .product:first-child{
		background-position-x: 110%;
	}
	.products .product:last-child{
		margin-bottom: 0px;
	}
	
	.date {
		font-size: 14px
	}

	.block-detail-text h1, .block-detail-text h2, .block-detail-text h3 {
		font-size: 24px;
		margin-block: 25px;
	}

	.documents h2 {
		font-size: 20px;
	}
	.documents span {
		padding: 0 0 10px 0;
	}

	.doc-tags {
		row-gap: 18px;
	}

	.doc-tag {
		font-size: 12px;
	}

	.help_product {
		border: none;
		padding: 0;
	}
    .ability_blue {
        padding-bottom: 30px;
    }

	.ability_1 .ability_1_inner .ability_text, .ability_4_inner .bold {
		font-size: 20px;
		line-height: 24px;
	}

	.ability_4_inner .bold {
		width: 90%;
        margin: 40px 30px 20px 30px;
	}

	.explication_left_inner {
		font-size: 20px;
		line-height: 24px;
	}

	.question_item{
		margin: 10px 0;
		padding: 10px;
		border-radius: 20px;
		min-height: 68px;
		background: rgba(228, 239, 249, 1);
	}
	.vacancy-nav-link {
		padding-right: 20px;
		font-size: 18px;
	}
	.vacancy-item {
		padding: 10px;
		border-radius: 20px;
	}
	.card-header-link {
		display: flex;
		align-items: center; 
		min-height: 36px;
		justify-content: flex-end;
        flex-direction: row-reverse;		
	}
	.card-header-link__title{
		font-size: 16px;
		line-height: 20px;
		padding-left: 15px;
		display: block; 
		color: rgba(91, 103, 122, 1);
	}
	.card-body, .card-body p {
		padding: 0 7px;
		line-height: normal;
	}
	.collapse{
		display: inline-block;
		font-size: 14px;
		line-height: 17px;
		color: rgba(91, 103, 122, 1);
	}
	.questions.container{
		margin-top: 20px;
		padding-bottom: 38px;
		border-radius: 20px;
		margin-bottom: 30px;
	}

	.block-price-card:has(> :only-child), .block-price-card:has(> :nth-child(2):last-child) {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	}

	.footer {
		margin-top: 40px;
		border-radius: 30px 30px 0px 0px;
	}

	.glass-card {
		border-radius: 30px 30px 0px 0px;
	}

    .footer-columns {
        display: block;
        column-count: 2;
    }
    .footer_2 {
        break-inside: avoid;
    }

	.footer-columns ul{
		display: inline-block;
	}
	
	.footer-columns {
		width: 100%;
	}
	.footer-columns ul{
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px;
	}
	.footer-fiveth_list{
		width: 100%;
		margin-top: 0;
	}
	.footer-block {
		display: block;
	}
	.glass-card {
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer-bottom{
		margin-top: 30px;
	}
	.footer_5{
		display: inline-block;
		position: static;
		transform: none;
		height: auto;
		margin-top: 10px;
	}
	.footer_5 li{
		display: block;
	}
}

@media (max-width: 690px) {
    .promotion-form-window {
		max-width: 100%;
        width: fit-content;
		max-height: 450px;
		right: 30px;
    	left: 30px;
		bottom: 18vh;
		font-size: 12px;
    }

	.tariff-card {
        width: 100%;
        min-width: unset;
        max-width: 100%;
    }
}

@media (max-width: 610px) {
	.logo-desktop {
		display: none;
	}
	
	.logo-mobile {
		display: block;
	}

	.logo-mobile img {
		max-width: 79px;
		max-height: 42px;
		pointer-events: none;
	}

	.desktop-img {
		display: none;
	}

	.mobile-img {
		display: block;
       	max-height: 200px;
        object-fit: cover;
        margin-block: 14px 0;
        padding: 0;
	}

	.promotion-content {
		display: flex;
		height: -webkit-fill-available;
		flex-direction: column;
		justify-content: space-between;
	}

	.promotion-info .title{
		font-size: 14px;
	}

	.block-detail-text img {
		float: none;
		max-width: -webkit-fill-available;
		margin: 0 0 20px 0 !important;
	}

	.nav-container .nav-links {
		display: none;
	}

	.dropdown-menu .nav-links {
		display: flex;
	}

    .news_container {
        justify-content: center; /* центрируем на мобильных */
    }
    
    .new_item {
        flex: 0 0 100%; /* 1 колонка */
        max-width: 400px; /* ограничиваем максимальную ширину */
		min-width: 100%;
    }
    
    .new_item img {
        height: 316px;
    }

	.tariff-card {
		width: 100%;
	}

	.glass-card .container-slim {
		margin-inline: 0;
	}
}

@media (max-width: 580px) {
    .stage-card {
        flex: 1 1 100%;
        max-width: 100%;
		padding: 40px 30px 60px 30px;
    }

	h1 {
		font-size: 24px;
		letter-spacing: 0;
	}

    h2 {
        font-size: 20px;
		margin-top: 42px;
		margin-bottom: 21px;
    }
	.img_big .text_block {
		width: 100%;
	}
	.img_big .text_block span.header {
		font-size: 20px;
		line-height: 22px;
	}
	.img_big .text_block span.text {
		font-size: 16px;
		line-height: 23px;
	}

	.products .product:first-child{
		background-position-x: 150%;
	}

	.header-title {
		font-size: 20px;
	}

	.vacancy-nav-link {
		padding-right: 10px;
		font-size: 16px;
	}

	.block-how-started h2, .block-archive h2 {
		margin-top: 20px;
	}

	.stage-card h4 {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.itc-slider.itc-slider-2 .itc-slider__item {
		padding: 0px 10px;
	}

	.ability_blue h2 {
        margin-left: 10px;
		line-height: 30px;
    }
}

@media (max-width: 440px) {
	.logo-mobile img{
        width: 60px;
	}

	.loupe {
		display: none;
	}

	.products .product:first-child{
		background-position-x: 170%;
	}
}

@media (max-width: 380px) {
	.container-slim {
		margin-inline: 10px;
	}

	.menu {
		padding: 13px 10px;
		width: calc(100% - 20px);
	}

	.logo-mobile img{
        width: 56px;
	}

    .ability_blue {
        margin: 30px 10px auto 10px;
	}

	.contact-form, .icon.account {
		font-size: 13px;
        padding: 8px;
    }

	.contact-form {
        width: min-content;
	}
}