﻿@import url("css2.css");
.header[data-v-9fbb9fbf]
{
    background: #154ee0;
    left: 0;
    padding: 25px 0;
    position: fixed;
    top: 0;
    transition: background .25s ease-in-out,padding .25s ease-in-out;
    width: 100%;
    z-index: 111;
}
.header.header--development .header__catalog--development[data-v-9fbb9fbf]
{
    opacity: 1;
    visibility: visible;
}
.header.header--development .header__catalog--development .header__catalog-col a[data-v-9fbb9fbf]
{
    text-wrap: nowrap;
}
.header .container[data-v-9fbb9fbf]
{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.header .logo[data-v-9fbb9fbf]
{
    max-width: 197px;
    width: 100%;
}
.header__nav[data-v-9fbb9fbf]
{
    align-items: center;
    display: flex;
}
.header__nav a[data-v-9fbb9fbf]
{
    cursor: pointer;
}
.header__nav-link[data-v-9fbb9fbf]
{
    color: #fff;
    cursor: default;
    display: block;
    font-family: Prompt,sans-serif;
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px;
    margin-right: 38px;
    position: relative;
    text-transform: uppercase;
    transition: color .25s ease-in-out;
}
.header__nav-link[data-v-9fbb9fbf]:last-child
{
    margin-right: 0;
}
.header__nav-link[data-v-9fbb9fbf]:after
{
    background: #fff;
    content: "";
    height: 3px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 105%;
    transform: translateX(-50%);
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out,background .25s ease-in-out;
    visibility: hidden;
    width: 3px;
}
.header__nav-link.active-link[data-v-9fbb9fbf]:after, .header__nav-link[data-v-9fbb9fbf]:hover:after
{
    opacity: 1;
    visibility: visible;
}
.header__info[data-v-9fbb9fbf], .header__lang-top[data-v-9fbb9fbf]
{
    align-items: center;
    display: flex;
}
.header__lang-top[data-v-9fbb9fbf]
{
    cursor: pointer;
}
.header__lang-arrow[data-v-9fbb9fbf]
{
    background-color: #fff;
    height: 5px;
    margin-left: 5px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath stroke='%23fff' d='M7.334.417 4.167 3.583 1.001.417'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' fill='none' viewBox='0 0 8 5'%3E%3Cpath stroke='%23fff' d='M7.334.417 4.167 3.583 1.001.417'/%3E%3C/svg%3E");
    transition: transform .25s ease-in-out;
    width: 8px;
}
.header__lang-title[data-v-9fbb9fbf]
{
    color: #fff;
    font-family: Prompt,sans-serif;
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px;
    text-transform: uppercase;
}
.header__cart[data-v-9fbb9fbf]
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='22' fill='none' viewBox='0 0 27 22'%3E%3Cpath stroke='%23fff' d='M7.5 4.5h18l-2 11.73h-14zm0 0A4.08 4.08 0 0 0 3.464 1H0'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23fff' transform='matrix(-1 0 0 1 22 18.731)'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23fff' transform='matrix(-1 0 0 1 14 18.731)'/%3E%3C/svg%3E");
    height: 22px;
    margin-left: 20px;
    position: relative;
    transition: background-image .25s ease-in-out;
    width: 27px;
}
.header__cart[data-v-9fbb9fbf]:hover
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='22' fill='none' viewBox='0 0 27 22'%3E%3Cpath stroke='%2371C6FF' d='M7.5 4.5h18l-2 11.73h-14zm0 0A4.08 4.08 0 0 0 3.464 1H0'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%2371C6FF' transform='matrix(-1 0 0 1 22 18.731)'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%2371C6FF' transform='matrix(-1 0 0 1 14 18.731)'/%3E%3C/svg%3E");
}
.header__cart-count[data-v-9fbb9fbf]
{
    align-items: center;
    background: #2daaff;
    display: flex;
    font-size: 10px;
    height: 17px;
    justify-content: center;
    line-height: 15px;
    padding: 0 7px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.header .btn[data-v-9fbb9fbf], .header__cart-count[data-v-9fbb9fbf]
{
    color: #fff;
    font-family: Prompt,sans-serif;
    font-weight: 500;
}
.header .btn[data-v-9fbb9fbf]
{
    background: transparent;
    border: 1px solid #2daaff;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 18px;
    margin-left: 25px;
    padding: 20px 30px;
    text-transform: uppercase;
    transition: background .25s ease-in-out;
}
.header .btn[data-v-9fbb9fbf]:hover
{
    background: #2daaff;
}
.header--scroll[data-v-9fbb9fbf]
{
    background: #154ee0;
    padding: 10px 0;
}
.header--scroll .header__catalog[data-v-9fbb9fbf]
{
    top: 80px;
}
.header--main[data-v-9fbb9fbf]
{
    background: #fff;
}
.header--main .header__nav-link[data-v-9fbb9fbf]
{
    color: #154ee0;
    font-weight: 500;
}
.header--main .header__nav-link[data-v-9fbb9fbf]:hover:after
{
    background: #2daaff;
    opacity: 1;
    visibility: visible;
}
.header--main .header__lang-title[data-v-9fbb9fbf]
{
    color: #154ee0;
}
.header--main .header__lang-arrow[data-v-9fbb9fbf]
{
    background-color: #154ee0;
}
.header--main .header__cart[data-v-9fbb9fbf]
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='22' fill='none' viewBox='0 0 27 22'%3E%3Cpath stroke='%23154EE0' d='M7.5 4.5h18l-2 11.73h-14zm0 0A4.08 4.08 0 0 0 3.464 1H0'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23154EE0' transform='matrix(-1 0 0 1 22 18.731)'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%23154EE0' transform='matrix(-1 0 0 1 14 18.731)'/%3E%3C/svg%3E");
}
.header--main .header__cart[data-v-9fbb9fbf]:hover
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='22' fill='none' viewBox='0 0 27 22'%3E%3Cpath stroke='%232DAAFF' d='M7.5 4.5h18l-2 11.73h-14zm0 0A4.08 4.08 0 0 0 3.464 1H0'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%232DAAFF' transform='matrix(-1 0 0 1 22 18.731)'/%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='%232DAAFF' transform='matrix(-1 0 0 1 14 18.731)'/%3E%3C/svg%3E");
}
.header--main .header__burger[data-v-9fbb9fbf]
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cpath stroke='%23154EE0' d='M0 .5h20.5M0 19.5h20.5M0 10h20.5'/%3E%3C/svg%3E");
}
.header--main .btn[data-v-9fbb9fbf]
{
    border: 1px solid #154ee0;
    color: #154ee0;
    transition: background .25s ease-in-out,color .25s ease-in-out;
}
.header--main .btn[data-v-9fbb9fbf]:hover
{
    background: #154ee0;
    color: #fff;
}
.header--main.header--catalog[data-v-9fbb9fbf]
{
    background: #fff;
}
.header--main.header--catalog .header__nav-link[data-v-9fbb9fbf], .header--main.header--catalog .header__nav-link--catalog[data-v-9fbb9fbf]
{
    color: #154ee0;
}
.header--main.header--catalog .header__nav-link--catalog[data-v-9fbb9fbf]:after
{
    opacity: 1;
    visibility: visible;
}
.header--main.header--catalog .header__nav-link[data-v-9fbb9fbf]:hover
{
    color: #154ee0;
}
.header--main.header--catalog .header__nav-link[data-v-9fbb9fbf]:hover:after
{
    background: #2daaff;
    opacity: 1;
    visibility: visible;
}
.header--main.header--applications[data-v-9fbb9fbf]
{
    background: #fff;
}
.header--main.header--applications .header__nav-link[data-v-9fbb9fbf], .header--main.header--applications .header__nav-link--catalog[data-v-9fbb9fbf]
{
    color: #154ee0;
}
.header--main.header--applications .header__nav-link--catalog[data-v-9fbb9fbf]:after
{
    opacity: 1;
    visibility: visible;
}
.header--main.header--applications .header__nav-link[data-v-9fbb9fbf]:hover
{
    color: #154ee0;
}
.header--main.header--applications .header__nav-link[data-v-9fbb9fbf]:hover:after
{
    background: #2daaff;
    opacity: 1;
    visibility: visible;
}
.header--main.header--company[data-v-9fbb9fbf]
{
    background: #fff;
}
.header--main.header--company .header__nav-link[data-v-9fbb9fbf], .header--main.header--company .header__nav-link--catalog[data-v-9fbb9fbf]
{
    color: #154ee0;
}
.header--main.header--company .header__nav-link--catalog[data-v-9fbb9fbf]:after
{
    opacity: 1;
    visibility: visible;
}
.header--main.header--company .header__nav-link[data-v-9fbb9fbf]:hover
{
    color: #154ee0;
}
.header--main.header--company .header__nav-link[data-v-9fbb9fbf]:hover:after
{
    background: #2daaff;
    opacity: 1;
    visibility: visible;
}
.header--main .header__catalog[data-v-9fbb9fbf]
{
    background: #fff;
}
.header--main .header__catalog-link[data-v-9fbb9fbf], .header--main .header__catalog-title[data-v-9fbb9fbf]
{
    color: #154ee0;
}
.header__burger[data-v-9fbb9fbf]
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cpath stroke='%23fff' d='M0 .5h20.5M0 19.5h20.5M0 10h20.5'/%3E%3C/svg%3E");
    display: none;
    height: 20px;
    margin-left: 35px;
    width: 21px;
}
.header__catalog[data-v-9fbb9fbf]
{
    background: #154ee0;
    border-radius: 0 0 50px 50px;
    left: 0;
    opacity: 0;
    padding-bottom: 58px;
    position: absolute;
    top: 109px;
    transition: top .25s ease-in-out,opacity .25s ease-in-out,visibility .25s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 111;
}
.header__catalog .container[data-v-9fbb9fbf]
{
    align-items: flex-start;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5,1fr);
}
.header__catalog-title[data-v-9fbb9fbf]
{
    color: #fff;
    display: block;
    font-family: Prompt,sans-serif;
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    text-transform: uppercase;
    transition: color .25s ease-in-out;
}
.header__catalog-title[data-v-9fbb9fbf]:after
{
    background: #80cbff;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out,background .25s ease-in-out;
    visibility: hidden;
    width: 3px;
}
.header__catalog-title[data-v-9fbb9fbf]:hover
{
    color: #80cbff;
}
.header__catalog-title[data-v-9fbb9fbf]:hover:after
{
    opacity: 1;
    visibility: visible;
}
.header__catalog-links[data-v-9fbb9fbf]
{
    margin-top: 14px;
}
.header__catalog-link[data-v-9fbb9fbf]
{
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 11px;
    padding-left: 10px;
    position: relative;
    transition: color .25s ease-in-out;
}
.header__catalog-link[data-v-9fbb9fbf]:last-child
{
    margin-bottom: 0;
}
.header__catalog-link[data-v-9fbb9fbf]:after
{
    background: #80cbff;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    visibility: hidden;
    width: 3px;
}
.header__catalog-link[data-v-9fbb9fbf]:hover
{
    color: #80cbff;
}
.header--catalog .header__catalog--links[data-v-9fbb9fbf], .header__catalog-link[data-v-9fbb9fbf]:hover:after
{
    opacity: 1;
    visibility: visible;
}
.header--catalog .header__nav-link[data-v-9fbb9fbf]
{
    color: #80cbff;
}
.header--catalog .header__nav-link--catalog[data-v-9fbb9fbf]
{
    color: #fff;
}
.header--catalog .header__nav-link--catalog[data-v-9fbb9fbf]:after
{
    opacity: 1;
    visibility: visible;
}
.header--catalog .header__nav-link[data-v-9fbb9fbf]:hover
{
    color: #fff;
}
.header--applications .header__catalog--applications[data-v-9fbb9fbf], .header--catalog .header__nav-link[data-v-9fbb9fbf]:hover:after
{
    opacity: 1;
    visibility: visible;
}
.header--applications .header__catalog--applications .container[data-v-9fbb9fbf]
{
    grid-template-columns: repeat(2,1fr);
    left: 30px;
    max-width: 300px;
    position: relative;
}
.header--applications .header__nav-link[data-v-9fbb9fbf]
{
    color: #80cbff;
}
.header--applications .header__nav-link--applications[data-v-9fbb9fbf]
{
    color: #fff;
}
.header--applications .header__nav-link--applications[data-v-9fbb9fbf]:after
{
    opacity: 1;
    visibility: visible;
}
.header--applications .header__nav-link[data-v-9fbb9fbf]:hover
{
    color: #fff;
}
.header--applications .header__nav-link[data-v-9fbb9fbf]:hover:after, .header--company .header__catalog--company[data-v-9fbb9fbf]
{
    opacity: 1;
    visibility: visible;
}
.header--company .header__catalog--company .container[data-v-9fbb9fbf]
{
    grid-template-columns: repeat(1,1fr);
    left: 780px;
    position: relative;
}
.header--company .header__nav-link[data-v-9fbb9fbf]
{
    color: #80cbff;
}
.header--company .header__nav-link--company[data-v-9fbb9fbf]
{
    color: #fff;
}
.header--company .header__nav-link--company[data-v-9fbb9fbf]:after
{
    opacity: 1;
    visibility: visible;
}
.header--company .header__nav-link[data-v-9fbb9fbf]:hover
{
    color: #fff;
}
.header--company .header__nav-link[data-v-9fbb9fbf]:hover:after
{
    opacity: 1;
    visibility: visible;
}
.mobile-menu[data-v-9fbb9fbf]
{
    background: #012ba6;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 25px 0;
    position: fixed;
    top: 0;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden;
    width: 100%;
    z-index: 222;
}
.mobile-menu__close[data-v-9fbb9fbf]
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' fill='none' viewBox='0 0 22 21'%3E%3Cpath stroke='%23fff' d='m21.354.354-20 20M20.646 20.354l-20-20'/%3E%3C/svg%3E");
    height: 21px;
    margin-left: auto;
    margin-right: 20px;
    width: 22px;
}
.mobile-menu--active[data-v-9fbb9fbf]
{
    opacity: 1;
    visibility: visible;
}
.menu-list[data-v-9fbb9fbf]
{
    margin-top: 32px;
}
.menu-list__item[data-v-9fbb9fbf]
{
    border-bottom: 1px solid #154ee0;
    border-top: 1px solid #154ee0;
    margin-bottom: -1px;
    padding: 0 20px;
}
.menu-list__item-top[data-v-9fbb9fbf]
{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.menu-list__item-title[data-v-9fbb9fbf]
{
    color: #fff;
    font-family: Prompt,sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 80px;
    text-transform: uppercase;
}
.menu-list__item-arrow[data-v-9fbb9fbf]
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' fill='none' viewBox='0 0 20 11'%3E%3Cpath stroke='%23fff' d='m19.213 1-9.107 9.106L1 1'/%3E%3C/svg%3E");
    flex-shrink: 0;
    height: 11px;
    margin-left: 10px;
    width: 20px;
}
.menu-list__item.is-active .menu-list__inside[data-v-9fbb9fbf]
{
    display: block;
}
.menu-list__inside[data-v-9fbb9fbf]
{
    background: #154ee0;
    display: none;
    margin-left: -20px;
    padding: 22px 0;
    width: calc(100% + 40px);
}
.menu-list__inside-item[data-v-9fbb9fbf]
{
    margin-bottom: 20px;
    padding: 0 20px;
}
.menu-list__inside-item[data-v-9fbb9fbf]:last-child
{
    margin-bottom: 0;
}
.menu-list__inside-item.is-active .menu-list__links[data-v-9fbb9fbf]
{
    display: block;
}
.menu-list__inside-item.is-active .menu-list__inside-arrow[data-v-9fbb9fbf]
{
    transform: rotate(45deg);
}
.menu-list__inside-top[data-v-9fbb9fbf]
{
    align-items: center;
    display: flex;
}
.menu-list__inside-title[data-v-9fbb9fbf]
{
    color: #fff;
    display: block;
    font-family: Prompt,sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-transform: uppercase;
}
.menu-list__inside-arrow[data-v-9fbb9fbf]
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3E%3Cpath stroke='%23fff' d='m10.733 1.421 9.974 9.974-9.974 9.974M20.052 11.388H0'/%3E%3C/svg%3E");
    flex-shrink: 0;
    height: 22px;
    margin-left: 15px;
    transition: transform .25s ease-in-out;
    width: 22px;
}
.menu-list__links[data-v-9fbb9fbf]
{
    display: none;
    padding: 35px 0 15px;
}
.menu-list__links-item[data-v-9fbb9fbf]
{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}
.menu-list__links-item[data-v-9fbb9fbf]:last-child
{
    margin-bottom: 0;
}
.menu-list a[data-v-9fbb9fbf]
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media(max-width: 1280px)
{
    .header--company .header__catalog--company .container[data-v-9fbb9fbf]
    {
        left: 730px;
    }
}
@media(max-width: 1180px)
{
    .header--company .header__catalog--company .container[data-v-9fbb9fbf]
    {
        left: 700px;
    }
}
@media(max-width: 1080px)
{
    .header__nav-link[data-v-9fbb9fbf]
    {
        margin-right: 15px;
    }
    .header--company .header__catalog--company .container[data-v-9fbb9fbf]
    {
        left: 610px;
    }
}
@media(max-width: 992px)
{
    .header[data-v-9fbb9fbf]
    {
        padding: 15px 0;
    }
    .header__nav[data-v-9fbb9fbf]
    {
        display: none;
    }
    .header .logo[data-v-9fbb9fbf]
    {
        max-width: 140px;
    }
    .header .btn[data-v-9fbb9fbf]
    {
        display: none;
    }
    .header__burger[data-v-9fbb9fbf]
    {
        display: flex;
    }
    .header__lang-title[data-v-9fbb9fbf]
    {
        font-size: 26px;
        font-weight: 300;
        line-height: 36px;
    }
}
.footer[data-v-ad4747de]
{
    background: linear-gradient(125deg,#0733a3,#003ede 22%,#000d84 35%,#00052e 56%,#00052e);
    background-size: cover;
    padding: 58px 0 205px;
    position: relative;
    z-index: 5;
}
.footer .logo[data-v-ad4747de]
{
    max-width: 220px;
    width: 100%;
}
.footer .logo img[data-v-ad4747de]
{
    width: 100%;
}
.footer__info[data-v-ad4747de]
{
    color: #80cbff;
    font-size: 18px;
    line-height: 25px;
    max-width: 267px;
    width: 100%;
}
.footer__info p[data-v-ad4747de]
{
    margin: 0;
}
.footer__email[data-v-ad4747de], .footer__phone[data-v-ad4747de]
{
    color: #80cbff;
    display: block;
    transition: color .25s ease-in-out;
}
.footer__email[data-v-ad4747de]:hover, .footer__phone[data-v-ad4747de]:hover
{
    color: #fff;
}
.footer__address[data-v-ad4747de], .footer__btn[data-v-ad4747de]
{
    margin: 20px 0;
}
.footer__btn[data-v-ad4747de]
{
    align-items: center;
    border: 1px solid #80cbff;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    font-family: Prompt,sans-serif;
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 20px;
    padding: 12px 19px;
    transition: border .25s ease-in-out;
}
.footer__btn img[data-v-ad4747de]
{
    margin-right: 11px;
    position: relative;
    top: -2px;
}
.footer__btn[data-v-ad4747de]:hover
{
    border: 1px solid #fff;
}
.footer__top[data-v-ad4747de]
{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.footer__nav[data-v-ad4747de]
{
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
}
.footer__nav-col[data-v-ad4747de]
{
    margin-right: 90px;
}
.footer__nav-col[data-v-ad4747de]:last-child
{
    margin-right: 0;
}
.footer__nav-title[data-v-ad4747de]
{
    color: #80cbff;
    font-family: Prompt,sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .8px;
    line-height: 24px;
    text-transform: uppercase;
    transition: color .25s ease-in-out;
}
.footer__nav-title[data-v-ad4747de]:hover
{
    color: #ededed;
}
.footer__nav-links[data-v-ad4747de]
{
    display: flex;
    flex-direction: column;
    margin-top: 22px;
}
.footer__nav-link[data-v-ad4747de]
{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 14px;
    transition: color .25s ease-in-out;
}
.footer__nav-link[data-v-ad4747de]:hover
{
    color: #80cbff;
}
.footer__nav-link[data-v-ad4747de]:last-child
{
    margin-bottom: 0;
}
.footer__bottom[data-v-ad4747de]
{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 20px;
    position: relative;
}
.footer__bottom[data-v-ad4747de]:after
{
    background: linear-gradient(90deg,#80cbff 15.04%,rgba(128,203,255,.53) 78.333%);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer__bottom-links[data-v-ad4747de]
{
    align-items: center;
    display: flex;
    margin-left: 20px;
}
.footer__bottom-link[data-v-ad4747de]
{
    color: #80cbff;
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin-right: 50px;
    transition: color .25s ease-in-out;
}
.footer__bottom-link[data-v-ad4747de]:hover
{
    color: #fff;
}
.footer__bottom-link[data-v-ad4747de]:last-child
{
    margin-right: 0;
}
.footer__bottom-address[data-v-ad4747de], .footer__copyright[data-v-ad4747de]
{
    color: #80cbff;
    font-size: 12px;
    line-height: 22px;
}
@media(max-width: 1080px)
{
    .footer__nav-col[data-v-ad4747de]
    {
        margin-right: 30px;
    }
}
@media(max-width: 992px)
{
    .footer__top[data-v-ad4747de]
    {
        flex-direction: column;
    }
    .footer__info[data-v-ad4747de]
    {
        max-width: 100%;
    }
    .footer__nav[data-v-ad4747de]
    {
        justify-content: space-between;
        margin-top: 20px;
        width: 100%;
    }
    .footer__bottom-link[data-v-ad4747de]
    {
        margin-right: 15px;
    }
}
@media(max-width: 768px)
{
    .footer[data-v-ad4747de]
    {
        padding: 68px 0 58px;
    }
    .footer__nav[data-v-ad4747de]
    {
        display: none;
    }
    .footer__btn[data-v-ad4747de]
    {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 22px;
    }
    .footer__btn img[data-v-ad4747de]
    {
        height: 21px;
        top: -3px;
        width: 21px;
    }
    .footer__bottom[data-v-ad4747de]
    {
        align-items: flex-start;
        flex-direction: column-reverse;
        padding-top: 50px;
    }
    .footer__bottom-links[data-v-ad4747de]
    {
        align-items: flex-start;
        flex-direction: column;
        margin-left: 0;
    }
    .footer__bottom-link[data-v-ad4747de]
    {
        line-height: 14px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .footer__bottom-link[data-v-ad4747de]:last-child
    {
        margin-bottom: 0;
    }
    .footer__copyright[data-v-ad4747de]
    {
        line-height: 14px;
        margin-top: 70px;
    }
}
*, :after, :before
{
    box-sizing: border-box;
}
blockquote, body, dd, dl, figure, h1, h2, h3, h4, p
{
    margin: 0;
}
ol[role=list], ul[role=list]
{
    list-style: none;
}
body
{
    line-height: 1.5;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}
a:not([class])
{
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
img, picture
{
    display: block;
    max-width: 100%;
}
button, input, select, textarea
{
    font: inherit;
}
@media(prefers-reduced-motion: reduce)
{
    html:focus-within
    {
        scroll-behavior: auto;
    }
    *, :after, :before
    {
        animation-duration: .01ms!important;
        animation-iteration-count: 1!important;
        scroll-behavior: auto!important;
        transition-duration: .01ms!important;
    }
}
body, html
{
    height: 100%;
    min-height: 100%;
}
body
{
    color: #1a1a1a;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
}
.container
{
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 20px;
    width: 100%;
}
img
{
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
a, button
{
    cursor: pointer;
    text-decoration-line: none;
}
a:active, a:focus, a:hover, button:active, button:focus, button:hover
{
    outline: none;
    text-decoration: none;
}
.logo
{
    display: block;
}
.h1, h1
{
    font-size: 90px;
    font-weight: 500;
    line-height: 110px;
}
.h1, .h2, h1, h2
{
    font-family: Prompt,sans-serif;
    text-transform: uppercase;
}
.h2, h2
{
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
}
.h2 span, h2 span
{
    color: #154ee0;
}
.h3, h3
{
    font-size: 70px;
    line-height: 70px;
}
.h3, .h4, h3, h4
{
    font-family: Prompt,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.h4, h4
{
    font-size: 50px;
    line-height: 60px;
}
ol, ul
{
    margin-block-start: 0;
    margin-bottom: 0;
    padding-inline-start: 0;
}
ol li, ul li
{
    list-style-type: none;
}
.page-link
{
    color: #154ee0;
    display: block;
    font-family: Prompt,sans-serif;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 21px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    width: -moz-max-content;
    width: max-content;
}
.page-link:after
{
    bottom: 2px;
    height: 1px;
    transition: width .25s ease-in-out;
    width: 0;
}
.page-link:after, .page-link:before
{
    background: #154ee0;
    content: "";
    left: 0;
    position: absolute;
}
.page-link:before
{
    bottom: 0;
    height: 5px;
    transition: left .25s ease-in-out;
    width: 5px;
    z-index: 2;
}
.input-group
{
    width: 100%;
}
.input-group label
{
    color: #154ee0;
    display: block;
    font-size: 12px;
    line-height: 22px;
    transition: color .25s ease-in-out;
}
.input-group input
{
    border: none;
    border-bottom: 1px solid #c0e6ff;
    font-size: 18px;
    height: 37px;
    line-height: 25px;
    outline: none;
    transition: border-bottom .25s ease-in-out;
    width: 100%;
}
.input-group input::-moz-placeholder
{
    color: #d3d3d3;
}
.input-group input::placeholder
{
    color: #d3d3d3;
}
.input-group.error label
{
    color: #da1e28;
}
.input-group.error .select__top, .input-group.error input
{
    border-bottom: 1px solid #da1e28;
}
.input-group.error .select__top-arrow:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none' viewBox='0 0 14 8'%3E%3Cpath stroke='%23DA1E28' d='m1 1 6 6 6-6'/%3E%3C/svg%3E");
}
.select
{
    position: relative;
    width: 100%;
}
.select__top
{
    align-items: center;
    border-bottom: 1px solid #c0e6ff;
    cursor: pointer;
    display: flex;
    height: 37px;
    justify-content: space-between;
    transition: border-bottom .25s ease-in-out;
}
.select__top-title
{
    font-size: 18px;
    line-height: 25px;
}
.select__top-arrow
{
    display: flex;
    flex-shrink: 0;
    height: 8px;
    margin-left: 5px;
    position: relative;
    width: 14px;
}
.select__top-arrow:after
{
    background-color: #154ee0;
    content: "";
    height: 100%;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none' viewBox='0 0 14 8'%3E%3Cpath stroke='%23004FFF' d='m1 1 6 6 6-6'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none' viewBox='0 0 14 8'%3E%3Cpath stroke='%23004FFF' d='m1 1 6 6 6-6'/%3E%3C/svg%3E");
    position: absolute;
    transition: background-image .25s ease-in-out;
    width: 100%;
}
.select__inside
{
    background: #fff;
    border: 1px solid #1a1a1a;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}
.select__inside-top
{
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
}
.select__inside-top:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none' viewBox='0 0 14 8'%3E%3Cpath stroke='%231A1A1A' d='m1 1 6 6 6-6'/%3E%3C/svg%3E");
    content: "";
    flex-shrink: 0;
    height: 8px;
    margin-left: 5px;
    position: relative;
    width: 14px;
}
.select__inside-link
{
    background: transparent;
    color: #1a1a1a;
    cursor: pointer;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 10px;
    transition: background .25s ease-in-out;
}
.select__inside-link:hover
{
    background: #ededed;
}
.select.is-active .select__inside
{
    opacity: 1;
    visibility: visible;
}
.select.disable .select__top-title
{
    color: rgba(0,0,0,.15);
}
.textarea, .textarea textarea
{
    position: relative;
    width: 100%;
}
.textarea textarea
{
    background: #fff;
    border: 1px solid #c0e6ff;
    font-size: 18px;
    height: 132px;
    line-height: 25px;
    outline: none;
    padding: 10px 20px 20px;
    resize: none;
}
.textarea textarea::-moz-placeholder
{
    color: #d3d3d3;
}
.textarea textarea::placeholder
{
    color: #d3d3d3;
}
.textarea textarea::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 5px;
}
.textarea textarea::-webkit-scrollbar-thumb
{
    background-color: #ededed;
    border-radius: 5px;
}
.policy input
{
    display: none;
}
.policy input:checked+label:before
{
    opacity: 1;
    visibility: visible;
}
.policy label
{
    color: #154ee0;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding-left: 26px;
    position: relative;
    transition: color .25s ease-in-out;
}
.policy label:after
{
    border: 1px solid #154ee0;
    height: 16px;
    left: 0;
    transition: border .25s ease-in-out;
    width: 16px;
}
.policy label:after, .policy label:before
{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.policy label:before
{
    background-color: #154ee0;
    height: 8px;
    left: 3px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none' viewBox='0 0 10 8'%3E%3Cpath fill='%23004FFF' d='M3.536 4.95 1.414 2.828 0 4.243l3.536 3.535L9.9 1.414 8.485 0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' fill='none' viewBox='0 0 10 8'%3E%3Cpath fill='%23004FFF' d='M3.536 4.95 1.414 2.828 0 4.243l3.536 3.535L9.9 1.414 8.485 0z'/%3E%3C/svg%3E");
    opacity: 0;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    visibility: hidden;
    width: 10px;
    z-index: 2;
}
.policy.error label
{
    color: #da1e28;
}
.policy.error label:after
{
    border: 1px solid #da1e28;
}
.captcha
{
    max-width: 185px;
    width: 100%;
}
.captcha input
{
    display: none;
}
.captcha input:checked+label .captcha__check:after
{
    opacity: 1;
    visibility: visible;
}
.captcha label
{
    cursor: pointer;
    justify-content: space-between;
    margin: 0;
    padding: 5px 10px;
}
.captcha label, .captcha__check
{
    align-items: center;
    border: 1px solid #154ee0;
    display: flex;
    position: relative;
    transition: border .25s ease-in-out;
}
.captcha__check
{
    height: 25px;
    justify-content: center;
    width: 25px;
}
.captcha__check:after
{
    background-color: #154ee0;
    content: "";
    height: 12px;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' fill='none' viewBox='0 0 15 12'%3E%3Cpath fill='%23004FFF' d='M5.357 7.636 2.143 4.364 0 6.545 5.357 12 15 2.182 12.857 0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' fill='none' viewBox='0 0 15 12'%3E%3Cpath fill='%23004FFF' d='M5.357 7.636 2.143 4.364 0 6.545 5.357 12 15 2.182 12.857 0z'/%3E%3C/svg%3E");
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    visibility: hidden;
    width: 15px;
}
.captcha__text
{
    font-size: 12px;
    line-height: 22px;
    margin-left: 7px;
    margin-right: 12px;
}
.captcha.error .captcha__check, .captcha.error label
{
    border: 1px solid #da1e28;
}
.slider-navigation
{
    display: flex;
}
.slider-navigation__btn
{
    align-items: center;
    background: transparent;
    border: 1px solid #1a1a1a;
    cursor: pointer;
    display: flex;
    height: 45px;
    justify-content: center;
    margin-right: -1px;
    position: relative;
    transition: background .25s ease-in-out;
    width: 45px;
    z-index: 2;
}
.slider-navigation__btn:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' fill='none' viewBox='0 0 8 15'%3E%3Cpath stroke='%231A1A1A' d='M7.43 13.898.763 7.312 7.43.726'/%3E%3C/svg%3E");
    content: "";
    height: 15px;
    position: absolute;
    transition: background-image .25s ease-in-out;
    width: 8px;
}
.slider-navigation__btn--next:after
{
    transform: rotate(180deg);
}
.slider-navigation__btn:hover
{
    background: #1a1a1a;
}
.slider-navigation__btn:hover:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' fill='none' viewBox='0 0 8 15'%3E%3Cpath stroke='%23EDEDED' d='M7.428 14.274.76 7.688l6.667-6.586'/%3E%3C/svg%3E");
}
.slider-navigation__btn.swiper-button-disabled
{
    border: 1px solid #bcbcbc;
    cursor: default;
    z-index: 1;
}
.slider-navigation__btn.swiper-button-disabled:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' fill='none' viewBox='0 0 8 15'%3E%3Cpath stroke='%23BCBCBC' d='M7.43 13.898.763 7.312 7.43.726'/%3E%3C/svg%3E");
}
.slider-navigation__btn.swiper-button-disabled:hover
{
    background: transparent;
    border: 1px solid #bcbcbc;
}
.slider-navigation__btn.swiper-button-disabled:hover:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' fill='none' viewBox='0 0 8 15'%3E%3Cpath stroke='%23BCBCBC' d='M7.43 13.898.763 7.312 7.43.726'/%3E%3C/svg%3E");
}
.slider-navigation__btn.swiper-button-lock
{
    display: none;
}
.slider-pagination
{
    display: flex;
}
.slider-pagination .swiper-pagination-bullet
{
    background: #80cbff;
    border-radius: 0;
    height: 7px;
    margin: 0 7px 0 0;
    opacity: 1;
    transition: background .25s ease-in-out;
    width: 7px;
}
.slider-pagination .swiper-pagination-bullet:last-child
{
    margin-right: 0;
}
.slider-pagination .swiper-pagination-bullet-active
{
    background: #fff;
}
.page-wrap
{
    padding-top: 190px;
}
.page-wrap__text
{
    color: #1a1a1a;
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    max-width: 630px;
}
.page-decor
{
    height: 580px;
    position: fixed;
    width: 558px;
}
.page-decor:after
{
    background: rgba(45,170,255,.5);
    border-radius: 580px;
    content: "";
    filter: blur(150px);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.relative
{
    position: relative;
}
.overflow
{
    overflow: hidden;
}
.form-loader
{
    align-items: center;
    background: rgba(45,170,255,.2);
    border-radius: 20px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 5;
}
.form-loader--active
{
    opacity: 1;
    visibility: visible;
}
.form-loader__anim
{
    animation: rotation 1s linear infinite;
    border-color: #fff #fff transparent transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    box-sizing: border-box;
    display: inline-block;
    height: 48px;
    position: relative;
    width: 48px;
}
.form-loader__anim:after, .form-loader__anim:before
{
    animation: rotationBack .5s linear infinite;
    border-color: transparent transparent #2daaff #2daaff;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center center;
    width: 40px;
}
.form-loader__anim:before
{
    animation: rotation 1.5s linear infinite;
    border-color: #fff #fff transparent transparent;
    height: 32px;
    width: 32px;
}
@keyframes rotation
{
    0%
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(1turn);
    }
}
@keyframes rotationBack
{
    0%
    {
        transform: rotate(0deg);
    }
    to
    {
        transform: rotate(-1turn);
    }
}
@media(max-width: 992px)
{
    .page-wrap
    {
        padding-top: 116px;
    }
    .page-wrap__text
    {
        max-width: 100%;
    }
}
@media(max-width: 768px)
{
    .h1, h1
    {
        font-size: 45px;
        line-height: 50px;
    }
    .h2, .h3, h2, h3
    {
        font-size: 60px;
        line-height: 60px;
    }
    .h4, h4
    {
        font-size: 40px;
        line-height: 50px;
    }
}
.grecaptcha-badge
{
    z-index: 99999;
}
#app
{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main
{
    flex-grow: 1;
}