* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

body {
    font-weight: 500;
}

body.no-scroll {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

body.blacked:before {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 50;
}

body,
input,
button {
    font-family: "Inter", sans-serif;
}

a {
    -webkit-transition: 0.3s ease-in-out color;
    transition: 0.3s ease-in-out color;
}

.title {
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
}

.text-content {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.text-content p {
    margin-bottom: 30px;
}

.text-content li:not(:last-child) {
    margin-bottom: 10px;
}

.text-content .slick-slider img {
    margin-bottom: 0;
}

.text-content .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.text-content .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.text-content .slider-container img {
    margin-bottom: 0;
}

.text-content a {
    color: #1B3561;
}

.text-content img {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin: 60px 0 30px;
}

.text-content h2 {
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
}

.text-content table {
    font-size: 16px;
    line-height: 20px;
}

.text-content table td {
    border: 1px solid rgb(227, 227, 227);
    padding: 20px;
}

.text-content .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.text-content .gallery-grid a {
    display: block;
}

.text-content .gallery-grid img {
    max-width: 100%;
    margin-bottom: 0;
}

.text-content .blockquote {
    background: #FAFAFA;
    padding: 40px;
    margin-top: 40px;
    border-radius: 5px;
}

.text-content .blockquote__image {
    border-radius: 50%;
    margin-right: 50px;
    margin-bottom: 0;
}

.text-content .blockquote__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 70px;
}

.text-content .blockquote__top svg {
    position: absolute;
    top: 0;
    left: 0;
}

.text-content .blockquote__name {
    color: #1B3561;
    max-width: 370px;
    font-weight: 500;
    line-height: 26px;
}

.text-content .blockquote__bottom {
    font-size: 14px;
    line-height: 21px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #A1A1A1;
}

.text-content .blockquote__bottom p:last-child {
    margin-bottom: 0;
}

.none {
    display: none;
}

.form-input {
    background: rgb(248, 248, 248);
    border: 1px solid rgb(227, 227, 227);
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
}

textarea.form-input {
    height: initial;
    padding-top: 10px;
}

.pagination {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
    margin-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination li:not(:last-child) a,
.pagination li:not(:first-child) a {
    color: rgb(146, 146, 146);
    font-weight: 700;
}

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

.pagination li:first-child a,
.pagination li:last-child a {
    font-weight: 400;
    color: #231F20;
}

.pagination a {
    text-decoration: none;
    white-space: nowrap;
}

.pagination li {
    margin: 0 10px;
}

.pagination li:last-child {
    margin-left: 50px;
}

.js-stock-slider {
    overflow: hidden;
}

.js-stock-slider img {
    max-width: 100%;
}

.js-stock-slider .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
}

.js-stock-slider .slick-list {
    margin-left: -25px;
    margin-right: -25px;
}

.box {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.box-image {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
}

.box-link {
    color: #1B3561;
}

.box-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}

.box-content {
    padding: 20px;
}

.container {
    max-width: 1480px;
    padding: 0 30px;
    margin: 0 auto;
}

.site-header__top {
    padding: 10px 0;
}

.site-header__main {
    background: white;
    position: relative;
    z-index: 100;
    padding: 30px 0;
}

.site-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 20px;
    max-width: 500px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.site-header__menu a {
    color: #231F20;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.site-header__menu a:hover {
    color: #1B3561;
}

.site-header__menu li:not(:last-child) {
    margin-right: 15px;
}

.site-header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header-top {
    border-bottom: 1px solid #E3E3E3;
}

.site-header-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-header-top__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 60px;
}

.site-header-feedback__phone {
    font-size: 18px;
    font-weight: 600;
    color: #231F20;
    margin-right: 10px;
    text-decoration: none;
}

.site-header-feedback__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header-feedback__modal {
    font-size: 14px;
    text-decoration: underline;
    color: #1B3561;
    margin-left: 30px;
}

.site-header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header-social__item {
    text-decoration: none;
    display: block;
}

.site-header-social__item:not(:last-child) {
    margin-right: 10px;
}

.site-header-cart {
    position: relative;
    text-decoration: none;
}

.site-header-cart__value {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #1B3561;
    font-size: 10px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -6px;
    right: -6px;
    color: white;
}

.site-header-catalog {
    white-space: nowrap;
    height: 50px;
    padding: 0 20px;
    background: #1B3561;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-right: 50px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.site-header-catalog:hover {
    background: #231F20;
}

.site-header-catalog:hover svg {
    fill: white;
}

.site-header-catalog svg:first-child {
    display: none;
}

.site-header-catalog.is-active svg {
    fill: white;
}

.site-header-catalog.is-active svg:last-child {
    display: none;
}

.site-header-catalog.is-active svg:first-child {
    display: block;
}

.site-header-catalog__text {
    margin-left: 10px;
}

.site-header-search {
    margin-left: auto;
    border: 1px solid #E3E3E3;
    height: 50px;
    width: 100%;
    max-width: 530px;
    position: relative;
}

