/*
Theme Name: РусЭкспорт
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: D.E.
Author URI: https://degorov.ru/
Version: 1.0
*/
.circle, .circle2, .circle3, .birds, .kit_1, .kit, .air, .barja {display:none;}
/* Webfont: Lato-Black */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-Black.eot"); /* IE9 Compat Modes */
    src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/Lato-Black.woff2") format("woff2"), /* Modern Browsers */ url("fonts/Lato-Black.woff") format("woff"),
        /* Modern Browsers */ url("fonts/Lato-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-Bold.eot"); /* IE9 Compat Modes */
    src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/Lato-Bold.woff2") format("woff2"), /* Modern Browsers */ url("fonts/Lato-Bold.woff") format("woff"),
        /* Modern Browsers */ url("fonts/Lato-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Light */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-Light.eot"); /* IE9 Compat Modes */
    src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/Lato-Light.woff2") format("woff2"), /* Modern Browsers */ url("fonts/Lato-Light.woff") format("woff"),
        /* Modern Browsers */ url("fonts/Lato-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-Regular.eot"); /* IE9 Compat Modes */
    src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("fonts/Lato-Regular.woff2") format("woff2"), /* Modern Browsers */ url("fonts/Lato-Regular.woff") format("woff"),
        /* Modern Browsers */ url("fonts/Lato-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-italic */
@font-face {
    font-family: "Lato";
    src: url("fonts/Lato-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

/* body.smooth-scroll {
    overflow: hidden;
}

.smooth-scroll #content-scroll {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

/* фиксированные ссылки */
.fast-links {
    position: fixed;
    z-index: 11;
    top: 40%;
    right: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.fast-links:hover {
    transform: translateX(0px) !important;
}
.fast-links__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fast-links-item {
    width: 155px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}

.fast-links-item:not(:last-child) {
    margin-bottom: 10px;
}

.fast-links-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
}
.fast-links-item .icon {
    fill: inherit;
}
.fast-links-item__icon .icon {
    width: 20px;
    font-size: 20px;
}
.fast-links-item--invest .icon path {
    fill: #1e428d;
}
.fast-links-item--special .icon path {
    fill: #e3000f;
}
.fast-links-item--incoterms .icon path {
    fill: #7ad726;
}

.fast-links-item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #292627;
    font-size: 12px;
    font-weight: 900;
    font-style: normal;
    line-height: 1.1;
}

.fast-links-item--incoterms .fast-links-item__incoterms {
    color: #7ad726;
}
.fast-links-item--incoterms .icon {
    fill: #7ad726;
}

.fast-links-item--invest:hover .fast-links-item__label {
    color: #1e428d;
}
.fast-links-item--special:hover .fast-links-item__label {
    color: #e3000f;
}
.fast-links-item--incoterms:hover .fast-links-item__label {
    color: #7ad726;
}
.fast-links-item:hover {
    width: 165px;
}

/* фиксированные ссылки */

.sver {
    position: absolute;
    top: 0;
    left: 0;
    filter: opacity(0.3);
    width: 100%;
    text-align: center;
    z-index: 5;
    pointer-events: none;
}


.container-fluid {
    max-width: 1620px;
}
.wrapper {
    overflow: hidden;
}


.home h1 {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
}
.home h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 200;
}
.home h2 strong {
    font-weight: 800;
}
.home h3 {
    font-size: 2.5rem;
    line-height: 1.25;
}
.home p {
    font-size: 1.25rem;
    line-height: 1.6;
}
.list ul li::before {
	border: 0;
    border-radius: 0;
    background: url(/image/catalog/assets/i/list-mark.svg) no-repeat center;
    background-size: auto 1rem;
    width: 1rem;
}
.btn {
    font-size: 1.25rem;
}
.btn span {
    padding: 2rem;
}
.home .btn::after {
    content: none;
}



#header-wrapper.header_fixed {
    position: fixed;
    z-index: 10;
}
#header .container-fluid {
    max-width: 1891px;
    padding: 0 2rem;
}
#header .content {
    margin-left: 1rem;
}
#header .logo a {
    width: 7rem;
}
.type-header-1 #header {
    padding: 1rem 0;
}
.type-header-1 #header .menu_block {
    margin-top: 0rem;
    margin-right: 9rem;
    border-top: none;
}
.type-header-1 #header .menu {
    justify-content: flex-start;
}
.type-header-1 #header .menu .menu-item {
    padding: 0 1.3rem;
}
.type-header-1 #header .menu .menu-item a {
    border-bottom: 3px solid transparent;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
    padding: 0.5rem 0;
}
.type-header-1 #header .menu .menu-item:hover::before {
    background: transparent;
}
.type-header-1 #header .menu .menu-item a:hover,
.type-header-1 #header .menu .current-menu-item a,
.type-header-1 #header .menu .current-menu-parent a,
.type-header-1 #header .menu .current-menu-ancestor a {
    color: var(--dark);
    background: transparent;
    border-bottom: 3px solid var(--color);
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}
.type-header-1 #header .menu .menu-item .sub-menu .menu-item a:hover {
    border-bottom: 3px solid transparent;
}
.menu-item.menu-item-has-children a::before {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    height: 4px;
    width: 6px;
    background: url(/image/catalog/assets/i/li_menu.svg);
    transform: translateY(0%) rotate(0deg);
    border-right: 0px;
    border-bottom: 0px;
}

/* .content p {
    font-size: 1rem;
} */

#header:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 0%;
    display: block;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
    backdrop-filter: saturate(180%) blur(8px);
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

#header:hover:before {
    height: 100%;
    opacity: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.mobile-icon.mobile-icon-bg {
    background: transparent;
    opacity: 1;
    box-shadow: none;
}

#header-wrapper.header_fixed #header:before {
    height: 100%;
    opacity: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

#header .link-nav--active,
.header .link-nav.dropdown-trigger--active,
.header .link-nav:hover {
    color: #2d69e9;
    background: #fff;
}

#header .dropdown-menu--active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1;
}

#header .icon-drop-down-triangle {
    width: 6px;
    margin-left: 10px;
    height: 6px;
}
a[href^="tel:"].phone-content {
    color: var(--dark);
    font-weight: 700;
    border-bottom-color: transparent;
    font-size: 1rem;
}
.menu-item.menu-item-has-children a::before {
    right: -1rem;
}
.header__languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}
.header__languages a {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0px;
    margin-right: 1rem;
    color: var(--dark);
}
.header .link-nav--active,
.header .link-nav.dropdown-trigger--active,
.header .link-nav:hover {
    color: #2d69e9;
    background: #fff;
}
.button-menu .burger {
    position: relative;
    width: 30px;
    height: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.button-menu .burger .burger-closed {
    position: absolute;
    width: 100%;
    height: 100%;
}
.button-menu .burger .burger-closed span {
    position: relative;
    width: 30px;
    height: 2px;
    display: block;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    background-color: #1e428d;
    border-radius: 0px;
}
.button-menu .burger .burger-closed span:nth-child(1) {
    margin-top: 0 !important;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.button-menu .burger .burger-closed span:nth-child(2) {
    margin-top: 6px;
    -webkit-transition-delay: 0.3125s;
    -o-transition-delay: 0.3125s;
    transition-delay: 0.3125s;
    width: 20px;
    margin: 6px auto;
}
.button-menu .burger .burger-closed span:nth-child(3) {
    margin-top: 6px;
    -webkit-transition-delay: 375ms;
    -o-transition-delay: 375ms;
    transition-delay: 375ms;
}
.button-menu .burger .burger-opened {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button-menu .burger .burger-opened span {
    position: absolute;
    display: block;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    border-radius: 2px;
    background-color: #1e428d;
}
.button-menu .burger .burger-opened span:nth-child(1) {
    left: 9px;
    width: 2px;
    height: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.button-menu .burger .burger-opened span:nth-child(2) {
    top: 9px;
    width: 0;
    height: 2px;
    -webkit-transition-delay: 125ms;
    -o-transition-delay: 125ms;
    transition-delay: 125ms;
}
.header__buttons > * {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}
#header .link-nav {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    border: none;
    background: 0 0;
    transition: 300ms linear;
}

#header .header__languages .link-nav:hover {
    color: var(--color);
    transition: 300ms linear;
}

.header__buttons .link-nav {
    width: 70px;
    height: 100%;
    cursor: pointer;
}
.btn-red {
    border-radius: 30px;
    background-color: #ed2e1c;
}
.type-header-1 #header .btn {
    font-size: 1rem;
}
.type-header-1 #header .btn span {
    padding: 1rem 2rem 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
}






#hero {
    background-color: #fff;
}
#hero .wrap .header p:nth-child(1) {
    background-color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 0.5rem 0.5rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}
#hero .header h1 + p {
    max-width: 600px;
}
#hero .header h1 ~ li {
    max-width: 600px;
}
.hero__title {
    max-width: 27rem;
    margin: 4rem 0 0;
    position: relative;
    z-index: 10;
}
.hero__title h1 {
    color: #38496f;
}
.slider-home-item__background {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1530px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: 1.05s ease-in-out;
    -o-transition: 1.05s ease-in-out;
    transition: 1.05s ease-in-out;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUyNyIgaGVpZ2h0PSI2MzIiIHZpZXdCb3g9IjAgMCAxNTI3IDYzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNzYzLjUgNjMyTDAgMzE2TDc2My41IDBMMTUyNyAzMTZMNzYzLjUgNjMyWiIgZmlsbD0iI0VDRUZGNSIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.slider-home-item__image {
    position: relative;
    z-index: 10;
}
.slider-home__text-slide {
   opacity: 0 !important;
}

.slider-home__text-slide.swiper-slide-thumb-active {
    opacity: 1 !important;
}
.swiper-navigate-hero {
    position: absolute;
    bottom: 15%;
    right: 1%;
    display: flex;
    z-index: 100;
}
.swiper-prev-hero,
.swiper-next-hero {
    width: 76px;
    height: 76px;
    border: 2px solid var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}
.swiper-next-hero {
    background-color: var(--color);
    margin-left: 1rem;
}
.swiper-next-hero::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: #fff;
    top: 0;
    right: auto;
    left: 0;
    z-index: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}
.swiper-next-hero:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}
.swiper-prev-hero::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: var(--color);
    top: 0;
    right: auto;
    left: 0;
    z-index: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}
