*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    width: 100vw;
    overflow-x: hidden;
}

body {
    padding: 0;
    font-family: "Geologica", sans-serif;
    background-color: #fcfdff;
    overflow-x: clip;
    color: #0c1839;
}

::selection {
    background-color: #000;
    color: #fff;
}

input {
    outline: none;
    box-shadow: none;
}
input:focus,
input:hover {
    outline: none;
}

button {
    font-family: inherit;
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

b {
    font-weight: 700;
}

button {
    outline: none;
    box-shadow: none;
    border: none;
}

fieldset {
    border: transparent;
}

.section__title {
    color: #09214a;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 767px) {
    .section__title {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .section__title {
        margin-bottom: 40px;
    }
}
.section__desc {
    margin-bottom: 10px;
    color: #09214a;
    font-size: 16px;
    font-weight: 300;
}

.page-title {
    margin-bottom: 20px;
    color: #09214a;
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
}

.content-box {
    line-height: 172%;
}
@media (max-width: 767px) {
    .content-box {
        padding-bottom:35px;
    }
}
@media (min-width: 768px) {
    .content-box {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .content-box--top {
        padding-bottom: 40px;
        padding-bottom: 40px;
    }
}
@media (min-width: 768px) {
    .content-box--top {
        max-width: 800px;
        padding-top: 100px;
        padding-bottom: 40px;
    }
}
.content-box h1 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    color: #142e76;
}
.content-box h2 {
    margin-bottom: 20px;
    color: #142e76;
}
@media (max-width: 767px) {
    .content-box h2 {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .content-box h2 {
        font-size: 24px;
    }
}
.content-box h3 {
    margin-bottom: 18px;
    color: #142e76;
}
@media (max-width: 767px) {
    .content-box h3 {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .content-box h3 {
        font-size: 22px;
    }
}
.content-box ul,
.content-box ol {
    padding-left: 20px;
}
@media (max-width: 767px) {
    .content-box ul:not(:last-child),
    .content-box ol:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .content-box ul:not(:last-child),
    .content-box ol:not(:last-child) {
        margin-bottom: 58px;
    }
}
.content-box li {
    color: rgba(20, 46, 118, 0.5);
}
@media (max-width: 767px) {
    .content-box li {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .content-box li {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .content-box li:not(:last-child) {
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) {
    .content-box li:not(:last-child) {
        margin-bottom: 18px;
    }
}
.content-box p {
    color: rgba(20, 46, 118, 0.5);
}
@media (max-width: 767px) {
    .content-box p {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .content-box p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .content-box p:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .content-box p:not(:last-child) {
        margin-bottom: 58px;
    }
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1464px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .wrap {
        padding: 0 16px;
    }
}
@media (min-width: 768px) {
    .wrap {
        padding: 0 32px;
    }
}

.main {
    padding: 30px 0 0;
}
@media (max-width: 767px) {
    .main {
        min-height: calc(100vh - 575px);
    }
}
@media (min-width: 768px) {
    .main {
        min-height: calc(100vh - 442px);
    }
}

.shops {
    position: relative;
    margin: 0 auto;
    background: url("/img/shops-bg.svg") #f4f6fc no-repeat right bottom;
}
@media (max-width: 767px) {
    .shops {
        padding: 70px 0;
    }
}
@media (min-width: 768px) {
    .shops {
        padding: 80px 0;
    }
}

.text-box {
    color: #09214a;
}
.text-box h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
}
.text-box h2:not(:first-child) {
    margin-top: 32px;
}
.text-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}
.text-box p:not(:last-child) {
    margin-bottom: 20px;
}
.text-box ul,
.text-box ol {
    margin-bottom: 20px;
    padding-left: 20px;
}
.text-box li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}
.text-box li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
}

@media (min-width: 1025px) and (max-width: 1079px) {
    .footer-right {
        margin-left: 12px;
    }
}

@media (min-width: 1080px) {
    .footer-right {
        margin-left: 53px;
    }
}

.bottomnav {
    display: flex;
    gap: 30px;
}
@media (max-width: 767px) {
    .bottomnav {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 1024px) {
    .bottomnav {
        margin: 0 auto;
    }
}

@media (min-width: 1025px) {
    .bottomnav {
        margin: 0 0 48px;
    }
}

.bottomnav__link {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    transition: 0.2s ease-in-out;
}
.bottomnav__link:hover,
.bottomnav__link:focus {
    color: #84a4fc;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}
.breadcrumbs li {
    list-style-type: none;
}
@media (max-width: 767px) {
    .breadcrumbs {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .breadcrumbs {
        margin-bottom: 30px;
    }
}
.breadcrumbs__link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}
.breadcrumbs__link:after {
    width: 6px;
    height: 16px;
    display: block;
    content: "";
    background: url("/img/icon-breadcrumbs.svg") transparent no-repeat;
}
.breadcrumbs__current {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .catalog {
        padding: 30px 0 70px;
    }
}
@media (min-width: 768px) {
    .catalog {
        padding: 40px 0 80px;
    }
}
.catalog-slider {
    margin-bottom: 30px;
    position: relative;
    margin: 0 auto;
    background: url("/img/shops-bg.svg") #f4f6fc no-repeat right bottom;
}
@media (max-width: 767px) {
    .catalog-slider {
        padding: 70px 0;
    }
}
@media (min-width: 768px) {
    .catalog-slider {
        padding: 80px 0;
    }
}
.catalog-slider__container {
    width: 100%;
    overflow: hidden;
}
.catalog-slider__container a {
    margin: 0 6px;
}
.catalog-slider .slick-list {
    padding-bottom: 30px;
}
.catalog__box {
    display: grid;
    gap: 20px;
}
@media (max-width: 599px) {
    .catalog__box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 600px) and (max-width: 959px) {
    .catalog__box {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 960px) and (max-width: 1199px) {
    .catalog__box {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1200px) {
    .catalog__box {
        grid-template-columns: repeat(5, 1fr);
    }
}
.catalog-wide__box {
    display: grid;
    gap: 20px;
}
@media (max-width: 599px) {
    .catalog-wide__box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 600px) and (max-width: 959px) {
    .catalog-wide__box {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 960px) {
    .catalog-wide__box {
        grid-template-columns: repeat(4, 1fr);
    }
}
.catalog__img {
    position: relative;
}
@media (max-width: 767px) {
    .catalog__img {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .catalog__img {
        margin-bottom: 16px;
    }
}
.catalog__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/5;
}
.catalog__link--expired img {
    filter: grayscale(100%);
}
.catalog__label {
    min-height: 60px;
    padding: 0 10px 8px;
    display: block;
    color: #0c1839;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.catalog__details {
    margin-bottom: 16px;
    padding: 7px 9px;
    display: inline-flex;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    border-radius: 12px;
    border: 1px solid #eb4747;
    color: #eb4747;
    transition: 0.2s ease-in-out;
}
.catalog__link--expired .catalog__details {
    border: 1px solid #0c1839;
    color: #0c1839;
}
.catalog-item__box {
    padding: 10px;
    width: 100%;
    background: rgba(244, 246, 252, 0.8);
    border-radius: 0 0 12px 12px;
}
.catalog__link {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 20px;
    background: #f4f6fc;
    overflow: hidden;
    transition: 0.2s ease-in-out;
}
.catalog__link:hover,
.catalog__link:focus {
    border-radius: 12px;
    box-shadow: 0 12px 24px 0 rgba(47, 95, 227, 0.2);
}
.catalog__link:hover .catalog__details,
.catalog__link:focus .catalog__details {
    background-color: #eb4747;
    color: #fff;
}
.catalog__link--expired:hover .catalog__details,
.catalog__link--expired:focus .catalog__details {
    background-color: #0c1839;
}
.catalog__link:hover .catalog-item__box,
.catalog__link:focus .catalog-item__box {
    background: rgba(244, 246, 252, 0.95);
}
.catalog__readmore {
    width: 100%;
    max-width: 267px;
    margin: 0 auto;
    padding: 14px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    background-color: #2f5fe3;
    border-radius: 12px;
    transition: 0.1s ease-in-out;
}
.catalog__readmore:hover,
.catalog__readmore:focus {
    background-color: #1f49bc;
    box-shadow: 0 4px 10px 0 rgba(31, 73, 188, 0.5);
}

.copyright {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-wrap: balance;
    font-size: 14px;
}

@media (max-width: 767px) {
    .copyright {
        margin-top: 54px;
        padding-top: 25px;
    }
}

@media (min-width: 768px) {
    .copyright {
        margin-top: 80px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .countries {
        padding: 70px 0;
    }
}
@media (min-width: 768px) {
    .countries {
        padding: 80px 0;
    }
}
.countries .section__title {
    text-align: left;
}
.countries__container {
    position: relative;
    max-height: 160px;
    padding-bottom: 40px;
    overflow: hidden;
    transition: 0.5s max-height;
}
.countries__container::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: block;
    content: "";
    background: #fcfdff;
}
.countries__container--open {
    max-height: 1000px;
}
.countries__box {
    display: grid;
    gap: 40px;
}
@media (max-width: 599px) {
    .countries__box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .countries__box {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .countries__box {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 1025px) and (max-width: 1219px) {
    .countries__box {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (min-width: 1220px) {
    .countries__box {
        grid-template-columns: repeat(6, 1fr);
    }
}
.countries__link {
    width: 160px;
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #142e76;
    transition: 0.3s color;
}
.countries__link:hover,
.countries__link:focus {
    color: #2f5fe3;
}
.countries__img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 50%;
}
.countries__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.countries__btn {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 40px;
    left: 0;
    text-align: center;
    background-color: transparent;
    color: #142e76;
    cursor: pointer;
    transition: 0.3s color;
}
.countries__btn:hover,
.countries__btn:focus {
    color: #2f5fe3;
}

.icon--catalog {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/img/icon-catalog.svg") transparent no-repeat;
}
.icon--time {
    flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("/img/icon-time.svg") transparent no-repeat;
}
.icon--adress {
    flex-shrink: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url("/img/icon-adress.svg") transparent no-repeat;
}
.icon--map {
    flex-shrink: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: url("/img/icon-map.svg") transparent no-repeat center;
}
.icon-zoom {
    display: block;
    width: 30px;
    height: 30px;
}
.icon-zoom--in {
    background: url("/img/icon-zoom-in.svg") transparent no-repeat center;
}
.icon-zoom--out {
    background: url("/img/icon-zoom-out.svg") transparent no-repeat center;
}
.icon-zoom--reset {
    background: url("/img/icon-zoom-reset.svg") transparent no-repeat center;
}

.lang {
    display: flex;
}
@media (max-width: 768px) {
    .lang {
        margin: 0 10px;
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    .lang {
        margin: 0 20px;
    }
}
@media (min-width: 1281px) {
    .lang {
        margin-left: 20px;
    }
}
.lang__btn {
    color: #0c1839;
    cursor: pointer;
    background: transparent;
    transition: 0.2s ease-in-out;
}
.lang__btn:hover,
.lang__btn:focus {
    color: #2f5fe3;
}
.lang__btn--active {
    color: #2f5fe3;
    font-weight: 700;
    cursor: default;
}
.lang__btn:not(:first-child):before {
    content: "|";
    margin: 0 5px;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
@media (max-width: 1280px) {
    .logo {
        width: 27px;
        height: 30px;
    }
}
.logo img {
    max-width: 100%;
}

.pagination {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(20, 46, 118, 0.4);
    border-radius: 5px;
    color: rgba(20, 46, 118, 0.4);
}
@media (max-width: 767px) {
    .pagination__link {
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 768px) {
    .pagination__link {
        width: 40px;
        height: 40px;
    }
}
.pagination__link:not(.disabled) {
    transition: 0.3s all;
}
.pagination__link:not(.disabled):hover,
.pagination__link:not(.disabled):focus {
    color: #2f5fe3;
    border-color: #2f5fe3;
}
.pagination__link.disabled,
.pagination__link--current {
    cursor: default;
}
.pagination__link.disabled {
    color: #2f5fe3;
    border-color: transparent;
}
.pagination__link--current {
    border-color: #2f5fe3;
    color: #2f5fe3;
}
.pagination__link--next,
.pagination__link--prew {
    border-color: transparent;
}
.pagination__link--next:after,
.pagination__link--prew:after {
    width: 8px;
    height: 10px;
    display: flex;
    flex-shrink: 0;
    background: url("/img/icon-arrow-right.svg") transparent no-repeat;
    content: "";
    transform: rotate(0deg);
    transition: 0.5s transform;
}
.pagination__link--prew::after {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .production {
        padding: 0 0 70px;
    }
}
@media (min-width: 768px) {
    .production {
        padding: 0 0 80px;
    }
}
.production__box {
    display: grid;
    gap: 20px;
}
@media (max-width: 599px) {
    .production__box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 600px) and (max-width: 959px) {
    .production__box {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 960px) {
    .production__box {
        grid-template-columns: repeat(4, 1fr);
    }
}
.production__item {
    position: relative;
    display: block;
    padding: 10px 10px 16px;
    text-align: center;
    border-radius: 20px;
    background: #f4f6fc;
    transition: 0.2s ease-in-out;
}
.production__item:hover .production__details:not(.old_price),
.production__item:focus .production__details:not(.old_price) {
    background-color: #eb4747;
    color: #fff;
}
.production__desc {
    width: 100%;
    padding: 10px 10px 16px;
    border-radius: 0 0 12px 12px;
}
.production__label {
    min-height: 60px;
    margin-bottom: 8px;
    display: block;
    color: #0c1839;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.production__details {
    width: 100%;
    max-width: 170px;
    padding: 4px 10px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    border-radius: 12px;
    /*border: 1px solid #eb4747;*/
    color: #eb4747;
    transition: 0.2s ease-in-out;
}
.old_price {
    text-decoration: line-through;
}
.production__img {
    position: relative;
    aspect-ratio: 1/1.2;
    border-radius: 6px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .production__img {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .production__img {
        margin-bottom: 16px;
    }
}
.production__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expired__date {
    position: absolute;
    left: calc(50% - 75px);
    bottom: 24px;
    width: 150px;
    text-align: center;
    background: rgb(255 255 255 / 68%);
    padding: 7px 17px;
    border-radius: 20px;
    font-size: 12px;
    color: #031749;
    backdrop-filter: blur(4px);
}

.search {
    width: 100%;
    height: 40px;
    display: flex;
}
@media (min-width: 1024px) and (max-width: 1280px) {
    .search {
        max-width: 280px;
    }
}
@media (min-width: 1281px) {
    .search {
        max-width: 400px;
    }
}

.search__input {
    position: relative;
    width: 100%;
    padding: 8px 20px;
    color: #142e76;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    border: 1px solid #2F5FE3;
    background: #fff;
    height: 100%;
    border-radius: 12px;
    /*box-shadow: 0 12px 24px 0 rgba(47, 95, 227, 0.2);*/
}
.search__input::placeholder {
    opacity: 0.3;
}
.search__input_new {
    position: relative;
    width: 100%;
    padding: 8px 20px;
    color: #142e76;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    border: 1px solid #2F5FE3;
    background: #fff;
    height: 100%;
    border-radius: 12px;
    /*box-shadow: 0 12px 24px 0 rgba(47, 95, 227, 0.2);*/
}
.search__input_new::placeholder {
    opacity: 0.3;
}
.blog_search__input {
    border-radius: 12px 0 0 12px;
}
.search__btn {
    padding: 0 7px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 12px 12px 0;
    background-color: #2f5fe3;
    transition: all 0.4s ease;
    cursor: pointer;
}
.search__btn::before {
    width: 30px;
    height: 30px;
    display: block;
    background: url("/img/icon-search.svg") no-repeat center transparent;
    content: "";
    transform: scale(1);
    transition: transform 0.4s ease;
}
.search__btn:hover,
.search__btn:focus {
    background-color: #1f49bc;
}
.search__btn:hover::before,
.search__btn:focus::before {
    transform: scale(1.08);
}
.search__text {
    font-size: 16px;
    line-height: 125%;
    color: #031749;
}
@media (min-width: 768px) {
    .search__text {
        display: none;
    }
}

.select-city {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}
.search-popup {
    display: none;
}

.search-popup {
    width: 320px;
}

.select-city__box {
    position: relative;
    z-index: 2;
    max-width: 287px;
    margin-left: auto;
    padding: 17px 10px 20px;
    border-radius: 12px;
    background-color: #fff;
    transform: translateY(100px);
}

.select-city__box::before {
    position: absolute;
    top: -30px;
    right: 10px;
    height: 0;
    width: 68px;
    display: block;
    border-bottom: 30px solid #fff;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    content: "";
}

@media (max-width: 1024px) {
    .search-popup {
        position: absolute;
        z-index: 3;
        width: 100%;
    }
    .search-popup .wrap {
        padding: 0;
    }

    .select-city {
        order: -1;
        background: #f4f6fc63;
    }

    .select-city__box {
        transform: translateY(80px);
    }

    .select-city__box::before {
        right: 34px;
    }
}

@media (min-width: 1025px) {
    .search-popup {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
    }
}
.select-city--active {
    display: block;
}

.search__box {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 17px 10px 20px;
    border-radius: 12px;
    background-color: #fff;
    min-height: 80px;
}

@media (max-width: 768px) {
    .search__box {
        transform: translateY(135px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .search__box {
        transform: translateY(50px);
    }
}

@media (min-width: 1025px) {
    .search__box {
        margin-left: auto;
        max-width: 280px;
        transform: translate(0, 90px);
    }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .search__box {
        max-width: 280px;
        transform: translate(0, 90px);
    }
}
@media (min-width: 1280px) {
    .search__box {
        max-width: 280px;
        transform: translate(0, 90px);
    }
}

.select-city__title {
    margin-bottom: 12px;
    color: #09214a;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.select-city__desc {
    color: #09214a;
    text-align: center;
    font-size: 12px;
    opacity: 0.5;
    font-weight: 300;
    line-height: normal;
}
.select-city__container {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 24px 0 rgba(47, 95, 227, 0.2);
}
.select-city__input {
    width: calc(100% - 40px);
    padding: 8px 10px;
    color: #142e76;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    border: transparent;
    background-color: #fff;
}
.select-city__input::placeholder {
    opacity: 0.5;
}
.select-city__btn {
    width: 40px;
    height: 34px;
    background: url("/img/icon-zoom-reset.svg") #2f5fe3 no-repeat center;
    transition: 0.3s background;
    cursor: pointer;
}
.select-city__btn:hover,
.select-city__btn:focus {
    background-color: #1f49bc;
}
.select-city__btn--close {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
    .select-city__title {
        text-align: center;
    }
}
.select-city__results {
    max-height: 120px;
    overflow: auto;
}
.select-city__item {
    padding: 8px 10px;
    display: block;
    color: #0c1839;
}

.select-search__results {
    max-height: 180px;
    overflow: auto;
}

.select-search__item {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #0c1839;
}

.share {
    display: flex;
    align-items: center;
    gap: 33px;
}
.share__btn {
    width: 71px;
    height: 48px;
    display: flex;
    align-items: center;
    background-color: #2f5fe3;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 12px;
}
.share__btn--fb {
    background-image: url("/img/icon-fb.svg");
}
.share__btn--x {
    background-image: url("/img/icon-x.svg");
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    touch-action: pan-y;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    height: auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow {
    position: absolute;
    z-index: 1;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: #2f5fe3;
    border-radius: 50%;
    transition: all 0.4s ease;
    box-shadow: 0 12px 24px 0 rgba(47, 95, 227, 0.2);
    text-indent: 1000px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s background;
}
.slick-arrow:hover,
.slick-arrow:focus {
    background: #1f49bc;
}
.slick-arrow:before {
    width: 30px;
    height: 30px;
    display: block;
    content: "";
    background: url("/img/icon-arrow.svg") transparent no-repeat center;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev {
    left: 0;
}
.slick-prev:before {
    transform: rotate(180deg);
}
.slick-next {
    right: 0;
}
.slick-next:before {
    transform: rotate(0deg);
}

.topnav {
    display: flex;
    align-items: center;
}
@media (max-width: 1024px) {
    .topnav {
        width: 100%;
        flex-direction: column;
    }
}
@media (min-width: 1025px) {
    .topnav {
        margin: 0 0 0 auto;
        gap: 30px;
    }
}
.topnav__link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #0c1839;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    transition: 0.2s ease-in-out;
}
@media (max-width: 1024px) {
    .topnav__link {
        width: 100%;
        border-bottom: 1px solid rgba(47, 95, 227, 0.2);
    }
}
@media (max-width: 767px) {
    .topnav__link {
        padding: 20px 16px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .topnav__link {
        padding: 20px 32px;
    }
}

.topnav__link:hover,
.topnav__link:focus {
    color: #2f5fe3;
    text-shadow: 0 0 1px #2f5fe3;
}

.best-actions {
    background-color: #efefef;
}
@media (max-width: 767px) {
    .best-actions {
        padding: 70px 0;
    }
}
@media (min-width: 768px) {
    .best-actions {
        padding: 80px 0;
    }
}
.best-actions .section__title {
    text-align: left;
}
.best-actions .production__item {
    margin: 0 6px;
    background-color: #fff;
}
.best-actions .production__desc {
    background-color: #fff;
}

@media (max-width: 767px) {
    .category {
        padding-bottom: 70px;
    }
}
@media (min-width: 768px) {
    .category {
        padding-bottom: 100px;
    }
}
@media (min-width: 1025px) {
    .category .section__title {
        text-align: left;
    }
}
.category__container {
    display: grid;
    gap: 20px;
    align-items: flex-start;
}
@media (min-width: 1025px) {
    .category__container {
        grid-template-columns: 330px 1fr;
    }
}
.category-list {
    display: flex;
    flex-direction: column;
    padding: 30px 20px;
    gap: 2px;
}
@media (max-width: 1024px) {
    .category-list {
        max-width: 300px;
        height: 100%;
        background-color: #fff;
    }
}
@media (min-width: 1025px) {
    .category-list {
        border-radius: 12px;
        border: 1px solid #f4f6fc;
    }
}
@media (max-width: 1024px) {
    .category-list__box {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(20, 46, 118, 0);
        transform: translateX(-100%);
        transition: 0.3s all;
    }
}
.category-list__box--open {
    background: rgba(20, 46, 118, 0.5);
    transform: translateX(0);
}
@media (min-width: 1025px) {
    .category-list__box {
        display: contents;
    }
}
.category-list__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.category-list__link {
    width: max-content;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: #000;
    border-radius: 12px;
    padding: 8px 12px;
    transition: 0.3s ease-in-out;
}
.category-list__link:hover,
.category-list__link:focus {
    background-color: #f4f6fc;
}
.category-list__btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #2f5fe3;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.category-list__btn:before {
    width: 20px;
    height: 14px;
    display: block;
    content: "";
    background: url("/img/icon-filter.svg") transparent no-repeat;
}
@media (min-width: 1025px) {
    .category-list__btn {
        display: none;
    }
}
.category-list__close {
    position: absolute;
    top: 10px;
    left: 240px;
    width: 40px;
    height: 40px;
    background: transparent;
}
@media (min-width: 1025px) {
    .category-list__close {
        display: none;
    }
}
.category-list__close:before,
.category-list__close:after {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    height: 2px;
    width: 100%;
    margin-top: -1px;
    background: #2f5fe3;
    border-radius: 4px;
    transition: all 0.3s linear;
    content: "";
}
.category-list__close:before {
    transform: rotate(45deg);
}
.category-list__close:after {
    transform: rotate(-45deg);
}
.category__content {
    margin-bottom: 40px;
    display: grid;
    gap: 20px;
}
@media (max-width: 767px) {
    .category__content {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 768px) {
    .category__content {
        grid-template-columns: repeat(3, 1fr);
    }
}
.category__content img {
    max-width: 100%;
    height: auto;
}

.cta {
    color: #09214a;
    text-align: center;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 767px) {
    .cta {
        padding-bottom: 70px;
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .cta {
        padding-bottom: 100px;
        font-size: 30px;
    }
}
.cta__box {
    max-width: 800px;
    margin: 0 auto;
    text-wrap: balance;
}
.cta__link {
    margin-left: 7px;
    display: inline-block;
    color: #ffc700;
}

.company-slider {
    margin-bottom: 30px;
}
.company-slider__container {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 959px) {
    .company-slider__container a {
        margin: 20px 6px;
    }
}

@media (min-width: 960px) {
    .company-slider__container a {
        margin: 20px 12px;
    }
}

.company__link {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1/1;
    border: 1px solid #f4f6fc;
    background: #fff;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
    transition: 0.3s background;
}

@media (max-width: 471px) {
    .company__link img {
        /*max-width: calc(100% - 20px);*/
        max-width: calc(100% - 1px);
    }
}

/*@media (min-width: 471px) {
    .company__link img {
        max-width: calc(100% - 30px);
    }
}*/

.company__box {
    display: grid;
    gap: 12px;
    margin-bottom: 30px;
}
@media (max-width: 471px) {
    .company__box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 471px) and (max-width: 649px) {
    .company__box {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 650px) and (max-width: 767px) {
    .company__box {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .company__box {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (min-width: 960px) and (max-width: 1120px) {
    .company__box {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (min-width: 1121px) and (max-width: 1299px) {
    .company__box {
        grid-template-columns: repeat(7, 1fr);
    }
}
@media (min-width: 1300px) {
    .company__box {
        grid-template-columns: repeat(8, 1fr);
    }
}
.company__readmore {
    width: 100%;
    max-width: 267px;
    margin: 0 auto;
    padding: 14px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    background-color: #2f5fe3;
    border-radius: 12px;
    transition: 0.1s ease-in-out;
}
.company__readmore:hover,
.company__readmore:focus {
    background-color: #1f49bc;
    box-shadow: 0 4px 10px 0 rgba(31, 73, 188, 0.5);
}

.download-app {
    background-color: #142e76;
}
.download-app__box {
    display: grid;
}
@media (max-width: 1024px) {
    .download-app__box {
        gap: 40px;
    }
}
@media (min-width: 1025px) {
    .download-app__box {
        gap: 80px;
        grid-template-columns: repeat(2, 1fr);
    }
}
.download-app__img {
    width: 100%;
    max-width: 720px;
    height: 100%;
    max-height: 380px;
}
@media (max-width: 1024px) {
    .download-app__img {
        margin: 0 auto;
    }
}
.download-app__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.download-app__text {
    color: #fff;
    line-height: normal;
}
@media (max-width: 767px) {
    .download-app__text {
        padding: 40px 0 0;
    }
}
@media (min-width: 768px) {
    .download-app__text {
        padding: 80px 0;
    }
}
.download-app__title {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .download-app__title {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .download-app__title {
        font-size: 24px;
    }
}
.download-app__desc {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .download-app__desc {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .download-app__desc {
        font-size: 18px;
    }
}
.download-app__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
@media (max-width: 420px) {
    .download-app__buttons {
        justify-content: center;
    }
}
.download-app__link {
    transform: translateY(0);
    transition: 0.3s transform;
}
.download-app__link:hover,
.download-app__link:focus {
    transform: translateY(-2px);
}

.footer {
    position: relative;
    padding: 80px 0 30px;
    background-color: #142e76;
}
.footer .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 1280px) {
    .footer .logo {
        width: auto;
        height: auto;
        margin-bottom: 10px;
    }
}
@media (max-width: 1024px) {
    .footer-left {
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
.footer__desc {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-wrap: balance;
}
@media (max-width: 960px) {
    .footer__desc {
        text-align: center;
    }
}
@media (min-width: 960px) {
    .footer__desc {
        max-width: 180px;
        margin-top: 10px;
    }
}

.header {
    position: relative;
    padding: 30px 0;
    background-color: #f4f6fc;
    border-bottom: 1px solid rgba(47, 95, 227, 0.2);
}
@media (max-width: 1024px) {
    .header {
        z-index: 2;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .header .wrap {
        flex-wrap: wrap;
        gap: 18px 0;
    }
}
@media (max-width: 1024px) {
    .header__navbar {
        position: absolute;
        z-index: 10;
        top: 56px;
        left: 0;
        height: calc(100vh - 70px);
        width: 100%;
        max-height: 0px;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        overflow: hidden;
        transition: 0.3s max-height;
    }
}
@media (min-width: 1025px) {
    .header__navbar {
        display: contents;
    }
}
.header__navbar--open {
    max-height: 1000px;
}
@media (max-width: 1024px) {
    .header__btn {
        position: relative;
        order: 1;
        margin-left: 20px;
        display: block;
        font-size: 0;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: #2f5fe3;
        cursor: pointer;
        flex-shrink: 0;
    }
    .header__btn:before,
    .header__btn:after,
    .header__btn span {
        background: #fff;
        border-radius: 4px;
        position: absolute;
        top: 50%;
        left: 7px;
        right: 7px;
        height: 2px;
        margin-top: -1px;
        transition: all 0.3s linear;
        opacity: 1;
    }
    .header__btn:before,
    .header__btn:after {
        content: "";
    }
    .header__btn:before {
        top: 30%;
    }
    .header__btn:after {
        top: 70%;
    }
    .header__btn--active:before,
    .header__btn--active:after {
        top: 50%;
        left: 15%;
        right: 15%;
    }
    .header__btn--active:before {
        transform: rotate(45deg);
    }
    .header__btn--active:after {
        transform: rotate(-45deg);
    }
    .header__btn--active span {
        opacity: 0;
    }
}
@media (min-width: 1025px) {
    .header__btn {
        display: none;
    }
}
.header-chose {
    position: relative;
    display: flex;
}

@media (max-width: 1024px) {
    .header-chose {
        margin-left: auto;
    }
}
@media (min-width: 1025px) {
    .header-chose {
        margin-left: 20px;
    }
}

.header-chose__btn {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
    color: rgba(47, 95, 227, 0.5);
    font-weight: 300;
    line-height: 16px;
    background: transparent;
    cursor: pointer;
}
@media (max-width: 767px) {
    .header-chose__btn {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .header-chose__btn {
        font-size: 16px;
    }
}
.header-chose__btn:after {
    width: 16px;
    height: 10px;
    display: flex;
    flex-shrink: 0;
    background: url("/img/arrrow-down.svg") transparent no-repeat;
    content: "";
}

@media (max-width: 1280px) {
    .header-chose__btn img {
        width: 27px;
    }
}

@media (max-width: 767px) {
    .header .search {
        width: 100%;
        order: 1;
        display: flex;
        align-items: center;
        gap: 0 18px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header .search {
        width: calc(100% - 32px);
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .header .search {
        position: relative;
    }
}
@media (min-width: 1025px) {
    .header .search {
        margin-left: auto;
    }
}

.new-articles {
    background-color: #efefef;
}
@media (max-width: 767px) {
    .new-articles {
        padding: 70px 0;
    }
}
@media (min-width: 768px) {
    .new-articles {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .new-articles .wrap {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
}
.new-articles .section__title {
    text-align: left;
    margin-bottom: 0;
}
.new-articles .blog__box {
    margin-bottom: 0;
}
.new-articles__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 767px) {
    .new-articles__header {
        display: contents;
    }
}
@media (min-width: 768px) {
    .new-articles__header {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .new-articles__more {
        order: 1;
        width: 100%;
        max-width: 267px;
        margin: 0 auto;
        padding: 14px 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        background-color: #2f5fe3;
        border-radius: 12px;
        transition: 0.1s ease-in-out;
    }
    .new-articles__more:hover,
    .new-articles__more:focus {
        background-color: #1f49bc;
        box-shadow: 0 4px 10px 0 rgba(31, 73, 188, 0.5);
    }
}
@media (min-width: 768px) {
    .new-articles__more {
        color: #2f5fe3;
        text-transform: uppercase;
        transition: 0.3s color;
    }
    .new-articles__more:hover,
    .new-articles__more:focus {
        color: #142e76;
    }
}

@media (max-width: 767px) {
    .principles {
        padding-bottom: 70px;
    }
}
@media (min-width: 768px) {
    .principles {
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .principles .section__title {
        margin-bottom: 63px;
    }
}
@media (min-width: 768px) {
    .principles .section__title {
        padding-bottom: 83px;
    }
}
.principles__box {
    display: grid;
}
@media (max-width: 1149px) {
    .principles__box {
        gap: 60px 0;
    }
}
@media (min-width: 1150px) {
    .principles__box {
        grid-template-columns: repeat(3, 1fr);
        gap: 0 40px;
    }
}
.principles__item {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 12px;
    border: 1px solid #2f5fe3;
}
@media (max-width: 767px) {
    .principles__item {
        padding: 40px 30px 20px;
    }
}
@media (min-width: 768px) {
    .principles__item {
        padding: 60px 71px 30px;
    }
}
@media (max-width: 1149px) {
    .principles__item {
        max-width: 460px;
        margin: 0 auto;
    }
}
.principles__item:hover .principles-icon {
    max-width: 159px;
}
.principles-icon {
    width: 100%;
    max-width: 117px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #fcfdff;
    transition: 0.3s max-width;
}
.principles-icon__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-25px);
}
.principles-icon img {
    width: 50px;
    height: 50%;
}
.principles__label {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    color: #142e76;
}
.principles__desc {
    color: #09214a;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-wrap: balance;
}

.about-details .wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.about-container {
    width: 100%;
}
@media (min-width: 1250px) {
    .about-container {
        max-width: 42%;
    }
}
.about__box {
    font-weight: 500;
    color: #142e76;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .about__box {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .about__box {
        font-size: 20px;
    }
}
@media (max-width: 1249px) {
    .about__box {
        margin-bottom: 20px;
    }
}
@media (min-width: 1250px) {
    .about__box {
        margin-bottom: 50px;
        padding-right: 30px;
    }
}
.about-mission {
    background: #f4f6fc;
    padding: 20px;
    color: #0c1839;
}
@media (max-width: 1249px) {
    .about-mission {
        margin-bottom: 20px;
        border-radius: 12px;
    }
}
@media (min-width: 1250px) {
    .about-mission {
        border-radius: 12px 0 0 12px;
    }
}
.about-mission p {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}
.about-mission__title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.about-img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
@media (min-width: 1250px) {
    .about-img {
        max-width: 58%;
    }
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog {
    padding-bottom: 70px;
}
.blog__title {
    margin-bottom: 16px;
    color: #142e76;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.blog__desc {
    font-size: 16px;
    line-height: 100%;
    color: rgba(12, 24, 57, 0.5);
}
@media (max-width: 767px) {
    .blog__desc {
        margin-bottom: 35px;
    }
}
@media (min-width: 768px) {
    .blog__desc {
        margin-bottom: 51px;
    }
}
.blog__box {
    margin-bottom: 70px;
    display: grid;
}
@media (max-width: 767px) {
    .blog__box {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
@media (min-width: 768px) and (max-width: 1119px) {
    .blog__box {
        gap: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1439px) {
    .blog__box {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1120px) and (max-width: 1439px) {
    .blog__box {
        gap: 55px 77px;
    }
}
@media (min-width: 1440px) {
    .blog__box {
        grid-template-columns: repeat(4, 1fr);
        gap: 55px 77px;
    }
}
.blog-item {
    position: relative;
    display: flex;
    border-radius: 10px;
    background-color: #f3f5fc;
    overflow: hidden;
}
@media (max-width: 767px) {
    .blog-item {
        padding-top: 100px;
    }
}
@media (min-width: 768px) {
    .blog-item {
        padding-top: 160px;
    }
}
.blog-item__header {
    margin-bottom: 17px;
    display: grid;
    grid-template-columns: 1fr 65px;
    gap: 10px;
}
.blog-item__links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.blog-item__footer_btn {
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
}
@media (max-width: 767px) {
    .blog-item__footer {
        display: contents;
    }
}
@media (min-width: 768px) {
    .blog-item__footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
        gap: 26px;
        height: 100%;
    }
}
.blog__link {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}
@media (max-width: 767px) {
    .blog__link {
        height: 120px;
    }
}
@media (min-width: 768px) {
    .blog__link {
        height: 180px;
    }
}
.blog__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.3s transform;
}
.blog__link:hover img,
.blog__link:focus img {
    transform: scale(1.05);
}
.blog__container {
    position: relative;
    background-color: #2f5fe3;
    border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
    .blog__container {
        padding: 14px 12px;
    }
}
@media (min-width: 768px) {
    .blog__container {
        display: flex;
        flex-direction: column;
        padding: 15px 20px;
    }
}
.blog__category {
    padding: 3px 15px;
    border-radius: 10px;
    line-height: 114%;
    background-color: #fff;
    color: #142e76;
    transition: 0.3s all;
}
@media (max-width: 767px) {
    .blog__category {
        font-size: 10px;
    }
}
@media (min-width: 768px) {
    .blog__category {
        font-size: 14px;
    }
}
.blog__category:hover,
.blog__category:focus {
    color: #fff;
    background-color: #0c1839;
}
.blog__date {
    font-weight: 400;
    line-height: 133%;
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
    .blog__date {
        font-size: 10px;
    }
}
@media (min-width: 768px) {
    .blog__date {
        font-size: 12px;
    }
}
.blog__label {
    margin-bottom: 12px;
    display: block;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    transition: 0.3s color;
}
.blog__label:hover,
.blog__label:focus {
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
    .blog__label {
        font-size: 10px;
    }
}
@media (min-width: 768px) {
    .blog__label {
        font-size: 12px;
    }
}
.blog__details {
    font-weight: 300;
    line-height: normal;
    font-size: 10px;
    color: #fff;
}
.blog__readmore {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .blog__readmore {
        display: none;
    }
}
@media (min-width: 768px) {
    .blog__readmore {
        display: flex;
    }
}
.blog__readmore::after {
    width: 20px;
    height: 10px;
    display: flex;
    background: url("../../img/arrow-right.svg") 50% 50% transparent;
    content: "";
    transform: translateX(0);
    transition: 0.3s transform;
}
.blog__readmore:hover::after,
.blog__readmore:focus::after {
    transform: translateX(4px);
}
.blog-filter {
    position: relative;
    margin-bottom: 55px;
    display: flex;
}
@media (max-width: 767px) {
    .blog-filter {
        justify-content: center;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .blog-filter {
        gap: 0 32px;
    }
}
@media (min-width: 1025px) {
    .blog-filter {
        gap: 0 58px;
    }
}
.blog-filter__box {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .blog-filter__box {
        position: absolute;
        z-index: 1;
        right: 0;
        width: 218px;
        height: 225px;
        flex-direction: column;
        gap: 30px;
        border-radius: 20px 0 0 20px;
        background-color: #fff;
        transform: translateX(200%);
        transition: 0.3s transform;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .blog-filter__box {
        gap: 0 32px;
    }
}
@media (min-width: 1025px) {
    .blog-filter__box {
        gap: 0 58px;
    }
}
@media (max-width: 767px) {
    .blog-filter__box--open {
        transform: translateX(0);
    }
}
.blog-filter__item {
    position: relative;
    width: 190px;
}
.blog-filter__btn {
    width: 100%;
    height: 40px;
    padding: 0px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    border-radius: 12px;
    color: #142e76;
    background-color: #f3f5fc;
    cursor: pointer;
}
.blog-filter__btn:after {
    width: 16px;
    height: 10px;
    display: flex;
    flex-shrink: 0;
    background: url("/img/arrrow-down.svg") transparent no-repeat;
    content: "";
    transform: rotate(0deg);
    transition: 0.5s transform;
}
.blog-filter__btn--active:after {
    transform: rotate(180deg);
}
@media (max-width: 767px) {
    .blog-filter__open {
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f3f5fc;
        border-radius: 5px 0 0 5px;
    }
}
@media (min-width: 768px) {
    .blog-filter__open {
        display: none;
    }
}
.blog-filter__open:after {
    width: 20px;
    height: 23px;
    display: flex;
    flex-shrink: 0;
    background: url("/img/icon-filter-blue.svg") transparent no-repeat;
    content: "";
    transform: rotate(0deg);
    transition: 0.5s transform;
}
.blog-filter__close {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f5fc;
    border-radius: 0 0 0 5px;
}
.blog-filter__close:after {
    width: 18px;
    height: 18px;
    display: flex;
    flex-shrink: 0;
    background: url("/img/icon-cross.svg") transparent no-repeat;
    content: "";
    transform: rotate(0deg);
    transition: 0.5s transform;
}
.blog-filter__dropdown {
    position: absolute;
    z-index: 1;
    top: 42px;
    width: 240px;
    max-height: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(47, 95, 227, 0.2);
    /*overflow: hidden;*/
    overflow-y: auto;
    height: 300px;
    transition: 0.3s max-height;
}
@media (max-width: 767px) {
    .blog-filter__dropdown {
        right: 0;
    }
}
.blog-filter__dropdown--open {
    max-height: 800px;
}
.blog-filter__link {
    padding: 16px 20px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    color: #0c1839;
    transition: 0.3s color;
}
.blog-filter__link:not(:last-child) {
    border-bottom: 1px solid #cdd8f7;
}
.blog-filter__link:hover,
.blog-filter__link:focus {
    color: #2f5fe3;
}
@media (max-width: 767px) {
    .blog-filter__header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (min-width: 768px) {
    .blog-filter__header {
        display: none;
    }
}
.blog-filter__title {
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #142e76;
}
.blog__loadmore {
    width: 100%;
    max-width: 267px;
    height: 48px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2f5fe3;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    border-radius: 12px;
    transition: 0.3s all;
    cursor: pointer;
}
.blog__loadmore:hover,
.blog__loadmore:focus {
    background-color: #142e76;
}
.blog-single {
    padding-bottom: 70px;
}
.blog-single .page-title {
    font-weight: 400;
    color: #142e76;
}
@media (min-width: 767px) {
    .blog-single .page-title {
        max-width: 850px;
        margin-bottom: 60px;
        font-size: 50px;
        line-height: 154%;
    }
}
@media (max-width: 767px) {
    .blog-single .page-title {
        font-size: 30px;
        line-height: 113%;
    }
}
.blog-single__header {
    display: flex;
}
@media (max-width: 419px) {
    .blog-single__header {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .blog-single__header {
        gap: 0 40px;
        margin-bottom: 45px;
    }
}
@media (min-width: 768px) {
    .blog-single__header {
        gap: 0 110px;
        margin-bottom: 70px;
    }
}
.blog-single__links {
    display: flex;
    gap: 40px;
}
.blog-single__category {
    padding: 13px 47px;
    border-radius: 30px;
    line-height: 89%;
    background: #f3f5fc;
    color: #142e76;
    transition: 0.3s all;
    font-size: 16px;
}
.blog-single__category:hover,
.blog-single__category:focus {
    color: #fff;
    background: #142e76;
}
.blog-single-tag {
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    background: #f3f5fc;
    color: #142e76;
    transition: 0.3s all;
}
@media (max-width: 767px) {
    .blog-single-tag {
        padding: 0 20px;
    }
}
@media (min-width: 768px) {
    .blog-single-tag {
        padding: 0 40px;
    }
}
.blog-single-tag:hover,
.blog-single-tag:focus {
    color: #fff;
    background: #142e76;
}
.blog-single-tag__box {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
@media (max-width: 767px) {
    .blog-single-tag__box {
        gap: 10px 20px;
    }
}
@media (min-width: 768px) {
    .blog-single-tag__box {
        gap: 10px 40px;
    }
}
.blog-single__reading {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #142e76;
    font-weight: 400;
    font-size: 18px;
    line-height: 89%;
}
@media (max-width: 419px) {
    .blog-single__reading {
        margin-top: 16px;
    }
}
@media (min-width: 420px) {
    .blog-single__reading {
        justify-content: center;
    }
}
.blog-single__reading::before {
    width: 22px;
    height: 21px;
    display: flex;
    flex-shrink: 0;
    background: url("/img/icon-reading-time.svg") transparent no-repeat;
    content: "";
    transform: rotate(0deg);
    transition: 0.5s transform;
}
.blog-single__img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .blog-single__img {
        height: 235px;
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .blog-single__img {
        height: 400px;
        margin-bottom: 70px;
    }
}
.blog-single__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-single__short,
.blog-single__content {
    line-height: 172%;
}
.blog-single__short h2,
.blog-single__content h2 {
    margin-bottom: 20px;
    color: #142e76;
}
@media (max-width: 767px) {
    .blog-single__short h2,
    .blog-single__content h2 {
        font-size: 20px;
    }
}
@media (min-width: 768px) {
    .blog-single__short h2,
    .blog-single__content h2 {
        font-size: 26px;
    }
}
.blog-single__short h3,
.blog-single__content h3 {
    margin-bottom: 18px;
    color: #142e76;
}
@media (max-width: 767px) {
    .blog-single__short h3,
    .blog-single__content h3 {
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .blog-single__short h3,
    .blog-single__content h3 {
        font-size: 22px;
    }
}
.blog-single__short ul,
.blog-single__short ol,
.blog-single__content ul,
.blog-single__content ol {
    padding-left: 20px;
}
@media (max-width: 767px) {
    .blog-single__short ul:not(:last-child),
    .blog-single__short ol:not(:last-child),
    .blog-single__content ul:not(:last-child),
    .blog-single__content ol:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .blog-single__short ul:not(:last-child),
    .blog-single__short ol:not(:last-child),
    .blog-single__content ul:not(:last-child),
    .blog-single__content ol:not(:last-child) {
        margin-bottom: 58px;
    }
}
.blog-single__short li,
.blog-single__content li {
    color: rgba(20, 46, 118, 0.5);
}
@media (max-width: 767px) {
    .blog-single__short li,
    .blog-single__content li {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .blog-single__short li,
    .blog-single__content li {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .blog-single__short li:not(:last-child),
    .blog-single__content li:not(:last-child) {
        margin-bottom: 16px;
    }
}
@media (min-width: 768px) {
    .blog-single__short li:not(:last-child),
    .blog-single__content li:not(:last-child) {
        margin-bottom: 18px;
    }
}
.blog-single__short p,
.blog-single__content p {
    color: rgba(20, 46, 118, 0.5);
}
@media (max-width: 767px) {
    .blog-single__short p,
    .blog-single__content p {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .blog-single__short p,
    .blog-single__content p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .blog-single__short p:not(:last-child),
    .blog-single__content p:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .blog-single__short p:not(:last-child),
    .blog-single__content p:not(:last-child) {
        margin-bottom: 58px;
    }
}
.blog-single__footer {
    display: flex;
}
@media (max-width: 767px) {
    .blog-single__footer {
        margin: 25px 0 70px;
        flex-direction: column;
        gap: 50px;
    }
}
@media (min-width: 768px) {
    .blog-single__footer {
        justify-content: space-between;
        margin: 33px 0 120px;
    }
}

.brand__header {
    position: relative;
    margin-bottom: 93px;
    border-radius: 12px;
    overflow: hidden;
}
.brand__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brand__container {
    position: relative;
    width: 100%;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
    background: linear-gradient(
            rgba(47, 95, 227, 0),
            rgba(47, 95, 227, 0.31) 100%
        ),
        rgba(0, 0, 0, 0.84);
}

.no-current-newspapers{
    background: #f4f6fc;
}

.no-current-newspapers span {
    color: black;
}

@media (max-width: 767px) {
    .brand__container {
        flex-direction: column;
    }
}
.brand__logo {
    width: 232px;
    height: 170px;
    padding: 35px 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
}
@media (min-width: 768px) {
    .brand__text {
        padding: 65px 40px;
        border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    }
}
.brand__title {
    margin-bottom: 12px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}
@media (max-width: 767px) {
    .brand__title {
        font-size: 24px;
    }
}
@media (min-width: 768px) {
    .brand__title {
        font-size: 30px;
    }
}
.brand__desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}
.brand-catalog__box {
    display: grid;
    gap: 20px;
}
@media (max-width: 599px) {
    .brand-catalog__box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 600px) and (max-width: 959px) {
    .brand-catalog__box {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 960px) {
    .brand-catalog__box {
        grid-template-columns: repeat(4, 1fr);
    }
}
.brand-catalog__box .catalog__img {
    aspect-ratio: 1/1.528;
    border-radius: 6px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .contacts {
        min-height: 700px;
    }
}
.contacts .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .contacts .page-title {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .contacts .page-title {
        margin-bottom: 30px;
    }
}
.contacts__desc {
    max-width: 200px;
    padding-bottom: 120px;
}
.contacts__label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: rgba(12, 24, 57, 0.5);
}
.contacts__details {
    margin-bottom: 18px;
    color: #09214a;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.contacts-map {
    position: absolute;
    top: 0;
    height: 700px;
    transform: translateY(-30px);
}
@media (max-width: 767px) {
    .contacts-map {
        right: 0;
        width: calc(100% - 170px);
    }
}
@media (min-width: 768px) and (max-width: 1527px) {
    .contacts-map {
        right: 0;
        width: calc(100% - 300px);
    }
}
@media (min-width: 1528px) {
    .contacts-map {
        right: calc((1464px - 100vw) / 2);
        width: calc((100vw - 1464px) / 2 + 100% - 300px);
    }
}
.contacts-map__bg {
    width: 100%;
    height: 100%;
    background: url("/img/map-bg.svg") transparent no-repeat;
    background-size: cover;
}
.contacts-map__point {
    position: absolute;
    top: 240px;
    left: 200px;
    width: 72px;
    height: 80px;
    background: url("/img/map-point.svg") transparent no-repeat;
    background-size: cover;
}
.contacts-form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.contacts-form__box {
    position: relative;
    margin-left: auto;
    width: 100%;
    background-color: #09214a;
    box-shadow: 10px 10px 30px 0 rgba(20, 46, 118, 0.5);
    overflow: hidden;
}
@media (max-width: 767px) {
    .contacts-form__box {
        margin-bottom: 72px;
        padding: 20px 25px;
        border-radius: 20px;
    }
}
@media (min-width: 768px) {
    .contacts-form__box {
        max-width: 453px;
        margin-left: auto;
        transform: translateY(-30px);
        border-radius: 0 0 20px 20px;
    }
}
@media (min-width: 768px) and (max-width: 1149px) {
    .contacts-form__box {
        padding: 60px 75px;
    }
}
@media (min-width: 1150px) {
    .contacts-form__box {
        padding: 76px 102px;
    }
}
.contacts-form__title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: normal;
    color: #fff;
}
.contacts-form__desc {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    text-wrap: balance;
    color: #fff;
}
.contacts-form__item {
    margin-bottom: 21px;
}
.contacts-form__input {
    width: 100%;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: 300;
    background: transparent;
    color: #fff;
    border-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.contacts-form-message {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contacts-form-message--show {
    display: flex;
}
.contacts-form-message--success {
    background-color: #e9f4e5;
}
.contacts-form-message--error {
    background-color: #f8e8e8;
}
.contacts-form-message__img {
    margin-bottom: 20px;
}
.contacts-form-message__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #142e76;
}
.contacts-form-message__desc {
    max-width: 280px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #142e76;
    line-height: normal;
}
.contacts-form-message__desc p:not(:last-child) {
    margin-bottom: 10px;
}
.contacts-form-message__close {
    position: absolute;
    cursor: pointer;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: url("/img/icon-close-popup.svg") transparent no-repeat
        center/100%;
}

.is-invalid {
    border: 1px solid red;
}

.invalid-feedback {
    color: red;
}

.contacts-form__input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contacts-form__btn {
    width: 100%;
    max-width: 267px;
    margin: 30px auto 0;
    padding: 14px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    border-radius: 12px;
    color: #09214a;
    background-color: #ffc700;
    cursor: pointer;
}

@media (max-width: 767px) {
    .retail__container {
        padding: 0 0 70px;
    }
}
@media (min-width: 768px) {
    .retail__container {
        padding: 0 0 80px;
    }
}
.retail__box {
    display: grid;
    gap: 20px;
}
@media (max-width: 599px) {
    .retail__box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .retail__box {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1025px) {
    .retail__box {
        grid-template-columns: repeat(4, 1fr);
    }
}
.retail__img {
    border-radius: 6px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .retail__img {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .retail__img {
        margin-bottom: 16px;
    }
}
.retail__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 9/10;
}
.retail__details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 21px;
    width: 100%;
    background: rgba(244, 246, 252, 0.8);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    border-radius: 0 0 12px 12px;
    font-size: 14px;
    color: #0c1839;
}
.retail__link {
    position: relative;
    display: block;
    padding: 10px 10px 16px;
    text-align: center;
    border-radius: 12px;
    background: #f4f6fc;
    transition: 0.2s ease-in-out;
}
.retail__link:hover,
.retail__link:focus {
    border-radius: 12px;
    box-shadow: 0 12px 24px 0 rgba(47, 95, 227, 0.2);
}
.retail__link:hover .retail__details,
.retail__link:focus .retail__details {
    background: rgba(244, 246, 252, 0.95);
}

.shopping-center__title {
    margin-bottom: 23px;
    color: #0c1839;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.shopping-center__container {
    position: relative;
    margin-bottom: 135px;
}
.shopping-center__bg {
    height: 370px;
    border-radius: 12px;
    overflow: hidden;
}
.shopping-center__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shopping-center__logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 80px);
    width: 335px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f4f6fc;
    border-radius: 12px;
    box-shadow: 0 4px 36.2px 0 rgba(20, 46, 118, 0.1);
    background: hsla(0, 0%, 100%, 0.9);
}
.shopping-center__desc {
    max-width: 550px;
    margin: 0 auto 55px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    text-wrap: balance;
}
.shopping-center-info__box {
    margin-bottom: 90px;
    display: grid;
    grid-gap: 20px;
    gap: 20px;
}
@media (min-width: 768px) {
    .shopping-center-info__box {
        grid-template-columns: repeat(2, 1fr);
    }
}
.shopping-center-info__item {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 0 8px;
    background: #f4f6fc;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}
@media (max-width: 767px) {
    .shopping-center-brands {
        padding: 0 0 70px;
    }
}
@media (min-width: 768px) {
    .shopping-center-brands {
        padding: 0 0 80px;
    }
}
.shopping-center-brands__box {
    margin-bottom: 30px;
    display: grid;
    gap: 30px 20px;
}
@media (max-width: 599px) {
    .shopping-center-brands__box {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .shopping-center-brands__box {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1025px) {
    .shopping-center-brands__box {
        grid-template-columns: repeat(4, 1fr);
    }
}
.shopping-center-brands__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #f4f6fc;
    transition: 0.2s ease-in-out;
}
.shopping-center-brands__link:hover,
.shopping-center-brands__link:focus {
    box-shadow: 0 12px 24px 0 rgba(47, 95, 227, 0.2);
}
.shopping-center-brands__link img {
    max-width: 100%;
    height: auto;
}
.shopping-center__readmore {
    width: 100%;
    max-width: 267px;
    margin: 0 auto;
    padding: 14px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    background-color: #2f5fe3;
    border-radius: 12px;
    transition: 0.1s ease-in-out;
}
.shopping-center__readmore:hover,
.shopping-center__readmore:focus {
    background-color: #1f49bc;
    box-shadow: 0 4px 10px 0 rgba(31, 73, 188, 0.5);
}

@media (max-width: 767px) {
    .static-page {
        padding-bottom: 70px;
    }
}
@media (min-width: 768px) {
    .static-page {
        padding-bottom: 100px;
    }
}
.static-page h1 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #09214a;
    line-height: normal;
}
.static-page h2 {
    font-size: 18px;
    font-weight: 700;
}
.stores {
    width: 100%;
    border-radius: 10px;
    background: #f3f5fc;
    transition: 0.3s max-width;
}
@media (max-width: 1024px) {
    .stores {
        padding: 30px 19px;
    }
}
@media (min-width: 1025px) {
    .stores {
        width: 100%;
        max-width: 817px;
        padding: 31px 44px;
    }
}

.stores__header {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 767px) {
    .stores__header {
        padding-left: 7px;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .stores__header {
        margin-bottom: 25px;
    }
}
.stores__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #385bbc;
}
.stores__num {
    flex-shrink: 0;
    padding: 4px 8px;
    text-align: center;
    background: #385bbc;
    color: #fff;
    border-radius: 32px;
}
.stores__box {
    max-height: 580px;
    overflow-y: auto;
}
@media (max-width: 767px) {
    .stores__box {
        margin-right: -19px;
        padding-right: 19px;
    }
}
@media (min-width: 768px) {
    .stores__box {
        margin-right: -44px;
        padding-right: 44px;
    }
}
@media (min-width: 1025px) {
    .stores__box::-webkit-scrollbar {
        width: 6px;
    }
    .stores__box::-webkit-scrollbar-track {
        background: #eaeeff;
    }
    .stores__box::-webkit-scrollbar-thumb {
        background: #2f5fe3;
        border-radius: 20px;
        height: 100px;
    }
}
.stores-item {
    padding: 10px;
    display: grid;
    align-items: center;
}
@media (max-width: 767px) {
    .stores-item {
        grid-template-columns: minmax(130px, 1fr) 40px;
    }
}
@media (min-width: 768px) {
    .stores-item {
        grid-template-columns: minmax(130px, 1fr) 32px;
    }
}
@media (max-width: 767px) {
    .stores-item {
        gap: 10px;
    }
}
@media (min-width: 768px) {
    .stores-item {
        gap: 20px;
    }
}
.stores-item:nth-child(odd) {
    background-color: #fff;
}
.stores__link {
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
    color: #385bbc;
    transition: 0.3s color;
    line-height: normal;
}
.stores__link:hover,
.stores__link:focus {
    color: #2f5fe3;
}
.stores__text {
    margin-top: 10px;
    font-weight: 400;
    color: #c2c2c2;
}
@media (max-width: 767px) {
    .stores__text {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .stores__text {
        font-size: 13px;
    }
}
.stores__geo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #eaeeff;
}
@media (max-width: 767px) {
    .stores__geo {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 768px) {
    .stores__geo {
        width: 32px;
        height: 32px;
    }
}

.newspaper {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1463px) {
    .newspaper {
        width: 55.806010929vw;
    }
}
@media (min-width: 1464px) {
    .newspaper {
        width: 817px;
    }
}
.newspaper__header {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 767px) {
    .newspaper__header {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .newspaper__header {
        margin-bottom: 60px;
    }
}
.newspaper__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #0c1839;
}
.newspaper__num {
    flex-shrink: 0;
    padding: 4px 8px;
    text-align: center;
    background: #385bbc;
    color: #fff;
    border-radius: 32px;
}
.newspaper__subtitle {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0 10px;
    color: #0c1839;
}
.newspaper-page__box {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .newspaper-relative {
        padding: 70px 0;
    }
}
@media (min-width: 768px) {
    .newspaper-relative {
        padding: 80px 0;
    }
}
@media (min-width: 1025px) {
    .newspaper-page__box {
        padding: 80px 0;
    }
}
@media (min-width: 1464px) {
    .newspaper-page__box {
        gap: 70px;
    }
}
.newspaper__item {
    position: relative;
}
@media (max-width: 767px) {
    .newspaper__item {
        margin-bottom: 34px;
    }
}
@media (min-width: 768px) {
    .newspaper__item {
        margin-bottom: 60px;
    }
}
.newspaper__img {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}
.newspaper__img img {
    width: 100%;
    height: auto;
}
.newspaper__desc {
    font-weight: 300;
    color: #0c1839;
}
@media (max-width: 767px) {
    .newspaper__desc {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .newspaper__desc {
        font-size: 16px;
    }
}
.newspaper__desc a {
    font-weight: 500;
    color: #2f5fe3;
    transition: color 0.3s;
}
.newspaper__desc a:hover,
.newspaper__desc a:focus {
    color: #142e76;
}
.newspaper-row {
    display: grid;
}
@media (max-width: 570px) {
    .newspaper-row {
        margin: 52px 0;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media (min-width: 571px) {
    .newspaper-row {
        margin: 82px 0;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}
.newspaper-row__item {
    position: relative;
    display: block;
    border-radius: 10px;
    background: #f4f6fc;
}
@media (max-width: 570px) {
    .newspaper-row__item:nth-child(n + 3) {
        display: none;
    }
}
.newspaper-row__img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .newspaper-row__img {
        height: 185px;
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .newspaper-row__img {
        height: 246px;
        margin-bottom: 20px;
    }
}
.newspaper-row__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newspaper-row__box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f3f5fc;
    border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
    .newspaper-row__box {
        padding: 16px 20px;
    }
}
@media (min-width: 768px) {
    .newspaper-row__box {
        padding: 10px 12px;
    }
}
.newspaper-row__label {
    display: block;
    font-weight: 500;
    color: #385bbc;
}
@media (max-width: 767px) {
    .newspaper-row__label {
        margin-bottom: 10px;
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .newspaper-row__label {
        margin-bottom: 12px;
        font-size: 16px;
    }
}
.newspaper-row__details {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 300;
    line-height: 123%;
    color: #385bbc;
}
@media (max-width: 767px) {
    .newspaper-row__details {
        font-size: 10px;
    }
}
@media (min-width: 768px) {
    .newspaper-row__details {
        font-size: 13px;
    }
}
.newspaper-row__details::before {
    flex-shrink: 0;
    width: 14px;
    height: 15px;
    display: block;
    background: url("/img/icon-time-white.svg") no-repeat center transparent;
    content: "";
}
@media (max-width: 767px) {
    .newspaper__zoom {
        display: none;
    }
}
@media (min-width: 768px) {
    .newspaper__zoom {
        position: absolute;
        top: -26.5px;
        left: -26.5px;
        border-radius: 75px;
        width: 53px;
        height: 53px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #2f5fe3;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    .newspaper__zoom:hover,
    .newspaper__zoom:focus {
        background-color: #142e76;
    }
    .newspaper__zoom::before {
        width: 30px;
        height: 30px;
        display: block;
        background: url("/img/icon-search.svg") no-repeat center transparent;
        content: "";
        transform: scale(1);
        transition: transform 0.4s ease;
    }
}

@media (max-width: 767px) {
    .promotion {
        padding-bottom: 48px;
    }
}
@media (min-width: 768px) {
    .promotion {
        padding-bottom: 55px;
    }
}
.promotion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media (max-width: 767px) {
    .promotion-header {
        margin-bottom: 11px;
    }
}
@media (min-width: 768px) {
    .promotion-header {
        margin-bottom: 16px;
    }
}
.promotion-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 32px;
}
.promotion-sidebar {
    width: 100%;
}
@media (max-width: 1024px) {
    .promotion-sidebar {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        max-width: 330px;
        transform: translateX(-100%);
        transition: 0.3s transform;
    }
    .promotion-sidebar::before {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 1200px;
        max-width: 0;
        height: 100vh;
        background-color: #142e76;
        content: "";
        opacity: 0;
        transition: 0.3s all;
    }
}
@media (min-width: 1025px) {
    .promotion-sidebar {
        border: 1px solid #f4f6fc;
        border-radius: 12px;
    }
}
@media (min-width: 1025px) and (max-width: 1119px) {
    .promotion-sidebar {
        max-width: 260px;
    }
}
@media (min-width: 1120px) {
    .promotion-sidebar {
        max-width: 335px;
    }
}
.promotion-sidebar--show {
    transform: translateX(0);
}
.promotion-sidebar--show::before {
    max-width: 1000px;
    opacity: 0.5;
}
@media (max-width: 1024px) {
    .promotion-sidebar__container {
        height: 100vh;
        overflow: auto;
        background-color: #fff;
    }
}
.promotion-sidebar__title {
    font-weight: 500;
    font-size: 30px;
    color: #142e76;
}
@media (max-width: 767px) {
    .promotion-sidebar__title {
        padding: 20px 15px;
    }
}
@media (min-width: 768px) {
    .promotion-sidebar__title {
        padding: 33px 20px 10px;
    }
}
.promotion-sidebar__content {
    max-height: 0px;
    overflow: hidden;
    transition: 0.6s max-height;
}
.promotion-sidebar__header {
    display: flex;
    align-items: center;
    gap: 13px;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    transition: color 0.3s;
}
@media (max-width: 767px) {
    .promotion-sidebar__header {
        padding: 20px 15px;
    }
}
@media (min-width: 768px) {
    .promotion-sidebar__header {
        padding: 20px;
    }
}
.promotion-sidebar__header--show {
    color: #385bbc;
}
.promotion-sidebar__header--show ~ div {
    max-height: 600px;
}
.promotion-sidebar__btn {
    margin-left: auto;
    width: 16px;
    height: 10px;
    display: flex;
    flex-shrink: 0;
    background: url("/img/arrow-down.svg") transparent no-repeat;
    content: "";
    transform: rotate(0);
    cursor: pointer;
    transition: 0.3s transform;
}
.promotion-sidebar__btn--show {
    transform: rotate(180deg);
}
.promotion-sidebar__box {
    padding: 0 40px 12px 45px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.promotion-sidebar__link {
    padding: 8px 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    transition: 0.3s color;
}
.promotion-sidebar__link:hover,
.promotion-sidebar__link:focus {
    color: #385bbc;
}
@media (max-width: 767px) {
    .promotion-sidebar__open {
        transform: translateX(16px);
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .promotion-sidebar__open {
        transform: translateX(32px);
    }
}
@media (max-width: 1024px) {
    .promotion-sidebar__open {
        padding: 12px 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        background: #f3f5fc;
        border-radius: 5px 0 0 5px;
        font-weight: 400;
        font-size: 16px;
        color: #2f5fe3;
    }
    .promotion-sidebar__open:after {
        width: 20px;
        height: 23px;
        display: flex;
        flex-shrink: 0;
        background: url("/img/icon-filter-blue.svg") transparent no-repeat;
        content: "";
        transform: rotate(0deg);
        transition: 0.5s transform;
    }
}
@media (min-width: 1025px) {
    .promotion-sidebar__open {
        display: none;
    }
}
@media (max-width: 767px) {
    .promotion-sidebar__close {
        margin: 60px auto 16px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .promotion-sidebar__close {
        margin: 60px auto 32px;
    }
}
@media (max-width: 1024px) {
    .promotion-sidebar__close {
        width: 100%;
        max-width: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        background-color: #2f5fe3;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        border-radius: 12px;
        color: #fff;
    }
}
@media (min-width: 1025px) {
    .promotion-sidebar__close {
        display: none;
    }
}
.promotion-container {
    width: 100%;
    max-width: 935px;
    display: grid;
}
@media (max-width: 767px) {
    .promotion-container {
        gap: 14px;
    }
}
@media (min-width: 768px) {
    .promotion-container {
        gap: 20px;
    }
}
.promotion-title {
    display: flex;
    align-items: center;
    gap: 12px;
}
.promotion-title__sum {
    margin-left: 8px;
    padding: 4px 8px;
    background-color: #385bbc;
    color: #fff;
    border-radius: 32px;
    font-size: 13px;
    line-height: 123%;
}
.promotion-item {
    border-radius: 12px;
    overflow: hidden;
}
.promotion__box {
    display: grid;
    align-items: center;
    background-color: #f4f6fc;
}
@media (max-width: 767px) {
    .promotion__box {
        padding: 16px;
        gap: 16px;
    }
}
@media (min-width: 768px) {
    .promotion__box {
        padding: 20px 35px 20px 25px;
        gap: 33px;
    }
}
@media (max-width: 767px) {
    .promotion__box--product {
        grid-template-columns: 66px 1fr 41px 41px;
    }
}
@media (min-width: 768px) {
    .promotion__box--product {
        grid-template-columns: 81px 1fr 48px 183px;
    }
}
@media (max-width: 767px) {
    .promotion__box--shop {
        grid-template-columns: 66px 1fr 41px;
    }
}
@media (min-width: 768px) {
    .promotion__box--shop {
        grid-template-columns: 81px 1fr 200px;
    }
}
.promotion__box--shop:not(:last-child) {
    border-bottom: 1px solid #e1e6f8;
}
.promotion-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px) {
    .promotion-img {
        width: 49px;
        height: 49px;
    }
}
@media (min-width: 768px) {
    .promotion-img {
        width: 62px;
        height: 62px;
    }
}
.promotion-img img {
    max-width: 100%;
}
.promotion-img__box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
}
@media (max-width: 767px) {
    .promotion-img__box {
        width: 66px;
        height: 66px;
    }
}
@media (min-width: 768px) {
    .promotion-img__box {
        width: 81px;
        height: 81px;
    }
}
.promotion-img__box--red {
    background: #e62725;
}
.promotion-img__box--blue {
    background: #0071ce;
}
.promotion__label {
    line-height: 1;
    color: #000;
}
@media (max-width: 767px) {
    .promotion__label {
        margin-bottom: 6px;
        font-size: 13px;
    }
}
@media (min-width: 768px) {
    .promotion__label {
        margin-bottom: 20px;
        font-size: 16px;
    }
}
.promotion__desc {
    margin-bottom: 12px;
    display: flex;
}
@media (max-width: 1299px) {
    .promotion__desc {
        flex-direction: column;
        gap: 7px;
    }
}
@media (min-width: 1300px) {
    .promotion__desc {
        align-items: center;
        gap: 40px;
    }
}
.promotion__text {
    font-weight: 500;
    line-height: 129%;
    color: rgba(56, 91, 188, 0.35);
}
@media (max-width: 767px) {
    .promotion__text {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .promotion__text {
        font-size: 14px;
    }
}
.promotion__date {
    display: flex;
    align-items: center;
    line-height: 100%;
    color: #385bbc;
}
@media (max-width: 767px) {
    .promotion__date {
        gap: 5px;
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .promotion__date {
        gap: 10px;
        font-size: 16px;
    }
}
.promotion__date::before {
    flex-shrink: 0;
    content: "";
    background: url("/img/carbon_time.svg") no-repeat center/100% transparent;
}
@media (max-width: 767px) {
    .promotion__date::before {
        width: 12px;
        height: 12px;
    }
}
@media (min-width: 768px) {
    .promotion__date::before {
        width: 22px;
        height: 22px;
    }
}
.promotion__cost {
    display: flex;
    align-items: center;
    gap: 20px;
}
.promotion__price {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #385bbc;
}
.promotion__discount {
    padding: 2px 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #f90b0b;
    background-color: #e1e6f8;
    border-radius: 20px;
}
.promotion__time {
    font-size: 16px;
    line-height: 1;
    color: #385bbc;
}
.promotion__link {
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    transition: 0.3s background-color;
}
@media (max-width: 767px) {
    .promotion__link {
        height: 41px;
    }
}
@media (min-width: 768px) {
    .promotion__link {
        padding: 14px 30px;
        font-weight: 400;
        font-size: 16px;
    }
}
.promotion__link::after {
    display: flex;
    flex-shrink: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}
@media (max-width: 767px) {
    .promotion__link span {
        display: none;
    }
}
.promotion__link--show {
    background: #eaeeff;
    color: #000;
}
.promotion__link--show:hover,
.promotion__link--show:focus {
    background: #d6ddf9;
}
.promotion__link--show::after {
    width: 16px;
    height: 10px;
    background-image: url("/img/arrow-down.svg");
}
.promotion__link--details {
    background: #2f5fe3;
    color: #fff;
}
.promotion__link--details:hover,
.promotion__link--details:focus {
    background: #142e76;
}
.promotion__link--details::after {
    width: 24px;
    height: 24px;
    background-image: url("/img/corner-arrow.svg");
}
.promotion__loadmore {
    width: 100%;
    max-width: 267px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    background: #2f5fe3;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s background-color;
}
@media (max-width: 767px) {
    .promotion__loadmore {
        margin: 34px auto 0;
    }
}
@media (min-width: 768px) {
    .promotion__loadmore {
        margin: 44px auto 0;
    }
}
.promotion__loadmore:hover,
.promotion__loadmore:focus {
    background: #142e76;
}
.promotion__details {
    font-weight: 300;
    color: #000;
}
@media (max-width: 767px) {
    .promotion__details {
        margin-top: 34px;
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .promotion__details {
        margin-top: 44px;
        font-size: 16px;
    }
}
.promotion__details p:not(:last-child) {
    margin-bottom: 20px;
}
.promotion__details a {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #2f5fe3;
}
.promotion__details a::after {
    width: 100%;
    max-width: 500px;
    height: 1px;
    display: block;
    content: "";
    background-color: #2f5fe3;
    transition: max-width 0.3s;
}
.promotion__details a:hover::after,
.promotion__details a:focus::after {
    max-width: 0;
}
.promotion__favorite {
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaeeff;
}
@media (max-width: 767px) {
    .promotion__favorite {
        height: 41px;
    }
}
@media (min-width: 768px) {
    .promotion__favorite {
        height: 48px;
    }
}
.promotion__favorite svg {
    fill: #c9d2f3;
}
.promotion__favorite--active svg {
    fill: #2f5fe3;
} /*# sourceMappingURL=main.css.map */



.banner_container {
    display: flex;
    flex-direction: column;
}
.banner {
    width: 100%;
    object-fit: contain;
    position: relative;
    overflow: hidden;
}
.banner > img {
    width: 100%;
    height: 100%;
}
.banner > div {
    position: absolute;
    z-index: 1;
}
.banner_title {
    color: white;
    font-weight: 600;
    font-size: clamp(12px, calc(12px + (44 - 12) * ((100vw - 400px) / (1464 - 400))), 44px);
}
.banner_first {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.banner_first > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 32px;
    width: 50%;
    padding-right: 80px;
}
.banner_second {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: start;
}
.banner_second > div {
    padding-left: 40px;
    padding-top: 40px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 30px;
}
.banner_first_links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.banner_second_link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #2F5FE3;
    border-radius: 9999px;
    gap: 24px;
    color: white;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    transition: 300ms;
}
.banner_second_link:hover {
    background-color: #1F3F93;
}
.banner_wrap {
    position: relative;
    width: 100%;
    max-width: 1464px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .banner {
        margin-bottom: 44px;
    }
    .banner_first > div {
        gap: 8px;
    }
    .banner_second_link {
        font-size: 12px;
        gap: 4px;
    }
    .banner_second_link > span:first-of-type {
        display: none;
    }
    .banner1_link {
        display: none;
    }
    .banner_first_links {
        gap: 12px;
    }
    .banner_second_link {
        padding: 4px 12px;
    }
    .banner_first > div {
        padding-right: 14px;
    }
    .banner_second > div {
        padding-left: 14px;
        padding-top: 12px;
        gap: 12px;
    }
}
@media (min-width: 768px) {
    .banner {
        margin-bottom: 100px;
    }
    .banner_second_link > span:last-of-type {
        display: none;
    }
    .banner1_link_min {
        display: none;
    }
}
