.store-preheader {
    padding: 8px 0;
    background-color: #1A3D64;
    color: #fff;
    min-height: 40px;
    position: relative;
}
.store-preheader.hidden {
    display: none;
}
.store-preheader__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}
.store-preheader__text {
    font-size: 16px;
    line-height: 24px; 
    color: #fff;
    text-align: center;
}
.store-preheader__text a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}
.store-header {
    height: auto;
}
.store-header.fixed .container {
    display: flex;
    align-items: center;
}
.store-header.fixed .store-header__bottom {
    flex: 1;
    margin: 0 0 0 40px;
}
.store-header .container {
    display: block;
}
.store-header__top {
    height: 88px;
    display: flex;
    align-items: center;
}
.store-header__bottom {
    margin-top: 12px;
    display: flex;
}
.store-search {
    position: relative;
    display: flex;
    align-items: center;
}
.store-header__search {
    flex: 1;
    margin-right: 28px;
}
.store-search__submit {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    position: absolute;
    left: 16px;
    width: 24px;
    height: 24px;
    background: url('../img/icons/icon-search.svg'), center / contain no-repeat;
    cursor: pointer;
    opacity: 0.32;
    transition: opacity .3s ease-in-out;
}
.store-search__submit:hover {
    opacity: 1;
}
.store-search__input:hover + .store-search__submit, .store-search__input:focus + .store-search__submit {
    opacity: 1;
}
.store-search__input {
    width: 100%;
    height: 52px;
    padding-left: 56px;
    border: 1px solid rgba(26, 61, 100, 0.2);
}
.store-buttons {
    display: flex;
}
.store-header__top-buttons {
    display: none;
}
.store-buttons .store-button {
    margin-right: 8px;
}
.store-buttons .store-button:last-child {
    margin-right: 0;
}
.store-button {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
    position: relative;
}
.store-button img {
    opacity: 0.32;
    transition: opacity .3s ease-in-out;
}
.store-button:hover img {
    opacity: 1;
}
.store-button__counter {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 16px;
    min-width: 16px;
    padding: 0 4px;
    background-color: #E25491;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}
.store-menu-wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 12;
    background-color: rgba(25, 29, 33, 0.9);
}
.store-menu {
    width: 100%;
    max-width: 360px;
    overflow-y: auto;
    background-color: #fff;
    min-height: 100vh;
    padding: 10px 16px 24px;
}
.store-menu__top {
    border-bottom: 1px solid rgba(26, 61, 100, 0.20);
    padding-bottom: 32px;
}
.store-menu__top-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.store-menu__close {
    background: url('../img/icons/ison-store-menu-close.svg') center / 24px 24px no-repeat;
    margin-right: -6px;
}
.store-menu__close:hover {
    opacity: 1;
}
.store-menu__top-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #1A3D64;
    text-decoration: none;
    transition: opacity .3s ease-in-out;
}
.store-menu__top-link:hover {
    opacity: 0.72;
}
.store-menu__top-link img {
    margin-right: 12px;
}
.store-menu__cats {
    padding: 24px 0;
    border-bottom: 1px solid rgba(26, 61, 100, 0.20);
}
.store-menu__cats .catalog-cat__head {
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0;
}
.store-menu__cats .catalog-cat__body {
    padding: 12px 16px 24px;
}
.store-menu__cats .catalog-cat__head:hover {
    color: #1A3D64;
}
.store-menu__sub-cat {
    color: rgba(26, 61, 100, 0.84);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    text-decoration: none;
    display: block;
    transition: opacity .3s ease-in-out;
}
.store-menu__sub-cat:hover {
    opacity: 0.72;
}
.store-menu__sub-cat:last-child {
    margin-bottom: 0;
}
.store-menu__bottom {
    padding-top: 24px;
}
.store-menu__bottom-link {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #1A3D64;
    margin-bottom: 24px;
    display: block;
    text-decoration: none;
    transition: opacity .3s ease-in-out;
}
.store-menu__bottom-link:last-child {
    margin-bottom: 0;
}
.store-menu__bottom-link:hover {
    opacity: 0.72;
}
.store-page {
    padding: 276px 0 164px;
}
.store-head {
    margin-bottom: 64px;
}
.store-head__title {
    margin-bottom: 20px;
}
.catalog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
}
.catalog-tags__item {
    display: flex;
}
.catalog-tags__item a {
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
    color: #1A3D64;
    transition: color .3s ease-in-out;
}
.catalog-tags__item a:hover {
    color: #E990B6;
}
.catalog-tags__item span {
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 61, 100, 0.6);
    margin: 3px 0 0 12px;
}
.catalog-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2.5vw;
}
.catalog-row__main {
    grid-column: span 3;
}
.catalog-cat {
    width: 100%;
}
.catalog-cat__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    color: #1A3D64;
    cursor: pointer;
    padding: 16px 0;
    transition: color .3s ease-in-out;
}
.catalog-cat__head:hover {
    color: #E990B6;
}
.catalog-cat__head img {
    margin-left: 12px;
    transition: transform 0.3s ease-in-out;
}
.catalog-cat__head.active img {
    transform: rotate(180deg);
}
.catalog-cat__body {
    display: none;
    padding: 12px 0 32px;
}
.catalog-checkbox .checkbox__text {
    display: flex;
    align-items: flex-start;
}
.catalog-checkbox .checkbox__text span {
    color: rgba(26, 61, 100, 0.6);
    margin-left: 12px;
}
.catalog-cat__body .catalog-checkbox {
    margin-bottom: 8px;
}
.catalog-cat__body .catalog-checkbox:last-child {
    margin-bottom: 0;
}
.catalog-cats-reset {
    margin-top: 32px;
}
.button-outline-icon {
    padding-top: 13px;
    padding-bottom: 13px;
    align-items: center;
}
.button-outline-icon svg {
    height: 24px;
    margin-right: 12px;
}
.button-outline-icon svg path {
    transition: fill .3s ease-in-out;
}
.button-outline-icon:hover svg path {
    fill: #fff;
}
.button-icon {
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: center;
}
.button-icon svg {
    height: 24px;
    margin-right: 12px;
}
.button-icon svg path {
    transition: fill .3s ease-in-out;
}
.catalog-sort {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.sort-tags {
    display: flex;
    align-items: flex-start;
    margin-right: 48px;
    overflow-x: auto;
    align-items: flex-start;
    white-space: nowrap;
}
.sort-tags__link {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 61, 100, 0.6);
    text-decoration: none;
    padding: 5px 15px;
    border: 1px solid rgba(26, 61, 100, 0.2);
    border-radius: 4px;
    margin-right: 16px;
    cursor: pointer;
    transition: .3s ease-in-out;

}
.sort-tags__link:last-child {
    margin-right: 0;
}
.sort-tags__link:hover, .sort-tags__link.active {
    color: #fff;
    background-color: #1A3D64;
    border-color: #1A3D64;
}
.filter-checkboxes {
    display: flex;
}
.filter-checkboxes .checkbox {
    margin-right: 24px;
}
.filter-checkboxes .checkbox:last-child {
    margin-right: 0;
}
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 48px 2.5vw;
}
.catalog-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.085vw 2.085vw 48px;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px rgba(26, 61, 100, 0.16);
    position: relative;
    transition: background-color .3s ease-in-out;
}
.catalog-card:hover {
    background-color: #F2F6F9;
}
.catalog-card__discount {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 4px 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: #00A5AF;
    border-radius: 4px;
}
.catalog-card__img {
    width: 100%;
    padding-bottom: 100%;
    background: center / cover no-repeat;
    margin-bottom: 24px;
    border-radius: 2px;
}
.catalog-card__title {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #1A3D64;
    margin-bottom: 12px;
}
.catalog-card__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: rgba(26, 61, 100, 0.84);
    /* margin-bottom: 20px; */
    margin-top: auto;
}
.catalog-card__price span {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: rgba(26, 61, 100, 0.32);
}
.catalog-card__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.catalog-card__add-cart {
    margin-right: 8px;
    padding: 13px 2px;
    flex: 1;
    max-width: 177px;
}
.catalog-card__add-fav img.active{
    display: none;
}
.catalog-card__add-fav.active img.default{
    display: none;
}
.catalog-card__add-fav.active img.active{
    display: block;
    opacity: 1;
}
.catalog-card__add-cart.active {
    border-color: #1A3D64;
    background-color: #1A3D64;
    color: #fff;
}
.catalog-card__add-cart.active svg path {
    fill: #fff;
}
.store-footer-menu {
    padding: 48px 0;
    border-bottom: 1px solid rgba(26, 61, 100, 0.16);
    display: flex;
    align-items: flex-start;
}
.store-footer-menu__link {
    font-size: 21px;
    font-family: 'PT Sans Caption', Arial, sans-serif;
    line-height: 28px;
    color: #1A3D64;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: opacity .3s ease-in-out;
    margin-right: 3.3vw;
}
.store-footer-menu__link:last-child {
    margin-right: 0;
}
.store-footer-menu__link img {
    margin-right: 12px;
}
.store-footer-menu__link:hover {
    opacity: 0.72;
}
.store-footer .footer-bottom {
    display: flex;
    align-items: flex-start;
}
.store-footer .footer-bottom .footer-copyrights {
    margin-right: 3.3vw;
}
.store-footer .footer-bottom .footer-copyrights:last-child {
    margin: 0;
}
.favorites-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 48px 2.5vw;
}
.search-page {
    padding: 240px 0 164px;
}
.search-page__title {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    color: #1A3D64;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 64px;
}
.search-page__title span {
    font-size: 16px;
    font-family: 'PT Sans';
    line-height: 24px;
    color: rgba(26, 61, 100, 0.60);
    font-weight: 400;
    display: inline-block;
    margin-left: 20px;
}
.product-page {
    padding: 216px 0 164px;
}
.product-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: ". a a a a a a a a a a .";
    grid-column-gap: 2.5vw;
}
.product-grid-item {
    grid-area: a;
}
.product-breadcrumbs {
    margin-bottom: 48px;
}
.product-card {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px;
}
.product-card__left {
    width: 48%;
    width: calc(50% - 1.25vw);
    padding-right: 1.7vw;
}
.product-slider {
    width: 100%;
}
.product-slider-for {
    margin-bottom: 20px;
}
.product-slider-for .slick-track {
    display: flex;
    align-items: center;
}
.product-slider-for__img-wrap {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.product-slider-for__slide img {
    display: block;
    margin: 0;
    max-width: 100%;
    border-radius: 2px;
}
.product-slider-for__zoom {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px;
    cursor: pointer;
}
.product-slider-for__zoom span {
    width: 36px;
    height: 36px;
    background-color: rgba(25, 29, 33, 0.5);
    border-radius: 8px;
    transition: background-color .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-slider-for__zoom:hover span {
    background-color: #fff;
}
.product-slider-for__zoom svg {
    width: 20px;
}
.product-slider-for__zoom svg path {
    transition: fill .3s ease-in-out;
}
.product-slider-for__zoom:hover svg path {
    fill: #1A3D64;
}
.product-slider-nav {
    padding: 0 64px;
    max-width: 496px;
    margin: 0 auto;
}
.product-slider-nav .slick-list {
    margin: 0 -6px;
}
.product-slider-nav .slick-track {
    display: flex;
    align-items: center;
    min-height: 44px;
}
.product-slider-nav.product-slider-nav_small .slick-track {
    transform: none !important;
}
.product-slider-nav__slide.slick-current {
    opacity: 1;
}
.product-slider-nav__slide {
    width: 100%;
    opacity: 0.4;
    margin: 0 6px;
}
.product-slider-nav__img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: center / cover no-repeat;
    cursor: pointer;
    border-radius: 2px;
}
.product-card__right {
    width: 48%;
    width: calc(50% - 1.25vw);
}
.product-card__discount {
    padding: 4px 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: #00A5AF;
    border-radius: 4px;
    margin-bottom: 16px;
    display: inline-block;
}
.product-card__discount-mobile {
    display: none;
}
.product-card__title {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #1A3D64;
    margin: 0 0 16px;
}
.product-card__title-mobile {
    display: none;
    margin-bottom: 32px;
}
.product-card__code {
    font-size: 14px;
    line-height: 20px;
    color: rgba(26, 61, 100, 0.60);
    margin-bottom: 16px;
}
.product-card__price {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #1A3D64;
    margin-bottom: 20px;
}
.product-card__price span {
    font-size: 14px;
    line-height: 20px;
    color: rgba(26, 61, 100, 0.32);
    text-decoration: line-through;
    display: inline-block;
    margin-left: 12px;
}
.product-card__color {
    margin-bottom: 16px;
}
.product-card__color-title {
    font-size: 14px;
    line-height: 20px;
    color: rgba(26, 61, 100, 0.60);
}
.product-card__color-list {
    display: flex;
    align-items: flex-start;
    margin-left: -4px;
    flex-wrap: wrap;
}
.product-card__color-item {
    cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 4px;
    flex-shrink: 0;
    text-decoration: none;
}
.product-card__color-item div {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid rgba(26, 61, 100, 0.20);
    padding: 5px;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.product-card__color-item div span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid;
}
.product-card__color-item:hover div {
    background-color: #F2F6F9;
}
.product-card__color-item.active {
    pointer-events: none;
}
.product-card__color-item.active div {
    border-color: #1A3D64;
    background-color: #F2F6F9;
}
.product-card__size {
    margin-bottom: 16px;
}
.product-card__size-title {
    font-size: 14px;
    line-height: 20px;
    color: rgba(26, 61, 100, 0.60);
    margin-bottom: 8px;
}
.product-card__size-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.product-card__size-item {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 61, 100, 0.60);
    border: 1px solid rgba(26, 61, 100, 0.20);
    border-radius: 4px;
    cursor: pointer;
    transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
    text-decoration: none;
}
.product-card__size-item:hover {
    background-color: #F2F6F9;
}
.product-card__size-item.active {
    color: #1A3D64;
    border-color: #1A3D64;
    background-color: #F2F6F9;
    pointer-events: none;
}
.product-card__buttons {
    margin: 32px 0;
}
.product-card__buttons-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.product-card__buttons-right {
    display: flex;
    align-items: flex-start;
}
.product-card__add-cart {
    width: 178px;
}
.product-card__add-cart-wrap {
    margin-right: 16px;
}
.product-card__add-cart.active {
    background-color: #E25491;
}
.product-card__counter {
    margin-right: 32px;
}
.product-counter {
    display: flex;
    align-items: center;
}
.product-counter__input {
    width: 60px;
    height: 52px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 61, 100, 0.60);
    border: 1px solid rgba(26, 61, 100, 0.20);
    outline: none;
    border-radius: 4px;
    text-align: center;
    padding: 4px;
    margin: 0 4px;
}
.product-counter__minus, .product-counter__plus {
    width: 44px;
    height: 44px;
    opacity: 0.32;
    cursor: pointer;
    background: center / 20px no-repeat;
    transition: opacity .3s ease-in-out;
}
.product-counter__minus.disable, .product-counter__plus.disable {
    pointer-events: none;
}
.product-counter__minus:hover, .product-counter__plus:hover {
    opacity: 1;
}
.product-counter__minus {
    background-image: url('../img/icons/icon-minus.svg');
}
.product-counter__plus {
    background-image: url('../img/icons/icon-plus.svg');
}
.product-card__buttons-2 {
    display: flex;
    align-items: flex-start;
    margin: 0 0 24px -8px;
}
.product-card__add-fav, .clear-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: rgba(26, 61, 100, 0.84);
    text-decoration: none;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
    border: none;
    outline: none;
    background: none;
}
.product-card__add-fav {
    margin-right: 12px;
}
.product-card__add-fav:hover, .clear-btn:hover {
    opacity: 0.72;
}
.product-card__add-fav img.active {
    display: none;
}
.product-card__add-fav.active img.default {
    display: none;
}
.product-card__add-fav.active img.active {
    display: block;
}
.share-block.product-card__share .ya-share2__link_more {
    flex-direction: row;
    margin-left: 0;
}
.share-block.product-card__share .ya-share2__popup {
    max-width: none;
}
.product-card__line {
    width: 100%;
    height: 1px;
    background-color: rgba(26, 61, 100, 0.20);
    margin-bottom: 36px;
}
.product-card__availability {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    background-color: #F2F6F9;
    color: rgba(26, 61, 100, 0.84);
    display: inline-block;
    margin-bottom: 12px;
}
.product-card__info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-card__info li {
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 61, 100, 0.84);
    margin-bottom: 4px;
}
.product-card__info li span {
    display: inline-block;
    font-weight: 700;
    color: #1A3D64;
    margin-right: 8px;
}
.product-card__info li:last-child {
    margin-bottom: 0;
}
.product-card__note {
    font-size: 14px;
    line-height: 20px;
    color: rgba(26, 61, 100, 0.84);
}
.product-card__note b {
    color: #1A3D64;
}
.product-card__note a {
    color: inherit;
    text-decoration: underline;
}
.product-desc {
    width: 100%;
    max-width: 58.7%;
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 61, 100, 0.84);
}
.product-desc .title {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    color: #1A3D64;
    margin: 48px 0 32px;
}
.product-desc p {
    margin-bottom: 24px;
}
.product-desc img {
    max-width: 100%;
}
.product-desc ul {
    margin: 32px 0;
    padding: 0;
    list-style: none;
}
.product-desc ul li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 28px;
}
.product-desc ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #00A5AF;
}
.product-desc li:last-child {
    margin-bottom: 0;
}
.product-desc > *:last-child {
    margin-bottom: 0;
}
.product-desc > *:first-child {
    margin-top: 0;
}
.product-gallery {
    width: 100%;
}
.product-gallery-for.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-gallery-for {
    margin-bottom: 20px;
}
.product-gallery-for .slick-track {
    display: flex;
    align-items: center;
}
.product-gallery-for__slide img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    border-radius: 2px;
}
.product-gallery .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.product-gallery-nav {
    max-width: 534px;
    margin: 0 auto;
    padding: 0 84px;
}
.product-gallery-nav .slick-list {
    margin: 0 -6px;
}
.product-gallery-nav__slide {
    width: 100%;
    opacity: 0.4;
    margin: 0 6px;
}
.product-gallery-nav__slide.slick-current {
    opacity: 1;
}
.product-gallery-nav__img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: center / cover no-repeat;
    cursor: pointer;
    border-radius: 2px;
}
.product-gallery-nav.product-gallery-nav_small .slick-track {
    transform: none !important;
}
.cart-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2.5vw;
    align-items: flex-start;
}
.cart-grid__left {
    grid-column: span 8;
    padding-right: 3.75vw;
}
.cart-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(26, 61, 100, 0.20);
}
.clear-cart {
    margin-right: -8px;
}
.cart-item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(26, 61, 100, 0.20);
    display: flex;
    align-items: center;
}
.cart-item__checkbox {
    margin-right: 16px;
}
.cart-item__checkbox .checkbox__text {
    padding-left: 20px;
}
.cart-item__img {
    width: 196px;
    height: 196px;
    background: center / cover no-repeat;
    margin-right: 1.875vw;
    flex-shrink: 0;
}
.cart-item__content {
    flex: 1;
    min-height: 196px;
    display: flex;
    flex-direction: column;
    margin-right: 2.5vw;
}
.cart-item__top {
    display: flex;
    align-items: flex-start;
}
.cart-item__title {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    color: #1A3D64;
    text-decoration: none;
    flex: 1;
    margin-right: 2.5vw;
    transition: opacity .3s ease-in-out;
}
.cart-item__title:hover {
    opacity: 0.72;
}
.cart-item__price {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    color: #1A3D64;
    flex-shrink: 0;
    width: 92px;
}
.cart-item__price span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(26, 61, 100, 0.32);
    text-decoration: line-through;
}
.cart-item__counter {
    margin-top: auto;
}
.cart-item__delete {
    width: 16px;
    height: 16px;
    background: url('../img/icons/icon-cart-cross.svg') center / contain no-repeat;
    opacity: 0.32;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    border: none;
    line-height: 0;
    align-self: flex-start;
}
.cart-item__delete:hover {
    opacity: 1;
}
.cart-grid__right {
    grid-column: span 4;
}
.cart-sum {
    width: 100%;
    border-radius: 2px;
    border: 1px solid rgba(26, 61, 100, 0.20);
    padding: 32px 1.875vw;
    margin-bottom: 40px;
}
.cart-sum__title {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    color: #1A3D64;
    margin: 0 0 32px;
}
.cart-sum__promo {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
}
.cart-sum__promo-field {
    margin-right: 16px;
    flex: 1;
}
.cart-sum__promo-title {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    color: rgba(26, 61, 100, 0.84);
}
.cart-sum__promo-button {
    margin-top: 24px;
}
.cart-sum__promo-2 {
    display: none;
    align-items: center;
    margin-bottom: 32px;
}
.cart-sum__promo-text {
    flex: 1;
    font-size: 16px;
    line-height: 24px;
    color: #1A3D64;
}
.cart-sum__promo-text span {
    font-weight: 700;
}
.clear-code {
    margin-right: -8px;
    font-size: 16px;
    line-height: 24px;
}
.cart-sum__numbers {
    border-bottom: 1px solid rgba(26, 61, 100, 0.20);
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.cart-sum__numbers-item {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}
.cart-sum__numbers-item:last-child {
    margin-bottom: 0;
}
.cart-sum__numbers-title {
    color: rgba(26, 61, 100, 0.60);
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
}
.cart-sum__numbers-quantity {
    font-size: 16px;
    line-height: 24px;
    color: #1A3D64;
}
.cart-sum__numbers-sum {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #1A3D64;
}
.cart-sum__numbers-discount {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #E25491;
}
.cart-sum__total {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #1A3D64;
    margin-bottom: 32px;
}
.cart-sum__pay-button {
    width: 100%;
}
.cart-sum__pay-button.disable {
    pointer-events: none;
}
.cart-info {
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: rgba(26, 61, 100, 0.84);
}
.cart-info:hover {
    text-decoration: none;
}
.order-form__user-block {
    margin-bottom: 48px;
}
.order-form__title {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 32px;
}
.order-form__inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 2.5vw;
}
.order-form__delivery-block {
    margin-bottom: 48px;
}
.order-form__delivery-options {
    margin-bottom: 20px;
}
.radio-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.radio-column .radio-group {
    margin-bottom: 8px;
}
.radio-column .radio-group:last-child {
    margin-bottom: 0;
}
.order-form__payment-block {
    margin-bottom: 32px;
}
.order-form__delivery-address {
    font-size: 16px;
    line-height: 24px;
    color: #1A3D64;
    margin-bottom: 20px;
}
.order-form__delivery-address span {
    font-size: 14px;
    line-height: 20px;
    color: rgba(26, 61, 100, 0.60);
    display: block;
    margin-top: 8px;
}
.order-success {
    padding: 320px 0 220px;
    display: none;
}
.order-success__img {
    width: 128px;
    max-width: 100%;
    margin-bottom: 48px;
}
.order-success__block {
    max-width: 588px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.order-success__title {
    font-family: PT Sans Caption;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px; 
    color: #1A3D64;
    text-align: center;
    margin-bottom: 24px;
}
.order-success__text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 61, 100, 0.84);
    text-align: center;
    margin-bottom: 32px;
}
.store-contacts {
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 61, 100, 0.84);
    width: 49%;
    width: calc(50% - 1.25vw);
    margin-bottom: 64px;
}
.store-contacts__item {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.store-contacts__item:last-child {
    margin-bottom: 0;
}
.store-contacts__text {
    margin-bottom: 8px;
}
.store-contacts__data {
    color: #1A3D64;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
}
.store-contacts__data img {
    width: 16px;
    margin: 4px 12px 0 0;
}
a.store-contacts__data {
    transition: .3s opacity ease-in-out;
}
a.store-contacts__data:hover {
    opacity: 0.72;
}
.map-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 632px;
    padding: 48px 5vw;
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F2F6F9;
}
.map-label {
    background: transparent;
    display: flex;
}
.map-label div {
    display: flex;
    background-color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-family: 'PT Sans Caption', Arial, sans-serif;
    border-radius: 14px;
    padding: 4px 10px;
    color: rgba(26, 61, 100, 0.84);
    text-align: center;
    white-space: nowrap;
    box-shadow: 0px 8px 16px rgba(26, 61, 100, 0.24);
}
#rectangleIcon {
    width: 66px;
    height: 72px;
    display: block;
}
#rectangleIcon > div {
    background: url("../img/map-vector.svg");
    background-size: cover;
    width: 66px;
    height: 72px;
    transform: scale(.75)
}
.big-icon {
    width: 160px;
    height: 160px;
    background: url("../img/map-photo.png")
}
[class*="ymaps-2-1"][class*="-ground-pane"]{
    filter: grayscale(100%) !important;
}
#map #bigIcon, #map #rectangleIcon, #map #rectangleIcon *, #map .map-label, #map .map-label * {
    filter: grayscale(0%) !important;
}
.map-box {
    position: relative;
    padding: 32px 36px 48px;
    background: #fff;
    width: 557px;
    max-width: 50%;
    margin-left: 50%;
    font-size: 16px;
    line-height: 24px;
    color: rgba(26, 61, 100, 0.84);
    box-shadow: 0px 4px 12px rgba(26, 61, 100, 0.12);
}
.map-box__title {
    font-family: 'PT Sans Caption', Arial, sans-serif;
    font-size: 21px;
    line-height: 28px;
    color: #1A3D64;
    margin-bottom: 24px;
}
.map-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.map-box ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}
.map-box ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #00A5AF;
}
.map-box ul li:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 1600px) {
    .catalog-sort {
        display: block;
    }
    .sort-tags {
        margin: 0 0 24px;
    }
    .product-grid {
        display: block;
    }

}
@media only screen and (max-width: 1367px) {
    .store-header .header-logo {
        margin-right: 3.3vw;
    }
    .product-card__buttons-row {
        display: block;
    }
    .product-card__counter {
        margin: 0 0 32px;
    }
    .product-desc {
        max-width: 75%;
    }
    .product-card__left, .cart-grid__left {
        padding: 0;
    }
    .cart-sum__promo {
        display: block;
    }
    .store-header.fixed .store-header__search {
        display: none;
    }
    .store-header.fixed .container {
        justify-content: space-between;
    }
    .store-header.fixed .store-header__bottom {
        flex: unset;
    }
    .store-contacts {
        width: 100%;
    }
    

}
@media only screen and (max-width: 1024px) {
    .store-header.fixed .store-header__bottom {
        display: none;
    }
    .store-header__top {
        height: 64px;
        width: 100%;
    }
    .store-header .header-logo {
        margin-right: 1.2vw;
    }
    .store-button {
        width: 44px;
        height: 44px;
    }
    .store-button img {
        width: 24px;
        opacity: 1;
    }
    .store-button__counter {
        top: 2px;
        right: 2px;
    }
    .store-header__bottom-buttons{
        display: none;
    }
    .store-header__top-buttons {
        display: flex;
    }
    .store-buttons .store-button {
        margin-right: 4px;
    }
    .store-header .mobile-menu {
        margin-left: 4px;
    }
    .store-header__search{
        width: 100%;
        flex: unset;
        margin: 0;
    }
    .store-menu-wrap.active {
        display: flex;
        justify-content: flex-end;
    }
    .store-page {
        padding-top: 252px;
    }
    .catalog-row {
        display: block;
    }
    .catalog-row__side {
        display: none;
    }
    .catalog-grid, .favorites-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .souvenirs-grid .catalog-card {
        flex-shrink: 0;
        margin-right: 2.5vw;
        width: 45vw;
        width: calc(45vw - 1.25vw);
    }
    .souvenirs-grid .catalog-card:last-child {
        margin-right: 0;
    }
    .product-card__title-desktop, .product-card__discount-desktop {
        display: none;
    }
    .product-card__discount-mobile {
        display: inline-block;
    }
    .product-card__title-mobile {
        display: block;
    }
    .product-card {
        display: block;
    }
    .product-card__left {
        width: 100%;
        margin-bottom: 64px;
    }
    .product-slider {
        max-width: 700px;
    }
    .product-card__right {
        width: 100%;
    }
    .product-desc {
        max-width: none;
    }
    .product-card__buttons-row {
        display: flex;
    }
    .product-card__counter {
        margin: 0 32px 0 0;
    }
    .product-gallery .slick-arrow {
        top: 100%;
        transform: none;
        margin-top: 30px;
    }
    .product-gallery-nav .slick-track {
        display: flex;
        align-items: center;
        min-height: 44px;
    }
    .cart-grid {
        display: block;
    }
    .cart-grid__left {
        margin-bottom: 40px;
    }
    .cart-sum__promo {
        display: flex;
    }
    .search-page {
        padding-top: 216px;
    }
    .product-page {
        padding-top: 192px;
    }
    .order-form__submit {
        display: none;
    }
    

}
@media only screen and (max-width: 768px) {
    .store-preheader {
        padding: 12px 0;
    }
    .store-preheader__text {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        padding-right: 24px;

    }
    .button-outline-icon {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .button-icon {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .button-outline-icon svg, .button-icon svg {
        margin-right: 8px;
    }
    .store-header__bottom {
        margin-top: 8px;
    }
    .store-search__input {
        height: 44px;
    }
    .store-page, .search-page, .product-page {
        padding: 180px 0 80px;
    }
    .store-head {
        margin-bottom: 32px;
    }
    .store-head__title {
        margin-bottom: 12px;
    }
    .catalog-tags {
        gap: 8px 24px;
    }
    .catalog-tags__item span {
        margin-left: 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .catalog-tags__item a {
        font-size: 16px;
        line-height: 24px;
    }
    .sort-tags {
        margin-bottom: 20px;
    }
    .catalog-grid, .favorites-grid {
        grid-gap: 16px;
    }
    .catalog-card {
        padding: 32px;
    }
    .catalog-card__add-cart {
        /* flex: none;
        max-width: none;
        padding: 9px 23px; */
        max-width: 148px;
    }
    .catalog-card__img {
        margin-bottom: 20px;
    }
    .catalog-card__title {
        font-size: 18px;
        line-height: 20px;
    }
    .store-footer-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px 16px;
    }
    .store-footer-menu__link { 
        margin: 0;
    }
    .store-footer .footer-bottom {
        flex-direction: column;
    }
    .store-footer .footer-bottom .footer-copyrights {
        margin: 0 0 32px;
    }
    .search-page__title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .search-page__title span {
        margin-left: 16px;
    }
    .product-desc .title {
        font-size: 18px;
        line-height: 20px;
    }
    .souvenirs-grid .catalog-card {
        margin-right: 16px;
        width: 45vw;
        width: calc(45vw - 8px);
    }
    .product-breadcrumbs {
        margin-bottom: 16px;
    }
    .product-card__discount {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 20px;
        padding: 4px 8px;
    }
    .product-card__title {
        font-size: 22px;
        line-height: 24px;
    }
    .product-slider-for {
        margin-bottom: 16px;
    }
    .product-slider-nav {
        max-width: 396px;
    }
    .product-card__left {
        margin-bottom: 40px;
    }
    .product-card__price {
        margin-bottom: 16px;
    }
    .product-card__buttons {
        margin: 24px 0 16px;
    }
    .product-card__counter {
        margin-right: 12px;
    }
    .product-counter__input {
        margin: 0;
        width: 48px;
        height: 44px;
    }
    .product-card__add-cart-wrap {
        margin-right: 8px;
    }
    .product-card__add-cart {
        width: 150px;
    }
    .product-card__buttons-2 {
        margin-bottom: 20px;
    }
    .product-card__line {
        margin-bottom: 24px;
    }
    .product-card {
        margin-bottom: 52px;
    }
    .product-gallery-for {
        margin-bottom: 16px;
    }
    .product-gallery .slick-arrow {
        margin-top: 16px;
    }
    .product-gallery-nav {
        max-width: 436px;
    }
    .cart-top {
        padding-bottom: 8px;
    }
    .cart-item {
        padding: 24px 0;
    }
    .cart-item__checkbox {
        margin-right: 12px;
    }
    .cart-item__img {
        margin-right: 24px;
    }
    .cart-item__top {
        flex-direction: column;
        align-items: stretch;
    }
    .cart-item__title {
        flex: unset;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 16px;
    }
    .cart-item__price {
        font-size: 16px;
        line-height: 20px;
    }
    .cart-item__content {
        margin-right: 16px;
    }
    .cart-sum {
        padding: 24px 20px;
        margin-bottom: 24px;
    }
    .cart-sum__title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .cart-sum__promo, .cart-sum__total, .cart-sum__promo-2 {
        margin-bottom: 20px;
    }
    .cart-sum__numbers {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .cart-sum__numbers-item {
        margin-bottom: 8px;
    }
    .cart-sum__total {
        font-size: 16px;
    }
    .order-form__title {
        font-size: 18px;
        line-height: 20px;
    }
    .order-form__inputs {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .order-form__checkbox {
        margin-top: 20px;
    }
    .order-form__delivery-options, .order-form__delivery-address {
        margin-bottom: 16px;
    }
    .order-success {
        padding: 240px 0 140px;
    }
    .order-success__img {
        width: 100px;
        margin-bottom: 24px;
    }
    .order-success__title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .map-container {
        max-width: none;
    }
    .map-box {
        padding: 20px 24px 32px;
    }
    .map-box__title {
        font-size: 16px;
        line-height: 20px;
    }
    .store-contacts {
        margin-bottom: 48px;
    }
    .store-contacts__item {
        margin-bottom: 24px;
    }


}

@media only screen and (max-width: 480px) {
    .store-menu {
        max-width: none;
    }
    .catalog-grid, .favorites-grid {
        grid-template-columns: 1fr;
    }
    .catalog-tags {
        flex-direction: column;
    }
    .store-footer-menu {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }
    .souvenirs-grid .catalog-card, .souvenirs-grid .catalog-card:last-child {
        margin: 0 4px;
        padding: 24px;
    } 
    .product-slider-nav {
        padding: 0 48px;
        max-width: 330px;
    }
    .product-slider-nav__slide {
        margin: 0 2px;
    }
    .product-slider-nav .slick-list {
        margin: 0 -2px;
    }
    .product-card__title {
        font-size: 16px;
        line-height: 20px;
    }
    .product-card__add-cart-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 8px 16px;
        background-color: #fff;
        z-index: 11;
    }
    .product-card__add-cart {
        width: 100%;
    }
    .product-gallery-nav {
        padding: 0 64px;
        max-width: 362px;
    }
    .product-gallery-nav__slide {
        margin: 0 2px;
    }
    .product-gallery-nav .slick-list {
        margin: 0 -2px;
    }
    .cart-top__checkbox, .cart-item__checkbox {
        display: none;
    }
    .clear-cart {
        margin-left: -8px;
    }
    .cart-item {
        align-items: flex-start;
    }
    .cart-item__img {
        width: 80px;
        height: 80px;
        margin-right: 16px;
    }
    .cart-item__content {
        min-height: unset;
    }
    .cart-item__top {
        margin-bottom: 24px;
    }
    .cart-sum__promo, .cart-sum__promo-2 {
        flex-direction: column;
        align-items: flex-start;
    }
    .cart-sum__promo-field {
        width: 100%;
        flex: unset;
        margin: 0 0 12px;
    }
    .cart-sum__promo-button {
        width: 100%;
        margin-top: 0;
    }
    .cart-sum__promo-text {
        margin-bottom: 4px;
    }
    .clear-code {
        margin: 0 0 0 -8px;
    }
    .order-success {
        padding: 180px 0 80px;
    }
    .map {
        position: static;
        height: 516px;
    }
    .map-container {
        padding: 0;
    }
    .map-box {
        max-width: none;
        width: calc(100% - 32px);
        margin: -80px 16px 0;
    }
    .map-wrapper {
        display: block;
        padding: 0;
    }
}