.swiper-prev-hero:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color);
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}
.swiper-prev-hero svg,
.swiper-next-hero svg {
    position: relative;
    z-index: 20;
}
.swiper-next-hero:hover svg path {
    fill: var(--color);
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}
.swiper-prev-hero:hover svg path {
    fill: #fff;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}
.slider-home__text {
    max-width: 25rem;
    position: absolute;
    bottom: 2%;
    right: 21%;
    z-index: 10;
    overflow: unset;
}
.slider-home__text::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 0%;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, #ef3e2e 32%, #38496f 33%);
}
.slider-home__init {
    margin-top: -10rem;
    margin-bottom: 17rem;
    transform: rotate(-21deg);
}
.slider-home-item__image {
    position: relative;
    text-align: center;
}
.slider-home-item.swiper-slide-active {
    opacity: 1;
}
.slider-home-item.swiper-slide-prev {
    opacity: 0.5;
}
.slider-home-item.swiper-slide-next {
    opacity: 0.5;
}
.slider-home-item {
    transition-property: transform;
    transform: rotate(21deg);
}
.slider-home-item__image::before {
    content: "";
    position: absolute;
    width: 1526px;
    height: 630px;
    z-index: -1;
    background: url(/image/catalog/assets/i/back-hero.svg);
    background-repeat: no-repeat;
    bottom: -5%;
    left: -7%;
}

.slider-home__text-counter span {
    font-weight: 800;
    font-size: 2.5rem;
}

.slider-home__text-counter {
    font-weight: 800;
    font-size: 1rem;
    color: #212a33;
    line-height: 1;
}

.slider-home__text-content {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212a33;
    margin-top: 3px;
    margin-bottom: 19px;
}

.slider-home__text-content p {
    font-size: 1.5rem;
}

.slider-home__text-links {
    display: flex;
    color: #212a33;
}

.slider-home__text-links a {
    padding: 14px 47px;
    border: 2px solid var(--color);
    color: unset;
    display: block;
    position: relative;
    transition: 300ms linear;
}

.slider-home__text-links a:hover {
    background-color: var(--color);
    color: #fff;
    transition: 300ms linear;
}

.slider-home__text-links a:first-child {
    margin-right: 1rem;
}

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

.advantage-bullits__item {
    width: calc(100% / 3 - 1rem);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}
.advantage-bullits__item::after {
    content: "";
    position: absolute;
    background-color: #38496f;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.advantage-bullits-item__text {
    padding: 3rem 4rem;
    color: #fff;
    min-height: 31rem;
    position: relative;
    z-index: 4;
}

.advantage-bullits-item__text h3 {
    font-size: 3.5rem;
}

.advantage-bullits__item:hover::after {
    background-color: transparent;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.advantage-bullits__item:hover {
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.advantage-bullits-item__image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.advantage-bullits-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.advantage-bullits__item:hover .advantage-bullits-item__image {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.transportation__title {
    max-width: 33rem;
}

.transportation__title h2 {
    margin: 2rem 0 4rem;
}

.lenta {
    position: absolute;
    top: -9%;
    left: 0%;
}

.map {
    position: absolute;
    top: 0%;
    right: 0%;
}

.flag {
    position: absolute;
    top: -1%;
    right: 41%;
}

.flag_mini {
    position: absolute;
    top: -3%;
    right: 13%;
}

.wagon {
    position: absolute;
    top: 37%;
    left: 0%;
}



.railway_mini {
    position: absolute;
    top: 32%;
    left: 16%;
}

.ship {
    position: absolute;
    top: 25%;
    left: 32%;
}

.insurance {
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #ebeef4;
    border-radius: 2px;
    max-width: 37rem;
    margin-left: 58rem;
    margin-top: 8rem;
    transform: translateX(300px);
    opacity: 0;
    transition: 500ms all cubic-bezier(0.14, 0.63, 0.26, 1.1);
}

.insurance.show_bull {
    transform: translateX(0px);
    opacity: 1;
    transition: 500ms all cubic-bezier(0.14, 0.63, 0.26, 1.1);
}

.insurance__item {
    width: calc(100% - 310px);
}

.insurance__image img {
    width: 310px;
}

.insurance-item__link {
    margin-top: 1.5rem;
    margin: 1rem auto 0;
    display: block;
    padding: 25px 56px;
    background-color: #005baa;
    border: 1px solid #005baa;
    width: max-content;
    color: #fff;
    transition: 300ms linear;
}

.insurance-item__link:hover {
    background-color: transparent;
    color: #005baa;
    transition: 300ms linear;
}

.insurance-item__text {
    color: #212a33;
    font-size: 1.25rem;
    font-weight: 800;
}
.transportation__bullits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}
.transportation-bullits__item {
    width: calc(100% / 3 - 1rem);
    margin-bottom: 4rem;
    text-align: center;
}

.transportation-bullits-item__text {
    font-size: 1.25rem;
    font-weight: 800;
    color: #212a33;
    margin-top: -1.5rem;
}

.transportation__button .btn {
    display: flex;
    padding-left: 2rem;
    width: max-content;
    align-items: center;
}
.transportation__button {
    width: max-content;
    margin: auto;
}






#about.lazy {
    background-image: none;
}

#about {
    position: relative;
    background-image: url(/image/fon-about.jpg);
    background-repeat: no-repeat;
    background-position-y: 0%;
    background-size: cover;
    background-position-x: center;
    color: #242424;
    padding: 4rem 0 77rem;
}

.birds {
    position: absolute;
    top: 26%;
    right: 0%;
}

.air {
    position: absolute;
    top: 10%;
    left: 0%;
    width: 565px;
    z-index: 5;
}

.kit_1 {
    position: absolute;
    top: 20%;
    left: 41%;
    animation: kit 6s ease infinite;
    opacity: 1;
}

.kit {
    position: absolute;
    top: 37%;
    left: 48%;

    opacity: 1;
}

@keyframes kit {
    0% {
        opacity: 0%;
    }
    50% {
        opacity: 100%;
    }
    100% {
        opacity: 0%;
    }
}

.barja {
    position: absolute;
    left: -56%;
    top: 55%;
    width: 1088px;
}

.anim-barja {
    animation: barja 5s 2s forwards;
    animation-timing-function: cubic-bezier(0.27, 0.47, 0.44, 1.02);
}

@keyframes barja {
    0% {
        left: -56%;
        top: 55%;
    }

    100% {
        left: -12%;
        top: 36%;
    }
}

.circle {
    width: 0rem;
    height: 0rem;
    border: 1px solid #8fbcc9;
    position: absolute;
    right: 2%;
    top: 3%;
    border-radius: 50%;
}

.circle-anim {
    animation: circle 4s ease-in-out 400ms forwards;
}

@keyframes circle {
    0% {
        width: 0rem;
        height: 0rem;
        top: 24%;
    }

    100% {
        width: 57.125rem;
        height: 57.125rem;
        top: 10%;
    }
}

.circle2 {
    width: 0rem;
    height: 0rem;
    border: 1px solid #8fbcc9;
    position: absolute;
    right: 2%;
    top: 24%;
    border-radius: 50%;
}

.circle2-anim {
    animation: circle2 4s ease-in-out 200ms forwards;
}

@keyframes circle2 {
    0% {
        width: 0rem;
        height: 0rem;
        top: 24%;
    }

    100% {
        width: 80rem;
        height: 80rem;
        top: 3%;
    }
}

.circle3 {
    width: 0rem;
    height: 0rem;
    border: 1px solid #8fbcc9;
    position: absolute;
    right: 2%;
    top: 24%;
    top: -5%;
    border-radius: 50%;
}

.circle3-anim {
    animation: circle3 3s ease-in-out forwards;
}

@keyframes circle3 {
    0% {
        width: 0rem;
        height: 0rem;
        top: 24%;
    }

    100% {
        width: 101rem;
        height: 101rem;
        top: -5%;
    }
}

.about-content {
    max-width: 37rem;
    margin-left: 58rem;
}
.about__title p {
    font-size: 1.28rem;
    margin: 1rem 0 1rem;
    text-align: justify;
}
.about__btns {
    display: flex;
    justify-content: space-between;
}

.about__btns .button {
    margin-top: 1rem;
    font-size: 1.25rem;
}

.about__title {    max-width: 29rem;}
.about__title ul{    margin: 0 15px;    font-size: 1.125rem;    margin-bottom: 25px;}
.about__title li{list-style: disc;    color: red;}
.about__title span{color: black;}

.about__title h2 {
    font-size: 50px;
}

.about__play.button {
    background-color: #ed2e1c;
    border-radius: 40px;
    padding-left: 0x;
    margin-right: 1.5rem;
    border: 1px solid var(--color);
    transition: 300ms ease-in-out;
}

.about__play.button:hover {
    background-color: transparent;
    transition: 300ms ease-in-out;
}

.about__play.button span {
    padding: 24px 40px 24px 13px;
    display: block;color: white;
}

.about__play.button div {
    display: flex;
    align-items: center;
}

.about__play.button div svg {
    padding-left: 32px;
    width: 72px;
}

.about__linkpage a {
    display: flex;
    border: 1px solid var(--color);
    align-items: center;
    border-radius: 40px;
    transition: 300ms ease-in-out;
}

.about__linkpage a:hover {
    background-color: var(--color);
    transition: 300ms ease-in-out;
}

.about__linkpage a svg {
    padding-left: 46px;
    width: 72px;
}

.about__linkpage span {
    padding: 24px 46px 24px 20px;
    display: block;
    color: #fff;
}

.site-container {
    max-width: 1843px;
    margin: 0 auto;
}
#numbers {
    position: relative;
    background-color: transparent;
    margin-top: -62rem;
    padding: 0;
}

.number-block {
    background-color: #ffffff;
    padding: 5.5rem 5rem 4rem 10rem;
    display: flex;
    justify-content: space-between;
    color: #38496f;
}
.numbers__bullred {
    position: absolute;
    left: -1rem;
    bottom: -13rem;
    background-color: #000000;
    color: #fff;
    background-image: url(/image/catalog/assets/i/bg_redbull.webp);
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-position-x: 71%;
    overflow: hidden;
    z-index: 4;
    transform: translateX(-100%);
    transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
}

.bulred-anim {
    transform: translateX(0%);
    transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
}

.numbers__title {
    width: 30rem;
}

.numbers__title h2 {
    margin: 0;
}

.numbers__bullits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    width: calc(100% - 450px);
}

