@font-face {
    font-family: 'Cera Pro Regular';
    src: url('../fonts/CeraPro-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro Medium';
    src: url('../fonts/CeraPro-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CanelaDeckLCG-Light';
    src: url('../fonts/CanelaDeckLCG-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-black-text: #282828;
    --color-black: #000;
    --color-white: #FFF;
    --color-grey: #D9D9D9;
    --color-grey-light: #F2F1F1;
    --color-dark-grey: #9F9F9F;
    --color-begie-light: #F6D7C8;
    --color-begie-dark: #CD9C85;
    --color-begie: #E5C0AE;
    --color-red: #B92E2E;
}

html {
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth;
}
body {
    font-family: 'Cera Pro Regular', Helvetica, Arial, sans-serif;
    margin: 0;
    color: var(--color-black);
}
* {
    outline: none;
}
a {
    font-family: 'Cera Pro Regular', Helvetica, Arial, sans-serif;
    color: var(--color-black-text);
}
h1,h2 {
    font-family: 'CanelaDeckLCG-Light';
    margin: 0 0 40px;
    padding: 0;
    font-weight: normal;
    text-align: center;
}
h1 {
    font-size: clamp(2rem, 1.615rem + 1.4vw, 2.875rem);
}
h2 {
    font-size: clamp(1.5rem, 1.335rem + 0.6vw, 1.875rem);
    padding-bottom: 20px;
}
img {
  max-width: 100%;
}
figure {
    margin: 0;
}
dialog {
    font-family: 'Cera Pro Regular', Helvetica, Arial, sans-serif;
    border: 0;
    padding: 0;
    cursor: auto;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
input,textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance:none; */
}
.dialog-open {
    overflow: hidden;
}
 button {
    font-family: 'Cera Pro Regular', Helvetica, Arial, sans-serif;
    color: var(--color-black-text);
    font-size: 16px;
    cursor: pointer;
    border: none;
}
input {
    font-family: 'Cera Pro Regular', Helvetica, Arial, sans-serif;
}

section.catalog,
.empty_favorites {
    margin: 40px 0px;
}
.catalog-list .empty_favorites {
    text-align: center;
}
.body-wrapper {
    max-width: 1440px;
    margin: 0 auto;
}
.button {
    text-transform: uppercase;
    background: var(--color-begie-light);
    transition: background .3s ease-in-out;
}
.button:hover {
    background: var(--color-begie);
}
.header {
    /*position: sticky;
    top: 0;*/
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--color-white);
    padding-top: 25px;
}
.header.sticky {
    position: sticky;
    top: 0;
}
.header__wrapp {
    /*max-width: 100%;*/
    margin: 0 auto;
}
.hover {
    transition: color .3s ease-in-out;
}
.hover:hover {
    color: var(--color-begie-dark);
}

.svg-right-arrow {
    width: 16px;
    height: 8px;
    fill: currentColor;
}
.error-red-color {
    color: var(--color-red);
}
.underline {
    text-decoration: underline;
}
.underline:hover {
    text-decoration: none;
}
.display-none {
    display: none !important
}

/*header start*/
.header__container {
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    min-height: 44px;
    margin: 0 auto 27px;
    font-size: clamp(0.75rem, 0.63rem + 0.49vw, 1rem);
}
.header-top-left {
    display: flex;
    justify-content: space-between;
    gap: 27px;
}
.header-top-left__address-item {
    opacity: 0.6;
}
.header-top-left__address-item a {
    text-decoration: none;
}
.header-top-left__address-item span,
.header-top-right__address-item span {
    display: block;
}
.header-top-right__icons {
    display: flex;
    gap: 6px;
    height: 20px;
    margin-top: 3px;
}
.header-top-right__address-item {
    opacity: 0.6;
}
.header-top-right__icons-search,
.header-top-right__icons-favorite,
.header-top-right__icons-dressing-room,
.header-top-right___icons-dressing-room {
    /*padding: 5px 11px 1px 3px;*/
    width: 32px;
    cursor: pointer;
    position: relative;
}
.header-counter {
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: var(--color-begie-light);
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
}
.favorite-count {
    right: 4px;
    bottom: 4px;
    line-height: 17px;
}
.dressing-count {
    bottom: 4px;
    right: 0px;
    line-height: 17px;
}
.header-top-right__icons-search {
    position: relative;
}
.search,
.favorite {
    width: 18px;
    height: 18px;
}
.dressing-room {
    width: 22px;
    height: 18px;
}
.whatsapp {
    width: 29px;
    height: 29px;
}
.dialog-search {
    bottom: 65%;
}
.close-x {
    position: absolute;
    right: 8px;
    top: 12px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: var(--color-dark-grey);
    cursor: pointer;
}
.x-close-icon {
    width: 16px;
    height: 16px;
    padding: 4px;
    stroke: var(--color-dark-grey);
    position: absolute;
    right: 8px;
    top: 12px;
}
.x-close-icon:hover {
    stroke: var(--color-black);
}
.dialog-search input {
    width: 999px;
    height: 28px;
    margin: 30px 65px;
    border: 0;
    font-size: 20px;
    color: var(--color-dark-grey);
    border-bottom: 1px solid var(--color-dark-grey);
}
.dialog-search input:focus,
.close-x {
    outline: none;
}
.dialog-search input::placeholder {
    color: var(--color-dark-grey);
    font-size: 20px;
    opacity: 0.6;
}
button[name="search-btn"] {
    display: none;
}
.header-top-center {

}
.work-time__mobile {
    text-align: center;
    display: none;
}
.work-time__mobile span {
    display: block;
    opacity: 0.6;
}
.header-top-right {
    display: flex;
    /*min-width: 460px;*/
    justify-content: space-between;
    gap: 57px;
}
.right-empty,
.right_empty {
    padding-right: 0;
}

.rectangle_1px {
    height: 1px;
    background: var(--color-grey);
}
.header-top__mobile {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin: 20px 16px 0;
}
.burger-menu {
    position: relative;
    z-index: 3;
    margin-top: 2px;
}
.burger-menu span {
    display: block;
    width: 36px;
    height: 2px;
    background-color: var(--color-black);
    margin: 0 auto 8px;
    transition: all 0.3s ease-in-out;
}
.header__nav {
    font-family: 'Cera Pro Medium';
    font-size: 14px;
    text-transform: uppercase;
    max-width: 1340px;
    min-height: 32px;
    margin: 0 auto;
}
.header__nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}
.header__nav-link {
    font-family: 'Cera Pro Medium';
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}
.header__nav-sale {
    background: var(--color-begie-light);
    padding: 14px;
    transition: all .3s ease-in-out;
}
.header__nav-sale:hover {
    background-color: var(--color-begie);
    color: var(--color-black-text);
}
/*header end*/


.main {

}

/* section start */
/*section {
    padding-bottom: 120px;
}*/
section a {
    text-decoration: none;
}
.main-banner {
    max-width: 100%;
    margin: 0 auto;
}
.main-banner__slider {
    position: relative;
    /*max-width: 100%;*/
/*  min-height: 740px;*/
    margin: 0 auto;
}
.main-sliders {
    display: flex;
    transition: all .3s;
}
.main-sliders__wrap {
    position: relative;
    max-width: 100%;
    height: auto;
}
.main-sliders__wrap .slider-video {
    width: 100%;
    height: auto;
}
.slider-video.mobile-video {
    display: none;
}
.main-sliders__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-sliders__row {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% / 3.7);;
    left: 13.55%;
}
.main-sliders__row_header {
    font-family: 'CanelaDeckLCG-Light';
    font-size: clamp(1.875rem, 1.424rem + 1.85vw, 2.813rem);
    max-width: 510px;
    min-height: 204px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.main-sliders__row_btn {
    font-size: 14px;
    padding: 20px 26px;
    width: 250px;
    text-align: center;
    box-sizing: border-box;
}
/* section silhouettes start */
.silhouettes {
    max-width: 1300px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}
.header-1 {
    font-family: 'CanelaDeckLCG-Light';
    text-align: center;
}
.section-header {
    font-size: clamp(2rem, 1.615rem + 1.4vw, 2.875rem);
    margin-bottom: 60px;
}
.header-2 {
    font-family: 'CanelaDeckLCG-Light';
    text-align: center;
    font-size: clamp(2rem, 1.615rem + 1.4vw, 2.875rem);
    padding-bottom: 0;
}
.silhouettes-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.silhouettes__wrapp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 220px;
    min-height: 152px;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}
.silhouettes__wrapp a::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.silhouettes__wrapp:hover .silhouettes__image svg path {
    fill: var(--color-begie-light);
    transition: all .3s;
}
.silhouettes__title span {
    display: block;
    max-width: 109px;
    overflow-wrap: break-word;
    opacity: 0.4;
}
#silhouettes__show-all {
    text-align: center;
    position: relative;
}
.silhouettes__show-all_btn {
    background-color: transparent;
}
#silhouettes__show-all span {
    padding-right: 10px;
}
.show-all {
    width: 14px;
    height: 8px;
}
/* section silhouettes end */

/* section brand-slider start */
.brand-slider {
    max-width: 1370px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.brand-slider {

}
.brand-slider__wrap {
/*  display: flex;
    align-items: center;
    justify-content: space-between;*/
}
.brand-slider__brand {
    height: 90px;
}
.arrow_left {
    cursor: pointer;
}
.brand-slider__items {
    display: flex;
}
.arrow_right {
    cursor: pointer;
}
.brand-slider__item {
    position: relative;
    width: 268px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.of-container__brand {
    display: none;
}
.brand-slider__item a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.brand-slider__item:hover .brand-slider__brand {
    display: none;
}
.brand-slider__item:hover .of-container__brand {
    display: inline-block;
}

/* section brand-slider end */


/* section new-collection start */
.new-collection {
    max-width: 1370px;
    margin: 0 auto;
}
.new-collection__main {
    display: flex;
    /*max-height: 515px;*/
}
.new-collection__main_see-all {
    min-width: 302px;
    margin-right: 12px;
}
.new-collection__slider-nav {
    display: flex;
    min-height: 8px;
    gap: 16px;
    margin-left: 25px;
    position: relative;
}
.new-collection__main_body {
    padding-top: 36px;
    height: 450px;
}
.new-collection__main_body img {
    display: block;
    width: 100%;
    height: 100%;
}
.new-collection__main_text {
    font-family: 'CanelaDeckLCG-Light';
    font-size: 30px;
    margin-top: 25px;
}
.new-collection__main_text-mobile {
    display: none;
    text-align: center;
}
.new-collection__main_cards_wrapp {
    display: flex;
    /*padding: 20px 0 30px;*/
    margin: 20px 0 30px;
}
.new-collection__card {
    width: 300px;
    padding: 16px 16px 30px;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}
.new-collection__card:hover {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.14);
}
.new-collection__main_card {
    margin: 0 0 10px;
    position: relative;
    /*aspect-ratio: 5 / 6;*/
    aspect-ratio: 2 / 3;
}
.new-collection__main_card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.new-collection__main_card_new.sale {
    background: var(--color-red);
    color: #fff;
}
.heart-empty,
.heart-filled  {
    width: 18px;
    height: 18px;
    transition: all .3s;
}
.heart-empty:hover {
    fill: var(--color-begie);
}
.new-collection__main_card_new {
    display: inline-block;
    float: left;
    text-align: center;
    background: #C3C3C3;
    text-transform: uppercase;
    width: 58px;
    height: 21px;
}
/* section new-collection end */

/* section mainchess start  */
.of-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.of-container img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}
.mainchess {
    max-width: 1340px;
    margin: 0 auto;
}
.mainchess__wrapp {
    width: 100%;
}
.mainchess__item-wrap {
    border-right: 1px solid var(--color-grey);
}
.mainchess__item-wrap:nth-child(5n) {
    border-right: none;
}
.mainchess__item-wrap:nth-child(n+6) {
    border-top: 1px solid var(--color-grey);
}

.mainchess__item {
    width: 267px;
    height: 267px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.mainchess__item:hover .of-container{
    opacity: 1;
    transition: 0.5s;
}
.mainchess__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mainchess__item_title {
    padding: 20px 35px 0 20px;
    text-transform: uppercase;
}
.mainchess__item_title a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
}
.mainchess__item_icon {
    padding-bottom: 20px;
    padding-left: 20px;
}
.mainchess__item:hover .mainchess__item_icon{
    display: none;
}
.service-icon-1,
.service-icon-3,
.service-icon-7,
.service-icon-9 {
    width: 67px;
    height: 56px;
}
.service-icon-2,
.service-icon-8 {
    width: 78px;
    height: 56px;
}
.service-icon-4 {
    width: 59px;
    height: 56px;
}
.service-icon-5 {
    width: 61px;
    height: 56px;
}
.service-icon-6 {
    width: 69px;
    height: 56px;
}
.service-icon-10 {
    width: 56px;
    height: 56px;
}
/* section mainchess end  */

/* section mainpage-brides start  */
.mainpage-brides {
    max-width: 1340px;
    margin: 0 auto;
}
.mainpage-brides__wpapp {
    position: relative;
    /*margin-top: -37px;*/
    aspect-ratio: 220 / 251;
    max-width: 440px;
    max-height: 502px;
}
.mainpage-brides__image {
    display: block;
    /*line-height: 0;*/
    width: 100%;
    height: 100%;
    position: relative;
    filter: brightness(0.5);
    object-fit: cover;
    object-position: top center;
    transition: all .3s ease-in-out;
}
.mainpage-brides__wpapp:hover .mainpage-brides__image {
    filter: brightness(1);
    z-index: 1;
}
.mainpage-brides__name {
    font-family: 'CanelaDeckLCG-Light';
    font-size: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}
.mainpage-brides__name a {
    font-family: inherit;
    color: #fff;
}
.mainpage-brides__wpapp:hover .mainpage-brides__name {
    opacity: 0;
    visibility: hidden;
}
.mainpage-brides__show-all {
    text-align: center;
    margin-top: 40px;
}
.mainpage-brides__show-all span {
    padding-right: 10px;
}

