/*----------
Mainpage START  
-----------*/

.header-clone {
    height: 124px;
}

section.hero {
    margin: 0;
}

.hero__wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hero__slider-nav {
    position: absolute;
    bottom: 43px;
    display: flex;
    align-items: center;
    gap: 19px;
}

.slider-btn {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    cursor: pointer;
}

.slider-btn__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    transition: 0.3s;
}

.slider-btn__inner svg path {
    transition: 0.3s;
}

.slider-btn:hover .slider-btn__inner {
    background: #1792e3;
}

.slider-btn:hover .slider-btn__inner svg path {
    stroke: #fff;
}

.hero__slider--wrap {
    justify-self: end;
    max-width: 720px;
    position: relative;
    overflow: hidden;
    /*padding: 164px 0 184px;*/
    padding: 156px 0 169px;
    padding-left: 20px;
}

.swiper-pagination-fraction {
    width: auto;
}

.hero__slider-pag {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #6b7280;
}

.hero__slider .swiper-slide {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 29px;
}

.hero__slider-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 114%;
    color: #111827;
    text-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.25), inset 0 1px 0 0 rgba(0, 0, 0, 0.25);
}

.hero__slider-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #374151;
}

.hero__wrap-img {
    position: relative;
    background: #f3f4f6;
    overflow: hidden;
}

span.swiper-pagination-current {
    color: #1792e3;
}

h2.section__title {
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #091630;
}

.section__mintitle {
    display: inline;
    font-family: var(--second-family);
    padding: 8px 12px;
    font-size: 14px;
    line-height: 143%;
    color: #374151;
    border-radius: 32px;
    border: 1px solid #e5e7eb;
}

.section--bluebg .section__mintitle {
    background: #e6f6ff;
    border: 1px solid #83add7;
}

.section--bluebg {
    margin: 0;
    padding: 100px 0;
    background: #c9e8fb;
}

.about.section--bluebg {
    position: relative;
    padding-bottom: 320px;
    z-index: 3;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.about-content__text {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-content__text p {
    margin: 0;
}

.about-content__number_item-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #0e79bf;
}

.about-content__number {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
    column-gap: 40px;
}

.whywe--grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.whywe__item-title {
    margin: 24px 0 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #111827;
}

.section__title--wrap {
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
}

.service__slider {
    max-width: 518px;
    overflow: hidden;
}

.service__slider-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #091630;
    overflow: hidden;
}

.service__slider-text {
    margin: 16px 0 40px;
    text-align: center;
    color: #374151;
}

.service__slider .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service__slider--wrap {
    padding: 224px 0 168px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-image: url('../img/serv-bg.png');
    background-size: cover;
    background-position: left;
}

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

.service__slider2--wrap {
    margin-top: -120px;
    overflow: hidden;
}

.section__btn-wrap {
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.btn--border {
    border: 1px solid #e5e7eb;
}

.btn--border:hover {
    border: 1px solid #0e79bf;
    background: unset;
    color: #0e79bf;
    opacity: 0.9;
}

.partner__slider {
    overflow: hidden;
}

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

section.partner {
    padding-bottom: 6px;
    margin-bottom: 0;
}

.review-card__head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
}

.review-card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    border: 1px solid #e5e7eb;
    transition: 0.3s;
}

.review-card__link:hover {
    background: #1792e3;
    border: 1px solid #1792e3;
}

.review-card__link:hover svg {
    transition: 0.3s;
}

.review-card__link:hover svg path {
    stroke: #fff;
}

.review-card__img {
    width: 56px;
    height: 56px;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    overflow: hidden;
}

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

.review-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    height: 100%;
    background: #fff;
    transition: 0.3s;
}

.review-card:hover {
    box-shadow: 0 8px 24px 0 rgba(6, 13, 47, 0.16);
}

.review-card__title {
    font-size: 18px;
    line-height: 156%;
    color: #091630;
}

.review-card__author {
    font-size: 14px;
    line-height: 143%;
    color: #313f59;
}

.review-card__text {
    font-size: 14px;
    line-height: 143%;
    color: #313f59;
}

section.review .section-wrap {
    overflow: hidden;
}

.review__slider {
    overflow: visible;
}

.review__slider .swiper-slide {
    height: 100%;
}

.news--grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.news__item-img {
    aspect-ratio: 320 / 240;
    line-height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.news__item-title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 156%;
    color: #091630;
    transition: 0.3s;
}

.news__item-text {
    font-size: 14px;
    line-height: 143%;
    color: #313f59;
    transition: 0.3s;
}

.news__item-date {
    display: flex;
    gap: 4px;
    margin: 24px 0 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #94a3b8;
    transition: 0.3;
}

.news__item-date span {
    font-size: 14px;
    line-height: 143%;
    color: #94a3b8;
}

.infoblock {
    margin-bottom: 120px;
    padding: 64px;
    background: #f9fafb;
    font-size: 14px;
    line-height: 143%;
    color: #374151;
}

.infoblock-more {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.infoblock-hidden {
    display: none;
}

section.about .section-wrap {
    z-index: 1;
}

.about-lottie {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
}

.news__item:hover .news__item-date span, 
.news__item:hover .news__item-date {
    color: #62b5e5;
}

.news__item:hover .news__item-title {
    color: #1792e3;
}

.news__item:hover .news__item-text {
    color: #0e79bf;
}

.news__item-img_btn--wrap {
    position: absolute;
    overflow: hidden;
}

.news__item-img_btn--wrap .btn {
    transform: translateY(100%);
    font-size: 16px;
    line-height: 150%;
}

.btn-bganim {
    color: #fff;
    background: #1792e3;
}

.btn-bganim span {
    position: relative;
    z-index: 1;
}

.btn-bganim:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #0e79bf;
    transition: 0.3s;
    z-index: 0;
}

.btn-bganim:hover:after {
    height: 100%;
}

.btn-bganim:hover {
    color: #fff;
}

.news__item:hover .news__item-img_btn--wrap .btn {
    transform: translateY(0%);
}

.footer-bottom {
    height: 180px;
}

.footer-bg-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transform: scale(1.7) translateY(14px);
}

.footer-bg--back {
    z-index: 1;
    transform: scale(1.4) translateY(29px);
    animation: footerBackMove 10s linear infinite alternate;
}

.footer-bg--front {
    z-index: 2;
    animation: footerFrontMove 10s linear infinite alternate;
}