.numbers-bullits__item {
    width: calc(100% / 3);
    border: 1px solid #e5eaeb;
    text-align: center;
    padding: 78px 10px 102px;
}

.numbers-bullits__item:nth-child(odd) {
    background: url(/image/catalog/assets/i/bg_bullit_number.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.numbers-bullits-item__text {
    font-size: 1.25rem;
    max-width: 15rem;
    margin: 0 auto;
}

.numbers-bullits-item__title h3 {
    margin: 0 0 1rem;
    font-size: 3rem;
}

.numbers-bullred__item {
    padding: 1rem 160px 316px 183px;
    max-width: 41rem;
}

.numbers-bullred-item__quote {
    font-size: 1.25rem;
    font-weight: 600;

    margin-top: 3rem;
    margin-left: 2rem;
    position: relative;
}

.numbers-bullred-item__quote::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 19px;
    background: url(/image/catalog/assets/i/quote_svg.svg);
    left: -16%;
    top: 8%;
    background-repeat: no-repeat;
}

.numbers-bullred-item__quote::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 19px;
    background: url(/image/catalog/assets/i/quote_svg.svg);
    right: 7%;
    bottom: -4%;
    background-repeat: no-repeat;
}

.numbers-bullred-item__title h3 {
    font-size: 3rem;
}

.numbers-bullred-item__quote span {
    display: block;
    margin-left: 2.5rem;
}
.numbers-bullred-item__text {
    font-size: 1.25rem;
}
.bull_red_moon {
    position: absolute;
    top: 0rem;
    left: -2rem;
    width: 186px;
    height: 242px;
}

.bull_red_cosmo {
    position: absolute;
    right: -8rem;
    bottom: -5rem;
    width: 578px;
    height: 427px;
}

#whyme {
    background-color: #e5eaeb;
    position: relative;
    padding-bottom: 3rem;
}

.circle4 {
    position: absolute;
    width: 0rem;
    height: 0rem;
    background-color: #ffffff;
    top: -4%;
    left: -9%;
    border-radius: 50%;
    /* animation: circle4 2s ease-in-out forwards;  */
}

@keyframes circle4 {
    from {
        width: 0rem;
        height: 0rem;
        top: 20%;
        left: 18%;
    }
    to {
        width: 64.4rem;
        height: 64.4rem;
        top: -12%;
        left: -9%;
    }
}

.circle4-anim {
    animation: circle4 3s ease-in-out forwards;
}

.circle5 {
    position: absolute;
    width: 0rem;
    height: 0rem;
    border: 0px solid #fff;
    top: 20%;
    left: 18%;
    border-radius: 50%;
    /* animation: circle5 2s ease-in-out 200ms forwards;  */
}

@keyframes circle5 {
    from {
        width: 0rem;
        border: 0px solid #fff;
        height: 0rem;
        top: 20%;
        left: 18%;
    }
    to {
        border: 30px solid #fff;
        width: 74.6rem;
        height: 74.6rem;
        top: -20%;
        left: -14%;
    }
}
.circle4-anim {
    animation: circle4 3s ease-in-out forwards;
}

.circle5-anim {
    animation: circle5 3s ease-in-out forwards;
}

.luch {
    position: absolute;
    top: -17%;
    left: 39%;
}
.luch2 {
    position: absolute;
    top: -12%;
    left: 37%;
}
.luch3 {
    position: absolute;
    top: 15%;
    left: 42%;
}
.luch4 {
    position: absolute;
    top: 27%;
    right: -3%;
}

.luch path {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
}
.luch2 path,
.luch3 path {
    stroke-dasharray: 1400;
    stroke-dashoffset: 1400;
}

.luch4 path {
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
}

.whyme__title h2 {
    font-size: 5rem;
    line-height: 0.8;
    color: #38496f;
}
.whyme__title {
    max-width: 25rem;
    margin: 19rem 0 1rem;
    position: relative;
}

.whyme__title::before {
    content: "";
    position: absolute;
    right: -17%;
    top: -32%;
    background: url(/image/catalog/assets/i/que.svg);
    background-repeat: no-repeat;
    width: 131px;
    height: 333px;
}

.whyme__title .text_big {
    font-size: 12.125rem;
}

.whyme__text {
    max-width: 24rem;
    font-size: 1.25rem;
    margin-left: 58rem;
    margin-top: -7rem;
    margin-bottom: 6.5rem;
}

/* .railway {
    width: 4310px;
    height: 402px;
} */

.realses {
    position: absolute;
    bottom: 0%;
    left: 0%;
}

.railway-block {
    width: 1920px;
    position: relative;
    height: 439px;
    z-index: 3;
}

.whyme-bullits__item {
    width: 25rem;
    text-align: center;
    position: relative;
    height: auto;
    padding: 0 10px;
    border: 1px solid #fff;
    margin-right: 0rem;
    background-color: #ffffff17;
    transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
    flex: 0 0 30%;
    background-color: #fff;
    margin-bottom: 2rem;
}

.whyme-bullits__item:hover {
    color: var(--dark);
    background-color: #ffffff9c;
    transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
}

.whyme-bullits-item__icon {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 47px;
    height: 47px;
    background-color: var(--color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.whyme__bullits {
    display: flex;
    /* position: absolute; */
    z-index: 1;
    bottom: 0;
    left: 0;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.whyme-bullits-item__title {
    max-width: 13rem;
    margin: 5rem auto 5rem;
}

.popup--advantages {
    background-color: #fff;
    z-index: 50;
    position: fixed;
    top: 60%;
    left: 50%;
    box-shadow: 0 0 15px black;
    max-width: 1174px!important;
    width: 100%;
    max-height: 80vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: transform .5s, opacity .5s, top .5s, visibility .5s, left 1s;
}
.popup--advantages.active {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.popup--advantages .popup__wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding-right: 30px;
    display: flex;
}

.popup__close {
    z-index: 2;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.popup--advantages .popup-advantages__list {
    width: 100%;
    max-width: 320px;
    height: 100%;
    max-height: 700px;
    padding: 50px 0 50px 40px;
}
.popup--advantages .popup-advantages__list > ul {
    position: relative;
    height: 100%;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    list-style: none;
    overflow-y: auto;
}
.popup--advantages .popup-advantages__link {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #1E428F;
}
.popup--advantages .popup-advantages__link-img {
    display: flex;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}
.popup--advantages .popup-advantages__link-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.popup--advantages .popup-advantages__link-text {
    width: calc(100% - 90px);
}
.popup--advantages .popup-advantages__link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    display: block;
    background-color: #1E428F;
    transition: 0.15s;
}
.popup--advantages .popup-advantages__content {
    height: 100%;
    max-height: 100%;
    width: 100%;
    padding: 70px 0;
    padding-bottom: 50px;
    border-left: 1px solid #E5E7EB;
}
.popup--advantages .popup-advantages__content-wrapper {
    position: relative;
    height: 100%;
    max-height: 100%;
    padding-right: 100px;
    padding-left: 55px;
    overflow-y: auto;
}
.popup--advantages .popup-advantages__content-item {
    display: none;
}
.popup--advantages .popup-advantages__content-wrapper h4 {
    font-size: 40px;
    margin-bottom: 30px;
}
.content-block > p {
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1.5;
}

.popup--advantages .popup-advantages__content-item--active {
    display: block;
}


/* .railway-block__inner {
    left: -152rem;
    position: absolute;
    transform: translateX(0%);
} */

/* .railway-block {
   overflow-x: hidden;
  } */
.pin-wrap {
    position: relative;
    z-index: 1;
    height: auto !important;
}

.railway-block__inner {
    width: 5339px;
    /* height: 440px; */
    position: relative;
    z-index: 3;
    transform: translateX(-40rem);
}

/* .railway-block__inner img{
    width: 4310px;
} */

.to-left {
    float: left;
}

.popup1 {
    max-width: 900px;
}
.popupwagon-title {
    text-align: center;
    margin-bottom: 40px;
}

.popupwagon-text p {
    font-size: 1.125rem;
}

.popupwagon-image {
    min-height: 15rem;
    width: 100%;
    background-color: #b7b7b7;
    margin-top: 2.125rem;
    margin-bottom: 3rem;
}

.swiper-navigate {
    position: absolute;
    top: 0;
    right: 3%;
    display: flex;
}

.swiper-prev,
.swiper-next {
    width: 76px;
    height: 76px;
    border: 2px solid var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    position: relative;
    transition: 300ms linear;
}

.swiper-next:hover,
.swiper-prev:hover {
    cursor: pointer;
    transition: 300ms linear;
}

.swiper-next::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: #e5eaeb;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.swiper-next:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #e5eaeb;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.swiper-prev::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background: var(--color);
    top: 0;
    right: auto;
    left: 0;
    z-index: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.swiper-prev:hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color);
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.swiper-prev svg,
.swiper-next svg {
    position: relative;
    z-index: 20;
}

.swiper-next:hover svg path {
    fill: var(--color);
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.swiper-prev:hover svg path {
    fill: #fff;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}
.bg_color {
    background: linear-gradient(0deg, rgb(255, 255, 255) 51%, #e5eaeb);
}

#team .team-wrap {
    margin-top: 2rem;
}

.swiper-next {
    background-color: var(--color);
    margin-left: 1rem;
}

#team .container-fluid {
    max-width: 1620px;
    margin: 0 auto;
}

#team.lazy {
    background-image: none;
}

#team {
    position: relative;
    background-image: url(/image/catalog/assets/i/bg_team.webp);
    background-repeat: no-repeat;
    background-position-y: 0%;
    background-position-x: center;
    padding: 5rem 0 37rem;
    margin-top: 0rem;
    z-index: 3;
}

.air_big {
    left: -64%;
    bottom: 13%;
    position: absolute;
    width: 1176px;
}

.air_big-anim {
    animation: air2 12s linear infinite;
}

@keyframes air2 {
    0% {
        left: -64%;
    }
    90% {
        left: 124%;
    }
    100% {
        left: 124%;
    }
}

section {
    border-top: none;
    border-bottom: none;
}
#team .team {
    position: relative;
    border-radius: 0;
    overflow: unset;
    background: transparent;
}

#team .avatar::before {
    content: none;
}

#team .team .body {
    position: relative;
    height: auto;
    width: auto;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: unset;
    border-radius: 0;
    margin-top: 2rem;
    max-width: 233px;
}