/* section mainpage-brides start  */

/* section mainpage-reviews end  */
.mainpage-reviews {
    max-width: 1340px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}
.review__arrow_left.review,
.review__arrow_right.review {
    min-width: 15px;
    cursor: pointer;
}

.mainpage-reviews__wpapp {
    display: inline-block;
}
.mainpage-review {
    margin: 0 0 40px;
}
.review-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-slide p {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 800px;
    text-align: center;
    text-wrap: balance;
}
.mainpage-text-review {
    font-family: 'CanelaDeckLCG-Light';
    font-size: clamp(1.125rem, 0.944rem + 0.74vw, 1.5rem);
    line-height: 1.4;
}
.mainpage-review__author {
    text-align: center;
    margin-top: 30px;
}
.mainpage-review__author_name {
    font-size: 20px;
    margin-bottom: 20px;
}
.mainpage-review__author_ava img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
}
.mainpage-reviews__show-all {
    text-align: center;
}
.mainpage-reviews__show-all span {
    padding-right: 10px;
}

/* section mainpage-reviews end  */

.section-mb {
    margin-bottom: 120px;
}
.sec-silh-m {
    margin-bottom: 90px;
}
/* section end */

/* footer start */
footer {
    background-color: var(--color-grey-light);
    background-image: url(../images/svg/footer_brand_element.svg);
    background-position: center 0;
    background-repeat: repeat-y;
}
.footer {
    /*max-width: 100%;*/
    margin: 0 auto;
}
.footer_mb {
    margin-bottom: 160px;
}
.footer__container {
    max-width: 1340px;
    margin: 0 auto;
}
.footer__container a {
    text-decoration: none;
}
.socials-tg,
.socials-vk {
    width: 18px;
    height: 18px;
}
.socials-youtube {
    width: 24px;
    height: 18px;
}
#socials-tg circle,
#socials-youtube rect,
#socials-vk rect {
    stroke: var(--color-black);
}
#socials-tg path {
    fill: var(--color-black);
}
#socials-youtube path,
#socials-vk path {
    fill: var(--color-black);
    stroke: var(--color-black);
}
#socials-tg:hover circle,
#socials-youtube:hover rect,
#socials-vk:hover rect {
    stroke: var(--color-begie-dark);
}
#socials-tg:hover path {
    fill: var(--color-begie-dark);
}
#socials-youtube:hover path,
#socials-vk:hover path {
    fill: var(--color-begie-dark);
    stroke: var(--color-begie-dark);
}
.footer__container_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-top: 20px;
}
.footer__wrapper {
    display: flex;
    width: 100%;
}
.footer-menu__wrap {
    display: flex;
    flex-direction: column;
    width: 75%;
}
.footer-menu__1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.footer-menu__2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-menu__logo {
    min-width: 146px;
}
.footer-logo {
    max-width: 146px;
    max-height: 102px;
    overflow: hidden;
}
.footer-menu__logo span {
    margin-left: 122px;
}
.footer__nav {
    min-width: 202px;
}
.footer-etc__wrap {
    width: 25%;
}
.footer-etc {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 45px;
    margin-left: 20px;
}
.footer-menu {
    max-width: 220px;
}
.footer-ul {
    list-style: none;
    line-height: 1.9;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.footer-ul li a {
    transition: color .1s ease-in-out;
}
.footer-ul li a:hover {
    color: var(--color-begie-dark);
}
.footer-menu__logo-socials {
    margin-bottom: 55px;
}
.footer-menu__logo-socials-mobile {
    display: none;
    margin-top: 20px;
}
.footer-menu__pb {
    width: 202px;
    margin: 0 0 20px;
}
.footer-menu__uc {
    text-transform: uppercase;
    margin-top: 20px;
}
.footer-menu__uc .btn-popup {
    background-color: transparent;
    padding: 0;
    line-height: 1.9;
    font-size: 12px;
    text-transform: uppercase;
}
.btn-feedback:hover {
    color: var(--color-begie-dark);
    transition: all .3s;
}
.feedback-wrapper {
    display: flex;
    text-transform: none;
}
.feedback__card-title img {
    display: block;
}
.feedback__card-body {
    margin: 50px 67px 30px;
    max-width: 335px;
}
.card-body-header {
    font-size: 30px;
    margin-bottom: 30px;
}
.card-body__body {

}
.card-body__body button {
    display: flex;
    flex-direction: column;
}
.input-style {
    display: flex;
    flex-direction: column;
    border: none;
    border-bottom: 1px solid var(--color-dark-grey);
    /*width: 99%;*/
    width: 100%;
    margin-bottom: 30px;
    color: var(--color-dark-grey);
    font-size: 13px;
    height: 19px;
    box-sizing: border-box;
}
.input-style:focus {
    outline: none;
}
.input-style:hover {
    border-bottom: 1px solid var(--color-black);
}
.feedback-send {
    width: 100%;
    /*padding: 10px 90px;*/
    padding: 10px;
    align-items: center;
}
.card-body__body p {
    text-align: center;
    font-size: 12px;
}
.feedback-success-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 755px;
    padding: 90px 148px;
    text-align: center;
}
.feedback-success {
    font-size: 30px;
    padding-bottom: 30px;
}
.feedback-success-text {
    font-size: 24px;
    width: 300px;
    padding-bottom: 80px;
}
.form-agree {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkbox-agree {
    min-width: 14px;
}
.socials {
    display: flex;
    gap: 10px;
}
.pay-cards__wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.pay-cards {
    display: flex;
    align-items: center;
    gap: 16px;
}
.mastercard {
    width: 26px;
    height: 16px;
}
.visa {
    width: 24px;
    height: 7px;
}
.copyright {
    font-size: 12px;
    line-height: 2.5;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.email:hover {
    text-decoration: underline;
}
.email-mobile {
    display: none;
}
.email-mobile a {
    font-size: 14px;
}
.copyright__policy a {
    color: var(--color-black-text);
    opacity: 0.6;
}
.copyright__copy {
    margin-right: 50px;
    opacity: 0.6;
}

/* footer end */

#scrollToTopBtn {
    position: fixed;
    left: calc(50% - 720px + 30px);
    bottom: 60px;
    display: none;
    background-color: var(--color-begie-light);
    color: var(--color-black);
    border: none;
    padding: 8px 14px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    z-index: 12;
    transition: all .3s ease-in-out;
}
#scrollToTopBtn:hover {
    background-color: var(--color-begie);
}

/* Кнопка Запись на примерку - Начало */
.sign-up-fitting__btn {
    position: fixed;
    width: 160px;
    height: 32px;
    padding: 6px 12px;
    right: calc(50% - 720px + 30px);
    bottom: 60px;
    font-size: clamp(0.75rem, 0.695rem + 0.2vw, 0.875rem);
    text-transform: none;
    z-index: 12;
}
.sign-up-fitting__header {
    margin-bottom: 78px;
    font-size: 30px;
}
.sign-up-fitting__body {
    max-width: 458px;
    margin: 60px 67px;
}
.sign-up-fitting__body a {
    text-decoration: none;
}
.sign-up-fitting-body__body button {
    display: flex;
    flex-direction: column;
}
.sign-up-fitting-body__body p {
    text-align: center;
    font-size: 12px;
}
.sign-up-fitting__wrapper {
    display: flex;
    text-transform: none;
}

.sign-up-fitting__card-title img {
    display: block;
}
.wedding-fit {
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 30px;
}
.wedding-fit,
.atelier-fit  {
    font-family: 'Cera Pro Regular', Helvetica, Arial, sans-serif;
    color: var(--color-black-text);
    font-size: 16px;
    cursor: pointer;
    border: none;
}
.atelier-fit {
    align-items: center;
    width: 100%;
    padding: 10px 30px;
    margin-bottom: 80px;
}
.bride-fitting__prev-arrow {
    position: absolute;
    transform: rotate(180deg);
    top: 14px;
    left: 9px;
    background-color: transparent;
}
.bride-fitting__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 755px;
    padding: 60px 55px;
    text-align: center;
}
.paragraph-12 {
    max-width: 400px;
    font-size: 12px;
}
.paragraph-12 a {
    text-decoration: none;
}
.bride-fitting__header {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.bride-fitting__content-calendar {
    margin-bottom: 60px;
}
.bride-fitting__content-calendar_content-title {
    display: flex;
    justify-content: center;
    font-size: 20px;
    padding-bottom: 20px;
}
.bride-fitting__content-calendar_content-title_month {
    padding-right: 8px;
}
.bride-fitting__content-calendar_content-body_item_number {
    margin-bottom: 12px;
}
.bride-fitting__content-calendar_content-body_items .service-item {
    display: block;
    margin-bottom: 8px;
    position: relative;
}
.bride-fitting__content-calendar_content-body_item_time {
    padding: 2px 5px;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.bride-fitting__content-calendar_content-body_item_time:hover {
    background-color: var(--color-grey-light);
    opacity: .6;
}
.time-taken {
    background-color: var(--color-grey-light);
    opacity: .6;
    pointer-events: none;
}
.service-item__input {
    margin: 0;
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
}
.service-item__input:checked~.bride-fitting__content-calendar_content-body_item_time {
    border: 1px solid var(--color-begie-light);
}
.fitting-complete-1 {
    max-width: 420px;
    margin: 60px 80px;
    padding: 0;
}
.fitting-complete-1__header {
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.fitting-complete-1__text-1 {
    max-width: 420px;
    margin: 0;
}
.fitting-complete-1__form {
    width: 100%;
    margin: 20px 0;
}
.fitting-complete__phone-sms-wrapper {
    display: flex;
    justify-content: space-between;
}
#fitting-complete__code {
    width: 53%;
}
.fitting-complete__phone {
    width: 142px;
}
.fitting-complete__sms-code-enter {
    width: 225px;
    margin-left: 38px;
}
.paragraph-12__agree {
    max-width: 225px;
    text-align: left;
    margin: 0;
}
.paragraph-12__agree a {
    text-decoration: underline;
}
.get-sms-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.js_zapisblock_sms_code .input-style {
    width: 225px;
}
.get-sms-code__btn {
    width: 146px;
    padding: 6px 12px;
    margin: 0 10px 0 0;
    text-transform: none;
}
.get-sms-code__label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.checkbox-input {
    width: 14px;
    height: 14px;
    /*margin: 0 10px;*/
    margin: 0 10px 0 0;
    appearance: none;
    position: relative;
    background: #fff;
    border: 1px solid var(--color-grey);
    transition: all .3s ease-in-out;
}
.checkbox-input::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M1 5.5L4.31579 10L10 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    transition: all .1s ease-in-out;
}
.checkbox-input:checked {
    background-color: var(--color-begie-light);
    border: 1px solid var(--color-begie-light);
}
.checkbox-input:checked::after {
    width: 11px;
    height: 12px;
}
.checkbox-input:disabled {
    background: #ccc;
    border-color: #ccc;
}
.checkbox-input:disabled::after {
    filter: grayscale(100%);
}
.checkbox-input-error {
    /*border: 1px solid var(--color-red);*/
}
.paragraph-12__empty-code {
    margin: 0 0 20px;
    width: max-content;
    color: var(--color-red);
}
.fitting-complete-1__result-adress {
    margin: 50px auto 0;
    max-width: 340px;
}
.paragraph-12__adress {
    margin: 20px 0 10px;
}
.fitting-complete-1__result-data {
    text-decoration: underline;
    margin: 0 0 30px;
}
.paragraph-12__required {
    opacity: .4;
    margin: 0;
}
.fitting-complete__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 755px;
    /*padding: 90px 80px;*/
    padding: 90px 80px 0;
    text-align: center;
}
.fitting-complete-success {
    font-size: 30px;
    margin-bottom: 30px;
}
.fitting-article-link {
    padding: 6px 94px;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 50px;
}
.fitting-complete-text {
    font-size: 24px;
    padding-bottom: 24px;
    width: 100%;
}
/* Кнопка Запись на примерку - Конец */

/* Модификация swiper - START */
.main-banner-swiper {
    overflow: hidden;
}
.main-banner-swiper .swiper-pagination {
    bottom: 30px;
}
.main-banner-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--color-dark-grey);
    opacity: 1;
    padding: 0;
    margin: 0 8px;
}
.main-banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
    color: var(--color-black);
    transition: color .3s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--color-begie);
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: clamp(1.125rem, 0.795rem + 1.2vw, 1.875rem);
}
.main-banner-swiper .main-slider__button-prev,
.main-banner-swiper .main-slider__button-next {
    position: absolute;
    top: auto;
    bottom: 22%;
    z-index: 1;
    cursor: pointer;
    fill: var(--color-black);
}
.main-banner-swiper .main-slider__button-prev {
    left: 50px;
    transform: rotate(180deg);
}
.main-banner-swiper .main-slider__button-next {
    right: 53px;
}
.main-banner-swiper .button-prev-arrow,
.main-banner-swiper .button-next-arrow,
.bride-fitting__prev-arrow .button-prev-arrow {
    width: 23px;
    height: 12px;
}
.main-banner-swiper .button-prev-arrow,
.bride-fitting__prev-arrow .button-prev-arrow {
    fill: var(--color-dark-grey);
}
.main-banner-swiper .button-prev-arrow:hover,
.main-banner-swiper .button-next-arrow:hover,
.bride-fitting__prev-arrow .button-prev-arrow:hover {
    fill: var(--color-begie);
    transition: all .3s;
}
.swiper-brends {
    max-width: 1370px;
    position: relative;
    overflow: hidden;
}
.swiper-brends .swiper-button-next {
    right: -5px;
}
.swiper-brends .swiper-button-prev {
    left: -5px;
}
.swiper-new-collection {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-width: 1056px;
    width: 100%;
}
.new-collection__slider-nav .swiper-pagination {
    bottom: unset;
    text-align: unset;
    display: flex;
    padding: 0;
    gap: 16px;
}
.new-collection__slider-nav .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    background-color: var(--color-grey);
    opacity: 1;
}
.new-collection__slider-nav .swiper-pagination .swiper-pagination-bullet-active {
    margin: 0;
    background-color: var(--color-dark-grey);
}

