

/* Start:/bitrix/templates/logimarket_template/css/common.css?174893951657504*/
/*FONTS*/


@font-face {
    font-family: 'NafteraWebBlackItalic';
    src:
            url('/bitrix/templates/logimarket_template/css/../fonts/naftera_black-italic.woff2') format('woff2'),
            url('/bitrix/templates/logimarket_template/css/../fonts/naftera_black-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeistRegular';
    src:
            url('/bitrix/templates/logimarket_template/css/../fonts/Geist-Regular.woff2') format('woff2'),
            url('/bitrix/templates/logimarket_template/css/../fonts/Geist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GeistBold';
    src:
            url('/bitrix/templates/logimarket_template/css/../fonts/Geist-Bold.woff2') format('woff2'),
            url('/bitrix/templates/logimarket_template/css/../fonts/Geist-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.bold-italic {
    font-family: 'NafteraWebBlackItalic';
}


html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'GeistRegular';
    line-height: 1.4;
    font-size: 16px;
    background-color: #F8F8F8;
    overflow-x: hidden;
    color: #141B38;
    width: 100%;
}

body.overflow-hidden {
    overflow: hidden;
}

body {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: #EFEFEF;
}

body::-webkit-scrollbar-thumb {
    background-color: #2CD5C4;
    border-radius: 16px;
}


.section-title {
    font-family: 'NafteraWebBlackItalic';
    margin-bottom: 36px;
    color: #141B38;
    font-size: 48px;
    line-height: 1.33;
    padding-right: 100px;
    margin-top: 0;
}


.page.page--white-bg {
    background-color: #fff;
}

a:hover, a:focus {
    text-decoration: none;
}

/*GRID*/

.container {
    max-width: 1352px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 12px;
    padding-left: 12px;
}

/*INPUTS*/

.input {
    margin-bottom: 24px;
}

.input.js-has-error .input__text {
    border-color: #FF4444;
    color: #FF4444;
}

.input.js-has-error .input__label {
    color: #FF4444;
}

.input__field {
    position: relative;
    display: block; }

.input__text {
    padding: 24px 16px 8px;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    color: #141B38;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    outline: none;
    height: 56px;
    transition: border-color 0.2s linear;
    font-weight: 400;
}

.input__text:where(:not(:placeholder-shown)) + .input__label {
    transform: translateY(-8px) scale(0.75);
}
.input__text:focus {
    border-color: #45B5AA;
}
.input__text:focus + .input__label {
    transform: translateY(-8px) scale(0.75);
}
.input__text.input__textarea {
    height: 180px;
}

.input__label {
    font-size: 16px;
    font-weight: 400;
    left: 16px;
    pointer-events: none;
    position: absolute;
    color: #7D7E86;
    transform: translateY(0px) scale(1);
    top: 16px;
    transform-origin: top left;
    transition: color .2s ease, transform .2s ease;
    white-space: nowrap;
}

.input__error-text {
    display: block;
    text-align: left;
    color: #FF4444;
    margin-top: 4px;
    font-size: 10px;
    position: absolute;
    left: 0;
    bottom: -16px;
}


.checkbox {
    user-select: none;
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
}

.checkbox__input {
    display: none;
}
.checkbox__input:checked ~ .checkbox__icon {
    background-color: #141B38;
    border-color: #fff;
}
.checkbox__input:checked ~ .checkbox__icon svg path {
    fill: #fff;
}
.checkbox__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #141B38;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 2px;
    position: relative;
    top: -4px;
    transition: border-color 0.2s linear, background-color 0.2s linear;
}
.checkbox__icon svg path {
    fill: transparent;
}
.checkbox__text {
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
.checkbox__text a {
    color: #2CD5C4;
    text-decoration: none;
}


.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next.swiper-button-next--defalut,
.swiper-button-prev.swiper-button-prev--defalut {
    background-color: #EFEFEF;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.swiper-button-next.swiper-button-next--defalut svg,
.swiper-button-prev.swiper-button-prev--defalut svg {
    width: 24px;
    height: 24px;
}

.swiper-button-next.swiper-button-next--defalut:hover,
.swiper-button-prev.swiper-button-prev--defalut:hover {
    background-color: #2A3255;
}

.swiper-button-next.swiper-button-next--defalut:hover svg path,
.swiper-button-prev.swiper-button-prev--defalut:hover svg path {
    fill: #fff;
}

.swiper-button-next.swiper-button-next--top {
    top: -72px;
    right: 0;
    transform: translate(0);
    background-color: #fff;
    border: 1px solid #EFEFEF;
    z-index: 100;
}
.swiper-button-prev.swiper-button-prev--top {
    top: -72px;
    left: auto;
    right: 52px;
    transform: translate(0);
    background-color: #fff;
    border: 1px solid #EFEFEF;
    z-index: 100;
}


.home-section {
    position: relative;
    z-index: 15;
}

.home-section:hover {
    z-index: 20;
}

.home-section:hover + .home-section .swiper-button-next.swiper-button-next--top,
.home-section:hover + .home-section .swiper-button-prev.swiper-button-prev--top {
    opacity: 0;
    pointer-events: none;
}

.swiper-pagination.swiper-pagination--default {
    bottom: -32px !important;
}

.swiper-pagination.swiper-pagination--default .swiper-pagination-bullet {
    background-color: #7D7E86;
}

.swiper-pagination.swiper-pagination--default .swiper-pagination-bullet-active {
    background-color: #2CD5C4;
}

.fancybox__slide.has-image>.fancybox__content {
    background-color: #fff;
}

.swiper-pagination.swiper-pagination--default.recommend-slider-pagination {
    bottom: 110px !important;
    display: none;
}


/*BUTTONS*/

button,
button:focus,
button:active {
    outline: none;
}

.button {
    font-family: 'GeistRegular';
    font-size: 16px;
    padding: 16px 32px;
    border-radius: 4px;
    line-height: 1.5;
    border: none;
    display: inline-block;
    outline: none;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.25s ease;
}

a.button:focus,
a.button:active {
    text-decoration: none;
}

.button:hover {
    text-decoration: none;
}

.button--white {
    background-color: #fff;
    color: #141B38;
}

.button--white:hover,
.button--white:active,
.button--white:focus {
    color: #28387b;
}

.button--defualt {
    background-color: #45B5AA;
    color: #fff;
}
.button--defualt:hover,
.button--defualt:active,
.button--defualt:focus {
    background-color: #2CD5C4;
    color: #fff;
}
.button--blue {
    background-color: #141B38;
    color: #fff;
}
.button--blue:hover,
.button--blue:active,
.button--blue:focus{
    color: #fff;
    background-color: #2A3255;
}

.button:disabled {
    background-color: #dddddd;
}

.button--small {
    padding: 10px 32px;
}

.content {
    font-size: 16px;
    line-height: 1.5;
    color: #141B38;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    font-family: 'NafteraWebBlackItalic';
}

.content h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.content h2 {
    font-size: 28px;
    margin-bottom: 24px;
}

.content h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

.content h4 {
    font-size: 18px;
    margin-bottom: 24px;
}

.content h5 {
    font-size: 16px;
    margin-bottom: 24px;
}

.content table {
    width: 100%;
    border: none;
}

.content table tr {
    border-bottom: 1px solid #EFEFEF;
}

.content table tr:first-child td {
    padding-top: 0;
}

.content table tr td {
    color: #7D7E86;
    font-size: 16px;
    padding-bottom: 24px;
    padding-top: 24px;
}

.content table tr td:last-child {
    text-align: right;
    color: #141B38;
}

.content ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 24px;
}

.content ul li {
    margin-bottom: 8px;
    font-size: 16px;
    padding-left: 26px;
    position: relative;
}

.content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2CD5C4;
    left: 0;
    top: 6px;
    position: absolute;
    display: block;
}


.title {
    font-size: 48px;
    margin-bottom: 32px;
    font-family: 'NafteraWebBlackItalic';
    line-height: 1.3;
}

.fancybox__container {
    z-index: 10000;
}

/*HEADER*/
#bx-panel {
    z-index: 100000 !important;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100% !important;
}