#team .name {
    font-size: 1rem;
    font-weight: bold;
    font-weight: var(--f1wb);
    line-height: 1.3;
    max-width: 100%;
    margin: 0;
    color: #38496f;
    text-align: left;
    z-index: 10;
    text-transform: uppercase;
}

#team .team:hover .body {
    right: 0;
    bottom: 0;
}

#team .fancybox .team:hover .body {
    background: unset;
}

#team .team:hover .name {
    margin: 0;
}

#team .position {
    color: #38496f;
    font-size: 0.9rem;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    font-weight: 400;
    z-index: 10;
    opacity: 1;
    margin-bottom: 1rem;
}

#team .team:hover .position {
    opacity: 1;
    margin-right: 0;
}

#news {
    background: transparent;
    position: relative;
    margin-top: -25rem;
    z-index: 3;
}

.news-block {
    position: relative;
    z-index: 10;
}

.news-block {
    display: grid;
    grid-gap: 1rem;
    margin: 3rem auto 0;
}

.item-news a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    position: relative;
    z-index: 5;
}

.item-news a::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(22, 36, 69, 1) 100%);
    transition: 300ms linear;
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0%;
}

.item-news-7 a::after {
    content: none;
}

.arrow-all {
    position: absolute;
    top: -3rem;
    right: -3rem;
    box-shadow: inset 1px -3px 10px 0 #0000004a;
    width: 189px;
    height: 189px;
    background-color: #d12919;
    border-radius: 50%;
    border: 3px solid #f44838;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms linear;
}

.content-new .date {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.content-new .title {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.content-new .subtitle {
    max-width: 30rem;
    opacity: 0;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.item-news a:hover .content-new .subtitle {
    display: block;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
    opacity: 1;
}

.item-news a:hover .content-new .arrow {
    opacity: 1;
    transition: 300ms cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.content-new .arrow {
    opacity: 0;
    margin-top: 1rem;
}

.item-news a:hover .content-new {
    transform: translateY(0%);
    transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
}

.item-news a:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 9%, rgba(22, 36, 69, 1) 100%);
    transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
}

.content-new {
    padding: 24px;
    position: relative;
    z-index: 10;
    transform: translateY(53%);
    transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
}

.item-news {
    position: relative;
    color: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.item-news-1 {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    height: 39rem;
    width: 38rem;
}

.item-news-2 {
    grid-column: 4 / 6;
    grid-row: 1 / 2;
    height: 19rem;
    width: 27.5rem;
}

.item-news-3 {
    grid-column: 4 / 6;
    grid-row: 2 / 3;
    height: 19rem;
    width: 27.5rem;
}

.item-news-4 {
    grid-column: 6 / 8;
    grid-row: 1 / 2;
    height: 19rem;
    width: 27.5rem;
}

.item-news-5 {
    grid-column: 6 / 8;
    grid-row: 2 / 3;
    height: 19rem;
    width: 27.5rem;
}

.item-news-6 {
    grid-column: 1 / 6;
    grid-row: 3 / 4;
    height: 19rem;
    width: 67rem;
}

.item-news-7 {
    grid-column: 6 / 8;
    grid-row: 3 / 4;
    height: 19rem;
    width: 27.5rem;
    background-color: var(--color);
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
}

.item-news-7 .content-new {
    transform: translateY(0%);
}

.item-news-7:hover .arrow-all {
    top: -2rem;
    right: -2rem;
    transition: 0.5s cubic-bezier(0.21, 1.03, 0.7, 1) all;
    width: 150px;
    height: 150px;
}

.image-new {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.all-news {
    width: 100%;
    height: 100%;
    display: block;
}

.image-new img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#news-block {
    margin-top: -24rem;
    z-index: 3;
}

.logos-row .container-fluid {
    max-width: 1604px;
}

.logos-row .item {
    flex-direction: column;
    border: 1px solid #e8e8e8;
}
.logos-row .items .item:nth-last-child(-n + 5) {
    border-bottom: 1px solid #e8e8e8;
}

.logos-row .items .item:nth-child(5n) {
    border-right: 1px solid #e8e8e8;
}

.logos-row .item:nth-child(even) {
    background-color: #e5eaeb;
}
.logos-row .item .logo img {
    max-height: 203px;
    max-width: 195px;
    display: block;
    margin: 0 auto;
}
.logos-row .item .logo {
    width: 213px;
}

.logos-row .item .desc p {
    font-size: 0.9rem;
    color: #78859e;
}

.left_luch {
    position: absolute;
    top: -3%;
    left: 22%;
}
.left_luch path,
.right_luch path {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
}
.right_luch {
    position: absolute;
    top: -3%;
    right: 22%;
}

.air_man {
    position: absolute;
    top: 38%;
    left: 0%;
}

.manager-1 .wrap {
    display: flex;
    justify-content: space-between;
    background: transparent;

    box-shadow: none;
    border-radius: 0.5rem;
}
.manager-1 .left-wrap {
    flex: 0 0 auto;
}

.form-desk {
    display: none;
}
.manager-1 .form-wrap {
    margin-top: -6rem;
    max-width: 430px;
    padding: 0 3rem 2.5rem;
    transform: translateY(-800px);
    transition: 1.5s cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.manager-1 .form-wrap.form-anim {
    transform: translateY(0px);
    transition: 1.5s cubic-bezier(0.17, 0.67, 0.52, 0.7);
}

.form-wrap .button {
    margin: 1.5rem 0 1.5rem;
}
.form .form-head {
    line-height: 1.5;
    font-size: 1.8rem;
    font-family: var(--f2);
    color: #38496f;
    background-color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10.5rem 2.5rem 0;
}

.form-wrap {
    border-radius: 2px;
    box-shadow: none;
}

.right-wrap {
    max-width: 370px;
    flex: 1 0 370px;
    padding-left: 4rem;
    margin-top: 3rem;
}

.logos-row {
    border-bottom-color: transparent;
    padding: 3rem 0 7rem;
}

#manager {
    background-color: #e5eaeb;
}
.manager-1 .text-wrap {
    max-width: 292px;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
}
.manager-1 .text-wrap .header h2 {
    font-size: 3.5rem;
    color: var(--dark);
    margin-top: 0;
    margin-right: -4rem;
}

.manager-1 .text-wrap {
    max-width: 370px;
    flex: 1 0 370px;
    padding: 5rem 0;
}
#manager ul li {
    font-size: 1.125rem;
    margin-bottom: 1.2rem;
    padding-left: 3.2rem;
}
.form-group {
    background: #ededed;
    border: #ededed;
    border-radius: 3px;
}
#manager ul {
    max-width: 283px;
}

.hideLabels .form-control {
    padding: 22px 23px 22px;

    color: #505c6c;
    font-size: 0.9rem;
    border-radius: 3px;
}
.hideLabels .form-group label {
    position: absolute;
    left: 1.5rem;
    top: 22px;
    color: #505c6c;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.hideLabels label.label-none,
.hideLabels label.label-none,
.hideLabels .form-control:focus + label {
    top: 5px;
    font-size: 12px;
}

.hideLabels .form-group {
    margin: 0.5rem auto 1.3rem;
}

.form .btn {
    width: 100%;
}
.form .btn span {
    padding: 2.3rem 2rem;
}

#manager ul li::before {
    background-image: url(/image/catalog/assets/i/li_before.svg);
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
}
.manager-1 .wrap {
    padding: 0 10rem;
}

#manager {
   padding: 4rem 0 0rem;
    min-height: 91rem;
    margin-top: 13rem;
}
.man_bg {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 10;
    pointer-events: none;
}
.popupwagon-text li {
    font-size: 1.125rem;
}
.transportation-bullits-item__img {
    width: 474px;
    height: 299px;
}
ul.list.mobile-list {
    display: none;
}
.mobile-icon {
    right: 2rem;
    top: 1.5rem;
}
.home .mobile .btn span {
    padding: 1.25rem 1rem 1.25rem 1rem;
    text-transform: uppercase;
}
.b2b-copy {
    width: max-content;
}
#footer .phone-content {
    color: #fff;
}
.popup .form .form-head {
    padding: 1.5rem 2.5rem 2rem;
}
.header h2 ~ p,
.subheader {
    font-weight: 400;
}

@media screen and (min-width: 2500px) {
    body {
        zoom: 1.333;
    }
}