@keyframes footerBackMove {
    0% { left: 0; }
    100% { left: -30%; }
}

@keyframes footerFrontMove {
    0% { left: 0; }
    100% { left: 40%; }
}

.review__slider .swiper-slide:nth-child(even) .review-card:before,
.review__slider .swiper-slide:nth-child(odd) .review-card:after {
    content: '';
    display: block;
    position: absolute;
    background-size: cover;
}

.review__slider .swiper-slide:nth-child(odd) .review-card:after {
    right: -40px;
    bottom: -12px;
    width: 98px;
    height: 122px;
    background-image: url('../img/review/rev-nech.svg');
}

.review__slider .swiper-slide:nth-child(even) .review-card:before {
    left: -25px;
    top: -18px;
    width: 89px;
    height: 76px;
    background-image: url('../img/review/rev-chet.svg');
}

section.review {
    position: relative;
}

.rev-dec-right,
.review-dec-left {
    position: absolute;
}

.rev-dec-right {
    right: 0;
    bottom: 0;
}

.btn-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;    
    cursor: pointer;
    flex-shrink: 0;
}

.btn-slider svg {
    position: relative;
    z-index: 1;
}

.btn-slider svg path {
    transition: 0.3s;
}

.btn-slider:after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background: #fff;
    z-index: 0;
    transition: 0.3s;
}

.btn-slider:hover:after {
    transform: scale(1.17);
    background: #1792e3;
} 

.btn-slider:hover svg path {
    stroke: #fff;
}

.hero__slider-title {
    overflow: hidden;
}

.hero__slider-text {
    overflow: hidden;
}

.hero__slider-title span {
    display: inline-block;
    overflow: hidden;
}

.slide-text-anim .hero__slider-title span span,
.slide-text-anim .hero__slider-text span {
    display: block;
    transform: translateY(100%);
    transition: 1.5s;
}

.slide-text-anim .swiper-slide-active .hero__slider-title span span,
.slide-text-anim .swiper-slide-active .hero__slider-text span {
    transform: translateY(0%);
}

.hero__slider--btnwrap {
    overflow: hidden;
}

.slide-text-anim .hero__slider--btnwrap .btn {
    display: block;
    transform: translateY(100%);
    transition: 1.5s;
}

.slide-text-anim .swiper-slide-active .hero__slider--btnwrap .btn {
    transform: translateY(0%);
}

.slide-text-anim .service__slider-text span,
.slide-text-anim .service__slider-title span {
    display: block;
    transform: translateY(100%);
    transition: 1s;
}

.slide-text-anim .swiper-slide-active .service__slider-text span,
.slide-text-anim .swiper-slide-active .service__slider-title span {
    transform: translateY(0%);
}

.partner__slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner__logo {
    position: absolute;
    transform: translate(15px, -20px) scale(0.9);
}

.review__linedec--wrap {
    position: absolute;
    top: -6px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
}

.section--bluebg .section__mintitle {
    color: #0e79bf;
}

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

.mainpage header {
    top: -124px;
    animation: slideIn 1.5s ease-in-out 3s forwards;
}

@media screen and (max-width: 769px) {
    .mainpage header {
        animation: slideIn 1.5s ease-in-out 3s forwards;
    }
}

@keyframes slideIn {
    to {
        top: 0px;
    }
}

header.header-hidden {
    transform: translateY(-100%);
}

#hero-bg-video {
    aspect-ratio: 1920 / 1080;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 1;
    /*animation: slideTop 1s ease-in-out 5s forwards;*/
}

.hero__wrap-bganim {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #f3f4f6;
}

.hero__wrap-bganim_color {
    position: absolute;
    height: 100%;
    width: 0%;
    background: #fff;
    animation: slideLeft 1.5s ease-in-out 3s forwards;
    
}

@keyframes slideLeft {
    to {
        width: 100%;
    }
}

.heroimg__slider {
    opacity: 0;
    animation: fadeIn 1s ease-in-out 2.5s forwards;
}

@media screen and (max-width: 769px) {
    .heroimg__slider {
        animation: fadeIn 1s ease-in-out 2.5s forwards;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.heroimg__slider .swiper-slide {
    transition: transform 1s ease-in-out;
    /* Начальное положение слайда (справа и сверху) */
    transform: translate3d(600%, -300%, 0);
}

.heroimg__slider .swiper-slide-active {
    /* Активный слайд — в центре */
    transform: translate3d(100%, 10%, 0);
}

.heroimg__slider .swiper-slide-next {
    /* Следующий слайд — частично видим (настраивайте под свой дизайн) */
    transform: translate3d(600%, -300%, 0);
    opacity: 1;
}

.heroimg__slider .swiper-slide-prev {
    /* Предыдущий слайд — уходит вниз и влево */
    transform: translate3d(-600%, 300%, 0);
}

.hero__wrap-img--mobile {
    display: none;
}

.section-wrap .section-wrap {
    padding: 0;
}

/*----------
Mainpage END  
-----------*/

/*-----------
Breadcrump START
------------*/

.breadcrump {
    margin-bottom: 64px;
    width: 100%;
}

.section-wrap .breadcrump .section-wrap {
    padding: 0;
    -ms-overflow-style: none;
}

.breadcrump .section-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: scroll;
    /*padding: 0 20px; // проблема на странице №4 */
}

.breadcrump .section-wrap::-webkit-scrollbar {
    display: none;
}

.breadcrump span,
.breadcrump a {
    text-wrap: nowrap;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
}

.breadcrump a {
    color: #cad6e1;
}

.breadcrump a:hover {
    color: #8da2bc;
}

.breadcrump span {
    color: #8da2bc;
}

.section-wrap .breadcrump {
    width: calc(100% + 20px);
}

/*-----------
Breadcrump END
------------*/

/*----------
About START
-----------*/

.pagehead-blue {
    padding: 80px 0 125px;
    margin: 0;
    background: #f5f9fb;
    overflow: hidden;
}

h1 {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 56px;
    line-height: 114%;
    color: #091630;
}

.ph-blue--about h1 {
    max-width: 1040px;
}

.page-text__content {
    position: relative;
    max-width: 1000px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 48px;
    line-height: 117%;
    color: #091630;
}

.page-text__content span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #091630;
}

section.page-text-about {
    margin: 0;
    padding: 75px 0 125px;
    background: #f5f9fb;
}

