@charset "UTF-8";
section, footer {
    overflow-x: clip;
    position: relative;
}
.bg-light-blue {
    background-color: var(--bs-lignt-blue);
    color: var(--bs-dark-blue);
}
.top-radius {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -10px;
}
.bg-bblack {
    background-color: var(--bs-body-bg);
}
.ps-base {
    padding-left: var(--ps-base);
}
.ps-base-half {
    padding-left: var(--ps-base-half);
}
.dark-pale {
    color: var(--bs-dark-pale);
}
.pale {
    color: var(--bs-pale);
}
a.pale:hover {
    color: var(--bs-link-hover-color);
}
.fsz-12 {
	font-size: 12px !important;
	line-height: 110%; /* 13.2px */
}
.brdr-r-4 {
    border-radius: 4px;
}
.brdr-r-10 {
    border-radius: 10px;
}
.mt-200 {
    margin-top: 200px;
}
.pt-200 {
    padding-top: 200px;
}
.pb-200 {
    padding-bottom: 200px;
}
.gx-25 {
    --bs-gutter-x: 10px;
}
.h1404 {
	font-size: 160px;
}
body.modal-open .navbar {
	padding-right:15px;
}
.navbar + * {
    margin-top: 64px;
}
@media (max-width: 767px) {
	.navbar + * {
		margin-top: 52px;
	}
}
.navbar {
	width: 100%;
	position: fixed;
	z-index: 999;
	transition: top 0.2s ease-out;
}
#CallBack .custom-select {
	display: block !important;
}
#CallBack .question-input {
	/*display:none;*/
}
h1, .h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 85%; /* 54.4px */
    letter-spacing: -2.56px;
}
h2, .h2 {
    font-size: 44px;
    font-weight: 400;
    line-height: 85%; /* 37.4px */
    letter-spacing: -0.88px;
}
.h2-large {
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%; /* 72px */
    letter-spacing: -3.6px;
}
h3, .h3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -1.44px;
}
h4, .h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 100%; /* 26px */
    letter-spacing: -0.52px;
}
h5, .h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 100%; /* 20px */
	letter-spacing: -0.4px;
}
.txt-descr {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    color: var(--bs-pale);
}
.text-paddind-base {
    text-indent: var(--ps-base);
}
.navbar {
    background-color: var(--bs-black);
    padding: 0;
    height: 64px;
    z-index: 99;
}
.nav-link {
    color: var(--bs-pale);
    font-size: 12px;
}
.nav-link:hover {
    color: var(--bs-lignt-acc-blue);
}
.nav-btns {
    display: flex;
    gap: 2px;
}
.nav-btns svg {
    fill: var(--bs-lignt-blue);
    
}
.nav-btns > * {
    display: block;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bs-dark-blue);
    border-radius: 4px;
    text-decoration: none;
    color: var(--bs-white);
    white-space: nowrap;
}
.nav-btns > *:hover {
    border-color: var(--bs-lignt-acc-blue);
}
.nav-btns > *:hover svg {
    fill:var(--bs-lignt-acc-blue);
}
.btn-gradient {
    border: 0;
    width: max-content;
    height: 44px;
    position: relative;
    margin-top: 1px;
}
.btn-gradient::before, .btn-gradient::after {
    position: absolute;
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background: linear-gradient(150deg, #3786BD 13.11%, #0F3148 18.43%, #0F3148 81.26%, #3786BD 94.49%);
    border-radius: 4px;
    z-index: 0;
    transition: all 0.15s ease-in-out;
}
.btn-gradient::after {
    opacity: 0;
    background: var(--bs-dark-blue);
}
.btn-gradient span {
    font-size: 14px;
    color: var(--bs-white);
    width: 100%;
    position: relative;
    height: 100%;
    background-color: var(--bs-black);
    padding: 0 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.btn-gradient:hover::before {
    opacity: 0;
}
.btn-gradient:hover::after {
    opacity: 1;
}
.btn-gradient:hover span {
    background-color: var(--bs-dark-blue);
}
.navbar .btn-gradient {
    height: 30px;
}
.navbar .btn-gradient span {
    font-size: 12px;
    padding: 0 14px;
}
.dropdown-toggle::after {
    border: 0;
    width: 7px;
    height: 4px;
    background: url(../img/i-dropdown-toggle.svg) no-repeat;
    background-size: cover;
    vertical-align: 1px;
    transition: all 0.15s ease-in-out;
}
.dropdown-toggle.show::after {
    background: url(../img/i-dropdown-toggle_show.svg) no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}
.dropdown-menu {
    --bs-dropdown-bg: #142642;
    border: 0;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
    min-width: 380px;
    box-shadow: 8px 8px 34px 0 rgba(55, 134, 189, 0.40);
}
.dropdown-menu > * {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 46px;
    transition: all 0.15s ease-in-out;
}
.dropdown-menu > *:hover {
    background-color: var(--bs-dark-blue-hover);
}
.dropdown-menu > * svg {
    opacity: 0;
    fill:#47A3E2;
    transition: all 0.15s ease-in-out;
}
.dropdown-menu > *:hover svg {
    opacity: 1;
}
.dropdown-item {
    color: var(--bs-white);
    font-size: 12px;
    padding: 0;
    height: 46px;
    display: flex;
    align-items: center;
}
.dropdown-menu > *:hover a {
    color: var(--bs-white);
}
.nav-phone a {
    text-decoration: none;
    color: var(--bs-white);
    font-size: 12px;
}
.nav-phone a:hover {
    color: var(--bs-lignt-acc-blue);
}
/* NAV [ */
.navbar-nav_mobile {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 24px;
}
.navbar-nav_mobile a {
    color: var(--bs-lignt-blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
}
.navbar-nav_mobile a:hover {
    color: var(--bs-link-hover-color);
}
.navbar-nav_mobile .nav-link_submenu {
    list-style: none;
    padding: 0;
    margin-left: 24px;
    margin-top: 16px;
    display: grid;
    gap: 16px;
}
.navbar-nav_mobile .nav-link_submenu a {
    color: var(--pale-text, #70839F);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 13.2px */
}
.navbar-nav_mobile .nav-link_submenu a:hover {
    color: var(--bs-link-hover-color);
}
	.hamburger-icon {
		display: flex;
        align-items: center;
        justify-content: center;
		position: relative;
		width: 40px;
        height: 32px;
		z-index: 1000;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
		border: 1px solid var(--bs-dark-blue);
        border-radius: 4px;
        margin-left: 2px;
	}

	.icon-1, .icon-3 {
	    position: absolute;
	    top: calc(50% - 1px);
	    width: 22px;
        height: 1px;
        background-color: #47A3E2;
	    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
	}

	.icon-1 {
	  transform: translateY(-1px);
	  animation-delay: 100ms;
	}
	.icon-3 {
	  transform: translateY(3px);
	  animation-delay: 250ms;
	}
	

	.icon-1.a {
	  transform: rotate(45deg);
	}
	.icon-3.b {
	  transform: rotate(-45deg);
	}

	.clear {
	  clear: both;
	}

	@keyframes slideIn {
	  0% {
		width: 0%;
		opacity: 0;
	  }
	  100% {
		width: 50%;
		opacity: 1;
	  }
	}
	.hambmenu {
		display: flex;
        flex-direction: column;
	    background: #080F1B;
	    position: absolute;
	    top: 52px;
	    left: -50vh;
	    height: calc(100vh - 52px);
	    width: 0%;
	    z-index: 10;
	    opacity: 0;
	    transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
	    transition-delay: 100ms;
	    padding-left: 15px;
        padding-right: 15px;

	}
	.hambmenu.show {
		left: 0px;
		width: 100%;
		opacity: 1;
	}
    /* ] NAV*/
.header .container {
    position: relative;
    height: 100%;
}
.header.bg-main {
    background-color: #000001;
    height: calc(100vh - 64px);
    min-height: 880px;
    background-image: url(../img/b_bg-1-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-header-text {
    position: absolute;
    bottom: 10%;
    right: 8%;
    font-weight: 400;
}
.altei-btn {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: var(--bs-white);
    border-radius: 4px;
    background-color: #3786BD;
    height: 46px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 0 16px;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
    transition: all 0.15s ease-in-out;
}
.altei-btn:disabled {
	pointer-events: none;
    opacity: 1;
    background: #70839F;
}
.altei-btn.altei-btn_add {
	height: 32px;
	font-size:12px;
	padding-left: 16px;
	padding-right: 10px;
}
.altei-btn.altei-btn_add svg {
	transition: all 0.15s ease-in-out;
}
.altei-btn.altei-btn_add:hover svg {
	scale:1.2;
}
.altei-btn.altei-btn_black {
    background-color: #080F1B;
    height: 44px;
    border: 1px solid #3786BD;
}
.altei-btn.altei-btn_black:hover {
    background-color: #47A3E2;
}
.altei-btn svg {
    fill: var(--bs-white);
}
.altei-btn:hover {
    background-color: #47A3E2;
    box-shadow: -6px -6px 30px 0 rgba(71, 163, 226, 0.40), 6px 6px 30px 0 rgba(71, 163, 226, 0.40);
	-webkit-box-shadow: -6px -6px 30px 0 rgba(71, 163, 226, 0.40), 6px 6px 30px 0 rgba(71, 163, 226, 0.40);
	-moz-box-shadow: -6px -6px 30px 0 rgba(71, 163, 226, 0.40), 6px 6px 30px 0 rgba(71, 163, 226, 0.40);
    color: var(--bs-white);
	transform: translateZ(0); /* Аппаратное ускорение */
	backface-visibility: hidden; /* Улучшение рендеринга */
}
.block-title {
    font-size: 12px;
    color: var(--bs-blue);
}

.head-gradient {
    position: relative;
}
.head-gradient > * {
    position: relative;
}
.head-gradient:before {
    position: absolute;
    content: '';
    top: 0;
    width:100%;
    height: 400px;
    background: linear-gradient(180deg, #000001 4.75%, #080F1B 94.28%);
}
.link-more {
    display: block;
    width: max-content;
    font-size: 14px;
}
.link-more svg {
    fill: var(--bs-link-color);
    margin-left: 5px;
}
.link-more:hover svg {
    fill: var(--bs-link-hover-color);
    margin-left: 8px;
}
.link-more.back-link svg {
    fill: var(--bs-link-color);
    margin-right: 5px;
	margin-left:0;
	transform:rotate(180deg);
}
.link-more.back-link:hover svg {
    fill: var(--bs-link-hover-color);
    margin-right: 8px;
	margin-left: -3px;
}
.fsz-12 .link-more {
	font-size:12px;
}
.separator {
    width: 100%;
    height: 4px;
    border-radius: 0 4px 0 0;
    border-top: 1px solid var(--light-accent-blue, #47A3E2);
    margin-top: 100px;
}
.word, .word-inner {
    display: inline-block;
    white-space: nowrap;
}
.letter {
    color: var(--bs-white);
    transition: color 0.3s ease;
    display: inline-block;
}
.letter.visible {
    color: #313C4C;
}
.services-list {
    display: grid;
    gap: 80px;
}
.services-list_item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px; /* увеличенный отступ между колонками */
    align-items: center; /* центрирование по вертикали */
    position: relative;
}
.services-list_item a::before, .social-link-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.services-list_item__img {
    max-height: 320px;
    aspect-ratio: 563 / 320; /* соотношение сторон 563x320px */
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
}
.services-list_item:hover .services-list_item__img {
    box-shadow: -6px -6px 30px 0 rgba(71, 163, 226, 0.2), 6px 6px 30px 0 rgba(71, 163, 226, 0.2);
}
.services-list_item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* изображение заполняет контейнер без искажений */
    display: block;
}
.services-list_item__text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* вертикальное центрирование содержимого */
    height: 100%; /* занимает всю доступную высоту */
}
.services-list_item__img img {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.services-list_item__num {
    color: var(--bs-blue);
    font-size: 14px;
    font-weight: 500;
}
.services-list_item__text p {
    margin-bottom: 0;
    color: var(--bs-pale);
}
.services-list .services-list_item__text {
	position: unset;
}
.services-list.services-list_type-2 .services-list_item__text {
	position: relative;
}
.b_bg-2-1 {
    background: url(../img/b_bg-2-1.webp) no-repeat;
    background-size: contain;
    background-position-x: right;
    padding-bottom: 200px;
}
.b_bg-2-2 {
    background: url(../img/b_bg-2-2.webp) no-repeat;
    background-size: contain;
    background-position-x: right;
}
.b_bg-2-2-3 {
    background: url(../img/b_bg-2-2.webp) no-repeat;
    background-size: contain;
    background-position-x: right;
    padding-bottom: 200px;
}
.b_bg-4 {
    background: url(../img/b_bg-4.webp) no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    padding-bottom: 110px;
    background-size: 70%;
}
.lk_bg {
    background: url(../img/lk_bg-1.webp) no-repeat;
    background-size: contain;
    background-position-x: right;
}
.info-box-img {
    position: relative;
    height: 100%;
    height: 238px;
    transition: all 0.15s ease-in-out;
}
.info-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.info-box {
    position: relative;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
}
.info-box > * {
    position: relative;
}
.info-box:hover, .info-box-img:hover {
    box-shadow: -6px -6px 30px 0 rgba(71, 163, 226, 0.2), 6px 6px 30px 0 rgba(71, 163, 226, 0.2);
}
.info-box::before {
    position: absolute;
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(120deg, #3786BD 13.11%, #0F3148 18.43%, #0F3148 81.26%, #3786BD 94.49%);
    border-radius: 4px;
    z-index: 0;
    top: -1px;
    left: -1px;
}
.info-box_body {
    position: relative;
    padding: 24px;
    display: grid;
    min-height: 238px;
    background-color: #080F1B;
    border-radius: 4px;
}
.info-box_title {
    font-size: 20px;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
}
.info-box_text {
    margin-top: auto;
    color: var(--bs-pale);
    font-size: 12px;
}
.info-box a {
    font-size: 12px;
}
.coin-2024 {
    position: relative;
}
.coin-2024::before {
    position:absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: url(../img/coin-2024.webp) no-repeat;
    background-size: cover;
    bottom: -50px;
    right: -50px;
}

.stain-bg-1, .stain-bg-2, .stain-bg-3, .stain-bg-5, .stain-bg-6, .stain-bg-7 {
    position: relative;
}
.stain-bg-3 {
	margin-top: 120px;
}
.stain-bg-1 > *, .stain-bg-2 > *, .stain-bg-3 .section_parralax-img_text, .stain-bg-5 > *, .stain-bg-6 > *, .stain-bg-7 > * {
    position: relative;
    z-index: 9;
}
.stain-bg-1::before {
    position:absolute;
    content: '';
    width: 678px;
    height: 591px;
    background: url(../img/stain-1.svg) no-repeat;
    background-size: cover;
    bottom: -50%;
    right: -20%;
    z-index: 0;
}
.stain-bg-2::before {
    position:absolute;
    content: '';
    width: 1088px;
    height: 910px;
    background: url(../img/stain-2.svg) no-repeat;
    background-size: cover;
    bottom: -80%;
    left: -30%;
    z-index: 0;
}
.stain-bg-3::before {
    position:absolute;
    content: '';
    width: 1217px;
    height: 950px;
    background: url(../img/stain-3.svg) no-repeat;
    background-size: cover;
    top: -18%;
    left: 5%;
    z-index: 1;
}
.stain-bg-5::before {
    position:absolute;
    content: '';
    width: 1062px;
    height: 1067px;
    background: url(../img/stain-5.svg) no-repeat;
    background-size: cover;
    top: 20%;
    right: -2%;
    z-index: 1;
}
.stain-bg-6::before {
    position:absolute;
    content: '';
    width: 1188px;
    height: 729px;
    background: url(../img/stain-6.svg) no-repeat;
    background-size: cover;
    top: -60%;
    left: 0;
    z-index: 1;
}
.stain-bg-7::before {
    position:absolute;
    content: '';
    width: 763px;
    height: 533px;
    background: url(../img/stain-7.svg) no-repeat;
    background-size: cover;
    top: -100%;
    right: 0;
    z-index: 1;
}
.rewiews-list {
    column-count: 2;
    column-gap: 10px;
    position: relative;
}
.rewiews-list > div {
    break-inside: avoid;
    position: relative;
    font-size: 20px;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
    color: #60738F;
    padding-top: 10px;
}
.rewiews-list > div:nth-child(3n) {
    color: #142642;
}


.rewiews-list.rewiews-list_type-2  > div {
    color: #60738F;
}
/*.rewiews-list.rewiews-list_type-2  > div b {
    font-weight: 500;
    color: #60738F;
}
*/
.rewiews-list_type-2 .letter {
	color: #60738F;
}
.rewiews-list_type-2 .letter.visible {
	color:var(--bs-white);
}
.rewiews-list > div::after {
    position: absolute;
    top: 44px;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 0 4px 0 0;
    border-top: 1px solid var(--light-accent-blue, #47A3E2);  
}
.rewiews-list > div:first-child::after {
    top: 0;
}
.rewiews-list > div:not(:first-of-type)::before {
    content: '';
    display: block;
    height: 44px;
}
.rewiews-list .link-more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.swiper-nav-container {
    position: relative;
    display: flex;
    gap: 13px;
    align-items: center;
    height: 32px;
}
.swiper-button-next, .swiper-button-prev {
    position: relative;
    height: 32px;
    width: 32px;
    border: 1px solid var(--bs-blue);
    border-radius: 4px;
    top: 0;
    margin: 0;
    transition: all 0.15s ease-in-out;
}
.swiper-button-next, .swiper-button-prev {
    svg {
        width: 5px;
        height: 8px;
        fill: var(--bs-blue);
        transition: all 0.15s ease-in-out;
    }
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    svg {
        fill: var(--bs-white);
    }
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    border-color: var(--bs-link-hover-color);
    background-color: var(--bs-link-hover-color);
}
.swiper-button-prev svg {
    transform: rotate(180deg);
}
.section-swiper-text {
    position: relative;
    z-index: 2;
}
.VideoReviewSlider {
    overflow: unset;
    position: relative;
}
.VideoReviewSlider a, .m-video-review-items_list a {
    display: block;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: var(--bs-white);
	overflow:hidden;
}
.VideoReviewSlider a:hover {
    color: var(--bs-blue);
}
.VideoReviewSlider a span, .m-video-review-items_list a span {
    display: block;
    margin-top: 15px;
}
.VideoReviewSlider .swiper-slide, .m-video-review-items_list .swiper-slide {
    width: 380px !important;
}
.VideoReviewSlider .swiper-slide img, .m-video-review-items_list .swiper-slide img {
    width: 100%;
    /*height: 240px;*/
	aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
}
.VideoReviewSlider::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to right, #080F1B, transparent);
    pointer-events: none;
    z-index: 99;
}
.VideoReviewSlider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #080F1B;
    width: 100vw;
    left: calc(-100vw - 20px);
    z-index: 1;
}
.gis-rating {
    width: max-content;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
}
.gis-rating:hover {
    scale: 1.06;
    box-shadow: -6px -6px 30px 0 rgba(71, 163, 226, 0.2), 6px 6px 30px 0 rgba(71, 163, 226, 0.2);
}
.social-link-btn {
    position: relative;
    color: var(--bs-white);
    font-size: 12px;
    font-weight: 500;
    border: 1px solid var(--bs-dark-blue);
    border-radius: 4px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 1px;
    padding-right: 10px;
    transition: all 0.15s ease-in-out;
}
.social-link-btn:hover {
    border-color: var(--bs-link-color);
    box-shadow: 0 4px 10px 0 rgba(71, 163, 226, 0.20);
}
.social-link-btn a {
    color: var(--bs-white);
}
.social-link-btn svg {
    width: 28px;
    height: 28px;
    opacity: 1;
    border: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.social-link-btn svg.hover {
    opacity: 0;
}
.social-link-btn:hover svg {
    opacity: 0;
}
.social-link-btn:hover svg.hover {
    opacity: 1;
}
.social-link-btn_icon {
    position: relative;
    background: var(--bs-dark-blue);
    border-radius: 2px;
    height: 28px;
    aspect-ratio: 1;
}
.section_parralax-img {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_parralax-img > * {
    z-index: 3;
}
.parralax-img_type-1 {
    border-radius: 4px;
    width: 85px;
    height: 110px;
    object-fit: cover;
    position: absolute;
    z-index: 4 !important;
}
.parralax-img__n1 {
    left: 30%;
    top: 20%;
    z-index: 2;
}
.parralax-img__n2 {
    right: 17%;
    top: 50%;
    z-index: 2;
}
.parralax-img__n3 {
    bottom: 0;
    right: 28%;
    z-index: 2;
}
.parralax-img__n4 {
    bottom: 10%;
    left: 18%;
    z-index: 2;
}
.parralax-img_type-2 {
    border-radius: 4px;
    width: 183px;
    height: 204px;
    object-fit: cover;
    position: absolute;
}
.parralax-img__n5 {
    left: 33%;
    top: 5%;
}
.parralax-img_type-3 {
    border-radius: 4px;
    width: 280px;
    height: 360px;
    object-fit: cover;
    position: absolute;
}
.parralax-img__n6 {
    right: 0;
    top: 20%;
}
.parralax-img__n7 {
    bottom: 5%;
    left: 0;
}
.parralax-img_type-1,
.parralax-img_type-2,
.parralax-img_type-3 {
    position: absolute;
    transition: transform .01s ease-in-out;
    will-change: transform; /* Важно! */
    transform: translateZ(0); /* Аппаратное ускорение */
    backface-visibility: hidden;
    perspective: 1000px;
}
.form-box {
    background-color: var(--bs-lignt-blue);
    padding: 12px;
    border-radius: 10px;
    color: var(--bs-dark-blue);
    position: relative;
    z-index: 9;
}
.form-box_calc-promo {
    background: linear-gradient(286deg, #9CBAD2 0%, #5F7E9A 30.32%);
    padding: 12px;
    border-radius: 10px;
    color: var(--bs-white);
}
.form-box_calc-promo_type-2 {
    position: relative;
    background: var(--light-blue, #C6DDEC);
    padding: 12px;
    border-radius: 10px;
    color: var(--bs-white);
    overflow: hidden;
}
.form-box_calc-promo_type-2::after {
    position: absolute;
    content: '';
    width: 678px;
    height: 591px;
    background: url(../img/stain-1.svg) no-repeat;
    background-size: cover;
    bottom: -40%;
    right: -20%;
    z-index: 0;
}
.form-box_calc-promo_type-2 > * {
    position: relative;
    z-index: 1;
}
.form-box_calc-promo_type-2 .h2 {
    color: var(--dark-blue, #142642);
}
.form-box_calc-promo_type-2 .altei-form_descr {
    font-size: 14px;
    line-height: 116%; /* 16.24px */
}
.form-box_calc-promo .altei-form_title, .form-box_calc-promo .altei-form_descr {
    color: var(--bs-white);
}
.form-box_img {
    height: 470px;
}
.form-box_calc-promo .form-box_img {
    height: 370px;
}
.form-box_calc-promo_type-2 .form-box_img {
    height: 544px;
}
.form-box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.altei-form_title {
    color: var(--dark-blue, #142642);
    font-size: 36px;
    font-weight: 500;
    line-height: 90%; /* 32.4px */
    letter-spacing: -1.44px;
}
.altei-form_descr {
    font-size: 12px;
    font-weight: 500;
    line-height: 110%; /* 13.2px */
    color: var(--pale-text, #70839F);
}
.form-box_calc-promo .altei-form_descr {
    font-size: 14px;
}
.altei-form_inputs {
    display: grid;
    gap: 8px;
}
.altei-form {
    width: 100%;
    padding: 0 50px;
    padding-left: 0;
}
.altei-form input:not([type="checkbox"]), .altei-form textarea {
	width: 100%;
    display: flex;
    height: 46px;
    padding: 10px 20px;
    align-items: center;
    align-self: stretch;
    outline: none;
    border-radius: 4px;
    background: #B0D1E6;
    border: 1px solid #B0D1E6;
    color: var(--dark-blue, #142642);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
}
.altei-form input:not([type="checkbox"])::placeholder, .altei-form textarea::placeholder {
    color: var(--pale-text, #70839F);
}
.altei-form input:not([type="checkbox"]):hover, .altei-form textarea:hover {
    border-color: #47A3E2;
}
.altei-form input:not([type="checkbox"]):focus, .altei-form textarea:focus {
    border-color: #47A3E2;
}
.altei-form input:not([type="checkbox"]).pale, .user-section input:not([type="checkbox"]).pale {
	color: var(--pale-text, #70839F);
}
.altei-form_privacy, .altei-form_privacy a {
    color: var(--pale-text, #70839F);
    font-size: 12px;
    font-weight: 500;
    line-height: 110%;
}
.altei-form_privacy a {
    text-decoration: underline;
}
.footer-socials_icon {
    display: block;
    width: 32px;
    height: 32px;
    aspect-ratio: 1;
    border: 1px solid #142642;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-socials_icon svg {
    fill: var(--bs-white);
    object-fit: contain;
}
.footer-socials_icon:hover {
    border: 1px solid var(--bs-lignt-acc-blue);
}
.footer-socials_icon:hover svg {
    fill: var(--bs-lignt-acc-blue);
}
.footer-socials {
    display: flex;
    gap: 6px;
}
footer {
    background-color: var(--bs-body-bg);
    position: relative;
}
footer::before {
    position: absolute;
    content: '';
    width: 674px;
    height: 544px;
    background: url(../img/stain-4.svg) no-repeat;
    background-size: cover;
    top: -28%;
    left: 31%;
    z-index: 0;
}
footer .container {
    background-image: url(../img/logo_footer.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}
.footer_label {
    color: var(--pale-text, #70839F);
    font-size: 14px;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
}
.contacts a.nav-phone {
    font-size: 20px;
    color: var(--bs-white);
    letter-spacing: -0.4px;
}
.contacts a.nav-phone:hover {
    color: var(--bs-link-hover-color);
}
.w-footer-btns {
    width: 182px;
    font-weight: 400;
    font-size: 12px;
    height: 32px;
}
.footer-copy-line {
    margin-top: 200px;
}
.team-line-1 {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.team-line-2 {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto auto;
	gap: 60px 16px;
}
.team-line-2 > div:nth-child(3) {
	grid-column: 4;
}
.team-line-2 > div:nth-child(4) {
	grid-column: 2;
}
.team-line-2 > div:nth-child(5) {
	grid-column: 3;
}
.team-item {
    transition: all 0.15s ease-in-out;
}
.team-item img {
    border-radius: 4px;
	aspect-ratio: 14 / 16;
	object-fit:cover;
}
.team-item:hover img {
    box-shadow: -6px -6px 30px 0 rgba(71, 163, 226, 0.2), 6px 6px 30px 0 rgba(71, 163, 226, 0.2);
}
.team-item_title {
    font-size: 20px;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
}
.team-item_descr {
    color: var(--accent-blue, #3786BD);
    font-size: 14px;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
}

@media (min-width: 992px) {
    .services-list.services-list_type-2 {
        grid-template-columns: 1fr 1fr;
        column-gap: 0;
        row-gap: 56px;
    }
    .services-list_type-2 .services-list_item {
        grid-template-columns: unset;
        grid-template-rows: max-content;
        gap: 24px;
        width: max-content;
        align-items: start;
    }
    .services-list_type-2 .services-list_item  .services-list_item__img {
        max-height: 366px;
    }
    .services-list_type-2 .services-list_item .services-list_item__num {
        position: absolute;
        top: 0;
        right: 0;
    }
    .services-list_type-2 .services-list_item .services-list_item__text {
        justify-content: start;
    }
    .services-list.services-list_type-2 .services-list_item:nth-child(2) .services-list_item__img,
    .services-list.services-list_type-2 .services-list_item:nth-child(3) .services-list_item__img {
        max-height: 240px;
    }
    .services-list.services-list_type-2 .services-list_item:nth-child(2), .services-list.services-list_type-2 .services-list_item:nth-child(4) {
        margin-left: auto;
    }
    .services-list_type-2 .services-list_item :is(.h4, p) {
            margin-bottom: 1rem !important;
    }
}


.header-infoboxes {
    margin-top: -80px;
}
.header-infobox {
    width: 100%;
    height: 236px;
    background: #080F1B;
    border-radius: 4px;
    padding: 24px;
    display: grid;
}
.header-infobox.bg-1 {
    background-image: url(../img/header-custom-infobox-1.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
.header-infobox.bg-2 {
    background-image: url(../img/header-custom-infobox-2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}
.header-infobox ul, .header ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
    line-height: 110%; /* 13.2px */
    display: grid;
    gap: 2px;
    margin: 0;
    margin-top: auto;
}
.header-infobox ul li, .header ul li {
    position: relative;
    padding-left: 14px;
}
.header-infobox ul li:before, .header ul li:before {
    position: absolute;
    content: '//';
    color: var(--accent-blue, #3786BD);
    font-size: 12px;
    left: 0;
    top: 2px;
}
.header_description {
    font-size: 14px;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
}
@media (max-width: 768px) {
	.header.bg-about {
		height: auto;
        aspect-ratio: 1 / 1.5;
        background: url(../img/b_bg_about_1-1_m.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: bottom;
    }
}
@media (min-width: 768px) and (max-width: 1400px) {
    .header.bg-about {
		height: auto;
        aspect-ratio: 1.2;
        background: url(../img/b_bg_about_1-1_md.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        background-position-y: bottom;
    }
	.text-paddind-base-md {
		text-indent: var(--ps-base);
	}
}
@media (min-width: 1401px) {
    .header.bg-about {
        height: auto;
        aspect-ratio: 75 / 56;
        background: url(../img/b_bg_about_1-1.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }
}
.header.bg-customs {
    position: relative;
    background-color: #000001;
    height: calc(100vh - 64px);
    min-height: 880px;
    background-image: url(../img/b_bg-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 100px;
    background-position-x: center;
}
.header.bg-customs::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 60px;
    bottom: 0;
    background: linear-gradient(180deg, transparent 50%, #000001 98%);
}
.header.bg-customs::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 250px;
    bottom: -250px;
    background: linear-gradient(180deg, #000001 4.75%, #080F1B 95%);
}
.header.bg-customs .main-header-text {
    bottom: 35%;
    right: calc(var(--bs-gutter-x) * 0.5);
}
.header.bg-international {
    position: relative;
    background-color: var(--bs-black);
    height: calc(100vh - 64px);
    min-height: 880px;
    background-image: url(../img/b_bg-6.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 120px;
    background-position-x: center;
}
.header.bg-international::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 60px;
    bottom: 0;
    background: linear-gradient(180deg, transparent 50%, #080F1B 98%);
}

.header.bg-cargotransportation {
    position: relative;
    background-color: var(--bs-black);
    height: calc(100vh - 64px);
    min-height: 880px;
    background-image: url(../img/b_bg-7.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 100px;
    background-position-x: center;
}
.header.bg-cargotransportation::after, .header.bg-auto::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 60px;
    bottom: 0;
    background: linear-gradient(180deg, transparent 50%, var(--bs-black) 98%);
}
.header.bg-auto {
    position: relative;
    background-color: var(--bs-black);
    height: calc(100vh - 64px);
    min-height: 880px;
    background-image: url(../img/b_bg-8.webp);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
}

.custom-header-label {
    position: relative;
    font-size: 12px;
    line-height: 110%; /* 13.2px */
}
.custom-header-label span {
    position: absolute;
    width: calc(100% - 60px);
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.customs-services-list_item {
    position: relative;
    display: grid;
    grid-template-columns: 46px auto;
    column-gap: 52px;
    padding-top: 8px;
    min-height: 80px;
}
.customs-services-list_item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 0 4px 0 0;
    border-top: 1px solid var(--light-accent-blue, #47A3E2);
}
.customs-services-list_item > div:first-child {
    font-family: "Lato", sans-serif;
    color: var(--light-accent-blue, #47A3E2);
    font-size: 14px;
    line-height: 116%; /* 16.24px */
}
.customs-services-list_item > div:last-child {
    font-size: 20px;
    line-height: 100%; /* 20px */
    letter-spacing: -0.4px;
}
.benefit-item {
    position: relative;
    border-radius: 100px;
    transition: all 0.15s ease-in-out;
    width: max-content;
    text-align: center;
}
.benefit-item > * {
    position: relative;
    color: var(--accent-blue, #3786BD);
    font-size: 14px;
    font-weight: 500;
    background-color: var(--bs-black);
    padding: 15px 21px;
    border-radius: 100px;
}
.text-white .benefit-item > * {
    color: var(--bs-white);
}
.benefit-item::before {
    position: absolute;
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(120deg, #3786BD 13.11%, #0F3148 18.43%, #0F3148 81.26%, #3786BD 94.49%);
    border-radius: 100px;
    z-index: 0;
    top: -1px;
    left: -1px;
}
.customs-services-list_benefits > * {
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
}

.customs-services-list_benefits .benefit-item > * {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.1;
}
.running-line-container {
    position: relative;
    width: 100%;
    padding: 5px 0;
    overflow-x: clip;
}
.running-line-inner {
    display: flex;
    gap: 12px; /* соответствует gap-3 */
}
.running-line-container > * {
    flex-shrink: 0;
    white-space: nowrap;
}
.earth-img {
    position: relative;
}
.earth-img::after, .earth-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    bottom: -100px;
    left: 0;
    background: linear-gradient(180deg, #000001 4.75%, #080F1B 94.28%);
    z-index: -1;
}
.earth-img::before {
    bottom: unset;
    top: -100px;
    background: linear-gradient(0deg, #000001 4.75%, #080F1B 94.28%);
}
.earth-img img {
    width: 100%;
}
.earth-img_txt {
    position: relative;
    z-index: 9;
    margin-bottom: -70px;
}
.our-approach-box {
    position: relative;
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
}
.our-approach-box:hover {
    box-shadow: -6px -6px 30px 0 rgba(71, 163, 226, 0.2), 6px 6px 30px 0 rgba(71, 163, 226, 0.2);
}
.our-approach-box::before {
    position: absolute;
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(150deg, #3786BD 13.11%, #0F3148 18.43%, #0F3148 81.26%, #3786BD 94.49%);
    border-radius: 4px;
    z-index: 0;
    top: -1px;
    left: -1px;
}
.our-approach_body {
    color: var(--bs-white);
    position: relative;
    padding: 10px;
    display: grid;
    background-color: var(--bs-body-bg);
    border-radius: 4px;
    z-index: 9;
}
.our-approach_descr {
    font-size: 14px;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
    color: var(--pale-text, #70839F);
}
.our-approach_body .benefit-item > * {
    color: var(--light-blue, #C6DDEC);
    font-weight: 400;
}
.our-approach_img {
    position: relative;
    height: 320px;
    border-radius: 4px;
}
.our-approach_img::before, .info-box-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 100, 255, 0.1);
    mix-blend-mode: overlay;
    pointer-events: none;
    border-radius: 4px;
}
.our-approach_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.delivery-time-list > * > *{
    color: var(--light-blue, #C6DDEC);
}
.delivery-time-list > * {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 6px;
}
.cat-auto-nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
    position: relative;
    border-bottom: 1px solid var(--pale-text, #70839F);
}
.cat-auto-nav li {
    position: relative;
    padding-bottom: 12px;
}
.cat-auto-nav li::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: var(--light-accent-blue, #47A3E2);
    opacity: 0;
    transition: all 0.15s ease-in-out;
}
.cat-auto-nav li:has(.nav-link.active)::before {
    opacity: 1;
}
.cat-auto-nav .nav-link {
    font-size: 36px;
    line-height: 90%;
    letter-spacing: -1.44px;
    color: var(--pale-text, #70839F);
    background: unset;
    border: 0;
    outline: none;
    box-shadow: none;
    position: relative;
}
.cat-auto-nav .nav-link.active {
    color: var(--bs-white);
}
.tab-content_cars .our-approach_img {
    height: 490px;
}
.plain-benefit {
    max-width: 256px;
    display: flex;
    height: 52px;
    padding: 10px 16px;
    justify-content: start;
    align-items: center;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--dark-blue, #142642);
    background: var(--black, #080F1B);
}
.OrderStepsSlider {
    overflow: unset;
}
.OrderStepsSlider .swiper-wrapper {
    padding: 1px;
}
.info-box.order-step .info-box_body {
    height: 300px;
}
.info-box.order-step:hover {
    box-shadow: none;
}
.info-box.order-step a, .info-box.order-step .info-box_text {
    font-size: 14px;
}
.OrderStepsSlider .swiper-slide.swiper-slide-active .info-box {
    box-shadow: -6px -6px 30px 0 rgba(71, 163, 226, 0.2), 6px 6px 30px 0 rgba(71, 163, 226, 0.2);
}
a.editlink {
	display: block;
    text-align: right;
    color: red;
}
a.editlink:hover {
	color:#fff;
	text-decoration:underline;
}
.user-section {
	color: var(--bs-white);
}
.user-section label {
	display:block;
	font-size: 14px;
	font-weight: 500;
	line-height: 116%; /* 16.24px */
}
.user-section input:not([type="checkbox"]), .user-section textarea, .altei-form textarea {
	width: 100%;
    display: flex;
    height: 46px;
    padding: 10px 20px;
    align-items: center;
    align-self: stretch;
    outline: none;
    border-radius: 4px;
    background-color: var(--dark-blue, #142642);
    border: 1px solid var(--dark-blue, #142642);
    color: var(--bs-white);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
}
.user-section textarea {
	resize: none;
	padding:20px;
	height:170px;
}
.user-section input:-webkit-autofill,
.user-section input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
  }
.user-section input:not([type="checkbox"])::placeholder, .user-section textarea::placeholder {
    color: var(--pale-text, #70839F);
}
.user-section input:not([type="checkbox"]):hover, .user-section textarea:hover {
    border-color: #47A3E2;
}
.user-section input:not([type="checkbox"]):focus, .user-section textarea:focus {
    border-color: #47A3E2;
}
.user-section .link-more {
	text-decoration:none;
}
.user-section .link-more:hover svg {
	margin-left: 5px;
}
.password-input {
	position:relative;
}
.password-input .eye {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 20px;
	height: 20px;
	fill:#60738F;
	transition: all 0.15s ease-in-out;
}
.password-input .eye.eye-open {
	fill:var(--bs-white);
}
.user_fields .xfieldsrow {
	padding-top: 0;
	margin-bottom: 1.5rem;
}
.user_fields .xfieldscolleft {
	margin-bottom: 0.5rem;
    padding-top: 0;
    width: auto;
    float: unset;
}
.xfieldscolright {
	position:relative;
}
.xfieldscolright:has(.quick-edit-text)::before {
	position:absolute;
	content:'';
	width:11px;
	height:11px;
	top: 50%;
	transform: translateY(-50%);
	right:12px;
	background:url(../img/i-input-edit.svg) no-repeat;
}
.xfieldscolright:has(.quick-edit-text[readonly])::before {
	opacity:0.5;
}
.addform .xfieldscolright:has(.quick-edit-text)::before {
	display:none;
}
input[readonly] {
	pointer-events: none;
	color: #70839F !important;
}
.contacts-map {
	width: 100%;
	height:507px;
	border-radius: 4px;
	overflow: hidden;
}
.lk-btn {
	display:flex;
	align-items:center;
	text-align:center;
	gap: 6px;
	padding: 10px 16px;
	color: #F4F5F7;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	border-radius: 4px;
	border: 1px solid var(--dark-blue, #142642);
	white-space: nowrap;
}
.lk-btn:hover {
	color: #F4F5F7;
	border-color:var(--bs-link-hover-color);
}
.modal-backdrop {
	--bs-backdrop-bg: #080F1B;
    --bs-backdrop-opacity: 0.8;
}
.modal-content.altey-modal {
	position:relative;
	padding:12px;
	color: var(--pale-text, #70839F);
	border-radius: 10px;
	border: 1px solid #47A3E2;
	background: var(--light-blue, #C6DDEC);
}
.btn-close:focus {
	box-shadow:none;
}
.modal-content.altey-modal .btn-close {
	background: none;
    opacity: 1;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    right: 12px;
	z-index:9;
	outline:none;
	transition: all 0.15s ease-in-out;
}
.modal-content.altey-modal .btn-close:hover {
	scale:1.3;
}
.modal-content.altey-modal .modal-body {
	padding: 48px;
}
.modal-content.altey-modal .h3 {
	color: var(--dark-blue, #142642);
}
.modal-body .altei-form {
	padding:0;	
}
.altei-form-body {
	width:100%;
}
.custom-select {
  position: relative;
  width:100%;
}
.custom-select select {
  display: none;
}
.select-selected span {
	position: relative;
}
.select-selected span:after {
	position: absolute;
	content: "";
	margin-left: 6px;
    top: calc(50% - 2px);
	width: 7px;
	height: 4px;
	background:url(../img/i-select-arrow.svg) no-repeat;
	background-size:contain;
	transform:rotate(180deg);
	transition: all 0.15s ease-in-out;
}
.select-selected.select-arrow-active span:after {
	transform:rotate(0deg);
}
.select-items div {
	text-align: start;
	font-size: 12px;
	cursor: pointer;
	padding: 16px;
	color: var(--light-blue, #C6DDEC);
	border-radius: 4px;
	transition: all 0.15s ease-in-out;
}
.select-selected {
	width: 100%;
    display: flex;
    height: 46px;
    padding: 10px 20px;
    align-items: center;
    align-self: stretch;
    outline: none;
    border-radius: 4px;
    background: #B0D1E6;
    border: 1px solid #B0D1E6;
    color: var(--dark-blue, #142642);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
	cursor: pointer;
}
.select-selected:hover {
	border-color: #47A3E2;
}
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #142642;
  border-radius: 4px;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: var(--dark-blue-hover, #1C3153);
}

.user-section .custom-select .select-selected span:after {
	background: url(../img/i-select-arrow_w.svg) no-repeat;
    background-size: contain;
}
.user-section .custom-select .select-selected.select-arrow-active {
	border: 0;
	background-color: #1C3153;	
}
.user-section .custom-select .select-selected.select-arrow-active div {
	background-color: #1C3153;
}
.user-section .custom-select .select-selected {
    width: auto;
	border: 0;
    padding:0;
    height: 46px;
    position: relative;
    margin-top: 0;
    border: 1px solid transparent;
	z-index: 99;
}
.user-section .custom-select .select-selected::before, .user-section .custom-select .select-selected::after {
    position: absolute;
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background: linear-gradient(150deg, #3786BD 13.11%, #0F3148 18.43%, #0F3148 81.26%, #3786BD 94.49%);
    border-radius: 4px;
    z-index: 0;
    transition: all 0.15s ease-in-out;
}
.user-section .custom-select .select-items {
	box-shadow: -6px -6px 20px 0 rgba(71, 163, 226, 0.40), 6px 6px 30px 0 rgba(71, 163, 226, 0.40);
}
.user-section .custom-select .select-selected.select-arrow-active::before, .user-section .custom-select .select-selected.select-arrow-active::after {
	opacity:0;
}
.user-section .custom-select .select-selected.select-arrow-active {
	border: 1px solid #47A3E2;
	height: 46px;
    margin-top: 0;
}	
.user-section .custom-select .select-selected div {
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
	color: var(--white, #F4F5F7);
	background-color: var(--dark-blue, #142642);
	height: 100%;
	width: 100%;
	border-radius: 4px;
	z-index: 1;
	transition: all 0.15s ease-in-out;
}
.user-section .custom-select .select-selected span {
	width:max-content;
}
.user-section .input-with-select input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.user-section .input-with-select .custom-select {
	margin-left: -1px;
}
.user-section .input-with-select .custom-select .select-items div > div {
	padding:0;
}
.custom-select.currency-select {
	width:180px;
}

.custom-select.currency-select .select-items div > div {
	text-align:center;
}

.add-infobox {
	width:100%;
	padding:16px;
	border-radius: 4px;
	border: 1px solid var(--accent-blue, #3786BD);
}
.form-radio-group.group-line {
    display: flex;
    gap: 40px;
    margin: 10px 0;
}

.form-radio-group .radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.form-radio-group .radio-label span {
	/*flex-shrink: 0;*/
	color: #70839F;
	transition: all 0.15s ease-in-out;
}
.form-radio-group .radio-label:hover span {
	color: #47A3E2;
}
.form-radio-group input[type="radio"] {
    margin: 0;
	height: 16px;
	width: 16px;
	background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #70839F;
    border-radius: 50%;
    padding: 2px;
    vertical-align: middle;
    cursor: pointer;
	flex-shrink: 0;
}
.form-radio-group input[type="radio"]:checked {
    border-color: #47A3E2; /* Синяя граница */
    background-color: #47A3E2; /* Синяя заливка */
    box-shadow: inset 0 0 0 3px #080F1B; /* Белый круг внутри */
}
.checkbox-item:hover span, .radio-label input[type="radio"]:checked + span {
	color:var(--bs-white);
	transition: all 0.15s ease-in-out;
}
.checkbox-item:last-child {
    margin-bottom: 0;
}
.checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 12px;
    transition: all 0.15s ease-in-out;
}
.checkbox-label:hover {
    color: #007bff;
}
.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkbox-label span {
    position: relative;
	color: var(--pale-text, #70839F);
    padding-left: 18px;
    display: inline-block;
}

/* Квадратик чекбокса */
.checkbox-label span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid #70839F;
    border-radius: 2px;
    background: transparent;
    transition: all 0.15s ease-in-out;;
}
.checkbox-label span::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 5px;
    width: 8px;
    height: 6px;
    background:url(../img/i-checkbox-checked.svg) no-repeat;
	background-size: contain;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}
.checkbox-label input[type="checkbox"]:checked + span::before {
    background-color: #3786BD;
    border-color: #3786BD;
}

.checkbox-label input[type="checkbox"]:checked + span::after {
    opacity: 1;
}

.checkbox-label input[type="checkbox"]:focus + span::before {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
    border-color: #007bff;
}
@media (max-width: 768px) {
    .checkbox-group {
        padding: 10px;
    }  
    .checkbox-label {
        font-size: 14px;
    }
    .checkbox-label span::before {
        width: 20px;
        height: 20px;
        top: 0;
    }
    .checkbox-label span::after {
        left: 7px;
        top: 2px;
    }
}
.checkbox-group.columns-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 20px;
}
@media (max-width: 768px) {
    .checkbox-group.columns-2 {
        grid-template-columns: 1fr;
    }
}
.ui-dialog {
	border-radius:6px;
	background-color: #142642;
}
.ui-button {
	border-radius: 4px;
}
.ui-dialog-content {
	border:0;
	border-bottom: 1px solid #70839F;
}
.altei-btn.altei-btn_addfile {
	height:32px;
	font-size:12px;
	width: max-content;
	cursor:pointer;
}
.user-addfiles .file-preview-card .file-content,
.user-addfiles .file-preview-image,
.user-addfiles .file-preview-card .active-ribbon,
.user-addfiles .file-preview-card .file-footer-bottom .file-preview,
.user-addfiles .file-preview-card .file-size-info,
.user-addfiles .file-preview-card .file-ext {
	display:none;
}

.user-addfiles .qq-uploader .file-preview-card {
	width: 100%;
	margin:0;
	margin-bottom:10px;
	background-color: transparent;
	padding-left: 14px;
}
.user-addfiles .file-preview-card .file-footer {
	border-radius: 0 !important;
    box-shadow: none;
    border: 0;
	display: flex;
    align-items: center;
    gap: 20px;
	width:100%;
}
.user-addfiles .file-preview-card .file-footer-caption {
	width: 100%;
	border: 0;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
}
.user-addfiles .file-preview-card .file-caption-info {
	text-align: start;
    padding: 0;
}
.user-addfiles .file-preview-card .file-footer-bottom {
	border: 0;
    border-radius: 0;
    background: transparent;
    display: block;
    width: max-content;
}
.user-addfiles .file-preview-card .file-delete a {
	color: #70839F;
}
.user-addfiles .file-preview-card .file-delete a:hover {
	color: #ef5350;
}
.user-addfiles .xfieldscolright {
	width:100%;
}
#uploadedfile_zayavka-files {
	counter-reset: item-counter;
}
#uploadedfile_zayavka-files > div::before {
	counter-increment: item-counter;
    content: counter(item-counter) ". ";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#uploadedfile_zayavka-files > div:last-child {
	margin-bottom:20px;
}

.user-addfiles .file-box {
	background-color: transparent;
	border: 1px dashed #3786BD;
	width:100%;
	max-width:100%;
	font-size: 12px;
}
.user-addfiles .file-box .qq-upload-file-status {
	display:block;
	margin-bottom:6px;
	color: var(--bs-pale);
}
.user-addfiles .progress {
	box-shadow: none;
    border-radius: 4px;
    height: 12px;
    border: 1px solid #142642;
    background: transparent;
}
.user-addfiles .progress .progress-bar {
	line-height: 1;
    height: 12px;
    border-radius: 0;
	border: 0;
	background: #1C3153 !important;
}
.app-table-container {
    margin-right: calc(-50vw + 50%);
    border: 1px solid #142642;
    border-radius: 4px;
    overflow: hidden; /* скрываем скролл за пределами border */
}
.app-table-wrapper {
    overflow-x: auto;
}
/* Стили скроллбара ПОД таблицей */
.app-table-wrapper::-webkit-scrollbar {
    height: 10px;
}
.app-table-wrapper::-webkit-scrollbar-track {
    background: #0D182A; /* цвет фона трека */
    border-radius: 0 0 4px 4px; /* скругление снизу */
}
.app-table-wrapper::-webkit-scrollbar-thumb {
    background: #1C3153; /* цвет ползунка */
    border-radius: 4px;
	cursor: grab;
}
.app-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #1E3A5F;
}
.app-table {
  width: 100%;
  min-width: max-content;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 110%;
}
.app-table th {
	white-space: nowrap;
}
.app-table th,
.app-table td {
  padding: 0 12px;
  height: 46px;
  border-right: 1px solid #142642;
  border-bottom: 1px solid #142642;
  text-align: left;
  vertical-align: middle;
}
.app-table td {
	padding: 12px;
	line-height: 1.3;
}
.app-table th:last-child,
.app-table td:last-child {
  border-right: none;
}
.app-table thead {
  background-color: #080F1B;
}
.app-table th {
  color: #70839F;
  font-weight: normal;
}
.app-table tbody tr:nth-child(odd) {
  background-color: #0D182A;
}
.app-table tbody tr:last-child td {
  border-bottom: none;
}
ul.xfieldfilesgallery {
	padding:0;
	margin:0;
	list-style:none;
	display:grid;
	gap:5px;
}
ul.xfieldfilesgallery a:hover {
	color:#fff;
	text-decoration:underline;
}
.zayavka-status_btn {
	width:96px;
	display: flex;
	height: 24px;
	padding: 0 6px;
	justify-content: center;
	align-items: center;
	color:var(--bs-white);
	border-radius: 2px;
	background: var(--accent-blue, #3786BD);
}
.zayavka-status_btn.finish {
	background: var(--dark-blue, #142642);
}
.zayavka-status_btn.newitem {
	background: #888;
}
#dropmenudiv {
    background-color: #0D182A;
	padding: 14px 0;
	font-size: 14px;
	border: 1px solid #47A3E2;
	border-radius:4px;
	overflow:hidden;
}
#dropmenudiv a:hover {
    background-color: #142642;
}
#dropmenudiv a:nth-child(2), #dropmenudiv a:nth-child(4) {
	display:none;	
}
.dle-popup-quickedit .ui-dialog-titlebar-close {
	width:24px;
	height:24px;
	background:url(../img/i-close.svg) no-repeat;
	background-size:contain;
}
.app-table-wrapper .pages-nav {
	position:absolute;
	bottom: -30px;
}



.pages-nav {
	display: flex;
	justify-content: center;
    align-items: center;
	font-size:14px;
	line-height:1;
	color:#000000;
}
.pages-nav a {
	color: #fff;
}
.pages-nav * {
	transition: all 0.15s ease-in-out;
}
.page-nav-link {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #0D182A;
    border-radius: 4px;
    border: 1px solid #142642;
	
}
.page-nav-link:hover {
	background: #3786BD;
}

.i-prev {
	width:7px;
	height:12px;
	background:url(../img/i-next.svg) no-repeat;
	background-size: auto;
    background-position: center;
	transform: rotate(180deg);
	opacity:0.5;
}
.i-next {
	width:7px;
	height:12px;
	background:url(../img/i-next.svg) no-repeat;
	background-size: auto;
    background-position: center;
	opacity:0.5;
}
.pages-nav a .i-prev, .pages-nav a .i-next {
	opacity:1;
}
.pages-nav .pages {
	display:flex;
	gap: 4px;
	margin:0 15px;
	height:50px;
	background: transparent;
    border-radius: 4px;
}
.pages-nav .pages span, .pages-nav .pages a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #0D182A;
    border-radius: 4px;
    border: 1px solid #142642;
}
.pages-nav .pages span {
	border: 1px solid #3786BD;
    background: transparent;
    color: #fff;
}
.pages-nav .pages span.nav_ext {
	border: 0;
}
.pages-nav .pages a:hover {
	background: #3786BD;
}
.all-application {
	width: max-content;
    padding: 0 14px;
    font-size: 12px;
	background: var(--accent-blue, #3786BD);
}
.all-application:hover {
	color:#fff;
}

.dle-popup-quickedit form input[name="title"] {
	display:none;
}
.dle-popup-quickedit form .xfieldsrow {
	display:none;
}
.type-btn {
    position: relative;
    border-radius: 100px;
    width: max-content;
    text-align: center;
	cursor:pointer;
	transition: all 0.15s ease-in-out;
}
.type-btn > * {
	color: var(--bs-white);
    position: relative;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--bs-black);
    padding: 15px 21px;
    border-radius: 100px;
	transition: all 0.15s ease-in-out;
}
.type-btn:not(.active) > *:hover {
	color: var(--accent-blue, #3786BD);
}
.type-btn::before {
    position: absolute;
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(120deg, #3786BD 13.11%, #0F3148 18.43%, #0F3148 81.26%, #3786BD 94.49%);
    border-radius: 100px;
    z-index: 0;
    top: -1px;
    left: -1px;
	transition: all 0.15s ease-in-out;
}
.type-btn.active > * {
	background: var(--dark-blue-hover, #1C3153);
}
.type-btn.active::before {
	background: var(--dark-blue-hover, #1C3153);
}
.customs-calculator .info-box_body {
	min-height:unset;
}
.currency-line {
	border-radius: 2px;
	background: var(--dark-blue, #142642);
	padding:10px;
	color: #70839F;
}
.currency-line span {
	color: var(--bs-white);
	margin-left:5px;
}
.currency-line > div > div {
	display:inline;
	color: var(--bs-white);
}

.result-line {
	display: flex;
	border-radius: 4px;
	background: var(--dark-blue, #142642);
	padding:0 16px;
	height:52px;
}
.result-line > div:nth-child(2) {
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.4px;
}
.calc-result-details {
	display:grid;
	gap:10px;
}
.calc-result-details > div {
	display:flex;
	flex-wrap: wrap;
}
.calc-result-details > div > div:first-child {
	color: var(--pale-text, #70839F);
}
.calc-result-details > div > div:last-child {
	margin-left:auto;
}
.calc-input-block {
	transition: all 0.15s ease-in-out;
}
.calc-input-block.disabled {
	color: #242F3F;
    pointer-events: none;
}
.calc-input-block.disabled input {
	background-color: #242F3F;
}
#ToTop {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: 1px solid #3786BD;
    background-color: #080F1B;
    cursor: pointer;
    padding: 15px;
    aspect-ratio: 1;
    border-radius: 4px;
    font-size: 10px;
    width: 60px;
	transition: all 0.15s ease-in-out;
}
#ToTop svg {
	transform:rotate(180deg);
	fill:#47A3E2;
	width: 20px;
    height: 20px;
    object-fit: contain;
	transition: all 0.15s ease-in-out;
}
#ToTop:hover {
	background-color: #3786BD;
}
#ToTop:hover svg {
	fill:#fff;
}