.swiper-brides,
.swiper-reviews {
    position: relative;
    max-width: 1340px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-brides .swiper-slide {
    text-align: center;
}
.swiper-reviews .swiper-button-prev,
.swiper-reviews .swiper-button-next {
    /*top: 20%;*/
}
.swiper-reviews .swiper-button-next {
    right: -5px;
}
.swiper-reviews .swiper-button-prev {
    left: -5px;
}
.bride-calendar-swiper {
    overflow-x: hidden;
    max-width: 494px;
    margin: 0 20px;
    height: 225px;
    padding: 0 5px;
    /*scrollbar-width: thin;
    scrollbar-color: var(--color-dark-grey) var(--color-grey-light);*/
}
.bride-calendar-swiper::-webkit-scrollbar {
  width: 4px;
}
.bride-calendar-swiper::-webkit-scrollbar-track {
  background: var(--color-grey-light);
}
.bride-calendar-swiper::-webkit-scrollbar-thumb {
  background-color: var(--color-dark-grey);
  border: 1px solid var(--color-grey-light);
}
/* Модификация swiper - END */

/* Страница Single Page - START */
.single-page {
    max-width: 1340px;
    margin: 0 auto;
    margin-bottom: 160px;
}
.single-page__wrapper {
    display: flex;
}
.single-page__left-menu {
    width: 33%;
}
.single-page__left-menu ul li {
    font-family: 'CanelaDeckLCG-Light';
    font-size: clamp(1.5rem, 1.335rem + 0.6vw, 1.875rem);
    margin-bottom: 30px;
}
.single-page__left-menu ul li span::after {
    content: "";
    /*display: inline-block;*/
    display: none;
    width: 16px;
    height: 8px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2432 0L16 4L11.2432 8L10.5493 7.33015L13.9647 4.45813H0V3.54187H13.9647L10.5493 0.669846L11.2432 0Z' fill='currentColor'/></svg>");
    background-repeat: no-repeat;
    margin: 0 0 3px 10px;
}
.single-page__left-menu a {
    font-family: 'CanelaDeckLCG-Light';
    font-size: clamp(1.5rem, 1.335rem + 0.6vw, 1.875rem);
}
.single-page__left-menu ul li span:hover {
    color: var(--color-begie-dark);
    transition: all .1s ease-in-out;
}
.single-page__left-menu ul li span:hover::after {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20viewBox='0%200%2016%208'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.2432%200L16%204L11.2432%208L10.5493%207.33015L13.9647%204.45813H0V%203.54187H13.9647L10.5493%200.669846L11.2432%200Z'%20fill='%23CD9C85'/%3E%3C/svg%3E");
    transition: all .1s ease-in-out;
}
.single-page__left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-page__left-menu ul li.active {
    color: var(--color-begie-dark);
    /*text-decoration: underline;*/
}
.single-page__left-menu ul li.active span::after {
    display: none;
}
.single-page-text {
    font-size: clamp(1rem, 0.89rem + 0.4vw, 1.25rem);
    width: 67%;
    margin: 0 auto;
}
.single-page-text h2 {
    text-align: left;
    padding: 0;
    margin: 40px 0 20px;
}
.single-page-text h2:first-child {
    margin-top: 0;
}
.single-page-text a {
    text-decoration: underline;
}
.single-page-text a:hover {
    text-decoration: none;
}
.single-page-text p {
    margin: 0;
    margin-bottom: 20px;
}
.single-page-text p:last-child {
    margin-bottom: 0;
}
.single-page-text ul {

}
.single-page-text ul li {
    margin-bottom: 10px;
}
.single-page-text table {
    border-collapse: collapse;
    margin: -20px 0 0;
}
.single-page-text table td,
.single-page-text table th {
    border-bottom: 1px solid var(--color-grey);
}
.single-page-text table p {
    padding: 20px 30px 20px 0;
    font-size: 16px;
}
/* Страница Single Page - END */

/* Chess page - START */
.breadcrumbs {
    max-width: 1340px;
    margin: 20px auto 18px;
}
.bread-crumb {
    list-style: none;
    font-size: clamp(0.75rem, 0.64rem + 0.4vw, 1rem);
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 5px;
}
.bread-crumb li a::after {
    content: "";
    display: inline-block; /* или block */
    width: 16px;
    height: 8px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 8'><path fill-rule='evenodd' clip-rule='evenodd' d='M11.2432 0L16 4L11.2432 8L10.5493 7.33015L13.9647 4.45813H0V3.54187H13.9647L10.5493 0.669846L11.2432 0Z'/></svg>");
    background-repeat: no-repeat;
    margin-right: 5px;
}
.bread-crumb li a span {
    transition: color .1s ease-in-out;
}
.bread-crumb li a span:hover {
    color: var(--color-begie-dark);
}
.bread-crumb li span {
    margin-right: 10px;
}
.chess {
    max-width: 1340px;
    margin: 0 auto 120px;
}
.section-pages-header {
    padding-bottom: 40px;
}
.chess__list {
    display: flex;
}
.chess__item {
    width: 50%;
    max-height: 666px;
    display: flex;
    justify-content: center;
}
.chess__item-wrap {
    margin: 0 20px;
    text-align: center;
    /*align-self: center;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.chess .chess__wrapp:nth-of-type(2n) .chess__list {
    flex-direction: row-reverse;
}
.chess .chess__wrapp-reverse:nth-of-type(2n+1) .chess__list {
    flex-direction: row-reverse;
}
.chess-description {
    max-width: 460px;
}
.chess-img {
    width: 100%;
    max-height: 666px;
    object-fit: cover;
    display: block;
}
.services-icon {
    width: auto;
    height: 83px;
}
.chess-header {
    font-family: 'CanelaDeckLCG-Light';
    font-size: clamp(1.5rem, 1.335rem + 0.6vw, 1.875rem);
    margin: 0 0 40px;
    max-width: 525px;
}
.chess__item-wrap .services-icon {
    margin-bottom: 40px;
}
.chess-description p {
    font-family: 'Cera Pro Regular';
    font-size: clamp(1rem, 0.89rem + 0.4vw, 1.25rem);
    margin: 0 0 15px;
}
.chess-description p:last-child {
    margin-bottom: 0;
}
.chess.adress-pages {
    margin: 0 auto 160px;
}
.adress-pages__list {
    display: flex;
}
.adress-pages__map {
    width: 77%;
}
.adress-img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.adress-pages-description {
    /*text-align: center;*/
    align-self: center;
    margin: 0 0 0 112px;
}
.adress-pages-description p {
    font-family: 'Cera Pro Regular';
    font-size: clamp(1rem, 0.89rem + 0.4vw, 1.25rem);
    margin: 0 0 20px;
}
/* Chess page - END */

/* Страница Вакансии - START */
.welcome-text {
    width: 65%;
    margin: 130px auto 0;
    text-align: center;
}
.job-header {
    max-width: unset;
}
.job-description {
    max-width: unset;
}
.job-page .welcome-text {
    margin-top: 0;
}
.welcome-text-logo {
    height: 113px;
    margin-bottom: 40px;
}
/* Страница Вакансии - END */

/* Страница О нас - START */
.about-us, .interior {
    max-width: 1340px;
    margin: 0 auto 160px;
}
.swiper-about-us-interior {
    overflow: hidden;
}
.interior-wrapper {
    display: flex;
    /*gap: 12px;*/
}
.interior-img {
    width: 664px;
    height: 430px;
    object-fit: cover;
    display: block;
}
.chess-header-custom__wrap {
    margin: 0 0 40px;
}
.chess-header-custom {
    margin: 0 0 10px;
    max-width: 685px;
}
.chess-custom__item-wrap-2 {

}
.chess-custom-description {
    max-width: 685px;
}
.welcome-text-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.welcome-text-custom .chess-header {
    max-width: 765px;
}
.welcome-text-custom .chess-description {
    max-width: unset;
}
.header-caption {
    font-family: 'Cera Pro Regular';
    font-size: clamp(1rem, 0.89rem + 0.4vw, 1.25rem);
}
.chess-custom__list {
    display: flex;
    justify-content: space-between;
}
.chess-custom__item {
    width: 34%;
}
.chess-custom__item-wrap {
    width: 66%;
}
.chess-custom-img {
    display: block;
    min-width: 450px;
}
.chess-custom-img-2 {
    display: block;
    /*min-width: 563px;*/
    width: 563px;
}
.chess-custom-variant-1 .chess-custom__list:nth-of-type(2n),
.chess-custom-variant-2 .chess-custom__list:nth-of-type(2n) {
    flex-direction: row-reverse;
}

/* Страница О нас - END */


/* Страница Контакты - START */
.contacts-page-description {
    text-align: left;
    margin: 0 0 0 112px;
    align-self: center;
}
.contacts-page-description p {
    margin: 0 0 12px;
}
.contacts-page__adress {
    margin-bottom: 40px;
}
.contacts-page__work-time {
    margin-bottom: 40px;
}
.contacts-page__btn {
    display: block;
    width: 235px;
    padding: 10px 0;
    text-transform: none;
    text-align: center;
}
.contacts-page__soc {
    display: flex;
    gap: 10px;
}
.contacts-page__btn-wa {
    width: 113px;
}
.contacts-page__btn-tm {
    width: 113px;
}
.contacts-photo {
    max-width: 1340px;
    margin: 0 auto 120px;
}
.swiper-contacts-photo {
    overflow: hidden;
}
.contacts-photo__items {
    display: flex;
    /*gap: 10px;*/
    text-align: center;
}
.contacts-img {
    display: block;
    width: 530px;
    height: 440px;
    object-fit: cover;
}
/* Страница Контакты - END */

/* Страница Наши невесты - START */
.our-brides {
    margin: 0 0 120px;
}
.our-brides__wrapper {
    max-width: 1340px;
    margin: 0 auto;
}
.our-bride__wrap {
    margin-bottom: 60px;
}
.our-brides__block .our-bride__wrap:last-child {
    margin-bottom: 40px;
}
.our-brides__header {
    font-size: clamp(1.5rem, 1.335rem + 0.6vw, 1.875rem);
    margin-bottom: 40px;
}
.swiper-our-bride {
    overflow: hidden;
    position: relative;
}
.our-brides__pics {
    display: flex;
    text-align: center;
    /*gap: 10px;*/
}
.our-bride-img {
    width: 440px;
    height: 502px;
    object-fit: cover;
    object-position: top center;
}
.our-brides__pic:nth-child(3n+2) .our-bride-img {
    height: 544px;
}
.our-bride__button-prev,
.our-bride__button-next {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
    fill: var(--color-black);
}
.our-bride__button-prev {
    transform: rotate(180deg);
}
.our-bride__button-next {
    right: 0;
}
.our-bride__button-next .button-next-arrow,
.our-bride__button-prev .button-prev-arrow {
    width: 23px;
    height: 12px;
    transition: fill .1s;
}
.our-bride__button-next .button-next-arrow:hover,
.our-bride__button-prev .button-prev-arrow:hover {
    fill: var(--color-begie);
}
.swiper-our-bride .swiper-button-next,
.swiper-our-bride .swiper-button-prev {
    display: none;
}
/* Страница Наши невесты - END */


/* Страница Блог - START */
.blog {
    margin: 0 auto 120px;
}
.blog__wrapper {
    display: flex;
    gap: 10px;
    max-width: 1340px;
    margin: 0 auto;
}
.blog__container-pic {
    position: relative;
}
.blog__container-img {
    display: block;
    width: 664px;
    height: 530px;
    object-fit: cover;
    filter: brightness(60%);
    transition: all 0.3s ease-in-out;
}
.blog__container-pic:hover .blog__container-img {
    filter: brightness(85%);
    transition: all 0.3s ease-in-out;
}
.blog__container-pic:hover .blog__wrapper-header {
    /*text-decoration: underline;*/
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: all .6s ease-in-out;
}
.blog__wrapper-header {
    font-size: clamp(1.5rem, 1.335rem + 0.6vw, 1.875rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 75%;
}
.blog__container-show-all {
    text-align: center;
    margin-top: 20px;
}
.blog__container-show-all span {
    margin-right: 5px;
}
/* Страница Блог - END */

/* Страница Статьи - START */
.articles__wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.articles-img {
    height: 665px;
}
.blog .articles__wrapper .blog__container:nth-child(3) .blog__container-pic .articles-img,
.blog .articles__wrapper .blog__container:nth-child(9) .blog__container-pic .articles-img {
    width: 778px;
    height: 430px;
}
.blog .articles__wrapper .blog__container:nth-child(4) .blog__container-pic .articles-img,
.blog .articles__wrapper .blog__container:nth-child(8) .blog__container-pic .articles-img {
    width: 552px;
    height: 430px;
}
.blog .articles__wrapper .blog__container:nth-child(5) .blog__container-pic .articles-img,
.blog .articles__wrapper .blog__container:nth-child(6) .blog__container-pic .articles-img,
.blog .articles__wrapper .blog__container:nth-child(7) .blog__container-pic .articles-img,
.blog .articles__wrapper .blog__container:nth-child(10) .blog__container-pic .articles-img,
.blog .articles__wrapper .blog__container:nth-child(11) .blog__container-pic .articles-img,
.blog .articles__wrapper .blog__container:nth-child(12) .blog__container-pic .articles-img {
    width: 440px;
    height: 460px;
}
.pre-next {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 50px 40px;
}
.pre-next h1 {
    margin: 0;
    padding: 0 40px;
}
.blog-header {
    padding: 0 40px;
    font-size: clamp(2rem, 1.615rem + 1.4vw, 2.875rem);
}
.article__header {
    position: relative;
    display: block;
    object-fit: cover;
    margin-bottom: 15px;
}
.article-img {
    display: block;
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.article__header .article-img {
    filter: brightness(55%);
    transition: filter .3s ease-in-out;
}
.article__header .article-img:hover {
    filter: brightness(100%);
    transition: filter .3s ease-in-out;
}
.article-h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 75%;
    margin: 0;
    padding: 15px;
    font-size: clamp(1.5rem, 1.115rem + 1.4vw, 2.375rem);
    transition: all .3s ease-in-out;
}
.article__header:hover .article-h1 {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.article__date {
    text-align: right;
    font-size: 12px;
}
.article__text {
    width: 75%;
    margin: auto;
}
.article__text > p:last-child {
    margin-bottom: 0;
}
.article__text h2 {
    font-family: 'CanelaDeckLCG-Light';
    font-size: clamp(1.5rem, 1.335rem + 0.6vw, 1.875rem);
    margin: 40px 0 0;
    text-align: left;
}
.article__text h3 {
    font-family: 'CanelaDeckLCG-Light';
    font-size: clamp(1.25rem, 1.14rem + 0.4vw, 1.5rem);
    margin: 30px 0 0;
    text-align: left;
    font-weight: normal;
}
.article__text h4 {
    font-family: 'CanelaDeckLCG-Light';
    font-size: clamp(1.125rem, 1.015rem + 0.4vw, 1.375rem);
    margin: 30px 0 0;
    text-align: left;
    font-weight: normal;
}
.article__text p {
    font-size: clamp(1rem, 0.89rem + 0.4vw, 1.25rem);
    margin-top: 10px;
}
.article__text a {
    text-decoration: underline;
}
.article__text a:hover {
    text-decoration: none;
}
.article__text img {
    height: 400px;
    object-fit: cover;
}
.article__text ol {
    font-family: 'CanelaDeckLCG-Light';
    font-size: clamp(1.25rem, 1.14rem + 0.4vw, 1.5rem);
    margin: 30px 0 0;
    padding-left: 20px;
}
.article__text ul {
    font-size: clamp(1rem, 0.89rem + 0.4vw, 1.25rem);
}
.article-stars-rating {
    max-width: 1340px;
    margin: 40px auto 10px;
    text-align: center;
    display: flex;
    width: max-content;
}
.svg-star {
    width: 20px;
    height: 20px;
    color: var(--color-grey);
    transition: all .3s ease-in-out;
}
.svg-star:hover {
    color: var(--color-begie);
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.stars-rating-votes {
    display: inline-block;
    font-size: 13px;
    opacity: 0.4;
    vertical-align: top;
    margin: 2px 0 0 5px;
}
.article-socials {
    max-width: 1340px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 12px;
}
.socials-vk-2 {
    width: 19px;
    height: 11px;
    margin-left: 10px;
    color: var(--color-black);
    transition: color .3s ease-in-out;
}
.socials-vk-2:hover {
    color: var(--color-begie);
}
.read-more {
    max-width: 1340px;
    margin: 0 auto 120px;
}
.read-more__wrapper {
    display: flex;
}
.swiper-read-more {
    overflow: hidden;
    margin: 0 0 40px;
}
.read-more-img {
    width: 440px;
    height: 460px;
}
.read-more__show-all {
    text-align: center;
}
.read-more__show-all span {
    margin-right: 5px;
}

/* Страница Статьи - END */


/* Страница Отзывы - START */
.reviews {
    margin: 0 auto 120px;
}
.reviews__wrapper {
    max-width: 1340px;
    display: flex;
    gap: 12px;
    margin: 0 auto 40px;
}
.reviews__wrapper-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
}
.review__container {
    width: 100%;
    background-color: var(--color-grey-light);
}
.review__wrapp {
    width: 75%;
    text-align: center;
    margin: auto;
    padding: 80px 0;
}
.review-logo {
    margin-bottom: 20px;
}
.logo-review {
    width: 70px;
    height: 70px;
}
.review-bride-name {
    font-size: clamp(1rem, 0.89rem + 0.4vw, 1.25rem);
    margin-bottom: 30px;
}
.review-text {
    font-size: clamp(1rem, 0.89rem + 0.4vw, 1.25rem);
    margin-bottom: 40px;
}
.article-socials .review16 {
    font-size: 16px;
    background-color: transparent;
}
.article-socials .review16 span {
    padding-right: 5px;
}
.dialog__leave-feedback {
    max-width: 580px;
    width: 100%;
}
.leave-feedback__wrapper {
    max-width: 420px;
    width: 100%;
    margin: 60px auto;
    box-sizing: border-box;
}
.leave-feedback__header {
    font-size: 30px;
    margin-bottom: 30px;
}
#leave-feedback {

}
.required-field {
    font-size: 12px;
    opacity: 0.4;
    text-align: center;
    margin: 20px 0 0 0;
}
.leave-feedback-style {
    width: 100%;
    height: 150px;
    border: none;
    background-color: var(--color-grey-light);
    padding: 10px;
    box-sizing: border-box;
    transition: color .3s ease-in-out;
}
.leave-feedback-style:hover {
    border-bottom: none;
}
.leave-feedback-style:focus::placeholder {
    color: var(--color-black);
}
.form-agree__leave-feedback {
    margin-bottom: 10px;
}
.p-agree-description__leave-feedback {
    font-size: 12px;
    text-align: center;
}
/* Страница Отзывы - END */


/* Страница Аксессуары - START */
.accessories {
    max-width: 1340px;
    margin: 0 auto 120px;
}
.accessories__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.accessories__container {
    width: calc(100% / 3 - 7px);
}

.accessories__container-pic {
    position: relative;
}
.accessories-img {
    display: block;
    width: 440px;
    max-height: 502px;
    height: auto;
    object-fit: cover;
    filter: brightness(60%);
    transition: all 0.3s ease-in-out;
}
.accessories__container-pic:hover .accessories-img {
    filter: brightness(85%);
    transition: all .3s ease-in-out;
}
.accessories__container-pic:hover .blog__wrapper-header {
    /*text-decoration: underline;*/
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: all .6s ease-in-out;
}
/* Страница Аксессуары - END */

/* Страница Избранное - START */
.favourites {
    max-width: 1340px;
    margin: 0 auto 110px;
}
.favourites__products-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.favourites__product {
    /*flex: 1 1 calc(100% / 3 - 7px);*/
    width: calc(100% / 3 - 7px);
    margin-bottom: 50px;

}
.sorting__wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    font-size: clamp(0.75rem, 0.64rem + 0.4vw, 1rem);
}
.select-wrapper {
    position: relative;
}
.select-wrapper:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    pointer-events: none;
    width: 18px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='10'%20viewBox='0%200%2018%2010'%20fill='none'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%201.09425L0.782714%200L9.29517%208.12991L17.1831%200.0169203L18%201.07733L9.3248%2010L0%201.09425Z'%20fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s ease;
}
.select-wrapper:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='18'%20height='10'%20viewBox='0%200%2018%2010'%20fill='none'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%201.09425L0.782714%200L9.29517%208.12991L17.1831%200.0169203L18%201.07733L9.3248%2010L0%201.09425Z'%20fill='%23E5C0AE'/%3E%3C/svg%3E");
}
.select-wrapper.open:after {
    transform: translateY(-50%) rotate(180deg);
    margin-top: 4px;
}
.select-wrapper .select {
    font-family: 'Cera Pro Regular';
    font-size: clamp(0.75rem, 0.64rem + 0.4vw, 1rem);
    color: var(--color-black-text);
    appearance: none;
    border: none;
    cursor: pointer;
}
.select-wrapper .select:focus-visible {
    outline: none;
}
.sorting__wrapper .sorting {
    display: flex;
    gap: 10px;
    width: calc(100% / 3 - 7px);
}
.custom-select {
  position: relative;
  user-select: none;
  cursor: pointer;
  border: 1px solid var(--color-grey-light);
  background: #fff;
}
.selected {

}
.options-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid var(--color-grey-light);
  background: #fff;
  z-index: 100;
}
.option {
  padding: 8px;
}
.option:hover {
  background-color: var(--color-grey-light);
}
.custom-select.open .options-container {
  display: block !important;
}