.swiperfade {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiperfade .swiper-slide {
    opacity: 0 !important;
    transition: opacity 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiperfade .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 4s linear;
    transform: scale(1); /* По умолчанию обычный размер */
}

.swiperfade .swiper-slide-active img,
.swiperfade .swiper-slide-duplicate-active img {
    transform: scale(1.2); /* Активный слайд увеличен */
}

.swiperfade .swiper-slide-active,
.swiperfade .swiper-slide-duplicate-active {
    opacity: 1 !important;
}

.about-info__slider {
    overflow: hidden;
    aspect-ratio: 700 / 560;
}

.about-info {
    margin-top: 120px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.about-info__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: start;
    padding: 64px 40px;
    background: #fff;
}

.about-info__line {
    position: relative;
    padding-left: 48px;
    padding-bottom: 20px;
    cursor: pointer;
}

.about-info__line-title {
    margin-bottom: 8px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #6b7280;
}

.about-info__line-text {
    color: #6b7280;
}

.about-info__line .about-info__line-img {
    display: none;
}

.about-info__line .about-info__decornot {
    display: block;
}

.about-info__line.active .about-info__line-title {
    color: #091630;
}

.about-info__line.active .about-info__line-text {
    color: #374151;
}

.about-info__line.active .about-info__line-img {
    display: block;
}

.about-info__line.active .about-info__decornot {
    display: none;
}


.about-info__line-img {
    position: absolute;
    left: 0;
    bottom: 0;
}

section.ab-ysucces {
    margin: 0;
}

.ab-ysucces--wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.ab-ysucces__img {
    aspect-ratio: 960 / 720;
    background-size: cover;
    background-position: center;
}

.ab-ysucces__content {
    padding: 110px 0 63px 20px;
    display: flex;
    background: #e8f1f6;
}

.ab-ysucces__content-inn {
    padding: 0 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 680px;
}

.ab-ysucces__content-add {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 80px;
}

.ab-ysucces__content-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #091630;
}

.ab-ysucces__content-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #1b2943;
}

section.what-we-do {
    position: relative;
    margin: 0;
    background-size: cover;
    background-position: center;
    height: 720px;
}

.what-we-do__title {
    padding-top: 100px;
    margin: 0;
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    color: #fff;
}

.what-we-do__text {
    position: absolute;
    left: 50%;
    bottom: 165px;
    transform: translateX(-50%);
    font-family: var(--second-family);
    max-width: 500px;
    width: 100%;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #fff;
}

.whywe--grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.section__titletag {
    padding-top: 40px;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #273f5c;
}

.section__titletag span {
    position: relative;
    z-index: 1;
}

.section__titletag img {
    position: absolute;
    left: 0;
}

section.certif {
    margin: 0;
    padding: 104px 0 160px;
    overflow: hidden;
    background: #f5f9fb;
}

.certif__slider {
    overflow: visible;
}

.certif-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: #fff;
    cursor: pointer;
}

.certif-item__img {
    position: relative;
    aspect-ratio: 272 / 387;
}

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

.certif-item__img-cover {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #11182752;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
}

.certif-item__img-cover_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background: #fff;
}

.certif-item__info-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #091630;
}

.certif-item__info-size {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #627393;
}

.certif-item:hover .certif-item__img-cover {
    opacity: 1;
}

.about-info__line .about-info__line-img {
    width: 100%;
    max-width: 624px;
}

.about-info__line-decor-mob,
.about-info__line-img-mob {
    display: none;
}

.about-info__line-img-mob {
    aspect-ratio: 335 / 268;
    margin: 0 -20px;
    width: calc(100% + 40px);
    object-fit: cover;
}

.about-info__line-decor-mob {
    margin-bottom: 20px;
    width: 100%;
}

/*----------
About END  
-----------*/

/*----------
Structure START
-----------*/

.str-banner {
    width: 100%;
    height: 640px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

section.page-text-structure {
    margin: 0;
    padding: 0 0 120px;
    background: #f5f9fb;
}

.section__titletag h2 {
    position: relative;
    z-index: 1;
}

.team__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.team__item-img {
    position: relative;
    display: flex;
    align-items: end;
    aspect-ratio: 320 / 448;
    background: #fff;
}

.team__item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.team__item-info {
    padding-bottom: 16px;
    margin: 22px 0 16px;
    border-bottom: 1px solid #e5ecf1;
}

.team__item-info_title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #091630;
    transition: 0.3s;
}

.team__item-info_pos {
    color: #627393;
    transition: 0.3s;
}

.sec-bluebg {
    margin: 0;
    background: #f5f9fb;
}

section.team.sec-bluebg {
    padding: 120px 0 136px;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.team__item-cont a {
    display: block;
    font-weight: 500;
    line-height: 150%;
    color: #334155;
    transition: 0.3s;
}

.team__item-cont a:hover {
    color: #0e79bf;
}

.team__item-img:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
}

.team__item:hover .team__item-info_title,
.team__item:hover .team__item-info_pos {
    color: #1792e3;
}

.team__item:hover .team__item-img:before {
    background: #0077c8;
    opacity: 0.1;
}

.pagehead__text {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #313f59;
}

.pagehead__title {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: start;
}

.pagehead--bigwrap .pagehead__title {
    max-width: 680px;
}

.context__h1-title {
    margin-top: 64px;
}

.logsol__item-dec img {
    width: 100%;
}

/*----------
Structure END  
-----------*/

/*----------
Services START 
-----------*/

.logsol__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 64px;
}

.logsol__item-img {
    position: relative;
    aspect-ratio: 680 / 360;
    display: flex;
    align-items: center;
    background: #f5f9fb;
}

.logsol__item-img:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dff1fb;
    transform: scaleY(0);
    transition: 0.4s;
    transform-origin: bottom;
}

.logsol__item-img img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.logsol__item-img .logsol__item-img_default {
    position: relative;
    width: 100%;
    z-index: 1;
    opacity: 1;
    transition: 0.3s;
}

.btn--wrap-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 1;
    transition: 0.3s;
    overflow: hidden;
}

.btn--wrap-block .btn {
    transform: translateY(100%);
}

.logsol__item-img .logsol__item-img_bg {
    position: absolute;
    opacity: 0;
    transition: 0.3s;
}

.btn-mobile {
    display: none;
}

.logsol__item:hover .logsol__item-img_default {
    opacity: 0;
}

.logsol__item:hover .logsol__item-img_bg {
    opacity: 1; 
}