@media screen and (max-width: 1919px) {
    .luch {
        top: -13%;
        left: 39%;
    }
    .luch2 {
        top: -15%;
        left: 37%;
    }

    .item-news-1 {
        width: 42rem;
    }
    .numbers-bullred__item {
        padding: 1rem 148px 316px 183px;
    }
    .type-header-1 #header .menu_block {
        margin-right: 0;
    }
    #header .menu .menu-item {
        padding: 0 0.7rem;
    }
    .type-header-1 #header .button {
        margin-right: 0rem;
    }
    .slider-home__text {
        right: 21%;
    }
    .advantage__bullits {
        max-width: 85vw;
        margin: auto;
    }
    .advantage-bullits-item__text {
        padding: 3rem 4rem;
        min-height: 25rem;
    }
    .advantage-bullits-item__text h3 {
        font-size: 3rem;
    }
    .insurance {
        margin-left: 50rem;
    }
    .lenta {
        top: -5%;
        left: -1%;
        width: 1520px;
    }
    .wagon {
        top: 30%;
        left: 0%;
    }
    .railway_mini {
        top: 24%;
        left: 20%;
    }
    .ship {
        top: 25%;
        left: 22%;
    }
    .transportation-bullits-item__text {
        margin-top: 0rem;
    }

    .about-content {
        margin-left: 50rem;
    }
    @keyframes barja {
        0% {
            left: -56%;
            top: 55%;
        }

        100% {
            left: -26%;
            top: 45%;
        }
    }

    .kit {
        top: 33%;
        left: 24%;
    }

    .numbers__bullits {
        width: calc(100% - 431px);
    }

    @keyframes circle4 {
        from {
            width: 0rem;
            height: 0rem;
            top: 20%;
            left: 18%;
        }
        to {
            width: 58rem;
            height: 58rem;
            top: -5%;
            left: -12%;
        }
    }

    @keyframes circle5 {
        from {
            width: 0rem;
            border: 0px solid #fff;
            height: 0rem;
            top: 20%;
            left: 18%;
        }
        to {
            border: 30px solid #fff;
            width: 65rem;
            height: 65rem;
            top: -11%;
            left: -14%;
        }
    }
    .luch3 {
        top: 12%;
        left: 40%;
    }
    .whyme__title .text_big {
        font-size: 11rem;
    }
    .whyme__title h2 {
        font-size: 4.5rem;
    }
    .luch4 {
        top: 17%;
        width: 265px;
        right: -6%;
    }
    .whyme__title::before {
        right: -13%;
        top: -24%;
        width: 150px;
        background-size: 69%;
    }
    .whyme__title {
        margin: 16rem 0 1rem;
    }

    .whyme-bullits__item:nth-child(3) {
        margin-right: 11rem;
    }
    .item-news-2 {
        width: 100%;
    }
    .item-news-3 {
        width: 100%;
    }
    .item-news-4 {
        width: 100%;
    }
    .item-news-5 {
        width: 100%;
    }
    .item-news-6 {
        width: 100%;
    }
    .item-news-7 {
        width: 100%;
    }
    #manager {
        padding: 4rem 0 42rem;
        min-height: 88rem;
    }

    .slider-home__init {
        margin: -13rem auto 4rem;
    }

    .slider-home-item__image::before {
        bottom: -31%;
        left: 2%;
        background-size: 74%;
    }
    .type-header-1 #header .btn span {
        padding: 17px 21px;
    }

    .menu-item.menu-item-has-children a::before {
        right: -0.7rem;
    }
}
@media screen and (max-width: 1679px) {
    .slider-home__init {
        margin: -10rem auto 4rem;
    }
    .luch2 {
        top: -23%;
        left: 37%;
    }
}
@media screen and (max-width: 1535px) {
    .header__languages a {
        margin-right: 0.5rem;
    }
    #header .link-nav {
        font-size: 12px;
    }
    #header .logo a {
        width: 5rem;
    }
    .type-header-1 #header .button {
        flex: 0 0 12rem;
    }
    .type-header-1 #header .btn {
        font-size: 12px;
    }
    .hero__title {
        margin: 2rem 0 0;
    }
    .slider-home__init {
        margin: -4rem auto 4rem;
    }
    .slider-home__text {
        right: 17%;
    }
    .advantage-bullits-item__text h3 {
        font-size: 2.5rem;
    }
    .slider-home-item__image::before {
        bottom: -39%;
        left: 0%;
        background-size: 69%;
    }
    .lenta {
        top: -1%;
        left: -1%;
    }
    .insurance {
        margin-left: 45rem;
    }
    .about-content {
        margin-left: 43rem;
        max-width: 32rem;
    }
    .about__play.button span {
        padding: 24px 26px 24px 13px;
    }
    .about__play.button div svg {
        padding-left: 25px;
        width: 54px;
    }
    .about__linkpage span {
        padding: 24px 24px 24px 20px;
    }
    .about__linkpage a svg {
        padding-left: 27px;
        width: 43px;
    }
    .air {
        width: 450px;
    }
    .barja {
        left: -68%;
        top: 53%;
        width: 900px;
    }
    .numbers-bullits-item__title h3 {
        font-size: 2.5rem;
    }

    .numbers-bullits__item {
        padding: 78px 10px 80px;
    }
    .numbers-bullred__item {
        padding: 1rem 181px 258px 148px;
        max-width: 41rem;
    }
    .bull_red_cosmo {
        right: -8rem;
        bottom: -7rem;
    }
    .numbers-bullred-item__title h3 {
        font-size: 2.5rem;
    }
    .numbers__bullred {
        bottom: -12rem;
    }
    .numbers-bullits-item__text {
        font-size: 0.9rem;
    }
    .whyme__text {
        margin-left: 50rem;
        margin-bottom: 3.5rem;
    }

    .whyme-bullits__item:nth-child(3) {
        margin-right: 10rem;
    }
    .railway-block__inner img {
        height: 365px;
    }
    .railway-block {
        height: 405px;
    }
    .railway-block__inner {
        width: 3400px;
    }

    .whyme-bullits__item {
        width: 13rem;
        height: 16rem;
    }
    .whyme-bullits-item__title {
        margin: 6rem auto 0;
    }
    .whyme__bullits {
        font-size: 1.1rem;
    }
    .whyme-bullits__item:nth-child(3) {
        margin-right: 9rem;
    }
    .air_big {
        bottom: 16%;
        width: 850px;
    }
    .item-news-1 {
        width: 100%;
        height: 35rem;
    }
    .item-news-6 {
        width: 100%;
    }

    .item-news-2 {
        height: 17rem;
    }
    .item-news-3 {
        height: 17rem;
    }

    .item-news-4 {
        height: 17rem;
    }

    .item-news-5 {
        height: 17rem;
    }
    .logos-row .item .logo img {
        max-height: 131px;
        max-width: 141px;
    }
    .manager-1 .wrap {
        padding: 0 0rem;
    }
    .manager-1 .text-wrap .header h2 {
        font-size: 3rem;
        margin-top: 0;
        margin-right: 0rem;
    }
    .left_luch {
        top: -3%;
        left: 9%;
    }
    .right_luch {
        top: -3%;
        right: 10%;
    }
    #manager {
        padding: 4rem 0 39rem;
        min-height: 84rem;
    }
    .circle3-anim {
        animation: circle3 5s ease-in-out forwards;
    }

    @keyframes circle3 {
        0% {
            width: 0rem;
            height: 0rem;
            top: 24%;
        }

        100% {
            width: 80rem;
            height: 80rem;
            top: 0%;
        }
    }

    .circle2-anim {
        animation: circle2 5s ease-in-out 500ms forwards;
    }

    @keyframes circle2 {
        0% {
            width: 0rem;
            height: 0rem;
            top: 24%;
        }

        100% {
            width: 70rem;
            height: 70rem;
            top: 3%;
        }
    }
}
@media screen and (max-width: 1439px) {
    .slider-home__init {
        margin: -10rem auto 4rem;
    }
    .transportation-bullits-item__img {
        width: 409px;
        height: 258px;
    }
    .header__languages {
        flex-grow: 0.5;
    }
    .header__contacts {
        flex-grow: 0.7;
    }
    #header .menu .menu-item {
        padding: 0 0.9rem;
    }
    .slider-home__text {
        bottom: 5%;
    }
    .slider-home-item__image::before {
        bottom: -43%;
        left: 3%;
        background-size: 69%;
    }
    .insurance__image img {
        width: 282px;
    }
    .lenta {
        top: -2%;
        left: -4%;
    }
    #about {
        padding: 22rem 0 77rem;
    }
    .about-content {
        margin-left: 50rem;
        max-width: 34rem;
    }
    .about__title h2 {
        font-size: 3rem;
    }
    .air {
        width: 370px;
    }
    h2 {
        font-size: 3rem;
    }
    .numbers-bullred-item__quote span {
        margin-left: 0.5rem;
    }
    .numbers-bullred__item {
        padding: 1rem 204px 261px 148px;
        max-width: 39rem;
    }
    .whyme-bullits__item {
        width: 16rem;
        height: 16rem;
    }
    .whyme__bullits {
        bottom: 7rem;
    }
    .whyme-bullits__item:nth-child(3) {
        margin-right: 9rem;
    }
    .luch2 {
        top: -30%;
        left: 37%;
    }
    .luch3 {
        top: 6%;
        left: 40%;
    }
    .luch4 {
        top: 13%;
        right: -1%;
    }
    .item-news-1 {
        height: 33rem;
    }
    .item-news-2 {
        height: 16rem;
    }

    .item-news-3 {
        height: 16rem;
    }

    .item-news-4 {
        height: 16rem;
    }

    .item-news-5 {
        height: 16rem;
    }

    .item-news-7 {
        height: 16rem;
    }
    .item-news-6 {
        height: 16rem;
    }
}
@media screen and (max-width: 1365px) {
    #header .dropdown-menu {
        top: 42px;
    }
    .slider-home-item__image::before {
        bottom: -55%;
        left: 6%;
        background-size: 59%;
    }
    .about-content {
        margin-left: 51rem;
        max-width: 36rem;
    }
    .luch2 {
        top: -35%;
        left: 37%;
    }
    .railway-block__inner img {
        height: 338px;
    }
    .railway-block {
        height: 378px;
    }

    .swiper-prev-hero,
    .swiper-next-hero {
        width: 65px;
        height: 65px;
    }
    .slider-home__text {
        bottom: 10%;
        right: 0%;
    }
    .swiper-navigate-hero {
        bottom: 10%;
        right: 34%;
    }
    .insurance {
        margin-left: 47rem;
        margin-top: 17rem;
    }
    .insurance__image img {
        width: 220px;
    }
    .insurance__item {
        width: calc(100% - 246px);
    }
    .wagon {
        top: 31%;
        left: -6%;
        width: 247px;
    }
    .railway_mini {
        top: 25%;
        left: 14%;
    }
    .lenta {
        top: -2%;
        left: -4%;
    }
    .ship {
        top: 28%;
        left: 10%;
    }
    .about__title {
        max-width: 37rem;
    }
    .about__linkpage span {
        padding: 24px 31px 24px 25px;
    }
    .birds {
        top: 17%;
        right: 0%;
    }
    .numbers-bullred__item {
        padding: 1rem 185px 261px 139px;
        max-width: 39rem;
    }
    .numbers__bullits {
        width: calc(100% - 399px);
    }
    .whyme__title h2 {
        font-size: 4rem;
    }

    .whyme__title .text_big {
        font-size: 10rem;
    }

    .whyme__title::before {
        background-size: 51%;
    }
    .whyme-bullits__item {
        width: 18rem;
        height: 18rem;
    }
    .whyme-bullits__item:nth-child(3) {
        margin-right: 7rem;
    }
    .whyme__text {
        margin-bottom: 3.5rem;
    }
    .swiper-prev,
    .swiper-next {
        width: 65px;
        height: 65px;
    }

    #team {
        padding: 3rem 0 33rem;
        background-position-y: 100%;
    }

    .air_big {
        width: 650px;
    }
    .item-news-1 {
        height: 33rem;
    }
    .item-news-6 {
        height: 16rem;
    }
    #manager {
        min-height: 91rem;
    }
}
@media screen and (max-width: 1279px) {
    .transportation-bullits-item__img {
        width: 346px;
        height: 218px;
    }

    #header .mainrow {
        justify-content: space-between;
    }
    .type-header-1 #header .content {
        flex: 0.1 1 auto;
    }
    .slider-home__init {
        margin: -5rem auto 11rem;
    }
    .slider-home-item__image::before {
        bottom: -71%;
        left: 5%;
        background-size: 53%;
    }
    .advantage__bullits {
        max-width: 100vw;
    }

    .slider-home__text {
        bottom: -3%;
        right: 0%;
    }
    .swiper-navigate-hero {
        bottom: -3%;
        right: 47%;
    }
    .advantage-bullits-item__text h3 {
        font-size: 2rem;
    }
    .advantage-bullits-item__text {
        min-height: 21rem;
    }
    .lenta {
        top: 4%;
        left: -2%;
    }
    .flag {
        top: 1%;
        right: 41%;
    }
    .flag_mini {
        top: 0%;
        right: 13%;
    }
    .insurance {
        margin-left: 35rem;
        margin-top: 16rem;
        max-width: 33rem;
    }
    .railway_mini {
        top: 23%;
        left: 20%;
    }
    .about-content {
        margin-left: 32rem;
        max-width: 31rem;
    }
    .about__btns .button {
        font-size: 1rem;
    }
    .numbers__bullits {
        width: calc(100% - 265px);
    }
    .numbers-bullits__item {
        padding: 56px 10px 54px;
    }
    .numbers-bullred__item {
        padding: 1rem 143px 201px 139px;
        max-width: 36rem;
    }
    .numbers-bullits-item__title h3 {
        font-size: 2.1rem;
    }
    .number-block {
        padding: 5.5rem 3rem 4rem 10rem;
    }
    .luch2 {
        top: -24%;
        left: 37%;
    }

    .whyme__bullits {
        bottom: 4rem;
    }
    .bull_red_moon {
        top: -2rem;
        left: -3rem;
    }
    .bull_red_cosmo {
        right: -8rem;
        width: 428px;
        bottom: -7rem;
        height: 362px;
    }

    @keyframes circle4 {
        from {
            width: 0rem;
            height: 0rem;
            top: 20%;
            left: 18%;
        }
        to {
            width: 50rem;
            height: 50rem;
            top: -2%;
            left: -9%;
        }
    }

    .circle4-anim {
        animation: circle4 3s ease-in-out forwards;
    }

    @keyframes circle5 {
        from {
            width: 0rem;
            border: 0px solid #fff;
            height: 0rem;
            top: 20%;
            left: 18%;
        }
        to {
            border: 30px solid #fff;
            width: 59rem;
            height: 59rem;
            top: -8%;
            left: -15%;
        }
    }
    .circle4-anim {
        animation: circle4 3s ease-in-out forwards;
    }

    .circle5-anim {
        animation: circle5 3s ease-in-out forwards;
    }

    .whyme__title .text_big {
        font-size: 10rem;
    }
    .whyme__title::before {
        background-size: 67%;
        right: -10%;
    }
    .luch4 {
        top: 13%;
        right: -12%;
    }
    .whyme__text {
        margin-left: 37rem;
    }
    .whyme-bullits__item {
        width: 14rem;
        height: 16rem;
        margin-right: 2rem;
    }
    .numbers__bullred {
        bottom: -15rem;
    }
    .air_big {
        bottom: 19%;
        width: 850px;
    }

    #manager {
        min-height: 81rem;
    }
    .logos-row .item .logo img {
        max-width: 108px;
    }
    .manager-1 .form-wrap .form-head {
        padding: 6.5rem 2.5rem 0;
    }
    .manager-1 .form-wrap {
        max-width: 356px;
    }
}
@media screen and (max-width: 1149px) {
    #team {
        padding: 2rem 0 33rem;
    }
    .slider-home-item__image::before {
        bottom: -88%;
        left: 3%;
        background-size: 51%;
    }
    .flag {
        top: 4%;
        right: 39%;
    }
    ul.list.mobile-list {
        display: block;
    }
    .air_man {
        top: 52%;
        left: 0%;
    }
    .whyme__title::before {
        top: -49%;
    }
    @keyframes circle5 {
        from {
            width: 0rem;
            border: 0px solid #fff;
            height: 0rem;
            top: 20%;
            left: 18%;
        }
        to {
            border: 30px solid #fff;
            width: 59rem;
            height: 59rem;
            top: -9%;
            left: -14%;
        }
    }

    .circle5-anim {
        animation: circle5 3s ease-in-out forwards;
    }
    .type-header-1 #header .content {
        flex: 0.1 1 auto;
    }
    .hero__title {
        max-width: 22rem;
    }
    h1 {
        font-size: 2rem;
    }

    .slider-home__init {
        max-width: 100%;
        margin: -3rem auto 8rem;
    }
    .swiper-navigate-hero {
        bottom: -3%;
        right: 59%;
    }
    .advantage__bullits {
        max-width: 100vw;
    }
    .advantage-bullits-item__text {
        padding: 3rem 2rem;
        min-height: 20rem;
    }
    .transportation__title h2 {
        margin: 2rem 0 2rem;
    }
    p {
        font-size: 1.125rem;
    }
    .lenta {
        top: 7%;

        left: 0%;
    }
    .wagon {
        top: 30%;
        left: -6%;
        width: 247px;
    }
    .insurance {
        margin-left: 23rem;
        margin-top: 16rem;
        max-width: 33rem;
    }
    .about-content {
        margin-left: 23rem;
        max-width: 31rem;
    }
    .about__title {
        max-width: 28rem;
    }
    .kit {
        top: 33%;
        left: 9%;
    }
    .circle-anim {
        animation: circle 5s ease-in-out 1s forwards;
    }

    @keyframes circle {
        0% {
            width: 0rem;
            height: 0rem;
            top: 24%;
        }

        100% {
            width: 45rem;
            height: 45rem;
            top: 14%;
        }
    }
    .circle2-anim {
        animation: circle2 5s ease-in-out 500ms forwards;
    }

    @keyframes circle2 {
        0% {
            width: 0rem;
            height: 0rem;
            top: 24%;
        }

        100% {
            width: 60rem;
            height: 60rem;
            top: 8%;
        }
    }
    .air {
        width: 370px;
        transform: rotate(-11deg);
    }
    .number-block {
        padding: 3.5rem 2rem 4rem 2rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    .numbers-bullits-item__title h3 {
        font-size: 2rem;
    }
    .numbers-bullits__item {
        padding: 50px 10px 41px;
    }
    .numbers-bullred__item {
        padding: 1rem 42px 166px 86px;
        max-width: 28rem;
    }
    .numbers__bullred {
        bottom: -12rem;
        background-position-y: 25%;
    }
    .numbers-bullred-item__title h3 {
        font-size: 2rem;
    }
    .numbers-bullred-item__text {
        font-size: 1.125rem;
    }
    .whyme__title h2 {
        font-size: 3rem;
    }
    .whyme__title .text_big {
        font-size: 8rem;
    }
    .whyme__title {
        margin: 12rem 0 1rem;
        max-width: 22rem;
    }
    .whyme__text {
        margin-left: 26rem;
        font-size: 1.125rem;
    }
    .luch4 {
        top: 8%;
        right: -8%;
    }

    .railway {
        height: 316px;
    }
    .whyme__bullits {
        bottom: 5rem;
        font-size: 1rem;
    }
    .whyme-bullits__item {
        width: 14rem;
        height: 14rem;
        margin-right: 2rem;
    }
    .popupwagon-text p {
        font-size: 1rem;
    }
    .popupwagon-title {
        margin-bottom: 20px;
    }
    .popupwagon-image {
        min-height: 10rem;
        margin-bottom: 2rem;
    }
    .air_big {
        bottom: 21%;
        width: 650px;
    }

    .item-news-1 {
        width: 100%;
        height: 20rem;
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .item-news-2 {
        width: 100%;
        height: 20rem;
        grid-column: 2/3;
        grid-row: 1/2;
    }
    .item-news-3 {
        width: 100%;
        height: 20rem;
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .item-news-4 {
        width: 100%;
        height: 20rem;
        grid-column: 2/3;
        grid-row: 2/3;
    }

    .item-news-5 {
        width: 100%;
        height: 20rem;
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .item-news-6 {
        width: 100%;
        height: 20rem;
        grid-column: 2/3;
        grid-row: 3/4;
    }
    .item-news-7 {
        width: 100%;
        height: 15rem;
        grid-column: 1/3;
        grid-row: 4/5;
    }
    .logos-row .items {
        grid-template-columns: repeat(4, 25%);
    }

    .logos-row .item:nth-child(even) {
        background-color: #fff;
    }
    .manager-1 .text-wrap .header h2 {
        font-size: 2rem;
    }
    .right-wrap {
        display: none;
    }
    .manager-1 .form-wrap {
        max-width: 424px;
    }
    .right_luch {
        top: -3%;
        right: -20%;
    }
    .left_luch {
        top: -3%;
        left: 29%;
    }
    #manager {
        min-height: 70rem;
        padding: 4rem 0 31rem;
    }
}
@media screen and (max-width: 1023px) {
    .railway-block__inner img {
        height: 306px;
    }
    .railway-block__inner {
        width: 2300px;
    }
    .transportation-bullits-item__img {
        width: 216px;
        height: 136px;
    }
    .railway-block {
        height: 345px;
    }

    .slider-home-item__image::before {
        bottom: -96%;
        left: -2%;
        background-size: 54%;
    }
    .hero__title {
        margin: 6rem 0 0;
    }
    .slider-home__init {
        max-width: 100%;
        margin: 1rem auto 18rem;
    }

    .slider-home__text {
        bottom: 7%;
        right: 0%;
    }
    .swiper-navigate-hero {
        bottom: 7%;
        right: auto;
        left: 9%;
    }
    .advantage__bullits {
        flex-wrap: wrap;
    }
    .advantage-bullits__item {
        width: auto;
        flex: 0 0 48%;

        margin-top: 25px;
    }

    .advantage-bullits__item:nth-child(3) {
        width: auto;
        flex: 0 0 100%;
    }
    .insurance {
        margin-left: 12rem;
        margin-top: 20rem;
        max-width: 33rem;
        margin-bottom: 2rem;
    }
    .lenta {
        top: 12%;
        left: 0%;
    }
    .wagon {
        top: 32%;
        left: -16%;
        width: 186px;
    }
    .railway_mini {
        top: 26%;
        left: 20%;
        width: 218px;
    }
    .ship {
        top: 30%;
        left: 19%;
        width: 400px;
    }
    .flag {
        top: 4%;
        right: 32%;
    }
    .flag_mini {
        top: 6%;
        right: 8%;
    }
    .transportation-bullits-item__text {
        font-size: 1.125rem;
    }
    .about-content {
        margin-left: 11rem;
        max-width: 29rem;
    }
    .air {
        width: 200px;
        transform: rotate(-6deg);
    }

    .kit {
        top: 33%;
        left: 0%;
        width: 174px;
    }
    .about__title h2 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
    }
    .numbers__title {
        width: 17rem;
        margin-bottom: 2rem;
    }
    .numbers-bullits-item__title h3 {
        font-size: 1.5rem;
    }
    .numbers__bullits {
        width: calc(100%);
        margin-bottom: 14rem;
    }
    .number-block {
        display: block;
    }
    .numbers-bullred__item {
        padding: 2rem 150px 127px 177px;
        max-width: 38rem;
    }
    .numbers__bullred {
        bottom: -12rem;
        background-position-y: 22%;
    }
    @keyframes circle4 {
        from {
            width: 0rem;
            height: 0rem;
            top: 13%;
            left: 18%;
        }
        to {
            width: 35rem;
            height: 35rem;
            top: 1%;
            left: -9%;
        }
    }

    .circle4-anim {
        animation: circle4 3s ease-in-out forwards;
    }

    @keyframes circle5 {
        from {
            width: 0rem;
            border: 0px solid #fff;
            height: 0rem;
            top: 13%;
            left: 18%;
        }
        to {
            border: 30px solid #fff;
            width: 43rem;
            height: 43rem;
            top: -4%;
            left: -17%;
        }
    }

    .circle5-anim {
        animation: circle5 3s ease-in-out forwards;
    }
    .luch3 {
        top: 3%;
        left: 40%;
    }
    .whyme__text {
        margin-left: 20rem;
        font-size: 1.125rem;
        margin-top: 4rem;
        margin-bottom: 2.5rem;
    }
    .luch4 {
        top: 4%;
        right: -19%;
    }
    .railway {
        height: 277px;
    }
    .whyme-bullits-item__title {
        margin: 4rem auto 0;
    }
    .whyme-bullits__item {
        width: 12rem;
        height: 12rem;
        margin-right: 1rem;
    }
    .whyme-bullits__item:nth-child(3) {
        margin-right: 4rem;
    }

    #team .swiper-slide {
        padding: 0 10px;
    }
    #team .team-wrap {
        margin-top: 4rem;
    }

    .air_big {
        bottom: 21%;
        width: 550px;
    }
    .logos-row {
        padding: 2rem 0 5rem;
    }
    .logos-row .items {
        grid-template-columns: repeat(3, 33%);
    }
    .manager-1 .form-wrap {
        max-width: 350px;
    }
    .manager-1 .text-wrap {
        max-width: 300px;
        flex: 1 0 300px;
    }
    .left_luch {
        top: -3%;
        left: 15%;
    }
    .right_luch {
        top: 0%;
        right: -27%;
    }
    #manager {
        min-height: 70rem;
        padding: 4rem 0 28rem;
    }
    .air_man {
        top: 61%;
        left: 9%;
        width: 200px;
    }
    .logos-row .items .item:nth-child(3n) {
        border-right: 1px solid #e8e8e8;
    }
}
@media screen and (max-width: 767px) {
    .fast-links__wrapper {
        transform: translateX(130px);
    }
    .fast-links__wrapper:hover {
        transform: translateX(0px);
    }
    .transportation-bullits-item__img {
        width: auto;
        height: 158px;
    }
    .slider-home__init {
        margin: 5rem auto 17rem;
    }
    .slider-home-item__image::before {
        bottom: -11%;
        left: -8%;
        background-size: 41%;
        height: 272px;
    }
    .slider-home__text {
        bottom: 0%;
        right: 0%;
        max-width: 22rem;
    }
    .swiper-navigate-hero {
        bottom: 26%;
        right: 2%;
        left: auto;
    }
    .slider-home__text-content p {
        font-size: 1.3rem;
    }
    .slider-home__text-counter span {
        font-size: 2rem;
    }
    .advantage-bullits-item__text {
        min-height: 18rem;
    }
    #transportation {
        padding: 2rem 0;
    }
    .lenta {
        top: 16%;
        left: 0%;
    }
    .flag {
        top: 19%;
        right: 40%;
        height: 99px;
    }
    .flag_mini {
        top: 12%;
        right: 5%;
    }
    .insurance {
        margin-left: 0rem;
        margin-top: 19rem;
        max-width: 33rem;
        margin-bottom: 2rem;
    }
    .transportation-bullits__item {
        width: auto;
        margin-bottom: 3rem;
        text-align: center;
        flex: 0 0 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .wagon {
        top: 29%;
        left: -18%;
    }
    .railway_mini {
        top: 24%;
        left: 20%;
    }
    .ship {
        top: 26%;
        left: 19%;
        width: 400px;
    }
    .about-content {
        margin-left: 0rem;
        max-width: 38rem;
    }

    .air {
        top: 8%;
        left: 0%;
        transform: rotate(-3deg);
    }

    .kit {
        top: 52%;
        left: 53%;
        width: 174px;
    }

    .barja {
        left: -84%;
        top: 56%;
    }

    .anim-barja {
        animation: barja 6s 3s forwards;
        animation-timing-function: cubic-bezier(0.27, 0.47, 0.44, 1.02);
    }

    @keyframes barja {
        0% {
            left: -84%;
            top: 56%;
        }

        100% {
            left: -14%;
            top: 45%;
        }
    }

    .numbers-bullred__item {
        padding: 1rem 140px 97px 155px;
        max-width: 36rem;
    }
    .numbers__bullred {
        bottom: -9rem;
    }
    .bull_red_cosmo {
        right: -8rem;
        width: 384px;
        bottom: -6rem;
        height: 291px;
    }
    .whyme__text {
        margin-left: 0rem;
        font-size: 1.125rem;
        margin-top: 4rem;
        margin-bottom: 2.5rem;
    }
    .whyme__title::before {
        background-size: 58%;
        right: -5%;
        height: 183px;
        top: -33%;
    }
    .luch4 {
        top: 20%;
        right: -19%;
    }
    @keyframes circle4 {
        from {
            width: 0rem;
            height: 0rem;
            top: 13%;
            left: 18%;
        }
        to {
            width: 30rem;
            height: 30rem;
            top: 4%;
            left: -11%;
        }
    }

    .circle4-anim {
        animation: circle4 3s ease-in-out forwards;
    }

    @keyframes circle5 {
        from {
            width: 0rem;
            border: 0px solid #fff;
            height: 0rem;
            top: 13%;
            left: 18%;
        }
        to {
            border: 30px solid #fff;
            width: 37rem;
            height: 37rem;
            top: -1%;
            left: -19%;
        }
    }

    .circle5-anim {
        animation: circle5 3s ease-in-out forwards;
    }

    .news-block {
        display: block;
    }
    .item-news {
        margin-top: 1rem;
    }
    .item-news-5 {
        display: none;
    }
    .item-news-6 {
        display: none;
    }
    .manager-1 .wrap {
        display: block;
    }
    .manager-1 .form-wrap {
        max-width: 430px;
    }
    .manager-1 .form-wrap .form-head {
        padding: 3.5rem 2.5rem 0;
    }
    .manager-1 .text-wrap {
        max-width: 100%;
        padding: 1rem 0;
    }
    .manager-1 .form-wrap {
        margin-top: 0rem;
    }
    .left_luch {
        top: 26%;
        left: -41%;
    }
    .right_luch {
        top: 32%;
        right: -27%;
    }
    .manager-1 .form-wrap {
        position: relative;
        z-index: 10;
    }
    .air_man {
        top: 75%;
        left: 9%;
        width: 200px;
    }
}
@media screen and (max-width: 599px) {
    .transportation-bullits-item__img {
        width: 200px;
        height: 126px;
    }
    .hero__title {
        margin: 2rem 0 0;
    }
    .slider-home__text {
        bottom: 4%;
        right: 0%;
        max-width: 22rem;
    }
    .slider-home__text-links a {
        padding: 14px 35px;
    }
    .slider-home-item__image::before {
        bottom: -36%;
        left: 4%;
        background-size: 28%;
        height: 250px;
    }
    .railway-block__inner img {
        height: 253px;
    }

    .advantage-bullits__item {
        flex: 0 0 100%;
    }
    .wagon {
        width: 151px;
    }
    .railway_mini {
        width: 167px;
    }
    .ship {
        width: 258px;
    }
    .air {
        top: 9%;
        left: 0%;
        transform: rotate(-1deg);
    }

    .numbers-bullred__item {
        padding: 1rem 122px 97px 108px;
        max-width: 35rem;
    }
    .whyme__title::before {
        background-size: 67%;
        right: 1%;
        height: 183px;
        top: -40%;
        width: 116px;
    }
    .luch2 {
        top: -34%;
        left: 37%;
    }

    .manager-1 .form-wrap {
        transform: translateY(-1038px);
    }

    .luch4 {
        top: 14%;
        right: -28%;
    }

    .railway-block {
        width: 1920px;
        height: 292px;
    }
    .whyme-bullits__item {
        width: 14.7rem;
        height: 13rem;
    }

    .air_big {
        left: -83%;
        width: 400px;
    }

    .air_big-anim {
        animation: air2 12s linear infinite;
    }

    @keyframes air2 {
        0% {
            left: -83%;
        }
        90% {
            left: 124%;
        }
        100% {
            left: 124%;
        }
    }
    .manager-1 .text-wrap {
        max-width: 100%;
        padding: 1rem 0;
    }
    .manager-1 .form-wrap {
        max-width: 75vw;
    }
    .air_man {
        top: 74%;
        left: 9%;
        width: 139px;
    }
    .manager-1 .form-wrap {
        transform: translateY(-200%);
    }
}
@media screen and (max-width: 499px) {
    .right_luch {
        top: 37%;
        right: -27%;
    }
    .left_luch {
        top: 35%;
        left: -41%;
    }
    .transportation-bullits-item__img {
        width: auto;
        height: 233px;
    }
    .header__languages {
        display: none;
    }
    h1 {
        font-size: 1.8rem;
    }
    .hero__title {
        margin: 4rem 0 0;
        max-width: 20rem;
    }
    .lenta {
        top: 11%;
        left: 0%;
    }
    .flag_mini {
        top: 9%;
        right: 5%;
        height: 61px;
    }
    .flag {
        top: 11%;
        right: 40%;
    }
    .wagon {
        width: 124px;
        top: 17%;
        left: -15%;
    }
    .railway_mini {
        width: 146px;
        top: 15%;
        left: 20%;
    }
    .ship {
        width: 246px;
        top: 17%;
        left: 19%;
    }
    .insurance-item__link {
        padding: 25px 35px;
    }
    .insurance__image img {
        width: 190px;
    }
    .insurance__item {
        width: calc(100% - 190px);
    }
    .transportation-bullits__item {
        flex: 0 0 100%;
    }
    .about__play.button div svg {
        padding-left: 17px;
        width: 42px;
    }
    .about__linkpage a svg {
        padding-left: 25px;
        width: 37px;
    }
    .about__linkpage span {
        padding: 24px 27px 24px 21px;
    }
    #about {
        padding: 0rem 0 74rem;
    }
    .about__title h2 {
        font-size: 2rem;
    }
    .birds {
        top: 9%;
        right: 0%;
    }
    .air {
        top: 7%;
        width: 150px;
        transform: rotate(4deg);
    }

    h2 {
        font-size: 2rem;
    }
    .bull_red_moon {
        top: 0rem;
        left: -3rem;
        width: 149px;
        height: 191px;
    }
    .numbers-bullred__item {
        padding: 1rem 106px 97px 81px;
        max-width: 32rem;
    }
    .numbers__bullred {
        background-position-y: 34%;
    }
    .bull_red_cosmo {
        right: -5rem;
        width: 286px;
        bottom: -5rem;
        height: 233px;
    }
    .number-block {
        padding: 2.5rem 1rem 6rem 1rem;
    }
    .numbers__bullred {
        bottom: -7rem;
    }
    .whyme__title h2 {
        font-size: 2.5rem;
    }
    .whyme__title {
        margin: 10rem 0 1rem;
        max-width: 18rem;
    }
    .whyme__title .text_big {
        font-size: 6rem;
    }
    @keyframes circle4 {
        from {
            width: 0rem;
            height: 0rem;
            top: 13%;
            left: 18%;
        }
        to {
            width: 23rem;
            height: 23rem;
            top: 4%;
            left: -11%;
        }
    }

    .circle4-anim {
        animation: circle4 3s ease-in-out forwards;
    }
    @keyframes circle5 {
        from {
            width: 0rem;
            border: 0px solid #fff;
            height: 0rem;
            top: 13%;
            left: 18%;
        }
        to {
            border: 20px solid #fff;
            width: 28rem;
            height: 28rem;
            top: 0%;
            left: -20%;
        }
    }

    .circle5-anim {
        animation: circle5 3s ease-in-out forwards;
    }
    .whyme__title::before {
        background-size: 59%;
        right: 1%;
        height: 150px;
        top: -52%;
        width: 116px;
    }
    .luch {
        top: -10%;
        left: 63%;
        width: 200px;
    }
    .luch2 {
        top: -17%;
        left: 55%;
        width: 432px;
    }
    .luch3 {
        top: 7%;
        left: 40%;
        width: 450px;
    }
    .luch4 {
        top: 14%;
        right: -19%;
        width: 200px;
    }

    .whyme__bullits {
        bottom: 3.5rem;
        font-size: 1rem;
    }
    .swiper-prev,
    .swiper-next {
        width: 60px;
        height: 60px;
    }
    #team .swiper-slide {
        padding: 0 50px;
    }
    .manager-1 .form-wrap {
        max-width: 90vw;
    }
    .whyme__text {
        margin-bottom: 4.5rem;
    }

    .whyme-bullits__item {
        width: 14rem;
        height: 13rem;
    }
    .railway-block {
        width: 1920px;
        height: 295px;
    }
}
@media screen and (max-width: 413px) {
    .luch2 {
        top: -23%;
        left: 55%;
        width: 432px;
    }

    .luch4 {
        top: 28%;
    }
    .manager-1 .form-wrap {
        transform: translateY(-200%);
    }
    .air_man {
        top: 79%;
    }

    .transportation-bullits-item__img {
        width: auto;
        height: 202px;
    }
    #header .logo {
        flex: 0 0 5rem;
    }
    .hero__title {
        margin: 1rem 0 0;
        max-width: 20rem;
    }
    .slider-home-item__image::before {
        bottom: -37%;
        left: -8%;
        background-size: 30%;
        height: 231px;
    }
    .swiper-prev-hero,
    .swiper-next-hero {
        width: 60px;
        height: 60px;
    }
    .swiper-navigate-hero {
        bottom: 29%;
        right: 2%;
        left: auto;
    }
    .advantage-bullits-item__text {
        min-height: 16rem;
    }
    .advantage-bullits-item__text h3 {
        font-size: 1.8rem;
    }
    .insurance__image img {
        width: 157px;
    }
    .insurance__item {
        width: calc(100% - 157px);
    }
    .insurance-item__link {
        padding: 16px 29px;
    }
    .insurance-item__text {
        font-size: 1rem;
    }
    .wagon {
        width: 106px;
    }
    .railway_mini {
        width: 125px;
    }
    .ship {
        width: 230px;
    }
    .about__btns {
        display: block;
        width: max-content;
    }
    .about__linkpage a {
        width: max-content;
    }
    .about__linkpage span {
        padding: 24px 36px 24px 32px;
    }
    .about__linkpage a svg {
        padding-left: 33px;
        width: 43px;
    }
    .numbers-bullred__item {
        padding: 1rem 75px 97px 81px;
    }
    .luch4 {
        width: 172px;
    }
    .air_big {
        width: 300px;
        bottom: 25%;
    }
}
@media screen and (max-width: 374px) {
    .transportation-bullits-item__img {
        width: auto;
        height: 223px;
    }
    .numbers-bullred__item {
        padding: 1rem 65px 96px 81px;
    }

    h1 {
        font-size: 1.7rem;
    }
    .hero__title {
        max-width: 19rem;
    }
    .slider-home-item__image::before {
        bottom: -41%;
        left: -12%;
        background-size: 28%;
        height: 228px;
    }
    .slider-home__init {
        margin: 3rem auto 17rem;
    }
    .swiper-prev-hero,
    .swiper-next-hero {
        width: 55px;
        height: 55px;
    }
    .swiper-navigate-hero {
        bottom: 31%;
    }
    .lenta {
        top: 12%;
        left: 0%;
    }
    .flag_mini {
        top: 10%;
    }
}
@media screen and (max-width: 359px) {
    .mobile-icon {
        right: 1rem;
        top: 1.3rem;
    }
    .transportation-bullits-item__img {
        width: auto;
        height: 184px;
    }
    #header .container-fluid {
        padding: 0 1rem;
    }
    .header-phone {
        width: 157px;
    }
    .type-header-1 #header {
        padding: 1rem 0 1rem;
    }
    .slider-home-item__image::before {
        bottom: -86%;
        left: -3%;
        background-size: 19%;
        height: 228px;
    }
    .slider-home__init {
        margin: 1rem auto 16rem;
    }
    .insurance {
        margin-left: 0rem;
        margin-top: 16rem;
    }
    .flag {
        top: 12%;
        right: 40%;
        height: 66px;
    }
    .insurance__image img {
        width: 139px;
    }
    .insurance__item {
        width: calc(100% - 136px);
    }
    .air {
        transform: rotate(-2deg);
    }
    .anim-barja {
        animation: barja 6s 3s forwards;
        animation-timing-function: cubic-bezier(0.27, 0.47, 0.44, 1.02);
        transform: rotate(-11deg);
    }
    @keyframes barja {
        0% {
            left: -84%;
            top: 56%;
        }

        100% {
            left: -14%;
            top: 50%;
        }
    }
    .numbers-bullred__item {
        padding: 1rem 38px 148px 66px;
    }
    .number-block {
        padding: 2.5rem 1rem 10rem 1rem;
    }
    .numbers-bullits__item {
        width: calc(100% / 2);
    }
    .whyme__title {
        margin: 10rem 0 1rem;
        max-width: 15rem;
    }
    .whyme__title .text_big {
        font-size: 5rem;
    }
    .whyme__title h2 {
        font-size: 2rem;
    }
    .whyme__title::before {
        background-size: 59%;
        right: 1%;
        width: 93px;
    }
    .whyme__text {
        margin-left: 0rem;
        font-size: 1rem;
        margin-top: 3rem;
        margin-bottom: 2.5rem;
    }
    @keyframes circle4 {
        from {
            width: 0rem;
            height: 0rem;
            top: 13%;
            left: 18%;
        }
        to {
            width: 20rem;
            height: 20rem;
            top: 5%;
            left: -11%;
        }
    }

    .circle4-anim {
        animation: circle4 3s ease-in-out forwards;
    }
    @keyframes circle5 {
        from {
            width: 0rem;
            border: 0px solid #fff;
            height: 0rem;
            top: 13%;
            left: 18%;
        }
        to {
            border: 20px solid #fff;
            width: 25rem;
            height: 25rem;
            top: 0%;
            left: -20%;
        }
    }

    .circle5-anim {
        animation: circle5 3s ease-in-out forwards;
    }
    .railway-block {
        height: 263px;
    }
    .whyme-bullits__item:nth-child(3) {
        margin-right: 6rem;
    }
    .whyme-bullits__item {
        width: 13rem;
        height: 12rem;
        padding: 0 10px;
    }

    #team .team-wrap {
        margin-top: 6rem;
    }
    .manager-1 .form-wrap {
        padding: 0 2rem 2.5rem;
    }
    .left_luch {
        display: none;
    }
    .right_luch {
        display: none;
    }
    .luch2 {
        top: -26%;
    }
    .luch4 {
        width: 139px;
    }
    .railway-block__inner img {
        height: 223px;
    }
    .railway-block__inner {
        width: 2100px;
    }
    #team .swiper-slide {
        padding: 0 30px;
    }
    .swiper-prev,
    .swiper-next {
        width: 55px;
        height: 55px;
    }
    .swiper-navigate {
        top: 9%;
    }
    .arrow-all {
        top: -2rem;
        right: -2rem;
        width: 160px;
        height: 160px;
    }
    #manager {
        padding: 4rem 0 22rem;
    }
    .air_man {
        top: 79%;
        left: 9%;
    }
}