.select.sort {
    width: 193px;
}
.select.sort-count {
    width: 50px;
}
.product-item {
    position: relative;
    margin-bottom: 10px;
    /*height: 100%;*/

}
.product-item-img {
    display: block;
    /*width: 440px;
    height: 660px;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    /*aspect-ratio: 11 / 15;*/
    aspect-ratio: 2 / 3;
}
.product-item__labels {
    font-family: 'Cera Pro Medium';
    position: absolute;
    top: 10px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 58px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-item__labels .new,
.product-item__labels .hit,
.product-item__labels .sale {
    background-color: var(--color-grey);
    text-align: center;
    line-height: 21px;
}
.product-item__labels .hit {
    background-color: var(--color-begie-light);
}
.product-item__labels .sale {
    background-color: var(--color-red);
    color: var(--color-white);
}
.product-item-heart {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px;
    line-height: 0;
    cursor: pointer;
}
.product-item-tryon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 40px;*/
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    padding-inline: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.product-item-tryon span {
    display: block;
    padding: 10px 0 10px 20px;
    text-align: left;
}
.product-item:hover .product-item-tryon {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}
.product-item__description {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-item-name {
    font-size: clamp(0.75rem, 0.64rem + 0.4vw, 1rem);
}
.product-item-price {
    font-size: clamp(0.75rem, 0.53rem + 0.8vw, 1.25rem);
}
.product-item-price .old-price {
    font-size: clamp(0.625rem, 0.46rem + 0.6vw, 1rem);
    text-decoration: line-through;
    padding-right: 20px;
}
.product-item-price .new-price {
    color: var(--color-red);
}
/* Страница Избранное - END */

/* Страница Свадебные платья - START */
.wedding-dresses {
    margin: 0 0 120px;
}
.wedding-dresses h1,
.our-brides h1 {
    margin: 0 50px 40px;
}
.section-tags,
.section-popular,
.section-description {
    max-width: 1340px;
    margin: 0 auto 120px;
}
.section-description {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.dresses__wrapper {
    display: flex;
    gap: 20px;
    max-width: 1340px;
    margin: 0 auto;
}

.sorting__wrapper .wd-sorting {
    width: calc(100% / 3 - 5px);
}
.dresses__products-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.dresses__product {
    width: calc(100% / 3 - 14px);
    margin-bottom: 32px;
}
.rectangle_1px-wd-margins {
    margin: 20px 0 0;
}
.section-description__col-1 {
    min-width: 215px;
}
.description-text {
    width: 100%;
    max-width: 870px;
    margin: unset;
}
.section-tags-header {
    font-size: clamp(1.5rem, 1.335rem + 0.6vw, 1.875rem);
    margin-bottom: 40px;
}
.tags__wrapper {
    max-width: 1115px;
    text-align: center;
    margin: 0 auto;
}
.option-tag {
    display: inline-block;
    background-color: var(--color-grey-light);
    border-radius: 20px;
    padding: 4px 8px;
    margin: 0 5px 10px 0;
    line-height: 22px;
    transition: background-color .1s ease-in-out;
    font-size: clamp(0.875rem, 0.82rem + 0.2vw, 1rem);
}
.option-tag:hover {
    background-color: var(--color-begie);
}
.popular-dresses__controls {
    position: relative;
}
.popular-dresses__controls .swiper-pagination {
    top: 0;
}
.popular-dresses__container {
    display: flex;
    /*gap: 20px;*/
    /*flex-wrap: wrap;*/
}
.popular-product {
    width: calc(100% / 4 - 15px);
    margin-bottom: 0;
}


/***** Свадебные платья SMART FILTER - START *****/

/***** Свадебные платья SMART FILTER - END *****/


.sorting__wrapper .filter-mobile {
    display: none;
}
.select-wrapper__filter-mobile {
    width: 75px;
}
.select-wrapper__filter-mobile:after {
    top: -10px;
}
.brand-slider-wd {
    display: none;
}

.dialog-dressing-room {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    border: none;
    max-height: 90vh;
    overflow-y: auto;
    width: max-content;
}
/* Затемнение фона (backdrop) */
.dialog-dressing-room::backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.dressing-room__dialog-step {
    font-size: 16px;
    width: 760px;
    max-width: 620px;
    margin: 10px auto;
    position: relative;
    background-color: #fff;
    background-size: 100% auto;
    background-position: top center
}
.dialog__buy-dress {
    font-size: 16px;
    width: 100%;
    max-width: 830px;
    margin: 10px auto;
    padding: 0.1px;
    position: relative;
    background-color: #fff;
    background-size: 100% auto;
    background-position: top center
}

.dialog__sign-up-fitting {
    font-size: 16px;
    width: 100%;
    max-width: 916px;
    margin: 10px auto;
    padding: 0.1px;
    position: relative;
    background-color: #fff;
    background-size: 100% auto;
    background-position: top center
}
.dressing-room__dialog-step.success-step{
    max-width: 755px;
}
.dressing-room__header {
    font-size: clamp(2rem, 1.615rem + 1.4vw, 2.875rem);
    margin: 60px 0 40px;
}
.dressing-room__body {
    margin: 0 50px 20px;
    max-width: 1100px;
}
.dressing-room__products {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.dressing-room__product {
    margin-bottom: 12px;
}
.dressing-room_product_item {
    position: relative;
}
.product-item__close-x {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}
.dressing-room__x-close {
    background: #fff;
    border-radius: 50%;
}
.dressing-room__buttons {
    margin: 0 50px 60px;
    display: flex;
    gap: 55px;
    align-items: center;
}
.dressing-room__btn {
    width: 100%;
    padding: 10px;
}
.printer {
    width: 24px
}
.svg-printer {
    width: 24px;
    height: 24px;
}
.dressing-room__printer {
    cursor: pointer;
    transition: color .1s ease-in-out;
}
.dressing-room__printer:hover {
    color: var(--color-begie);
}
.dressing-room__check-avail {
    display: flex;
    justify-content: center;
}
.dressing-room__card-body {
    max-width: 400px;
    margin: 60px 0;
    width: 100%;
}
.dressing-room-header {
    font-size: 30px;
    margin-bottom: 60px;
}
.dressing-room__body-check-avail p {
    text-align: center;
    font-size: 12px;
}
.dressing-room-style {
    width: 100%;
    height: 50px;
    border: none;
    background-color: var(--color-grey-light);
    padding: 10px;
    box-sizing: border-box;
    transition: color .3s ease-in-out;
}
.dressing-room-style:hover {
    border-bottom: none;
}
.dressing-room-form-area__submit {
    width: 100%;
    padding: 10px;
    margin: 20px 0 40px;
}
.dressing-room__success-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 755px;
    padding: 90px 148px;
    text-align: center;
}
.dressing-room-success {
    font-size: 30px;
    margin-bottom: 30px;
}
.dressing-room-success-text {
    font-size: 24px;
    width: 300px;
    margin-bottom: 80px;
}
/* Анимация скрытия товара */
.product-removing,
.favourite-removing {
  animation: fadeSlideUp 0.4s forwards;
}
@keyframes fadeSlideUp {
  0% {
    opacity: 1;
    max-height: 200px;
    margin-bottom: 20px;
  }
  100% {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
}
/* Анимация скрытия товара */

/* Страница Свадебные платья - END */

/* Страница Платье - START */
.product-page {
    max-width: 1340px;
    margin: 40px auto 130px;
}
.product-page__container {
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;
}
.product-page__block-1 {
    position: relative;
}
.product-page__back-link {
    width: 100%;
    margin-bottom: 10px;
}
.nav-item__back {
    transition: color .1s ease-in-out;
}
.nav-item__back span {
    margin-left: 5px;
}
.nav-item__back:hover {
    color: var(--color-begie);
}
.product-page__pics {
    float: left;
    margin-right: 40px;
}
.product-page__gallery-wrapper {
    display: flex;
    gap: 10px;
    max-width: 860px;
}
.swiper-pager-gallery-slides {
    position: relative;
    /*max-width: 215px;*/
    max-width: 175px;
    width: 100%;
    /*height: 806px;*/
    height: 840px;
    overflow: hidden;
}
.swiper-big-gallery-slides {
    position: relative;
    /*max-width: 635px;
    max-height: 806px;*/
    max-width: 560px;
    max-height: 840px;
    width: 560px;
    /*width: 100%;*/
    box-sizing: border-box;
    /*overflow: hidden;*/
    overflow: hidden;
}
.swiper-big-gallery-slides .swiper-slide {
    cursor: zoom-in;
}
.pager-gallery-slides {
    /*width: 215px;*/
    width: 175px;
    display: flex;
}
.pager-gallery-slides .swiper-slide {
    /*max-height: 262px;*/
}
.swiper-pager-gallery-slides .swiper-button-next.thumb-next {
    top: calc(100% - 5px);
    transform: translate(50%, 0%);
    right: 50%;
    width: 100%;
    background: #fff;
    height: 12px;
    padding: 15px 1px 0;
}
.swiper-pager-gallery-slides .swiper-button-next.thumb-next::after,
.swiper-pager-gallery-slides .swiper-button-prev.thumb-prev::after {
    font-size: 18px;
    transform: rotate(90deg);
}
.swiper-pager-gallery-slides .swiper-button-prev.thumb-prev {
    top: 22px;
    left: 0;
    height: 12px;
    width: 100%;
    padding: 0;
    background: #fff;
}
.swiper-pager-gallery-slides .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
}
.swiper-pager-gallery-slides .swiper-slide-thumb-active {
    opacity: 1;
    transition: opacity .8s ease-in-out;
}
.swiper-pager-gallery-slides .swiper-slide-prev {
    margin-top: 20px;
}
.thumb-prev.swiper-button-disabled,
.thumb-next.swiper-button-disabled,
.gallery-prev.swiper-button-disabled,
.gallery-next.swiper-button-disabled {
    display: none;
}
.big-gallery-slides__container {

}
.swiper-big-gallery-slides .swiper-button-next,
.swiper-big-gallery-slides .swiper-button-prev {
    color: var(--color-white);
}
.swiper-big-gallery-slides .swiper-button-next {
    right: 0;
}
.swiper-big-gallery-slides .swiper-button-prev {
    left: 0;
}
.swiper-big-gallery-slides .swiper-button-next::after,
.swiper-big-gallery-slides .swiper-button-prev::after {
    font-size: 18px;
}
.swiper-big-gallery-slides .swiper-button-next:hover,
.swiper-big-gallery-slides .swiper-button-prev:hover {
    color: var(--color-begie);
}
.swiper-big-gallery-slides .swiper-pagination {
    bottom: -30px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.swiper-big-gallery-slides .swiper-zoom-container > img {
    object-fit: cover;
}
.swiper-slide-zoomed .swiper-zoom-container > img {
    object-fit: contain;
}
.product-page__availability {
    float: left;
    margin-top: 5px;
}
.product-page__availability .in-stock {
    padding: 4px 8px;
    background-color: var(--color-begie-light);
    border-radius: 20px;
    font-size: 16px;
    transition: background-color .3s ease-in-out;
}
.product-page__availability:hover .in-stock {
    background-color: var(--color-begie);
}
.product-page__rating {
    text-align: right;
}
.product-page__title {

}
.product-page__title h1 {
    font-size: clamp(1.5rem, 1.335rem + 0.6vw, 1.875rem);
    text-align: left;
    padding: 0;
    margin: 15px 0 10px;
}
.product-page__price .price {
    font-family: 'CanelaDeckLCG-Light';
    /*font-size: clamp(2.25rem, 2.195rem + 0.2vw, 2.375rem);*/
    font-size: clamp(1.75rem, 1.5714rem + 0.8929vw, 2.375rem);
}
.product-page__buttons {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    margin-top: 70px;
}
.product-page__buttons .try-it-on__btn {
    width: 100%;
    padding: 10px 83px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    color: var(--color-black-text);
}
.product-page__buttons .favorite__btn {
    padding: 10px 0;
    width: 100%;
    transition: all .3s ease-in-out;
}
.favorite-btn__text {

}
.favorite-btn__heart {
    margin-left: 10px;
    vertical-align: top;
}
.product-page__buttons .favorite__btn:hover .favorite-btn__heart {
    fill: var(--color-begie-light);
}
.favorite-btn__heart-choosen {
    fill: var(--color-white);
}
.product-page__params {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
    /*width: 440px;*/
    width: 555px;
    border-bottom: 1px solid var(--color-grey);
}
.product-page__delivery {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--color-grey);
}
.delivery-link-a,
.buy-link__button {
    transition: color .1s ease-in-out;
}
.delivery-link-a:hover,
.buy-link__button:hover,
.buy-link__button:hover a {
    color: var(--color-begie-dark);
}
.delivery {
    width: 34px;
    height: 21px;
    vertical-align: bottom;
    margin-right: 10px;
}
.wallet {
    width: 26px;
    height: 24px;
    vertical-align: bottom;
    margin: 0 12px 0 5px;
}
.buy-link__button {
    background: none;
    padding-left: 0;
}
.product-page__info-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}
.product-page__info-list .list-item {
    display: flex;
    justify-content: space-between;
    gap: 140px;
    padding: 10px 0;
}
.product-page__info-list .list-item .value {
    text-align: right;
}
.product-page__phone {
    white-space: nowrap;
}
.product-page__description {
    display: flex;
    gap: 100px;
    width: calc(100% - 225px);
    margin: 0 0 0 auto;
}
.product-page__description p {
    margin-top: 0;
}
.product-page__description-title {
    font-family: 'CanelaDeckLCG-Light';
    font-size: 24px;
}
.product-page__description-descr {
    font-size: clamp(1rem, 0.89rem + 0.4vw, 1.25rem);
}
.dress-accessories {
    max-width: 1340px;
    margin: 0 auto 200px;
}
.similar-models {
    max-width: 1340px;
    margin: 0 auto 160px;
}
.dress-accessories__wrapper {
    display: flex;
    gap: 20px;
}
.dress-accessories__options {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 25%;
}
.dress-accessories__options .title {
    font-family: 'CanelaDeckLCG-Light';
    font-size: clamp(1.5rem, 1.335rem + 0.6vw, 1.875rem);
}
.dress-accessories__items-wrapper {
    width: 75%;
}
.swiper-dress-accessories {
    overflow: hidden;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.slider-navs {
    position: relative;
    margin-left: 5px;
    height: 8px;
}
.swiper-dress-accessories .slider-navs .swiper-pagination,
.popular-dresses__controls .swiper-pagination {
    top: 0;
    display: flex;
    padding: 0;
    gap: 8px;
}
.slider-navs .swiper-button-prev,
.slider-navs .swiper-button-next {
    display: none;
}
.popular-dresses__controls .swiper-pagination {
    justify-content: center;
}
.swiper-dress-accessories .slider-navs .swiper-pagination .swiper-pagination-bullet,
.swiper-popular-models .popular-dresses__controls .swiper-pagination .swiper-pagination-bullet,
.swiper-big-gallery-slides .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--color-grey);
    opacity: 1;
}
.swiper-dress-accessories .slider-navs .swiper-pagination .swiper-pagination-bullet-active,
.swiper-popular-models .popular-dresses__controls .swiper-pagination .swiper-pagination-bullet-active,
.swiper-big-gallery-slides .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-dark-grey);
}
.dress-accessories__list-items {
    display: flex;
}
.dress-accessories__list-items .dresses__product {
    margin-bottom: 0;
}
.swiper-popular-models {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.buy-dress-order__wrapper {
    display: flex;
    margin: 60px;
}
.buy-dress-order {
    max-width: 327px;
    width: 100%;
    height: 410px;
    margin-bottom: 13px;
}
.buy-dress__card-body {
    max-width: 335px;
    margin: 0 0 0 60px;
    font-size: 30px;
}
.buy-dress__card-body .error {
    font-size: 16px;
}
.buy-dress-header {
    margin-bottom: 60px;
}
.buy-dress-order__send {
    width: 100%;
    padding: 10px;
    margin: 20px 0 40px;
}
.buy-dress__body p {
    text-align: center;
    font-size: 12px;
    margin: 0 0 20px;
}
.buy-dress-close {
    top: 0;
}
.buy-dress__body p:last-child {
    margin-bottom: 0;
}
.buy-dress__success-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 755px;
    padding: 90px 148px;
    text-align: center;
}
.buy-dress-success {
    font-size: 30px;
    margin-bottom: 30px;
}
.buy-dress-success-text {
    font-size: 24px;
    width: 300px;
    margin-bottom: 80px;
}
/* Страница Платье - END */


