@font-face {
	font-family: icons;
	font-display: swap;
	src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

[class*="_icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
}

._icon-check:before {
    content: "\e901";
}

.adv--big {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.adv--horizontal {
    display: flex;
    row-gap: 0.8rem;
    flex-direction: column;
    flex: 1;
    margin-bottom: 25px;
}

@media (min-width: 1000px) {
    .adv--horizontal {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0;
    }
}

.adv--vertical {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.adv__item {
    font-weight: 600;
    display: flex;
    column-gap: 0.4rem;
    line-height: normal;
}

@media (min-width: 62.124em) {
    .adv__item {
        column-gap: 0.5rem;
    }
}

.adv__icon {
    color: #E90514;
    align-self: center;
}

.text-center {
    text-align: center;
}



[class*="__container"] {
    max-width: 73.125rem; /* $containerWidth in rem */
    margin: 0 auto;
    padding: 0 1.875rem; /* $containerPadding / 2 in rem */
}

@media (max-width: 74.5rem) { /* $maxWidth in rem */
    [class*="__container"] {
        padding-left: calc(15px + (1.875rem - 15px) * ((100vw - 320px) / (1920 - 320)));
        padding-right: calc(15px + (1.875rem - 15px) * ((100vw - 320px) / (1920 - 320)));
    }
}

.title {
    font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 800;
    text-transform: uppercase;
    line-height: normal;
}

.title span {
    color: #3F8AF6;
}

.title--white {
    color: #fff;
}

.text-center {
    text-align: center;
}


.faq {
    margin: 50px 0;
}

.faq__title {
    margin-bottom: 45px;
}

.spoller__item {
    background-color: #414245;
    border-radius: 30px;
    padding: 25px 30px 25px 20px;
    cursor: pointer;
    transition: all .3s ease 0s;
}

@media (min-width: 62.124em) {
    .spoller__item {
        padding: 25px 40px 25px 50px;
    }
}

.spoller__item:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 62.124em) {
    .spoller__item:not(:last-child) {
        margin-bottom: 40px;
    }
}

.spoller__item[open] {
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(63, 138, 246, 0.25);
}

.spoller__item[open] .spoller__title {
    color: #0B2442;
}

.spoller__title {
    list-style: none;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    position: relative;
    line-height: normal;
}

@media (min-width: 62.124em) {
    .spoller__title {
        font-size: 22px;
    }
}

.spoller__title::after {
    content: "\e900";
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    transform: rotate(-90deg) translateX(35%);
    transform-origin: center;
    transition: transform .5s ease 0s;
    color: #3F8AF6;
    position: absolute;
    right: -20px;
    top: 50%;
    font-size: 30px;
}

.spoller__title._spoller-active::after {
    transform: rotate(-90deg) rotateY(180deg);
}

.spoller__body {
    margin-top: 15px;
    line-height: normal;
    padding-right: 30px;
}

.contact-us {
    background: center / cover no-repeat url(../img/bg-contact.png) #0B2442;
    padding: 80px 0;
}

.contact-us__title {
    color: #fff;
    margin-bottom: 25px!important;
}

.contact-tabs__main {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

@media (min-width: 991.98px) {
    .contact-tabs__main {
        flex-direction: row;
        align-items: center;
    }
}

.contact-tabs__inform-list {
    flex: 1 0 100%;
    max-height: 400px;
    padding: 0 10px;
}

@media (min-width: 991.98px) {
    .contact-tabs__inform-list {
        flex: 1 0 calc(100% / 3 - 20px);
    }
}

.contact-tabs__inform-list .simplebar-track::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    background: #3F8AF6;
    border-radius: 4px;
    width: 2px;
    z-index: 0;
}

.contact-tabs__inform-list .simplebar-scrollbar {
    z-index: 1;
    width: 8px;
    left: 0px;
    right: 0px;
}

.contact-tabs__inform-list .simplebar-scrollbar::before {
    background-color: #3F8AF6;
}

.contact-tabs__inform-list .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}

.contact-tabs__inform-map {
    flex: 1 1 100%;
    border-radius: 15px;
    overflow: hidden;
}

.contact-tabs__navigation {
    margin-bottom: calc(45px + (60 - 45) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}

.contact-tabs__title {
    position: relative;
    flex: 1 1 calc(100% / 3);
    padding: 20px 0;
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 800;
    background: #F4F7FE;
    box-sizing: border-box;
}

.contact-tabs__title:not(:first-child):not(:last-child) {
    border-color: #3F8AF6;
    border-width: 0 2px;
    border-style: solid;
}

.contact-tabs__title:first-of-type {
    border-radius: 15px 0px 0px 15px;
}

.contact-tabs__title:last-of-type {
    border-radius: 0px 15px 15px 0px;
}

.contact-tabs__title._tab-active {
    background: #3F8AF6;
    color: white;
}

.contact-tabs__title._tab-active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #3F8AF6;
}

.contact-tabs__title[disabled] {
    cursor: not-allowed;
    opacity: .9;
}

.contact-tabs__inform-item {
    color: #fff;
    margin-bottom: calc(30px + (45 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.contact-tabs__inform-item-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

.contact-tabs__inform-item-title svg {
    max-height: 18px;
    width: auto;
}

.contact-tabs__inform-item ul > li {
    margin-bottom: 8px;
}

.contact-tabs__inform-item-info {
    line-height: 1.4;
}

.tab-delivery {
    /*margin: 50px 0;*/
    padding-top: calc(45px + (80 - 45) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(45px + (80 - 45) * ((100vw - 320px) / (1920 - 320)));
    background: rgba(63, 138, 246, .1);
    background-image: url(../img/bg-typeDel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tab-delivery__header {
    margin-bottom: calc(20px + (55 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.tab-delivery__title {
    margin-bottom: 20px;
}

.tab-delivery__desc {
    line-height: normal;
    font-size: calc(18px + (34 - 18) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
}

.tab-delivery__desc b {
    color: #3F8AF6;
}

.tabs-delivery__navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 10px;
}

.tabs-delivery__title {
    align-items: center;
    border-radius: 15px;
    text-align: center;
    color: #3F8AF6;
    border: 1px solid #3F8AF6;
    background-color: #fff;
    font-weight: 600;
    line-height: normal;
    transition: all .3s ease 0s;
    padding: 10px 0;
    flex-grow: 1;
}

@media (min-width: 62.124em) {
    .tabs-delivery__title {
        flex-basis: 200px;
        height: 50px;
        padding: 0 5px;
        flex-grow: 0;
    }
}

.tabs-delivery__title._tab-active {
    border-color: transparent;
    box-shadow: 0px 0px 25px 0px rgba(63, 138, 246, 0.25);
}

.tabs-delivery__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    row-gap: 20px;
}

@media (min-width: 62.124em) {
    .tabs-delivery__content {
        flex-direction: row;
    }
}

.tabs-delivery__inform {
    flex-basis: 33%;
}

@media (min-width: 62.124em) {
    .tabs-delivery__inform {
        align-self: flex-end;
    }
}

.tabs-delivery__adv {
    margin-bottom: 45px;
}

.tabs-delivery__img img {
    max-width: 100%;
    border-radius: 30px;
}
