@import url(https://fonts.googleapis.com/css?family=Inter:regular,700);

.header__main {
    background: #013440;
}

.header__bottom {
    background: #013440;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.header._scroll .bottom-header {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.header._scroll .bottom-header__container {
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.header._scroll .bottom-header__logo {
    display: none;
}

@media (min-width: 991.98px) {
    .header._scroll .header__main {
        display: flex;
    }
}

.intro-cart-header__count {
    background: #C09B57;
}

.list-menu__link {
    color: #fff;
}

@media (any-hover: hover) {
    .list-menu__link:hover {
        color: #C09B57;
    }
}

.contacts-main-header__item {
    color: #fff;
}

@media (any-hover: hover) {
    .contacts-main-header__item:hover {
        color: #C09B57;
    }
}

.main-search-header__input {
    background: none;
    color: #013440 !important;
}

.main-search-header__input._focus {
    color: #013440;
}

.search-header__content {
    background: #fff;
}

.main-search-header__name {
    color: #013440;
}

.intro-cart-header__name {
    color: #fff;
}

.catalog-header__button {
    background: #C09B57 !important;
}

.catalog-header__button._active {
    background: #926C26 !important;
}

.catalog-header__name {
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .catalog-header__main:hover .catalog-header__icon svg path {
        fill: #C09B57;
    }

    .catalog-header__main:hover .catalog-header__name {
        color: #C09B57;
    }
}

.icon-menu span {
    background: #fff;
}

.language-header {
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.language-header__item {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: all 0.3s ease 0s;
}

.language-header__item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    margin-left: 8px;
    display: inline-block;
    align-self: stretch;
}

@media (any-hover: hover) {
    .language-header__item:not(._active):hover {
        color: rgba(255, 255, 255, 0.8);
    }
}

.language-header__item._active {
    color: #fff;
}

@media (max-width: 1272px) and (min-width: 991.98px) {
    .main-header__other {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media (max-width: 479.98px) {
    .main-header__other {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media (max-width: 479.98px) {
    .cart-header {
        margin-right: 2px;
    }
}

@media (max-width: 479.98px) {
    .main-header__container {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

.paggination .swiper-pagination-bullet {
    border-color: #3973BF;
}

.solutions__title {
    text-align: center;
}

@media (max-width: 479.98px) {
    .solutions__title {
        font-size: 18px;
    }
}

._title {
    color: #C09B57;
}

.solutions__blocks {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

@media (max-width: 1272px) {
    .solutions__blocks {
        -moz-column-gap: 20px;
        column-gap: 20px;
        row-gap: 20px;
    }
}

.solutions__blocks .product {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin: 0px;
    flex: 0 0 calc((100% - 90px) / 4);
}

@media (max-width: 1272px) {
    .solutions__blocks .product {
        flex: 0 0 calc((100% - 60px) / 4);
    }
}

@media (max-width: 1272px) {
    .solutions__blocks .product {
        flex: 0 0 calc((100% - 40px) / 3);
    }
}

@media (max-width: 1272px) {
    .solutions__blocks .product {
        flex: 0 0 calc((100% - 20px) / 2);
    }
}

@media (any-hover: hover) {
    .solutions__blocks .product:hover {
        box-shadow: 0px 12px 32px 0px rgba(12, 57, 57, 0.12);
    }
}

.solutions__blocks .product__icon {
    flex: 0 0 62px;
    height: 62px;
    width: 62px;
    background: #3973BF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.solutions__blocks .product__icon img, .solutions__blocks .product__icon svg {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}

.solutions__blocks .product__body {
    padding: 0px;
}

.solutions__blocks .product__name {
    font-size: 18px;
    color: #013440;
}

@media (max-width: 991.98px) {
    .solutions__blocks .product__name {
        font-size: 16px;
    }
}

.benefits__item {
    flex: 0 0 20%;
    justify-content: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

@media (max-width: 1272px) {
    .benefits__item {
        justify-content: flex-start;
    }
}

@media (max-width: 721.98px) {
    .benefits__item {
        flex: 0 0 100%;
        padding: 15px 15px;
    }
}

.benefits__main {
    flex: 0 0 auto;
    max-width: 100%;
}

.benefits__icon {
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
}

.benefits__icon img, .benefits__icon svg {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}

.benefits__name {
    font-size: 13px;
}

.benefits__text {
    font-size: 14px;
}

.brands__item {
    flex: 0 0 calc((100% - 90px) / 4) !important;
    aspect-ratio: 282/175;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1272px) {
    .brands__item {
        flex: 0 0 calc((100% - 60px) / 4) !important;
    }
}

@media (max-width: 991.98px) {
    .brands__item {
        flex: 0 0 calc((100% - 40px) / 3) !important;
    }
}

@media (max-width: 991.98px) {
    .brands__item {
        flex: 0 0 calc((100% - 20px) / 2) !important;
    }
}

.brands__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.3s ease 0s;
}

.brands__item:not(:last-child) {
    margin-right: 30px !important;
}

@media (max-width: 1272px) {
    .brands__item:not(:last-child) {
        margin-right: 20px !important;
    }
}

@media (any-hover: hover) {
    .product:hover {
        box-shadow: 0px 8px 20px 0px rgba(12, 57, 57, 0.18);
    }

    .product:hover .product__buy {
        background: #2359A1;
    }
}

.product__footer {
    width: 100%;
    max-width: 100%;
    align-self: stretch;
}

.product__buy {
    background: #3973BF;
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .product__buy:hover {
        background: #2359A1;
    }
}

.head-section__arrow:hover svg path {
    fill: #3973BF;
}

.brands__slider {
    margin: -30px;
    padding: 30px;
}

.brands__item {
    transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
    .brands__item:hover {
        box-shadow: 0px 12px 32px 0px rgba(12, 57, 57, 0.12);
    }

    .brands__item:hover img {
        transform: scale(1.05);
    }
}

.info-card__benefits {
    margin-top: 30px;
}

.benefits-info-card {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.benefits-info-card__item {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
}

.benefits-info-card__icon {
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}

.benefits-info-card__icon img, .benefits-info-card__icon svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.benefits-info-card__text {
    font-size: 14px;
    font-weight: 500;
    color: #013440;
}

.main-footer__awards {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

@media (max-width: 991.98px) {
    .main-footer__awards {
        flex: 0 0 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.main-footer__award {
    width: 230px;
}

.main-footer__award img, .main-footer__award svg {
    width: 100%;
    max-width: 100%;
}

.information-card__description .video {
    max-width: 670px;
    width: 100%;
    padding-bottom: 0;
    aspect-ratio: 670/375;
    position: relative;
    height: auto;
}

a:not([class]) {
    color: #013440;
}

@media (any-hover: hover) {
    a:not([class]):hover {
        text-decoration: underline;
    }
}

@media (min-width: 991.98px) {
    .catalog-header__content {
        top: 100%;
    }
}

@media (any-hover: hover) {
    .catalog-header:hover .catalog-header__button {
        background: #926C26 !important;
    }
}

.banner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.banner__container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.banner__wrapper {
    width: 100%;
    max-width: 1260px;
    margin: 0px auto;
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

@media (max-width: 721.98px) {
    .banner__wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        padding: 0px;
    }
}

@media (max-width: 721.98px) {
    .banner__item {
        padding: 30px 20px;
    }
}

.banner__info {
    margin-left: 0;
    max-width: 100%;
    font-family: "Inter";
}

.banner .banner__title {
    font-family: "Inter";
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .banner .banner__title {
        font-size: 42px;
    }
}

@media (max-width: 991.98px) {
    .banner .banner__text {
        font-size: 20px;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
}

.banner .banner__image {
    opacity: 0.9;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 900px) {
    .banner .banner__image {
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .contacts-main-header {
        display: flex;
        flex-direction: row;
        -moz-column-gap: 30px;
        column-gap: 30px;
        align-items: center;
    }
}

@media (max-width: 721.98px) {
    .contacts-main-header {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

@media (max-width: 479.98px) {
    .contacts-main-header {
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media (max-width: 991.98px) {
    .contacts-main-header__item {
        font-size: 0;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}

@media (max-width: 479.98px) {
    .search-header__icon {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .search-header {
        position: fixed;
    }
}

@media (max-width: 991.98px) {
    .menu__body .menu__list {
        color: #013440;
    }

    .menu__body .menu__list a {
        color: inherit;
    }
}

.icon-menu {
    width: 25px;
    height: 20px;
}

.icon-menu span {
    height: 2px;
    top: calc(50% - 1px);
}

.icon-menu._active span:first-child {
    top: calc(50% - 1px);
}

.icon-menu._active span:last-child {
    bottom: calc(50% - 1px);
}

@media (max-width: 479.98px) {
    .search-header__content {
        background: #013440;
        transform: translateY(0px);
        pointer-events: all;
        top: 49px;
    }
}

@media (max-width: 479.98px) {
    .search-header__content .search-header__close {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .search-header__content .main-search-header {
        border-color: #fff;
        background: #fff;
        flex: 0 0 100%;
    }
}

@media (max-width: 479.98px) {
    .page {
        padding-top: 110px;
    }
}

@media (max-width: 991.98px) {
    .contacts-main-header__item {
        display: block;
    }

    .contacts-main-header__item span {
        display: none;
    }
}

@media (max-width: 479.98px) {
    .contacts-main-header__item._mail {
        display: none;
    }
}

@media (min-width: 479.98px) {
    .contacts-main-header__item._user {
        display: none;
    }
}

/*# sourceMappingURL=new.css.map */