/* Продолжение общих стилей */
.pagination {
    margin: 40px 0 0;
}
.pages {
    text-align: center;
    font-size: 16px;
}
.page,
.three-dots {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
}
.page.active {
    background-color: var(--color-begie);
    border-radius: 50%;
}
.page:hover {
    background-color: var(--color-begie);
    border-radius: 50%;
}
.svg-next-arrow {
    width: 18px;
    height: 18px;
    margin-bottom: -3px;
}
.svg-prev-arrow {
    transform: rotate(180deg);
}
.svg-next-arrow:hover,
.svg-right-arrow:hover {
    color: var(--color-begie);
}
.svg-next-arrow.reverse,
.svg-right-arrow.reverse {
    transform: rotate(180deg);
}
.blog-next-arrow,
.blog-next-arrow-reverse {
    width: 15px;
    height: 30px;
    padding: 5px 4px;
    margin-bottom: -13px;
}
.blog-next-arrow-reverse {
    transform: rotate(180deg);
}


.main.search-section {
    max-width: 1340px;
    margin: 0 auto 120px;
}
.page404 {
    margin: 0 auto 120px;
}
.page404 h1 {
    max-width: 1340px;
    margin: 120px auto 40px;
}
.page404-desc__wrapper {
    max-width: 1340px;
    margin: 0 auto 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}
.page404-desc {
    text-align: center;
    font-size: 30px;
    max-width: 500px;
}
.page404__btn {
    padding: 10px 50px;
}
.page404__btn a {
    text-align: center;
}
.page404__wrapper {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
}
.page404-block {
    width: calc(100% / 2);
}
.page404-left-block-img {
    display: block;
    width: 100%;
    height: 880px;
    object-fit: cover;
    object-position: center top;
    filter: brightness(60%);
    transition: filter .3s ease-in-out;
}
.page404-left-block:hover .page404-left-block-img {
    filter: brightness(100%);
}
.page404-right-block {
    position: relative;
    background-color: var(--color-grey-light);
    overflow: hidden;
}
.page404-right-block::before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
    background-image: url(../images/svg/logo-sign.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none;
    z-index: 0;
}
.page404-list {
    list-style: none;
    margin: 60px 80px;
    padding: 0;
    font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.5rem);
    position: relative;
}
.page404-list-item {
    margin-bottom: 10px;
}
.page404-list-item a {
    transition: all .3s ease-in-out;
}
.page404-list-item:hover a  {
    color: var(--color-begie-dark);
}


/* Адаптация под мобильные устройства - START */
@media (max-width: 1440px) {
    .sign-up-fitting__btn {
        right: 30px;
    }
    #scrollToTopBtn {
        left: 30px;
    }
}

