﻿.swiper-fade.swiper-free-mode .swiper-slide
{
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide
{
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide
{
    pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active
{
    pointer-events: auto;
}
.banner
{
    height: 100vh;
    position: relative;
    width: 100%;
}
.banner .h1, .banner h1
{
    color: #fff;
    font-size: 157px;
    line-height: 177px;
}
.banner .h1 span, .banner h1 span
{
    color: #80cbff;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    margin-left: 65px;
    position: relative;
    text-transform: none;
}
.banner .swiper, .banner__item
{
    height: 100%;
    width: 100%;
}
.banner__item
{
    padding-top: 110px;
    position: relative;
}
.banner__image
{
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner__image img
{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
}
.banner__image:after
{
    background: linear-gradient(90deg,#0032c5 1.97%,#154ee0 42.162%,rgba(21,78,224,0) 75.002%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner .container
{
    max-width: none;
    padding: 200px 262px 40px;
}
.banner .container .container
{
    padding: 0;
}
.banner__info
{
    max-width: 1440px;
    position: relative;
    z-index: 2;
}
.banner__info .h1, .banner__info h1
{
    font-size: 157px;
    line-height: 177px;
}
.banner__subtitle
{
    color: #80cbff;
    font-family: Prompt,sans-serif;
    font-size: 31px;
    font-weight: 500;
    line-height: 47px;
    margin-top: 5px;
}
.banner__text
{
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    margin-top: 56px;
    max-width: 715px;
}
.banner__btn
{
    align-items: center;
    border: 1px solid #80cbff;
    border-radius: 50px;
    color: #fff;
    display: flex;
    font-family: Prompt,sans-serif;
    font-size: 22px;
    height: 90px;
    justify-content: center;
    letter-spacing: 1.4px;
    line-height: 34px;
    margin-top: 53px;
    max-width: 400px;
    text-transform: uppercase;
    transition: border .25s ease-in-out,box-shadow .25s ease-in-out,background .25s ease-in-out;
    width: 100%;
}
.banner__btn:hover
{
    background: #80cbff;
    border: 1px solid #80cbff;
}
.banner__next
{
    align-items: center;
    background: #2daaff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 90px;
    justify-content: center;
    position: absolute;
    right: 237px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    z-index: 3;
}
.banner__next:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='25' fill='none' viewBox='0 0 15 25'%3E%3Cpath stroke='%23fff' stroke-width='2' d='m.996 1.29 12 11-12 11'/%3E%3C/svg%3E");
    content: "";
    height: 25px;
    position: absolute;
    width: 15px;
}
.banner .slider-pagination
{
    bottom: 40px;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}
.banner .slider-pagination .swiper-pagination-bullet
{
    margin-left: 0;
    margin-right: 13px;
    min-height: 7px;
    min-width: 7px;
}
.banner .slider-pagination .swiper-pagination-bullet:last-child
{
    margin-right: 0;
}
@media(max-width: 1920px)
{
    .banner .container
    {
        max-width: 1320px;
        padding: 83px 20px 40px;
    }
    .banner .container .container
    {
        padding: 0;
    }
    .banner .h1, .banner h1
    {
        max-width: 840px;
    }
    .banner__info
    {
        max-width: 680px;
    }
    .banner__info .h1, .banner__info h1
    {
        font-size: 80px;
        line-height: 90px;
    }
    .banner__subtitle
    {
        font-size: 18px;
        line-height: 27px;
        margin-top: 11px;
    }
    .banner__text
    {
        font-size: 16px;
        line-height: 26px;
        max-width: 433px;
    }
    .banner__btn
    {
        border-radius: 30px;
        font-size: 14px;
        height: 57px;
        line-height: 21px;
        max-width: 253px;
    }
    .banner__next
    {
        height: 45px;
        right: 80px;
        width: 45px;
    }
    .banner__next:after
    {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none' viewBox='0 0 8 13'%3E%3Cpath stroke='%23fff' d='m1 1 6 5.5L1 12'/%3E%3C/svg%3E");
        height: 13px;
        width: 8px;
    }
    .banner .slider-pagination
    {
        height: 7px;
        margin-right: 7px;
        width: 7px;
    }
    .banner .slider-pagination:last-child
    {
        margin-right: 0;
    }
}
@media(max-width: 1480px)
{
    .banner
    {
        height: auto;
    }
    .banner .container
    {
        padding: 50px 20px 40px;
    }
}
@media(max-width: 992px)
{
    .banner__next
    {
        display: none;
    }
    .banner__item
    {
        padding-top: 66px;
    }
}
@media(max-width: 768px)
{
    .banner .h1, .banner h1
    {
        font-size: 45px;
        line-height: 55px;
    }
    .banner__subtitle
    {
        font-size: 16px;
        line-height: 24px;
    }
    .banner__item
    {
        padding-bottom: 350px;
    }
    .banner__image:after
    {
        background: linear-gradient(180deg,#002aa6 1.97%,#154ee0 54.559%,rgba(11,86,200,0) 90.197%);
    }
    .banner__image img
    {
        bottom: 0;
        height: 50%;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .banner__btn
    {
        margin-top: 40px;
        max-width: 229px;
    }
}
@media(max-width: 425px)
{
    .banner .h1, .banner h1
    {
        font-size: 36px;
        line-height: 42px;
    }
}
.promotion-line
{
    align-items: center;
    background: #c0e6ff;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    position: absolute;
    top: 110px;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 11;
}
@media(max-width: 992px)
{
    .promotion-line
    {
        top: 52px!important;
    }
}
.promotion-line.active
{
    top: 80px;
}
@media(max-width: 767px)
{
    .promotion-line
    {
        justify-content: space-between;
        padding: 10px 20px;
    }
}
.promotion-line span
{
    color: #1a1a1a;
    font-size: 16px;
    line-height: 18.75px;
    text-align: center;
}
.promotion-line a
{
    display: flex;
}
.promotion-line a span
{
    color: #154ee0;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    margin: 0 3px 0 20px;
}
.promotion-line a span.mobile-text
{
    display: none;
}
@media(max-width: 767px)
{
    .promotion-line a span
    {
        display: none;
    }
    .promotion-line a span.mobile-text
    {
        display: block;
    }
}
.promotion-line svg
{
    padding-bottom: 3px;
}
.product-famili
{
    margin: 100px 0 200px;
}
.product-famili .container
{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.product-famili__info
{
    max-width: 420px;
    width: 100%;
}
.product-famili__info .all-news__btn
{
    margin-left: 15px;
    padding: 11px 30px;
}
.product-famili__text
{
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}
.product-famili__btn
{
    background: #154ee0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: Prompt,sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 21px;
    margin-top: 50px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: background .25s ease-in-out;
}
.product-famili__btn:hover
{
    background: #1a1a1a;
}
.product-famili__items
{
    flex-shrink: 0;
    margin-left: 20px;
    max-width: 740px;
    position: relative;
    width: 100%;
}
.product-famili__item
{
    background: #fff;
    border: 1px solid #154ee0;
    border-radius: 20px;
    display: block;
    margin-bottom: -15%;
    overflow: hidden;
    padding: 16px 36px 50px;
    position: relative;
    top: 0;
    top: -7px;
    transition: top .25s ease-in-out;
    transition: all .3s ease;
    z-index: 2;
}
.product-famili__item:after
{
    background: linear-gradient(236deg,#73c3ff .9%,#fff 55.66%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    visibility: hidden;
    width: 100%;
}
.product-famili__item:hover
{
    top: -75px;
    transition: all .3s ease;
}
.product-famili__item:hover .product-famili__item-inside
{
    height: auto;
    transition: all .3s ease;
}
.product-famili__item:hover .product-famili__item-arrow span, .product-famili__item:hover:after
{
    opacity: 1;
    visibility: visible;
}
.product-famili__item-top
{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.product-famili__item-title
{
    font-size: 30px;
    line-height: 45px;
}
.product-famili__item-arrow, .product-famili__item-title
{
    color: #154ee0;
    font-family: Prompt,sans-serif;
    text-transform: uppercase;
}
.product-famili__item-arrow
{
    align-items: center;
    display: flex;
    flex-shrink: 0;
    margin-left: 10px;
    margin-top: 8px;
}
.product-famili__item-arrow span
{
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin-right: 13px;
    opacity: 0;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    visibility: hidden;
}
.product-famili__item-arrow:after
{
    background-color: #154ee0;
    content: "";
    flex-shrink: 0;
    height: 29px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='29' fill='none' viewBox='0 0 34 29'%3E%3Cpath stroke='%230000BE' stroke-width='2' d='m18.485 1 13.5 13.5-13.5 13.5M0 14.515h32'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='29' fill='none' viewBox='0 0 34 29'%3E%3Cpath stroke='%230000BE' stroke-width='2' d='m18.485 1 13.5 13.5-13.5 13.5M0 14.515h32'/%3E%3C/svg%3E");
    position: relative;
    width: 34px;
}
.product-famili__item-inside
{
    color: #1a1a1a;
    font-size: 16px;
    height: 52px;
    line-height: 26px;
    margin-top: 10px;
    max-width: 100%;
    position: relative;
    transition: all .3s ease;
    z-index: 2;
}
.product-famili__item-inside a, .product-famili__item-inside p
{
    color: #1a1a1a;
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-right: 10px;
    position: relative;
    transition: all .3s ease;
}
.product-famili__item-inside a:hover, .product-famili__item-inside p:hover
{
    color: #154ee0;
    transition: all .3s ease;
}
.product-famili__item-inside a:last-child:after, .product-famili__item-inside p:last-child:after
{
    content: none;
}
.product-famili__item:last-child
{
    bottom: 0;
    height: 113px;
    left: 0;
    overflow: hidden;
    padding-top: 35px;
    position: absolute;
    top: unset;
    transition: .25s ease-in-out;
    width: 100%;
}
.product-famili__item:last-child:hover
{
    height: 200px;
}
.product-famili__item:last-child .product-famili__item-inside
{
    margin-top: 30px;
    transition: all .3s ease;
}
@media(max-width: 1140px)
{
    .product-famili
    {
        margin-bottom: 0;
    }
    .product-famili .container
    {
        flex-direction: column;
        padding-bottom: 90px;
        position: relative;
    }
    .product-famili__info
    {
        max-width: 100%;
    }
    .product-famili__items
    {
        margin-left: 0;
        margin-top: 30px;
        max-width: 100%;
    }
    .product-famili__item
    {
        margin-bottom: -40px;
        padding: 15px 25px 60px;
        position: relative;
        transition: .25s ease-in-out;
    }
    .product-famili__item:hover
    {
        top: 0;
    }
    .product-famili__item:first-child
    {
        margin-top: 0!important;
    }
    .product-famili__item:last-child
    {
        height: auto;
        margin-bottom: 20px;
        padding: 15px 25px 35px;
        position: relative;
    }
    .product-famili__item:last-child:hover
    {
        height: auto;
    }
    .product-famili__item:last-child .product-famili__item-inside
    {
        margin-top: 20px;
        transition: all .3s ease;
    }
    .product-famili__item-inside
    {
        height: auto;
        margin-top: 5px;
        max-width: 100%;
        transition: all .3s ease;
    }
    .product-famili__item.is-active.product-famili__item
    {
        margin-top: -65px;
        transition: all .3s ease;
    }
    .product-famili__btn
    {
        bottom: 28px;
    }
    .product-famili__btn, .product-famili__info .all-news__btn
    {
        left: 20px;
        margin: 0;
        position: absolute;
        text-align: center;
        width: calc(100% - 40px);
    }
    .product-famili__info .all-news__btn
    {
        bottom: -30px;
        padding: 14px 30px;
    }
}
@media(max-width: 768px)
{
    .product-famili
    {
        margin-top: 50px;
        transition: all .3s ease;
    }
    .product-famili__item-inside
    {
        font-size: 14px;
        line-height: 16px;
    }
    .product-famili__item-arrow span
    {
        display: none;
    }
}
.last-news
{
    background: #ededed;
    margin: 100px 0;
    min-height: 1000px;
    padding: 50px 0;
}
.last-news .container
{
    position: relative;
}
.last-news__wrap
{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
}
.last-news__text
{
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    max-width: 264px;
}
.last-news__btn
{
    background: #154ee0;
    border-radius: 30px;
    bottom: 0;
    color: #fff;
    display: block;
    font-family: Prompt,sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 21px;
    margin-left: auto;
    margin-top: 20px;
    padding: 12px 30px;
    right: 0;
    text-transform: uppercase;
    transition: background .25s ease-in-out;
    width: -moz-max-content;
    width: max-content;
}
.last-news__btn:hover
{
    background: #1a1a1a;
}
.last-news__btn--absolute
{
    margin-top: 0;
    position: absolute;
    right: 20px;
}
.last-news .h2
{
    color: #000;
}
@media(max-width: 992px)
{
    .last-news
    {
        min-height: none;
    }
    .last-news__wrap
    {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width: 768px)
{
    .last-news
    {
        margin: 50px 0;
    }
    .last-news__wrap
    {
        grid-template-columns: repeat(1,1fr);
    }
    .last-news__text
    {
        max-width: 100%;
    }
    .last-news__info
    {
        margin-bottom: 30px;
    }
    .last-news__btn
    {
        margin-top: 50px;
        position: relative;
        right: 0;
        text-align: center;
        width: 100%;
    }
}
.stock
{
    margin: 100px 0;
    padding: 50px 0;
}
.stock__top
{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.stock__slider
{
    margin-top: 20px;
}
.stock__slider .slider-pagination
{
    justify-content: flex-end;
    margin-top: 20px;
}
.stock__slider .slider-pagination .swiper-pagination-bullet
{
    background: #d3d3d3;
}
.stock__slider .slider-pagination .swiper-pagination-bullet-active
{
    background: #1a1a1a;
}
.stock__slider .swiper-slide
{
    display: flex;
    height: auto;
}
@media(max-width: 992px)
{
    .stock .swiper-slide
    {
        max-width: 320px;
    }
    .stock .swiper
    {
        padding: 0 20px;
    }
    .stock__slider
    {
        margin-left: -20px;
        width: calc(100% + 40px);
    }
    .stock .slider-navigation
    {
        display: none;
    }
    .stock .slider-pagination
    {
        justify-content: flex-start;
        padding-left: 20px;
    }
}
@media(max-width: 768px)
{
    .stock
    {
        margin: 50px 0;
    }
}
.world
{
    margin: 100px 0;
}
.world__wrap
{
    background: #012ba6;
    border-radius: 20px;
    padding: 73px 40px 60px;
}
.world__info
{
    max-width: 450px;
}
.world__info .h3
{
    color: #fff;
}
.world__text
{
    color: #fff;
    font-family: Prompt,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 24px;
    margin-top: 20px;
    text-transform: uppercase;
}
.world__country
{
    -moz-columns: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 48px;
}
.world__country-item
{
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 22px;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    transition: color .25s ease-in-out;
}
.world__country-item:hover
{
    color: #80cbff;
}
.world__country-item--active
{
    color: #71c6ff;
}
.world__wrap
{
    align-items: center;
    display: flex;
}
.world__map
{
    flex-shrink: 0;
    height: 450px;
    position: relative;
    width: 750px;
}
.world__map svg
{
    position: relative;
    z-index: 2;
}
.world__map svg rect
{
    fill: #154ee0;
    z-index: 1;
}
.world__map svg .svg-bg
{
    fill: #154ee0;
    position: relative;
    transition: fill .25s ease-in-out;
    z-index: 3;
}
.world__map svg .svg-bg--active
{
    fill: #fff!important;
}
.world__titles
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.world__title
{
    background: #fff;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Prompt,sans-serif;
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 30px;
    opacity: 0;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    visibility: hidden;
    width: -moz-max-content;
    width: max-content;
    z-index: 2;
}
.world__title--active
{
    opacity: 1;
    visibility: visible;
}
.world__title--small
{
    font-size: 6px;
    line-height: 12px;
    padding: 0 5px;
}
@media(max-width: 1280px)
{
    .world__wrap
    {
        flex-direction: column;
    }
    .world__map
    {
        margin: 0 auto;
    }
    .world__content
    {
        margin-top: 20px;
        overflow-x: auto;
        width: 100%;
    }
    .world__info
    {
        max-width: 100%;
        width: 100%;
    }
}
@media(max-width: 992px)
{
    .world .container
    {
        padding: 0;
    }
    .world__wrap
    {
        border-radius: 0;
    }
}
@media(max-width: 768px)
{
    .world
    {
        margin: 50px 0;
    }
    .world__wrap
    {
        padding: 50px 20px;
    }
    .world__country
    {
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-columns: unset;
        columns: unset;
        display: flex;
        margin-left: -20px;
        overflow-x: auto;
        overflow: auto;
        padding: 0 20px 15px;
        width: calc(100% + 40px);
        -ms-overflow-style: none;
        margin-top: 20px;
        scrollbar-width: none;
    }
    .world__country::-webkit-scrollbar
    {
        height: 0;
        width: 0;
    }
    .world__country-item
    {
        border: 1px solid #004fff;
        border-radius: 30px;
        flex-shrink: 0;
        font-size: 14px;
        line-height: 26px;
        margin-right: 15px;
        padding: 5px 30px;
        text-transform: uppercase;
    }
    .world__country-item:last-child
    {
        margin-right: 0;
    }
    .world__content
    {
        padding-bottom: 30px;
        width: calc(100% + 40px);
    }
}
@media(max-width: 425px)
{
    .world .h3
    {
        font-size: 50px;
    }
}
.swiper-free-mode>.swiper-wrapper
{
    margin: 0 auto;
    transition-timing-function: ease-out;
}
.history
{
    margin: 100px 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.history .h2, .history h2, .history__text
{
    text-align: center;
}
.history__text
{
    font-family: Prompt,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 24px;
    margin-top: 20px;
    text-transform: uppercase;
}
.history__slider
{
    cursor: grab;
    margin-top: 56px;
    position: relative;
}
.history__slider .swiper
{
    padding: 0 100px;
}
.history__slider-progress
{
    height: 2px!important;
    margin: 33px auto 0;
    max-width: 630px;
    position: relative;
}
.history__slider-progress span
{
    background: #154ee0!important;
}
.history__slider-arrow
{
    background-color: #1a1a1a;
    cursor: pointer;
    height: 30px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='30' fill='none' viewBox='0 0 17 30'%3E%3Cpath stroke='%23BCBCBC' d='M16.273 29 1.001 15 16.273 1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='30' fill='none' viewBox='0 0 17 30'%3E%3Cpath stroke='%23BCBCBC' d='M16.273 29 1.001 15 16.273 1'/%3E%3C/svg%3E");
    position: absolute;
    right: 15px;
    top: 15%;
    transform: rotate(180deg);
    transition: background-color .25s ease-in-out;
    width: 17px;
    z-index: 3;
}
.history__slider-arrow.swiper-button-prev
{
    left: 15px;
    top: 15%;
    transform: rotate(0deg);
}
.history__slider:after
{
    left: 0;
    transform: rotate(180deg);
}
.history__slider:after, .history__slider:before
{
    background: linear-gradient(270.56deg,#fff 61.43%,hsla(0,0%,100%,0) 89.58%);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 105px;
    z-index: 2;
}
.history__slider:before
{
    right: 0;
}
.history__item
{
    width: 100%;
}
.history__item-year
{
    color: #154ee0;
    font-family: Prompt,sans-serif;
    font-size: 32px;
    line-height: 35px;
    margin-top: 17px;
    text-align: center;
}
.history__item-text
{
    color: #1a1a1a;
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
}
.history .swiper
{
    overflow: visible;
}
.history .swiper-slide
{
    display: flex;
    height: auto;
    width: 230px;
}
.history .swiper-slide:nth-child(odd) .history__item-icon
{
    height: 236px;
    position: relative;
    width: 100%;
}
.history .swiper-slide:nth-child(odd) .history__item-icon:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='218' height='236' fill='none' viewBox='0 0 218 236'%3E%3Cpath stroke='url(%23a)' d='M1 0v62.5'/%3E%3Cpath stroke='url(%23b)' d='M28 0v62.5'/%3E%3Cpath stroke='url(%23c)' d='M55 0v102'/%3E%3Cpath stroke='url(%23d)' d='M82 0v169'/%3E%3Cpath stroke='url(%23e)' d='M109 0v236'/%3E%3Cpath stroke='url(%23f)' d='M136 0v169'/%3E%3Cpath stroke='url(%23g)' d='M163 0v102'/%3E%3Cpath stroke='url(%23h)' d='M190 0v62.5'/%3E%3Cpath stroke='url(%23i)' d='M217 0v62.5'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1.5' x2='1.5' y1='0' y2='62.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='28.5' x2='28.5' y1='0' y2='62.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='55.5' x2='55.5' y1='0' y2='102' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='82.5' x2='82.5' y1='0' y2='169' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='109.5' x2='109.5' y1='0' y2='236' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='136.5' x2='136.5' y1='0' y2='169' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230F62FE' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%2373C3FF'/%3E%3Cstop offset='1' stop-color='%230F62FE'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='163.5' x2='163.5' y1='0' y2='102' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='190.5' x2='190.5' y1='0' y2='62.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='217.5' x2='217.5' y1='0' y2='62.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.history .swiper-slide:nth-child(2n) .history__item-icon
{
    height: 112px;
    position: relative;
    width: 100%;
}
.history .swiper-slide:nth-child(2n) .history__item-icon:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='218' height='112' fill='none' viewBox='0 0 218 112'%3E%3Cpath stroke='url(%23a)' d='M1 0v62.5'/%3E%3Cpath stroke='url(%23b)' d='M28 0v62.5'/%3E%3Cpath stroke='url(%23c)' d='M55 0v62.5'/%3E%3Cpath stroke='url(%23d)' d='M82 0v89'/%3E%3Cpath stroke='url(%23e)' d='M110 0v112'/%3E%3Cpath stroke='url(%23f)' d='M136 0v89'/%3E%3Cpath stroke='url(%23g)' d='M163 0v62.5'/%3E%3Cpath stroke='url(%23h)' d='M190 0v62.5'/%3E%3Cpath stroke='url(%23i)' d='M217 0v62.5'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1.5' x2='1.5' y1='0' y2='62.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='28.5' x2='28.5' y1='0' y2='62.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='55.5' x2='55.5' y1='0' y2='62.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='82.5' x2='82.5' y1='0' y2='89' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='110.5' x2='110.5' y1='0' y2='112' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='136.5' x2='136.5' y1='0' y2='89' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='163.5' x2='163.5' y1='0' y2='62.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='190.5' x2='190.5' y1='0' y2='62.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='217.5' x2='217.5' y1='0' y2='62.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232DAAFF' stop-opacity='0'/%3E%3Cstop offset='.573' stop-color='%232DAAFF'/%3E%3Cstop offset='1' stop-color='%23154EE0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media(max-width: 1430px)
{
    .history .swiper
    {
        padding: 0 45px;
    }
    .history__slider:after, .history__slider:before
    {
        width: 30px;
    }
}
@media(max-width: 992px)
{
    .history__slider .swiper
    {
        padding: 0 20px;
    }
    .history__slider:after, .history__slider:before
    {
        content: none;
    }
}
@media(max-width: 768px)
{
    .history
    {
        margin: 50px 0;
    }
    .history .swiper-slide
    {
        width: 180px;
    }
    .history__slider-progress
    {
        margin-left: 20px;
        max-width: none;
        width: calc(100% - 40px)!important;
    }
}
.main-advantages
{
    margin: 100px 0;
    position: relative;
    z-index: 2;
}
.main-advantages .swiper-slide
{
    display: flex;
    height: auto;
}
.main-advantages .slider-pagination
{
    justify-content: center;
    margin-top: 26px;
}
.main-advantages .slider-pagination .swiper-pagination-bullet
{
    background: #d3d3d3;
}
.main-advantages .slider-pagination .swiper-pagination-bullet-active
{
    background: #1a1a1a;
}
.main-advantages__item
{
    align-items: center;
    background: #012ba6;
    border-radius: 20px;
    display: flex;
    padding: 20px 40px;
    width: 100%;
}
.main-advantages__icon
{
    flex-shrink: 0;
    margin-right: 20px;
}
.main-advantages__title
{
    color: #fff;
    font-family: Prompt,sans-serif;
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px;
    text-transform: uppercase;
}
.main-advantages__text
{
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    margin-top: 4px;
}
.main-advantages .container
{
    position: relative;
}
.main-advantages__btn
{
    background-color: #1a1a1a;
    cursor: pointer;
    height: 30px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='30' fill='none' viewBox='0 0 17 30'%3E%3Cpath stroke='%23BCBCBC' d='M16.273 29 1.001 15 16.273 1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='30' fill='none' viewBox='0 0 17 30'%3E%3Cpath stroke='%23BCBCBC' d='M16.273 29 1.001 15 16.273 1'/%3E%3C/svg%3E");
    position: absolute;
    top: 38px;
    transition: background-color .25s ease-in-out;
    width: 17px;
    z-index: 3;
}
.main-advantages__btn--prev
{
    left: -30px;
}
.main-advantages__btn--next
{
    right: -30px;
    transform: rotate(180deg);
}
.main-advantages__btn.swiper-button-disabled
{
    background-color: #bcbcbc;
}
@media(max-width: 1420px)
{
    .main-advantages__btn--prev
    {
        left: 0;
    }
    .main-advantages__btn--next
    {
        right: 0;
    }
}
@media(max-width: 992px)
{
    .main-advantages__btn
    {
        display: none;
    }
}
@media(max-width: 768px)
{
    .main-advantages
    {
        margin: 50px 0;
    }
}