.text-blue {
    color: #234452 !important;
}

.bg-gray {
    background-color: #fcfcfc !important;
}

.bg-gray-f2f2f2 {
    background-color: #F2F2F2 !important;
}

.bg-gray-2 {
    background-color: #f5f5f6 !important;
}

* {
    outline: none !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

a {
    color: #234452;
}

a:hover {
    text-decoration: none !important;
    opacity: 0.75;
}

a:active {
    opacity: 0.55;
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
}

.tippy-content a {
    color: #fff;
}

.h1 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.list-unstyled {
    margin-bottom: 0;
}

.badge {
    background-color: #E0E0E0;
    border-radius: 55px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 9px;
    margin-left: 15px;
    line-height: normal;
}

.form-control-geo {
    position: relative;
    border: 2px solid #F2F2F2;
    box-shadow: none;
    border-radius: 5px;
    background-color: transparent;
    padding: 10px 20px;
    height: 48px;
    font-size: 16px;
    color: #234452;
}

.form-control-geo::placeholder {
    color: #E0E0E0;
}

.form-control-geo:focus ~ a .icon-search {
    fill: #234452;
}

.form-control-geo + a .icon-search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
}

.pagination {
    display: flex;
    align-items: center;
    height: 40px;
    font-weight: 600;
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin-right: 15px;
}

.pagination li a {
    display: inline-block;
    color: #CCCCCC;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}

.pagination li span {
    display: inline-block;
    color: #CCCCCC;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.pagination li:first-child {
    margin-right: 70px;
}

.pagination li:first-child a {
    border-color: #234452;
    border-radius: 0;
    color: #234452;
}

.pagination li:last-child {
    margin-left: 55px;
    margin-right: 0px;
}

.pagination li:last-child a {
    border-color: #234452;
    border-radius: 0;
    color: #234452;
}

.pagination li.active a {
    margin-left: 0;
    background-color: #fc272b;
    border-color: #fc272b;
}

.pagination .icon-pagination {
    width: 7px;
    height: 14px;
    margin-top: -3px;
    vertical-align: middle;
}

.media-body {
    width: auto;
}

.d-flex {
    display: flex;
}

.position-relative {
    position: relative;
}

.media:first-child .media-body {
    width: 100%;
}

.media.list-header {
    margin-top: 0;
}

.flex-column {
    flex-direction: column;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.row-flex:before,
.row-flex:after {
    content: normal;
}

.col-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-flex:before,
.col-flex:after {
    content: normal;
}

.align-center {
    align-items: center;
}

.d-flex {
    display: flex;
}

.d-flex:before,
.d-flex:after {
    content: normal;
}

.justify-content-between {
    justify-content: space-between;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.bg-gray {
    background-color: #fcfcfc;
}

header {
    padding-top: 15px;
    padding-bottom: 5px;
}

header .form-control-custom {
    width: 290px;
}

.list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-header li {
    padding: 0;
}

.list-header li:nth-child(2) {
    position: relative;
}

.list-float::before,
.list-float::after {
    content: '';
    display: table;
}

.list-float::after {
    clear: both;
}

.footer {
    padding: 20px 0px 50px;
    background: #234452;
    color: #fff;
    font-size: 14px;
}

.footer__logo {
    max-width: 160px;
    margin-bottom: 20px;
}

.footer__list {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    list-style: none;
}

.footer__list li:not(:last-child) {
    margin-bottom: 12px;
}

.footer__list a {
    line-height: 17px;
}

.footer__list.mt {
    margin-top: 42px;
}

.footer__list.flex {
    display: flex;
    flex-wrap: wrap;
}

.footer__list.flex li {
    flex: 0 1 auto;
    width: 50%;
}

.footer__list.flex li:nth-child(1n + 3) {
    margin-top: 12px;
}

.footer__list.flex li:not(:last-child) {
    margin-bottom: 0px;
}

.footer a {
    color: inherit;
}

.footer p {
    margin: 0px;
}

.footer .fz12 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    opacity: 0.5;
}

.footer .fz14 {
    line-height: 17px;
    opacity: 0.5;
}

.footer .fz14 + .fz14 {
    margin-top: 11px;
}

.footer .fz14 a {
    text-decoration: underline;
}

.footer .policy {
    display: inline-block;
    margin-bottom: 9px;
    font-weight: 600;
    line-height: 17px;
}

.footer .col-md-4:nth-child(1n + 4) {
    margin-top: 51px;
}

.footer .col-xs-12 {
    position: relative;
}

.footer .col-xs-12::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #fff;
    opacity: 0.3;
}

@media (max-width: 991px) {
    .footer {
        padding: 30px 0px;
    }

    .footer__logo {
        position: absolute;
        top: 0px;
        right: 15px;
    }

    .footer__mobile {
        margin-top: 22px;
    }

    .footer__mobile::after {
        display: none;
    }

    .footer .fz12 {
        margin-top: 30px;
        font-size: 14px;
        font-weight: 600;
        line-height: 120%;
        opacity: 1;
    }

    .footer .col-xs-12::after {
        top: 12px;
    }

    .footer .col-xs-12 .policy,
    .footer .col-xs-12 .fz14 {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        opacity: 0.5;
    }

    .footer .col-xs-12 .policy {
        margin-bottom: 8px;
    }
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('TrueType');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('TrueType');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('TrueType');
    font-weight: 600;
    font-style: normal;
}

.btn-blue {
    display: inline-block;
    color: #fcfcfc;
    transition: all 0.3s ease;
    padding: 14px 25px;
    border-radius: 0;
    background-color: #234452;
}

.btn-blue:hover {
    color: #fcfcfc;
    background-color: rgb(35 68 82 / 80%);
}

.btn-blue:focus {
    color: #fcfcfc;
}

.btn-blue:active {
    color: #fcfcfc;
    background-color: rgb(35 68 82 / 80%);
}

.btn-blue .icon {
    width: 19px;
    height: 14px;
    vertical-align: middle;
    margin-left: 20px;
}

.btn-blue--gray {
    background-color: #F5F5F6;
    color: #234452;
}

.btn-blue--gray:hover {
    color: #234452;
    background-color: rgba(245, 245, 246, 0.75);
}

.btn-blue--gray:focus {
    color: #234452;
}

.btn-blue--gray:active {
    color: #234452;
    background-color: rgba(245, 245, 246, 0.55);
}

.btn-white {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #234452;
    transition: 0.3s ease;
    padding: 12px 30px;
    border-radius: 0;
    background-color: #ffffff;
    border: 2px solid #234452;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.btn-white:hover {
    color: #234452;
    background-color: #ffffff;
}

.btn-white:focus {
    color: #234452;
    background-color: #ffffff;
}

.btn-white:active {
    color: #234452;
    background-color: #ffffff;
}

.btn-white .icon {
    width: 12px;
    height: 8px;
    margin-left: 8px;
}

.btn-white--br {
    border: none;
}

.btn-basket {
    width: 45px;
    height: 45px;
    padding: 11px 10px;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-basket:hover {
    opacity: 0.6;
}

.btn-basket:active {
    opacity: 0.8;
}

.btn-basket .icon {
    width: 18px;
    height: 16px;
    vertical-align: middle;
}

.button-file {
    position: relative;
    z-index: 1;
}

.button-file input {
    display: none;
}

.button-file__button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.button-file__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background: #fff;
    border-radius: 2px;
}

.button-file__icon svg {
    width: 18px;
    height: 18px;
}

.button-file__content {
    max-width: 262px;
    color: #8f8f8f;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-file__text {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    white-space: nowrap;
}

.button-file__subtext {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}

.button-file__buttons {
    display: none;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
}

.button-file__change {
    position: relative;
    line-height: 15px;
}

.button-file__change::before {
    content: '';
    position: absolute;
    right: -8px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #ccc;
}

.button-file__clear {
    position: relative;
    margin-left: 17px;
    color: #F52612;
    line-height: 15px;
    transition: 0.3s ease;
    cursor: pointer;
    z-index: 2;
}

.button-file__clear:hover {
    opacity: 0.75;
}

.button-file__clear:active {
    opacity: 0.55;
}

.button-file.error .button-file__text {
    color: #F52612;
}

.button-file.add-file .button-file__subtext {
    display: none;
}

.button-file.add-file .button-file__buttons {
    display: flex;
}

.btn-slider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f5f5f6;
    border-radius: 50%;
    border: none;
    transition: 0.3s ease-out;
    z-index: 20;
    cursor: pointer;
}

.btn-slider:hover {
    opacity: 0.8;
    background: #FC272B;
}

.btn-slider svg {
    width: 20px;
    height: 20px;
}

.custom-selector {
    padding: 40px 0px 20px;
}

.s-filter {
    position: relative;
}

.header-bottom.scroll .btn-white:hover {
    color: #fff;
    background-color: #fc272b;
}