@media (max-width: 1400px) {
    .header__container {
        margin: 0 16px 15px;
    }
    .breadcrumbs {
        margin: 20px 16px 16px;
    }
    .chess, .contacts-photo, .mainpage-brides, .section-description, .section-tags, .section-popular,
    .accessories, .read-more, .single-page, .main.search-section, .page404 {
        margin: 0 16px 120px;
    }
    .about-us, .interior {
        margin: 0 16px 160px;
    }
    .our-brides, .blog, .reviews {
        margin: 0 0 120px;
    }
    .favourites {
        margin: 0 16px 70px;
    }
    .product-page {
        margin: 40px 16px 130px;
    }
    .dress-accessories, .similar-models {
        margin: 0 16px 120px;
    }
    .wedding-dresses h1, .our-brides h1, .pre-next, .reviews h1, .reviews__wrapper, .blog__wrapper.articles__wrapper {
        margin: 0 16px 40px;
    }
    h2 {
        margin: 0 0 40px;
    }
    .section-header {
        margin-bottom: 40px;
    }
    .article-socials {
        margin: 0 16px 20px;
    }
    .header-top-center, .header__nav, .silhouettes-box, .new-collection__main_see-all, .mainpage-reviews_container,
    .dresses__wrapper, .our-brides__wrapper, .blog__wrapper {
        margin: 0 16px;
    }
    .chess.adress-pages {
        margin: 0 16px 120px;
    }
    .footer {
        padding: 0 16px;
    }
    .swiper-btn-margins {
        margin: 0 16px;
        max-width: calc(100% - 32px);
    }
    .mainpage-reviews__show-all {
        margin-top: 40px;
    }
    .pagination {
        margin: 40px 16px 0;
    }

/* Chess page - START */
        /*.chess__item-wrap {
            margin: 0 100px;
        }*/
/* Chess page - END */

/* Страница О нас - START */
    .chess-custom-img {
        min-width: unset;
    }
    .chess-custom-img-2 {
        min-width: unset;
    }
/* Страница О нас - END */

/* Страница Статьи - START */
    .articles__container {
        width: calc(50% - 5px);
    }
    .blog .articles__wrapper .blog__container:nth-child(1n) .blog__container-pic .articles-img {
        width: 664px;
        height: 665px;
    }
/* Страница Статьи - END */


}

@media (max-width: 1338px) {
    .new-collection__main_body {
        height: 400px;
    }
    .mainchess__item-wrap:nth-child(5) {
        border-right: 1px solid var(--color-grey);
        border-top: 1px solid var(--color-grey)
    }
    .mainchess__item-wrap:nth-child(4n) {
        border-right: none;
    }
    .new-collection__slider-nav .swiper-pagination {
        justify-content: center;
    }
    .new-collection__card {
        width: auto;
    }
    .new-collection__main_see-all {
        min-width: auto;
    }
/* Chess page - START */
    /*.chess__item-wrap {
        margin: 0 40px;
    }*/
/* Chess page - END */

/* Страница Платье - START */
.product-page {
        margin-top: 0;
    }
    .product-page__block-1 {
        display: flex;
        flex-direction: column;
    }
    .product-page__title {
        order: 1;
        margin: 30px auto;
    }
    .product-page__title h1 {
        margin: 0;
    }
    .product-page__back-link {
        order: 2;
    }
    .product-page__availability {
        order: 3;
        display: flex;
        justify-content: end;
        margin-top: -35px;
    }
    .product-page__pics {
        order: 4;
        margin: 10px 0 40px 0;
    }
    .product-page__gallery-wrapper {
        max-width: 1000px;
        width: 100%;
    }
    .swiper-big-gallery-slides {
        max-width: 740px;
        width: 75%;
    }
    .swiper-pager-gallery-slides {
        width: 25%;
    }
    .product-page__price {
        order: 5;
    }
    .product-page__rating {
        order: 5;
        position: relative;
    }
    .product-page__rating .product-page__rating-votes {
        position: absolute;
        top: 4px;
        right: 0;
    }
    .product-page__buttons {
        justify-content: left;
        margin-top: 20px;
    }
    .product-page__params {
        position: static;
        order: 7;
        width: auto;
    }
    .product-page__container {
        margin-bottom: 40px;
    }
/* Страница Платье - END */

}

@media (max-width: 1200px) {
    .header-top-right {
        min-width: auto;
        gap: 20px;
    }
    .header-top-right img {
        min-width: 18px;
    }
    .header-top-left {
        gap: 20px;
    }
    .dialog-search {
        width: 95%;
    }
    .dialog-search input {
        width: 80%;
    }
    .main-sliders__row {
        top: calc(100% / 6);
    }
    .new-collection__main_body {
        height: 350px;
    }
    .footer__wrapper {
        flex-direction: column;
    }
    .footer-menu__wrap {
        width: 100%;
    }
    .footer-menu__1 {
        /*justify-content: center;*/
    }
    .footer__nav {
        min-width: 170px;
    }
    .copyright__copy {
        margin-right: 0;
    }
    .footer__container_list {
        margin-bottom: 50px;
    }
    .footer-menu__logo-socials {
        display: none;
    }
    .footer-menu__logo-socials-mobile {
        display: block;
    }
    .footer-etc {
        margin-left: 0;
    }
    .footer-menu__uc {
        display: flex;
        flex-direction: column;
    }
    .footer-menu__uc li:nth-child(2) {
        order: -1;
    }
/* Chess page - START */
    /*.chess__item-wrap {
        margin: 0 20px;
    }*/
    .adress-pages__map {
        width: 75%;
    }
    .adress-pages-description {
        margin: 0 8%;
    }
    .chess__item-wrap .services-icon {
        margin-bottom: 20px;
    }
/* Chess page - END */

/* Страница Контакты - START */
        .contacts-page-description {
            margin: 10px 35px;
        }
/* Страница Контакты - END */

/* Страница Статьи - START */
    .article__text img {
        height: 300px;
    }
/* Страница Статьи - END */

/* Страница Свадебные платья - START */
    .wd-sorting:first-child .sort__text {
        display: none;
    }
/* Страница Свадебные платья - END */


}

@media (max-width: 1066px) {
    .mainchess__item-wrap:nth-child(n) {
        border-top: none;
        border-bottom: 1px solid var(--color-grey);
    }
    .mainchess__item-wrap:nth-child(3n) {
        border-right: none;
    }
    .mainchess__item-wrap:nth-child(4n) {
        border-right: 1px solid var(--color-grey);
    }
    .mainchess__item-wrap:last-child {
        border-right: 1px solid var(--color-grey);
        border-left: 1px solid var(--color-grey);
        border-bottom: none;
    }
}

@media (max-width: 1000px) {
    .section-mb,
    .sec-silh-m {
        margin-bottom: 90px;
    }
    .header {
        padding: 20px 0;
        box-shadow: 0 10px 10px -5px rgba(50, 50, 50, 0.3);
    }
    .header.sticky {
        /*box-shadow: 0 10px 10px -5px rgba(50, 50, 50, 0.3);*/
    }
    .atelier,
    .whats_app,
    .big_stoners {
        display: none;
    }
    .big_stoners {
        max-width: 200px;
    }
    .header__container {
        margin: 0 16px 5px;
    }
    .header-top-center {
        margin: 0;
        padding: 0;
        min-width: inherit;
    }
    .header-top__mobile {
        display: flex;
        position: relative;
        z-index: 12;
    }
    .logo {
        display: none;
    }
    .work-time__mobile {
        display: block;
    }
    .burger-menu.active {
        padding-top: 1px;
    }
    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }
    .burger-menu.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .burger-menu.active span:nth-child(3) {
        transform: translateY(-12px) rotate(-45deg);
    }
    .search,
    .favorite {
        width: 20px;
        height: 20px;
    }
    .dressing-room {
        width: 24px;
        height: 20px;
    }
    .header-counter {
        width: 18px;
        height: 18px;
    }
    .favorite-count {
        right: 0px;
        bottom: 1px;
    }
    .dressing-count {
        right: -1px;
        bottom: 2px;
    }
    .header__nav {
        margin-top: 0;
        position: relative;
        z-index: 11;
        min-height: auto;
    }
    .header__nav ul {
        position: fixed;
        left: -100%;
        top: 129px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        transition: all .3s ease-in-out;
    }
    .header__nav ul li {
        margin: 15px 0;
    }
    .header__nav ul.active {
        left: 0;
        text-align: center;
    }
    .rectangle_1px.header-nav-2 {
        display: none;
    }
    .main-sliders__row {
        top: calc(100% / 150);
    }
    .main-sliders__row_header {
        max-width: 350px;
    }
    .sec-silh-m {
        margin-bottom: 30px;
    }
    .new-collection__main_see-all {
        display: none;
    }
    .new-collection__main_text-mobile {
        display: block;
        margin-top: 10px;
    }
    .new-collection__slider-nav .swiper-pagination {
        justify-content: center;
    }
    .new-collection__main {
        justify-content: center;
    }
    .new-collection__main_cards_wrapp {
        margin-bottom: 0;
        /*padding: 15px 0;*/
    }
    .mainpage-brides__wpapp {
        max-width: none;
        max-height: none;
    }
    .footer_mb {
        margin-bottom: 130px;
    }
    .feedback__card-title {
        display: none;
    }
    .footer-etc__wrap {
        width: auto;
    }
    .socials {
        gap: 24px;
    }
    .reviews, .accessories {
        margin-bottom: 90px;
    }
    .sign-up-fitting__card-title {
        display: none;
    }
/* Chess page - START */
    .chess, .contacts-photo {
        margin: 0 16px 90px;
    }
    .chess__list {
        flex-direction: column;
    }
    .chess__item {
        width: 100%;
        max-height: unset;
    }
    .chess .chess__wrapp:nth-of-type(2n) .chess__list {
        flex-direction: column;
    }
    .chess .chess__wrapp-reverse:nth-of-type(2n+1) .chess__list {
        flex-direction: column;
    }
    .chess-header, .chess-header-custom__wrap {
        margin-bottom: 20px;
    }
    .chess-header-custom {
        margin-bottom: 10px;
    }
    .chess__item-wrap {
        margin: 40px 108px 90px;
    }
    .chess__item-wrap.chess-custom__item-wrap {
        margin: 60px auto;
    }
    .chess__item-wrap.chess-custom__item-wrap-2 {
        margin-bottom: 0;
    }
    .chess-custom__item-wrap-2 p:last-child {
        margin-bottom: 0;
    }
    .welcome-text-logo {
        margin-bottom: 20px;
    }
    .chess-img {
        max-height: unset;
    }
/* Chess page - END */

/* Страница Вакансии - START */
    .chess.job-page .chess__wrapp:last-child .chess__list .chess__item .job-mb {
        margin-bottom: 0;
    }
    .welcome-text {
        width: 100%;
        margin: 60px 0 0;
    }
/* Страница Вакансии - END */

/* Страница О нас - START */
    .about-us, .interior {
        margin-bottom: 90px;
    }
    .chess-custom__list {
        flex-direction: column;
    }
    .chess-custom__item {
        width: 100%;
    }
    .chess-custom-variant-1 .chess-custom__list:nth-of-type(2n),
    .chess-custom-variant-2 .chess-custom__list:nth-of-type(2n) {
        flex-direction: column;
    }
    .chess .chess__wrapp-reverse:last-child .chess__list .chess__item .chess__item-wrap {
        margin-bottom: 0;
    }
    .chess-custom-img-2 {
        width: 100%;
    }
/* Страница О нас - END */

/* Страница FAQ - START */
    .chess .chess__wrapp:last-child .chess__list .chess__item .chess__item-wrap {
        margin-bottom: 0;
    }
/* Страница FAQ - END */

/* Страница Single Page - START */
    .single-page {
        margin-bottom: 90px;
    }
    .single-page__wrapper {
        flex-direction: column;
    }
    .single-page__left-menu {
        width: 100%;
        margin: 0 0 40px;
    }
    .single-page__left-menu a,
    .single-page__left-menu ul li.active {
        font-family: 'Cera Pro Regular', Helvetica, Arial, sans-serif;
    }
    .single-page__left-menu ul li {
        margin-bottom: 10px;
    }
    .single-page__left-menu ul li span::after {
        display: inline-block;
    }
    .single-page-text {
        width: 100%;
    }
/* Страница Single Page - END */

/* Страница Статьи - START */
    .blog {
        margin: 0 0 90px;
    }
    .read-more {
        margin-bottom: 90px;
    }
    .article__text {
        width: 100%;
    }
    .article-img {
        height: auto;
        max-height: 460px;
    }
/* Страница Статьи - END */

/* Страница Избранное - START */
    .favourites {
        margin-bottom: 40px;
    }
    .sorting__wrapper .sorting {
        gap: 5px;
    }
    .select.sort {
        width: 170px;
    }
    .select.sort-count {
        width: 45px;
    }
/* Страница Избранное - END */

/* Страница Наши невесты - START */
    .our-brides__header {
        margin-bottom: 20px;
    }
    .our-brides__pic:nth-child(3n+2) .our-bride-img {
        height: 502px;
    }
    .our-bride__button-next .button-next-arrow,
    .our-bride__button-prev .button-prev-arrow {
        display: none;
    }
    .swiper-our-bride .swiper-button-next,
    .swiper-our-bride .swiper-button-prev {
        display: flex;
    }
    .swiper-our-bride .swiper-button-next {
        right: 0;
    }
    .swiper-our-bride .swiper-button-prev {
        left: 0;
    }
    .swiper-our-bride .swiper-button-next::after,
    .swiper-our-bride .swiper-button-prev::after {
        font-size: clamp(1.125rem, 0.795rem + 1.2vw, 1.875rem);
    }
/* Страница Наши невесты - END */

/* Страница Свадебные платья - START */
    .section-header {
        margin-bottom: 40px;
    }
    .wedding-dresses, .our-brides {
        margin: 0 0 90px;
    }
    .section-tags, .section-description, .section-popular {
        margin: 0 16px 90px;
    }
    .pagination {
        margin: 20px 16px 0;
    }
    .dresses__product {
        width: calc(100% / 2 - 10px);
    }
    .wd-sorting__wrapper {
        gap: 20px;
    }
    .sorting__wrapper .wd-sorting {
        width: calc(100% / 2);
    }
    .section-description__col-1 {
        display: none;
    }
    .description-text {
        max-width: unset;
    }