body {
    padding-top: 262px;
}

.menu-mobile__popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 3000;
    background-color: rgba(0,0,0,0);
    width: 100%;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.25s ease-in-out, opacity 0.6s ease-in-out, background-color 0.8s ease-in-out;
}

.menu-mobile__popup.opened--menu {
    background-color: rgba(0,0,0,0.4);
    transform: translateX(0%);
    opacity: 1;
}

.menu-mobile__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.menu-mobile__container {
    background-color: #fff;
    width: 372px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    bottom: 0;
}

.menu-mobile__wrap {
    padding: 54px 20px 196px;
    height: 100%;
    overflow: auto;
}

.menu-mobile__bottom {
    padding: 40px 20px;
    background-color: #F8F8F8;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.menu-mobile__bottom .header-info .header-socials {
    display: inline-block;
}

.menu-mobile__button {
    margin-top: 24px;
}

.menu-mobile__button .button {
    width: 100%;
}

.menu-mobile__wrap .header-search {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
}

.menu-mobile__wrap .header-menu__wrap {
    display: block;
    background-color: transparent;
}

.menu-mobile__wrap .header-menu {
    padding: 0;
}

.menu-mobile__wrap .header-menu li {
    display: block;
    margin-right: 0;
    margin-bottom: 16px;
}


.menu-mobile__catalog .list__catalog-toggle {
    display: block;
}

.menu-mobile__catalog .list__catalog-col {
    flex: 0 0 100%;
    max-width: 100%;
}

.menu-mobile__catalog .list__catalog-sublist {
    display: none;
}

.list__catalog-col {
    position: relative;
}

.basket-coupon-block-field .form-group {
    margin-bottom: 10px;
}

.list__catalog-col.opened--sublist .list__catalog-sublist {
    display: block;
    margin-bottom: 24px;
}

.list__catalog-col.opened--sublist .list__catalog-toggle {
    transform: scale(-1);
}

.list__catalog-col.opened--sublist .list__catalog-toggle svg path {
    stroke: #45B5AA;
}

.list__catalog-col.opened--sublist .list__catalog-title {
    color: #45B5AA;
}

.header-menu__catalog-btn {
    display: none;
    margin-bottom: 24px;
}

.header-menu__catalog-btn .btn-catalog-toggle {
    width: 100%;
}

.header-mobile {
    display: none;
    padding: 16px 0;
}

.header-wrapper {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 994;
    transition: transform 0.2s ease;
}

.header-wrapper.header--scrolled {
    transform: translateY(-50px);
}


.header-wrapper.header--scrolled  .header-main {
    padding: 8px 0;
}

.header-wrapper.header--scrolled .header-bottom__wrap {
    padding: 8px 0;
}

.header-wrapper.header--scrolled .header-menu {
    padding: 4px 0;
}

.header-menu {
    transition: all 0.2s ease;
}

.header-title {
    background-color: #141B38;
    padding: 16px 0;
    text-align: center;
}

.header-title h1 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-family: 'NafteraWebBlackItalic';
}

.header-main {
    padding: 24px 0;
    position: relative;
    z-index: 10;
    transition: all 0.2s ease;
}

.header-logo img {
    width: 100%;
    display: block;
}

.header-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
}

.header-search {
    width: 380px;
}

.header-info__top {
    margin-bottom: 4px;
}

.header-phone {
    font-family: 'NafteraWebBlackItalic';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    vertical-align: sub;
}

.header-phone a {
    color: #141B38;
    text-decoration: none;
}

.header-schedule {
    font-size: 14px;
    line-height: 1.315;
}

.header-user {
    text-align: right;
}

.header-basket {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.popup-basket-products {
    background-color: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    border-radius: 4px;
    width: 420px;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 4px 6px 0px #E5E5E5;
    text-align: left;
}

.popup-basket-products__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.popup-basket-products__list {
    margin-bottom: 16px;
}

.popup-basket-products__button .button {
    width: 100%;
}

.btn-catalog-toggle {
    background-color: #45B5AA;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none;
    text-decoration: none;
    padding: 10px 16px;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}
.btn-catalog-toggle svg {
    margin-right: 4px;
}

.btn-catalog-toggle span {
    vertical-align: middle;
}
.btn-catalog-toggle:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2CD5C4;
}

.header-toggle__menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #F8F8F8;
    padding: 32px 0 64px;
}

.header-toggle__menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    height: 25px;
    width: 100%;
}

.header-toggle:hover .header-toggle__menu {
    display: block;
}

.header-bottom__wrap{
    border-top: 1px solid #EFEFEF;
    padding: 16px 0;
    transition: all 0.2s ease;
}

.header-bottom__button {
    text-align: right;
}

.header-mobile__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-mobile__main {
    display: flex;
    align-items: center;
}