.s-filter__close {
    display: none;
    position: absolute;
    top: 25px;
    right: 15px;
    width: 20px;
    height: 20px;
    padding: 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.s-filter__close svg {
    width: 20px;
    height: 20px;
}

.filter {
    padding: 30px 0px;
    background: #234452;
}

.filter h2 {
    margin: 20px 0;
    color: #fff;
}

.filter__grid {
    --normal-count: 1;
    --overfull-count: 1;
    display: grid;
    grid-template-columns:repeat(var(--normal-count), 1fr);
    grid-gap: 16px;
}

.filter__grid > * {
    min-width: 1px;
}

.filter__grid:not(:last-child) {
    margin-bottom: 24px;
}

.overfull_md, .overfull_lg, .overfull_xl {
    grid-template-columns:repeat(var(--overfull-count), 1fr);
}

@media (min-width: 768px) {
    .filter__grid {
        --normal-count: 2;
        --overfull-count: 3;
    }
}

@media (min-width: 992px) {
    .filter__grid {
        --normal-count: 3;
        --overfull-count: 4;
    }

    .overfull_md {
        grid-template-columns:repeat(var(--normal-count), 1fr);
    }

    .overfull_lg, .overfull_xl {
        grid-template-columns:repeat(var(--overfull-count), 1fr);
    }
}

@media (min-width: 1200px) {
    .filter__grid {
        --normal-count: 4;
        --overfull-count: 5;
    }

    .overfull_md, .overfull_lg {
        grid-template-columns:repeat(var(--normal-count), 1fr);
    }

    .overfull_xl {
        grid-template-columns:repeat(var(--overfull-count), 1fr);
    }
}

.filter__label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter__item {
    position: relative;
    /*margin-bottom: 20px;*/
}

.filter__wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px 12px 20px;
    background: #234452;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.filter__wrap:hover,
.filter__wrap:active {
    opacity: 0.8;
}

.filter__wrap.active .filter__icon svg {
    transform: rotate(0);
}

.filter__title {
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.filter__value {
    display: none;
    margin-left: 4px;
    flex-shrink: 0;
}

.filter__icon {
    display: flex;
    justify-content: center;
    width: 17px;
}

.filter__icon svg {
    width: 14px;
    height: 8px;
    stroke-width: 2px;
    stroke: #fff;
    transform: rotate(180deg);
    transition: 0.3s ease-out;
}

.filter__panel {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 5px;
    padding: 10px 0 22px;
    background: #fff;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    z-index: 110;
}

.filter__apply {
    display: none;
    width: 100%;
    margin-bottom: 15px;
}

.filter__clear {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right: 28px;
    padding: 14px 16px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: 0.3s ease;
}

.filter__clear svg {
    width: 12px;
    height: 12px;
    margin-right: 12px;
}

.filter__clear:hover {
    opacity: 0.75;
}

.filter-panel__list {
    max-height: 256px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
}

.filter-panel__list li {
    line-height: 100%;
    overflow: hidden;
}

.filter-panel__list .ocf-button {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    transform: translateY(-50%);
}

.filter-panel__list::-webkit-scrollbar-track {
    background: #fff;
}

.filter-panel__list::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

.filter-panel__list::-webkit-scrollbar-thumb {
    background: #234452;
}

.filter-panel__search {
    padding: 0 10px 8px;
}

.filter-panel__search .search-box input {
    height: 40px;
}

.filter-panel__search .search-box input:focus {
    border-color: #ccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}

@media (max-width: 767px) {
    .s-filter {
        position: fixed;
        top: 0px;
        left: -100%;
        right: 0px;
        bottom: 0px;
        width: 100%;
        padding: 15px 0px 20px;
        background-color: #fff;
        transition: 0.3s ease;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 110;
    }

    .s-filter__close {
        display: inline-block;
    }

    .s-filter.show-filter {
        left: 0px;
    }

    .filter {
        padding: 0px;
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .filter__label {
        display: none;
        color: #333;
        font-weight: 600;
    }

    .filter__item {
        /*margin-bottom: 20px;*/
    }

    .filter__wrap {
        background-color: #fff;
        border-color: #234452;
        border-width: 2px;
        color: #234452;
    }

    .filter__title {
        font-weight: 500;
    }

    .filter__icon svg {
        stroke: #234452;
    }

    .filter__apply {
        display: block;
    }

    .filter__clear {
        padding: 12px 16px;
        border: 2px solid #234452;
    }
}

.menu.menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.menu.menu-footer.item-1 ul li {
    padding-right: 45px;
    padding-left: 0;
}

.menu.menu-footer.item-1 ul li:last-child {
    padding-right: 0;
}

.menu.menu-footer.item-1 ul li a {
    color: #333333;
    font-size: 14px;
}

.menu.menu-footer.item-2 ul:last-child li {
    padding-right: 30px;
    padding-left: 0;
}

.menu.menu-footer.item-2 ul:last-child li:last-child {
    padding-right: 0;
}

.menu.menu-footer.item-2 ul:last-child li a {
    font-size: 14px;
    color: #8F8F8F;
}

.menu-mobile__collapse .menu-item.menu-item__search {
    position: relative;
    margin-bottom: 27px;
}

.menu-mobile__collapse .menu-item.menu-item__search .form-control-custom {
    width: 100%;
    height: 45px;
    padding: 14px;
    padding-right: 59px;
    border: 2px solid #E0E0E0;
    font-weight: 500;
}

.menu-mobile__collapse .menu-item.menu-item__search .form-control-custom:focus {
    border-color: #234452;
}

.menu-mobile__collapse .menu-item.menu-item__search a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    padding: 0px;
    background: #234452;
    border: none;
}

.menu-mobile__collapse .menu-item.menu-item__search a .icon {
    position: relative;
    top: 0px;
    width: 17px;
    height: 17px;
    transform: translate(0px, 0px);
}

.menu-mobile__collapse .menu-item.menu-item__search a:active {
    background: #99aeda;
}

.menu-mobile__collapse .menu-item.menu-item__menu ul li {
    margin-bottom: 15px;
}

.menu-mobile__collapse .menu-item.menu-item__menu ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #4F4F4F;
}

.menu-mobile__collapse .menu-item.menu-item__cart {
    margin-bottom: 30px;
}

.table-mobile .item {
    margin-top: 10px;
}

.table-mobile .item:last-child {
    margin-bottom: 10px;
}

.table-mobile .item .item-inner {
    padding: 12px;
    border-left: 2px solid #F2F2F2;
    border-top: 2px solid #F2F2F2;
    border-right: 2px solid #F2F2F2;
}

.table-mobile .item .name a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.table-mobile .item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.table-mobile .item ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
}

.table-mobile .item ul li span:first-child {
    font-size: 11px;
}

.table-mobile .item ul li span:last-child {
    font-size: 11px;
}

.table-mobile .item .btn .icon {
    margin-left: 0;
    margin-right: 8px;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.modal .h1 {
    margin: 0px 0px 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}

.modal .h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #BDBDBD;
    margin-top: 0;
    margin-bottom: 25px;
}

.modal .modal-description {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 40px;
}

.modal .modal-body {
    padding: 30px;
}

.modal .modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.modal .close {
    line-height: 14px;
    opacity: 1;
}

.modal .close:hover {
    opacity: 0.55;
}

.modal .close .icon-close {
    width: 14px;
    height: 14px;
}

.modal .geo-list {
    column-count: 3;
}

.modal .geo-list a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    display: block;
    margin-bottom: 17px;
}

.modal.modal-thanks {
    text-align: center;
}

.modal.modal-thanks .modal-dialog {
    max-width: 420px;
    width: 100%;
}

.modal.modal-thanks .modal-body {
    padding: 48px 35px 28px;
}

.modal.modal-thanks .h1 {
    display: inline-block;
    max-width: 220px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.modal.modal-thanks .close {
    position: absolute;
    top: -25px;
    right: 15px;
}

.modal.modal-thanks .btn {
    max-width: 170px;
    line-height: 10px;
}

.modal.modal-empty-filter-result {
    text-align: center;
}

.modal.modal-empty-filter-result .modal-body {
    padding: 48px 35px 28px;
}

.modal.modal-empty-filter-result .h1 {
    display: inline-block;
    max-width: 220px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.modal.modal-empty-filter-result .modal-dialog {
    padding-top: 30vh;
}

.modal.modal-empty-filter-result .close {
    position: absolute;
    top: -25px;
    right: 15px;
}

.modal.modal-empty-filter-result .btn {
    width: auto;
}

.modal.modal-buy-in-1-click .modal-body {
    padding: 30px 30px 10px;
}

.modal.modal-buy-in-1-click .modal-dialog {
    max-width: 460px;
    width: 100%;
}

.modal.modal-buy-in-1-click label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #8F8F8F;
}

.modal.modal-buy-in-1-click .personal-data {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: 6px;
    margin-bottom: 36px;
}

.modal.modal-callback label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #8F8F8F;
}

.modal.modal-callback .personal-data {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: 6px;
    margin-bottom: 36px;
}

.modal.modal-callback .close {
    position: absolute;
    right: 15px;
    top: 0px;
}

.modal.modal-geo input {
    outline: none;
    box-shadow: none;
}

.modal.modal-geo input:focus,
.modal.modal-geo input:hover {
    border-color: #234452;
}

.modal.modal-geo .form-group {
    position: relative;
}

.modal .google-captcha {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .modal-dialog {
        margin: 50px auto;
    }

    .modal .geo-list {
        column-count: 2;
    }

    .modal .modal-description {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
    }

    .modal .modal-body {
        padding: 15px !important;
    }

    .modal.modal-callback .personal-data {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .modal.modal-geo .h2 {
        font-size: 14px;
        line-height: 17px;
    }

    .modal.modal-thanks .h1 {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .modal.modal-thanks .close {
        position: absolute;
        top: 0px;
        right: 30px;
    }
}

.was-validated .form-control:invalid {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.was-validated .form-control:invalid::placeholder {
    color: #ff0000 !important;
}

.was-validated .form-control:invalid ~ label {
    color: #ff0000 !important;
}

.was-validated .form-control:invalid ~ span {
    display: block;
}

.was-validated .form-control:valid {
    background-image: none;
}

.slick-dots {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slick-dots li {
    margin: 0 20px 0 0;
    width: 20%;
    height: 4px;
}

.slick-dots li:last-child {
    margin: 0;
}

.slick-dots li.slick-active button:before {
    background-color: #234452;
    opacity: 1 !important;
}

.slick-dots li button {
    width: 100%;
    height: 4px;
    padding: 0;
}

.slick-dots li button:before {
    content: " ";
    width: 100%;
    height: 4px;
    background-color: #fcfcfc;
}

.slick-slide {
    overflow: hidden;
}

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 0.25;
}

.cart a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}

.cart a:hover {
    opacity: 1 !important;
}

.cart a:hover .icon-wrap {
    background-color: #fc272b;
}

.cart a:hover .icon path {
    fill: #fcfcfc;
}

.cart a:hover .badge {
    background-color: #fc272b;
}

.cart a:focus {
    opacity: 0.55 !important;
}

.cart a:focus .icon-wrap {
    background-color: #234452;
}

.cart a:focus .icon path {
    fill: #fcfcfc;
}

.cart a:focus .badge {
    background-color: #234452;
}

.cart .icon-wrap {
    padding: 14px;
    border: 1px solid #F2F2F2;
    display: inline-block;
    margin-right: 15px;
}

.cart .icon {
    width: 19px;
    height: 16px;
    vertical-align: middle;
    fill: #FC272B;
}

.cart-section {
    padding-bottom: 50px;
}

.cart-section .s-title {
    margin-bottom: 36px;
}

.cart-section table {
    font-size: 14px;
}

.cart-section table tr {
    background: #FCFCFC;
    border-bottom: 5px solid #ffffff;
}

.cart-section table tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
    vertical-align: middle;
}

.cart-section table tr td:first-child {
    padding-left: 34px;
}

.cart-section table tr td:last-child {
    padding-right: 26px;
}

.cart-section table tr td .icon-close {
    width: 21.5px;
    height: 21.5px;
}

.cart-section .form-wrap {
    background-color: #234452;
    padding: 23px 20px;
    color: #ffffff;
}

.cart-section .form-wrap .h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}

.cart-section .form-wrap .h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 17px;
}

.cart-section .form-wrap label {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.cart-section .form-wrap textarea.form-control {
    height: 65px;
}

.cart-section .form-wrap .form-group:last-child {
    margin-bottom: 20px;
}

.cart-section .form-wrap .form-control {
    background-color: #234452;
    border-radius: 0;
    border: 1px solid #FFFFFF;
    height: 40px;
    padding: 12px 22px;
}

.cart-section .form-wrap .form-control::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.cart-section .form-wrap .form-control:focus {
    box-shadow: none;
}

.cart-section .form-wrap .btn {
    margin-bottom: 13px;
}

.cart-section .form-wrap .personal-data {
    font-size: 10px;
    color: #ffffff;
}

.cart-section .form-wrap .personal-data a {
    text-decoration: underline;
    color: #ffffff;
}

.contacts-section {
    padding-bottom: 35px;
}

.contacts-section h1 {
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 600;
}

.contacts-section h2 {
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 600;
}

.contacts-section table tr td {
    border: none;
    color: #4F4F4F;
    font-size: 14px;
}

.contacts-section table tr td:first-child {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #4F4F4F;
    padding-left: 0;
}

.requisites-section {
    padding: 40px 0;
    background: #FCFCFC;
}

.requisites-section .requisites-section-item {
    margin-bottom: 30px;
}

.requisites-section .h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #4F4F4F;
}