/* Страница Свадебные платья - END */

/* Страница Платье - START */
    .product-page {
        margin-bottom: 70px;
    }
    .product-page__title {
        margin: 0 auto 20px;
    }
    .product-page__description {
        width: 100%;
        gap: 30px;
    }
    .dress-accessories__wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .swiper-dress-accessories .slider-navs .swiper-pagination {
        justify-content: center;
        min-height: 10px;
        top: auto;
    }
    .dress-accessories, .similar-models {
        margin-bottom: 90px;
    }
    .dress-accessories__options {
        width: 100%;
        margin-top: 0;
    }
    .dress-accessories__options .title {
        text-align: center;
    }
    .dress-accessories__items-wrapper {
        width: 100%;
    }
    .slider-navs {
        margin-left: 0;
        min-height: 28px;
    }
    .slider-navs .swiper-button-next {
        display: flex;
        right: 0;
        justify-content: right;
    }
    .chess.adress-pages {
        margin-bottom: 90px;
    }
    .slider-navs .swiper-button-prev {
        display: flex;
        left: 0;
        justify-content: left;
    }
    .slider-navs .swiper-button-next::after,
    .slider-navs .swiper-button-prev::after {
        font-size: clamp(1.125rem, 0.6339rem + 1.7857vw, 1.75rem);
    }
/* Страница Платье - END */
    .main.search-section {
        margin-bottom: 60px;
    }
    .page404 {
        margin-bottom: 90px;
    }

}

@media (max-width: 800px) {
    .section-header {
        margin-bottom: 40px;
    }
    .main-sliders__row {
        top: calc(100% / 300);
    }
    .mainchess__item-wrap:nth-child(even) {
        border-right: none;
    }
    .mainchess__item-wrap:nth-child(odd) {
        border-right: 1px solid var(--color-grey);
    }
    .mainchess__item-wrap:last-child {
        border-left: none;
    }
    .mainchess__item-wrap:nth-last-child(2) {
        border-bottom: none;
    }
    .new-collection__main_cards_wrapp {
        margin-top: 12px;
    }
    .new-collection__card:hover {
        box-shadow: none;
    }
    .footer__nav {
        min-width: 130px;
    }
    .accessories__container {
        width: calc(100% / 2 - 5px);
    }
/* Chess page - START */
    .chess__item-wrap {
        width: 100%;
        margin: 40px auto 90px;
    }
    .chess-img {
        max-height: 666px;
    }
    .adress-pages__list {
        flex-direction: column;
    }
    .adress-pages__map {
        width: 100%;
    }
    .adress-pages-description {
        margin: 40px 0 0;
        text-align: center;
    }
    .contacts-page__btn {
        width: 100%;
    }
    .adress-pages-description > p:last-child {
        margin-bottom: 0;
    }
/* Chess page - END */

/* Статьи - START */
    .blog__wrapper.articles__wrapper {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .articles__container {
        width: auto;
    }
    .blog .articles__wrapper .blog__container:nth-child(1n) .blog__container-pic .articles-img {
        /*width: auto;
        height: auto;*/
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        object-position: top center;
    }
/* Статьи - END */

/* Страница Single Page - START */
    .single-page-text {
        width: 100%;
    }
/* Страница Single Page - END */

/* Страница Контакты - START */
    .contacts-page__adress,
    .contacts-page__work-time {
        margin-bottom: 20px;
    }
/* Страница Контакты - END */

/* Страница Отзывы - START */
    .reviews__wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .reviews__wrapper-column {
        width: 100%;
        gap: 20px;
    }
    .review__wrapp {
        width: auto;
        padding: 40px 30px;
    }
    .article-socials .review16 {
        text-decoration: underline;
        text-underline-offset: 5px;
    }
    .article-socials .review16:hover {
        background-color: var(--color-grey-light);
        color: var(--color-black);
    }
    .article-socials .svg-right-arrow {
        display: none;
    }
/* Страница Отзывы - END */

/* Страница Избранное - START */
    .favourites {
        margin-bottom: 60px;
    }
    .favourites__product {
        width: calc(100% / 2 - 5px);
        margin-bottom: 30px;
    }
    .product-item-tryon {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s ease-in-out;
    }
    .sorting__wrapper {
        margin-bottom: 10px;
    }
    .sorting__wrapper .sorting {
        width: calc(100% / 2 - 5px);
    }
    .select.sort {
        width: 160px;
    }
    .select.sort-count {
        width: 40px;
    }
    .select-wrapper:after {
        width: 14px;
        height: 8px;
    }
/* Страница Избранное - END */


/* Страница Свадебные платья - START */
    .dresses__products-wrapper {
        gap: 10px;
    }
    .dresses__product {
        width: calc(100% / 2 - 5px);
    }
    .sorting__wrapper .filter-mobile {
        display: block;
    }
    .sorting__wrapper .sorting:last-child {
        display: none;
    }
    .dresses-filter__container {
        display: none;
    }
    .brand-slider-wd {
        display: block;
    }

    .dresses-filter__container {
        position: relative;
        transform: translateX(100%);
        transition: all .3s ease
    }
    .dresses-filter__container.open {
        display: block;
        transform: translateX(0);
    }

    #dresses-filter {
        position: fixed;
        top: 0;
        right: 0;
        width: 80vw;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 5px rgba(0,0,0,0.3);
        z-index: 110;
        overflow-y: auto;

    }
    .dresses-filter {
        border-top: 1px solid var(--color-grey);
        padding: 0 16px;
        margin-top: 69px;
    }
    .dresses-filter_close-x {
        display: block;
        top: 17px;
        padding: 5px;
        line-height: 14px;
    }
    .dresses-filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 109;
    }
    .dresses-filter-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .filter-block:first-child {
        border-top: none;
    }
    .activeFiltersListContainer {
        padding: 20px 0;
    }
    .filter-section .amount-items__wrapper .amount-item {
        width: 48%;
    }
    .filter-section .amount-items__wrapper .separator {
        width: 4%;
    }
    .filter-section .amount-items__wrapper .amount-item input {
        width: calc(100% - 6px);
    }
    .filter-silhouettes__wrapper {
        /*justify-content: space-between;*/
    }
    .filter-silhouette__wrapp {
        /*width: 85px;*/
        width: calc(100% / 3 - 7px);
    }
    .filter-block.accessories-page {
        border-top: none;
    }
    .dressing-room__header {
        margin: 40px 0;
    }
    .dressing-room__body {
        margin: 0 16px 48px;
    }
    .dressing-room__products {
        gap: 10px;
    }
    .dressing-room__buttons {
        margin: 0 16px 40px;
        flex-direction: column;
        gap: 20px;
    }
    .printer {
        width: 100%;
        margin-top: 12px;
    }
    .dressing-room__printer {
        width: 24px;
        float: right;
    }
    .product-item__close-x {
        top: 8px;
        right: 8px;
    }
    .dresses-filter__buttons {
        margin-bottom: 20px;
    }
/* Страница Свадебные платья - END */

/* Страница Платье - START */
    .swiper-big-gallery-slides {
        max-width: 768px;
        max-height: 1000px;
    }
    .dialog__buy-dress {
        margin: auto;
    }
    .buy-dress-order__wrapper {
        flex-direction: column;
        margin: 60px 16px 40px;
    }
    .buy-dress__card-body {
        max-width: 768px;
        margin: 60px 0 0;
    }
    .buy-dress-order {
        max-width: 768px;
        height: auto;
    }
/* Страница Платье - END */

}

@media (max-width: 700px) {
    .dialog-search input {
        margin: 20px 10px;
        width: 93%;
    }
    .main-sliders__row {
        top: 4%;
    }
    .main-sliders__row_header {
        max-width: 275px;
        font-size: 25px;
        min-height: 140px;
    }
    .main-sliders__row_btn {
        font-size: 12px;
        width: 190px;
        padding: 12px;
        height: 40px;
    }
    .main-banner-swiper .button-prev-arrow,
    .main-banner-swiper .button-next-arrow {
        display: none;
    }
    .silhouettes__wrapp {
        min-width: 170px;
    }
    .new-collection__slider-nav {
        margin-left: 0;
    }
    .new-collection__main_card_wrapp:hover {
        box-shadow: none;
    }
    .new-collection__card {
        padding: 8px 8px 15px;
    }
    .new-collection__main_text-mobile {
        margin-top: 20px;
    }
    .fitting-complete__send {
        padding: 10px 30px;
    }
    .feedback-success-wrapper {
        padding: 60px 150px;
    }
    .feedback-success {
        width: 290px;
    }
    .fitting-complete-1 {
        margin: 60px 16px 40px;
        padding: 0;
    }
    .footer-menu__logo span {
        margin-left: 60px;
    }
    .footer-menu__wrap {
        padding: 0;
    }
    .footer__nav {
        min-width: 215px;
    }
    .change-nav {
        order: -1;
    }
    .footer-ul {
        font-size: 14px;
        padding-bottom: 40px;
    }
    .footer__nav.work-shedule {
        width: auto;
    }
    .footer-menu__uc {
        margin-top: 0;
    }
    .footer-menu__uc .btn-popup {
        font-size: 14px;
    }
    .pay-cards__wrapper {
        gap: 12px;
    }
    .footer-menu__pb {
        margin: 0 0 12px;
    }
    .socials-tg {
        width: 29px;
        height: 29px;
    }
    .socials-youtube {
        width: 36px;
        height: 29px;
    }
    .socials-vk {
        width: 29px;
        height: 29px;
    }
    .mastercard {
        width: 40px;
        height: 25px;
    }
    .visa {
        width: 40px;
        height: 12px;
    }
    .mir{
        width: 40px;
        height: 12px;
    }
    .footer-etc {
        margin-top: 20px;
    }
    .bride-calendar-swiper {
        max-width: 75vw;
    }
    .bride-fitting__content-calendar_content-title {
        position: relative;
    }
    .bride-fitting__wrapper .swiper-button-next,
    .bride-fitting__wrapper .swiper-button-prev {
        top: 12px;
    }
    .bride-fitting__wrapper .swiper-button-next::after,
    .bride-fitting__wrapper .swiper-button-prev::after {
        font-size: 18px;
    }
    .fitting-complete-text {
        width: 300px;
    }
    .fitting-article-link {
        width: 100%;
        padding: 6px 30px;
    }
/* Chess page - START */
        .brand-slider-pages {
            display: none;
        }
/* Chess page - END */

/* Страница Single Page - START */
    .single-page-text table tr {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }
    .single-page-text table tr:first-child {
        padding-top: 0;
    }
    .single-page-text table tr:last-child {
        padding-bottom: 0;
    }
    .single-page-text table td:first-child,
    .single-page-text table th:first-child {
        border-bottom: none;
    }
    .single-page-text table td:nth-child(even),
    .single-page-text table th:nth-child(even) {
        padding-bottom: 10px;
    }
    .single-page-text table p {
        padding: 0 30px 10px 0;
    }
/* Страница Single Page - END */

    /* Страница Блог - START */
    .blog__wrapper {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    /* Страница Блог - END */

/* Страница Статьи - START */
    .read-more {
        display: none;
    }
/* Страница Статьи - END */

/* Страница Избранное - START */
    .select.sort {
        width: 155px;
    }
    .select.sort-count {
        width: 38px;
    }
/* Страница Избранное - END */

/* Страница Платье - START */
    .swiper-pager-gallery-slides {
        width: 100%;
        display: none;
    }
    .swiper-big-gallery-slides {
        width: 100%;
    }
    .swiper-big-gallery-slides .product-item-img {
        aspect-ratio: 2 / 3;
    }
    .product-item-price .old-price {
        padding-right: 10px;
    }
/* Страница Платье - END */

    .dialog-dressing-room {
        min-width: auto;
    }
    .dressing-room__card-body {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .page404__wrapper {
        flex-direction: column;
    }
    .page404-block {
        width: 100%;
    }
    .page404-left-block-img {
        height: auto;
    }
}

@media (max-width: 600px) {
    .mainpage-brides__wpapp {
        max-width: none;
        max-height: none;
    }
    .dressing-room__success-wrapper {
        padding: 60px 16px;
    }
    .buy-dress__success-wrapper {
        padding: 60px 16px;
    }
    .page404-list {
        margin: 40px 20px;
    }
}

@media (max-width: 500px) {
    .main-sliders__row_header {
        min-height: 110px;
    }
    .brand-slider__brand {
        max-height: 80px;
    }
    .of-container__brand {
        display: block;
    }
    .of-container__brand span {
        display: block;
        width: 155px;
        text-align: center;
    }
    .brand-slider__item {
        flex-direction: column;
        height: auto;
    }
    .brand-slider__item:hover .brand-slider__brand {
        display: block;
    }
    .svg-right-arrow_brand-m {
        display: none;
    }
    .silhouettes__wrapp {
        min-width: 130px;
    }
    .mainchess__item-wrap {
        width: 49.5%;
    }
    .mainchess__item {
        width: 100%;
    }
    .swiper-brides .swiper-wrapper {
        gap: 0;
    }
    .mainpage-brides {
        margin: 0 0 90px;
    }
    .mainpage-brides__wpapp {
        max-height: 540px;
        aspect-ratio: 13 / 18;
    }
    .review-slide p {
        max-width: 300px;
    }
    .swiper-reviews .swiper-button-prev,
    .swiper-reviews .swiper-button-next {
        top: 30%;
    }
    .footer_mb {
        margin-bottom: 90px;
    }
    .footer__container_list {
        padding-top: 0;
    }
    .footer-menu__1 {
        margin: 40px 0 60px;
        justify-content: center;
    }
    .footer-menu__logo.email {
        display: none;
    }
    .footer-menu__2 {
        justify-content: space-between;
    }
    .footer__nav {
        min-width: 200px;
    }
    .footer-ul {
        font-size: 14px;
        max-width: 163px;
    }
    .feedback__card-body {
        /*margin: 60px 16px 50px;*/
        margin: 40px 16px;
    }
    footer {
        background-image: url(../images/svg/footer_brand_element_mobile.svg);
        background-position: center 88px;
        background-repeat: no-repeat;
    }
    .sign-up-fitting__btn {
        max-width: 100px;
        min-height: 40px;
        padding: 3px 12px;
        right: 16px;
    }
    #scrollToTopBtn {
        left: 16px;
    }
    .card-body__body {
        /*margin-top: 70px;*/
        min-width: 250px;
    }
    .input-style {
        font-size: 16px;
    }
    #feedbackForm > input:last-of-type {
        margin-bottom: 15px;
    }
    .checkbox-agree,
    .checkbox-input__fitting-form {
        min-width: 32px;
        width: 32px;
        height: 32px;
    }
    .checkbox-agree::after,
    .checkbox-input__fitting-form::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' viewBox='0 0 23 24' fill='none'%3E%3Cpath d='M1.20801 9.80103L7.83958 18.801L21.208 0.801025' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
    }
    .checkbox-agree:checked::after,
    .checkbox-input__fitting-form:checked::after {
        width: 23px;
        height: 24px;
    }
    .p-agree-description {
        max-width: 255px;
    }
    .feedback-wrapper {
        justify-content: center;
    }
    .feedback-send {
        /*margin-top: 58px;*/
        margin-top: 15px;
    }
    .feedback-success {
        padding-bottom: 140px;
    }
    .feedback-success-text {
        /*padding-bottom: 270px;*/
        padding-bottom: 120px;
    }
    .atelier-fit {
        margin-top: 24px;
    }
    .footer-etc {
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px;
    }
    .footer-menu__pb {
        width: 225px;
    }
    .copyright {
        display: block;
        padding-bottom: 40px;
    }
    .email-mobile {
        display: block;
    }
    .dressing-room-success {
        margin-bottom: 140px;
    }
    .buy-dress-success {
        margin-bottom: 140px;
    }
    .buy-dress-success-text {
        margin-bottom: 240px;
    }
    .dressing-room-success-text {
        margin-bottom: 240px;
    }
    .bride-fitting__header {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .paragraph-12 {
        width: 288px;
    }
    .bride-fitting__wrapper {
        padding: 40px 15px 20px;
    }
    .bride-calendar-swiper {
        max-width: 80vw;
        height: 275px;
    }
    .bride-fitting__content-calendar {
        margin-bottom: 20px;
    }
    .bride-fitting__content-calendar_content-body_items .service-item {
        margin: 16px 0;
    }
    .dialog__sign-up-fitting {
        min-width: 100%;
    }
    .sign-up-fitting__body {
        margin: 60px 16px 50px;
    }
    .sign-up-fitting-body__body {
        margin-top: 70px;
    }
    .fitting-complete__send {
        margin: 0;
    }
    .fitting-complete-1__header {
        margin-bottom: 24px;
        padding-bottom: 0;
    }
    .fitting-complete-1__text-1,
    .fitting-complete-1__result-adress,
    .fitting-complete-1__result-data {
        font-size: 14px;
    }
    .fitting-complete__phone-sms-wrapper {
        flex-direction: column;
    }
    .fitting-complete__phone {
        width: 100%;
    }
    .fitting-complete__sms-code-enter {
        width: 100%;
        margin-left: 0;
    }
    .paragraph-12__phone-error,
    .paragraph-12__empty-code {
        width: auto;
        margin-top: 0;
        font-size: 14px;
    }
    .paragraph-12__agree {
        max-width: 175px;
        width: auto;
    }
    .dialog-fitting-complete-success {
        padding: revert;
    }
    .fitting-complete__wrapper {
        /*padding: 60px 16px;*/
        padding: 35px 45px;
    }
    .fitting-complete-success {
        /*margin-bottom: 140px;*/
        margin-bottom: 100px;
    }
    .fitting-complete-text {
        padding-bottom: 40px;
        font-size: 18px;
        width: 200px;
    }
    .fitting-article-link {
        padding: 10px 0;
        /*margin-bottom: 200px;*/
        margin-bottom: 100px;
    }

    /* Страница Single Page - START */
    .single-page-text ul {
        padding-left: 25px;
    }

    /* Страница Single Page - END */


    /* Страница Статьи - START */
    .pre-next h1,
    .blog-header {
        padding: 0 20px;
    }
    .pre-next .pre-next__left,
    .pre-next .pre-next__right {
        padding-bottom: 5px;
    }

    /* Страница Статьи - END */

    .pages {
        margin-top: 20px;
    }
    .blog-next-arrow,
    .blog-next-arrow-reverse {
        width: 10px;
    }

/* Страница Избранное - START */
    .favourites__wrapper .sorting__wrapper .sorting:last-child {
        display: none;
    }
    .product-item-tryon span {
        padding: 2px 0 2px 12px;
    }
    .favourites__wrapper .sorting__wrapper .sorting .sort__text {
        display: none;
    }
/* Страница Избранное - END */

/* Страница Платье - START */
    .swiper-big-gallery-slides .swiper-pagination {
        display: none;
    }
    .product-page__delivery {
        gap: 10px;
        margin-top: 20px;
    }
    .product-page__buttons {
        gap: 10px;
    }
    .product-page__buttons .try-it-on__btn,
    .product-page__buttons .favorite__btn {
        width: 100%;
        padding: 10px;
    }
    .product-page__description {
        flex-direction: column;
        gap: 20px;
    }
    .product-item__labels {
        width: 48px;
    }
    .dialog-dressing-room,
    .dressing-room__dialog-step {
        max-width: 100%;
        min-width: 320px;
        width: 100%;
    }
    .dialog__buy-dress {
        max-width: 100%;
    }
    .buy-dress-order__send {
        margin-bottom: 30px;
    }
    .buy-dress__body p {
        margin-bottom: 12px;
    }
    .buy-dress__body p:last-child {
        margin-bottom: 0;
    }
    .p-agree-description__buy-dress-order {
        max-width: unset;
    }
/* Страница Платье - END */
    .leave-feedback__wrapper {
        max-width: calc(100% - 32px);
    }

    .leave-feedback-style {
        height: 180px;
        margin-bottom: 0;
    }
    .dressing-room-form-area__submit {
        margin-bottom: 30px;
    }
}

