@charset "UTF-8";

body {
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 500;
}

a {
    color: inherit;
    text-decoration: none;
}

header {
    background-color: #ffffff;
    z-index: 999;
}

.header_contacts {
    display: flex;
    justify-content: space-between;
    padding: 11px 0px 13px 0px;
    align-items: center;
}

.header_contacts-menu {
    display: flex;
    justify-content: flex-end;
}

.header_contacts-menu li:first-child {
    margin-right: 60px;
}

.header_phone {
    /* font-size: 36px; */
    font-weight: 600;
}

.header_call,
.header_call:hover {
    padding: 10px;
    border: 3px solid #153049;
    border-radius: 5px;
    color: #153049;
    text-decoration: none;
    font-weight: 700;
}

.header {
    background-color: #153049;
    padding: 20px 0px;
}

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

.header_city__link,
.header_city__link:hover {
    color: white;
    font-size: 24px;
    border-bottom: 1px solid white;
}

.header_city__arrow {
    margin-left: 5px;
}

.header_city-map {
    margin-top: 10px;
}

.header_search form {
    position: relative;
    width: calc(20px + (450 - 20) * ((100vw - 320px) / (1200 - 320)));
}

.header_search form input {
    width: calc(20px + (395 - 20) * ((100vw - 320px) / (1200 - 320)));
    height: 30px;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.header_search form button {
    position: absolute;
    height: 50px;
    width: 65px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-color: #ff9f00;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    right: 25px;
    border: none;
    background-position: center;
}

.header_links {
    display: flex;
}

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

.header_link,
.header_link:hover {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.header_basket {
    position: relative;
}

.header_basket:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    height: 70px;
    width: 3px;
    background-color: white;
    left: -10px;
}

.basket_price {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    margin-left: 10px;
}

.basket_price-value {
    font-size: 16px;
}

.header_basket-link {
    display: flex;
    justify-content: center;
}

.container {
    max-width: 1636px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

.header_phone-wrapper {
    /* text-align: right; */
}

.nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 11px 0px;
}

.nav-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.nav li a {
    display: flex;
    align-items: center;
    color: #2b2a29;
}

.nav li a img {
    margin-right: 5px;
}

.basket span {
    display: flex;
    position: absolute;
    background-color: #ff9f00;
    height: 21px;
    border-radius: 50%;
    width: 21px;
    font-size: 14px;
    color: white;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    left: 30px;
    top: 33px;
}

.index-slider {
    background-image: url(../img/banner.png);
    max-height: 1050px;
    margin-top: 5px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promo-wrapper {
    margin: 0 auto;
    max-width: 1920px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.promo_link {
    display: flex;
    flex: 1;
}

.promo_item {
    background-size: 100% 100%;
    text-align: center;
    padding: 0px 10px;
    color: #ffffff;
    flex: 1;
    min-height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center center;
    background-repeat: no-repeat;
}

.promo_item-title {
    font-size: 36px;
    font-weight: bold;
}

.promo_item-text {
    margin-top: 10px;
    color: #e7e7e7;
    font-size: 16px;
}

.promo_item-btn {
    margin-top: 85px;
    padding: 10px 110px;
    background: rgba(21, 48, 73, 0.98);
    box-shadow: 0px 0px 4px 2px rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.promo_item-btn a {
    color: white;
    font-size: 26px;
}

.promo-stock-div,
.promo_stock {
    background-image: url("../img/nashi-aktsii.jpg");
}

.promo_tire,
.promo_tire-div {
    background-image: url("../img/shinomontazh.jpg");
}

.promo-adress-div,
.promo_adress {
    background-image: url("../img/adresa.jpg");
}

.bg {
    background-color: #e5e5e5;
}

.bg-2 {
    background-color: #e7e7e7;
}

.bg-3 {
    background-color: #2c2c2c;
}

.services_title {
    font-weight: 600;
    font-size: 48px;
    color: #2b2a29;
    padding: 90px 0px 69px;
}

.services_items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.services_items>div {
    flex: 1;
    padding: 0px 10px;
}

.services_item {
    display: flex;
    align-items: center;
    flex: 1;
    background: #1d334b;
    border-radius: 10px;
    padding: 10px 20px 0px;
}

.services_item-title {
    color: white;
    font-size: 23px;
    margin-left: 15px;
}

.services_item:not(:last-child) {
    margin-right: 5px;
}

.stocks_title {
    font-weight: 600;
    font-size: 48px;
    color: #2b2a29;
    padding: 90px 0px 69px;
}

.stocks_items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.stocks_items div:nth-child(2) {
    padding: 0px 10px;
}

.stocks_item {
    flex: 0 1;
    width: 100%;
}

.stocks_item img {
    max-width: 100%;
}

.stocks_brands-link {
    padding-top: 60px;
    color: #434343;
    text-align: right;
    font-size: 28px;
}

.stocks_brands-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 70px 0px;
}

.stocks_brands-item {
    padding: 10px 10px;
}

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

.about_title {
    padding: 50px 0px;
    font-weight: 600;
    font-size: 48px;
    color: #2b2a29;
}

.about_content p {
    margin-bottom: 20px;
    font-size: 18px;
}

.about_content-next {
    padding-top: 10px;
    color: #2b2a29;
    font-size: 24px;
}

footer {
    padding: 50px 0px 5px 0px;
}

.footer_subscribe {
    display: flex;
    justify-content: space-around;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.subscribe-info {
    padding-right: 210px;
}

.subscribe-info_title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 36px;
}

.subscribe-info_text {
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}

.subscribe-form form {
    display: flex;
    flex-direction: column;
}

.subscribe-form form label {
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-top: 30px;
    color: white;
}

.subscribe-form form label a {
    color: #c22828;
}

.subscribe-form form label input {
    width: 30px;
    height: 30px;
}

.subscribe-form form label input:not(:checked) {
    border-radius: 5px;
}

.subscribe-form form label p {
    margin-left: 15px;
}

.subscribe-form_input {
    overflow: hidden;
    border-radius: 5px;
}

.subscribe-form_input input {
    width: 100%;
    font-size: 20px;
    border: none;
    padding: 20px 0px 20px 35px;
}

.subscribe-form_btn {
    text-align: center;
}

.subscribe-form_btn button {
    font-family: "Montserrat";
    border: none;
    max-width: 220px;
    margin-top: 20px;
    color: #3e3e3e;
    background: #c4c4c4;
    border-radius: 5px;
    font-weight: 600;
    font-size: 24px;
    padding: 15px 20px;
}


.footer_row {
    padding: 30px 0px;
}

.footer_menu {
    width: 70%;
}

.footer_menu ul {
    flex-grow: 1;
    column-count: 3;
    list-style: none;
}

.footer_menu ul li {
    margin-bottom: 30px;
}

.footer_menu ul li a {
    font-weight: 500;
    font-size: 20px;
    color: #b7b7b7;
}

.footer_row {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.footer_call-number {
    margin-left: 13px;
}

.footer_call-number a {
    font-size: 20px
}

.footer_call-number span {
    font-size: 15px
}

.footer_call-number span {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
}

.footer_call-number p {
    color: #c4c4c4;
    font-size: 24px;
    text-align: left;
}

.footer_call-btn {
    text-align: center;
    margin-top: 50px;
}

.footer_call-btn a {
    color: #ffffff;
    padding: 18px;
    border: 3px solid #c4c4c4;
    border-radius: 5px;
}

.footer_hotline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_coopyright {
    padding: 30px 0px 0px 0px;
}

.footer_coopyright p {
    font-size: 20px;
    color: #c4c4c4;
    margin-bottom: 20px;
}

.main-section__banners-wrapper {
	position: relative;
}

.slider-content {
    display: flex;
    justify-content: center;
}

.slider-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.slider-text-wrapper {
    flex-basis: 50%;
    padding: 56px 40px 50px;
}

.slider-text_text {
    text-align: center;
    margin-bottom: 37px;
}

.slider-text_text span {
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.slider-text_text span:first-child {
    font-size: 110px;
}

.slider-text_text span:last-child {
    font-size: 72px;
}

.slider-text_btn {
    text-align: center;
    margin-bottom: 35px;
}

.slider-text_btn a {
    padding: 10px 30px;
    background: rgba(255, 38, 38, 0.98);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #ffffff;
}

.slider-text_link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-text_pagination {
    display: flex;
    align-items: center;
}

.slider-text_pagination span {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
}

.slider-text_pagination span:not(:first-child) {
    margin-left: 10px;
}

.tabs {
    padding: 56px 40px 50px;
    flex-basis: 50%;
}

.tabs-link {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.tabs-link_item {
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(222, 222, 222, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 75px;
    font-weight: 600;
    font-size: 36px;
    color: #2b2a29;
}

.tabs-link_item-active {
    background-color: #fff;
    height: 97px;
}

.tabs-content {
    display: block;
    padding: 40px 64px 48px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.tabs-content-wrapper {
    display: none;
}

.tabs-content-wrapper_active {
    display: block;
}

.tabs-content_toggle {
    margin-bottom: 40px;
    display: flex;
}

.tabs-content_toggle_value {
    margin-right: 17px;
    font-size: 18px;
    line-height: 22px;
    color: #767676;
}

.tabs-content_toggle_value__active {
    color: #2b2a29;
}

.tabs-content_form-fields {
    column-count: 2;
}

.tabs-content_form-fields_item {
    display: flex;
    flex: 1;
    position: relative;
    justify-content: center;
    padding: 0px 10px 0px 25px;
    border: 1px solid #5a5a5a;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 35px;
}

.tabs-content_form-fields_item-wrapper {
    width: 100%;
}

.tabs-content_form-fields_item_text {
    font-size: 20px;
    color: #454545;
}

.tabs-content_form-fields_item div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabs-content_form-fields_item-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    background: #153049;
    border-radius: 5px;
}

.tabs-content_form-fields_item button {
    background-color: #153049;
    color: white;
    border: none;
    font-size: 30px;
}

.tabs-content_form-link {
    margin-top: 20px;
}

.tabs-content_form-link a {
    font-size: 20px;
    line-height: 24px;
    color: #205bcc;
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox+label {
    position: relative;
    padding: 0 0 0 70px;
    cursor: pointer;
}

.checkbox+label:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #cdd1da;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}

.checkbox+label:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
}

.checkbox:checked+label:before {
    background: #9fd468;
}

.checkbox:checked+label:after {
    left: 26px;
}

.checkbox:focus+label:before {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(255, 255, 0, 0.7);
}

.tabs-link_mobile {
    display: none;
}

.tabs-link_mobile-shin {
    background: url(../img/podbor-shin.png);
    background-position: center center;
    background-size: cover;
}

.tabs-link_mobile-disk {
    background: url(../img/podbor-diski.png);
    background-position: center center;
    background-size: cover;
}

.header_mobile-basket,
.header_mobile-search {
    display: none;
}

.header-wrapper_sticky {
    position: sticky;
    top: 0;
    z-index: 99;
}

.header_mobile-menu {
    display: block;
}

.header_contacts-menu li:first-child {
	margin: 0;
}

.header_contacts-menu li {
	margin: 0 15px;
	justify-content: center;
}

.vk-icon {
	transition: all ease-in-out .2s;
}

.vk-icon:hover {
	filter: grayscale(50%);
}

.search-add {
    position: absolute;
    background-color: #ffffff;
    z-index: 9999;
    width: 100%;
}

.search-add_wrapper {
    padding: 20px 30px;
}

.search-add_wrapper form {
    display: flex;
    align-items: center;
}

.search-add_search {
    width: 100%;
    overflow: hidden;
}

.search-add_search input {
    width: 100%;
    height: 49px;
    border-radius: 4px 0 0 4px;
    padding: 0 13px;
    border: 1px solid #d7d7d7;
    border-right: none;
}

.search-add_btn {
    height: 51px;
    width: 65px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-color: #ff9f00;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    right: 25px;
    border: none;
    background-position: center;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.2s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.breadcrumbs {
    padding: 38px 0px;
}

.breadcrumbs ul {
    display: flex;
}

.breadcrumbs ul li {
    color: #434343;
    margin: 0px 5px;
	font-size: 21px;
}

.breadcrumbs ul li:first-child {
    margin: 0px 5px 0px 0px;
}

.catalog {
    display: flex;
    position: relative;
}

.catalog__title {
    font-weight: 600;
    font-size: 48px;
    color: #2b2a29;
    padding-bottom: 25px;
}

.catalog__filters {
    border-top: 1px solid #939393;
    width: 494px;
}

.catalog__main-section {
    width: 75%;
}

.main-section {
    padding-left: 30px;
    padding-top: 20px;
    border-top: 1px solid #939393;
    border-left: 1px solid #939393;
}

.main-section__banners {
    overflow: hidden;
}

.main-section__banners img {
    max-width: 100%;
}

.main-section__header {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 22px 0px 19px 0px;
}

.main-section__header-found {
    margin-right: 70px;
}

.main-section__header-found span {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
}

.main-section__header-filters {
    display: flex;
    justify-content: space-between;
}

.main-section__header-filters_price {
    margin-right: 57px;
}

.main-section__header-filters_price span {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.main-section__header-filters_group span {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.banners {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 288px;
    background: url(../img/catalog_banner.png);
    background-size: 100% 100%;
    background-size: cover;
}

.slider-text-wrapper_catalog {
    padding-top: 40px;
}

.slider-text-wrapper_catalog .slider-text_text span:first-child {
    font-size: 90px;
}

.slider-text-wrapper_catalog .slider-text_text span:last-child {
    font-size: 59px;
}

.main-section_card-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.product-card {
    position: relative;
    flex: 1 0 20%;
    margin: 20px 20px 0px 0px;
}

.product-card__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #2b2a29;
    box-sizing: border-box;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 15px 20px;
}

.product-card__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__second-group {
    margin-bottom: 14px;
}

.product-card__second-group a {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #2b2a29;
}

.product-card__container {
    display: flex;
    justify-content: space-between;
}

.product-card__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #153049;
}

.product-card__availibility {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.product-card__availibility span {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.product-labels {
    position: absolute;
    top: 11px;
    left: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-labels__popup {
    position: absolute;
    top: 11px;
    right: 11px;
}

.product-labels__popup a {
    display: flex;
    padding: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ff9f00;
}

.catalog__filters {
    box-sizing: border-box;
}

.filters__size {
    padding: 45px 0px 40px 0px;
}

.filters__selects {
    margin-top: 27px;
}

.filters__select-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filters__select-label {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #4b4b4b;
}

.filters__select {
    margin-left: auto;
    margin-right: 10px;
    width: 170px;
    background: #ffffff;
    border: 1px solid #5a5a5a;
    border-radius: 5px;
}

.filters__btn {
    padding: 8px 0px;
    color: #ffffff;
    text-align: center;
    background: #153049;
    border-radius: 5px;
    font-weight: 600;
}

.filters__title {
    font-weight: 600;
    color: #2b2a29;
}

.select__toggle {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 0px 10px;
    align-items: center;
    height: 40px;
}

.select__value {
    color: #767676;
}

.filter__info span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 21px;
    height: 21px;
    background-color: #c4c4c4;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    font-size: 14px;
}

.catalog-section {
    background: #edeef0;
}

.filters__size_border {
    padding-right: 50px;
    border-bottom: 1px solid #777777;
}

.filters__price {
    padding-bottom: 40px;
}

.filters__price_range-fields {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 31px;
}

.filters__price_range-wrapper {
    padding: 0px 20px;
}

.filters__price_range-wrapper input {
    width: 100%;
}

.filters__title_price {
    padding-top: 35px;
    padding-bottom: 18px;
}

.range-fields__from {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
}

.range-fields__from_value-container {
    border: 1px solid #5a5a5a;
    border-radius: 5px;
    overflow: hidden;
}

.range-fields__from_value {
    display: flex;
    align-items: center;
    width: 142px;
    background-color: #fff;
    height: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    padding-left: 10px;
}

.range-fields__from span {
    font-weight: 400;
}

.range-fields__to {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
}

.range-fields__to_value-container {
    border: 1px solid #5a5a5a;
    border-radius: 5px;
    overflow: hidden;
}

.range-fields__to_value {
    display: flex;
    align-items: center;
    width: 142px;
    background-color: #fff;
    height: 40px;
    box-sizing: border-box;
    border: none;
    font-size: 20px;
    padding-left: 10px;
}

.range-fields__to span {
    font-weight: 400;
}

.filters__checkbox {
    padding: 40px 0px;
}

.filters__checkbox-wrapper {
    padding-top: 20px;
}

.filters__checkbox-item {
    display: flex;
    position: relative;
    padding: 8px 0px;
}

.filters__checkbox-item input {
    opacity: 0;
    position: absolute;
}

.filters__checkbox-item span {
    color: #4b4b4b;
}

.filters__checkbox-item_check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    width: 21px;
    height: 21px;
    background: #c4c4c4;
    border-radius: 3px;
}

.filters__checkbox-item_check img {
    visibility: hidden;
}

.filters__checkbox-item input:checked+.filters__checkbox-item_check>img {
    visibility: visible;
}

.filters__checkbox_all {
    margin-top: 10px;
}

.filters__checkbox_all span {
    color: #153049;
    text-decoration: underline;
    font-size: 18px;
}

.filters__checkbox_title {
    display: flex;
    justify-content: space-between;
}

.filters__title_checkbox {
    display: flex;
}

.filter__arrow_checkbox {
    margin-right: 20px;
}

.filter__info_checkbox {
    margin-left: 10px;
}

.filters__btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.filters__btn_save {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 60%;
}

.filters__reset {
    margin-top: 27px;
    font-size: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #434343;
}

.catalog {
    padding-bottom: 55px;
}

.catalog__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}

.catalog__show-more-btn {
    height: 79px;
    border: 3px solid #153049;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0px 40px;
}

.catalog__show-more-btn a {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #153049;
}

.pagination-catalog {
    display: flex;
    align-items: center;
}

.pagination-catalog_arrow-left {
    margin-right: 17px;
}

.pagination-catalog_item:not(:last-child) {
    margin-right: 17px;
}

.pagination-catalog_item__active {
    padding: 10px;
    border: 3px solid #153049;
    border-radius: 10px;
}

.main-section__mobile-filter {
    margin-right: 30px;
    background: #153049;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 25px;
    font-weight: 400;
}

.main-section__mobile-filter a {
    color: white;
}

.mobile__filters {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding: 20px 15px;
    height: auto;
    overflow: scroll;
}

.mobile__filters_close {
    display: none;
}

.main-section__header-filters_mobile-wrapper {
    display: none;
}

.header_mobile-popup-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding: 20px 15px;
    height: auto;
    overflow: scroll;
}

.js-menu ul li:first-child {
    display: flex;
    justify-content: space-between;
}

.js-menu ul li.header {
    background-color: #f6f7f8;
}

.popup-mobile_phone-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
}

.popup-mobile_phone a {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.popup-mobile_btn {
    margin-left: 20px;
    border: 3px solid #153049;
    box-sizing: border-box;
    border-radius: 5px;
}

.popup-mobile_btn a {
    font-size: 16px !important;
    padding: 15px 15px !important;
}

.popup-mobile_phone span:first-child {
    font-size: 18px;
    font-weight: bold;
}

.popup-mobile_phone span:last-child {
    font-size: 16px;
}

.popup-mobile_city span {
    text-decoration: underline;
}

.tabs_mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding: 20px 15px;
    height: auto;
    overflow: scroll;
}

.tabs_mobile-close {
    display: none;
}

.main-section_card-item_popup-wrapper {
    position: absolute;
    display: none;
    top: 0;
    left: -225px;
    width: 300px;
    background-color: #ffffff;
    padding: 10px 10px;
    z-index: 99999;
    box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.item-popup_title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #153049;
    margin-bottom: 10px;
}

.item-popup_labels div {
    color: #fff;
    font-size: 18px;
    background: #1d334b;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.item-popup_text {
    margin-top: 10px;
}

.item-popup_text p {
    text-align: center;
    font-size: 10px;
}

.product-card__labels:hover>.main-section_card-item_popup-wrapper {
    display: block;
}

.product-card__inner {
    position: relative;
}

.main-section__header-filters_mobile select {
    width: 47%;
    font-size: 16px;
    background-color: #edeef0;
    border: none;
    font-weight: bold;
}

.section_basket,
.section_card,
.section_delivery,
.section_stocks {
    background-color: #edeef0;
}

.section_basket {
    padding-bottom: 50px;
}

.delivery_content {
    padding: 50px 0px;
}

.delivery_content-text {
    color: #2b2a29;
    margin-bottom: 20px;
    line-height: 30.26px;
    font-weight: 500;
    text-align: justify;
}

.delivery_title,
.stocks_title {
    font-weight: 600;
    font-size: 48px;
    color: #2b2a29;
}

.content-stocks_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0px;
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
}

.content-stocks_header-item {
    cursor: pointer;
    text-align: center;
    color: #2b2a29;
    padding: 10px 30px;
}

.content-stocks_header-item_active {
    border: 3px solid #153049;
    border-radius: 10px;
}

.stocks_title {
    padding-top: 0px;
}

.content-stock_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 80px 0px;
}

.content-stock_main-item {
    padding: 15px;
}

.content-stock_main-item img {
    max-width: 100%;
}

.basket_title {
    font-size: 36px;
    color: #2b2a29;
}

.basket_title span {
    font-size: 18px;
    color: #434343;
}

.list-products_item-wrapper {
    padding: 25px 0px;
}

.list-products {
    flex: 1 0 65%;
    padding-right: 35px;
}

.content-basket {
    display: flex;
}

.list-products_item {
    background-color: #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.item-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.info-item_name {
    color: #2b2a29;
}

.info-item_price {
    margin-top: 10px;
    font-weight: 600;
    color: #153049;
    font-size: 36px;
}

.info-item_price span {
    font-size: 13px;
}

.info-item_label span {
    font-size: 14px;
    color: #2b2a29;
}

.item-product {
    margin-bottom: 40px;
}

.item-product_price {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #153049;
}

.item-product_price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.item-product_quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 3px 10px;
}

.item-product_quantity input {
    font-size: 18px;
    text-align: center;
    border: none;
    width: 15px;
}

.item-product_quantity span {
    margin-right: 8px;
    font-size: 22px;
}

.content-basket_summary {
    margin-top: 25px;
    background: #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 40px;
    border-radius: 10px;
}

.content-basket_summary-wrapper {
    flex: 1 0 33%;
}

.content-basket_summary-price {
    font-weight: 600;
    font-size: 30px;
    color: #153049;
}

.content-basket_summary-availability {
    font-size: 18px;
    color: #2b2a29;
    margin-top: 20px;
}

.content-basket_summary-promocode {
    font-size: 18px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #153049;
    margin-top: 10px;
}

.content-basket_summary_btn {
    padding: 18px;
    text-align: center;
    margin-top: 20px;
    background: #153049;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.content-basket_summary_btn a {
    color: white;
}

.product-slider-wrapper {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

.product-slider_title {
    font-size: 33px;
    line-height: 40px;
    color: #2b2a29;
}

.product-list {
    display: flex;
}

.order-tabs {
    display: flex;
    padding: 30px;
    background-color: #fff;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.order-wrapper {
    padding-right: 40px;
    flex: 1 0 60%;
}

.order-content {
    display: flex;
    flex-wrap: wrap;
}

.order-tabs_item {
    font-size: 20px;
    font-weight: 600;
    color: #153049;
    cursor: pointer;
}

.order-content_form {
    width: 100%;
}

.order-fields {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    column-count: 3;
    justify-content: space-between;
}

.order-fields_item {
    flex: 0 0 47%;
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    overflow: hidden;
}

.order-fields_item input {
    padding-left: 20px;
    height: 48px;
    width: 100%;
    border: none;
    font-size: 24px;
    color: #5a5a5a;
}

.order-label {
    margin-top: 20px;
    font-size: 18px;
}

.order_title {
    font-size: 36px;
    line-height: 44px;
    color: #2b2a29;
    margin-bottom: 15px;
}

.order_title span {
    font-size: 64px;
    line-height: 78px;
    color: #153049;
    margin-right: 10px;
}

.order-step-one,
.order-step-three,
.order-step-two {
    margin-bottom: 20px;
}

.delivery-fields {
    background-color: #ffffff;
    display: flex;
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.delivery-select_item_labels {
    display: flex;
    margin-top: 22px;
    flex-wrap: wrap;
}

.delivery-select {
    flex: 0 0 45%;
    padding: 15px 35px;
}

.delivery-select_item_title span {
    font-weight: 600;
    font-size: 22px;
    color: #2b2a29;
}

.item-labels_item {
    background: #edeef0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #5a5a5a;
    padding: 5px 12px;
    margin-bottom: 15px;
}

.delivery-select_item_info {
    margin-top: 13px;
    font-weight: 500;
    font-size: 14px;
    color: #2b2a29;
}

.delivery-select_item_link a {
    font-weight: 500;
    font-size: 13px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.delivery-select_item {
    padding: 25px 0px;
}

.delivery-select_item:nth-child(2) {
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
}

.item-labels_item:not(:last-child) {
    margin-right: 20px;
}

.delivery-map {
    flex: 1 0 45%;
}

.delivery-map iframe {
    border-radius: 10px;
}

.form-label_item {
    margin-bottom: 20px;
    display: flex;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #2b2a29;
}

.form-label_item input {
    margin-right: 10px;
}

.form-label_item a {
    font-size: 18px;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.order-content form {
    display: flex;
    flex-direction: column;
}

.form-label_item-coments {
    display: flex;
    flex-direction: column;
}

.form-label_item-coments textarea {
    border: none;
    height: 202px;
    padding: 20px;
    margin-top: 10px;
    font-family: "Montserrat";
    border-radius: 10px;
    resize: none;
}

.form-label_item-coments span {
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    color: #2b2a29;
}

.content-basket_order {
    margin-top: 66px;
}

.card-header {
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.card-info {
    display: flex;
}

.card-info_img-wrapper {
    flex: 1 1 50%;
    padding: 0px 50px;
    text-align: center;
}

.card-info_img {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #000000;
    border-radius: 10px;
}

.card-info_other-info-wrapper {
    flex: 1 1 50%;
}

.other-info_sale {
    font-size: 22px;
    line-height: 27px;
    color: #2b2a29;
}

.other-info_sale span {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.other-info_price span {
    font-weight: bold;
    font-size: 96px;
    line-height: 117px;
    color: #153049;
}

.other-info_price {
    font-size: 24px;
    line-height: 29px;
    color: #153049;
}

.other-info_ocenka {
    font-size: 24px;
    line-height: 29px;
    color: #2b2a29;
}

.other-info_ocenka span {
    font-weight: bold;
}

.other-info_btn {
    background: #153049;
    border-radius: 5px;
    height: 77px;
    width: 338px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
}

.btn-buy {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
}

.other-info_labels {
    margin-top: 5px;
}

.other-info_labels span {
    font-size: 18px;
    line-height: 17px;
    color: #2b2a29;
}

.select-info {
    margin-top: 10px;
}

.select-info_title {
    font-size: 24px;
    line-height: 29px;
    color: #2b2a29;
}

.select-info_item span {
    font-size: 16px;
    line-height: 17px;
    color: #2b2a29;
}

.select-info_item span a {
    font-size: 16px;
    line-height: 17px;
    color: #153049;
    font-weight: bold;
}

.select-info_item {
    margin-top: 10px;
}

.select-info_item__select-wrapper {
    display: flex;
    width: 230px;
    border: 1px solid #434343;
    border-radius: 5px;
    margin-top: 10px;
    justify-content: space-between;
    padding: 0px 10px 0px 10px;
    align-items: center;
    height: 30px;
}

.card {
    background-color: #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-bottom: 20px;
}

.img-slider {
    display: flex;
    justify-content: space-between;
}

.card-info_img-labels {
    position: absolute;
    top: 10px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.arrow-left,
.arrow-right {
    position: absolute;
    top: 50%;
}

.arrow-right {
    right: -30px;
}

.arrow-left {
    left: -30px;
}

.card-description-wrapper {
    margin-top: 37px;
}

.card-description {
    display: flex;
}

.description-left {
    flex: 0 0 30%;
    padding-right: 20px;
}

.description-left-wrapper {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.description-left_title {
    display: flex;
}

.description-left_title span {
    font-size: 22px;
    line-height: 27px;
    margin-right: 10px;
    color: #2b2a29;
}

.description-left_body {
    margin-top: 20px;
}

.description-left_body ul li {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 22px;
    color: #2b2a29;
}

.description-left_body ul li img {
    margin-right: 10px;
}

.description-left_body ul li:not(:last-child) {
    margin-bottom: 27px;
}

.card-description_bottom-wrapper {
    background: #ffffff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 40px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card-description_bottom-title {
    font-size: 24px;
    line-height: 29px;
    color: #2b2a29;
    text-align: center;
    margin-bottom: 11px;
}

.card-description_bottom-btn {
    border: 3px solid #153049;
    box-sizing: border-box;
    width: 260px;
    border-radius: 5px;
    padding: 15px 0px;
    text-align: center;
    margin-bottom: 14px;
}

.card-description_bottom-btn a {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #153049;
}

.card-description_bottom-info {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #2b2a29;
}

.card-description-right {
    padding: 20px 20px;
    background-color: #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.p_title {
    font-size: 33px;
    line-height: 40px;
    color: #2b2a29;
}

.p_content p {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.p_content p:first-child {
    margin-top: 10px;
}

.card-recommendation {
    margin-top: 46px;
}

.card-watch {
    margin-top: 46px;
}

.section_card {
    padding-bottom: 46px;
}

.card-info_img img {
    max-width: 100%;
}

.header_mobile-popup-wrapper {
    background-color: #f6f7f8;
}

li.header header {
    background-color: #f6f7f8;
}

.order-tabs_item-active a {
    border-bottom: 5px solid #153049;
    border-radius: 3px;
}

@media (max-width: 1380px) {
    .product-card__container {
        flex-wrap: wrap;
        justify-content: center !important;
    }
}

@media (max-width: 1281px) {
    .tabs_mobile-close {
        display: block;
        margin-bottom: 30px;
        text-align: right;
    }

    .services_items {
        flex-wrap: wrap;
    }

    .services_items>div {
        padding: 10px 50px !important;
    }

    .tabs-link_mobile {
        display: flex !important;
        padding: 15px 0px;
        justify-content: center;
    }

    .tabs-link_mobile a {
        filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.25));
        width: 372px;
        background-repeat: no-repeat;
        height: 110px;
        font-weight: 800;
        font-size: 24px;
        color: #ffffff;
        padding: 11px 0px 0px 17px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }

    .tabs-link_mobile a:first-child {
        margin-right: 20px;
    }

    .tabs-link_mobile a:hover {
        color: #ffffff;
    }
}

@media (max-width: 1200px) {
    .catalog__filters {
        display: none;
    }

    .catalog__main-section {
        width: 100% !important;
    }

    .main-section {
        border: none !important;
        padding-left: 0px !important;
    }

    .mobile__filters_close {
        display: block !important;
        text-align: right;
    }
}

@media (max-width: 1060px) {
    .main-section__header-filters {
        display: none !important;
    }

    .main-section__header-filters_mobile-wrapper {
        display: block !important;
    }

    .main-section__header-found {
        margin-right: 20px !important;
    }

    .main-section__header-filters_mobile span {
        font-size: 18px;
    }

    .basket_content {
        flex-direction: column;
    }

    .content-basket_summary-wrapper {
        margin-bottom: 50px;
    }

    .list-products {
        padding-right: 0px !important;
        flex: 1 0 100% !important;
    }

    .info-item_label span {
        white-space: nowrap;
    }
}

@media (max-width: 1043px) {

    .header_call-wrapper,
    .header_contacts-menu-wrapper {
        display: none;
    }

    .header_mobile-basket,
    .header_mobile-search {
        display: block;
        cursor: pointer;
    }

    .header {
        display: none;
    }

    header {
        position: sticky;
        top: 0;
    }

    .header-wrapper_sticky {
        top: 130px !important;
    }

    .header_mobile-menu {
        display: block !important;
        position: relative;
        width: 40px;
        height: 35px;
    }

    .header_mobile-menu:after,
    .header_mobile-menu:before,
    .header_mobile-menu span {
        height: 3px;
        width: 100%;
        position: absolute;
        background: #515758;
        margin: 0 auto;
    }

    .header_mobile-menu span {
        top: 24px;
    }

    .header_mobile-menu:after,
    .header_mobile-menu:before {
        content: "";
    }

    .header_mobile-menu:after {
        bottom: 20px;
    }

    .header_mobile-menu:before {
        top: 0;
    }

    .nav li {
        font-size: 20px;
    }

    .footer_subscribe {
        flex-wrap: wrap;
    }

    .product-list .product-card:nth-child(n + 4) {
        display: none;
    }

    .order-wrapper {
        padding-right: 0px !important;
    }

    .order-tabs_item {
        text-align: center;
    }
}

@media (max-width: 921px) {
    .promo_link {
        flex: 0 0 100% !important;
    }

    .promo_item {
        background-size: 100%;
    }

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

    .card-info_other-info {
        display: flex;
        justify-content: space-around;
        margin-top: 46px;
    }

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

    .card-description_left {
        padding-right: 0px !important;
        margin-bottom: 20px;
    }

    .index-slider {
        max-height: none;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .slider-text_text span:first-child {
        font-size: 48px !important;
    }

    .slider-text_text span:last-child {
        font-size: 31px !important;
    }

    .header-wrapper_sticky {
        display: none !important;
    }

    .header_phone-wrapper {
        display: none !important;
    }

    .footer_hotline {
        display: none !important;
    }

    .footer_menu {
        width: 100% !important;
    }

    .footer_menu ul {
        column-count: 2 !important;
    }

    .subscribe-info {
        padding-right: 0px !important;
    }

    .stocks_items,
    .stocks_title {
        display: none !important;
    }

    .subscribe-info_title {
        font-size: 26px !important;
    }

    .subscribe-info_text {
        font-size: 18px !important;
    }

    .subscribe-form form label p {
        font-size: 16px;
    }

    .main-section__header-found {
        display: none !important;
    }

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

    .catalog__footer {
        flex-direction: column;
        justify-content: center !important;
    }

    .catalog__pagination {
        margin-top: 30px;
    }

    .breadcrumbs {
        font-size: 20px;
    }

    .catalog__title {
        font-size: 30px !important;
    }

    .main-section__header-filters_mobile-wrapper {
        margin-top: 15px;
    }

    .item-product_price {
        white-space: nowrap;
        font-size: 30px !important;
    }

    .info-item_name {
        font-size: 20px !important;
    }

    .info-item_price {
        font-size: 30px !important;
    }

    .item-product_quantity span {
        font-size: 16px !important;
    }

    .item-product_quantity {
        width: 70px !important;
    }

    .product-list .product-card:nth-child(n + 3) {
        display: none;
    }

    .product-slider-wrapper {
        padding-right: 0px !important;
    }
}

@media (max-width: 600px) {
    .item-product_img img {
        width: 80%;
    }

    .product-list .product-card:nth-child(n + 2) {
        display: none;
    }

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

    .order-step-three {
        margin-top: 200px !important;
    }

    .order-tabs_item {
        font-size: 15px !important;
    }

    .order-fields {
        flex-direction: column;
        column-count: unset !important;
    }

    .img-slider_item:nth-child(n + 6) {
        display: none;
    }

    .section_card .breadcrumbs ul {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 511px) {
    .order-step-three {
        margin-top: 280px !important;
    }

    .img-slider_item:nth-child(n + 5) {
        display: none;
    }

    .card-info_other-info {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 50px;
    }

    .order-tabs {
        padding: 30px 10px !important;
    }

    .order-tabs_item {
        flex: 1 0 30%;
    }
}

@media (max-width: 425px) {
    .services_items>div {
        padding: 10px 0px !important;
    }

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

    .item-product_price {
        white-space: nowrap;
        font-size: 24px !important;
    }

    .info-item_name {
        font-size: 16px !important;
    }

    .info-item_price {
        font-size: 16px !important;
    }

    .item-product_quantity span {
        font-size: 15px !important;
    }

    .item-product_img img {
        width: 80%;
    }

    .card-header {
        flex-direction: column;
        align-items: center;
    }

    .other-info_price span {
        font-size: 76px !important;
    }

    .services_items>div {
        flex: 0 !important;
    }

    .services_items {
        flex-wrap: unset;
    }

    .services_item {
        flex: 0 !important;
        flex-direction: column !important;
        padding: 0px !important;
        background: unset !important;
    }

    .services_item-title {
        font-size: 16px !important;
        color: #2b2a29 !important;
        text-align: center;
    }

    .services_item-icon img {
        width: 105px !important;
    }

    .stocks_brands-item a img {
        width: 180px;
    }
}

/*@media (min-width: 789px) {
    .product-card:nth-child(4n + 4) {
        margin-right: 0;
    }
}*/
@media (min-width: 789px) {
    .product-card:nth-child(4n + 4) {
        margin-right: 0;
    }
}

@media (min-width: 594px) and (max-width: 789px) {
    .product-card:nth-child(3n + 3) {
        margin-right: 0;
    }
}

@media (max-width: 381px) {
    .product-card {
        margin-right: 0px !important;
    }
}

@media (max-width: 415px) {
    .product-card__container {
        justify-content: space-between !important;
    }

    .tabs-content_toggle_value {
        font-size: 13px !important;
    }

    .delivery_title {
        text-align: center;
        font-size: 25px !important;
    }

    .item-product_price {
        font-size: 22px !important;
    }

    .item-product_quantity {
        width: 65% !important;
    }

    .item-product {
        padding: 10px !important;
    }

    .content-basket_summary-price {
        font-size: 24px !important;
    }

    .product-slider-wrapper {
        padding-right: 30px !important;
    }
}

@media (min-width: 714px) {
    .product-card__container {
        justify-content: space-between !important;
    }
}

@media (min-width: 789px) and (max-width: 948px) {
    .product-card__container {
        justify-content: center !important;
    }
}

@media (max-width: 1114px) {

    .filters__price,
    .filters__size {
        padding-right: 0px !important;
    }
}

@media (max-width: 629px) {

    .popup-mobile_phone {
        width: 100%;
        height: auto;
        text-align: center;
    }
	.mob-wrapper {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	.mob-wrapper .mob-item a {
		width: fit-content:
		display: block;
	}
	.mob-wrapper .mob-item a.flex {
		display:none;
	}
	.mob-wrapper .mob-item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: nowrap;
		width: 100%;
		padding-bottom: 7px;
	}
	.popup-mobile_phone-wrapper {
		width: 100%;
		height: auto;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.popup-mobile_phone a {
		align-items: center !important;
		padding: 0 0.4em !important;
	}

    .tabs-content_form-fields {
        column-count: 1 !important;
    }

    .tabs-link {
        align-items: center !important;
        flex-direction: column;
    }

    .tabs-link_item {
        margin-bottom: 20px;
        padding: 10px 0px;
        width: 100%;
        border: 3px solid #153049;
    }

    .tabs {
        padding-top: 0px !important;
    }

    .tabs-link_item {
        background-color: white !important;
    }

    .tabs-link_item-active {
        color: white !important;
        background-color: #153049 !important;
        height: 97px;
    }
}

.basket_title {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}

.basket_title h1 {
	margin-right: 5px;
}

@media (max-width: 1440px) {
	.breadcrumbs ul {
		width: 100%;
		flex-wrap: wrap;
		line-height: 1.35;
	}
}

@media (max-width: 425px) {

	.breadcrumbs ul {
		width: 100%;
		flex-wrap: nowrap;
		line-height: 1.35;
	}

	.mob-wrapper .mob-item:last-of-type {
		flex-wrap:wrap;
		justify-content: flex-start;
	}
	.mob-wrapper .mob-item:last-of-type span {
		width: 100%;
		text-align: left;
		padding: 0 8px;
	}
}

/*.product-card {
  width: calc(32% - 15px) !important;
}*/

.TINKOFF_SIZE_L {
    padding: 0px 0px !important;
    min-height: 34px !important;
    font-size: 14px !important;
    line-height: 1 !important;
}