.menu-button {
    background-color: #141B38;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-button svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

.header-mobile__logo {
    margin-left: 32px;
}

/*END HEADER*/

/*FOOTER*/

.footer {
    background-color: #EFEFEF;
    padding: 64px 0 24px;
}

.footer__info--mobile {
    display: none;
}

.list__catalog-menu {
    margin-bottom: 64px;
}

.list__catalog-menu .col-md-3 {
    position: relative;
}

.list__catalog-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.list__catalog-title {
    font-family: 'NafteraWebBlackItalic';
    color: #141B38;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 24px;
    text-decoration: none;
}

.list__catalog-title:hover {
    text-decoration: none;
}

.list__catalog-sublist {
    list-style: none;
    padding: 0;
}

.list__catalog-sublist li {
    padding-right: 10px;
    margin-bottom: 8px;
}

.list__catalog-link {
    color: #141B38;
    display: block;
    text-decoration: none;
    position: relative;
}

.list__catalog-link:hover {
    text-decoration: none;
}

.list__catalog-link:after {
    content: "";
    position: absolute;
    right: -24px;
    top: 0px;
    opacity: 0;
    transform: translateX(-4px);
    width: 24px;
    height: 24px;
    background-image: url(/bitrix/templates/logimarket_template/css/../images/double-arrow.svg);
    transition: all 0.2s ease;
    background-size: 100%;
}


.list__catalog-link:hover {
    color: #45B5AA;
}

.list__catalog-link:hover:after {
    opacity: 1;
    transform: translateX(0);
}


.footer__bottom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__contacts {
    flex: 0 0 264px;
    max-width: 264px;
}

.footer__menu {
    margin-bottom: 64px;
}

.footer__menu .header-menu li a {
    font-size: 16px;
    color: #141B38;
    font-family: 'NafteraWebBlackItalic';
}

.header-menu li a:hover {
    color: #45B5AA;
}

.footer__menu .header-menu li {
    margin-right: 28px;
}

.footer__phone a {
    color: #141B38;
    text-decoration: none;
    font-family: 'NafteraWebBlackItalic';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}

.footer__contacts-row {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.footer__socials {
    margin-left: 16px;
}

.footer__schedule {
    font-size: 14px;
}

.footer__contact-btn {
    margin-top: 18px;
}

.footer__copyright {
    font-size: 14px;
    color: #7D7E86;
    margin-right: 32px;
    display: inline-block;
}

.footer__policy {
    display: inline-block;
}

.footer__policy a {
    font-size: 14px;
    color: #7D7E86;
    text-decoration: none;
}

.footer__developer {
    margin-top: 16px;
    font-size: 14px;
}

.footer__developer img {
    margin-left: 4px;
}

.footer__developer svg {
    margin-left: 4px;
    transform: translateY(-1px);
}

.footer__developer svg path {
    transition: fill 0.2s ease;
}

.footer__developer a:hover svg path {
    fill: #E7220C;
}

/*END FOOTER*/


.consult {
    padding: 0 20px;
    margin-bottom: 120px;
}

.consult-section {
    padding: 120px 20px;
    background-color: #fff;
    margin-bottom: 0;
}

.consult-section .consult {
    margin-bottom: 0;
    padding: 0;
}

.consult-wrap {
    background-color: #141B38;
    border-radius: 16px;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.consult-wrap .container {
    position: relative;
    z-index: 1;
}

.consult__bg-image {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 725px;
    bottom: 0;
}


.consult__bg-image img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.consult-form {
    max-width: 680px;
}

.consult-form__title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 16px;
}

.consult-form__descr {
    color: #fff;
    margin-bottom: 24px;
}

.catalog__header-wrap {
    padding: 0 20px;
}

.catalog__header {
    background-color: #45B5AA;
    border-radius: 16px;
    padding-bottom: 64px;
    position: relative;
    overflow: hidden;
    margin-bottom: 64px;
}

.catalog__header-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 605px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.catalog__header-title h1 {
    color: #fff;
    font-family: 'NafteraWebBlackItalic';
    font-size: 48px;
    line-height: 1.35;
    margin: 0;
    position: relative;
    z-index: 10;
    padding-right: 340px;
}

.breadcrumbs-wrap {
    position: relative;
    z-index: 1;
}

.catalog__header .breadcrumbs__item-link,
.catalog__header .breadcrumbs__item-separator {
    color: #fff;
}

.catalog-page-wrap {
    padding-bottom: 64px;
}

.catalog-section__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.catalog-section__column {
    display: flex;
    align-items: center;
}

.catalog-view {
    margin-left: 64px;
}

.catalog-view__button {
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border: none;
    vertical-align: middle;
    transition: transform 0.25s ease;
}

.catalog-view__button:hover {
    transform: translateY(-2px);
}

.catalog__found {
    font-family: 'NafteraWebBlackItalic';
    font-size: 16px;
    color: #141B38;
}

.popup-window-buttons .button {
    width: 100%;
    display: block;
}

.popup-window.popup-window-with-titlebar {
    padding: 40px;
    border-radius: 4px;
}

.popup-add-product {
    display: flex;
    align-items: center;
    width: 340px;
}

.popup-add-product-image {
    flex: 0 0 60px;
    max-width: 60px;
    border-radius: 4px;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-window-with-titlebar .popup-window-content {
    padding: 0;
}

.popup-add-product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.popup-add-product p {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 16px;
    font-size: 14px;
    margin: 0;
    color: #141B38;
}

.popup-window-titlebar-text {
    font-size: 24px;
    color: #141B38;
    font-family: 'NafteraWebBlackItalic';
    margin-bottom: 24px;
    padding-right: 0;
    line-height: 1.44;
}

.popup-window-titlebar {
    height: auto;
}

.popup-window-buttons {
    padding: 0;
    margin-top: 16px;
}



.sorting {
    position: relative;
}

.sorting__list {
    position: absolute;
    left: 0;
    top: 100%;
    transform: translateY(16px);
    background-color: #fff;
    border: 1px solid #EFEFEF;
    padding: 20px;
    z-index: 150;
    border-radius: 4px;
    width: 260px;
}

.sorting__list-hide {
    display: none;
}

.sorting__list--show {
    display: block;
}

.sorting__select {
    cursor: pointer;
    margin-bottom: 24px;
    font-size: 14px;
    color: #141B38;
}

.sorting__select:hover {
    color: #45B5AA;
}

.sorting__select:last-child {
    margin-bottom: 0;
}

.sorting__selected {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sorting__selected-icon {
    margin-right: 8px;
}

.sorting__selected-value {
    color: #7D7E86;
    line-height: 1.4;
    font-size: 14px;
    margin-right: 8px;
    transition: color 0.25s ease;
}

.sorting__dropdown {
    transition: transform 0.25s ease;
}

.sorting__selected.sorting__selected--active .sorting__dropdown {
    transform: scale(1, -1);
}

.sorting__selected:hover .sorting__selected-value  {
    color: #45B5AA;
}

.catalog-view__button.active--view svg path {
    stroke: #45B5AA;
}

.recommended-section .section-title {
    margin-top: 90px;
}

.recommend-slider-wrap,
.catalog-products-viewed {
    position: relative;
}

.recommend-slider {
    position: relative;
    z-index: 11;
    padding-bottom: 200px;
    margin-bottom: -100px;
}

.viewed-slider {
    position: relative;
    z-index: 11;
    padding-bottom: 200px;
    margin-bottom: -200px;
}

.recommended-section .recommend-slider {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

.recommend-slider-wrap  .product-item-container {
    margin-bottom: 0;
}

.product-container {
    position: relative;
    background-color: #fff;
}

.viewed-products {
    background-color: #fff;
    padding: 120px 0 0;
}

.viewed-slider-pagination {
    display: none;
}

/*PAYMENTS*/

.payment-page {
    padding-bottom: 120px;
}

.payment-section,
.delivery-section {
    margin-bottom: 64px;
}

.payment-section:last-child {
    margin-bottom: 0;
}

.payment-block,
.delivery-block {
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 16px;
}


.payment-title,
.delivery-title {
    font-size: 48px;
    margin-bottom: 32px;
}

.payment-block__row {
    display: flex;
    flex-wrap: wrap;
}

.payment-block__row--delivery {
    justify-content: space-between;
}

.payment-block__description {
    flex: 0 0 400px;
    max-width: 400px;
    padding-right: 60px;
}

.payment-block__row--delivery .payment-block__description {
    padding-right: 0;
}

.payment-block__cards {
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);;
}

.payment-block__partners-wrap {
    flex: 0 0 685px;
    max-width: 685px;
}

.payment-block__card {
    padding: 20px;
    background-color: #EFEFEF;
    border-radius: 4px;
    padding-bottom: 160px;
    height: 100%;
    line-height: 1.5;
    position: relative;
}

.payment-block__icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
}

.payment-block__icon img {
    height: 100%;
    object-fit: contain;
}

.payment-block__card h2,
.payment-block__card h3,
.payment-block__card h4 {
    font-size: 24px;
    font-family: 'NafteraWebBlackItalic';
    margin-bottom: 24px;
}

.payment-block__partners-wrap {
    padding: 20px;
    background-color: #EFEFEF;
    border-radius: 4px;
}

.payment-block__partners-title,
.delivery-block__partners-title {
    font-size: 24px;
    font-family: 'NafteraWebBlackItalic';
    margin-bottom: 24px;
}

.delivery-block__partners-title {
    margin-bottom: 0;
}

.payment-block__partners,
.delivery-block__partners {
    display: flex;
    margin: 0 -8px;
}

.payment-block__partners-logo,
.delivery-block__partners-logo {
    padding: 0 8px;
}

.delivery-block h2,
.delivery-block h3 {
    font-size: 24px;
    font-family: 'NafteraWebBlackItalic';
    margin-bottom: 16px;
    line-height: 1.1;
    margin-top: 32px;
}

.delivery-block p {
    font-size: 16px;
    margin-bottom: 24px;
}

.delivery-block ul {
    font-size: 16px;
    margin-bottom: 32px;
    padding: 0;
    list-style: none;
}

.delivery-block ul li {
    margin-bottom: 8px;
    padding-left: 26px;
    position: relative;
}

.delivery-block ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #45B5AA;
}


.delivery-block__partners-wrap {
    padding: 20px;
    background-color: #EFEFEF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*ABOUT*/

.about__header {
    margin-bottom: 80px;
}

.about__header-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.about__header-main {
    flex: 0 0 650px;
    max-width: 650px;
}

.about__main-text {
    color: #141B38;
    font-size: 24px;
    margin-bottom: 24px;
    font-family: 'NafteraWebBlackItalic';
}

.about__main-text u {
    color: #45B5AA;
    text-decoration: none;
}

.about__header-icon {
    max-width: 298px;
}

.about__header-icon img {
    max-width: 100%;
}

.about__catalog {
    margin-bottom: 80px;
}

.about__catalog-wrap {
    background-color: #F8F8F8;
    padding: 60px;
    position: relative;
}

.about__catalog-head {
    max-width: 710px;
    text-align: center;
    margin: 0 auto 40px;
}

.about__catalog-icon {
    position: absolute;
    right: 0;
    top: 0px;
}

.about__catalog-title {
    font-family: 'NafteraWebBlackItalic';
    margin-bottom: 24px;
    font-size: 36px;
}

.about__catalog-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.about__catalog-list-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 12px;
}

.about__catalog-card {
    background-color: #fff;
    display: block;
    border: 1px solid #EFEFEF;
    text-decoration: none;
    padding: 20px;
}

.about__catalog-card-title {
    font-family: 'NafteraWebBlackItalic';
    font-size: 24px;
    color: #141B38;
    height: 68px;
    display: block;
    margin-bottom: 16px;
}

.about__catalog-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
}

.about__catalog-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.about__info-text {
    columns: 200px 2;
    column-gap: 24px;
}


.contacts__subtitle,
.addresses__subtitle {
    color: #7D7E86;
    font-size: 14px;
    margin-bottom: 8px;
}

.contacts__info {
    margin-bottom: 32px;
}

.contacts__row {
    margin-bottom: 32px;
}

.contacts__header {
    background-color: #F8F8F8;
    padding-bottom: 64px;
    margin-bottom: 64px;
}

.contacts__description {
    margin-bottom: 24px;
}

.contacts__description p {
    font-size: 16px;
    margin-bottom: 16px;
}

.contacts__link a {
    color: #141B38;
    text-decoration: none;
    font-size: 36px;
    line-height: 1.33;
    display: inline-block;
    font-family: 'GeistBold';
}

.addresses__row {
    background-color: #F8F8F8;
    padding: 40px;
}

.addresses__line {
    font-size: 16px;
    color: #141B38;
}

.contacts-map {
    height: 488px;
}

.header-favorite {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.header-favorite #awelite_favorites_equation,
.header-favorite .awelite_favorites_equation {
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #EFEFEF;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
}

.header-favorite #awelite_favorites_equation i,
.header-favorite .awelite_favorites_equation i{
    font-size: 18px;
    color: #141B38;
    font-weight: bold;
}

.header-favorite #awelite_favorites_equation  p.count,
.header-favorite .awelite_favorites_equation  p.count {
    position: absolute;
    background: #141B38;
    color: #fff;
    text-align: center;
    height: 13px;
    width: 13px;
    top: 0;
    right: 0;
    border-radius: 50%;
    font-size: 10px;
    line-height: 13px;
}

.policy {
    padding-bottom: 120px;
}

/*POPUP*/


.popup-thanks {
    width: 610px;
    background-color: #141B38;
    padding: 60px;
    color: #fff;
    border-radius: 16px;
}

.popup-thanks__icon {
    text-align: center;
    margin-bottom: 16px;
}

.popup-thanks__button .button{
    width: 100%;
}


.popup-form {
    background-color: #141B38;
    padding: 60px;
    border-radius: 16px;
    color: #fff;
    width: 800px;
}

.popup__title {
    font-size: 48px;
    font-family: 'NafteraWebBlackItalic';
    margin-bottom: 16px;
    text-align: center;
}

.popup__description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 24px;
}

.fancybox__content>.f-button.is-close-btn {
    top: 10px;
    right: 10px;
}

.popup-form .form-button .button {
    width: 100%;
}

.catalog-search-results .catalog-section__top {
    display: none;
}

.search-page__headered {
    color: #141B38;
    font-family: 'NafteraWebBlackItalic';
    font-size: 24px;
    margin-bottom: 32px;
}

.home-page {
    padding-top: 64px;
}

.home-advantages__title {
    margin-bottom: 16px;
    font-family: 'NafteraWebBlackItalic';
    font-size: 48px;
}
.home-advantages__title span {
    color: #45B5AA;
}

.home-advantages__headered p {
    font-size: 16px;
    margin-bottom: 32px;
}

.advantages__slide {
    padding: 20px;
    background-color: #EFEFEF;
    border-radius: 4px;
    padding-bottom: 206px;
    position: relative;
    height: 100%;
}

.advantages__slide-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 206px;
}