.site-header-search__list {
    background: white;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 305px;
    overflow: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid rgb(227, 227, 227);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.site-header-search__list a {
    color: #231F20;
    text-decoration: none;
    display: block;
    font-weight: 500;
}

.site-header-search__list a:hover {
    color: #1B3561;
}

.site-header-search__list img {
    margin-right: 20px;
    font-size: 18px;
    line-height: 20px;
}

.site-header-search__list li {
    padding: 10px 15px;
}

.site-header-search__list li:not(:last-child) {
    border-bottom: 1px solid rgb(227, 227, 227);
}

.site-header-search__input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    padding-left: 10px;
    outline: none;
}

.site-header-search__button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    border: none;
    background: #1B3561;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.site-header-search__button:hover {
    background: #231F20;
}

.site-header-dropdown {
    background: white;
    position: absolute;
    border-top: 1px solid rgb(227, 227, 227);
    right: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 60;
}

.site-header-dropdown__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.site-header-dropdown__sales {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 920px);
    flex: 0 0 calc(100% - 920px);
    max-width: calc(100% - 920px);
    padding: 30px 0 30px 50px;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-header-dropdown__sales > div {
    position: relative;
    z-index: 50;
}

.site-header-dropdown__sales:after {
    content: "";
    position: absolute;
    left: 0;
    width: 4000px;
    bottom: 0;
    top: 0;
}

.site-header-dropdown__sales .slick-list {
    overflow: initial;
}

.site-header-dropdown__sales .slider-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-header-dropdown__sales .service {
    width: 440px;
    margin-right: 50px;
}

.site-header-dropdown__menus {
    padding: 30px;
    position: relative;
    z-index: 50;
    background: white;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-right: 1px solid rgb(227, 227, 227);
    gap: 40px;
}

.site-header-dropdown__menus:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 4000px;
    background: white;
}

.site-header-dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.site-header-dropdown-menu__link {
    color: #1B3561;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    display: block;
    margin-top: 20px;
}

.site-header-dropdown-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-header-dropdown-menu__list li {
    margin-bottom: 10px;
}

.site-header-dropdown-menu__list a {
    color: rgb(89, 89, 89);
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    text-decoration: none;
}

.site-header-dropdown-menu__list a:hover {
    color: #1B3561;
}

.site-header-dropdown-menu__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #231F20;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header-dropdown-menu__title button {
    background: transparent;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 10px;
    border: none;
    fill: #1B3561;
    display: none;
}