.logsol__item:hover .btn--wrap-block .btn {
    transform: translateY(0%);
}

.logsol__item-cont {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
}

.logsol__item-title {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #313f59;
    transition: 0.4s;
    overflow: hidden;
}

.logsol__item-title span {
    display: block;
    transition: 0.4s;
}

.logsol__item-title:before {
    content: attr(data-text);
    display: block;
    position: absolute;
    transform: translateY(180%);
    color: #1792e3;
    transition: 0.4s;
}

.logsol__item-text {
    color: #313f59;
    transition: 0.4s;
}

.logsol__item-dec {
    margin: 8px 0 16px;
}

.logsol__item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.logsol__item-tags_item {
    border: 1px solid #e5ecf1;
    border-radius: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 143%;
    color: #374151;
    transition: 0.3s;
}

.logsol__item:hover .logsol__item-img:before {
    transform: scaleY(1);
    opacity: 1;
}

.logsol__item:hover .logsol__item-text {
    color: #5d9ecc;
}

.logsol__item:hover .logsol__item-title span {
    transform: translateY(-100%);
}

.logsol__item:hover .logsol__item-title:before {
    transform: translateY(0%);
}

.logsol__item-tags_item:hover {
    border: 1px solid #1792e3;
    background: #c9e8fb;
    color: #0065b1;
}

.section-infoblock {
    margin: 0;
    padding: 120px 0;
    background: #f5f9fb;
}

.section-infoblock .infoblock {
    margin: 0;
    background: #fff;
}

.pagehead--bigwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.pagehead__info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pagehead__info-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pagehead__info-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #353b44;
    text-wrap: nowrap;
}

.pagehead__info-val {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #0e79bf;
}

.pagehead__info-mat {
    display: flex;
    justify-content: start;
    gap: 8px;
}

.pagehead__info-mat_item {
    position: relative;
    display: flex;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
}

.pagehead__info-mat_item span {
    transform: translateY(10px);
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 144%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 143%;
    border-radius: 8px;
    transition: 0.3s;
    opacity: 0;
    text-wrap: nowrap;
}

.pagehead__info-mat_item span:after {
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7526 11.1399C11.3542 11.5952 10.6458 11.5952 10.2474 11.1399L0.500001 -7.14705e-08L21.5 -1.90735e-06L11.7526 11.1399Z' fill='black' fill-opacity='0.8'/%3E%3C/svg%3E");
    display: block;
    bottom: -17px;
}

.pagehead__info-mat_item:hover span {
    transform: translateY(0px);
    opacity: 1;
}

.pagehead__title .breadcrump {
    margin-bottom: 24px;
}

.ph-blue--category {
    padding: 0;
}

.ph-blue--category .pagehead__title {
    padding: 80px 0 120px;
    justify-content: start;
}

section.servdesc {
    margin: 184px 0 280px;
}

.servdesc-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.servdesc-grid {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.servdesc-grid__text .btn {
    margin-top: 40px; 
}

.servdesc-grid__text {
    padding-left: 40px;
}

.servdesc-wrapper .servdesc-grid:nth-child(odd) .servdesc-grid__text {
    padding-left: 0;
    padding-right: 40px;
}

.block-divider {
    margin: 64px 0;
}

.block-divider img {
    width: 100%;
}

.subcat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.subcat__item .logsol__item-img:before {
    transform: scaleY(1);
    opacity: 0;
}

.btnin-arr {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.btnin-arr svg {
    transition: 0.3s;
}

.btnin-arr__before {
    position: absolute;
    transform: translateX(-100%);
}

.subcat__item-btn {
    display: flex;
    gap: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #1792e3;
}

.subcat__item .logsol__item-cont {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.subcat__item:hover .btnin-arr .btnin-arr__before {
    transform: translateX(0%);
}

.subcat__item:hover .btnin-arr .btnin-arr__cur {
    transform: translateX(100%);
}

.secfeedback:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 160px;
    background-image: url('../img/long-city.svg');
}

.secfeedback--block {
    position: relative;
    padding: 100px 80px;
    /*background-size: cover;
    background-image: url('../img/feedback-bg.jpg');*/
    background: #83add7;
    overflow: hidden;
}

.secfeedback--block:before {
    content: '';
    display: block;
    position: absolute;
    left: -49px;
    top: -125px;
    width: 222px;
    height: 229px;
    background-image: url('../img/!common/secfeed-left.svg');
}

.secfeedback--block:after {
    content: '';
    display: block;
    position: absolute;
    top: -119px;
    right: -168px;
    width: 872px;
    height: 676px;
    background-image: url('../img/!common/secfeed-right.svg');
}

.secfeedback__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    max-width: 600px;
    z-index: 1;
}

.secfeedback__content-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #fff;
}

.secfeedback__content-text {
    font-weight: 500;
    opacity: 0.8;
    color: #fff;
}

section.secfeedback {
    position: relative;
    margin: 0;
    margin-top: 280px;
    padding: 120px 0;
    background: #f5f9fb;
}

section.about {
    overflow: hidden;
}

.about-content__list--grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-content__list-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-content__list-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #0e79bf;
}

.about-content__list-item span {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
}

.secvalue-info {
    margin-bottom: 64px;
    display: grid;
    grid-template-columns: 680fr 320fr 320fr;
    gap: 40px;
}

.secvalue-info__item-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #0e79bf;
}

.gallery__slider {
    position: relative;
    aspect-ratio: 1400 / 600;
    overflow: hidden;
}

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

.gallery__slider .btn-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-28px);
    z-index: 3;
}

.gallery__slider .gall-btn-prev {
    left: 24px;
}

.gallery__slider .gall-btn-next {
    right: 24px;
}

.tgoods__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.tgoods__item {
    position: relative;
    aspect-ratio: 320 / 320;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tgoods__item-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    transition: 1s;
}

svg.tgoods__item-circle path {
    transition: 1s;
}

.tgoods__item--inner {
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tgoods__item-img {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    line-height: 0;
}

.tgoods__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    transform: scale(1);
}

.tgoods__item:hover .tgoods__item-circle {
    transform: rotate(-20deg);
}

.tgoods__item:hover svg.tgoods__item-circle path {
    opacity: 1;
}

.tgoods__item:hover .tgoods__item-img img {
    transform: scale(1.1);
}

.tgoods__item-title {
    position: absolute;
    max-width: calc(100% - 60px);
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.tgoods__item-img:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(9, 22, 48, 0.3);
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s;
}