.requisites-section .h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.requisites-section-title {
    background-color: #234452;
    padding: 47px 50px;
}

.requisites-section-title .h2,
.requisites-section-title .h2 a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fcfcfc;
}

.delivery-section {
    padding-bottom: 20px;
}

.delivery-section .s-title {
    margin-bottom: 15px;
}

.delivery-section h1 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.delivery-section .h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #BDBDBD;
    margin-top: 0;
    margin-bottom: 25px;
}

.delivery-section p {
    font-size: 14px;
}

.delivery-section ul {
    font-size: 14px;
    padding-left: 16px;
    line-height: 17px;
    list-style: none;
    margin-bottom: 0;
}

.delivery-section ul li {
    margin-bottom: 16px;
}

.delivery-section ul li:before {
    content: "\2B1D";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #234452;
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.delivery-title {
    padding: 70px 100px;
    background-color: #234452;
}

.delivery-title .h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fcfcfc;
}

.delivery-section-gray {
    padding: 40px 0;
    background: #FCFCFC;
}

.delivery-section-gray p {
    font-size: 14px;
}

.payment-section {
    padding: 20px 0px 40px;
}

.payment-section .h1 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.payment-section .h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #BDBDBD;
    margin-top: 0;
    margin-bottom: 50px;
}

.payment-section .payment-section-item .h2 {
    color: #4F4F4F;
    margin-top: 0;
    margin-bottom: 15px;
}

.payment-section .payment-section-item .h2 span {
    color: #234452;
}

.payment-section .payment-section-item p {
    font-size: 14px;
}

.payment-section .col-lg-6:nth-child(1n + 3) {
    margin-top: 50px;
}

.delivery-section-attention {
    background-color: #234452;
    padding: 35px 0;
    color: #fcfcfc;
}

.delivery-section-attention .h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.delivery-section-attention p {
    font-size: 14px;
}

.thanks-section {
    padding-bottom: 50px;
}

.thanks-section .table-mobile .item .item-inner {
    border-bottom: 2px solid #F2F2F2;
}

.thanks-section h1 {
    margin-top: 0;
    margin-bottom: 35px;
    font-weight: 600;
}

.thanks-section .h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
    margin-top: 0;
    margin-bottom: 15px;
}

.thanks-section .h2 span {
    color: #234452;
}

.thanks-section p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
    margin-bottom: 15px;
}

.thanks-section .btn {
    margin-top: 40px;
    margin-bottom: 40px;
}

.thanks-section table {
    font-size: 14px;
}

.thanks-section table tr {
    background: #FCFCFC;
    border-bottom: 5px solid #ffffff;
}

.thanks-section table tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
    vertical-align: middle;
}

.thanks-section table tr td:first-child {
    padding-left: 34px;
}

.thanks-section table tr td:last-child {
    padding-right: 26px;
}

.thanks-section table tr td .icon-close {
    width: 21.5px;
    height: 21.5px;
}

.s-main {
    margin: 40px 0px;
}

.s-main__slider {
    position: relative;
}

.s-main__slider .slick-list {
    margin: 0px -15px;
}

.s-main__slider .slick-slide {
    padding: 0px 15px;
}

.s-main__slider .btn-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.s-main__slider .prev-main-slider {
    left: -15px;
}

.s-main__slider .next-main-slider {
    right: -15px;
}

@media only screen and (max-width: 767px) {
    .btn-slider {
        width: 30px;
        height: 30px;
        display: flex !important;
    }

    .btn-slider svg {
        width: 15px;
        height: 15px;
        position: absolute;
        display: flex;
    }
}

.s-catalog {
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .s-catalog .row-flex {
        display: block;
    }

    .s-catalog .col-md-4:not(:last-child) {
        margin-bottom: 20px;
    }
}

.s-about-main {
    height: 220px;
    padding: 30px 0;
    background-image: url(../img/image-5.jpg);
    background-size: cover;
}

.s-about-main .s-title {
    color: #fcfcfc;
}

.s-about-tabs {
    position: relative;
}

.s-about-tabs__nav {
    position: absolute;
    top: -53px;
    left: 50%;
    max-width: 1190px;
    width: 100%;
    transform: translateX(-50%);
}

.s-about-tabs__nav .nav-tabs {
    display: flex;
    border: none;
}

.s-about-tabs__nav .nav-item {
    max-width: 290px;
    width: 100%;
    text-align: center;
}

.s-about-tabs__nav .nav-item:not(:last-child) {
    margin-right: 20px;
}

.s-about-tabs__nav .nav-item.active .nav-link {
    background: #fff;
    color: #234452;
    border: none;
    font-weight: 600;
}

.s-about-tabs__nav .nav-link {
    height: 53px;
    margin: 0;
    padding: 18px;
    font-size: 14px;
    line-height: 17px;
    background: #D5D8DF;
    color: #234452;
    border-radius: 0px;
    opacity: 1;
}

@media (max-width: 1239px) {
    .s-about-tabs__nav {
        max-width: 940px;
    }
}

@media (max-width: 991px) {
    .s-about-tabs__nav {
        max-width: 740px;
    }

    .s-about-tabs__nav .nav-item:not(:last-child) {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .s-about-tabs__nav {
        max-width: 770px;
    }

    .s-about-tabs__nav::-webkit-scrollbar {
        width: 0;
    }

    .s-about-tabs__nav .nav-tabs {
        justify-content: space-between;
        padding: 0 15px;
    }

    .s-about-tabs__nav .nav-item {
        flex: 1;
        max-width: 100%;
        margin-bottom: 0;
    }
}

.about {
    margin-bottom: 80px;
    padding: 40px 0px 0px;
}

.about__content .col-sm-6 {
    margin-top: 40px;
}

.about__text {
    margin-top: 60px;
    font-size: 14px;
}

.about__text p {
    margin: 0px;
    line-height: 140%;
}

.about__text p:not(:last-child) {
    margin-bottom: 20px;
}

.about__text ul {
    position: relative;
    margin: 0px 0px 20px;
    padding-left: 16px;
    list-style-type: none;
    z-index: 2;
}

.about__text ul li {
    position: relative;
    line-height: 140%;
}

.about__text ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -16px;
    width: 6px;
    height: 2px;
    background: #234452;
}

.about__text ul li:not(:last-child) {
    margin-bottom: 12px;
}

.about__item span {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #234452;
}

.about__item p {
    margin: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #BDBDBD;
}

.about__slider {
    position: relative;
}

.about__slider .prev-about-tab-slider,
.about__slider .next-about-tab-slider {
    position: absolute;
    bottom: 20px;
}

.about__slider .prev-about-tab-slider {
    right: 80px;
}

.about__slider .next-about-tab-slider {
    right: 20px;
}

.about-tab-slider__slide {
    position: relative;
    height: 330px;
}

.about-tab-slider__slide img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .about {
        margin-bottom: 40px;
    }

    .about__item p {
        font-size: 12px;
    }

    .about__content .col-sm-6 {
        margin-top: 20px;
    }

    .about__text {
        margin-top: 40px;
    }

    .about__slider {
        margin-top: 20px;
    }
}

.about-advantages {
    margin-bottom: 120px;
}

.about-advantages .h1 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 39px;
    color: #333333;
}

.about-advantages .h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #BDBDBD;
    margin-bottom: 46px;
}

.about-advantages__item .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}

.about-advantages__item p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 140%;
}

.about-advantages .col-xs-6.col-md-3.col-lg-3:nth-child(1n + 5) {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .about-advantages {
        margin-bottom: 80px;
    }

    .about-advantages .h1 {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 29px;
    }

    .about-advantages .col-xs-6.col-md-3.col-lg-3:nth-child(1n + 5) {
        margin-top: 0px;
    }

    .about-advantages .col-xs-6.col-md-3.col-lg-3:nth-child(1n + 3) {
        margin-top: 30px;
    }
}

.about-trust {
    padding: 50px 0;
}

.about-trust .h1 {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
}

.about-trust .btn-slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.about-trust .next-trust-slider {
    right: 0px;
}

.about-trust .prev-trust-slider {
    left: 0px;
}

.trust-slider__item {
    display: flex !important;
    align-items: center;
}

.trust-slider__item img {
    max-width: 100%;
    max-height: 125px;
    height: auto;
}

@media (max-width: 991px) {
    .about-trust {
        padding: 50px 0;
    }

    .about-trust .h1 {
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 29px;
    }

    .about-trust .col-md-3.col-xs-6:nth-child(1n + 4) {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .about-trust .next-trust-slider {
        right: 15px;
    }

    .about-trust .prev-trust-slider {
        left: 15px;
    }
}

@media (max-width: 575px) {
    .trust-slider__item {
        justify-content: center;
    }
}

.about-certificates {
    padding: 50px 0;
}

.about-certificates .h1 {
    margin-bottom: 30px;
}

.about-certificates__slider .prev-certificates-slider,
.about-certificates__slider .next-certificates-slider {
    display: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.about-certificates__slider .prev-certificates-slider {
    left: 15px;
}

.about-certificates__slider .next-certificates-slider {
    right: 15px;
}

.about-certificates-slider {
    margin: 0 -15px;
}

.about-certificates-slider__item {
    padding: 0px 15px;
}

.about-certificates-slider__item a {
    display: block;
    position: relative;
}

.about-certificates-slider__item a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s all;
}

.about-certificates-slider__item a .icon {
    width: 32.35px;
    height: 33.64px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s all;
}

.about-certificates-slider__item a:hover:before {
    background: rgba(255, 255, 255, 0.55);
}

.about-certificates-slider__item a:hover .icon {
    opacity: 1;
}

.about-certificates-slider__item p {
    margin: 20px 0px 0px;
    font-size: 14px;
    line-height: 17px;
}

.about-certificates-slider__image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.about-certificates-slider .slick-track {
    display: flex;
}

@media (max-width: 991px) {
    .about-certificates {
        padding: 50px 0;
    }

    .about-certificates .h1 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 29px;
    }

    .about-certificates__slider .prev-certificates-slider,
    .about-certificates__slider .next-certificates-slider {
        display: flex !important;
    }
}

.vacancy {
    padding: 40px 0px 70px;
}

.vacancy .h2 {
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 700;
}

.vacancy__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0px;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

.vacancy__header.active .vacancy__icon {
    transform: rotate(90deg);
}

.vacancy__left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.vacancy__title {
    font-weight: 600;
    line-height: 24px;
}

.vacancy__price {
    color: #234452;
    font-weight: 700;
    line-height: 24px;
}

.vacancy__icon {
    flex-shrink: 0;
    width: 9px;
    height: 15px;
    margin-left: 32px;
    margin-right: 4px;
    transform: rotate(-90deg);
    transition: 0.2s ease;
}

.vacancy__icon svg {
    width: 9px;
    height: 15px;
}

.vacancy__body {
    display: none;
    padding-bottom: 46px;
}