.site-header-dropdown-menu__title.is-active button {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.site-header-dropdown-menu__title:hover {
    color: #1B3561;
}

.button {
    height: 45px;
    padding: 0 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    border: none;
    line-height: 17.6px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.button svg {
    margin-right: 10px;
}

.button--theme-red {
    background: #1B3561;
    color: white !important;
}

.button--theme-red:hover {
    background: #231F20;
}

.button--theme-solid {
    border: 1px solid #1B3561;
    color: #1B3561;
}

.button--theme-solid:hover {
    background: #1B3561;
    color: white;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
}

.breadcrumb a {
    color: #231F20;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #1B3561;
}

.breadcrumb a:after {
    content: "/";
    margin: 0 4px;
    color: #231F20;
}

.site-footer {
    background: rgb(240, 240, 240);
}

.site-footer .site-footer__social {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.site-footer .site-footer__social li:not(:last-child) {
    margin-right: 15px;
}

.site-footer__bottom {
    border-top: 1px solid rgb(35, 31, 32);
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 15px;
}

.site-footer__bottom a {
    color: #231F20;
}

.site-footer__top {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.site-footer__logo {
    display: block;
}

.site-footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer__menu li:not(:last-child) {
    margin-bottom: 15px;
}

.site-footer__menu a {
    font-weight: 700;
    text-decoration: none;
    color: #231F20;
}

.site-footer__menu a:hover {
    color: #1B3561;
}

.site-footer__title {
    font-weight: 700;
    margin-bottom: 10px;
}

.site-footer__contact {
    max-width: 250px;
}

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

.site-footer__yandex {
    margin: 30px 0;
    display: block;
}

.section {
    padding: 60px 0;
}

.section__head {
    margin-bottom: 30px;
}

.section__title {
    font-size: 32px;
    line-height: 38.73px;
    font-weight: 700;
    margin: 0;
}

.section__title--sm {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.section--theme-dark {
    background: #F0F0F0;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price .amount {
    display: block;
}

.price bdi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price > del:first-child bdi {
    color: rgb(146, 146, 146);
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
}

.price ins {
    text-decoration: none;
}

.price ins bdi {
    line-height: 22px;
    font-weight: 700;
    font-size: 20px;
    color: #1B3561;
    text-decoration: none;
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quantity__number {
    width: 16px;
    height: 16px;
}

.quantity__number svg {
    display: block;
}

.quantity input {
    background: transparent;
    width: 30px;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    height: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.site-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-menu--dropdown {
    position: relative;
    padding-right: 25px;
}

.site-menu--dropdown:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-menu--dropdown:before {
    content: "";
    background: url("../images/icons/arrow-down.svg") no-repeat center;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-top: -6px;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.site-menu a {
    color: white;
    text-decoration: none;
}

.site-menu > li:not(:last-child) {
    margin-right: 40px;
}

.checkbox__input {
    display: none;
}

.checkbox__label {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    padding-left: 26px;
}

.checkbox__label:before {
    content: "";
    top: 50%;
    margin-top: -8px;
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid rgb(227, 227, 227);
    left: 0;
}

.filter {
    border: 1px solid rgb(227, 227, 227);
}

.filter-item.active .filter-item__content {
    display: block;
}

.filter-item.active .filter-item__head svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.filter-item:not(:last-child) {
    border-bottom: 1px solid rgb(227, 227, 227);
}

.filter-item__content {
    display: none;
    padding: 0 15px 20px 15px;
}

.filter-item__list {
    margin-bottom: 15px;
}

.filter-item__list.is-active .filter-item__check {
    display: block !important;
}

.filter-item__check {
    display: none;
}

.filter-item__check:not(:last-child) {
    margin-bottom: 10px;
}

.filter-item__check:nth-child(1),
.filter-item__check:nth-child(2),
.filter-item__check:nth-child(3),
.filter-item__check:nth-child(4),
.filter-item__check:nth-child(5),
.filter-item__check:nth-child(6),
.filter-item__check:nth-child(7) {
    display: block;
}

.filter-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 15px;
    cursor: pointer;
}

.filter-item__head svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-item__link {
    background: transparent;
    color: #1B3561;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    border: none;
    padding: 0;
}

.filter-item__title {
    font-size: 18px;
    line-height: 19.8px;
    font-weight: 600;
}

.quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.quantity__number {
    width: 16px;
    height: 16px;
}

.quantity__number svg {
    display: block;
}

.quantity input {
    background: transparent;
    width: 30px;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    height: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.slider-container__footer {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-container .slick-arrow {
    background: transparent;
    width: 44px;
    height: 44px;
    font-size: 0;
    border: 1px solid #1B3561;
    border-radius: 50%;
    fill: #1B3561;
    -webkit-transition: background-color 0.3s ease-in-out, fill 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, fill 0.3s ease-in-out;
}

.slider-container .slick-arrow:hover {
    background: #1B3561;
    fill: white;
}

.slider-container .slick-arrow:first-child {
    margin-right: 20px;
}

.slider-container .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider-container .slick-dots li {
    font-size: 0;
    margin-right: 10px;
}

.slider-container .slick-dots .slick-active button {
    background: #1B3561;
}

.slider-container .slick-dots button {
    background: rgba(27, 53, 97, 0.3);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 50%;
}

.slick-indent-50 img {
    max-width: 100%;
}

.slick-indent-50 .slick-list {
    margin-left: -25px;
    margin-right: -25px;
}

.slick-indent-50 .slick-slide {
    padding-left: 25px;
    padding-right: 25px;
}

.home-page-slider .slick-dots {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 0;
}

.home-page-slider .slick-dots .slick-active button {
    background: #1B3561;
    width: 32px;
}

.home-page-slider .slick-dots li {
    margin: 0 5px;
}

.home-page-slider .slick-dots button {
    background: rgba(27, 53, 97, 0.3);
    width: 14px;
    height: 14px;
    border: none;
    border-radius: 20px;
    -webkit-transition: 0.3s ease-in-out width, background-color 0.3s ease-in-out;
    transition: 0.3s ease-in-out width, background-color 0.3s ease-in-out;
}

.home-page-slider__item {
    height: 500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.home-page-slider__item:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.home-page-slider__title,
.home-page-slider__text,
.home-page-slider__button {
    z-index: 50;
    position: relative;
}

.home-page-slider__text {
    font-size: 20px;
    margin: 20px 0 40px;
    line-height: 24.2px;
    display: block;
}

.home-page-slider__title {
    font-size: 52px;
    font-weight: 700;
    max-width: 790px;
    line-height: 57.2px;
    margin-bottom: 0;
}

.home-page-categories,
.home-page-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 50px;
}

.home-page-products {
    overflow: hidden;
}

.home-page-products .slick-list {
    margin: -20px 0;
}

.home-page-products .slick-slide {
    padding: 20px 0;
}

.home-page-products .product-item {
    width: 265px;
    margin-right: 24px;
}

.product-single-thumbnails__main img,
.product-single-thumbnails__nav img {
    cursor: pointer;
}

.product-single-thumbnails__main img {
    width: 100%;
    margin-bottom: -10px;
}

.product-single-thumbnails__nav {
    margin-top: 20px;
    overflow: hidden;
}

.product-single-thumbnails__nav .slick-arrow {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #1B3561;
    background: white;
    fill: #1B3561;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 50;
}

.product-single-thumbnails__nav .slick-arrow.slick-next {
    right: 15px;
}

.product-single-thumbnails__nav .slick-arrow.slick-prev {
    left: 15px;
}

.product-single-thumbnails__nav .slick-list {
    margin: 0 -10px;
}

.product-single-thumbnails__nav .slick-slide {
    padding: 0 10px;
}

.product-single-thumbnails__nav img {
    max-width: 100%;
    /*width: 100%;*/
    margin-bottom: -6px;
}

.product-single-section {
    margin: 0 -30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-single-section > div {
    padding: 0 30px;
}

.product-single-id {
    margin-top: 20px;
    color: rgb(146, 146, 146);
}

.product-single-tabs {
    border: 1px solid rgb(227, 227, 227);
}

.product-single-tabs__content {
    padding: 30px;
    border-top: 1px solid rgb(227, 227, 227);
}

.product-single-tabs__nav {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-single-tabs__nav li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-single-tabs__nav li:not(:last-child) {
    border-right: 1px solid rgb(227, 227, 227);
}

.product-single-tabs__nav button {
    background: transparent;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #231F20;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.product-single-tabs__nav button:hover,
.product-single-tabs__nav button.active {
    background: rgb(35, 31, 32);
    color: white;
}

.product-single-characteristics {
    font-weight: 400;
    gap: 15px;
    display: grid;
}

.product-single-characteristics span:last-child {
    color: rgb(146, 146, 146);
}

.product-single-characteristics div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.product-single-text {
    line-height: 24px;
    font-weight: 400;
}

.product-single-text > *:last-child {
    margin-bottom: 0;
}

.product-single-docs {
    gap: 15px;
    display: grid;
}

.product-single-docs a {
    color: #1B3561;
}

.product-single-docs a:hover {
    color: #231F20;
}

.product-single-docs span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-single-docs span svg {
    margin-right: 5px;
}

.product-single-docs > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.product-single-form {
    max-width: 300px;
    margin: 0 auto;
}

.product-single-accordion__head {
    border-bottom: 1px solid rgb(227, 227, 227);
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    fill: #231F20;
}

.product-single-accordion__head svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.product-single-accordion__head.active {
    background: #231F20;
    color: white;
    fill: white;
}

.product-single-accordion__head.active svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.product-single-steps {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.product-single-steps__item {
    background: rgb(248, 248, 248);
    padding: 20px 30px;
    border: 1px solid rgb(227, 227, 227);
    font-size: 18px;
}

.product-single-steps__item img {
    display: block;
    margin-bottom: 10px;
}

.product-single-info {
    background: rgb(248, 248, 248);
    border: 1px solid rgb(227, 227, 227);
    padding: 30px 20px 10px 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: flex-end;*/
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    flex-direction: column;
}

.product-single-info__counter {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgb(227, 227, 227);
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-single-info__counter > div {
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.product-single-info__counter > div:first-child {
    border-right: 1px solid rgb(227, 227, 227);
}

.product-single-info__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-single-info .button {
    height: 38px;
    padding: 0 10px;
}

.product-single-info .button:first-child {
    margin-right: 10px;
}

.product-single-info > del:first-child bdi {
    margin: 0;
}

.product-single-info ins bdi {
    font-size: 25px;
}

.product-single-info .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products-page__sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.products-page__sorting.is-mobile {
    display: none;
}

.products-page__panel {
    background: rgb(250, 250, 250);
    padding: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.products-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.products-page__grid {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.products-page__tags {
    background: rgb(248, 248, 248);
    border: 1px solid rgb(227, 227, 227);
    padding: 30px;
}

.products-page__brands,
.products-page__tags {
    position: relative;
}

.products-page__brands:before,
.products-page__tags:before {
    content: url("../images/icons/category-icon.svg");
    position: absolute;
    bottom: -20px;
    left: -15px;
}

.products-page__brands {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.products-page__aside {
    position: relative;
}

.products-page__wrapper {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.products-page-tags__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.products-page-tags__list a {
    border: 1px solid #1B3561;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: white;
    padding: 0 15px;
    color: #231F20;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.products-page-tags__list a:hover {
    background: #1B3561;
    color: white;
}

.products-page-sorting .button {
    display: none;
}

.products-page-sorting > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-page-sorting select {
    background: transparent;
    border: none;
    padding: 0;
}

.products-page-sorting__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-page-sorting__grid button {
    background: transparent;
    border: none;
}

.products-page-sorting__grid button.active {
    fill: #1B3561;
}

.products-page-sorting__grid button:first-child {
    margin-right: 4px;
}

.products-page-aside__head {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-page-aside__cross {
    border: none;
    background: transparent;
    padding: 0;
}

.products-page-aside__title {
    font-size: 18px;
    font-weight: 700;
}

.products-page-brand__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-page-brand__head img {
    margin-left: 25px;
}

.cart-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-page__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 980px);
    flex: 0 0 calc(100% - 980px);
    max-width: calc(100% - 980px);
    padding-left: 20px;
    position: relative;
}

.cart-page__info {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    padding: 25px;
}

.cart-page__info .button {
    width: 100%;
}

.cart-page__main {
    overflow: auto;
    position: relative;
    border: 1px solid #E3E3E3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 980px;
    flex: 0 0 980px;
    max-width: 980px;
}

.cart-page__main::-webkit-scrollbar {
    width: 11px;
}

.cart-page__main::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cart-page__main::-webkit-scrollbar-thumb {
    background: #1B3561;
}

.cart-page__items {
    height: 510px;
}

.cart-page-info {
    position: sticky;
    top: 25px;
}

.cart-page-info__form {
    margin-top: 30px;
}

.cart-page-info__title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 30px;
}

.cart-page-info__price {
    margin-top: 20px;
    color: #1B3561;
    font-weight: 700;
    font-size: 25px;
    line-height: 24px;
}

.cart-page-info__list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: rgb(146, 146, 146);
}

.cart-page-info__list li:not(:last-child) {
    margin-bottom: 10px;
}

.cart-page-info__input {
    height: 42px;
    border: 1px solid rgb(227, 227, 227);
    width: 100%;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}

.cart-page-info__input::-webkit-input-placeholder {
    color: rgb(156, 156, 156);
}

.cart-page-info__input::-moz-placeholder {
    color: rgb(156, 156, 156);
}

.cart-page-info__input:-ms-input-placeholder {
    color: rgb(156, 156, 156);
}

.cart-page-info__input::-ms-input-placeholder {
    color: rgb(156, 156, 156);
}

.cart-page-info__input::placeholder {
    color: rgb(156, 156, 156);
}

.order-page {
    outline: 1px solid red;
}

.order-page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order-page__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 40px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.order-page__aside {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.order-page-aside__header {
    border-bottom: 1px solid rgb(227, 227, 227);
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-page-aside__header a {
    color: #1B3561;
    text-decoration: none;
}

.order-page-aside__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-page-aside__list span:first-child {
    color: rgb(146, 146, 146);
}

.order-page-aside__list .red {
    color: #1B3561;
}

.order-page-aside__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-page-aside__list li:not(:last-child) {
    margin-bottom: 10px;
}

.order-page-aside__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 30.26px;
}

.order-page-aside__price {
    color: #1B3561;
}

.order-page-aside__main {
    padding: 30px 25px;
}

.order-page-aside__footer {
    border-top: 1px solid rgb(227, 227, 227);
    padding: 25px;
}

.order-page-main__description {
    color: rgb(209, 209, 209);
    font-size: 12px;
    line-height: 14px;
    display: block;
}

.order-page-main__col {
    padding: 40px;
}

.order-page-main__col:not(:last-child) {
    border-bottom: 1px solid rgb(227, 227, 227);
}

.order-page-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-page-checkbox__input {
    display: none;
}

.order-page-checkbox__input:checked + label:before {
    background: #1B3561 url("../images/check.svg") no-repeat center/10px;
}

.order-page-checkbox__label {
    cursor: pointer;
    position: relative;
    padding-left: 45px;
}

.order-page-checkbox__label:before {
    content: "";
    left: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border: 1px solid #1B3561;
    border-radius: 50%;
}

.order-page-checkbox:not(:last-child) {
    margin-bottom: 20px;
}

.single-post__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
}

.single-post__title {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 30px;
}

.widget-menu {
    list-style: none;
    border: 1px solid #E3E3E3;
    padding: 0;
    margin: 0;
}

.widget-menu li:not(:last-child) {
    border-bottom: 1px solid #E3E3E3;
}

.widget-menu a {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    color: #231F20;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.widget-menu a:hover {
    background: #1B3561;
    color: white;
}

.category {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}

.category:before {
    content: url("../images/icons/category-icon.svg");
    position: absolute;
    bottom: -20px;
    left: -15px;
}

.category__list_subcat .category a {
    display: block;
    padding: 10px;
}

.category__picture {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    margin: 0 auto;
}

.category__more {
    color: #1B3561;
}

.category__more:hover {
    color: #231F20;
}

.category__list {
    margin: 20px 0 30px;
    padding: 0;
    list-style: none;
}

.category__list a {
    text-decoration: underline;
    color: #231F20;
    line-height: 17.6px;
}

.category__list a:hover {
    color: #1B3561;
}

.category__list > *:not(:last-child) {
    margin-bottom: 15px;
}

.category__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #231F20;
    text-decoration: none;
    display: block;
}

.category__title:hover {
    color: #1B3561;
}

.category__content {
    padding: 20px 30px;
}

.cart-item {
    padding: 20px 40px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.cart-item__cross {
    position: absolute;
    fill: #231F20;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
}

.cart-item__cross:hover {
    fill: #1B3561;
}

.cart-item:not(:last-child) {
    border-bottom: 1px solid #E3E3E3;
}

.cart-item .quantity {
    background: rgb(248, 248, 248);
    max-width: 150px;
    margin: 0 auto;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-item .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-item .price bdi {
    margin-right: 0 !important;
}

.cart-item .price del {
    margin-bottom: 5px;
}

.cart-item__quantity-text {
    color: rgb(146, 146, 146);
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.cart-item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
    padding-right: 95px;
    position: relative;
}

.cart-item__content .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-item__stock {
    color: #1B3561;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
}

.cart-item__title {
    display: block;
    color: #231F20;
    text-decoration: none;
    line-height: 18px;
}

.cart-item__title:hover {
    color: #1B3561;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.post-item {
    background: white;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
}

.post-item__picture {
    display: block;
    padding-top: 100%;
    position: relative;
}

.post-item__picture img {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-item__link {
    color: #1B3561;
}

.post-item__link:hover {
    color: #231F20;
}

.post-item__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 35px;
    display: block;
    color: #231F20;
    text-decoration: none;
}

.post-item__title:hover {
    color: #1B3561;
}

.post-item__content {
    padding: 20px;
}

.brand {
    background: rgb(248, 248, 248);
    border: 1px solid rgb(227, 227, 227);
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brand--lg {
    height: 175px;
}

.product-item {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    background: rgb(255, 255, 255);
}

.product-item .quantity {
    margin: 15px 0 20px;
}

.product-item {
    /*padding: 15px;*/
}

.product-item__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
    max-width: 265px;
    height: 200px;
}

.product-item .product-item__picture img {
    width: auto;
    max-width: 100%;
    /*height: 100%;*/
    max-height: 155px;

}

.product-item__content {
    padding: 20px;
}

.product-item__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-item__footer .button:first-child {
    margin-right: 10px;
}

.product-item__footer .button:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
}

.product-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    color: #231F20;
    text-decoration: none;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 80px;
    overflow-wrap: anywhere;
}

.product-title:hover {
    color: #1B3561;
}

.product-button {
    height: 38px;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 10px;
}

.product-list {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-list__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
    width: 260px;
    display: block;
    height: 100%;
}

.product-list__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.product-list .product-title {
    margin: 0;
}

.product-list__actions {
    margin: 15px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-list__content {
    padding: 30px;
}

.service {
    background: rgb(248, 248, 248);
}

.service__image {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.service__content {
    padding: 20px;
}

.service__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 15.4px;
}

.service__tag {
    color: #1B3561;
    text-decoration: none;
}

.service__tag:hover {
    color: #231F20;
}

.service__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #231F20;
    text-decoration: none;
}

.service__title:hover {
    color: #1B3561;
}

@media (min-width: 768px) {
    .product-single-accordion__head {
        display: none;
    }

    .product-single-info > * {
        margin-bottom: 20px;
    }

    .product-list .product-title.is-mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .section__title--lg {
        font-size: 52px;
        line-height: 54px;
    }

    .products-page__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        max-width: 270px;
    }

    .products-page__aside .filter {
        position: sticky;
        top: 20px;
    }

    .products-page-tags__title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .products-page-tags__list li {
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .products-page-aside__head {
        display: none;
    }

    .order-page__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        max-width: 400px;
    }

    .single-post__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .single-post__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 410px);
        flex: 0 0 calc(100% - 410px);
        max-width: calc(100% - 410px);
        padding-left: 80px;
    }

    .product-list .price {
        margin-bottom: 15px;
    }

    .product-list .product-button:first-child {
        margin-right: 10px;
    }
}

@media (max-width: 1400px) {
    .site-header-dropdown__sales {
        display: none;
    }

    .site-header-dropdown__menus {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border: none;
        padding: 20px 0;
    }

    .product-single-section {
        margin: 0 -15px;
    }

    .product-single-section > div {
        padding: 0 15px;
    }

    .product-single-tabs__nav {
        font-size: 14px;
    }

    .cart-page__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 800px);
        flex: 0 0 calc(100% - 800px);
        max-width: calc(100% - 800px);
    }

    .cart-page__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 800px;
        flex: 0 0 800px;
        max-width: 800px;
    }
}

@media (max-width: 1300px) {
    .products-page__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .products-page__brands {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1199px) {
    .site-header-catalog {
        margin-right: 20px;
    }

    .product-single-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-page__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cart-page__row {
        display: block;
    }

    .cart-page__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .cart-page__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-post__aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        max-width: 340px;
    }
}

@media (max-width: 991px) {
    .title {
        font-size: 24px;
        line-height: 26px;
    }

    .text-content {
        font-size: 16px;
        line-height: 20px;
    }

    .text-content p {
        margin-bottom: 15px;
    }

    .text-content .slick-slide {
        padding-left: 5px;
        padding-right: 5px;
    }

    .text-content .slick-list {
        margin-left: -5px;
        margin-right: -5px;
    }

    .text-content .slider-container .js-slider {
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-content .slider-container .js-slider .item {
        width: 300px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }

    .text-content .slider-container .js-slider .item:not(:last-child) {
        margin-right: 20px;
    }

    .text-content .slider-container__footer {
        display: none;
    }

    .text-content img {
        margin-bottom: 20px;
    }

    .text-content h2,
    .text-content h3,
    .text-content h4,
    .text-content h5,
    .text-content h6 {
        margin: 40px 0 20px;
    }

    .text-content .gallery-grid {
        gap: 10px;
    }

    .text-content .blockquote {
        padding: 20px;
    }

    .text-content .blockquote__image {
        margin-right: 15px;
        width: 90px;
        height: 90px;
    }

    .text-content .blockquote__top {
        padding-left: 35px;
    }

    .text-content .blockquote__top svg {
        width: 22px;
        height: 19px;
    }

    .text-content .blockquote__name {
        font-size: 16px;
        line-height: 20px;
    }

    .container {
        padding: 0 20px;
    }

    .site-header__top {
        padding-bottom: 0;
    }

    .site-header__main {
        padding: 10px 0 0;
    }

    .site-header__menu {
        display: none;
    }

    .site-header__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .site-header-top {
        border: none;
    }

    .site-header-catalog {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    .site-header-search {
        width: 100%;
        max-width: 100%;
    }

    .site-header-dropdown__menus {
        display: block;
    }

    .site-header-dropdown-menu:not(:last-child) {
        border-bottom: 1px solid rgb(227, 227, 227);
        padding-bottom: 20px;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .site-header-dropdown-menu__content {
        display: none;
    }

    .site-header-dropdown-menu__title button {
        display: block;
    }

    .breadcrumb {
        padding-top: 20px;
    }

    .slick-indent-50 .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .slick-indent-50 .slick-slide {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-page-slider {
        padding-top: 20px;
    }

    .home-page-categories,
    .home-page-services {
        gap: 20px;
    }

    .product-single-section > div:last-child {
        margin-top: 20px;
    }

    .products-page__sorting.is-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .products-page__sorting.is-desktop {
        display: none;
    }

    .products-page__panel {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .products-page__row {
        display: block;
    }

    .products-page__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .products-page__tags {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px;
    }

    .products-page__brands:before,
    .products-page__tags:before {
        display: none;
    }

    .products-page__brands {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 10px;
    }

    .products-page__brands > * {
        min-width: 170px;
    }

    .products-page__aside {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white;
        z-index: 200;
        padding: 20px;
        overflow: auto;
        display: none;
    }

    .products-page__wrapper {
        padding-left: 0;
    }

    .products-page-tags__title {
        margin-bottom: 15px;
    }

    .products-page-tags__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .products-page-tags__list li:not(:last-child) {
        margin-right: 10px;
    }

    .products-page-sorting .button {
        display: block;
        margin-right: 20px;
    }

    .order-page__row {
        display: block;
    }

    .order-page__main {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .single-post__aside {
        display: none;
    }

    .category__picture {
        height: 180px;
    }

    .category__list {
        margin: 15px 0;
    }

    .category__content {
        padding: 15px;
    }

    .posts-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .text-content {
        font-size: 14px;
        line-height: 18px;
    }

    .text-content h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .text-content table,
    .text-content table th,
    .text-content table td,
    .text-content table tr {
        display: block;
    }

    .text-content table {
        font-size: 14px;
        line-height: 18px;
    }

    .text-content table tr {
        border: 1px solid rgb(227, 227, 227);
        margin-bottom: -1px;
    }

    .text-content table td {
        border: none;
    }

    .text-content table td:first-child {
        padding-bottom: 0;
    }

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

    .pagination li:last-child {
        margin-left: 15px;
    }

    .site-header__logo img {
        max-width: 165px;
    }

    .site-header-feedback {
        display: none;
    }

    .button svg {
        margin-right: 5px;
    }

    .breadcrumb {
        display: none;
    }

    .site-footer__logo img {
        max-width: 160px;
    }

    .site-footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .site-footer__bottom > a {
        margin: 15px 0;
        display: block;
    }

    .site-footer__top {
        display: block;
        padding: 40px 0;
    }

    .site-footer__menu {
        margin: 40px 0;
    }

    .section {
        padding: 40px 0;
    }

    .section__head {
        margin-bottom: 20px;
    }

    .section__title {
        font-size: 18px;
        line-height: 22px;
    }

    .price > del:first-child bdi {
        font-size: 14px;
        line-height: 16px;
    }

    .price ins bdi {
        font-size: 18px;
        line-height: 20px;
    }

    .slider-container .slick-arrow {
        width: 32px;
        height: 32px;
    }

    .slider-container .slick-dots li {
        margin-right: 5px;
    }

    .slider-container .slick-dots button {
        width: 8px;
        height: 8px;
    }

    .home-page-slider + * {
        margin-top: 20px;
    }

    .home-page-slider .slick-dots {
        bottom: -20px;
    }

    .home-page-slider .slick-dots button {
        width: 12px;
        height: 12px;
    }

    .home-page-slider__item {
        height: 230px;
    }

    .home-page-slider__text {
        font-size: 16px;
        line-height: 19px;
        margin: 10px 0 15px;
    }

    .home-page-slider__title {
        font-size: 24px;
        line-height: 26px;
    }

    .home-page-categories,
    .home-page-services {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-page-products .product-item {
        width: 220px;
        margin-right: 10px;
    }

    .product-single-thumbnails__nav {
        margin-top: 10px;
    }

    .product-single-thumbnails__nav .slick-list {
        margin: 0 -5px;
    }

    .product-single-thumbnails__nav .slick-slide {
        padding: 0 5px;
    }

    .product-single-id {
        margin-top: 10px;
    }

    .product-single-tabs {
        border-bottom: none;
    }

    .product-single-tabs__content {
        border-top: none;
        padding: 0;
    }

    .product-single-tabs__content > div {
        display: block;
    }

    .product-single-tabs__nav {
        display: none;
    }

    .product-single-characteristics div {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product-single-docs > div {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product-single-accordion:not(:first-child) .product-single-accordion__content {
        display: none;
    }

    .product-single-accordion__content {
        border-bottom: 1px solid rgb(227, 227, 227);
        padding: 15px;
    }

    .product-single-steps {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .product-single-steps__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        font-size: 14px;
    }

    .product-single-steps__item img {
        margin-bottom: 0;
        margin-right: 15px;
        width: 50px;
        height: 50px;
    }

    .product-single-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 10px 10px 10px;
        text-align: center;
        margin-bottom: 20px;
    }

    .product-single-info__counter {
        margin: 20px 0;
    }

    .product-single-info__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .product-single-info .button {
        width: 100%;
    }

    .product-single-info .button:first-child {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .product-single-info .price {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .products-page__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .cart-page__info {
        padding: 20px;
    }

    .cart-page__main {
        overflow: initial;
        border: none;
    }

    .cart-page__items {
        display: grid;
        height: initial;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .cart-page-info__title {
        font-size: 20px;
        line-height: 22px;
    }

    .cart-page-info__price {
        font-size: 20px;
        line-height: 22px;
    }

    .order-page-aside__header {
        padding: 20px;
    }

    .order-page-aside__title {
        font-size: 16px;
        line-height: 20px;
    }

    .order-page-aside__main {
        padding: 20px;
    }

    .order-page-aside__footer {
        padding: 20px;
    }

    .order-page-main__col {
        padding: 20px;
    }

    .order-page-checkbox__label {
        padding-left: 30px;
    }

    .order-page-checkbox__label:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    .single-post__title {
        font-size: 24px;
        line-height: 30px;
    }

    .category__list {
        font-size: 14px;
    }

    .category__title {
        font-size: 16px;
        line-height: 18px;
    }

    .cart-item {
        display: block;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
        padding: 10px;
    }

    .cart-item__image {
        width: 100%;
        margin-bottom: 20px;
    }

    .cart-item__cross {
        top: 20px;
        right: 10px;
    }

    .cart-item:not(:last-child) {
        border: none;
    }

    .cart-item__content {
        padding: 0;
        position: static;
    }

    .cart-item__title {
        font-size: 18px;
        line-height: 22px;
    }

    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .post-item__title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .post-item__content {
        padding: 10px;
    }

    .product-item .quantity {
        margin: 10px 0 15px;
    }

    .product-item__content {
        padding: 10px;
    }

    .product-item__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-item__footer .button:first-child {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .product-title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .product-button {
        font-size: 14px;
    }

    .product-button {
        height: 35px;
    }

    .product-list {
        display: block;
        padding: 10px;
    }

    .product-list__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-list__left > *:first-child {
        margin-right: 10px;
    }

    .product-list .product-title.is-desktop {
        display: none;
    }

    .product-list__image {
        width: 100px;
        max-width: 100px;
        display: block;
    }

    .product-list__actions {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 15px 0 15px;
    }

    .product-list .product-button:first-child {
        margin-bottom: 5px;
    }

    .product-list__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-list__content {
        padding: 0;
    }

    .service__content {
        padding: 20px 10px;
    }

    .service__title {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 576px) {
    .home-page-categories,
    .home-page-services {
        grid-template-columns: repeat(1, 1fr);
    }

    .cart-page__items {
        grid-template-columns: repeat(1, 1fr);
    }

    .service__image {
        height: initial;
    }
}

@media (max-width: 400px) {
    .posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .single-post__wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 340px);
        flex: 0 0 calc(100% - 340px);
        max-width: calc(100% - 340px);
        padding-left: 40px;
    }
}