.tgoods__item:hover .tgoods__item-img:before {
    background: rgba(9, 22, 48, 0.6);
}

.secdoc--grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.secdoc__item {
    padding: 32px 40px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.btn-arrow-white {
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #1792e3;
    background: unset;
    border: 1px solid #1792e3;
}

.secdoc__item-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.secdoc__item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: #eef5fa;
    border-radius: 100%;
}

.secdoc__item-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.secdoc__item-title_main {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #313f59;
}

.secdoc__item-title_size {
    line-height: 150%;
    color: #627393;
}

section.section--grey {
    margin: 0;
    padding: 60px 0;
    background: #f5f9fb;
}

section.section--grey.pdn-top-120 {
    padding-top: 120px;
}

section.section--grey.pdn-bot-120 {
    padding-bottom: 120px;
}

.cont-block {
    position: relative;
    overflow: hidden;
}

.cont-block__img {
    position: absolute;
    aspect-ratio: 960 / 720;
    right: -120px;
    top: 0;
    width: 100%;
    max-width: 960px;
    line-height: 0;
}

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

.cont-block:before {
    position: absolute;
    content: '';
    display: block;
    width: 1278px;
    height: 1278px;
    background: #fff;
    border-radius: 100%;
    transform: translate(-478px, -34%);
    z-index: 2;
}

.cont-block__content {
    position: relative;
    padding: 120px 80px;
    max-width: 782px;
    z-index: 2;
}

.cont-block__content-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #091630;
}

.cont-block__content-text {
    line-height: 150%;
}

.cont-block__cont {
    display: flex;
    margin-top: 40px;
    gap: 40px;
}

.cont-block__cont-item {
    display: flex;
    gap: 20px;
}

.cont-block__cont-item_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    background: #eef5fa;
}

.cont-block__cont-item_val {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #1792e3;
}

.cont-block__cont-item_title {
    margin-bottom: 8px;
    line-height: 150%;
}

.content--list .about-content__list-item {
    align-items: start;
}

.content--list .about-content__list-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.about-content__list-item svg {
    flex-shrink: 0;
}

.servdesc-grid__text-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #091630;
}

.servdesc-grid__text--blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.autopark--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.autopark__item-img img {
    width: 100%;
    height: 264px;
    object-fit: cover;
}

.autopark__item-content {
    margin-top: -80px;
    padding: 120px 40px 40px;
    background: #fff;
}

.autopark__item-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #091630;
}

.autopark__item-char {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.autopark__item-citem {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
}

.autopark__item-citem_name {
    line-height: 150%;
}

.autopark__item-citem_val {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #091630;
}

section.autopark {
    background-image: url('../img/autopark-bg.png');
    background-size: 101%;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.whywe__item-title--techsafe {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #111827;
}

section.otherservice {
    overflow: hidden;
}

.othservSlider {
    overflow: visible;
}

.without-des:before {
    display: none;
}

.vararenda--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.vararenda__item-img {
    aspect-ratio: 440 / 280;
    line-height: 0;
}

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

.vararenda__item-title {
    margin: 24px 0 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #091630;
}

.vararenda__item-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #313f59;
}

.autopark__item-img {
    aspect-ratio: 440 / 264;
    line-height: 0;
}

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

.vararenda__item-date {
    display: none;
    gap: 4px;
    align-items: start;
    font-weight: 600;
    font-size: 16px;
    line-height: 137%;
    color: #94a3b8;
}

.vararenda__item-date span {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #94a3b8;
}

.secfeedback--block.last {
    margin-top: 120px;
}

.info-blocks {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.info-block__item {
    padding: 32px 40px;
    background-color: #fff;
}

.info-block__item-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #00091a;
}

.info-block__item-text {
    color: #627393;
}

.formblk {
    position: relative;
    padding: 200px 0 267px;
    display: flex;
    justify-content: center;
}

.formblk--wrap {
    position: relative;
    z-index: 1;
    padding: 80px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 920px;
    background: #fff;
}

.formblk__top {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1464px;
}

.formblk__bottom {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1464px;
}

.formblk--formwrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.formblk--wrap .section__title--wrap {
    margin: 0;
    align-items: center;
}

.formblk--wrap .section__title--wrap h2 {
    text-align: center;
}

.formblk--formwrap .personal-data {
    margin: 16px 0;
}

.formblk--formwrap .btn {
    align-self: center;
}

.form__input--wrap:hover label {
    color: #627393;
}

section.nobottompdg {
    padding-bottom: 0;
}

/*----------
Services END  
-----------*/

/*----------
Info rolling stock END  
-----------*/

.specialsostav--grid .logsol__item .logsol__item-img:before,
.gruzsostav--grid .logsol__item .logsol__item-img:before {
    background: #00091a;
    opacity: 0.5;
    z-index: 3;
}

section.specialsostav {
    padding: 120px 0;
}

.specialsostav--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

.specialsostav--grid .logsol__item {
    margin-top: 120px;
}

.techar--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.techar__info-title {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #00091a;
}

.techar__char-line {
    padding: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    border-bottom: 1px solid #e5ecf1;
}

.techar__char-line_val {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #091630;
}

.statistic--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.statistic__img img {
    width: 100%;
}

.otrasl-spravochnik {
    margin-top: 72px;
}

.block-content {
    margin-top: 72px;
}

.statistic--wrap {
    padding: 100px 124px;
    background-color: #fff;
}

.statistic--wrap h3 {
    margin: 0 0 24px;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #091630;
}

.statistic--wrap h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #091630;
}

.info-gallery--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.info-gallery__item {
    aspect-ratio: 680 / 400;
}

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

section.info-gallery {
    padding-top: 0
}

/* Стили для всех li элементов */
ul li {
    list-style: none;
    position: relative;
    padding-left: 16px;
}

ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 2px;
    height: 2px;
    background-color: currentColor;
    border-radius: 50%;
}

/*----------
Info rolling stock END  
-----------*/

/*----------
Company START 
-----------*/