.advantages__slide-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.advantages__slide-title {
    color: #141B38;
    font-size: 24px;
    font-family: 'NafteraWebBlackItalic';
    margin-bottom: 16px;
}

.advantages__slider .swiper-slide {
    height: auto;
}



.home-catalog {
    padding: 120px 0 60px;
    background-color: #fff;
}

.home-advantages {
    padding: 60px 0 0;
    background-color: #fff;
}


.subscribe__form {
    background-color: #45B5AA;
    border-radius: 16px;
    padding: 64px;
    margin-bottom: 64px;
}

.footer-subscribe__title {
    font-size: 36px;
    margin-bottom: 32px;
    color: #fff;
    font-family: 'NafteraWebBlackItalic';
    text-align: center;
}

.subscribe__form__line {
    max-width: 376px;
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
}

.subscribe__form__line .input {
    margin-bottom: 0;
}

.subscribe__form-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 48px;
    bottom: 4px;
    border-radius: 4px;
    background-color: #141B38;
    border: none;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.subscribe__form-btn:hover {
    background-color: #45B5AA;
}

.home-section .section-title {
    user-select: none;
}

.bx-404-container {
    padding: 120px 0 180px;
    text-align: center;
}

.bx-404-block {
    margin-bottom: 48px;
}

.bx-404-text-block {
    margin-bottom: 24px;
}

