/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src:
            local('Roboto Bold'),
            local('Roboto-Bold'),
            url('fonts/roboto/Roboto-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src:
            local('Roboto Bold Italic'),
            local('Roboto-BoldItalic'),
            url('fonts/roboto/Roboto-BoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:
            local('Roboto'),
            local('Roboto-Regular'),
            url('fonts/roboto/Roboto-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src:
            local('Roboto Italic'),
            local('Roboto-Italic'),
            url('fonts/roboto/Roboto-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src:
            local('Roboto Light'),
            local('Roboto-Light'),
            url('fonts/roboto/Roboto-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src:
            local('Roboto Light Italic'),
            local('Roboto-LightItalic'),
            url('fonts/roboto/Roboto-LightItalic.woff2') format('woff2');
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(2, 64, 114, 0.3);
    z-index: 998;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.anchor {
    display: block;
    position: relative;
    top: -88px;
    visibility: hidden;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -250px;
    bottom: 0;
    width: 250px;
    padding: 2.25rem;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}

.sidebar.active {
    right: 0;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    min-width: 320px;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

html {
    font-size: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 0.875rem;
    color: #002b4e;
    background-color: #ffffff;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2em;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #024072;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.125rem;
}

a {
    color: #058fc7;
}

li:not(:last-of-type) {
    margin-bottom: 1.5em;
}

.list_unstyled {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    font-weight: 700;
    font-size: 1.125rem;
    color: #ffffff;
    background-color: #058fc7;
}

thead th {
    text-align: left;
    background-color: #058fc7;
}

th,
td {
    padding: 1em;
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.section_dark {
    color: #ffffff;
}

.section_triag {
    padding-top: 3rem;
    background: rgba(159, 219, 255, 0.1) linear-gradient(135deg, #ffffff 10vw, rgba(159, 219, 255, 0.1) 10vw) 0 0 no-repeat;
}

.logo {
    color: #024072;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.logo a {
    color: inherit;
    text-decoration: none;
}

.logo_small {
    display: block;
    width: 103px;
    height: 44px;
    background: url('img/logo/logo-small.svg') 0 0 no-repeat;
    text-indent: -99999px;
}

.header {
    position: sticky;
    top: 0;
    padding: 1.357rem 1.25rem;
    background-color: #ffffff;
    z-index: 997;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    position: relative;
}

.language-switcher__select {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:110%;
    font-size: 16px;
    display: flex;
    align-items:center;
    gap:10px;
}
.language-switcher__option{
    text-decoration: none;
    font-size: 14px;
}
.language-switcher__option_current {
    padding:5px 7px;
    background-color: #2E8EC7;
    border-radius: 5px;
    color:white;
    font-weight: 700 ;
}
@media(min-width: 576px) {
    .language-switcher__option{
        font-size: 16px;
    }
    .language-switcher__select {
        position: absolute;
        top:50%;
        transform: translateY(-50%);
        left:120%;
    }
}
.header__menu .main-menu__items {
    display: none;
}

.main-menu__toggle {
    display: block;
    position: relative;
    width: 1.5rem;
    margin: 0;
    padding: 0;
    height: calc(2px * 3 + 6px * 2);
    background-color: inherit;
    border: none;
    text-indent: -999999px;
    outline: none;
    cursor: pointer;
}

.main-menu__toggle span:first-child,
.main-menu__toggle span:nth-child(2),
.main-menu__toggle span:last-child {
    display: block;
    height: 2px;
    background-color: #002b4e;
    position: absolute;
    right: 0;
    left: 0;
}

.main-menu__toggle span:first-child {
    top: 0;
}

.main-menu__toggle span:nth-child(2) {
    top: calc(50% - 1px);
}

.main-menu__toggle span:last-child {
    bottom: 0;
}

.main-menu__title {
    margin-bottom: 2.875rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.main-menu__items {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
}
@media (min-width:992px) and (max-width:1200px) {
    .main-menu__items {
        font-size: 0.8rem;
    }
    span.main-menu__item:not(:last-child) {
         margin-right:1rem;
     }
}
span.main-menu__item:not(:last-child) {
    margin-right:1.4rem;
}
.main-menu__item:not(:last-child) {
    margin-bottom: 1.8em;
}

.main-menu__items a {
    color: inherit;
    text-decoration: none;
}

.main-menu__items a:hover {
    border-bottom: 1px solid #058fc7;
}

.main-menu__close {
    font-size: 18px;
    font-weight: 700;
}

.main-menu__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-menu__header button {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    color: inherit;
    background: transparent;
    border: none;
}

.banner {
    position: relative;
    color: #ffffff;
}

.banner__top {
    position: relative;
    width: 100%;
    height: 460px;
    padding-top: 3rem;
    background: #024072 url('img/banner/banner-bg.jpg') 50% 0 no-repeat;
}

.banner__top::after {
    content: '';
    display: block;
    position: absolute;
    top: 85%;
    right: 0;
    bottom: -15%;
    left: 0;
    background-image: linear-gradient(to top, white 51%, transparent);
}

.banner__logo {
    display: block;
    width: 219px;
    height: 49px;
    margin-right: auto;
    margin-left: auto;
    background: url('img/logo/logo-lg.svg') 0 0 no-repeat;
    text-indent: -999999px;
}

.banner__teaser {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4.5rem 20px;
    background-image: linear-gradient(135deg, transparent 10vw, #038ec7 10vw);
}

.banner__teaser-inner {
    text-align: center;
}

.accordion[data-level="2"]{
    border-left: 25px solid #058fc7;
}

.accordion table[data-level="2"]{
    border-left: 25px solid #058fc7;
}

.accordion__item {
    border-top: 1px solid #c4c4c4;
}

.accordion__item:last-of-type {
    border-bottom: 1px solid #c4c4c4;
}

.accordion__item-title {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
    cursor: pointer;
}

.accordion__item-title span:first-child {
    flex-grow: 1;
}

.accordion__bullet {
    margin-left: 0.5em;
    line-height: 1;
    transform-origin: 50% 50%;
    transition: transform 0.5s ease-in-out;
}

.accordion__item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.adv {
    text-align: center;
}

.adv:not(:first-of-type) {
    padding-top: 2rem;
}

.adv:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #c4c4c4;
}

.about {
    position: relative;
    font-weight: 400;
    text-align: center;
    background: #058fc7 url('img/about/about-bg.webp') 50% 100% no-repeat;
    background-size: cover;
}

.no-webp .about {
    background-image: url('img/about/about-bg.png');
}

.about h1,
.about h2,
.about h3,
.about h4,
.about h5,
.about h6 {
    color: inherit;
}

.pricing table {
    position: relative;
    font-weight: 400;
}

.pricing thead th {
    position: sticky;
    top: 0;
}

.pricing td {
    background-color: #f3f3f3;
    border-bottom: 1px solid #cdd1d8;
}

.pricing th:first-child,
.pricing td:first-child {
    display: none;
}

.pricing td:nth-child(2) {
    background-color: #ffffff;
}

.pricing td:last-child {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.contacts {
    font-weight: 400;
    color: #222222;
}

.contacts .icon {
    margin-right: 1em;
    color: #058fc7;
}

.contacts .list:not(:last-child) {
    margin-bottom: 2.5em;
}

.contacts .list li {
    display: flex;
    align-items: center;
}

.contacts a {
    color: inherit;
    text-decoration: none;
}

.contacts a:hover {
    text-decoration: underline;
}

.contacts__bg img {
    width: 100%;
    height: auto;
}

.contacts__footer {
    height: 150px;
    margin-top: -1rem;
    background: url('img/contacts/contacts-footer-bg.webp') 0 0 no-repeat;
    background-size: cover;
    opacity: 0.5;
}

.no-webp .contacts__footer {
    background-image: url('img/contacts/contacts-footer-bg.png');
}

.footer {
    margin-top: -4rem;
}

.footer__content {
    padding-top: 2em;
    padding-bottom: 2em;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #038ec7 linear-gradient(0, #038ec7 0%, #29a3d5 100%) 0 0 no-repeat;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}
.info__card {
    box-shadow: 0 4px 20px rgba(60, 60, 60, 0.15);
    width: 100%;
    padding: 40px;
    margin: 0 auto;
    line-height: 1;
}
.info__card li {
    margin-bottom: 12px;
}
.info__card h3 {
    margin-bottom: 1.3rem;
}
@media (min-width: 576px) {
    .info__card {
        width: 80%;
    }
}
@media (min-width: 768px) {
    .info__card {
        width: 70%;
    }
}