.docs--wrap {
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.docs__block-title {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #091630;
}

.review--grid {
    padding-top: 72px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.pager--wrap {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.pager__block {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.pager__block-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5ecf1;
    border-radius: 32px;
    width: 44px;
    height: 44px;
}

.pager__block--divider {
    border: none;
}

.pager__block-item.current {
    background: #1792e3;
    border: 1px solid #1792e3;
    color: #fff;
}

.pager-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.partners__item-info {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.partners__item-cont {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.partners__item-cont svg {
    transition: 0.3s;
}

.partners__item-cont:hover {
    color: #1792e3;
}

.partners__item-cont:hover svg path {
    stroke: #1792e3;
}

.partners__item-cont--site {
    color: #1792e3;
}

.partners__item-cont--site:hover {
    color: #0e79bf;
}

.partners__item-cont--site:hover svg path {
    stroke: #0e79bf;
}

.partners__feedback {
    margin-top: 120px;
}

.partners__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
}

.partners--wrap {
    margin-top: 64px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.partners__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 340 / 176;
    transition: 0.3s;
    background: #fff;
    position: relative;
}

.partners__item-img img {
    position: absolute;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.partners__img-default {
    opacity: 1;
}

.partners__img-hover {
    opacity: 0;
}

.partners__item:hover .partners__img-default {
    opacity: 0;
}

.partners__item:hover .partners__img-hover {
    opacity: 1;
}

.partners__item:hover .partners__item-img {
    box-shadow: 0 8px 24px 0 rgba(4, 17, 36, 0.16);
    background: #fff;
}

.become-partner--wrap {
    margin-top: 64px;
}

.news-count {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5ecf1;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #627393;
}

.news-count span {
    color: #313f59;
}

section.news-content {
    margin: 80px 0 120px;
}

.dnews__img {
    margin-bottom: 48px;
    aspect-ratio: 1400 / 640;
    line-height: 0;
}

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

.dnews-data {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #627393;
}

.dnews-data span {
    color: #313f59;
}

.pagehead--news {
    padding-bottom: 64px;
}

.dnews--content {
    margin: 0 auto;
    max-width: 920px;
}

.dnews--content img {
    width: 100%;
}

.dnews--content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #091630;
}

section.othernews {
    overflow: hidden;
}

.othernews .swiper {
    overflow: visible;
}

.contact--wrap {
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

.contact__item-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #091630;
}

.contact__item-phone {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #334155;
}

.contact__item-text {
    font-weight: 500;
}

#map {
    width: 100%;
    height: 550px;
}

.depcont--wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.depcont__item {
    padding: 64px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: #fff;
}

.depcont__cont-title {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #091630;
}

.depcont__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.depcont__info-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #627393;
}

section.secfeedback.without-des {
    margin-top: 0;
}

.suphelp--become-partner {
    margin-bottom: 0;
}

section.secfeedback--become-partner {
    padding-top: 0;
}

.depcont__cont .btn {
    padding: 20px 32px;
}

.depcont__info-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.depcont__info-val {
    font-weight: 500;
}

.politic-cats.open #politic-select svg {
    transform: rotate(180deg);
} 

/*----------
Company END  
-----------*/

/*----------
Vakancy START
-----------*/

.vakancy__item {
    padding: 32px 40px;
    display: grid;
    grid-template-columns: 1065fr 215fr;
    gap: 40px;
    align-items: center;
    background: #fff;
}

.vakancy__item--left {
    display: grid;
    grid-template-columns: 545fr 496fr;
}

.vakancy__item--info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.vakancy__item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #313f59;
}

.vakancy__item-city {
    width: 100%;
    max-width: 240px;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #627393;
    position: relative;
    overflow: hidden;
}

.vakancy__item-price {
    width: 100%;
    max-width: 240px;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #1b2943;
}

.vakancy--grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vakancy .secfeedback--block {
    margin-top: 184px
}

/* Универсальные классы для анимации текста */
.txtanim-container {
    position: relative;
    overflow: hidden;
}

.txtanim-default,
.txtanim-blue {
    display: block;
    transition: transform 0.3s ease;
}

.txtanim-blue {
    position: absolute;
    top: 0;
    left: 0;
    color: #1792e3;
    transform: translateY(100%);
}

/* Анимация при наведении на родительский элемент */
.vakancy__item:hover .txtanim-default {
    transform: translateY(-100%);
}

.vakancy__item:hover .txtanim-blue {
    transform: translateY(0);
}

.vakancy__item .btn {
    line-height: 0;
}

.btn-arrow-white {
    position: relative;
}

.btn-arrow-white:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1792e3;
    transition: 0.3s;
    transform: scaleY(0%);
    transform-origin: bottom;
    z-index: 0;
}

.btn-arrow-white svg,
.btn-arrow-white span {
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.vakancy__item:hover .btn-arrow-white:before {
    transform: scaleY(100%);
}

.vakancy__item:hover .btn {
    color: #fff;
}

.vakancy__item:hover svg path {
    stroke: #fff;
}

/*----------
Vakancy END  
-----------*/

/*----------
Tender START  
-----------*/

.suphelp__item-title {
    margin: 24px 0 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #111827;
}

ol {
    padding-left: 24px;
    list-style: decimal;
}

.suphelp__screen {
    margin-top: 88px;
}

.dealer-contact .cont-block__img {
    max-width: 721px;
    right: 0;
}

.cont-block__cont-item_time {
    font-size: 14px;
    line-height: 143%;
    color: #5d9ecc;
}

.suphelp__filter {
    display: flex;
    flex-wrap: wrap;
}

.suphelp__filter-item {
    padding: 10px 8px;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
}

.suphelp__filter-item:hover {
    color: #0f172a;
    border-bottom: 2px solid #e2e8f0;
}

.suphelp__filter-item.active {
    color: #1792e3;
    border-bottom: 2px solid #1792e3;
    cursor: default;
}

.suphelp__screen-content {
    height: 604px;
}

.suphelp__screen-content-item {
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: none;
}

.suphelp__screen-content-item.active {
    display: block;
}

.suphelp__screen-content-item::-webkit-scrollbar {
    display: none;
}

section.dealer-contact {
    padding: 120px 0;
}

/*----------
Tender END  
-----------*/

/*----------
Page 404 START  
-----------*/

.page404 {
    position: relative;
    margin: 181px auto 267px;
    max-width: 679px;
    text-align: center;
    z-index: 2;
}

.page404__content-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    color: #091630;
}