.bx-404-back-path {
    transform: translate(6px, 4px);
    animation: back-404 0.75s ease-in-out infinite;
    animation-direction: alternate;
}

.button-clear-favorites {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    color: #333;
}

.favorites-clear__button {
    text-align: center;
    margin-bottom: 24px;
}

.button-clear-favorites:hover {
    color: #333;
    text-decoration: none;
}

.button-clear-favorites svg,
.button-clear-favorites span {
    vertical-align: middle;
}

.button-clear-favorites svg {
    margin-left: 12px;
}

.favorites-headered .title {
    margin: 0;
}

.favorites-headered {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.favorites-clear {
    font-size: 24px;
    text-align: center;
    padding: 64px 0 24px;
}

.catalog-not-found {
    padding: 40px 0;
    text-align: center;
    font-size: 18px;
}

.catalog__filter-mobile {
    display: none;
}

.delivery-card__header {
    padding-bottom: 64px;
}

.delivery-card__info {
    padding: 32px 24px;
    border-radius: 4px;
    background-color: #fff;
}


.delivery-card__main {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 60px;
    margin-bottom: -60px;
}


.delivery-card__main h2,
.delivery-card__main h3 {
    font-family: 'NafteraWebBlackItalic';
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 1.1;
}

.delivery-card__main b {
    font-family: 'NafteraWebBlackItalic';
    color: #45B5AA;
}

.delivery-card__important {
    font-size: 16px;
    background-color: #45B5AA;
    color: #fff;
    padding: 26px 24px 22px;
    width: 100%;
    border-radius: 4px;
    margin-top: 32px;
    font-family: 'NafteraWebBlackItalic';
}


.delivery-list {
    background-color: #fff;
    padding-top: 120px;
}

.delivery-list__title {
    font-size: 48px;
    font-family: 'NafteraWebBlackItalic';
    margin-bottom: 32px;
}

.delivery-list__title b {
    color: #45B5AA;
}

.delivery-table {
    width: 100%;
}

.delivery-table th,
.delivery-table td {
    padding: 16px 24px;
}

.delivery-table thead {
    border-bottom: 1px solid #45B5AA;
    color: #45B5AA;
    font-size: 16px;
    font-family: 'NafteraWebBlackItalic';
}

.delivery-table tbody tr {
    border-bottom: 1px solid #EFEFEF;
    color: #141B38;
    font-size: 16px;
    transition: all 0.1s ease;
}

.delivery-table tbody tr:hover {
    background-color: #EFEFEF;
}

.delivery-table td a {
    text-decoration: none;
    color: #141B38;
}

.delivery-table td a:hover {
    color: #45B5AA;
}

.header-menu__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-email a {
    text-decoration: none;
    font-size: 14px;
    color: #141B38;
}


.info-block {
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 16px;
    margin-bottom: 64px;
}

.title-page {
    font-size: 48px;
    margin-bottom: 32px;
}

.title-section {
    font-size: 36px;
    margin-bottom: 32px;
}

.info-block__content--mb {
    margin-bottom: 32px;
}

.info-block__content h2,
.info-block__content h3,
.info-block__content h4 {
    font-family: 'NafteraWebBlackItalic';
    line-height: 1.3;
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 32px;
}

.info-block__content h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.info-block__content p {
    margin-bottom: 8px;
}

.info-block__content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 16px;
}

.info-block__content ul li {
    margin-bottom: 8px;
    padding-left: 26px;
    position: relative;
}

.info-block__content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #45B5AA;
}

.header-menu-swiper .swiper-slide {
    width: auto;
}

.info-block__content ul li:last-child {
    margin-bottom: 0;
}

.info-block__content ol {
    counter-reset: my-counter;
    list-style: none;
    padding-left: 0;
    margin: 32px 0 40px;
}

.info-block__content ol li {
    counter-increment: my-counter;
    margin-bottom: 28px;
    position: relative;
    padding-left: 60px;
}

.info-block__content ol li:last-child {
    margin-bottom: 0;
}

.info-block__content ol li::before {
    content: counter(my-counter);
    position: absolute;
    left: 0;
    top: 50%;
    font-family: 'NafteraWebBlackItalic';
    background-color: #45B5AA;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    font-size: 16px;
    transform: translateY(calc(-50% + 1px));
}

.info-block__content b {
    font-family: 'NafteraWebBlackItalic';
    font-weight: normal;
}

.info-block__content .quote {
    margin-top: 32px;
    background-color: #141B38;
    padding: 24px;
    margin-bottom: 48px;
    color: #fff;
}

.info-block__content .quote p {
    margin-bottom: 0;
}

.info-block__content .quote h3,
.info-block__content .quote h4 {
    margin-top: 0;
}

.info-block__columns {
    margin-bottom: 32px;
}

.info-block__column {
    padding: 24px;
    border-radius: 4px;
    height: calc(100% - 16px);
    margin-top: 16px;
}

.info-block__column--aqua {
    background-color: #45B5AA;
    color: #fff;
}

.info-block__column--aqua .info-block__content ul li:before {
    background-color: #fff;
}

.info-block__column--blue {
    background-color: #141B38;
    color: #fff;
}

.info-block__column--blue .info-block__content ul li:before {
    background-color: #fff;
}

.info-block__column .info-block__content ul {
    margin-bottom: 0;
}

.info-block__column .info-block__content h2,
.info-block__column .info-block__content h3,
.info-block__column .info-block__content h4 {
    margin-top: 0;
}

@keyframes back-404 {
    0% {
        transform: translate(6px, 4px);
    }
    75% {
        transform: translate(0px, 0px);
    }
    100% {
        transform: translate(1px, 1px);
    }
}

@media (max-width: 1380px) {


    .catalog__header-bg {
        width: 500px;
    }
}