@media (max-width: 440px) {
    .dialog-open {
        opacity: 0;
    }
    .header {
        padding-bottom: 20px;
    }
    .dialog-search {
        width: 100%;
        padding: 24px 16px;
    }
    .dialog-search input {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .dialog-search input::placeholder {
        font-size: 16px;
    }
    .header-top-left__address-item.taganskaya {
        padding-right: 10px;
    }
    .main-sliders__wrap {
        max-height: 565px;
    }
    .main-sliders__wrap img {
        height: revert-layer;
    }
    .slider-video.desktop-video {
        display: none;
    }
    .slider-video.mobile-video {
        display: block;
        max-height: 565px;
        height: 565px;
        object-fit: cover;
        object-position: center;
    }
    .main-sliders__row {
        position: static;
        align-items: center;
        margin-top: -350px;
        margin-left: 0;
    }
    .main-sliders__row_header {
        width: 260px;
        text-align: center;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .main-sliders__row_header p:last-child {
        margin-bottom: 0;
    }
    .main-sliders__row_btn {
        font-size: 14px;
        padding: 20px;
        width: 240px;
        height: 60px;
    }
    .silhouettes__wrapp {
        min-width: 110px;
        min-height: auto;
        gap: 20px;
    }
    .fluffy,
    .big-size {
        width: 67px;
        height: 60px;
    }
    .a-line,
    .mermaid,
    .satin,
    .closed {
        width: 43px;
        height: 60px;
    }
    .godet,
    .boho-rustic {
        width: 29px;
        height: 60px;
    }
    .straight {
        width: 17px;
        height: 60px;
    }
    .greek {
        width: 34px;
        height: 60px;
    }
    .lace {
        width: 31px;
        height: 60px;
    }
    .short {
        width: 26px;
        height: 34px;
    }
    .suit,
    .colored {
        width: 32px;
        height: 60px;
    }
    .pregnant {
        width: 42px;
        height: 60px;
    }
    .new-collection__main_text-mobile {
        margin-top: 90px;
    }
    .mainchess__item {
        height: 200px;
    }
    .mainchess__item_title {
        padding: 20px 10px 0 20px;
    }
    .new-collection__card {
        width: 264px;
        max-height: 360px;
        height: auto;
        padding: 10px;
        margin: 0 auto;
    }
    .mainpage-brides__container {
        margin: 0;
    }
    .footer__nav {
        min-width: 165px;
    }
    .wedding-fit {
        padding: 10px 65px;
        /*margin-top: 140px;*/
        margin-top: 90px;
    }
    .atelier-fit {
        margin-top: 24px;
        padding: 10px 45px;
        /*margin-bottom: 158px;*/
        margin-bottom: 110px;
    }
    .dialog-feedback-success,
    .dialog-bride-fitting,
    .dialog-fitting-complete-1 {
        padding: revert;
    }
    .bride-calendar-swiper {
        margin: 0;
        max-width: 90vw;
    }
    .bride-fitting__wrapper .swiper-button-next {
        right: 0;
    }
    .bride-fitting__wrapper .swiper-button-prev {
        left: 0;
    }
    .fitting-complete-1 {
        /*margin: 40px 0 20px;*/
        margin: 0 0 20px;
    }
    .dressing-room__card-body {
        margin: 40px 0 20px;
        width: 100%;
    }
    .dressing-room-header {
        margin-bottom: 40px;
    }
    .dressing-room-textarea {
        margin-bottom: 10px;
    }
    .dressing-room__body-check-avail p {
        max-width: unset;
    }
    .dressing-room-form-area__submit {
        margin: 10px 0 0;
    }
    .checkbox-input {
        margin: 0 10px 0 0;
    }
    .dressing-room__success-wrapper {
        padding: 60px 16px 20px;
    }
    .dressing-room-success {
        margin-bottom: 100px;
    }
    .dressing-room-success-text {
        margin-bottom: 160px;
    }
    .leave-feedback__wrapper {
        margin-bottom: 40px;
    }
    .p-agree-description__leave-feedback {
        max-width: unset;
    }
    .form-agree__leave-feedback {
        margin-bottom: 0;
    }

    /* Chess page - START */
    .chess .chess__wrapp:nth-of-type(2n) .chess__list {
        flex-direction: column;
    }
    .chess .chess__wrapp-reverse:nth-of-type(2n+1) .chess__list {
        flex-direction: column;
    }
    .chess__list {
        flex-direction: column;
    }
    .chess__item {
        width: 100%;
        max-height: unset;
    }
    .services-icon {
        height: 70px;
    }
    /* Chess page - END */

    /* Страница Single Page - START */
    .single-page__left-menu a,
    .single-page__left-menu ul li.active {
        font-size: 16px;
    }
    .single-page__left-menu ul li span::after {
        margin: 0 0 1px 10px;
    }
    .single-page__left-menu ul li {
        padding-bottom: 0;
    }
    .single-page-text table {
        margin-top: 0;
    }
    /* Страница Single Page - END */

    /* Страница Блог - START */
    .blog__container-img {
        height: 358px;
    }
    /* Страница Блог - END */

/* Страница Статьи - START */
    .article-h1 {
        width: 85%;
        padding: 5px;
    }
    .article-img {
        height: 358px;
    }
    .article__text img {
        height: 400px;
    }
    .article__text > p > img {
        width: 100%;
        object-position: top center;
    }
/* Страница Статьи - END */

/* Страница Аксессуары - START */
    .accessories__wrapper {
        gap: 20px;
    }
    .accessories__container {
        width: 100%;
    }
    .accessories-img {
        /*height: 358px;*/
    }
/* Страница Аксессуары - END */

/* Страница Платье - START */
    .product-page__info-list .list-item {
        gap: 60px;
    }
    .stars-rating-votes {
        margin-left: 0;
    }
    .buy-dress__success-wrapper {
        padding: 60px 16px 20px;
    }
    .buy-dress-success {
        margin-bottom: 100px;
    }
    .buy-dress-success-text {
        margin-bottom: 140px;
    }
/* Страница Платье - END */
    .filter-silhouette__wrapp {
        width: calc(100% / 3 - 7px);
    }
    .page404-desc__wrapper {
        margin-bottom: 60px;
    }
    .page404 h1 {
        margin-top: 60px;
    }
}


@media (hover: hover) {
    .swiper-button-next:hover,
    .swiper-button-prev:hover,
    .svg-next-arrow:hover,
    .swiper-big-gallery-slides .swiper-button-next:hover,
    .swiper-big-gallery-slides .swiper-button-prev:hover {
        color: var(--color-begie);
  }
}

@media (hover: none) {
    .swiper-button-next:hover,
    .swiper-button-prev:hover,
    .svg-next-arrow:hover {
        color: var(--color-black);
    }
    .swiper-big-gallery-slides .swiper-button-next:hover,
    .swiper-big-gallery-slides .swiper-button-prev:hover {
        color: var(--color-white);
    }
}
/* Адаптация под мобильные устройства - END */



.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .1;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active, .mfp-close.nice-select.open {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active, .mfp-arrow.nice-select.open {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
    .product-item__close-x {
        top: 0px;
        right: 0px;
    }
    .catalog-area {
        overflow: hidden
    }
     body.show-filter .catalog-area .catalog-filters {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .catalog-area {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
    .catalog-area .catalog-filters {
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        height: 100%;
        z-index: 99
    }
    .catalog-area .catalog-filters .sidebar-container {
        margin-left: 58px;
        width: calc(100% - 58px);
        height: 100%;
        overflow-y: auto;
        background: #fff
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}
@media all and (max-width: 400px) {
    .mfp-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.mfp-close {
    display: none !important;
}
.mfp-content {
    overflow: hidden;
}

/* Общие универсальные стили */
.hidden {
    display: none;
}
body.no-scroll {
    overflow: hidden;
}