.page404__content {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.page404-bot-img,
.page404-top-img {
    position: absolute;   
}

.page404-bot-img {
    bottom: -25%;
}

.page404--wrap {
    display: flex;
    justify-content: center;
}

/*----------
Page 404 END  
-----------*/

/*----------
Common START
-----------*/

.swiperfade-modal {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

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

.modal-wrapper__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/formbg.jpg');
    background: grey;
    overflow: hidden;
}

.secdoc__item:hover .txtanim-default {
    transform: translateY(-100%);
}

.secdoc__item:hover .txtanim-blue {
    transform: translateY(0);
}

.secdoc__item:hover .btn-arrow-white:before {
    transform: scaleY(100%);
}

.secdoc__item:hover .btn-arrow-white span {
    color: #fff;
}

.secdoc__item:hover .btn-arrow-white svg path {
    stroke: #fff;
}

section.logsol {
    margin: 100px 0;
}

.tgoods__item-text {
    font-size: 14px;
    line-height: 143%;
}

/*----------
Common END
-----------*/

/*----------
October START
-----------*/

.tgoods__item-text {
    transform: translate(0, 30px);
    max-width: 76%;
    text-align: center;
    position: absolute;
    font-size: 14px;
    line-height: 143%;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

.tgoods__item-title {
    transition: 0.5s;
    transform: translate(0px, -10px);
}

.tgoods__item:hover .tgoods__item-text {
    opacity: 1;
    transform: translate(0, 25px);
}

.tgoods__item:hover .tgoods__item-title {
    transform: translate(0px, -30px);
}

#modal-price .modal-wrapper {
    display: block;
}

#modal-price .request-call {
    max-width: 920px;
}

#modal-price .request-call__title {
    margin-bottom: 64px;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
}

.mform-tabs {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 24px;
}

.mform-tabs:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 1.5px;
    width: 100%;
    height: 1px;
    background: #e5ecf1;
    z-index: 0;
}

.mform-tabs__item {
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    color: #334155;
    white-space: nowrap;
    font-weight: 500;
}

.mform-tabs__item:hover {
    color: #0f172a;
}

.mform-tabs__item.active {
    border-color: #1792e3;
    opacity: 1;
    color: #1792e3;
}

.mform-tab--wrap {
	display: block;
	width: 100%;
}

.mform-tab {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form__grid {
    display: grid;
    grid-template-columns: 610fr 130fr;
    gap: 20px;
}

.form__radio-group {
	align-items: center;
	gap: 20px;
}

.form__radio-group .form__label {
	margin-right: 8px;
	color: #0f172a;
}

.mform-tab textarea.form__input {
	min-height: 88px;
	resize: vertical;
}

.radio-form__label {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
}

.form__radio-group--wrap {
    padding-left: 4px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.form__radio-group--wrap label.radio {
    display: flex;
    align-items: center;
    gap: 14px;
}

label.radio input {
    margin: 0;
    transform: scale(1.8);
    display: flex;
    cursor: pointer;
}

#modal-price form {
    position: relative;
    align-items: center;
    gap: 40px;
}

#modal-price .dark-layer {
    opacity: 1;
    background: #f5f9fb;
}

#modal-price .line-body__choose label {
    align-items: center;
}

.modal-price__img-left {
    position: absolute;
    left: -125px;
    transform: translate(0px, -207px);
}

.modal-price__img-right {
    position: absolute;
    right: -125px;
    transform: translate(0px, -207px);
}

.modal-price__img-bot {
    position: absolute;
    bottom: 20px;
    z-index: 3;
    transform: translateX(-45px)
}

#modal-price .personal-data,
#modal-price .btn {
    z-index: 4;
}

.btn-anim-bottom {
    position: relative;
    overflow: hidden;
}

.btn-anim-bottom span {
    position: relative;
    z-index: 1;
}

.btn-blue.btn-anim-bottom:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #0e79bf;
    transition: 0.3s;
}

.btn-anim-bottom.btn-blue:hover {
    background: #1792e3;
}

.btn-anim-bottom:hover:after {
    bottom: 0%;
}

.geography-wrap {
    position:relative;
    overflow: visible;
    height: 825px;
}
.geography-wrap img{
    display:block;
    user-select:none;
    -webkit-user-drag:none;
    touch-action:none;
    cursor:grab;
    max-width:none
}

.geography-wrap img.dragging{
    cursor:grabbing
}

.geography__marker {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 22px;
    border: 1px solid #82b6e2;
    transition: 0.3s;
    cursor: pointer;
}

.geography__marker:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #2b317d;
    transition: 0.3s;
}

.geography__marker:hover {
    border: 1px solid #1792e3;
}

.geography__marker:hover:after {
    transform: scale(1.5);
    background: #1792e3;
}

.geography__block {
    display: none;
    position: absolute;
    flex-direction: column;
    gap: 16px;
    padding: 40px;
    box-shadow: 0 8px 24px 0 rgba(3, 12, 28, 0.16);
    background: #fff;
    min-width: 348px;
    transform: translate(0, -100%);
    z-index: 2;
}

.geography__block-img {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    border: 1px solid #e5ecf1;
    overflow: hidden;
}

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

.geography__block-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.geography__block-body_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #091630;
}

.geography__block-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.geography__block-info_line {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 14px;
}

a.geography__block-info_line svg path {
    transition: 0.3s;
}

a.geography__block--sitelink {
    color: #1792e3;
}

a.geography__block-info_line {
    transition: 0.3s;
}

a.geography__block-info_line:hover {
    color: #0e79bf;
}

a.geography__block-info_line:hover svg path {
    stroke: #0e79bf;
}

.geography__block-bottom_title {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #627393;
}

.geography__block-bottom_list {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #334155;
}

.geography__block-bottom .pagehead__info-mat {
    margin-bottom: 12px;
}

.geography__marker--wrap {
    justify-content: center;
    position: absolute;
    display: flex;
}

.header-main__btns-link[data-modal="modal-search"] {
    cursor: pointer;
}

#modal-search form {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px 40px;
    width: 100%;
    background-color: #fff;
}

#modal-search .form__input--wrap {
    width: 100%;
}

#modal-search input.form__input {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #8da2bc;
}

#modal-search .close-form {
    position: relative;
    bottom: unset;
    right: unset;
    top: unset;
    flex-shrink: 0;
}

#modal-search .dark-layer {
    background: #091630;
    opacity: 0.7;
}

@media screen and (max-width: 1399px){
    .geography-wrap{
        margin: 0 -20px -80px;
        height: 563px;
    }
}

@media screen and (max-width: 1080px) {
    .modal-price__img-right,
    .modal-price__img-left,
    .modal-price__img-bot {
        z-index: 0;
        /*display: none;*/
    }

    #modal-price .request-call__title {
        margin-bottom: 48px;
        font-size: 28px;
        line-height: 114%;
    }
}