.vacancy__body h3 {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.vacancy__body ul {
    margin: 0px;
    padding-left: 16px;
    font-size: 14px;
    list-style-type: none;
}

.vacancy__body ul li {
    position: relative;
    line-height: 140%;
}

.vacancy__body ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -16px;
    width: 6px;
    height: 2px;
    background: #234452;
}

.vacancy__body ul li:not(:last-child) {
    margin-bottom: 12px;
}

.vacancy__body ul:not(:last-child) {
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .vacancy {
        padding: 20px 0px 30px;
    }

    .vacancy .h2 {
        margin-bottom: 0px;
        font-size: 24px;
        line-height: 100%;
    }

    .vacancy__header {
        padding: 20px 0px;
    }

    .vacancy__left {
        flex-direction: column;
        align-items: flex-start;
        font-size: 16px;
    }
}

.about-news {
    padding: 40px 0px 60px;
}

.about-news .h2 {
    margin: 0px 0px 46px;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
}

.about-news__button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-news .col-md-4.col-sm-6.col-xs-12 {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .about-news {
        padding: 20px 0px 60px;
    }

    .about-news .h2 {
        margin: 0px 0px 20px;
        font-size: 24px;
        line-height: 29px;
    }
}

@media (max-width: 575px) {
    .about-news__button button {
        width: 100%;
    }
}

.about-staff {
    padding: 40px 0 60px;
}

.about-staff .h2 {
    margin: 0px 0px 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 37px;
}

.about-staff .col-lg-2.col-md-3.col-sm-4.col-xs-12:nth-child(1n + 8) {
    margin-top: 32px;
}

@media (max-width: 1239px) {
    .about-staff .col-lg-2.col-md-3.col-sm-4.col-xs-12:nth-child(1n + 8) {
        margin-top: 0px;
    }

    .about-staff .col-lg-2.col-md-3.col-sm-4.col-xs-12:nth-child(1n + 6) {
        margin-top: 32px;
    }
}

@media (max-width: 991px) {
    .about-staff {
        padding: 20px 0px 60px;
    }

    .about-staff .h2 {
        margin: 0px 0px 20px;
        font-size: 24px;
        line-height: 29px;
    }

    .about-staff .col-lg-2.col-md-3.col-sm-4.col-xs-12:nth-child(1n + 6) {
        margin-top: 0px;
    }

    .about-staff .col-lg-2.col-md-3.col-sm-4.col-xs-12:nth-child(1n + 5) {
        margin-top: 32px;
    }
}

@media (max-width: 767px) {
    .about-staff .col-lg-2.col-md-3.col-sm-4.col-xs-12:nth-child(1n + 5) {
        margin-top: 0px;
    }

    .about-staff .col-lg-2.col-md-3.col-sm-4.col-xs-12:nth-child(1n + 3) {
        margin-top: 32px;
    }
}

.product-listing {
    padding: 30px 0px 60px;
}

.product-listing__open-filter {
    display: none;
    margin: 20px 0px 15px;
}

.product-listing__open-filter button {
    width: 100%;
    padding: 11.5px 30px;
}

.product-listing__filter-counter {
    margin-left: 8px;
    padding: 3px 6px;
    background-color: #234452;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.product-listing__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-listing__title {
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
}

.product-listing__right-block {
    width: 100%;
    max-width: 500px;
    display: flex;
}

.product-listing__search-wrap {
    position: relative;
    width: 100%
}

.product-listing__search {
    width: 100%;
    height: auto;
    padding: 14px 0;
    padding-right: 40px;
    background-color: transparent;
    color: #385aa3;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

.product-listing__search::placeholder {
    color: #ccc;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .product-listing__right-block {
        max-width: 100%;
    }
}

.product-listing__search:focus {
    border: none;
    border-bottom: 2px solid #234452;
    box-shadow: none
}

.product-listing__search:focus ~ .icon-search {
    fill: #234452
}

.product-listing__search:hover {
    border-bottom: 2px solid #234452
}

.product-listing__search:hover ~ .icon-search {
    fill: #234452
}

.product-listing__search ~ a .icon-search {
    position: absolute;
    right: 0;
    top: 50%;
    width: 17px;
    height: 17px;
    transform: translate(-50%, -50%)
}

.product-listing__list {
    width: 100%;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0px 40px;
}

.product-listing__list th,
.product-listing__list td {
    padding: 0px 5px;
    line-height: 17px;
}

.product-listing__list th:first-child,
.product-listing__list td:first-child {
    padding-left: 0px;
}

.product-listing__list th:last-child,
.product-listing__list td:last-child {
    padding-right: 0px;
}

.product-listing__list th {
    font-weight: 500;
}

.product-listing__list td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-listing__list td:first-child a {
    color: #333;
}

.product-listing__list td:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-listing__list tbody {
    border-spacing: 0px 10px;
}

.product-listing__link {
    color: #3E3E40;
    font-weight: 600;
    line-height: 17px;
}

.product-listing__link:hover,
.product-listing__button:hover {
    color: #FC272B;
}

.product-listing__button {
    display: flex;
    align-items: center;
    padding: 0px;
    background: transparent;
    color: #3E3E40;
    border: none;
    font-weight: 600;
    line-height: 17px;
}

.product-listing__button .icon {
    width: 19px;
    height: 17px;
}

.product-listing__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}

.product-listing__price-wrap {
    display: flex;
    align-items: center;
}

.product-listing__price {
    color: #234452;
    font-weight: bold;
    line-height: 17px;
}