@media (max-width: 1320px) {
    .container {
        max-width: 920px;
    }

    .catalog__filter-mobile {
        display: block;
    }

    .catalog__found {
        display: none;
    }

    .catalog-section__column {
        flex: 1;
        justify-content: space-between;
        padding-left: 40px;
    }

    .contacts__link a {
        font-size: 24px;
    }
    .consult__bg-image {
        display: none;
    }

    .header-center {
        padding-left: 0px;
    }
    .header-search {
        padding: 0 20px;
        width: 290px;
    }

    .header-info .header-socials {
        display: none;
    }

    .news-item__title {
        font-size: 18px;
    }
    .news-item img {
        height: 220px;
    }

    .payment-block__description {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 20px;
        margin-bottom: 24px;
    }

    .payment-block__cards {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about__header-icon {
        max-width: 224px;
    }

    .about__catalog-icon {
        display: none;
    }

    .about__catalog-list-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .about__catalog-card {
        margin-bottom: 24px;
    }

    .about__catalog-wrap {
        padding: 40px 40px 20px;
    }

    .col-catalog-filter {
        transform: translateX(-100%);
        opacity: 0;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, background-color 1.25s ease-in-out;
    }

    .col-catalog-filter.filter--show {
        transform: translateX(0%);
        opacity: 1;
        background-color: rgba(20, 27, 56, 0.4);
    }

    .col-catalog-container {
        width: 100%;
    }

    .favorites-column {
        width: 33.33333333%;
    }

    .catalog__found {
        display: none;
    }

    .catalog__header-title h1 {
        padding-right: 160px;
    }
    .catalog__header-bg {
        width: 450px;
    }

    .delivery-table th, .delivery-table td {
        padding: 16px;
    }

}


@media (max-width: 1200px) {
    .catalog__header-title h1 {
        padding-right: 170px;
    }
    .catalog__header-bg {
        width: 400px;
    }



}

@media (max-width: 992px) {

    .advantages__slider {
        padding-bottom: 32px;
    }

    .advantages__slider .swiper-pagination.swiper-pagination--default {
        bottom: 0 !important;
    }

}


@media (max-width: 992px) {
    .catalog__header-title h1 {
        padding-right: 0;
    }
    .contacts__cell,
    .addresses__col {
        margin-bottom: 24px;
    }
    .contacts__link a {
        font-size: 36px;
    }
    .contacts__cell--last,
    .addresses__col--last {
        margin-bottom: 0;
    }

    .consult-wrap {
        padding: 64px 40px;
    }
    .consult-wrap .container {
        padding-left: 0;
        padding-right: 0;
    }
    .col-tablet-hide {
        display: none;
    }
    .header-mobile {
        display: block;
    }

    .header-bottom {
        display: none;
    }
    .header-menu__wrap {
        display: none;
    }

    .about__header-main {
        flex: 0 0 380px;
        max-width: 380px;
    }
    .about__info-text {
        columns: initial;
    }

    .list__catalog-link {
        font-size: 14px;
    }

    .footer .list__catalog-menu .col-md-3 {
        flex: 0 0 50%;
        width: 50%;
    }

    .footer .list__catalog-sublist {
        margin-bottom: 32px;
    }

    .list__catalog-menu {
        margin-bottom: 0px;
    }

    .footer__main .footer__info {
        display: none;
    }

    .footer__main {
        flex: 0 0 100%;
    }

    .footer__menu {
        margin-bottom: 0;
        width: 100%;
        padding-bottom: 40px;
        border-bottom: 1px solid #fff;
    }

    .footer__contacts {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 24px 0;
        border-bottom: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer__contact-btn {
        margin-top: 0;
    }

    .footer__info--mobile {
        display: flex;
        width: 100%;
        padding: 16px 0 0;
        align-items: center;
        justify-content: space-between;
    }

    .footer__copyright {
        display: block;
        margin-bottom: 8px;
    }
    .footer__developer {
        margin-top: 0;
    }
    .policy {
        padding-bottom: 80px;
    }
    body {
        padding-top: 125px;
    }
    .home-page {
        padding-top: 40px;
    }
    .bx-404-container {
        padding: 100px 0;
    }
    .swiper-pagination.swiper-pagination--default.recommend-slider-pagination {
        display: block;
    }
    .swiper-button-next.swiper-button-next--top,
    .swiper-button-prev.swiper-button-prev--top {
        display: none;
    }
    .recommend-slider {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .recommend-slider-wrap {
        margin-bottom: 120px;
    }
    .swiper-pagination.swiper-pagination--default.recommend-slider-pagination {
        bottom: -40px !important;
    }

    .home-catalog {
        padding: 80px 0 20px;
    }


    .catalog__header-bg {
        display: none;
    }

    .catalog__header {
        padding: 16px 8px 40px;
    }

    .catalog__header #navigation {
        padding-left: 20px;
    }

    .catalog__header .breadcrumbs {
        padding-bottom: 40px;
    }

    .favorites-column {
        width: 50%;
    }

    .viewed-products {
        padding-top: 80px;
    }

    .viewed-slider-pagination {
        display: block;
    }

    .popup-form {
        width: 728px;
        padding: 64px 40px;
    }

    .delivery-block__partners-wrap {
        flex-wrap: wrap;
    }

    .delivery-block__partners-title {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .delivery-block__partners {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .delivery-list__row {
        overflow-x: scroll;
        padding-bottom: 16px;
    }

    .delivery-table {
        width: 840px;
    }

    .delivery-list__row::-webkit-scrollbar-track {
        background-color: #EFEFEF;
    }
    .delivery-list__row::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #2CD5C4;
    }
    .delivery-list__row::-webkit-scrollbar {
        width: 4px; /*Толщина скролла*/
        height: 6px;
    }

    .info-block__column {
        padding: 24px 16px;
    }

}




@media (max-width: 768px) {

    .title {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .contacts__link a {
        font-size: 24px;
    }

    body {
        padding-top: 136px;
    }

    .contacts__row {
        margin-bottom: 40px;
    }
    .addresses__row {
        padding: 20px;
        margin-bottom: 40px;
    }

    .consult-wrap {
        padding: 40px 20px;
    }
    .consult-form__title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 16px;
    }
    .consult-form__descr {
        text-align: center;
    }
    .consult-form .form-button .button {
        width: 100%;
    }

    .consult-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .product-container .consult-section {
        padding-top: 0;
    }

    .consult-wrap .container {
        max-width: 520px;
    }

    .section-title {
        margin-bottom: 24px;
        padding-right: 0;
    }

    .payment-block__card {
        margin-bottom: 24px;
        height: auto;
    }

    .payment-block {
        padding: 20px 20px 0;
        border-radius: 16px;
    }

    .payment-block__partners-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .payment-block__partners {
        flex-wrap: wrap;
    }

    .catalog__header .breadcrumbs {
        padding-bottom: 10px;
    }

    .payment-block__partners-title,
    .delivery-block__partners-title {
        font-size: 18px;
    }
    .payment-block__partners-logo {
        padding: 0 8px;
        width: 100%;
        flex: 0 0 100%;
        background-color: #fff;
        border-radius: 8px;
        margin-bottom: 16px;
        text-align: center;
    }

    .payment-block__partners-logo:last-child {
        margin-bottom: 0;
    }

    .payment-page {
        padding-bottom: 40px;
    }

    .about__header-main {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .about__header-icon {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .about__header-icon img{
        max-width: 160px;
        display: block;
        margin: 0 auto;
    }

    .about__header {
        margin-bottom: 64px;
    }

    .about__catalog-title {
        font-size: 24px;
    }

    .about__catalog-head {
        margin-bottom: 20px;
    }

    .about__catalog-wrap {
        padding: 20px 20px 0px;
    }

    .about__catalog {
        margin-bottom: 64px;
    }

    .policy {
        padding-bottom: 64px;
    }

    .header-title {
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
    }
    .header-title h1 {
        font-size: 14px;
    }

    .catalog-view {
        margin-left: 24px;
    }

    .catalog-section__column {
        padding-left: 24px;
    }

    .subscribe__form {
        padding: 64px 40px;
    }

    .catalog-view {
        display: none;
    }

    .viewed-products {
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .recommended-section .section-title {
        margin-top: 0px;
        font-size: 36px;
    }

    .recommended-section .recommend-slider {
        padding-bottom: 0px;
        margin-bottom:  0px;
    }

    .recommend-slider-wrap {
        margin-bottom: 96px;
    }

    .catalog__header-title h1 {
        font-size: 42px;
        hyphens: auto;
    }

    .delivery-card__info {
        padding: 20px;
    }

    .delivery-card__main {
        padding: 64px 0 ;
    }

    .delivery-card__main h2,
    .delivery-card__main h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .delivery-card__header {
        padding-bottom: 40px;
    }

    .delivery-block {
        padding: 20px;
    }

    .delivery-section {
        margin-bottom: 40px;
    }

    .delivery-list {
        padding-top: 64px;
    }

    .delivery-list__title {
        font-size: 36px;
    }

    .delivery-block__partners {
        flex-wrap: wrap;
        margin: 0;
    }

    .delivery-block__partners-logo {
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #fff;
        text-align: center;
        margin-bottom: 16px;
        border-radius: 4px;
    }
    .delivery-block__partners-logo:last-child {
        margin-bottom: 0;
    }



}

@media (max-width: 575px) {
    .news-item img {
        height: auto;
    }
    .about__catalog-list-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about__catalog-card-image {
        height: 220px;
    }

    .footer .list__catalog-menu .col-md-3 {
        flex: 0 0 100%;
        width: 100%;
    }

    .list__catalog-toggle {
        display: block;
    }

    .list__catalog-sublist {
        display: none;
    }


    .footer__menu .header-menu {
        padding: 0;
    }
    .footer__menu .header-menu li {
        display: block;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .footer__menu {
        padding-bottom: 0;
    }
    .footer {
        padding-top: 40px;
    }
    .header-mobile__main .btn-catalog-toggle {
        display: none;
    }
    .header-menu__catalog-btn {
        display: block;
    }
    .bx-404-container {
        padding: 80px 20px;
    }
    .bx-404-block {
        margin-bottom: 32px;
    }
    .bx-404-block svg {
        width: 220px;
        height: auto;
    }
    .catalog-sorting {
        margin-left: auto;
    }
    .catalog-section__column {
        max-width: calc(100% - 134px);
    }

    .advantages__slide {
        padding-bottom: 140px;
    }

    .advantages__slide-image {
        height: 140px;
    }

    .footer__contacts {
        flex-wrap: wrap;
    }

    .footer__contacts-row-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .footer__contact-btn {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-subscribe__title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .subscribe__form {
        padding: 40px 20px;
    }

    .catalog__header-title h1 {
        font-size: 36px;
    }

    .catalog__header {
        padding-bottom: 20px;
    }

    .favorites-column {
        width: 100%;
    }

    .favorites-headered {
        flex-wrap: wrap;
    }

    .favorites-headered .title {
        margin-bottom: 24px;
        flex: 0 0 100%;
    }

    .menu-mobile__container {
        width: 100%;
    }

    .popup__title {
        font-size: 24px;
    }

    .popup-form {
        padding: 32px 20px;
        width: 320px;
    }

    .input__text {
        padding: 12px 16px 6px;
        height: 46px;
    }

    .input__label {
        top: 12px;
    }

    .input__text:where(:not(:placeholder-shown)) + .input__label {
        transform: translateY(-9px) scale(0.6);
    }

    .input__text:focus + .input__label {
        transform: translateY(-9px) scale(0.6);
    }

    .input {
        margin-bottom: 20px;
    }

    .checkbox__text {
        font-size: 12px;
    }

    .popup-form .form-button .button {
        padding: 10px 12px;
    }

    .delivery-block__partners-logo img {
        max-width: 100%;
        max-height: 54px;
        object-fit: contain;
    }
}

@media (max-width: 520px) {

    .consult-wrap {
        padding: 24px 20px;
    }
    .header-mobile__logo {
        margin-left: 0;
    }
    .header-mobile__logo img {
        width: 160px;
    }
    .section-title {
        font-size: 36px;
    }
    .about__catalog-card-image {
        height: 200px;
    }
    .sorting__list {
        left: auto;
        right: 0;
    }

    .sorting__selected-value {
        line-height: 1.1;
    }

    .popup-window.popup-window-with-titlebar {
        padding: 32px 20px;
    }

    .popup-window-titlebar-text {
        font-size: 18px;
    }

    .popup-add-product {
        width: 255px;
    }

    .popup-window-close-icon.popup-window-titlebar-close-icon.--large, .popup-window-titlebar-close-icon {
        top: 7px;
    }

    .advantages__slide-title {
        font-size: 18px;
    }

    .home-advantages__title {
        font-size: 36px;
    }
    .home-advantages__headered p {
        margin-bottom: 24px;
    }

    .home-advantages {
        padding-top: 20px;
    }

    .footer__info--mobile {
        flex-wrap: wrap;
    }

    .footer__info--col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer__developer {
        margin-top: 8px;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (max-width: 380px) {
    .header-mobile__logo img {
        width: 120px;
    }
    .section-title {
        font-size: 32px;
    }
    .about__catalog-card-image {
        height: 170px;
    }

    .catalog-section__column {
        padding-left: 16px;
    }
}


/* End */


/* Start:/bitrix/templates/logimarket_template/components/bitrix/menu/header_menu/style.css?1734425146331*/
.header-menu__wrap {
    background-color: #EFEFEF;
}

.header-menu {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    line-height: 1.4;
}
.header-menu li {
    display: inline-block;
    margin-right: 60px;
}

.header-menu li a {
    font-size: 14px;
    color: #141B38;
    text-decoration: none;
}
/* End */


/* Start:/local/components/logimarket/sale.basket.basket.line/templates/.default/style.css?17380726714936*/
.bx-basket {
	position: relative;
}

.header-basket .bx-basket {
	padding-bottom: 0;
}

.bx-basket-block {
	margin: 0;
	margin-left: auto;
	position: relative;
	padding-bottom: 5px;
	white-space: nowrap;
	font-size: 12px;
	display: flex;
	width: 40px;
	height: 40px;
	background-color: #2CD5C4;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.bx-basket-block__count {
	position: absolute;
	background: #141B38;
	color: #fff;
	text-align: center;
	height: 13px;
	width: 13px;
	top: 0;
	right: 0;
	border-radius: 50%;
	font-size: 10px;
	line-height: 13px;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: absolute;
	padding-bottom: 20px;
	border-top: 1px solid #EFEFEF;
	box-shadow: 0px 4px 6px 0px #E5E5E5;
	border-radius: 4px;
	width: 420px;
	right: 0;
	top: calc(100% + 12px);
	background-color: #fff;
	padding: 20px;
	display: none;
}


.bx-basket-item-list:before {
	content: "";
	position: absolute;
	right: 0;
	top: -12px;
	height: 12px;
	width: 100%;
	display: block;
}


.bx-basket.bx-opener:hover .bx-basket-item-list  {
	display: block;
}




.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}



.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: relative;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
	margin-top: 20px;
}

.bx-basket-item-list-button-container .button {
	width: 100%;
}

.bx-basket__bottom-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bx-basket__bottom-quantity {
	color: #141B38;
	font-size: 18px;
	font-weight: 700;
}

.bx-basket__bottom-price {
	font-family: 'NafteraWebBlackItalic';
	font-size: 24px;
	color: #45B5AA;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #EFEFEF;
	display: flex;
	align-items: center;
}



.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	padding-bottom: 0px;
}

.bx-basket-item-list-item-img img {
	max-width: 60px;
	height: 60px;
	border: 1px solid #e6e6e6;
	width: 60px;
	object-fit: contain;
	border-radius: 4px;
}

.bx-basket-item-list-item-name {
	padding-bottom: 0;
	padding-left: 16px;
	text-align: left;
	padding-right: 24px;
}

.bx-basket-item-list-item-name a {
	font-size: 14px;
	line-height: 1.25;
	color: #141B38;
	text-decoration: none;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 24px;
	height: 34px;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}



.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }


@media (max-width: 768px) {
	.basket-item-list {
		display: none !important;
	}
	.bx-basket.bx-opener:hover .bx-basket-item-list {
		display: none;
	}
}
/* End */


/* Start:/local/components/logimarket/search.title/templates/header/style.css?17452419001497*/
.search-input-wrap {
	position: relative;
}

.search-input-icon {
	position: absolute;
	left: 16px;
	top: 10px;
	width: 24px;
	height: 24px;
}

.search-input {
	border: 1px solid #EFEFEF;
	color: #141B38;
	padding: 10px 10px 10px 48px;
	border-radius: 4px !important;
	width: 100%;
	display: inline-block;
	outline: none;
}

.search-input:focus,
.search-input:active {
	border-color: #45B5AA !important;
	outline: none;
}

.search-input::placeholder {
	font-family: 'GeistRegular';
	color: #141B38;
}

.title-search-result {
	z-index: 1020;
	transform: translateY(5px);
	transition: all 0.12s ease;
}

.search-title-result-item-name {
	color: #141B38;
	font-size: 14px;
	text-decoration: none;
}

.search-title-result-item-link {
	display: flex;
	align-items: center;
	width: 100%;
	color: #141B38;
}

.search-title-result-item-link:hover {
	color: #45B5AA;
}

.search-title-result-item-link:hover .search-title-result-item-name {
	color: #45B5AA;
}


.search-title::-webkit-scrollbar {
	width: 6px;
}

.search-title::-webkit-scrollbar-track {
	background: #EFEFEF;
}

.search-title::-webkit-scrollbar-thumb {
	background-color: #2CD5C4;
	border-radius: 16px;
}

.search-title {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 0 24px;
	border-radius: 4px;
	max-height: 200px;
	overflow: auto;
}

.search-title-result-item {
	padding: 16px 0;
	border-bottom: 1px solid #EFEFEF;
}
/* End */


/* Start:/local/components/logimarket/eshop.socnet.links2/templates/bootstrap_v4/style.css?1734425133421*/
.socials__link {
	text-decoration: none;
	display: inline-block;
}

.header-socials {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	position: relative;
	top: 1px;
}

.socials__link svg path {
	transition: fill 0.2s ease;
}

.socials__link--whatsapp:hover svg path {
	fill: #3FDE5B;
}
.socials__link--telegram:hover svg path {
	fill: #2BA3DF;
}
.socials__link--vk:hover svg path {
	fill: #0076FF;
}
/* End */


/* Start:/bitrix/components/awelite/favorite.icon/templates/.default/style.css?1734425146459*/
#awelite_favorites_equation {
    height: 64px;
    position: relative;
}
#awelite_favorites_equation i {
    font-size: 32px;
    color: red;
}
#awelite_favorites_equation p.count {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #0b011d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #feae4f;
    right: -5px;
    margin: 0;
    top: -5px;
}
/* End */


/* Start:/bitrix/templates/logimarket_template/components/bitrix/menu/header_slider/style.css?17489393961969*/
.header-menu__wrap {
    background-color: #EFEFEF;
}

.header-menu {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    line-height: 1.4;
}
.header-menu li {
    display: inline-block;
    margin-right: 60px;
}

.header-menu li a {
    font-size: 14px;
    color: #141B38;
    text-decoration: none;
}

.header-menu--slider {
    padding-left: 74px;
    padding-right: 74px;
    position: relative;
}

.header-menu-swiper a {
    color: rgba(20, 27, 56, 1);
}


.swiper-button-prev--header-slider.swiper-button-prev.swiper-button-prev--defalut {
    left: 0;
    background-color: transparent;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 1;
}

.swiper-button-next--header-slider.swiper-button-next.swiper-button-next--defalut {
    right: 0px;
    background-color: transparent;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 1;
}

.swiper-button-prev--header-slider.swiper-button-prev.swiper-button-prev--defalut svg,
.swiper-button-next--header-slider.swiper-button-next.swiper-button-next--defalut svg {
    width: 44px;
    height: 44px;
}


.swiper-button-next--header-slider.swiper-button-next.swiper-button-next--defalut:hover svg .swiper-button-next-circle,
.swiper-button-prev--header-slider.swiper-button-prev.swiper-button-prev--defalut:hover svg .swiper-button-next-circle {
    fill: rgba(42, 50, 85, 1);
}

.swiper-button-next--header-slider.swiper-button-next.swiper-button-next--defalut:hover svg .swiper-button-next-arrow,
.swiper-button-prev--header-slider.swiper-button-prev.swiper-button-prev--defalut:hover svg .swiper-button-next-arrow {
    fill: #fff;
}

@media (max-width: 1320px) {
    .header-menu--slider {
        padding-left: 60px;
        position: relative;
        padding-right: 60px;
    }
    .header-bottom__button .button--small {
        font-size: 14px;
        padding: 10px 12px;
    }
}
/* End */


/* Start:/bitrix/templates/logimarket_template/template_styles.css?17344251469079*/







.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #fff;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}

body {
	background-attachment: fixed;
	background-size: cover;
}

#pagetitle { margin-bottom: 35px; }

h1,h2,h3,h4,h5 {

}

.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 21px/28px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(/bitrix/templates/logimarket_template/images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-semi-bold, 600);
	}
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 16px/22px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.bx-worktime-schedule {
	color: #000;
	font: 12px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

@media (max-width: 991px) {
	.bx-header-worktime {
		font: 15px/18px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
		font-weight: var(--ui-font-weight-regular, 400);
	}
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: #45B5AA;
	box-shadow: none;
}

a,
.btn-link { color: #45B5AA; }

a:hover,
.btn-link:hover { color: #45B5AA; }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar li {
	font-size: 12px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(/bitrix/templates/logimarket_template/images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(/bitrix/templates/logimarket_template/images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(/bitrix/templates/logimarket_template/images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(/bitrix/templates/logimarket_template/images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(/bitrix/templates/logimarket_template/images/phone_white.svg);
	background-size: auto 21px ;
}
/* End */
/* /bitrix/templates/logimarket_template/css/common.css?174893951657504 */
/* /bitrix/templates/logimarket_template/components/bitrix/menu/header_menu/style.css?1734425146331 */
/* /local/components/logimarket/sale.basket.basket.line/templates/.default/style.css?17380726714936 */
/* /local/components/logimarket/search.title/templates/header/style.css?17452419001497 */
/* /local/components/logimarket/eshop.socnet.links2/templates/bootstrap_v4/style.css?1734425133421 */
/* /bitrix/components/awelite/favorite.icon/templates/.default/style.css?1734425146459 */
/* /bitrix/templates/logimarket_template/components/bitrix/menu/header_slider/style.css?17489393961969 */
/* /bitrix/templates/logimarket_template/template_styles.css?17344251469079 */