@media screen and (max-width: 991px) {
    .geography-wrap img {
        height: 563px;    
    }
    
    .geography__marker {
        width: 24px;
        height: 24px;
    }
    
    #modal-price .close-form {
        right: 26px;
        top: 25px;
    }

    img.modal-price__img-bot {
        width: 100%;
        z-index: 1;
        transform: translateX(0px);
    }

    .mform-tabs__toggle{
        display:flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 14px 0px;
        border-radius: 0;
        background: #fff;
        cursor: pointer;
    }

    .mform-tabs__toggle-text {
        color: #0f172a;
        font-weight: 500;
    }
    
    .mform-tabs {
        display: none;
        width: 100%;
        top: 55px;
        position: absolute;
        flex-direction: column;
        gap: 0;
        border: 1px solid #e5ecf1;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        z-index: 1;
    }
    
    .mform-tabs.is-dropdown.open {
        display: flex;
    }
    
    .mform-tabs.is-dropdown .mform-tabs__item {
        padding: 12px 16px;
        border-bottom: 1px solid #e5ecf1;
    }
    
    .mform-tabs.is-dropdown .mform-tabs__item:last-child {
        border-bottom: none;
    }
    
    .mform-tabs.is-dropdown .mform-tabs__item.active {
        color: #1792e3;
        border-color: transparent;
    }

    .form__grid {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    #modal-price form {
        gap: 24px;
    }
}

@media screen and (max-width: 768px) {
    .radio-form__label {
        font-size: 16px;
        line-height: 137%;
    }

    #modal-search .close-form {
        position: absolute;
        right: 30px;
        top: 30px;
    }

    #modal-search form {
        gap: 12px;
        padding: 60px 20px 20px;
    }
}

@media screen and (max-width: 640px) {
    #modal-search form {
        flex-direction: column;
    }
}

/*----------
October END
-----------*/


/*----------
Pravki 2 START
-----------*/

.formblk--formwrap .custom-checkbox+label::before {
    margin-top: 0;
}

.formblk--formwrap .form__input--wrap {
    width: 100%;
}

.btn-border--blue {
    padding: 20px 32px;
    display:flex;
    align-items:center;
    gap:10px;
    border: 1px solid #1792e3;
    color: #1792e3;
}

.btn-border--blue span {
    display:flex;
    align-items:center;
    gap:10px;
}

.btn-border--blue.btn-anim-bottom:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #0e79bf;
    transition: 0.3s;
}

.btn-border--blue.btn-anim-bottom:hover:after {
    bottom: 0%;
}

.btn-anim-bottom.btn-border--blue:hover {
    background: unset;
}

.btn-anim-bottom.btn-border--blue:hover svg path {
    stroke: #fff;
}

.form__files--wrap {
    display:flex;
    align-items: start;
    gap:20px;
}

.form__files--wrap input[type="file"] {
    display: none;
}

.partner_files_list {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

#partner_files_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#partner_files_list span {
    display: flex;
    gap: 4px;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #334155;
}

.form__files--wrap .btn {
    align-self: start;
}

.vakancy__form-wrapper {
    display: none;
    align-items: center;
    justify-content: end;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 30;
}

.vakancy__form-wrapper .dark-layer {
    background: #091630;
    opacity: 0.7;
}

.vakancy__form-wrapper .request-call {
    max-width: 960px;
    background: #fff;
    justify-content: start;
}

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

.mvakancy-content {
    padding: 120px 260px 120px 80px;
}

.mvakancy-content__head-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #091630;
}

.mvakancy-content__head-title-city {
    display: block;
    font-size: 18px;
    line-height: 156%;
    color: #627393;
}

.mvakancy-content__head-price {
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    text-align: right;
    color: #000;
    text-wrap: nowrap;
}

.mvakancy-content__text {
    font-size: 16px;
    line-height: 150%;
    color: #313f59;
}

.mvakancy-content__block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mvakancy-content--info h3,
.mvakancy-content__point-title {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #1b2943;
}

.mvakancy-content__point ul {
    margin: 0;
}

.mvakancy-content--info {
    margin: 40px 0 64px;
}

.mvakancy-content__req {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    color: #091630;
}

.vakancy__form-wrapper .request-call {
    transform: translateX(100%)
}

.vakancy__item-modcont {
    display: none;
}

@media screen and (max-width: 768px) {
    .form__files--wrap {
        flex-direction: column;
        align-items: start;
    }

    .mvakancy-content {
        padding: 80px 20px 20px;
    }

    span.mvakancy-content__head-title-val {
        font-size: 24px;
        line-height: 117%;
    }

    .mvakancy-content__head {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .mvakancy-content__head-price {
        font-size: 20px;
        line-height: 120%;
    }

    .mvakancy-content__text {
        font-size: 14px;
        line-height: 143%;
    }

    h3.mvakancy-content__point-title {
        font-size: 16px;
        line-height: 137%;
    }

    .mvakancy-content--info ul li {
        font-size: 14px;
        line-height: 143%;
    }

    .mvakancy-content__req {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 117%;
    }
}

@media screen and (max-width: 480px) {
    .form__files--wrap .btn {
        width: 100%;
    }
}

.partner__slider .swiper-wrapper {
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important; 
}

#modal-search .request-call {
    height: fit-content;
}

.geography__pole {
    user-select: none;
}

.form__input:focus + .form__label,
.form__input:not(:placeholder-shown) + .form__label {
    display: none;
}

.form__input:not(:placeholder-shown) {
    color: #404040;
}

.servdesc-grid:nth-child(2n) .servdesc-grid__text{
    order: 2;
}
.servdesc-grid:nth-child(2n) .servdesc-grid__img{
    order: 1;
}

.geography__block-info_line svg {
    flex-shrink: 0;
}

.geography__block .close-form {
    top: 24px;
}

.geography-mob--content {
    position: absolute;
}

.section__title--with-btn {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.section__title--with-btn .section__btn-wrap {
    padding-top: 0;
    gap: 24px;
}

.sect-slider-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.othernews .section__title--wrap {
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 769px) {
    .section__title--with-btn {
        flex-direction: column;
        align-items: start;
    }
    
    .sect-slider-nav {
        display: none;
    }
}

/*----------
Pravki 2 END
-----------*/