.product-listing__pagination {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.product-listing__pagination .pagination {
    margin: 0px;
}

.product-listing__quantity-block, .product__wrap__quantity-block {
    display: flex;
    align-items: center;
    gap: 3px;
    color: green;
    font-size: 14px;
}

.product-listing__quantity-block span, .product__wrap__quantity-block span {
    margin-left: 5px;
}

.product-listing__quantity-block img, .product__wrap__quantity-block img {
    width: 10px;
}

.product__wrap__quantity-block {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .product-listing__header {
        display: block;
    }

    .product-listing__title {
        margin: 0px 0px 15px;
        font-size: 20px;
        line-height: 24px;
    }

    .product-listing__list {
        border-spacing: 0px 12px;
    }

    .product-listing__list thead {
        display: none;
    }

    .product-listing__list tbody td {
        display: block;
        padding: 0px 10px 8px;
        color: #4f4f4f;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        text-align: right;
    }

    .product-listing__list tbody td::before {
        content: attr(data-label);
        margin-right: 12px;
        float: left;
    }

    .product-listing__list tbody td:first-child {
        padding: 12px 10px;
        border-top: 1px solid #ccc;
        text-align: left;
    }

    .product-listing__list tbody td:first-child a {
        color: #234452;
    }

    .product-listing__list tbody td:last-child {
        padding: 0px 10px 26px;
        border-bottom: 1px solid #ccc;
    }

    .product-listing__list tbody td:last-child::before {
        display: none;
    }

    .product-listing__list tbody td:nth-child(4) {
        padding-bottom: 25px;
    }

    .product-listing__link {
        text-decoration: underline;
        font-weight: 600;
    }

    .product-listing__button span {
        display: none;
    }

    .product-listing__icon {
        width: 37px;
        height: 37px;
        background-color: #F5F5F6;
    }
}

@media only screen and (max-width: 767px) {
    .product-listing__open-filter {
        display: block;
    }
}

.cart-section .form-group label {
    position: relative;
    top: 0px;
    color: #fff;
    font-weight: 500;
    transform: translateY(0);
}

.cart-section .form-group input,
.cart-section .form-group textarea {
    color: #fff;
}

.not-found {
    padding: 60px 0px 80px;
    overflow: hidden;
}

.not-found__wrap {
    max-width: 530px;
    width: 100%;
}

.not-found__image {
    margin-bottom: 34px;
    margin-left: -40px;
}

.not-found__image img {
    max-width: 100%;
}

.not-found__title,
.not-found__text {
    position: relative;
    z-index: 2;
}

.not-found__title {
    margin: 0px 0px 16px;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
}

.not-found__text {
    max-width: 430px;
    width: 100%;
    margin-bottom: 34px;
    color: #000;
    font-size: 14px;
    line-height: 140%;
}

.not-found__buttons a:not(:last-child) {
    margin-right: 12px;
}

.not-found__wrap-form {
    max-width: 400px;
}

.not-found__wrap-form .not-found__text {
    margin-bottom: 50px;
}

.not-found__wrap-form::after {
    content: '';
    position: absolute;
    top: -60px;
    left: 15px;
    right: 15px;
    bottom: -80px;
    background-color: #F5F5F6;
}

.not-found__form {
    position: relative;
    z-index: 2;
}

.not-found__form .personal-data {
    color: #8F8F8F;
    font-size: 12px;
    line-height: 15px;
}

.not-found .col-md-6 {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .not-found {
        padding: 40px 0px;
    }

    .not-found__wrap {
        margin-bottom: 48px;
    }

    .not-found__image {
        margin-left: 0px;
    }

    .not-found__title {
        font-size: 24px !important;
        line-height: 29px !important;
    }

    .not-found__wrap-form {
        max-width: 530px;
        width: 100%;
    }

    .not-found__wrap-form::after {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        right: auto;
        bottom: -40px;
        width: 100vw;
        margin-left: -50vw;
        background-color: #F5F5F6;
    }
}

@media (max-width: 575px) {
    .not-found__buttons a {
        display: flex;
        justify-content: center;
    }

    .not-found__buttons a:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .not-found__wrap-form .not-found__text {
        margin-bottom: 40px;
    }
}

.s-category-listing {
    padding-bottom: 50px;
}

.s-category-listing h1 {
    margin-bottom: 20px;
    font-weight: 600;
}

.s-category-listing__listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.s-category-listing__item {
    flex: 0 0 auto;
    width: 25%;
    padding: 0px 15px;
}

.s-category-listing__item:nth-child(1n + 5) {
    margin-top: 30px;
}

.s-category-listing__pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.s-category-listing__pagination .pagination {
    margin: 0px;
}

@media (max-width: 991px) {
    .s-category-listing {
        padding-bottom: 30px;
    }

    .s-category-listing__item {
        width: 33.3%;
    }

    .s-category-listing__item:nth-child(1n + 5) {
        margin-top: 0px;
    }

    .s-category-listing__item:nth-child(1n + 4) {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .s-category-listing__item {
        width: 50%;
    }

    .s-category-listing__item:nth-child(1n + 4) {
        margin-top: 0px;
    }

    .s-category-listing__item:nth-child(1n + 3) {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .s-category-listing__item {
        width: 100%;
    }

    .s-category-listing__item:nth-child(1n + 4) {
        margin-top: 0px;
    }

    .s-category-listing__item:nth-child(1n + 2) {
        margin-top: 20px;
    }
}

.p-product {
    margin-bottom: 25px;
}

.product__wrap {
    display: flex;
    margin: 0 -15px;
}

.product__img {
    flex-shrink: 0;
    position: relative;
    display: block;
    max-width: 300px;
    width: 100%;
    height: 300px;
    margin-right: 30px;
}

.product__img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.product__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product__title {
    margin: 0px 0px 10px;
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    line-height: 39px;
}

.product__article {
    margin-bottom: 38px;
    color: #BDBDBD;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.product__wrap-price {
    margin-bottom: 28px;
}

.product__description {
    display: none;
    width: 100%;
    margin-bottom: 25px;
    font-size: 14px;
}

.product__description td {
    width: 50%;
}

.product__description td:first-of-type {
    padding-right: 4px;
    color: #4F4F4F;
    font-weight: 600;
}

.product__description td:last-child {
    padding-left: 4px;
    color: #000;
    text-align: right;
    font-weight: 500;
}

.product__subtext {
    display: block;
    margin-bottom: 4px;
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.product__price {
    display: block;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
}

.product__buttons {
    display: flex;
    align-items: center;
}

.product__buttons button {
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 600;
}

.product__buttons button:last-child {
    line-height: 18px;
}

.product__buttons button:not(:last-child) {
    margin-right: 15px;
}

.product-img-slider-mobile-arrows {
    display: none;
    position: absolute;
    right: 35px;
    bottom: 20px;
}

.product-img-slider-mobile-arrows ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.product-img-slider-mobile-arrows ul li:before {
    content: none;
}

.product-img-slider-mobile-arrows ul li:first-child {
    padding-left: 0;
}

.product-img-slider-mobile-arrows ul li:last-child {
    padding-right: 0;
}

.product-img-slider-mobile-arrows .icon {
    width: 42.28px;
    height: 42.28px;
    cursor: pointer;
}

.product-img-slider a {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    transition: 0.3s ease
}

.product-img-slider a img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.product-img-slider .slick-list {
    margin: 0;
}

.product-img-slider .slick-slide > div {
    height: 300px;
}

.product-img-nav {
    width: 100%;
}

.product-img-nav img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.product-img-nav img:hover {
    cursor: pointer;
}

.product-img-nav .slick-slide {
    width: 90px !important;
    height: 90px;
    margin: 0 0 15px 0;
}

.product-img-nav .slick-slide > div {
    position: relative;
    width: 90px;
    height: 90px;
}

.product-img-nav .slick-list {
    margin: 0;
}

@media only screen and (max-width: 990px) {
    .product-img-nav {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .product-img-slider-mobile-arrows {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .product__wrap {
        display: block;
    }

    .product-img-nav {
        position: static;
    }

    .product__img {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .product__title {
        font-size: 22px;
        line-height: 24px;
        margin-top: 15px;
    }

    .product__article {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .product__wrap-price {
        margin-bottom: 28px;
    }

    .product__description {
        display: table;
    }

    .product__price {
        font-size: 18px;
        line-height: 20px;
    }

    .product-img-slider .slick-list {
        margin: 0 -5px;
    }

    .product-img-slider .slick-slide {
        margin: 0 5px;
    }

    .product-img-slider a img {
        position: static;
    }
}

@media only screen and (max-width: 575px) {
    .product__buttons {
        flex-direction: column;
    }

    .product__buttons button {
        width: 100%;
    }

    .product__buttons button:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.s-product-description {
    padding: 30px 0;
    background: #FCFCFC;
}

.s-product-description__content {
    font-size: 14px;
    font-weight: 400;
}

.s-product-description__content a {
    text-decoration: underline;
    color: #234452;
}

.s-product-description__content h2 {
    margin: 0px 0px 20px;
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.s-product-description__content p {
    color: #4F4F4F;
    line-height: 17px;
}

.s-product-description__content p:not(:last-child) {
    margin-bottom: 10px;
}

.s-product-specifications {
    padding: 30px 0px;
}

.s-product-specifications .h2 {
    margin: 0px 0px 20px;
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.s-product-specifications__table {
    width: 100%;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
}

.s-product-specifications__table tr:nth-child(odd) {
    background-color: #F8F8F8;
}

.s-product-specifications__table td {
    padding: 12px 0px;
    line-height: 17px;
}

.s-product-specifications__table td:first-child {
    padding-left: 75px;
    padding-right: 4px;
    width: 40%;
}

.s-product-specifications__table td:last-child {
    padding-left: 4px;
}

@media only screen and (max-width: 767px) {
    .s-product-specifications {
        display: none;
    }
}

.s-product-info {
    padding: 30px 0px;
}

@media only screen and (max-width: 1023px) {
    .s-product-info .col-md-4.col-sm-6:nth-child(1n + 3) {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .s-product-info .col-md-4.col-sm-6:nth-child(1n + 3) {
        margin-top: 0px;
    }

    .s-product-info .col-md-4.col-sm-6:not(:first-child) {
        margin-top: 30px;
    }
}

.service-listing {
    padding: 40px 0px 60px;
}

.service-listing__pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.service-listing__pagination .pagination {
    margin: 0px;
}

.service-listing .col-md-6.col-xs-12:nth-child(1n + 3) {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .service-listing {
        padding: 20px 0px 40px;
    }

    .service-listing .h2 {
        margin: 0px 0px 30px;
        font-size: 24px;
        line-height: 29px;
    }

    .service-listing .col-md-6.col-xs-12:nth-child(1n + 3) {
        margin-top: 0px;
    }

    .service-listing .col-md-6.col-xs-12:nth-child(1n + 2) {
        margin-top: 40px;
    }
}

.service-page {
    padding: 40px 0px;
}

.service-page__content {
    color: #4F4F4F;
    font-size: 14px;
}

.service-page__content h1,
.service-page__content h2,
.service-page__content h3,
.service-page__content h4,
.service-page__content h5,
.service-page__content h6 {
    margin: 0px 0px 1em;
    color: #333;
    font-weight: 600;
}

.service-page__content p {
    line-height: 17px;
}

.service-page__content ul,
.service-page__content ol {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
}

.service-page__content ul li,
.service-page__content ol li {
    position: relative;
}

.service-page__content ul li:not(:last-child),
.service-page__content ol li:not(:last-child) {
    margin-bottom: 10px;
}

.service-page__content ul li::after {
    content: '';
    position: absolute;
    top: 8px;
    left: -14px;
    width: 4px;
    height: 4px;
    background-color: #234452;
    border-radius: 50%;
}

.service-page__content ol {
    counter-reset: newCount;
}

.service-page__content ol li::after {
    counter-increment: newCount;
    content: counter(newCount);
    position: absolute;
    top: 0px;
    left: -16px;
    color: #234452;
    font-weight: 600;
}

.service-page__content p + h1,
.service-page__content a + h1,
.service-page__content ul + h1,
.service-page__content ol + h1,
.service-page__content p + h2,
.service-page__content a + h2,
.service-page__content ul + h2,
.service-page__content ol + h2,
.service-page__content p + h3,
.service-page__content a + h3,
.service-page__content ul + h3,
.service-page__content ol + h3,
.service-page__content p + h4,
.service-page__content a + h4,
.service-page__content ul + h4,
.service-page__content ol + h4,
.service-page__content p + h5,
.service-page__content a + h5,
.service-page__content ul + h5,
.service-page__content ol + h5,
.service-page__content p + h6,
.service-page__content a + h6,
.service-page__content ul + h6,
.service-page__content ol + h6 {
    margin-top: 20px;
}

.service-page__content p:not(:last-child),
.service-page__content a:not(:last-child),
.service-page__content ul:not(:last-child),
.service-page__content ol:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .service-page {
        padding: 20px 0px 40px;
    }

    .service-page__content h1 {
        font-size: 24px;
        line-height: 29px;
    }

    .service-page__content h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .service-page__content h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

.fade-in {
    animation: fadeIn 0.3s ease both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-out {
    animation: fadeOut 0.3s ease both;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.s-title {
    margin-bottom: 20px;
}

.s-title h1,
.s-title h2,
.s-title .h1,
.s-title .h2 {
    margin: 0px;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 0px;
    margin: 0px;
    font-size: 14px;
    color: #8F8F8F;
    font-weight: 400;
    transform: translateY(-50%);
    transition: 0.2s ease;
}

.form-group.active label {
    top: 0px;
}

.form-control-custom {
    position: relative;
    border: none;
    border-bottom: 2px solid #E0E0E0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    padding: 14px 0;
    height: auto;
    color: #234452;
    font-weight: 600;
}

.form-control-custom::placeholder {
    color: #cccccc;
}

.form-control-custom:focus {
    border: none;
    border-bottom: 2px solid #234452;
    box-shadow: none;
}

.form-control-custom:focus ~ a .icon-search {
    fill: #234452;
}

.form-control-custom:hover {
    border-bottom: 2px solid #234452;
}

.form-control-custom:hover ~ a .icon-search {
    fill: #234452;
}

.form-control-custom + a .icon-search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logo {
    width: 160px;
    max-width: 100%;
}

input[name=search] + button {
    border: none;
    padding: 0;
    display: flex;
}

.tp {
    column-count: 2;
}

.form-control-custom + button .icon-search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.checkbox {
    margin: 0px;
    padding: 8px 14px;
}

.checkbox input {
    display: none;
}

.checkbox__text {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    cursor: pointer;
}

.checkbox__text::before {
    content: '';
    display: inline-block;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border: 1.5px solid rgba(0, 0, 0, 0.55);
    border-radius: 3px;
    transition: 0.2s ease;
}

.checkbox__text::after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 3px;
    width: 6px;
    height: 6px;
    background: rgb(252 66 70);
    border-radius: 1px;
    transform: translateY(-50%);
}

.checkbox__text:hover {
    color: #fc272b;
}

.checkbox input[type=checkbox]:checked ~ span {
    color: rgb(252 39 43);
}

.checkbox input[type=checkbox]:checked ~ span::before {
    border-color: rgb(252 39 50);
}

.checkbox input[type=checkbox]:checked ~ span::after {
    display: block;
}

.download {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.download a,
.download button {
    display: inline-flex;
}

@media only screen and (max-width: 767px) {
    .s-title h1,
    .s-title h2,
    .s-title .h1,
    .s-title .h2 {
        font-size: 28px;
        line-height: 39px;
    }
}

@media only screen and (max-width: 575px) {
    .download a,
    .download button {
        width: 100%;
    }
}

.breadcrumbs {
    padding: 40px 0px 30px;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0px 0px;
    padding-left: 0;
    list-style: none;
}

.breadcrumbs-list__item,
.breadcrumbs-list a {
    display: inline-flex;
    white-space: nowrap;
}

.breadcrumbs-list__item {
    margin-top: 8px;
    font-size: 14px;
}

.breadcrumbs-list__item a::after {
    content: "/";
    margin: 0 8px;
}

.breadcrumbs-list__item:last-child a::after {
    content: none;
}

@media only screen and (max-width: 991px) {
    .breadcrumbs {
        padding: 20px 0px;
    }

    .breadcrumbs-list {
        overflow-x: auto;
    }
}

.header-bottom {
    position: sticky;
    top: 0px;
    background-color: #fff;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    z-index: 1000;
}

.header-bottom__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-bottom__nav ul {
    display: inline-flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
}

.header-bottom__nav li {
    position: relative;
}

.header-bottom__nav li.active a::before {
    display: block;
}

.header-bottom__nav li.catalog-button {
    background-color: #234452;
}

.header-bottom__nav li.catalog-button a {
    display: inline-flex !important;
    align-items: center;
}

.header-bottom__nav li.catalog-button:hover a span {
    color: #FC272B;
    opacity: 1;
}

.header-bottom__nav li.catalog-button:hover a svg {
    fill: #FC272B;
    opacity: 1;
}

.header-bottom__nav li.catalog-button span,
.header-bottom__nav li.catalog-button svg {
    flex-shrink: 0;
}

.header-bottom__nav li.catalog-button span {
    color: #fff;
    font-weight: 500;
}

.header-bottom__nav li.catalog-button svg {
    width: 21px;
    height: 20px;
    margin-left: 15px;
    fill: #fff;
}

.header-bottom__nav li.catalog-button.active a::before {
    display: none !important;
}

.header-bottom__nav a {
    display: inline-block;
    padding: 24px 15px;
    color: #4f4f4f;
    transition: 0.3s ease;
}

.header-bottom__nav a::before {
    display: none;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 4px;
    background-color: #234452;
}

.header-bottom__nav a:hover {
    color: #FC272B !important;
    opacity: 1;
}

.header-bottom__contact-us {
    display: flex;
    align-items: center;
}

.header-bottom__basket {
    display: none;
}

.header-bottom__basket a {
    display: inline-block;
    padding: 19.5px 15.5px;
    line-height: 18px;
}

.header-bottom__contact a {
    display: block;
    text-align: right;
}

.header-bottom__contact a.mail:hover {
    color: #FC272B ! important;
}

.header-bottom__callback {
    display: none;
}

.header-bottom__callback button {
    padding: 14px 8px;
}

.header-bottom.scroll {
    background-color: #234452;
    border: none;
}

.header-bottom.scroll .header-bottom__nav li.active a::before {
    display: none;
}

.header-bottom.scroll .header-bottom__nav a {
    color: #fff;
}

.header-bottom.scroll .header-bottom__nav a:hover {
    color: #fff;
}

.header-bottom.scroll .header-bottom__catalog .catalog-menu__overlay {
    top: 68px;
}

.header-bottom.scroll .header-bottom__basket,
.header-bottom.scroll .header-bottom__callback {
    display: block;
}

.header-bottom.scroll .header-bottom__contact {
    margin: 0px 20px;
}

.header-bottom.scroll .header-bottom__contact a {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .header-bottom__contact {
        display: none;
    }

    .header-bottom__nav a {
        padding: 20px 15px;
    }

    .header-bottom.scroll .header-bottom__catalog .catalog-menu__overlay {
        top: 60px;
    }

    .header-bottom.scroll .header-bottom__basket {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-bottom {
        display: none;
    }
}

.banner-card__img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    position: relative !important;
    display: block;
}

.banner-card__img {
    height: auto !important;
}

.banner-card {
    display: inline-block;
    position: relative;
    width: 100%;
}

.banner-card__img {
    position: relative;
    width: 100%;
    height: 330px;
}

.banner-card__img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-card__title {
    position: absolute;
    top: 50%;
    left: 76px;
    max-width: 450px;
    margin: 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.008em;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-card:hover {
    opacity: 1;
}

.banner-card--text .banner-card__img::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(106deg, #234452 0%, rgba(56, 90, 163, 0.8) 25%, rgba(56, 90, 163, 0.6) 50%, rgba(56, 90, 163, 0) 75%);
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .banner-card__title {
        right: 76px;
        max-width: 100%;
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-card__img {
        height: 300px;
    }

    .banner-card__title {
        left: 20px;
        right: 20px;
        font-size: 32px;
    }
}

.staff-card {
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
}

.staff-card__image {
    width: 100%;
    height: 225px;
}

.staff-card__image img {
    width: 100%;
    height: 100%;
}

.staff-card__content {
    padding-top: 24px;
}

.staff-card__fio,
.staff-card__position {
    margin-bottom: 12px;
    color: #333;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.staff-card__position {
    color: #8f8f8f;
}

.staff-card__phone a,
.staff-card__mail a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.staff-card__phone a {
    margin-bottom: 8px;
    color: #333;
}

.notification {
    position: fixed;
    top: 130px;
    left: 0px;
    right: 0px;
    z-index: 1001;
}

.notification .container {
    position: relative;
}

.notification-card {
    display: flex;
    position: absolute;
    right: 15px;
    max-width: 500px;
    width: 100%;
    padding: 20px 58px 20px 30px;
    background-color: #fff;
    box-shadow: -4px 4px 20px rgba(9, 22, 49, 0.1);
}

.notification-card__image {
    flex-shrink: 0;
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.notification-card__image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.notification-card__title {
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 20px;
}

.notification-card__text {
    color: #000;
    font-size: 14px;
    line-height: 17px;
}

.notification-card__price {
    margin-top: 12px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.notification-card__link {
    margin-top: 20px;
    line-height: 12px;
}

.notification-card__close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 36px;
    height: 36px;
    padding: 0px;
    background-color: transparent;
    border: none;
}

.notification-card__close svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 991px) {
    .notification {
        top: 137px;
    }
}

@media (max-width: 767px) {
    .notification {
        top: 101px;
    }
}

@media (max-width: 575px) {
    .notification {
        top: 0px;
    }

    .notification-card {
        display: block;
        right: 0px;
        padding: 20px 15px;
    }

    .notification-card__image {
        margin-bottom: 12px;
    }

    .notification-card__link {
        width: 100%;
        text-align: center;
    }
}

.category-card {
    display: block;
    transition: 0.3s ease;
    cursor: pointer;
}

.category-card__img {
    flex-shrink: 0;
    position: relative;
    width: 100%;
}

.category-card__img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.category-card__wrap {
    padding-top: 100%;
}

.category-card__title {
    margin: 12px 0px 0px;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.category-card__title:hover {
    color: #fc272b;
}

.category-card__text {
    margin: 6px 0px 0px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1239px) {
    .category-card__title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .category-card {
        display: flex;
        align-items: flex-start;
    }

    .category-card__img {
        max-width: 55px;
        margin-right: 20px;
    }

    .category-card__title {
        margin: 0px;
        font-size: 16px;
        line-height: 20px;
    }
}

.product-info-card {
    display: flex;
}

.product-info-card__icon {
    flex-shrink: 0;
    margin-right: 20px;
}

.product-info-card__icon svg {
    width: 62px;
    height: 62px;
}

.product-info-card__title {
    margin-bottom: 15px;
    color: #234452;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
}

.product-info-card__text {
    margin: 0px;
    font-size: 14px;
    line-height: 17px;
}

@media only screen and (max-width: 767px) {
    .product-info-card__title {
        font-size: 14px;
    }
}

.service-card {
    display: flex;
    transition: 0.3s ease;
    cursor: pointer;
}

.service-card__img {
    flex-shrink: 0;
    position: relative;
    max-width: 158px;
    width: 100%;
    margin-right: 30px;
}

.service-card__img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.service-card__wrap {
    padding-top: 100%;
}

.service-card__content {
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 14px;
}

.service-card__title {
    margin: 0px 0px 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.service-card__text {
    max-height: 51px;
    overflow: hidden;
    margin: 0px;
    line-height: 17px;
}

@media (max-width: 1239px) {
    .service-card__title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .service-card {
        display: block;
    }

    .service-card__img {
        max-width: 55px;
        margin: 0px 0px 12px;
    }

    .service-card__title {
        margin: 0px 0px 8px;
        font-size: 16px;
        line-height: 20px;
    }
}

.s-portfolio-job {
    padding: 60px 0px;
}

.s-portfolio-job .h2 {
    margin: 0px 0px 28px;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
}

.s-portfolio-job .col-md-6.col-xs-12:nth-child(1n + 3) {
    margin-top: 30px;
}

.s-portfolio-job .container {
    position: relative;
}

.s-portfolio-job .container .col-xs-12 {
    position: static;
}

.s-portfolio-job .prev-portfolio-job-slider,
.s-portfolio-job .next-portfolio-job-slider {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
}

.s-portfolio-job .prev-portfolio-job-slider {
    left: 15px;
}

.s-portfolio-job .next-portfolio-job-slider {
    right: 15px;
}

.portfolio-job-slider .slick-dots {
    position: relative;
    justify-content: center;
    margin-top: 20px;
}

.portfolio-job-slider .slick-dots li {
    width: auto;
    height: auto;
}

.portfolio-job-slider .slick-dots li:not(:last-child) {
    margin-right: 20px;
}

.portfolio-job-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #f5f5f6;
    border-radius: 50%;
}

.portfolio-job-slider .slick-dots li button::before {
    display: none;
}

.portfolio-job-slider .slick-dots li.slick-active button {
    background: #234452;
}

.portfolio-job-slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .s-portfolio-job {
        padding: 40px 0px;
    }

    .s-portfolio-job .h2 {
        margin: 0px 0px 20px;
        font-size: 20px;
        line-height: 24px;
    }

    .s-portfolio-job .prev-portfolio-job-slider,
    .s-portfolio-job .next-portfolio-job-slider {
        display: flex;
    }
}

.s-callback {
    background-color: #f5f5f6;
    padding: 50px 0 70px;
}

.s-callback .h1 {
    margin-bottom: 14px;
}

.s-callback .h3 {
    font-size: 14px;
    margin: 0px 0px 50px;
}

.s-callback .personal-data {
    font-size: 14px;
}

.s-callback .form-group {
    margin: 0px;
}

.s-callback .form-group.personal-data {
    margin-top: 20px;
}

.s-callback .col-md-4:nth-child(1n+4) {
    margin-top: 60px;
}

.s-callback--vacancy .col-xs-12 {
    margin-top: 46px;
}

.s-callback--vacancy .col-md-4:nth-child(1n+4) {
    margin-top: 28px;
}

@media (max-width: 991px) {
    .s-callback {
        padding: 30px 0;
    }

    .s-callback .h1 {
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 29px;
    }

    .s-callback .h3 {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .s-callback .form-group.personal-data {
        margin-top: 12px;
    }

    .s-callback .col-md-4:nth-child(1n+4) {
        margin-top: 0px;
    }

    .s-callback .col-md-4:nth-child(1n+2) {
        margin-top: 20px;
    }

    .s-callback--vacancy .col-xs-12 {
        margin-top: 32px;
    }
}

.catalog-menu {
    display: none;
    position: absolute;
    top: 68px;
    left: 0px;
    right: 0px;
    z-index: 200;
}

.catalog-menu__overlay {
    display: none;
    position: fixed;
    top: 199px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 201;
}

.catalog-menu__overlay.active {
    display: block;
}

.catalog-menu__block {
    position: relative;
    display: none;
    flex: 0 0 25%;
    max-height: 420px;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    color: #333;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 202;
}

.catalog-menu__block::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 50px;
}

.catalog-menu__block::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    border-radius: 50px;
}

.catalog-menu__block::-webkit-scrollbar-thumb {
    background: #234452;
    border-radius: 50px;
}

.catalog-menu__block.active {
    display: block;
}

.catalog-menu__block.hide-scroll {
    overflow-y: hidden;
}

.catalog-menu__left {
    flex: 0 0 300px;
}

.catalog-menu__list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.catalog-menu__list li.active a {
    color: #FC272B;
}

.catalog-menu__list li.active svg {
    stroke: #FC272B;
}

.catalog-menu__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #4f4f4f;
    font-weight: 500;
    transition: 0.3s ease;
}

.catalog-menu__list a:hover {
    color: #234452;
    opacity: 1;
}

.catalog-menu__list a:hover svg {
    stroke: #FC272B;
}

.catalog-menu__list svg {
    flex-shrink: 0;
    width: 7px;
    height: 12px;
    stroke: #333;
    stroke-width: 3px;
}

.catalog-menu.show-catalog {
    display: flex;
}

@media only screen and (max-width: 1239px) {
    .catalog-menu__block {
        flex: 0 0 33.3%;
    }
}

@media only screen and (max-width: 991px) {
    .catalog-menu {
        top: 60px;
    }

    .catalog-menu__overlay {
        top: 198px;
    }

    .catalog-menu__left {
        flex: 0 0 250px;
    }
}

.mobile-catalog {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -100%;
    width: 100%;
    transition: 0.3s ease;
    z-index: 210;
}

.mobile-catalog__content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-catalog__list {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
    overflow-y: auto;
    overflow-x: hidden;
}

.mobile-catalog__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #333;
}

.mobile-catalog__list svg {
    width: 7px;
    height: 12px;
    stroke: #333;
    stroke-width: 3px;
}

.mobile-catalog__sub {
    left: -100%;
}

.mobile-catalog__sub.active {
    left: 0px;
}

.mobile-catalog__back {
    border-bottom: 1px solid #8F8F8F;
    font-size: 16px;
}

.mobile-catalog__back a {
    justify-content: flex-start;
    font-weight: 600;
}

.mobile-catalog__back svg {
    margin-right: 10px;
    transform: rotate(-180deg);
}

.mobile-catalog.show-catalog {
    left: 0px;
}

@media only screen and (max-width: 767px) {
    .mobile-catalog {
        display: block;
    }
}

.s-other-city {
    padding: 35px 0px;
}

.s-other-city__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.s-other-city__list a {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0px 10px;
    background-color: #fff;
    color: #CCCCCC;
    border: 1px solid #ddd;
    border-radius: 0px;
    text-decoration: none;
    line-height: 40px;
}

.s-other-city__list a:hover {
    background-color: #eee;
    color: #fc272b;
    border-color: #ddd;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .s-other-city {
        padding: 25px 0px;
    }
}

.s-seo-text {
    padding: 30px 0px;
    color: #4F4F4F;
    font-size: 14px;
}

.s-seo-text h2,
.s-seo-text h3,
.s-seo-text h4,
.s-seo-text h5,
.s-seo-text h6 {
    margin: 0px 0px 1em;
    color: #333;
    font-weight: 600;
}

.s-seo-text p {
    line-height: 17px;
}

.s-seo-text ul,
.s-seo-text ol {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
}

.s-seo-text ul li,
.s-seo-text ol li {
    position: relative;
}

.s-seo-text ul li:not(:last-child),
.s-seo-text ol li:not(:last-child) {
    margin-bottom: 10px;
}

.s-seo-text ul li::after {
    content: '';
    position: absolute;
    top: 8px;
    left: -14px;
    width: 4px;
    height: 4px;
    background-color: #234452;
    border-radius: 50%;
}

.s-seo-text ol {
    counter-reset: newCount;
}

.s-seo-text ol li::after {
    counter-increment: newCount;
    content: counter(newCount);
    position: absolute;
    top: 0px;
    left: -16px;
    color: #234452;
    font-weight: 600;
}

.s-seo-text p + h2,
.s-seo-text a + h2,
.s-seo-text ul + h2,
.s-seo-text ol + h2,
.s-seo-text p + h3,
.s-seo-text a + h3,
.s-seo-text ul + h3,
.s-seo-text ol + h3,
.s-seo-text p + h4,
.s-seo-text a + h4,
.s-seo-text ul + h4,
.s-seo-text ol + h4,
.s-seo-text p + h5,
.s-seo-text a + h5,
.s-seo-text ul + h5,
.s-seo-text ol + h5,
.s-seo-text p + h6,
.s-seo-text a + h6,
.s-seo-text ul + h6,
.s-seo-text ol + h6 {
    margin-top: 20px;
}

.s-seo-text p:not(:last-child),
.s-seo-text a:not(:last-child),
.s-seo-text ul:not(:last-child),
.s-seo-text ol:not(:last-child) {
    margin-bottom: 15px;
}

.geocity .icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.geocity a {
    font-size: 14px;
    vertical-align: middle;
}

.geocity .media:last-child a:hover {
    text-decoration: none !important;
    opacity: 1;
    cursor: context-menu;
}

.phone {
    color: #4F4F4F;
    font-weight: 600;
}

.phone:hover {
    color: inherit;
}

.mail {
    font-weight: 600;
}

.section-info .icon {
    width: 63px;
    height: 63px;
}

.section-info .h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    color: #234452;
}

.section-info p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
}

.section-info .media-left,
.section-info .media-right,
.section-info .media-body {
    vertical-align: middle;
}

.section-info .media-left {
    padding-right: 40px;
}

.section-info.section-info-product .media-left {
    padding-right: 30px;
}

.section-info.section-info-cart {
    background: #FCFCFC;
    padding: 40px 0;
}

.section-info-product-wrap {
    padding: 30px 0;
}

.content-page_slider {
    background-image: url(../img/image-5.jpg);
    background-size: cover;
    padding: 60px 0 90px;
}

.content-page_slider .h1 {
    color: #fcfcfc;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 20px;
}

.content-page_slider #scroll {
    color: #fcfcfc;
    font-weight: 600;
    vertical-align: middle;
    font-size: 14px;
}

.content-page_slider #scroll .icon {
    width: 11px;
    height: 9px;
    margin-right: 15px;
}

.attention-with-button {
    background-color: #234452;
    padding: 47px 0;
}

.attention-with-button .h2 {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about-scheme {
    padding: 50px 0;
}

.about-scheme .h1 {
    font-size: 32px;
    line-height: 39px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 25px;
}

.about-scheme .about__item {
    background: #FCFCFC;
    padding: 10px 25px;
    margin-bottom: 10px;
}

.about-scheme .about__item .icon {
    width: 35px;
    height: 71px;
}

.about-scheme .about__item .media-left {
    padding-right: 25px;
}

.about-scheme .about__item .media-body {
    font-size: 14px;
    line-height: 17px;
    vertical-align: middle;
}

@media (max-width: 1240px) {
    .menu.menu-header ul:first-child li a {
        font-size: 12px;
        padding: 24px 14px;
    }

    .btn-group-ferus .btn-group-ferus__item:last-child {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .cart {
        padding: 14px;
        border: 1px solid #F2F2F2;
    }

    .cart .icon-wrap {
        padding: 0;
        border: none;
        margin: 0;
    }

    .cart a:hover .icon-wrap {
        background: none;
    }

    .cart a:hover .icon-wrap path {
        fill: #234452;
    }

    .callback-mobile {
        padding: 0;
        width: 29px;
        height: 29px;
        border-radius: 50%;
        border: 0;
        background: none;
    }

    .callback-mobile:hover {
        opacity: 0.55;
        background: none;
    }

    .callback-mobile .icon {
        width: 29px;
        height: 29px;
        margin: 0;
    }

    .geo-mobile {
        padding: 0;
        width: 29px;
        height: 29px;
        border: 0;
        background: none;
    }

    .geo-mobile:hover {
        opacity: 0.55;
        background: none;
    }

    .geo-mobile .icon {
        width: 29px;
        height: 29px;
        margin: 0;
    }

    .menu-mobile {
        padding: 0;
        width: 29px;
        height: 29px;
        border: 0;
        background: none;
    }

    .menu-mobile:hover {
        opacity: 0.55;
        background: none;
    }

    .menu-mobile .icon {
        width: 29px;
        height: 29px;
        margin: 0;
    }

    .menu-mobile[data-toggle="collapse"][aria-expanded="true"] {
        transform: rotate(90deg);
    }

    .menu.menu-header ul:first-child li a {
        padding: 24px 10px;
    }

    .menu.menu-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 0;
    }

    .menu.menu-footer.item-1 ul li {
        padding-right: 30px;
        padding-left: 0;
    }

    .menu.menu-footer.item-1 ul li:last-child {
        padding-right: 0;
    }

    .menu.menu-footer.item-1 ul li a {
        color: #333333;
        font-size: 14px;
    }

    .menu.menu-footer.item-2 ul:last-child li {
        padding-right: 15px;
        padding-left: 0;
    }

    .menu.menu-footer.item-2 ul:last-child li:last-child {
        padding-right: 0;
    }

    .menu.menu-footer.item-2 ul:last-child li a {
        font-size: 14px;
        color: #8F8F8F;
    }

    header .form-control-custom {
        width: 245px;
    }

    .cart-section .buy-more {
        margin-bottom: 20px;
    }

    .requisites-section-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .btn-group-ferus .btn-group-ferus__item:first-child {
        padding-right: 3px;
        padding-left: 15px;
    }

    .btn-group-ferus .btn-group-ferus__item:last-child {
        padding-right: 15px;
        padding-left: 3px;
    }

    .btn-group-ferus .btn-group-ferus__item .btn {
        display: block;
        padding: 14px 0;
        font-size: 12px;
        line-height: 16px;
    }

    .about-scheme .about__item {
        background-color: #ffffff;
        padding: 0;
    }

    .about-scheme .about__item .media-left {
        display: block;
        padding: 0;
    }

    .about-scheme .about__item .media-left .icon {
        display: none;
    }

    .about-scheme .about__item .media-left .icon-mobile {
        background-color: #234452;
        width: 22px;
        height: 22px;
        display: inline-block;
        text-align: center;
        margin-bottom: 4px;
    }

    .about-scheme .about__item .media-left .icon-mobile span {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .about-scheme .about__item .media-body {
        font-size: 12px;
        line-height: 15px;
    }

    .list-header__wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .list-header__wrap ul:last-child li {
        padding: 0;
    }

    .list-header__wrap ul:last-child li:last-child {
        padding-left: 27px;
    }

    .cart {
        padding: 0;
        border: none;
    }

    .cart .icon-wrap {
        padding: 14px;
        border: 1px solid #F2F2F2;
        margin-right: 15px;
    }

    .callback-section .h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #333333;
        margin: 10px 0;
    }

    .callback-section .h3 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .callback-section .callback-wrap {
        padding: 15px;
    }

    .pagination {
        height: 25px;
    }

    .pagination li {
        margin-right: 8px;
    }

    .pagination li a {
        min-width: 25px;
        height: 25px;
        padding: 0 2px;
        line-height: 25px;
        font-size: 12px;
    }

    .pagination li span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .pagination li:first-child {
        margin-right: 15px;
    }

    .pagination li:last-child {
        margin-left: 7px;
    }

    header {
        padding-bottom: 0;
    }

    .h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .contacts-section table td {
        display: block;
        padding: 0 !important;
    }

    .contacts-section table td:first-child {
        padding-bottom: 10px !important;
    }

    .contacts-section table td:last-child {
        padding-bottom: 20px !important;
    }

    .cart-section .form-wrap {
        padding: 0px;
        background: #FCFCFC;
        color: #333333;
    }

    .cart-section .form-wrap .form-control {
        background-color: #FCFCFC;
        color: #333;
        border-color: #234452;
        box-shadow: none;
    }

    .cart-section .form-wrap .form-control::placeholder {
        color: #333333;
        opacity: 0.55;
    }

    .cart-section .form-wrap label {
        color: #333333;
    }

    .cart-section .form-wrap .personal-data {
        color: #234452;
    }

    .cart-section .form-wrap .personal-data a {
        color: #234452;
    }

    .cart-section .form-wrap .btn {
        background-color: #234452;
        color: #fcfcfc;
    }

    .cart-section h1 {
        margin-bottom: 20px;
    }

    .cart-section .table-mobile .name {
        display: flex;
        justify-content: space-between;
    }

    .cart-section .table-mobile .icon-close {
        width: 17px;
        height: 17px;
        margin-left: 10px;
    }

    .cart-section .table-mobile .item .item-inner {
        border-bottom: 2px solid #F2F2F2;
    }

    .cart-section .buy-more {
        margin-top: 10px;
    }

    .cart-section .section-info.section-info-cart {
        padding: 20px 0;
        background-color: #ffffff;
    }

    .cart-section .section-info.section-info-cart .h2 {
        font-size: 14px;
    }

    .cart-section .section-info.section-info-cart .icon {
        width: 40px;
        height: 40px;
    }

    .cart-section .section-info.section-info-cart .media-left {
        vertical-align: top;
        padding-right: 15px;
    }

    .content-page_slider {
        padding: 130px 20px;
    }

    .content-page_slider .h1 {
        margin: 0;
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .delivery-title {
        padding: 50px 25px;
    }

    .delivery-title .h2 {
        margin-bottom: 0;
    }

    .delivery-section {
        padding-bottom: 25px;
    }

    .payment-section .payment-section-item {
        margin-bottom: 25px;
    }

    .section-info.section-info-product .media-left {
        padding-right: 23px;
        vertical-align: top;
    }

    .section-info.section-info-product .h2 {
        font-size: 14px !important;
        line-height: 17px !important;
    }
}

.mb-2 {
    margin-bottom: 35px;
}

.mb-1 {
    margin-bottom: 10px;
}

.seo_pages span {
    margin-right: 10px;
    font-size: 14px;
}

.seo_pages li {
    cursor: pointer;
    display: inline-flex;
    letter-spacing: .01em;
    color: #6F727B;
    line-height: 16px;
    background: #F5F7F8;
    border: 1px solid #D3D6DB;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 6px 10px;
    margin: 0 12px 12px 0;
}

.seo_pages li span {
    color: #fc272b;
    margin: 0;
    font-size: 16px;
    cursor: default;
}

.seo_pages li:hover a {
    color: #fc272b;
}

.product__buttons .btn-blue,
#call_form .btn-blue,
#cons_form .btn-blue {
    display: inline-block;
    color: #fcfcfc;
    transition: all 0.3s ease;
    padding: 14px 25px;
    border-radius: 0;
    background-color: #fc272b;
    font-weight: bold;
}


body ::selection {
    background: #6899BB;
}

.footer a:hover {
    color: #fc272b;
    opacity: 1;
}

.product-listing__list td:first-child a:hover {
    color: #fc272b;
    opacity: 1;
}

.main_about .about {
    margin-bottom: 40px;
    padding: 0px;
}

.main_about .about-advantages {
    margin-bottom: 60px;
}

#map {
    width: 100%;
    height: 400px;
}

#ymap-ctrl-display {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 100;
}

#ymap-ctrl-display div {
    position: relative;
    top: 40%;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 150%;
    pointer-events: none;
}

.row_auto {
    display: flex;
    flex-wrap: wrap;
}

.switcher {
    background-color: #234452;
    border-radius: 8px;
    -webkit-column-gap: 4px;
    column-gap: 4px;
    display: flex;
    justify-content: space-between;
    margin-left: 16px;
    padding: 6px 4px;
    transition: background-color .3s;
}

.switcher__btn {
    align-items: center;
    background: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    width: 40px;
}

.switcher__btn.active {
    background-color: #fff;
}

.switcher__btn svg {
    fill: #ffffff;
    height: 16px;
    width: 16px;
}

.switcher__btn.active svg {
    fill: #0072e5;
}

.svg-icon {
    fill: #ffffff;
    height: 24px;
    transition: fill .3s;
    width: 24px;
}

.product-listing__table {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 24px;
}

@media (max-width: 720px) {
    .product-listing__table {
        overflow: auto;
    }
}

@media (max-width: 768px) {
    .switcher {
        display: none;
    }
}

.product-listing__table_element {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    flex: 0 0 auto;
    width: calc(25% - 18px);
}

@media (max-width: 1200px) {
    .product-listing__table_element {
        width: calc(33.333% - 16px);
    }
}

@media (max-width: 991px) {
    .product-listing__table_element {
        width: calc(50% - 12px);
    }
}

@media (max-width: 720px) {
    .product-listing__table_element {
        width: calc(50% - 12px);
    }
}

@media (max-width: 680px) {
    .product-listing__table_element {
        width: 100%;
    }
}

.product-listing__table_element hr {
    margin: 10px 0;
}

.product-listing__table_img {
    background: #ddd;
    min-height: 190px;
}

.product-listing__table_img img {
    max-width: 100%;
    height: 100%;
    min-width: 100%;
}

.product-listing__table_title span {
    color: #000;
    line-height: 20px;
    font-weight: bold;
}

.product-listing__table_info {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.product-listing__table_info-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.product-listing__table_info-line span,
.product-listing__table_info-line a {
    min-width: max-content;
}

.product-listing__table_info-line span {
    color: #9c9c9c;
}

.product-listing__table_info-line a {
    color: #000;
    text-decoration: underline;
}

.product-listing__table_info-line a:hover {
    cursor: pointer;
}

.product-listing__table_dotted {
    width: 98%;
    border-bottom: 2px dotted #ddd;
    margin: 0 5px;
}

.product-listing__table_price {
    display: flex;
    justify-content: space-between;
}

.product-listing__table_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-listing__table_btn a {
    font-size: 12px;
}

.category-search {
    margin-top: -10px;
    margin-bottom: 20px;
}

.s-product-description__content p {
    line-height: 22px;
}

.s-main__slider .main-slider {
    display: flex;
    flex-wrap: nowrap;
}

.s-main__slider .main-slider .main-slider__slide:not(:first-child) {
    display: none;
}

.s-main__slider .slick-slide > div {
    display: flex;
}

.fill-red {
    fill: #FC272B;
}

.min-cost__container {
    background-color: #f8f8f8;
    display: flex;
    justify-content: flex-start;
    padding: 22px;
}

.min-cost__svg svg {
    fill: #0072e5;
    height: 20px;
    width: 20px;
}

.min-cost__text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-left: 16px;
    margin-right: 16px;
}

.mb-1 {
    margin-bottom: 10px;
}

.city-pop-up {
    position: absolute;
    z-index: 1001;
}

.city-pop-up__position {
    position: absolute;
    top: 10px;
    left: -50px;
    width: 300px;
    z-index: 200;
}

.city-pop-up__wrap {
    position: relative;
    padding: 20px 20px 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    box-shadow: 0 0 35px rgb(18 13 13 / 19%);
}

.city-pop-up__title {
    margin-bottom: 10px;
    color: #292e36;
    font-weight: 700;
    line-height: 140%;
    font-size: 17px;
    text-align: left;
}

.city-pop-up__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
}

.city-pop-up__buttons .btn {
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.city-pop-up__buttons .btn-anep__outline {
    margin-right: 0rem !important;
}

.city-pop-up__wrap::after {
    content: '';
    position: absolute;
    top: -24px;
    left: 80px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 210;
}

@media (max-width: 767px) {
    .city-pop-up__position {
        position: absolute;
        left: -205px;
        width: 300px;
        z-index: 200;
    }

    .city-pop-up__wrap {
        position: relative;
        padding: 10px 10px 10px;
    }

    .city-pop-up__title {
        text-align: left;
    }

    .city-pop-up__wrap::after {
        display: none;
    }

    .products-table__img {
        display: none !important;
    }
}

.city-pop-up-call {
    position: absolute;
    z-index: 1001;
}

.city-pop-up-call__position {
    position: absolute;
    top: 10px;
    left: -50px;
    width: 300px;
    z-index: 200;
}

.city-pop-up-call__wrap {
    position: relative;
    padding: 20px 20px 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    box-shadow: 0 0 35px rgb(18 13 13 / 19%);
}

.city-pop-up-call__title {
    margin-bottom: 10px;
    color: #292e36;
    font-weight: 700;
    line-height: 140%;
    font-size: 17px;
    text-align: left;
}

.city-pop-up-call__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
}

.city-pop-up-call__buttons .btn {
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.city-pop-up-call__buttons .btn-anep__outline {
    margin-right: 0rem !important;
}

.city-pop-up-call__wrap::after {
    content: '';
    position: absolute;
    top: -24px;
    left: 80px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 210;
}

@media (max-width: 767px) {
    .city-pop-up-call__position {
        position: absolute;
        left: -205px;
        width: 300px;
        z-index: 200;
    }

    .city-pop-up-call__wrap {
        position: relative;
        padding: 10px 10px 10px;
    }

    .city-pop-up-call__title {
        text-align: left;
    }

    .city-pop-up-call__wrap::after {
        display: none;
    }

    .products-table__img {
        display: none !important;
    }
}

.filter__element_show-more {
    padding-top: 32px;
    display: none;
}

.filter__category {
    transition: 0.3s ease-in-out;
    /* overflow: hidden; */
}

.filter__element_show-more_btn {
    background: #FFF;
    color: #000;
}

.filter__element_show-more_btn .title {
    font-size: 16px;
}

.filter__category.active .filter__element_show-more {
    display: block;
}

.filter__category.active .filter__element_show-more ~ div {
    display: none !important;
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

.s-product-relateds .h2 {
    margin: 0px 0px 20px;
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

#callback-new .blocks {
    display: flex;
    margin-bottom: 20px;
}

#callback-new .blocks .block {
    width: 45%;
    margin-right: 5%;
}

#callback-new .blocks .block span {
    display: block;
}

#callback-new .btn {
    margin: 0 auto;
    display: block;
}

.header-bottom.scroll .sticy_none {
    display: none;
}

.disabled {
    display: none !important;
}

@media (min-width: 1240px) {
    .filter .filter__wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.s-title-has-buy-button {
    display: flex;
    align-items: center;
}

.s-article-buy-button {
    display: inline-block;
    line-height: 1.5;
    font-weight: 700;
    color: rgb(0, 88, 9);
    background-color: rgb(232, 248, 234);
    padding: 6px 16px;
    border-radius: 20px;
    border: none;
    margin-left: 15px;
}

.s-article-buy-button:hover {
    color: rgb(0, 67, 7);
    background-color: rgb(185, 232, 191);
}

.grecaptcha-badge {
    opacity: 0.1 !important;
    bottom: 0 !important;
}