
/* ==== common.css ==== */
:root {
    --primary:#1F283E;
    --white:#fff;
    --primary2:#2A3757;
    --white50:rgba(255,255,255,0.5);
    --primary50:rgba(31, 40, 62, 0.5);
    --link: rgba(57, 85, 153, 1);
    --primary20: rgba(31, 40, 62, 0.2);
    --primarylight: #8F939F;
    --grey0: #F2F2F7; 
    --grey1: #ACAFB8;
    --grey2: #8F939F;
	--grey3: #5F6370;
    --alert: #E55465;
    /* тот же оттенок, что --primary50, но достаточно тёмный для проверки контрастности */
    --primary65: rgba(31, 40, 62, 0.66);
    /* тёмный вариант --grey2: проходит проверку контрастности и на белом, и на --grey0 */
    --grey2dark: #666B7D;        
}
* {
    outline: none;
}
@font-face {
    font-display: swap;
    font-family: 'Museo Sans Cyrl';
    font-weight: 500;
    src: url('../fonts/MuseoSansCyrl-500.eot');
    src: url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-500.ttf')  format('truetype'),
    url('../fonts/MuseoSansCyrl-500.svg#Museo Sans Cyrl 500') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Museo Sans Cyrl';
    font-weight: 900;
    font-style: italic;
    src: url('../fonts/MuseoSansCyrl-900Italic.eot');
    src: url('../fonts/MuseoSansCyrl-900Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-900Italic.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-900Italic.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-900Italic.ttf')  format('truetype'),
    url('../fonts/MuseoSansCyrl-900Italic.svg#Museo Sans Cyrl 900') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Museo Sans Cyrl';
    font-weight: 100;
    src: url('../fonts/MuseoSansCyrl-100.eot');
    src: url('../fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-100.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-100.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-100.ttf')  format('truetype'),
    url('../fonts/MuseoSansCyrl-100.svg#Museo Sans Cyrl 100') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Museo Sans Cyrl';
    font-weight: 100;
    font-style: italic;
    src: url('../fonts/MuseoSansCyrl-100Italic.eot');
    src: url('../fonts/MuseoSansCyrl-100Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-100Italic.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-100Italic.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-100Italic.ttf')  format('truetype'),
    url('../fonts/MuseoSansCyrl-100Italic.svg#Museo Sans Cyrl 100') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Museo Sans Cyrl';
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/MuseoSansCyrl-300Italic.eot');
    src: url('../fonts/MuseoSansCyrl-300Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-300Italic.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-300Italic.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-300Italic.ttf')  format('truetype'),
    url('../fonts/MuseoSansCyrl-300Italic.svg#Museo Sans Cyrl 300') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Museo Sans Cyrl';
    font-weight: 700;
    src: url('../fonts/MuseoSansCyrl-700.eot');
    src: url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-700.ttf')  format('truetype'),
    url('../fonts/MuseoSansCyrl-700.svg#Museo Sans Cyrl 700') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Museo Sans Cyrl';
    font-weight: 900;
    src: url('../fonts/MuseoSansCyrl-900.eot');
    src: url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-900.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-900.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-900.ttf')  format('truetype'),
    url('../fonts/MuseoSansCyrl-900.svg#Museo Sans Cyrl 900') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Museo Sans Cyrl';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/MuseoSansCyrl-700Italic.eot');
    src: url('../fonts/MuseoSansCyrl-700Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-700Italic.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-700Italic.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-700Italic.ttf')  format('truetype'),
    url('../fonts/MuseoSansCyrl-700Italic.svg#Museo Sans Cyrl 700') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Museo Sans Cyrl';
    font-weight: 500;
    font-style: italic;
    src: url('../fonts/MuseoSansCyrl-500Italic.eot');
    src: url('../fonts/MuseoSansCyrl-500Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-500Italic.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-500Italic.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-500Italic.ttf')  format('truetype'),
    url('../fonts/MuseoSansCyrl-500Italic.svg#Museo Sans Cyrl 500') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Museo Sans Cyrl';
    font-weight: 300;
    src: url('../fonts/MuseoSansCyrl-300.eot');
    src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-300.ttf')  format('truetype'),
    url('../fonts/MuseoSansCyrl-300.svg#Museo Sans Cyrl 300') format('svg');
}




html,body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Museo Sans Cyrl', sans-serif;    
    font-weight: 300;
    overflow-x: hidden;

    margin: 0;
}

body * {
    box-sizing: border-box;
}

b {
    font-weight: 700;
}
strong {
    font-weight: 500;
}
.container {
    margin:0 auto;
    width: 100%;
    max-width: 1366px;
}

.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    overflow-x: hidden;
}
.main {
    flex: 1 0 auto;
}

.h2-title h2, .h2-title .h2 {
    font-size: 44px;
    font-weight: 600;
    line-height: 57.2px;
    letter-spacing: 0.16em;
    text-align: center;
    color: var(--primary);
    text-transform: uppercase;
}

.h2-title hr {
    width: 400px;
    color: var(--primary);
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.show-mobile {
    display: none;
}

.page-head {
    text-align: center;
}
.page-head h1 {
    color: var(--primary);
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    letter-spacing: 0.15em;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
}
.reviews-h2 h1 {
    font-size: 4.68vw;
    line-height: 5.62vw;
    margin-bottom: 3vw;
}
.page-head h1:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #1F283E;
    display: block;
    margin: 20px auto 0 auto;
}

@media (max-width: 1150px) {
    .wrapper {
        overflow-x: unset;
    }
}

@media (max-width: 768px) {
    .h2-title h2, .h2-title .h2 {
        font-weight: 400;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 16%;
        text-align: center;
        text-transform: uppercase;
        margin: 10px 0;
    }
    .h2-title hr {
        width: 52vw;
        margin-top: 4.16vw;

    }
    .page-head h1 {
        margin-bottom: 20px;
        font-weight: 400;
        font-style: 500;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 16%;
    }
    .page-head h1:after {
        margin: 2.5vw auto 0 auto;
        height: 0.13vw;
    }
}


/* ==== header.css ==== */
.header {
    position: relative;
    z-index: 10;
    background: var(--white);
}
.header__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
}

.header__row .header__logo_a {
	display: contents;
}

.header__logo {
    width: 200px;
}
.darkBackground .header__logo {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(1deg) brightness(106%) contrast(101%);
}
.darkBackground .header__phone {
    color: #ffffff;
}
.header__phone {
    font-size: 20px;
    line-height: 1.2;
    text-decoration: none;
    color: var(--primary);
    margin-left: 0;
    margin-right: auto;
    place-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}
.header__phone:hover {
    color: var(--link);
}
.header__controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 32px;
    margin-right: 0;
    margin-left: auto;
    height: 100%;
}

.header__controls img {
    width: 24px;
    height: 24px;
    display: block;
}

.header__controls a {
    position: relative;
}
.cart-counter {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    border-radius: 50%;
    color: var(--white);
    background: var(--primary);
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}

.search {
    width: 24px;
    height: 100%;
    position: relative;
}
.search__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;

    transition: 0.1s;
    padding: 0;
}

.search.visible .search__inner {
    padding: 0 40px;
    width: 1142px;
    background: var(--white);
}

.search input {
    flex: 1 0 auto;
    line-height: 46px;
    margin:0 16px 0 20px;
    font-size: 14px;
    border: none;
    outline: none;
    font-family: inherit;
}
.search input:focus,.search input:active {
    border: none;
    outline: none;
}

.search input::placeholder {
    opacity: 0;
}

.search-placeholder {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    display: block;
    color: var(--primary);
}
.search.visible .search-placeholder {
    opacity: 0.7;
}

.search input.notempty ~ .search-placeholder {
    display: none;
}

nav > ul {
    display: flex;
    place-items: center;
    padding: 0;
    position: relative;
    list-style: none;
    justify-content: space-between;
}

nav ul li > span,
nav ul li > a{
    color: var(--primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255,255,255,0);
    padding-bottom: 4px;
    z-index: 2;
    position: relative;
    font-weight: 500;
}

nav ul>li:hover  .submenu {
    opacity: 1;
    pointer-events: auto;
}

nav ul>li:hover > a {
    border-bottom: 1px solid var(--primary);
}

.submenu {
    position: absolute;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    padding-top: 80px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 1;
    padding-bottom: 70px;
}

.submenu p {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: 0.16em;
}

.header .container {
    padding: 0 20px;
}

.submenu .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;

}

.submenu__promo {
    width: 466px;
    object-fit: contain;
}

.submenu__img {
    width: 317px;
    height: 270px;
    position: relative;
}

.submenu__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.submenu__img img.visible {
    opacity: 1;
}

.submenu_list-wrap {
    display: flex;
}

.submenu_list ul {
    padding-left: 0;
    list-style: none;
    margin-top: 40px;
}

.submenu_list:first-child {
    /* width: 230px; */
}

.submenu_list:nth-child(2) {
    border-left: 1px solid var(--primary50);
    padding-left: 20px;
}

.submenu_list ul li + li {
    margin-top: 24px;
}
.submenu_list ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;

}

.submenu_list ul li a {
    color: var(--primary50);
    transition: 0.3s;
    text-transform: none;
}

.submenu_list ul li a:hover {
    color: var(--primary);
}

.header__mobile-menu {
    background: var(--white);
    overflow: auto;
    display: none;
}

.header__mobile-controls {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.header__mobile-controls > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 9px 0;
}

.header__mobile-controls > div a {
    position: relative;
}
.header__controls a {
    position: relative;
}
.header__controls #basket_mini {
    display: block;
}
.header__mobile-controls img {
    width: 32px;
    height: 32px;
    display: block;
}

.header__mobile-controls .cart-counter {
    font-size: 16px;
    line-height: 28px;
    width: 28px;
    height: 28px;
}

.header__cart-coast {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
}

.header__nav {
    padding: 0 32px;
    margin: 0;
    background: #F6F7FA;
}

.header__nav li {
    display: block;
    padding: 32px 0;
    border-bottom: 1px solid #DFE0E4
}

.header__nav li:last-child {
    border-bottom: none;
}

.header__nav li a, .header__nav li a:visited, .header__nav li a:active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    text-decoration: none;
    color: var(--primary);
    text-transform: uppercase;
}

.header__nav li a:after {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    content: '';
    background-image: url('../img/icons/fluent_ios-arrow-24-filled.svg');
}

.header__mobile-contacts {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header__mobile-contacts a {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: var(--primary);
    text-decoration: none;
}

.header__mobile-contacts > a + a {
    margin-top: 8px;
}

.header__mobile-contacts p {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin-top: 32px;
    margin-bottom: 0;
}

.header__mobile-contacts .socialneworks {
    gap: 20px;
    margin-top: 32px;
}

.header__mobile-contacts .socialneworks img {
    width: 40px;
    height: 40px;
}

.hamburger {
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-left: 0;
    margin-right: auto;
    display: none;
}

.hamburger img {
    width: 100%;
    height: 100%;
    display: block;
}

.hamburger .hamburger__close {
    display: none;
}

.hamburger.open .hamburger__open {
    display: none;
}
.hamburger.open .hamburger__close {
    display: block;
}

@media (max-width: 1150px) {
    .hamburger {
        display: block;
    }
    .header__mobile-menu.open {
        display: block;
    }
    nav {
        display: none;
    }
    .header {
        position: sticky;
        top: 0;
    }
    .header .container {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .header__row {
        flex-shrink: 0;
        padding: 12px 32px;
        height: 127px;
    }
    .header__mobile-menu {
        max-height: calc(100vh - 127px);
    }
    .header__row a {
        display: none;
    }
    .search {
        width: 32px;
    }
    .search input::placeholder {
        opacity: 0.7;
    }

    .search-placeholder {
        display: none;
    }
    .search.visible .search__inner {
        padding: 0 20px;
        width: calc(100vw - 160px);
    }

    .header__row {
        z-index: 10;
        /*background: #ffffff;*/
    }

    .header.issearch:before {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: 9;
        content: '';
    }

}

@media (max-width: 768px) {

    .search {
        width: 4.16vw;
    }

    .search input {
        line-height: 14px;
        margin: 0 12px;
        font-size: 13px;
    }

    .search.visible .search__inner {
        width: 82.68vw;
    }


    .header__row {
        padding: 0 20px;
        height: 75px;
    }

    .fixed .header__row {
        padding: 6px 20px;
        height: 52px;
        overflow: hidden;
    }
    .cart-counter {
        font-size: 9px;
        line-height: 16px;
        width: 16px;
        height: 16px;
    }
    .header__mobile-menu {
        max-height: calc(100vh - 13.15vw);
    }

    .header__logo {
        width: 103px;
        height: auto;
    }
    
    .fixed .header__logo {
        width: 126px;
    }
    .header__controls {
        gap: 7px !important;
    }
        .header__controls a {
            margin: 0 0 0 5px;
        }

        .header__controls a.mob_vis {
            display: block;
        }
    /* .header__controls #basket_mini {
        display: none!important;
    } */
	.header.fixed .header__logo_a {
	    height: 43px !important;
	}
    .header__mobile-controls {
        padding: 4.16vw;
        gap: 3.125vw;
    }

    .header__mobile-controls > div {
        padding: 1.17vw 0;
        justify-content: end;
        gap: 15px;
    }



    .header__controls img {
        width: 4.16vw;
        height: 4.16vw;
    }

    .header__mobile-controls .cart-counter {
        font-size: 9px;
        line-height: 16px;
        width: 16px;
        height: 16px;
        margin-top: 3px;
        margin-right: 3px;
    }

    .header__cart-coast {
        font-size: 3.125vw;
        line-height: 3.75vw;
    }

    .header__nav {
        padding: 0 4.16vw;
    }

    .header__nav li {
        padding: 4.16vw 0;
    }

    .header__nav li a, .header__nav li a:visited, .header__nav li a:active {
        font-size: 16px;
        line-height: 16px;
    }

    .header__nav li a:after {
        width: 14px;
        height: 14px;
    }

    .header__mobile-contacts {
        padding: 5.2vw 2.6vw;
    }

    .header__mobile-contacts a {
        font-size: 3.125vw;
        line-height: 3.75vw;
    }

    .header__mobile-contacts > a + a {
        margin-top: 1.04vw;
    }

    .header__mobile-contacts p {
        font-size: 13px;
        line-height: 15px;
        margin-top: 10px;
    }

    .header__mobile-contacts .socialneworks {
        gap: 2.6vw;
        margin-top: 4.16vw;
    }

    .header__mobile-contacts .socialneworks img {
        width: 5.2vw;
        height: 5.2vw;
    }

    
    .hamburger {
        width: 28px;
        height: 29px;
    }

    .header__mobile-controls img {
        width: 24px;
        height: 24px;
    }
}


/* ==== footer.css ==== */
.footer {}
.footer__bottom {
    border-top: 1px solid rgba(199, 201, 207, 1);
    padding: 28px 0;
}

.copyright {
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    text-align: left;
    color: var(--primary65);
}

.footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 20px;
    flex-direction: row;
}

.footer__top {
    padding: 60px 0 40px 0;
}

.footer__top p  {
    margin: 0 0 24px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    text-transform: uppercase;

}

.footer__top ul {
    padding: 0;
    list-style: none;
}

.footer__top ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: left;
}

.footer__top ul li + li {
    margin-top: 16px;
}

.footer__top ul li a,
.footer__top ul li a:focus,
.footer__top ul li a:active,
.footer__top ul li a:visited {
    color: inherit;
    text-decoration: none;
}
.footer__top ul li a:hover {
    color: var(--link)
}
.payments {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
}

.payments img {
    height: 28px;
    width: auto;
}

.footer__subscribe span {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: left;
    display: block;
    margin-top: 20px;
}

.footer__subscribe {
    width: 591px;
}

.footer__subscribe a {
    color: var(--link);
    font-weight: 500;
    text-decoration: none;
}

.footer__subscribe > div {
    display: flex;
    justify-content: space-between;
}
.footer__subscribe button {
    width: 160px;
    height: 50px;
    background: var(--primary2);
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 0 4px 4px 0;
    border: none;
    transition: 0.3s;
    font-family: 'Museo Sans Cyrl', sans-serif;
    letter-spacing: 0.016em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__subscribe button:hover {
	cursor: pointer;
    background: var(--primary);
}
.footer__subscribe input,
.footer__subscribe input:active,
.footer__subscribe input:focus-visible {
    border-top: 1.5px solid var(--primary50);
    border-bottom: 1.5px solid var(--primary50);
    border-left: 1.5px solid var(--primary50);
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    font-weight: 300;
    line-height: 47px;
    text-align: left;
    background: none;
    padding: 0 20px;
    flex: 1 0 auto;
    outline: none;
}
.footer__subscribe input:focus {
    border-top: 1.5px solid var(--primary2);
    border-bottom: 1.5px solid var(--primary2);
    border-left: 1.5px solid var(--primary2);
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    font-weight: 300;
    line-height: 47px;
    text-align: left;
    background: none;
    padding: 0 20px;
    flex: 1 0 auto;
    outline: none;
}
.socialneworks {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 24px;
}

.footer__phone {
    font-weight: 400;
}
.footer__subscribe.error input {
	border: 1.5px solid #E55465;
}
@media (max-width: 1150px) {


    .footer .container {
        flex-wrap: wrap;
    }
    .footer .footer__top .container > div:last-child {
        width: 100%;
        margin-top: 60px;
    }
    .footer__subscribe {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .footer__top p {
        margin: 0 0 3.125vw 0;
        font-size: 3.125vw;
        line-height: 3.75vw;
    }
    .footer__top ul li {
        font-size: 2.08vw;
        line-height: 2.5vw;
    }
    .footer__top ul li + li {
        margin-top: 2.08vw;
    }

    .socialneworks {
        gap: 2.08vw;
        margin-top: 3.125vw;
    }

    .socialneworks img {
        display: block;
        width: 4.68vw;
        height: 4.658vw;
    }
    .socialneworks svg {
        display: block;
        width: 4.08vw;
        height: 4.058vw;
    }
    .footer__phone {
        font-size: 2.6vw;
        line-height: 3.125vw;
    }
    .footer__top {
        padding: 5.2vw 0 2.6vw 0;
    }
    .footer__subscribe input, .footer__subscribe input:active, .footer__subscribe input:focus-visible {
        font-size: 2.6vw;
        line-height: 6.25vw;
        padding: 0 2.6vw;
        border-top: .2604vw solid var(--primary50);
        border-bottom: .2604vw solid var(--primary50);
        border-left: .2604vw solid var(--primary50);
        border-radius: .5208vw 0 0 .5208vw;
    }
    .footer__subscribe input:focus {
        border-top: .2604vw solid var(--primary2);
        border-bottom: .2604vw solid var(--primary2);
        border-left: .2604vw solid var(--primary2);
        border-radius: 4px 0 0 4px;
        font-size: 2.6vw;
        line-height: 6.25vw;
        padding: 0 2.6vw;
        border-radius: .5208vw 0 0 .5208vw;
    }
    .footer__subscribe button {
        width: 25.26vw;
        height: 6.6vw;
        font-size: 2.6vw;
        line-height: 3.125vw;
        border-radius: 0 .5208vw .5208vw 0;
    }
    .footer .footer__top .container > div:last-child {
        margin-top: 7.8vw;
    }
    .footer .container {
        padding: 0 12px;
    }
    .footer__subscribe span {
        font-size: 2.6vw;
        line-height: 3.125vw;
        margin-top: 3.125vw;
    }
    .payments {
        margin-top: 7.81vw;
    }
    .payments img {
        height: 4.55vw;
    }

    .footer__bottom {
        padding: 3.64vw 0;
    }
    .copyright {
        font-size: 2.4vw;
        line-height: 3.125vw;
    }
}
.footer__bottom .container {
    align-items: center;
}
.razrab {
    display: flex;
    align-items: center;
    gap: 12px;
}
@media (max-width: 768px) {
    .razrab {
        gap: 1.5625vw;
    }
}
.razrab img {
    width: 100px;
}
@media (max-width: 768px) {
    .razrab img {
        width: 8.0208vw;
    }
}
.razrab a {
    text-decoration: none;
    font-size: 16px;
    color: var(--primary65);
}
@media (max-width: 768px) {
    .razrab a {
        font-size: 2.4vw;
    }
}



/* ==== map.css ==== */
.map {
    margin: 160px auto 120px auto;
    overflow-x: hidden;
}

.map__container {
    width: 100%;
    height: 700px;
    margin-top: 60px;
}

.map__popup {
    width: 500px;
    padding: 32px;
    box-shadow: 0px 0px 40px 0px #0000000D;
    background: var(--white);
    margin-bottom: 16px;
    position: relative;
    pointer-events: auto;
}

.map__popup * {
    pointer-events: none;
}

.map__popup:before {
    position: absolute;
    bottom: -16px;
    left: 16px;
    content: '';
    display: block;
    border-top: 16px solid #ffffff;
    border-left: 10px solid rgba(255,255,255,0);
    border-right: 10px solid rgba(255,255,255,0);
}

.map__popup-title {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 600;
    line-height: 24.32px;
    letter-spacing: 0.17em;
    text-align: left;
    text-transform: uppercase;
    gap: 12px;
    color: var(--primary);
    text-decoration: none;
    pointer-events: auto;
}
.ymaps3x0--marker {
    pointer-events: none;
}

.map__popup-title img {
    flex-shrink: 0;
}

.map__popup ul {
    margin: 0;
    padding: 0;
}

.map__popup ul li {
    display: flex;
    align-content: flex-start;
    font-size: 16px;
    font-weight: 300;
    line-height: 19.2px;
    text-align: left;
    gap: 12px;
    margin-top: 10px;
    align-items: center;
}

.map__popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    pointer-events: auto;
}

.map__popup-close:before,
.map__popup-close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background: var(--primary);
    transform: translate(-50%,-50%) rotate(45deg);
    content: '';
}

.map__popup-close:after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.map__popup-wrap {
    position: relative;
    transform: translateY(-100%);
}

@media (max-width: 1365px) {
    .map {
        margin: 140px auto 100px auto;
    }
}

@media (max-width: 768px) {
    .map {
        margin: 15.62vw auto 10.41vw auto;
    }
    .map__container {
        width: 100%;
        height: 360px;
        margin-top: 60px;
    }
    .map__popup {
        width: 67.44vw;
        padding: 4vw;
        margin-bottom: 2.08vw;
    }
    .map__popup-title img {
        width: 3.9vw;
        height: 3.9vw;
    }
    .map__popup-title {
        font-size: 2.6vw;
        line-height: 3.9vw;
        gap: 1.56vw;
    }
    .map__popup ul li {
        font-size: 2.6vw;
        line-height: 3.9vw;
        gap: 1.56vw;
        margin-top: 2.6vw;
    }
    .map__popup ul li img {
        width: 3.125vw;
        height: 3.125vw;
    }
    .map__popup:before {
        bottom: -2.08vw;
        left: 2.08vw;
        border-top: 2.08vw solid #ffffff;
        border-left: 1.3vw solid rgba(255, 255, 255, 0);
        border-right: 1.3vw solid rgba(255, 255, 255, 0);
    }
    .map__popup-close {
        top: 1.3vw;
        right: 1.3vw;
        width: 3.125vw;
        height: 3.125vw;
    }
}
#map img.icon-marker {
    max-width: none;
    pointer-events: auto;
    transform: translate(-50%,-100%);
}


/* ==== short-catalog.css ==== */
.short-catalog {
    margin: 160px auto;
    overflow-x: hidden;
}

.short-catalog .container {
    padding: 0 20px;
}

.short-catalog__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    max-width: 713px;
    margin: 32px auto 0 auto;
}

.short-catalog__text p {
    margin: 0;
}
.short-catalog__text p + p {
    margin-top: 24px;
}

@media (max-width: 1365px) {
    .short-catalog {
        margin: 140px auto;
    }
}

@media (max-width: 768px) {
    .short-catalog {
        margin: 15.62vw auto !important;
    }
    .short-catalog .container {
        padding: 0 4.16vw;
    }

    .short-catalog__text {
        font-size: 3.125vw;
        line-height: 3.75vw;
        max-width: 100%;
        margin: 4.16vw auto 0 auto;
    }

    .short-catalog__text p + p {
        margin-top: 0;
    }
}


/* ==== filter.css ==== */
.filters {
    margin: 60px auto;
}
.filters__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.filters__row + .filters__row {
    margin-top: 30px;
}

.filter__item {
    position: relative;
}
.filter__item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	cursor: pointer;
}

.filter__item-button {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 100%;
    color: var(--primary);
    border: 1px solid var(--primary20);
    display: flex;
     align-items: center;
    justify-content: center;
    height: 44px;
    transition: 0.3s;
    padding: 0 8px;
}
.filter__item:hover .filter__item-button {
    border: 1px solid var(--primary2);
}
.filter__row-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: left;
    text-transform: uppercase;
    width: 150px;
}

.filter__item input:checked + .filter__item-button {
    background: var(--primary2);
    color: var(--white);
    border: 1px solid var(--primary2);
}

@media (max-width: 1365px) {
    .filter__row-title {
        width: 100%;
        margin-bottom: 5px;
    }
    .filter__row-title br {
        display: none;
    }
}

@media (max-width: 768px) {
    .filters {
        margin: 5.2vw auto;
    }
    .filters__row {
        gap: 1.82vw;
    }
    .filters__row + .filters__row {
        margin-top: 3.9vw;
    }
    .filter__row-title {
        font-size: 2.6vw;
        line-height: 3.9vw;
        margin-bottom: 0.65vw;
    }
    .filter__item-button {
        font-size: 3.125vw;
        line-height: 3.75vw;
        height: 7.42vw;
        padding: 0 3.125vw;
    }
}


/* ==== product.css ==== */
.product {
    display: flex;
    justify-content: space-between;
    gap: 39px;
    flex-wrap: wrap;
    overflow-x: hidden;
}

/* Best practices: product photos in this gallery are square. */
.product_type2 .product__tara img {
    aspect-ratio: 1;
    height: auto;
}
.product:not(:first-child) {
    padding-top: 80px;
}
.product__side {
    width: calc((100% - 39px)/2);
}

.product__bottom {
    width: 100%;
}

.product__side:nth-child(1) {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    flex-direction: column;
}

.product__img {
    width: 100%;
    flex: 1 0 auto;
    position: relative;
}

.product__img img {
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

.product__content {
    position: relative;
}

.product__content > img {
    position: absolute;
    left: 20px;
    margin-top: 1px;
    width: 26%;
}

.product__content > img:not(.show-mobile) ~ .product__props {
    margin-left: 33%;
}

.product__tara {
    width: 100%;
    display: flex;
    gap: 25px;
}
.product__tara img {
    width: calc((100% - 25px)/2);
    aspect-ratio: 1.04;
    box-shadow: 0px 0px 40px 0px rgba(31, 40, 62, 0.05);
}
.product_type2 .product__tara img {
    width: calc((100% - 50px)/3);
    aspect-ratio: 1.08;
    cursor: pointer;
}

.product__title-block {
    padding: 16px 26px;
    color: var(--white);
    background: var(--primary2);
    margin-bottom: 24px;
    margin-left: -20px;
    margin-right: -20px;
}

.product__title-block h3, .product__title-block .h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    letter-spacing: 0.16em;
    text-align: left;
    text-transform: uppercase;
}

.product__title-block h4, .product__title-block .h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-transform: uppercase;
    margin: 4px 0 0 0;
}

.product__content {
    padding: 0 20px 64px 20px;
    height: 100%;
}

.product__content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin: 0;
}


.product__content ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

.product__content ul {
    margin: 0;
    padding-left: 24px;
}

.product__content p + p {
    margin-top: 16px;
}

.product__props {
    margin-top: 24px;
    margin-bottom: 32px;
}


.product__props-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.product__props-row + .product__props-row {
    margin-top: 16px;
}

.product__props-row img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.product__props h5, .product__props .h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin: 0 0 4px 0;
}

.product__buy {
    height: 64px;
    display: flex;
    flex-direction: column;
    background: var(--primary2);
    color: var(--white);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    border-radius: 4px;
    transition: 0.3s;
}
.product__buy:hover {
    background: var(--primary);
}
.product__bottom {
    display: flex;
    justify-content: flex-end;
}

.product__bottom a, .product__bottom a:active, .product__bottom a:visited {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: var(--primary);
    display: flex;
    align-items: center;
    text-decoration: none;
}

.product__bottom a:before {
    content: "";
    margin-right: 10px;
    border-top: 1px solid var(--primary);
    width: 35px;
    display: block;
    transition: all 1s ease-in-out;
}
.product__bottom a:hover:before {
  margin-right: 20px;
  width: 48px;
  transition: all 1s ease-in-out;
}

@media (max-width: 1365px) {
    .product__tara {
        gap: 1.8vw;
    }
    .product__tara img {
        width: calc((100% - 1.8vw)/2);
    }
    .product_type2 .product__tara img {
        width: calc((100% - 3.6vw)/3);
    }
}
@media (max-width: 1150px) {
    .product__tara {
        gap: 0.8vw;
    }
    .product__tara img {
        width: calc((100% - 0.8vw)/2);
    }
    .product_type2 .product__tara img {
        width: calc((100% - 1.6vw)/3);
    }
}
@media (max-width: 1023px) {
    .product {
       flex-direction: column;
        justify-content: flex-start;
        gap: 39px;
    }
    .product__side {
        width: 100%;
    }
    .product__img {
        height: 460px;
    }
    .product__tara {
        display: none;
    }
}

@media (max-width: 768px) {
    .product__img {
        height: 60vw;
    }
    .product {
        gap: 4.16vw;
    }
    .product:not(:first-child) {
        padding-top: 10vw;
    }
    .product__content {
        padding: 0 2.6vw 9.54vw 2.6vw;
    }

    .product__title-block {
        padding: 2.6vw 3.64vw;
        margin-bottom: 3.64vw;
        margin-left: -2.6vw;
        margin-right: -2.6vw;
    }

    .product__title-block h3, .product__title-block .h3 {
        font-size: 4.16vw;
        line-height: 5vw;
    }

    .product__title-block h4, .product__title-block .h4 {
        font-size: 2.6vw;
        line-height: 3.9vw;
        margin: 1.04vw 0 0 0;
    }


    .product__content .show-mobile {
        display: block;
    }
    .product__content img.show-mobile {
        float: left;
        position: relative;
        left: 0;
        width: 32%;
        margin-right: 2.64vw;
        margin-left: -2.6vw;

    }

    .product__content p {
        font-size: 13px;
        line-height: 14px;
    }

    .product__content p + p {
        margin-top: 3.64vw;
    }

    .product__props h5, .product__props .h5 {
        margin: 0 0 4px 0;
        font-size: 14px;
        line-height: 14px;
    }
    .product__content ul li {
        font-size: 13px;
        line-height: 14px;
    }
    .product__props-row img {
        width: 4.6vw;
        height: 4.6vw;
    }
    .product__props-row {
        gap: 2.6vw;
    }
    .product__props {
        margin-top: 3.125vw;
        margin-bottom: 4.16vw;
    }
    .product__buy {
        height: 9.5vw;
        font-size: 3.125vw;
        line-height: 3.75vw;
    }
    .ajax_list .product__buy {
        margin: 0 auto;
            left: unset;
            right: unset;
            position: relative;
    }
    .product__content ul {
        padding-left: 3.125vw;
    }
    .product__props-row + .product__props-row {
        margin-top: 2vw;
    }

    .product__bottom a, .product__bottom a:active, .product__bottom a:visited {
        font-size: 2.6vw;
        line-height: 3.125vw;
    }
    .product__bottom a:before {
        width: 4.5vw;
        margin-right: 1.3021vw;
        border-top: .1302vw solid var(--primary);
    }
    .product__bottom a:hover:before {
        margin-right: 2.6042vw;
        width: 6.25vw;
        transition: all 1s ease-in-out;
      }
}

/* Best practices: product photos in this gallery are square. */
.product_type2 .product__tara img {
    aspect-ratio: 1;
    height: auto;
}



/* ==== breadcrumbs.css ==== */
.breadcrumbs {
    margin: 20px 0 40px 0;
}
.breadcrumbs-list {
    display: flex;
    padding-left: 20px;
    width: max-content;
}
.breadcrumbs-list li {
    display: block;
    margin-right: 38px;
    position: relative;
}
.breadcrumbs-list li:not(:first-child):before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--primarylight);
    position: absolute;
    left: -22px;
    top: 11px;
}
.breadcrumbs-list li a {
    color: var(--grey3);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.breadcrumbs-list li span {
    color: var(--grey3);
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}
.scrollbar-track-x {
    opacity: 1 !important;
    position: relative !important;
    margin: 0 31px;
    width: calc(100% - 40px) !important;
}

@media (max-width: 768px) {
    .breadcrumbs-list li a,
    .breadcrumbs-list li span {
        font-size: 12px;
    }
    .breadcrumbs-list li:not(:first-child):before {
        width: 0.78vw;
        height: 0.78vw;
        top: initial;
        left: -3vw;
    }
    .breadcrumbs-list li {
     margin-right: 4.9vw;
     /*height: 1vw;*/
     display: flex;
     align-items: center;
	}
	.breadcrumbs {
		margin: 2.6vw 0 5.2vw 0;
	}
	.breadcrumbs-list {
		padding-left: 2.6042vw;
        margin: 0;
	}
	.breadcrumbs .scrollbar-track-x,
	.breadcrumbs .scrollbar-thumb {
		height: 0.5vw !important;
	}
	.breadcrumbs .scrollbar-track-x {
		width: 92vw !important;
		margin: 0 4vw !important;
	}
	/*.breadcrumbs-list {
		margin: 3vw 0;
	}*/
}

.darkBackground .breadcrumbs-list li span {
    color: #ffffff;
    opacity: .75;
}
.darkBackground .breadcrumbs-list li:not(:first-child):before {
    background: #ffffff;
    opacity: .7;
}


/* ==== recv.css ==== */
.recv {
    padding-bottom: 70px;
}
.recv .container {
    padding: 0 20px;
}
.recv-list-item {
    display: flex;
    margin-bottom: 24px;
}
.recv-list-item:last-child {
    margin-bottom: 0;
}
.recv-list-item p:nth-child(1) {
    width: 352px;
    font-size: 20px;
    color: var(--primarylight);
    margin: 0 40px 0 0;
    font-weight: 400;
}
.recv-list-item p:nth-child(2) {
    width: calc(100% - 352px - 40px);
    color: var(--primary);
    font-size: 20px;
    margin: 0;
    font-weight: 400;
}
.recv-button {
    border-radius: 4px;
    border: 1px solid var(--primarylight);
    padding: 16px 60px;
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none;
}

@media (max-width: 768px) {
.recv-list-item {
    flex-flow: wrap;
    margin-bottom: 2.6vw;
}
.recv-list-item p:nth-child(1) {
    width: max-content;
    margin-right: 0;
    font-size: 3.1vw;
    padding-right: 0.4vw;
}
.recv-list-item p:nth-child(1):after {
    content: ":";
}
.recv-list-item p:nth-child(2) {
    width: max-content;
    font-size: 3.1vw;
}
.recv-button {
    margin-top: 4.4vw;
    padding: 2.6vw 7.6vw;
    /* font-size: 2vw; */
    font-size: 12px;
    border: 0.13px solid var(--primarylight);
    letter-spacing: 0.166vw;
    border-radius: 0.52vw;
}
.recv .container {
    padding: 0 4.5vw;
}
.recv {
    padding-bottom: 7vw;
}
}


/* ==== reviews.css ==== */
.reviews {
    padding-bottom: 10px;
}
.reviews .container {
    padding: 0 20px;
}
.reviews-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 58px;
}
.reviews-top__button {
    border-radius: 4px;
    border: 1px solid var(--primarylight);
    padding: 21px 45px;
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    display: inline-block;
    text-decoration: none;
}
.reviews-bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 75px;
}

.reviews-list {
	display: flex;
	flex-flow: wrap;
	gap: 40px;
}
.reviews-list__item {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.reviews-list__item .left-info {
	width: 258px;
}
.reviews-list__item .left-info__img {
	width: 100%;
	height: 162px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.reviews-list__item .left-info__img img {
	max-width: 100%;
	max-height: 100%;
	min-height: 100%;
	object-fit: cover;
}
.reviews-list__item .left-info__name {
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 2.56px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
.reviews-list__item .left-info__text {
	color: var(--primarylight);
	font-size: 12px;
	line-height: 170%;
	text-transform: uppercase;
	margin: 0;
}
.reviews-list__item .main-info {
	width: calc(100% - 258px - 32px);
}
.reviews-list__item .main-info__top {
	margin: 0 0 13px 0;
	color: var(--primarylight);
	font-size: 16px;
	font-weight: 300;
	line-height: 150%;
}
.reviews-list__item .main-info__top span {
	font-size: 20px;
	color: var(--primary);
	font-weight: 400;
	margin-right: 16px;
}
.reviews-list__item .main-info__rating {
	background: url("../img/rating.svg") no-repeat center left;
	width: 206px;
	height: 38px;
	margin-bottom: 12px;
	position: relative;
}
.reviews-list__item .main-info__rating .rating {
	position: absolute;
	left: 0;
	width: calc(100%/4.95*var(--rating));
	height: 100%;
	background: url("../img/rating-full.svg") no-repeat center left;
}
.reviews-list__item .main-info__text {
	color: var(--primary);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	margin: 0 0 20px 0;
}
.reviews-list__item .main-info-gallery .swiper-wrapper {
	display: flex;
	gap: 21px;
}
.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide {
	width: calc(100%/5 - 84px/5);
	height: 160px;
}
.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) url("../img/icons/iconoir_expand.svg") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s;
	opacity: 0;
}
.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide a:hover:before {
	opacity: 1;
}
.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* REVIEW-MODAL */

#review-modal {
	padding: 64px 40px 60px 40px;
	width: 768px;
	overflow: hidden;
}
#review-modal .fancybox-close-small {
    position: absolute;
    padding: 0 !important;
    top: 40px;
    right: 40px;
    opacity: 1;
    background: url(../img/icons/cross-icon.svg) no-repeat center center;
    padding: 0;
    width: 24px;
    height: 24px;
}
#review-modal .fancybox-close-small svg {
	display: none;
}
.review-modal-h {
	color: var(--primary);
	font-size: 36px;
	margin: 0 0 20px 0;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 5.76px;
	text-transform: uppercase;
}
.review-modal-top-text {
	color: #5F6370;
	font-size: 24px;
	font-weight: 300;
	line-height: 150%; 
	margin: 0 0 24px 0;
}
.review-modal-top-text span {
	font-weight: 400;
}
.review-modal-toggle {
	display: flex;
}
.review-modal-toggle label {
	display: block;
}
.review-modal-toggle label input {
	display: none;
}
.review-modal-toggle span {
	color: var(--primary);
	font-size: 24px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	padding: 14px 42px;
	border: 1.5px solid #2A3757;
	transition: .4s;
	cursor: pointer;
	display: block;
}
.review-modal-toggle label input:checked + span {
	background: #2A3757;
	color: #fff;
}
.review-modal-t {
	font-size: 24px;
	margin: 24px 0 16px 0;	
	font-weight: 400;
	line-height: 150%; 
	color: var(--primary);
}
.review-modal-select .selector {
	position: relative;
	width: calc(100% - 48px);
}
.review-modal-select .selector-button {
	border-radius: 4px;
	border: 1.5px solid #C7C9CF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	cursor: pointer;
	transition: .4s;
}
.review-modal-select .selector-button.no-valid {
	border-color: #E55465;
}
.review-modal-select .selector-button.no-valid .selector-button-value {
	color: #E55465;
}
.review-modal-select .selector-button-value {
	color: var(--primarylight);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	margin: 0;
	height: 30px;
}
.review-modal-select .selector-button-value .val span {
	color: var(--primary);
}
.review-modal-select .selector-button svg {
	transition: .4s;
}
.review-modal-select .selector-button.open svg {
	transform: rotate(180deg);
}
.review-modal-select .selector-list {
	position: absolute;
	border: 1px solid var(--primary);
	padding: 6px 6px 6px 0;
	background: #fff;
	width: 100%;
	border-radius: 0 0 4px 4px;
	opacity: 0;
	pointer-events: none;
	transition: .4s;
	z-index: 2;
}
.review-modal-select .selector-button.open {
	border-color: var(--primary);
	border-radius: 4px 4px 0 0;
}
.review-modal-select .selector-button.open + .selector-list {
	opacity: 1;
	pointer-events: initial;
	margin-top: -1px;
}
.review-modal-select .selector-list label {
	display: block;
	cursor: pointer;
	width: calc(100% - 22px);
}
.review-modal-select .selector-list label:last-child {
	margin-bottom: 0;
}
.review-modal-select .selector-list label input {
	display: none;
}
.review-modal-select .selector-list label > span {
	font-size: 20px;
	color: var(--primarylight);
	font-weight: 300;
	transition: .4s;
	display: block;
	padding: 16px 20px;
}
.review-modal-select .selector-list label > span:hover,
.review-modal-select .selector-list label > input:checked + span{
	background: var(--primary);
	color: #fff;
}
.review-modal-select .selector-list label > span:hover span,
.review-modal-select .selector-list label > input:checked + span span {
	color: #fff;
}
.review-modal-select .selector-list label > span span {
	color: var(--primary);
	transition: .4s;
}
.review-modal-select .selector-list > div {
	display: none;
}
.review-modal-select .selector-list > div > div {
	height: 240px;
}
.review-modal-select .selector-list > div.active {
	display: block;
}
.review-modal-select .scrollbar-track-y {
	opacity: 1;
	width: 16px;
	background: #F2F2F7;
}
.review-modal-select .scrollbar-track-y .scrollbar-thumb {
	width: 100%;
	border-radius: 0;
	background: #2A3757;
}
.review-modal-rating .rating-stars {
	width: 206px;
	height: 38px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
	transform: scale(-1,1);
	justify-content: flex-end;
}
.review-modal-rating .rating-stars input {
	appearance: none;
	width: 28px;
	height: 28px;
	background: url("../img/icons/star.svg") no-repeat center center / cover;
	transition: .4s;
	cursor: pointer;
}
.review-modal-rating .rating-stars input:checked,
.review-modal-rating .rating-stars input:checked ~ input,
.review-modal-rating .rating-stars input:hover,
.review-modal-rating .rating-stars input:hover ~ input {
	background: url("../img/icons/star-active.svg") no-repeat center center / cover;
}
#review-modal .input {
	width: 100%;
	border: 1.5px solid #C7C9CF;
	color: var(--primary);
	padding: 17px 20px;
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
	outline: none;
	font-family: 'Museo Sans Cyrl';
	transition: .4s;
}
#review-modal .input.no-valid {
	border-color: #E55465;
}
#review-modal .input:focus {
	border-color: #2A3757;
}
#review-modal .input::placeholder {
	color: var(--primarylight);
	font-weight: 300;
}
#review-modal textarea.input {
	height: 220px;
	resize: none;
}
.review-modal-button {
	padding: 18px;
	cursor: pointer;
	background: #2A3757;
	text-align: center;
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.92px;
	margin: 40px 0 16px 0;
	border: none;
	border-radius: 4px;
}
.review-modal-alert {
	color: var(--primary);
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	margin: 0;
}
.review-modal-alert a {
	color: #395599;
	text-decoration: none;
}
.review-modal-photo .review-modal-t {
	padding-left: 34px;
	background: url("../img/icons/file-icon.svg") no-repeat center left;
}
.uploadImages {
	position: relative;
	min-height: 186px;
}
.uploadImages-button {
	width: 222px;
	height: 186px;
	background: #F2F2F7;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: .4s;
}
.uploadImages-button.right {
	left: calc(100% - 221px);
}
.uploadImages-button.right:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 222px;
}
.uploadImages-button.right + .swiper {
    margin-left: -10px;
    width: calc(100% - 222px);
    overflow: visible;
    transform: scale(-1, 1);
}
.uploadImages-button.right + .swiper .swiper-slide {
	transform: scale(-1,1);
}
.uploadImages-button + .swiper .swiper-slide:nth-child(1) {
	order: 5 !important;
}
.uploadImages-button + .swiper .swiper-slide:nth-child(2) {
	order: 4 !important;
}
.uploadImages-button + .swiper .swiper-slide:nth-child(3) {
	order: 3 !important;
}
.uploadImages-button + .swiper .swiper-slide:nth-child(4) {
	order: 2 !important;
}
.uploadImages-button + .swiper .swiper-slide:nth-child(5) {
	order: 1 !important;
}
.uploadImages-button.hide {
	display: none;
	pointer-events: none;
}
.uploadImages-button.hide + .swiper {
	margin-left: -8px;
	width: calc(100% + 40px - 31px);
}
.uploadImages-button input {
	display: none;
}
.uploadImages-button span {
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(24.75px);
	width: 74px;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 50%;
}
.uploadImages .swiper {
	width: calc(100% + 40px - 262px);
	margin-left: 233px;
	transition: .4s;
}
.uploadImages .one-slides + .swiper,
.uploadImages .two-slides + .swiper {
	margin-left: 0;
}
.uploadImages .one-slides {
	left: 237px;
}
.uploadImages .two-slides {
	left: calc(100% - 222px);
}
.uploadImages .swiper-slide {
	width: 222px;
	height: 186px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 11px;
}
.uploadImages .swiper-slide .img-wrap {
	width: 100%;
	height: 100%;
	display: block;
}
.uploadImages .swiper-slide .delete-link {
	background: url("../img/icons/trash-icon.svg") no-repeat center center;
	width: 74px;
	height: 74px;
	position: absolute;
	z-index: 2;
	border-radius: 50%;
	backdrop-filter: blur(24.75px);
	cursor: pointer;
}
.uploadImages .swiper-slide .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#review-modal-thanks {
	width: 1199px;
	padding: 80px 20px;
	text-align: center;
}
#review-modal-thanks .fancybox-close-small {
    position: absolute;
    padding: 0 !important;
    top: 40px;
    right: 40px;
    opacity: 1;
    background: url(../img/icons/cross-icon.svg) no-repeat center center;
    padding: 0;
    width: 24px;
    height: 24px;
}
#review-modal-thanks .fancybox-close-small svg {
	display: none;
}
#review-modal-thanks .thanks {
	color: var(--primary);
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 3.84px;
	text-transform: uppercase;
}

@media (min-width: 1199px) {
	#review-modal {
		width: 1199px;
		padding: 74px 80px;
	}
	.review-modal-top-text {
		font-size: 20px;
	}
	.review-modal-top-text br {
		display: none;
	}
	.review-modal-toggle span {
		padding: 10px 35px;
	}
	.review-modal-t {
		font-size: 20px;
	}
	#review-modal .input {
		padding: 20px;
		font-size: 20px;
	}
	.review-modal-button {
		font-size: 20px;
		padding: 20px;
	}
	.review-modal-alert {
		font-size: 16px;
	}
	.uploadImages-button {
		width: 195px;
		height: 162px;
		order: 3;
	}
	.uploadImages-button span {
		width: 49px;
		height: 49px;
	}
	.uploadImages-button span img {
		width: 24px;
	}
	.uploadImages {
		min-height: 162px;
		display: flex;
	}
	.uploadImages-button.right:before {
		display: none;
	}
	.uploadImages-button.right + .swiper .swiper-slide {
		transform: none;
	}
	.uploadImages .swiper {
		width: auto;
		margin: 0;
	}
	.uploadImages .swiper-slide {
		width: 195px;
		height: 162px;
	}
	.uploadImages .swiper-slide .delete-link {
		transform: scale(.75);
	}
	.uploadImages-button.right,
	.uploadImages-button {
		position: relative;
		left: 0 !important;
		right: 0;
	}
	.uploadImages-button.right + .swiper {
		margin-left: 0;
		width: auto;
		transform: none;
	}
	.uploadImages-button.right.hide + .swiper {
		margin-left: -19px;
        width: 100%;
	}
	.review-modal-select .selector {
		width: 100%;
	}
	.uploadImages-button.right.hide + .swiper {
		margin-left: 0;
	}
}

@media (max-width: 1365px) {
	.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide {
		width: calc(100% / 5 - 40px / 5);
		height: 12vw;
	}
	.reviews-list__item .main-info-gallery .swiper-wrapper {
		gap: 10px;
	}
}

@media (max-width: 1065px) {
	.reviews-list__item {
		flex-flow: wrap;
	}
	.reviews-list__item .left-info {
		order: 3;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.reviews-list__item .left-info__img {
		width: 72px;
		height: 68px;
		margin: 0 8px 0 0;
	}
	.reviews-list__item .left-info > div:last-child {
		width: calc(100% - 80px);
	}
	.reviews-list__item .left-info__name {
		margin-bottom: 4px;
	}
	.reviews-list__item .main-info {
		width: 100%;
	}
	.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide {
		height: 15vw;
	}
}

@media (max-width: 768px) {
	.reviews .container {
		padding: 0 4.5vw;
	}
	.reviews {
		padding-bottom: 1vw;
	}
	.reviews-top__button {
		padding: 2.3vw 4.1vw;
		font-size: 2.6vw;
		letter-spacing: 0.20vw;
	}
	.reviews-top {
		margin-bottom: 5.8vw;
	}
	.reviews-list {
		gap: 5.2vw;
	}
	.reviews-list__item .main-info__top {
		margin-bottom: 1vw;
		font-size: 2.6vw;
	}
	.reviews-list__item .main-info__top span {
		font-size: 3.2vw;
		margin-right: 1vw;
	}
	.reviews-list__item .main-info__rating {
		width: 26.6vw;
		height: 4.9vw;
		background-size: 26.6vw;
	}
	.reviews-list__item .main-info__rating .rating {
		height: 4.9vw;
		background-size: 100%;
		background-size: 26.6vw;
	}
	.reviews-list__item .main-info__text {
		font-size: 3.1vw;
		margin-bottom: 3.1vw;
	}
	.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide {
		width: 28.9vw;
		height: 24vw;
	}
	.reviews-list__item .main-info-gallery .swiper-wrapper {
		gap: 2vw;
	}
	.reviews-list__item .main-info-gallery {
		width: calc(100% + 4.5vw);
		padding-right: 11.5vw;
	}
	.reviews-list__item .left-info__img {
		width: 9.3vw;
		height: 8.8vw;
		margin-right: 1vw;
	}
	.reviews-list__item .left-info > div:last-child {
		width: calc(100% - 10.3vw);
	}
	.reviews-list__item.item-magazine .left-info__img {
		display: none;
	}
	.reviews-list__item.item-magazine .left-info > div:last-child {
		width: 100%;
	}
	.reviews-list__item .left-info__name {
		font-size: 2.6vw;
		letter-spacing: 0.41vw;
		margin-bottom: 0.52vw;
	}
	.reviews-list__item .left-info__text {
		font-size: 2vw;
	}
	.reviews-list__item .left-info {
		margin-top: 3.1vw;
	}
	.reviews-bottom {
		margin-top: 7vw;
	}
	.reviews {
		padding-bottom: 5vw;
	}
	.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide a:before {
		background-size: 10vw;
	}
	#review-modal {
		padding: 7.8vw 5.2vw;
	}
	.review-modal-h {
		font-size: 4.6vw;
		margin-bottom: 2.6vw;
		letter-spacing: 0.75vw;
	}
	#review-modal .fancybox-close-small,
	#review-modal-thanks .fancybox-close-small {
		background-size: cover;
		top: 5.2vw;
		right: 5.2vw;
		width: 3.1vw;
		height: 3.1vw;
	}
	.review-modal-top-text {
		font-size: 3.1vw;
		margin-bottom: 3.1vw;
	}
	.review-modal-toggle span {
		border: 0.13px solid #2A3757;
		font-size: 3.1vw;
		padding: 2vw 5.4vw 1.8vw 5.2vw;
	}
	.review-modal-t {
		font-size: 3.1vw;
		margin: 3vw 0 2vw 0;
	}
	.review-modal-select .selector {
		width: calc(100% - 6.25vw);
	}
	.review-modal-select .selector-button {
		border-radius: 0.5vw;
		padding: 1.5vw 2.6vw;
		border: 0.13vw solid #C7C9CF;
	}
	.review-modal-select .selector-button svg {
		width: 3vw;
	}
	.review-modal-select .selector-button-value {
		height: 5.2vw;
		font-size: 2.6vw;
		display: flex;
		align-items: center;
	}
	.review-modal-select .selector-button.open + .selector-list {
		margin-top: 2.6vw;
		border: 0.13vw solid #C7C9CF;
		padding: 0.8vw 0.8vw 0.8vw 0;
	}
	.review-modal-select .selector-list label {
		margin-bottom: 0;
		display: flex;
	}
	.review-modal-select .selector-list label span {
		font-size: 2.6vw;
	}
	.review-modal-rating .rating-stars {
		height: 4vw;
	}
	.review-modal-rating .rating-stars input {
		width: 3.64vw;
		height: 3.64vw;
		margin: 0 0.5vw;
	}
	#review-modal textarea.input {
		height: 28vw;
	}
	#review-modal .input {
		border: 0.13vw solid #C7C9CF;
		font-size: 3.1vw;
		padding: 2.2vw 2.6vw;
	}
	.review-modal-photo .review-modal-t {
		padding-left: 4.4vw;
		background-size: 3vw;
	}
	.uploadImages {
		min-height: 24vw;
	}
	.uploadImages-button {
		width: 28.9vw;
		height: 24vw;
	}
	.uploadImages-button span {
		width: 9.6vw;
		height: 9.6vw;
	}
	.uploadImages-button span img {
		width: 4.8vw;
	}
	.uploadImages .swiper {
		width: calc(100% + 5.2vw - 34.11vw);
	}
	.uploadImages .one-slides + .swiper {
		margin-left: 0;
	}
	.uploadImages .two-slides + .swiper {
		margin-left: -2vw;
	}
	.uploadImages .one-slides {
		left: 30.9vw;
	}
	.uploadImages .two-slides {
		left: calc(100% - 28.9vw);
	}
	.uploadImages .swiper-slide {
		width: 28.9vw;
		height: 24vw;
		margin-right: 1.43vw;
	}
	.uploadImages .swiper-slide .delete-link {
		width: 9.6vw;
		height: 9.6vw;
		background-size: 9.7vw;
	}
	.review-modal-button {
		padding: 2.3vw;
		font-size: 3.1vw;
		margin: 5.2vw 0 2vw 0;
		letter-spacing: 0.25vw;
		border-radius: 0.5vw;
	}
	.review-modal-alert {
		font-size: 2.6vw;
	}
	#review-modal-thanks .thanks {
		font-size: 3.1vw;
	}
	#review-modal-thanks {
		padding: 10vw 1vw;
		letter-spacing: 0.5vw;
	}
	.uploadImages-button.right {
		left: calc(100% - 28.9vw);
	}
	.uploadImages-button.right + .swiper {
		margin-left: -1.3vw;
		width: calc(100% - 28.9vw);
	}
	.uploadImages-button.right:before {
		left: 28.9vw;
	}
	.review-modal-select .selector-list label {
		width: calc(100% - 2.8vw);
	}
	.review-modal-select .selector-list label > span {
		padding: 2vw 2.6vw;
	}
	.review-modal-select .scrollbar-track-y {
		width: 2vw;
	}
	.review-modal-select .selector-list > div > div {
		height: 31.25vw;
	}
	input:focus,
    input:hover,
    input:active {
		font-size: 16px !important;
	}
}


/* ==== fancybox.css ==== */
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


/* ==== swiper-bundle.min.css ==== */
/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}


/* ==== showroom.css ==== */
.reviews {
    padding-bottom: 10px;
}
.reviews .container {
    padding: 0 20px;
}
.reviews-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 58px;
}
.reviews-top__button {
    border-radius: 4px;
    border: 1px solid var(--primarylight);
    padding: 21px 45px;
    color: var(--primary);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.28px;
    display: inline-block;
    text-decoration: none;
}
.reviews-bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 75px;
}

.reviews-list {
	display: flex;
	flex-flow: wrap;
	gap: 40px;
}
.reviews-list__item {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.reviews-list__item .left-info {
	width: 258px;
}
.reviews-list__item .left-info__img {
	width: 100%;
	height: 162px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.reviews-list__item .left-info__img img {
	max-width: 100%;
	max-height: 100%;
	min-height: 100%;
	object-fit: cover;
}
.reviews-list__item .left-info__name {
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 2.56px;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
.reviews-list__item .left-info__text {
	color: var(--primarylight);
	font-size: 12px;
	line-height: 170%;
	text-transform: uppercase;
	margin: 0;
}
.reviews-list__item .main-info {
	width: calc(100% - 258px - 32px);
}
.reviews-list__item .main-info__top {
	margin: 0 0 13px 0;
	color: var(--primarylight);
	font-size: 16px;
	font-weight: 300;
	line-height: 150%;
}
.reviews-list__item .main-info__top span {
	font-size: 20px;
	color: var(--primary);
	font-weight: 400;
	margin-right: 16px;
}
.reviews-list__item .main-info__rating {
	background: url("../img/rating.svg") no-repeat center left;
	width: 206px;
	height: 38px;
	margin-bottom: 12px;
	position: relative;
}
.reviews-list__item .main-info__rating .rating {
	position: absolute;
	left: 0;
	width: calc(100%/4.95*var(--rating));
	height: 100%;
	background: url("../img/rating-full.svg") no-repeat center left;
}
.reviews-list__item .main-info__text {
	color: var(--primary);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	margin: 0 0 20px 0;
}
.reviews-list__item .main-info-gallery .swiper-wrapper {
	display: flex;
	gap: 21px;
}
.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide {
	width: calc(100%/5 - 84px/5);
	height: 160px;
}
.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) url("../img/icons/iconoir_expand.svg") no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s;
	opacity: 0;
}
.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide a:hover:before {
	opacity: 1;
}
.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* REVIEW-MODAL */

#review-modal {
	padding: 64px 40px 60px 40px;
	width: 768px;
	overflow: hidden;
}
#review-modal .fancybox-close-small {
    position: absolute;
    padding: 0 !important;
    top: 40px;
    right: 40px;
    opacity: 1;
    background: url(../img/icons/cross-icon.svg) no-repeat center center;
    padding: 0;
    width: 24px;
    height: 24px;
}
#review-modal .fancybox-close-small svg {
	display: none;
}
.review-modal-h {
	color: var(--primary);
	font-size: 36px;
	margin: 0 0 20px 0;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 5.76px;
	text-transform: uppercase;
}
.review-modal-top-text {
	color: #5F6370;
	font-size: 24px;
	font-weight: 300;
	line-height: 150%; 
	margin: 0 0 24px 0;
}
.review-modal-top-text span {
	font-weight: 400;
}
.review-modal-toggle {
	display: flex;
}
.review-modal-toggle label {
	display: block;
}
.review-modal-toggle label input {
	display: none;
}
.review-modal-toggle span {
	color: var(--primary);
	font-size: 24px;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	padding: 14px 42px;
	border: 1px solid #2A3757;
	transition: .4s;
	cursor: pointer;
	display: block;
}
.review-modal-toggle label input:checked + span {
	background: #2A3757;
	color: #fff;
}
.review-modal-t {
	font-size: 24px;
	margin: 24px 0 16px 0;	
	font-weight: 400;
	line-height: 150%; 
	color: var(--primary);
}
.review-modal-select .selector {
	position: relative;
	width: calc(100% - 48px);
}
.review-modal-select .selector-button {
	border-radius: 4px;
	border: 1px solid #C7C9CF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	cursor: pointer;
	transition: .4s;
}
.review-modal-select .selector-button.no-valid {
	border-color: #E55465;
}
.review-modal-select .selector-button.no-valid .selector-button-value {
	color: #E55465;
}
.review-modal-select .selector-button-value {
	color: var(--primarylight);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	margin: 0;
	height: 30px;
}
.review-modal-select .selector-button-value .val span {
	color: var(--primary);
}
.review-modal-select .selector-button svg {
	transition: .4s;
}
.review-modal-select .selector-button.open svg {
	transform: rotate(180deg);
}
.review-modal-select .selector-list {
	position: absolute;
	border: 1px solid var(--primary);
	padding: 6px 6px 6px 0;
	background: #fff;
	width: 100%;
	border-radius: 4px;
	opacity: 0;
	pointer-events: none;
	transition: .4s;
	z-index: 2;
}
.review-modal-select .selector-button.open {
	border-color: var(--primary);
	border-radius: 4px 4px 0 0;
}
.review-modal-select .selector-button.open + .selector-list {
	opacity: 1;
	pointer-events: initial;
	margin-top: -1px;
}
.review-modal-select .selector-list label {
	display: block;
	cursor: pointer;
	width: calc(100% - 22px);
}
.review-modal-select .selector-list label:last-child {
	margin-bottom: 0;
}
.review-modal-select .selector-list label input {
	display: none;
}
.review-modal-select .selector-list label > span {
	font-size: 20px;
	color: var(--primarylight);
	font-weight: 300;
	transition: .4s;
	display: block;
	padding: 16px 20px;
}
.review-modal-select .selector-list label > span:hover,
.review-modal-select .selector-list label > input:checked + span{
	background: var(--primary);
	color: #fff;
}
.review-modal-select .selector-list label > span:hover span,
.review-modal-select .selector-list label > input:checked + span span {
	color: #fff;
}
.review-modal-select .selector-list label > span span {
	color: var(--primary);
	transition: .4s;
}
.review-modal-select .selector-list > div {
	display: none;
}
.review-modal-select .selector-list > div > div {
	height: 240px;
}
.review-modal-select .selector-list > div.active {
	display: block;
}
.review-modal-select .scrollbar-track-y {
	opacity: 1;
	width: 16px;
	background: #F2F2F7;
}
.review-modal-select .scrollbar-track-y .scrollbar-thumb {
	width: 100%;
	border-radius: 0;
	background: #2A3757;
}
.review-modal-rating .rating-stars {
	width: 206px;
	height: 38px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
	transform: scale(-1,1);
	justify-content: flex-end;
}
.review-modal-rating .rating-stars input {
	appearance: none;
	width: 28px;
	height: 28px;
	background: url("../img/icons/star.svg") no-repeat center center / cover;
	transition: .4s;
	cursor: pointer;
}
.review-modal-rating .rating-stars input:checked,
.review-modal-rating .rating-stars input:checked ~ input,
.review-modal-rating .rating-stars input:hover,
.review-modal-rating .rating-stars input:hover ~ input {
	background: url("../img/icons/star-active.svg") no-repeat center center / cover;
}
#review-modal .input {
	width: 100%;
	border: 1px solid #C7C9CF;
	color: var(--primary);
	padding: 17px 20px;
	font-size: 24px;
	font-weight: 300;
	line-height: normal;
	outline: none;
	font-family: 'Museo Sans Cyrl';
	transition: .4s;
}
#review-modal .input.no-valid {
	border-color: #E55465;
}
#review-modal .input:focus {
	border-color: #2A3757;
}
#review-modal .input::placeholder {
	color: var(--primarylight);
	font-weight: 300;
}
#review-modal textarea.input {
	height: 220px;
	resize: none;
}
.review-modal-button {
	padding: 18px;
	cursor: pointer;
	background: #2A3757;
	text-align: center;
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	margin: 40px 0 16px 0;
	border: none;
	border-radius: 4px;
    font-family: 'Museo Sans Cyrl', sans-serif;
    letter-spacing: 0.08em;
}
.review-modal-alert {
	color: var(--primary);
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	margin: 0;
}
.review-modal-alert a {
	color: #395599;
	text-decoration: none;
}
.review-modal-photo .review-modal-t {
	padding-left: 34px;
	background: url("../img/icons/file-icon.svg") no-repeat center left;
}
.uploadImages {
	position: relative;
	min-height: 186px;
}
.uploadImages-button {
	width: 222px;
	height: 186px;
	background: #F2F2F7;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: .4s;
}
.uploadImages-button.right {
	left: calc(100% - 221px);
}
.uploadImages-button.right:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 222px;
}
.uploadImages-button.right + .swiper {
    margin-left: -10px;
    width: calc(100% - 222px);
    overflow: visible;
    transform: scale(-1, 1);
}
.uploadImages-button.right + .swiper .swiper-slide {
	transform: scale(-1,1);
}
.uploadImages-button + .swiper .swiper-slide:nth-child(1) {
	order: 5 !important;
}
.uploadImages-button + .swiper .swiper-slide:nth-child(2) {
	order: 4 !important;
}
.uploadImages-button + .swiper .swiper-slide:nth-child(3) {
	order: 3 !important;
}
.uploadImages-button + .swiper .swiper-slide:nth-child(4) {
	order: 2 !important;
}
.uploadImages-button + .swiper .swiper-slide:nth-child(5) {
	order: 1 !important;
}
.uploadImages-button.hide {
	display: none;
	pointer-events: none;
}
.uploadImages-button.hide + .swiper {
	margin-left: -8px;
	width: calc(100% + 40px - 31px);
}
.uploadImages-button input {
	display: none;
}
.uploadImages-button span {
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(24.75px);
	width: 74px;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 50%;
}
.uploadImages .swiper {
	width: calc(100% + 40px - 262px);
	margin-left: 233px;
	transition: .4s;
}
.uploadImages .one-slides + .swiper,
.uploadImages .two-slides + .swiper {
	margin-left: 0;
}
.uploadImages .one-slides {
	left: 237px;
}
.uploadImages .two-slides {
	left: calc(100% - 222px);
}
.uploadImages .swiper-slide {
	width: 222px;
	height: 186px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 11px;
}
.uploadImages .swiper-slide .img-wrap {
	width: 100%;
	height: 100%;
	display: block;
}
.uploadImages .swiper-slide .delete-link {
	background: url("../img/icons/trash-icon.svg") no-repeat center center;
	width: 74px;
	height: 74px;
	position: absolute;
	z-index: 2;
	border-radius: 50%;
	backdrop-filter: blur(24.75px);
	cursor: pointer;
}
.uploadImages .swiper-slide .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#review-modal-thanks {
	width: 1199px;
	padding: 80px 20px;
	text-align: center;
}
#review-modal-thanks .fancybox-close-small {
    position: absolute;
    padding: 0 !important;
    top: 40px;
    right: 40px;
    opacity: 1;
    background: url(../img/icons/cross-icon.svg) no-repeat center center;
    padding: 0;
    width: 24px;
    height: 24px;
}
#review-modal-thanks .fancybox-close-small svg {
	display: none;
}
#review-modal-thanks .thanks {
	color: var(--primary);
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 3.84px;
	text-transform: uppercase;
}

@media (min-width: 1199px) {
	#review-modal {
		width: 1199px;
		padding: 74px 80px;
	}
	.review-modal-top-text {
		font-size: 20px;
	}
	.review-modal-top-text br {
		display: none;
	}
	.review-modal-toggle span {
		padding: 10px 35px;
	}
	.review-modal-t {
		font-size: 20px;
	}
	#review-modal .input {
		padding: 20px;
		font-size: 20px;
	}
	.review-modal-button {
		font-size: 20px;
		padding: 20px;
	}
	.review-modal-alert {
		font-size: 16px;
	}
	.uploadImages-button {
		width: 195px;
		height: 162px;
		order: 3;
	}
	.uploadImages-button span {
		width: 49px;
		height: 49px;
	}
	.uploadImages-button span img {
		width: 24px;
	}
	.uploadImages {
		min-height: 162px;
		display: flex;
	}
	.uploadImages-button.right:before {
		display: none;
	}
	.uploadImages-button.right + .swiper .swiper-slide {
		transform: none;
	}
	.uploadImages .swiper {
		width: auto;
		margin: 0;
	}
	.uploadImages .swiper-slide {
		width: 195px;
		height: 162px;
	}
	.uploadImages .swiper-slide .delete-link {
		transform: scale(.75);
	}
	.uploadImages-button.right,
	.uploadImages-button {
		position: relative;
		left: 0;
		right: 0;
	}
	.uploadImages-button.right + .swiper {
		margin-left: 0;
		width: auto;
		transform: none;
	}
	.uploadImages-button.right.hide + .swiper {
		margin-left: -19px;
        width: 100%;
	}
	.review-modal-select .selector {
		width: 100%;
	}
	.uploadImages-button.right.hide + .swiper {
		margin-left: 0;
	}
}

@media (max-width: 1365px) {
	.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide {
		width: calc(100% / 5 - 40px / 5);
		height: 12vw;
	}
	.reviews-list__item .main-info-gallery .swiper-wrapper {
		gap: 10px;
	}
}

@media (max-width: 1065px) {
	.reviews-list__item {
		flex-flow: wrap;
	}
	.reviews-list__item .left-info {
		order: 3;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.reviews-list__item .left-info__img {
		width: 72px;
		height: 68px;
		margin: 0 8px 0 0;
	}
	.reviews-list__item .left-info > div:last-child {
		width: calc(100% - 80px);
	}
	.reviews-list__item .left-info__name {
		margin-bottom: 4px;
	}
	.reviews-list__item .main-info {
		width: 100%;
	}
	.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide {
		height: 15vw;
	}
}

@media (max-width: 768px) {
	.reviews .container {
		padding: 0 4.5vw;
	}
	.reviews {
		padding-bottom: 1vw;
	}
	.reviews-top__button {
		padding: 2.3vw 4.1vw;
		font-size: 2.6vw;
		letter-spacing: 0.20vw;
	}
	.reviews-top {
		margin-bottom: 5.8vw;
	}
	.reviews-list {
		gap: 5.2vw;
	}
	.reviews-list__item .main-info__top {
		margin-bottom: 1vw;
		font-size: 2.6vw;
	}
	.reviews-list__item .main-info__top span {
		font-size: 3.2vw;
		margin-right: 1vw;
	}
	.reviews-list__item .main-info__rating {
		width: 26.6vw;
		height: 4.9vw;
		background-size: 26.6vw;
	}
	.reviews-list__item .main-info__rating .rating {
		height: 4.9vw;
		background-size: 100%;
		background-size: 26.6vw;
	}
	.reviews-list__item .main-info__text {
		font-size: 3.1vw;
		margin-bottom: 3.1vw;
	}
	.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide {
		width: 28.9vw;
		height: 24vw;
	}
	.reviews-list__item .main-info-gallery .swiper-wrapper {
		gap: 2vw;
	}
	.reviews-list__item .main-info-gallery {
		width: calc(100% + 4.5vw);
		padding-right: 11.5vw;
	}
	.reviews-list__item .left-info__img {
		width: 9.3vw;
		height: 8.8vw;
		margin-right: 1vw;
	}
	.reviews-list__item .left-info > div:last-child {
		width: calc(100% - 10.3vw);
	}
	.reviews-list__item.item-magazine .left-info__img {
		display: none;
	}
	.reviews-list__item.item-magazine .left-info > div:last-child {
		width: 100%;
	}
	.reviews-list__item .left-info__name {
		font-size: 2.6vw;
		letter-spacing: 0.41vw;
		margin-bottom: 0.52vw;
	}
	.reviews-list__item .left-info__text {
		font-size: 2vw;
	}
	.reviews-list__item .left-info {
		margin-top: 3.1vw;
	}
	.reviews-bottom {
		margin-top: 7vw;
	}
	.reviews {
		padding-bottom: 5vw;
	}
	.reviews-list__item .main-info-gallery .swiper-wrapper .swiper-slide a:before {
		background-size: 10vw;
	}
	#review-modal {
		padding: 7.8vw 5.2vw;
	}
	.review-modal-h {
		font-size: 4.6vw;
		margin-bottom: 2.6vw;
		letter-spacing: 0.75vw;
	}
	#review-modal .fancybox-close-small,
	#review-modal-thanks .fancybox-close-small {
		background-size: cover;
		top: 5.2vw;
		right: 5.2vw;
		width: 3.1vw;
		height: 3.1vw;
	}
	.review-modal-top-text {
		font-size: 3.1vw;
		margin-bottom: 3.1vw;
	}
	.review-modal-toggle span {
		border: 0.13px solid #2A3757;
		font-size: 3.1vw;
		padding: 2vw 5.4vw 1.8vw 5.2vw;
	}
	.review-modal-t {
		font-size: 3.1vw;
		margin: 3vw 0 2vw 0;
	}
	.review-modal-select .selector {
		width: calc(100% - 6.25vw);
	}
	.review-modal-select .selector-button {
		border-radius: 0.5vw;
		padding: 1.5vw 2.6vw;
		border: 0.13vw solid #C7C9CF;
	}
	.review-modal-select .selector-button svg {
		width: 3vw;
	}
	.review-modal-select .selector-button-value {
		height: 5.2vw;
		font-size: 2.6vw;
		display: flex;
		align-items: center;
	}
	.review-modal-select .selector-button.open + .selector-list {
		margin-top: 2.6vw;
		border: 0.13vw solid #C7C9CF;
		padding: 0.8vw 0.8vw 0.8vw 0;
	}
	.review-modal-select .selector-list label {
		margin-bottom: 0;
		display: flex;
	}
	.review-modal-select .selector-list label span {
		font-size: 2.6vw;
	}
	.review-modal-rating .rating-stars {
		height: 4vw;
	}
	.review-modal-rating .rating-stars input {
		width: 3.64vw;
		height: 3.64vw;
		margin: 0 0.5vw;
	}
	#review-modal textarea.input {
		height: 28vw;
	}
	#review-modal .input {
		border: 0.13vw solid #C7C9CF;
		font-size: 3.1vw;
		padding: 2.2vw 2.6vw;
	}
	.review-modal-photo .review-modal-t {
		padding-left: 4.4vw;
		background-size: 3vw;
	}
	.uploadImages {
		min-height: 24vw;
	}
	.uploadImages-button {
		width: 28.9vw;
		height: 24vw;
	}
	.uploadImages-button span {
		width: 9.6vw;
		height: 9.6vw;
	}
	.uploadImages-button span img {
		width: 4.8vw;
	}
	.uploadImages .swiper {
		width: calc(100% + 5.2vw - 34.11vw);
	}
	.uploadImages .one-slides + .swiper {
		margin-left: 0;
	}
	.uploadImages .two-slides + .swiper {
		margin-left: -2vw;
	}
	.uploadImages .one-slides {
		left: 30.9vw;
	}
	.uploadImages .two-slides {
		left: calc(100% - 28.9vw);
	}
	.uploadImages .swiper-slide {
		width: 28.9vw;
		height: 24vw;
		margin-right: 1.43vw;
	}
	.uploadImages .swiper-slide .delete-link {
		width: 9.6vw;
		height: 9.6vw;
		background-size: 9.7vw;
	}
	.review-modal-button {
		padding: 2.3vw;
		font-size: 3.1vw;
		margin: 5.2vw 0 2vw 0;
		letter-spacing: 0.25vw;
		border-radius: 0.5vw;
	}
	.review-modal-alert {
		font-size: 2.6vw;
	}
	#review-modal-thanks .thanks {
		font-size: 3.1vw;
	}
	#review-modal-thanks {
		padding: 10vw 1vw;
		letter-spacing: 0.5vw;
	}
	.uploadImages-button.right {
		left: calc(100% - 28.9vw);
	}
	.uploadImages-button.right + .swiper {
		margin-left: -1.3vw;
		width: calc(100% - 28.9vw);
	}
	.uploadImages-button.right:before {
		left: 28.9vw;
	}
	.review-modal-select .selector-list label {
		width: calc(100% - 2.8vw);
	}
	.review-modal-select .selector-list label > span {
		padding: 2vw 2.6vw;
	}
	.review-modal-select .scrollbar-track-y {
		width: 2vw;
	}
	.review-modal-select .selector-list > div > div {
		height: 31.25vw;
	}
	input:focus,
	input:hover,
	input:active {
		font-size: 16px !important;
	}
}

/* SHOWROOM */

.showroom .container {
	padding: 0 20px;
}
.showroom-top h1 {
	padding-left: 66px;
	color: var(--primary);
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 4.48px;
	text-transform: uppercase;
	background: url("../img/icons/showroom-icon.svg") no-repeat center left;
	min-height: 66px;
	display: flex;
	align-items: center;
	margin: 0 0 40px 0;
}
.showroom-widget {
	width: 100%;
	margin-bottom: 40px;
}
.showroom-widget iframe {
	width: 100%;
	height: 440px;
}
.showroom-info {
	display: flex;
	justify-content: space-between;
}
.showroom-info > div {
	width: 50%;
}
.showroom-info-block:not(:last-child) {
	margin-bottom: 32px;
}
.showroom-info-h {
	color: var(--primary);
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 3.84px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.showroom-info-h .desktop-hidden {
	display: none;
}
.showroom-info-phone {
	display: flex;
	padding-left: 44px;
	background: url("../img/icons/contacts-in-phone.svg") no-repeat top 2px left;
	margin-bottom: 20px;
}
.showroom-info-email {
	display: flex;
	padding-left: 44px;
	background: url("../img/icons/contacts-in-email.svg") no-repeat top 2px left;
	margin-bottom: 20px;
}
.showroom-info-time {
	display: flex;
	padding-left: 44px;
	background: url("../img/icons/contacts-in-time.svg") no-repeat top 2px left;
	margin-bottom: 20px;
}
.showroom-info-phone p:first-child,
.showroom-info-email p:first-child,
.showroom-info-time p:first-child {
	color: var(--primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	width: 215px;
	margin: 0;
}
.showroom-info-phone a,
.showroom-info-email a,
.showroom-info-time p:last-child {
	color: var(--primary);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%; 
	text-decoration: none;
	width: calc(100% - 215px - 44px);
	margin: 0;
}
.showroom-info .list > * {
	color: var(--primary);
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	padding-left: 20px;
	margin: 0;
	display: block;
	margin-top: -5px;
}
.showroom-info .list > *:before {
	content: "";
	width: 5px;
	height: 5px;
	background: var(--primary);
	position: absolute;
	top: 13px;
	left: 4px;
	border-radius: 50%;
}
.showroom-info .right p:not(.showroom-info-h) {
	color: var(--primary);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	margin: 0 0 16px 0;
}
.showroom-info .right p:not(.showroom-info-h) span {
	font-weight: 400;
}
.showroom-info-adress {
	padding-left: 36px;
	background: url("../img/icons/contacts-in-adress.svg") no-repeat top 2px left;
}
.showroom-info-roadmap {
	padding-left: 36px;
	background: url("../img/icons/roadmap-icon.svg") no-repeat top 2px left;
}
.showroom-info .right .small-margin:not(.showroom-info-h) {
	margin-bottom: 5px;
}
.showroom-info .right .button {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.6px;
	width: max-content;
	border-radius: 4px;
	background: #2A3757;
	padding: 16px 40px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin-top: 32px;
}
.showroom-info .right .button:hover {
    background: var(--primary);
}
.showroom-adva {
	display: flex;
	justify-content: space-between;
	margin: 60px 20px;
}
.showroom-adva-item {
	width: calc(100%/3 - 40px/3);
	display: flex;
	align-items: center;
}
.showroom-adva-item img {
	margin-right: 32px;
}
.showroom-adva-item p {
	color: var(--primary);
	width: calc(100% - 32px - 100px);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	margin: 0;
}

.showroom-map {
	height: 390px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/showroom-map.png") no-repeat center center / cover;
	margin-bottom: 52px;
}
.showroom-map-contacts {
	filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.05));
	padding: 32px;
	background: #fff;
}
.showroom-map-contacts .head {
	color: var(--primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 152%;
	letter-spacing: 2.72px;
	text-transform: uppercase;
	margin: 0 0 14px 0;
	padding-left: 40px;
	background: url("../img/icons/showroom-map-logo.svg") no-repeat top left;
}
.showroom-map-contacts *:not(.head) {
	color: var(--primary);
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
	display: block;
	margin-bottom: 14px;
	padding-left: 32px;
	text-decoration: none;
	padding-bottom: 2px;
}
.showroom-map-contacts *:not(.head):last-child {
	margin-bottom: 0;
}
.showroom-map-contacts .phone {
	background: url("../img/icons/icon_map_phone.svg") no-repeat top left;
}
.showroom-map-contacts .adress {
	background: url("../img/icons/icon_map_point.svg") no-repeat top left;
}
.showroom-map-contacts .time {
	background: url("../img/icons/icon_map_clock.svg") no-repeat top left;
}
.showroom-map-contacts .metro {
	background: url("../img/icons/metro-icon.svg") no-repeat top 1px left;
}
.showroom-reviews-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.showroom-reviews-top p {
	color: var(--primary);
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 4.48px;
	text-transform: uppercase;
	margin: 0;
}
.share-button {
	background: #F2F2F7;
	color: var(--primary);
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	padding: 29px 85px;
	text-decoration: none;
	margin-top: 40px;
	display: inline-block;
}

.showroom-slider {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.showroom-slider .prev,
.showroom-slider .next {
	width: 14px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
    position: relative;
}
.showroom-slider-swiper {
	width: calc(100% - 40px - 28px - 30px);
}
.showroom-slider-swiper a {
	display: block;
	height: auto;
	width: 100%;
}
.showroom-slider-swiper a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1086px) {
	.showroom-slider-swiper a {
		height: 28vw;
	}
	.showroom-info {
		flex-flow: wrap;
	}
	.showroom-info > div {
		width: 100%;
	}
	.showroom-info > .left {
		margin-bottom: 24px;
	}
	.showroom-adva {
		display: block;
	}
	.showroom-adva-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.showroom-adva-item br {
		display: none;
	}
}

@media (max-width: 768px) {
	.showroom .container {
		padding: 0 2.6vw;
	}
	.showroom-top h1 {
		font-size: 3.6vw;
		background-size: 6.5vw;
		background-position: top left;
		letter-spacing: 0.58vw;
		min-height: 8.5vw;
		margin-bottom: 5.2vw;
		padding-left: 8.5vw;
	}
	.showroom-widget iframe {
		height: 125vw;
	}
	.showroom-widget {
		margin-bottom: 5.2vw;
	}
	.showroom-slider {
		margin-bottom: 5.2vw;
		padding: 0 2.5vw;
	}
	.showroom-slider-swiper a {
        height: 54vw;
    }
    .showroom-slider .prev, .showroom-slider .next {
    	width: 1.8vw;
    	height: 3.3vw;
    }
    .showroom-slider .prev svg, 
    .showroom-slider .next svg {
    	width: 100%;
    }
    .showroom-slider-swiper {
    	width: calc(100% - 5.2vw - 7.5vw);
    }
    .showroom-info > .left {
    	margin-bottom: 5.2vw;
    	display: flex;
    	justify-content: space-between;
    	flex-flow: wrap;
    }
    .showroom-info > .left .showroom-info-block:first-child,
    .showroom-info > .left .showroom-info-block:last-child {
    	width: 100%;
    }
    .showroom-info > .left .showroom-info-block:nth-child(3) {
    	width: 50%;
    }
    .showroom-info > .left .showroom-info-block:nth-child(2) {
    	width: 45%;
    }
    .showroom-info-block:not(:last-child) {
    	margin-bottom: 4.1vw;
    }
    .showroom-info-h .desktop-hidden {
    	display: inline-block;
    }
    .showroom-info-h {
    	font-size: 3.64vw;
    	letter-spacing: 0.58vw;
    	margin-bottom: 2.6vw;
    }
    .showroom-info-phone {
    	margin-bottom: 2.6vw;
    	background-size: 3.64vw;
    	background-position: top 0.75vw left;
    	padding-left: 5.7vw;
    }
    .showroom-info-email {
    	margin-bottom: 2.6vw;
    	background-size: 3.64vw;
    	background-position: top 0.65vw left;
    	padding-left: 5.7vw;
    }
    .showroom-info-time {
    	margin-bottom: 2.6vw;
    	background-size: 3.64vw;
    	background-position: top 0.45vw left;
    	padding-left: 5.7vw;
    }
    .showroom-info-phone p:first-child, .showroom-info-email p:first-child, .showroom-info-time p:first-child {
    	width: 42vw;
    	font-size: 3.1vw;
    }
    .showroom-info-phone a, .showroom-info-email a, .showroom-info-time p:last-child {
    	font-size: 3.1vw;
    	width: calc(100% - 41vw - 5.7vw);
    }
    .showroom-info .list > * {
    	font-size: 3.1vw;
    }
    .showroom-info .list > * {
    	padding-left: 2.6vw;
    	margin-top: -0.5vw;
    }
    .showroom-info .list > *:before {
    	width: 0.7vw;
    	height: 0.7vw;
    	top: 2vw;
    	left: 0.4vw;
    }
    .showroom-info > .left .showroom-info-block:nth-child(3) .list > *,
    .showroom-info > .left .showroom-info-block:nth-child(2) .list > * {
    	padding-left: 0;
    }
    .showroom-info > .left .showroom-info-block:nth-child(3) .list > *:before,
    .showroom-info > .left .showroom-info-block:nth-child(2) .list > *:before {
    	display: none;
    }
    .showroom-info .right p:not(.showroom-info-h) {
    	font-size: 3.1vw;
    	margin-bottom: 2vw;
    }
    .showroom-info-adress {
    	font-size: 3.1vw;
    	margin-bottom: 2vw;
    	background-size: 4.6vw;
    	background-position: top left;
    	padding-left: 5.2vw;
    }
    .showroom-info-roadmap {
    	font-size: 3.1vw;
    	margin-bottom: 2vw;
    	background-size: 4.6vw;
    	padding-left: 5.2vw;
    	background-position: top left;
    }
    .showroom-info .right .button {
    	margin-top: 3.8vw;
    	font-size: 2.6vw;
    	letter-spacing: 0.2vw;
    	width: 100%;
    	border-radius: 3px;
    	padding: 2.6vw;
    }
    .showroom-adva {
    	margin: 6.5vw 2.5vw;
    }
    .showroom-adva-item {
    	margin-bottom: 2.6vw;
    }
    .showroom-adva-item img {
    	width: 13vw;
    	height: 13vw;
    	margin-right: 4.1vw;
    }
    .showroom-adva-item p {
    	width: calc(100% - 13vw - 4.1vw);
    	font-size: 3.1vw;
    }
    .showroom-map-contacts {
    	padding: 4.1vw;
    }
    .showroom-map-contacts .head {
    	font-size: 2.6vw;
    	letter-spacing: 0.44vw;
    	margin-bottom: 2.5vw;
    	padding-left: 5.4vw;
    	background-size: 3.9vw;
    }
    .showroom-map-contacts *:not(.head) {
    	font-size: 2.6vw;
    	padding-left: 4.5vw;
    	background-size: 3.1vw;
    	background-position: top 0.35vw left;
    	margin-bottom: 1.5vw;
    }
    .showroom-map {
    	height: 90vw;
    	margin-bottom: 5.2vw;
    }
    .showroom-reviews-top p {
    	font-size: 3.6vw;
    	letter-spacing: 0.58vw;
    }
    .showroom-reviews-top {
    	margin-bottom: 2.5vw;
    }
    .showroom {
    	padding-bottom: 5.2vw;
    }
    .share-button {
    	font-size: 2.6vw;
    	padding: 3.9vw 11vw;
    	margin-top: 5.2vw;
    }
}
.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}
.showroom-slider .prev.swiper-button-lock, .showroom-slider .next.swiper-button-lock {
    display: none;
}


/* ==== catalog.css ==== */
.catalog .container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px 18px;
}

.catalog {
    padding-bottom: 80px;
}

.catalog  .product {
    width: calc((100% - 18px*2)/3);
    padding: 24px 24px 40px 24px;
    box-shadow: 0px 0px 46.67px 0px #1F283E0D;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.catalog  .product__img {
    width: 100%;
    aspect-ratio: 0.97;
    height: auto;
	object-fit: contain;
}
.catalog  .product__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog  .product__status {
    padding: 6px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Grey2, #8F939F);
    background: #F2F2F7;
    border-radius: 20px;
	white-space: nowrap;
}
.catalog  .product__baza {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Grey2, #8F939F);
}

.catalog  .product__baza span:last-child {
    cursor: pointer;
}

.catalog .product h3, .catalog .product .h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: 0.16em;
    text-align: left;
    margin: 0;
    color: var(--primary);
    text-transform: uppercase;
}

.catalog  .product p {
    font-family: Museo Sans Cyrl;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--Grey2, #8F939F);
    margin: 8px 0 0  0;
    text-transform: uppercase;

}

.catalog  .product__bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.catalog  .product__bottom a {
    width: 100%;
    height: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: var(--primary2);
    color: var(--white);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    gap: 0;
}

.catalog .product__price {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.89px;
    text-align: left;
    color: var(--primary);
}

.catalog .product__volume {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: var(--Grey2, #8F939F);
}

@media (max-width: 1024px) {
    .catalog  .product {
        width: calc((100% - 18px)/2);
        box-shadow: none;
    }
}
    .product__baza.mob, .product__price.mob {
        display: none;
    }
@media (max-width: 768px) {
    .catalog .container {
        gap: 20px 8px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 10px;
    }

    .catalog {
        padding-bottom: 10.41vw;
    }

    .catalog .product {
        width: 100%;
        padding: 0;
        gap: 2.16vw;
    }

    .catalog  .product__img {
        margin: 0 auto;
        width: 100%;
        display: block;
    }


    .catalog  .product__status {
        padding: 0.78vw 2.34vw;
        font-size: 2.08vw;
        line-height: 3.125vw;
        border-radius: 2.6vw;
    }
    .catalog  .product__baza {
        font-size: 2.08vw;
        line-height: 3.125vw;
    }

    .catalog .product h3, .catalog .product .h3 {
        font-weight: 400;
        font-style: 500;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 16%;
        padding: 0;
    }

    .catalog  .product p {
        font-weight: 400;
        font-style: 500;
        font-size: 13px;
        line-height: 110%;
        letter-spacing: 0%;
        text-transform: none;
        margin-top: 4px;
    }

    .catalog  .product__bottom {
        gap: 4px;
        padding: 0;
    }

    .catalog  .product__bottom a {
        height: 40px;
        border: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        border-radius: 4px;
        font-weight: 400;
        font-style: 500;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 8%;
        text-align: center;
        padding: 0;
    }

    .catalog .product__price {
        font-weight: 400;
        font-style: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 5%;
        text-transform: none;
        width: 100%;
    }

    .catalog .product__volume {
        gap: 12px;
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        letter-spacing: 0%;
        width: 100%;
        justify-content: flex-start;
        display: flex;
    }
    .catalog .product__baza {
        justify-content: flex-start;
        display: flex;
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        letter-spacing: 0%;
}
    .catalog .product__top,.product__price.desc {
        display: none !important;
    }
    .catalog .product__top {
    display: flex !important;
    position: absolute;
    top: 10px;
    z-index: 10;
}
    .catalog .product__baza.desc, .catalog .product__status{
        display: none;
    }
    .product__status.new, .product__status.sale{
        display: block;
    }
    .product__price.mob{
        display: block;
        padding: 8px 0 10px;
    }
}

/* Accessibility: secondary product-card text must meet WCAG AA contrast. */
.catalog .product__status,
.catalog .product__baza,
.catalog .product p,
.catalog .product__volume {
    color: #626875;
}

.catalog .product__baza .js-tooltip {
    color: #626875;
}



/* ==== calc.css ==== */
.calc h6, .calc .h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: left;
    color: var(--grey2);
    margin: 0;
    user-select: none;
}
@media (max-width: 768px) {
    .calc h6, .calc .h6 {
        font-size: 2.6042vw;
        letter-spacing: -0.0651vw;
    }
}
.calc__columns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 16px;
}
@media (max-width: 768px) {
    .calc__columns {
        margin-bottom: 1.0417vw;
        margin-top: 2.0833vw;
    }
}
.calc__columns span {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: var(--grey2);
    user-select: none;
}
@media (max-width: 768px) {
    .calc__columns span {
        font-size: 2.0833vw;
    }
}
.calc__columns span:last-child {
    padding-right: 68px;
}
@media (max-width: 768px) {
    .calc__columns span:last-child {
        padding-right: 8.8542vw;
    }
}
.calc__columns span:first-child {
    padding-left: 25px;
}
@media (max-width: 768px) {
    .calc__columns span:first-child {
        padding-left: 3.2552vw;
    }
}
.calc__columns span:nth-child(2) {
    padding-right: 20px;
}
@media (max-width: 768px) {
    .calc__columns span:nth-child(2) {
        padding-right: 2.6042vw;
    }
}
.calc__plane {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 8px;
}
@media (max-width: 768px) {
    .calc__plane {
        gap: 1.0417vw;
    }
}
.calc__plane + .calc__plane {
    padding-top: 16px;
}
@media (max-width: 768px) {
    .calc__plane + .calc__plane {
        padding-top: 2.0833vw;
    }
}
.calc__plane .calc__input {
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--grey1);
    background: none;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: var(--primary);
    width: 92px;
}
@media (max-width: 768px) {
    .calc__plane .calc__input {
        height: 6.5104vw;
        line-height: 6.5104vw;
        border: .1302vw solid var(--grey1);
        border-radius: .5208vw;
        font-size: 2.6042vw;
        width: 11.9792vw;
    }
}
.calc__plane .calc__input::placeholder {
    opacity: 1;
    color: var(--Grey1, #C7C9CF);
}
.calc__plane .calc__input_area {
    width: 148px;
    cursor: default;
}
@media (max-width: 768px) {
    .calc__plane .calc__input_area {
        width: 19.2708vw;
    }
}
.calc__plane img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .calc__plane img {
        width: 3.125vw;
        height: 3.125vw;
    }
}
.calc__plane button {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
@media (max-width: 768px) {
    .calc__plane button {
        width: 3.125vw;
        height: 3.125vw;
    }
}
.calc__plane button:disabled {
    opacity: 0.4;
}
.calc__addbutton {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: var(--primary);
    cursor: pointer;
    margin-top: 16px;
    max-width: fit-content;
}
@media (max-width: 768px) {
    .calc__addbutton {
        gap: 2.0833vw;
        font-size: 2.6042vw;
        line-height: 2.6042vw;
        margin-top: 2.0833vw;
    }
}
.calc__addbutton img {
    display: block;
    position: absolute;
    filter: brightness(100);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
.calc__addbutton > div {
    position: relative;
    width: 24px;
    height: 24px;
    background: var(--primary2);
    border-radius: 2px;
}
@media (max-width: 768px) {
    .calc__addbutton > div {
        width: 3.125vw;
        height: 3.125vw;
        border-radius: .2604vw;
    }
}
.calc__additional {
    margin-top: 24px;
}
@media (max-width: 768px) {
    .calc__additional {
        margin-top: 3.125vw;
    }
}
.calc__volume {
    display: flex;
    gap: 16px;
    position: relative;
    margin: 20px 0 24px;
}
@media (max-width: 768px) {
    .calc__volume {
        gap: 2.0833vw;
        margin: 2.6042vw 0 3.125vw;
    }
}
.calc__volume-item  {
    display: block;
    position: relative;
}
.calc__volume-item  div {
    padding: 10px 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: var(--primary);
    transition: 0.3s;
    border: 1px solid var(--grey1);
    border-radius: 4px;
}
@media (max-width: 768px) {
    .calc__volume-item  div {
        padding: 1.3021vw 2.0833vw;
        font-size: 2.6042vw;
        line-height: 2.6042vw;
        border: .1302vw solid var(--grey1);
        border-radius: .5208vw;
    }
}
.calc__volume input {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}
.calc__volume-item input:checked + div {
    border: 1px solid var(--primary2)
}
@media (max-width: 768px) {
    .calc__volume-item input:checked + div {
        border: .1302vw solid var(--primary2)
    }
}
.calc__grunt {
    margin-top: 24px;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .calc__grunt {
        margin-top: 3.125vw;
        margin-bottom: 2.0833vw;
    }
}
.calc__grunt ul, .you-will-need ul {
    margin: 5px 0 12px;
}
@media (max-width: 768px) {
    .calc__grunt ul, .you-will-need ul {
        margin: .651vw 0 1.5625vw;
    }
}    
.calc__grunt-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    max-width: fit-content;
}
@media (max-width: 768px) {
    .calc__grunt-item {
        gap: 2.0833vw;
        margin-bottom: 2.0833vw;
    }
}
.calc__grunt-item > div {
    position: relative;
    width: 24px;
    height: 24px;
    background: var(--primary2);
    border-radius: 2px;
}
@media (max-width: 768px) {
    .calc__grunt-item > div {
        width: 3.125vw;
        height: 3.125vw;
        border-radius: .2604vw;
    }
}
.calc__grunt-item > div > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
    transform: translate(-50%,-50%);
    opacity: 0;
    width: 20px;
    height: 20px;
}
@media (max-width: 768px) {
    .calc__grunt-item > div > img {
        width: 2.6042vw;
        height: 2.6042vw;
    }
}
.calc__grunt-item input {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}
.calc__grunt-item > div input:checked + img {
    opacity: 1;
}
.calc__grunt-item span {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: var(--primary);
    user-select: none;
}
@media (max-width: 768px) {
    .calc__grunt-item span {
        font-size: 2.6042vw;
        line-height: 2.6042vw;
    }
}
.calc__additional {
    /*display: none;*/
}
.calc__additional p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--grey2);
    margin-top: 16px;
    user-select: none;
}
@media (max-width: 768px) {
    .calc__additional p {
        font-size: 2.0833vw;
        line-height: 3.125vw;
        margin-top: 2.0833vw;
    }
}
.calc__additional > a {
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: var(--primary2);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-radius: 4px;
    display: block;
    text-decoration: none;
}
@media (max-width: 768px) {
    .calc__additional > a {
        height: 6.25vw;
        line-height: 6.25vw;
        font-size: 2.0833vw;
        border-radius: .5208vw;
    }
}
.calc__coast {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: var(--primary);
    margin-top: 10px;
}
@media (max-width: 768px) {
    .calc__coast {
        font-size: 2.6042vw;
        line-height: 3.9063vw;
        margin-top: 1.3021vw;
    }
}
body .fancybox-container {
    z-index: 998;
}
.the-main--items {
    font-size: 20px;
    font-weight: 500;
    color:var(--primary);
}
@media (max-width: 768px) {
    .the-main--items {
        font-size: 2.6042vw;
    }
}
.fancybox-content {
    overflow: visible;
}
@media (max-width: 768px) {
    .fancybox-content {
        padding: 5.7292vw;
    }
}
.js-tooltip {
    cursor: pointer;
}


/* ==== minicart.css ==== */
.minicart.disabled {
    opacity: 0!important;
}
.minicart {
    position: absolute;
    right: 0;
    top: 100px;
    background: #fff;
    padding: 24px 20px 20px 20px;
    display: none;
    flex-direction: column;
    gap: 20px;
    width: 546px;
    box-shadow: 0px 0px 40px 0px #1F283E0D;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.3s ;
}

.minicart:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    content: '';
    transform: translateY(-100%);
}

.minicart * {
    pointer-events: auto;
}

.header__controls div:hover  .minicart {
    display: flex;
    opacity: 1;
}

.header .container {
    position: relative;
}

.minicart__product {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.minicart__product  > div:first-child img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

.minicart__product  > div:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
}
.minicart__product  > div:first-child a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--Primary, #1F283E);
    margin: 0;
    text-decoration: none;
}

.minicart__product  > div:last-child {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
}

.minicart__price {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: 0.05em;
    text-align: left;
    color: var(--Primary, #1F283E);
}
.minicart__discount {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--Grey2, #8F939F);
    text-decoration: line-through;
}

.minicart .quantity {
    margin-top: 4px;
}

.minicart__total {
    padding: 16px;
    background: var(--Grey0, #F2F2F7);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}

.minicart__total a {
    width: 200px;
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
    background: var(--Primary-2, #2A3757);
    display: block;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
}
.minicart__total p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--Primary, #1F283E);
}
.minicart__total-coast {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: 0.05em;
    text-align: left;
    color: var(--Primary, #1F283E);
}

.minicart__delivery {
    display: flex;
    gap: 8px;
    align-items: center;
}

.minicart__delivery img {
    width: 48px;
    height: 48px;
}

.minicart__delivery p {
    margin: 0;
}

.minicart__delivery p.text-1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: left;
    color: var(--Primary-2, #2A3757);
}
.minicart__delivery p.text-2  {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: -0.5px;
    text-align: left;
    color: var(--Grey2, #8F939F);
    margin-top: 2px;
}

.header__controls .minicart__total a {
    display: block;
}



/* ==== castom.css ==== */
.showroom .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    width: max-content;
    border-radius: 4px;
    background: #2A3757;
    padding: 16px 40px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 32px;
}
@media (max-width: 768px) {
    .showroom .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
        font-size: 2.6042vw;
        letter-spacing: .2083vw;
        border-radius: .5208vw;
        padding: 2.0833vw 5.2083vw;
        margin-top: 4.1667vw;
    }
}
.showroom .ya-share2 > .ya-share2__container > ul > li > a .ya-share2__badge {
    display: none;
}
.showroom .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
    color: #FFF;
    margin: 0;
    line-height: normal;
}
.showroom .ya-share2__container .ya-share2__item {
    font-family: 'Museo Sans Cyrl', sans-serif;
}

.showroom .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
    top: 32px;
    right: -290px;
    border-radius: 0 16px 16px 16px;
}
@media (max-width: 768px) {
    .showroom .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
        top: 4.1667vw;
        right: -37.7604vw;
        border-radius: 0 2.0833vw 2.0833vw 2.0833vw;
    }
}


/* ==== catalog-overrides.css ==== */

.header__controls .callback {
    display: none;
}
.header_left {
    margin-left: 0;
    margin-right: auto;
}
.header_left .callback {
    color: var(--grey3);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.digi-favorite {
    position: absolute;
    width: 26px;
    height: 26px;
    z-index: 1;
    right: 20px;
    top: 60px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='65px' height='65px' viewBox='0 0 65 65' xml:space='preserve'%3e%3cpath fill='none' stroke='%238F939F' stroke-width='3.5' stroke-miterlimit='10' d='M32.583,14.917 C18.427-2.011-1.273,15.61,5.657,31.053s26.926,25.936,26.926,25.936S52.976,43.13,59.113,32.5 C65.295,21.793,53.767-3.396,32.583,14.917z'/%3e%3c/svg%3e") 50% 50% no-repeat;
    background-size: 26px;
    border: 0;
}

.catalog .product {
    position: relative;
}
.digi-favorite.digi-added-favorite, .digi-favorite:hover {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='65px' height='65px' viewBox='0 0 65 65' xml:space='preserve'%3e%3cpath fill='%238F939F' stroke='%238F939F' stroke-width='3.5' stroke-miterlimit='10' d='M32.583,14.917 C18.427-2.011-1.273,15.61,5.657,31.053s26.926,25.936,26.926,25.936S52.976,43.13,59.113,32.5 C65.295,21.793,53.767-3.396,32.583,14.917z'/%3e%3c/svg%3e") 0 0 no-repeat;
    background-size: 26px;
}
.copy-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background:var(--primary2);
    color: white;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.copy-message.show {
    opacity: 1;
    transform: translateY(0);
}
.getFastView {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -90px;
    top: 30%;
    align-content: center;
    justify-content: center;
    background: #000;
    color: var(--white);
    padding: 20px;
    cursor: pointer;
    display: none;
}
.product:hover .getFastView {
    display: block;
}
.product .product-card__character--compare:before{
        /* left: auto;
        top: -1px;
        right: 35px;
        z-index: 1;
        height: 18px;
        width: 18px; */
        left: auto;
        top: 1px;
        right: 35px;
        z-index: 1;
}
.product .product-card__character--compare {
    z-index: 1;
}
.catalog .card-item-rating {
    position: absolute;
    margin-top: 5px;
    z-index: 1;
}

.catalog .card-item-rating img{
    width: 17px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit:cover';
    height: 22px;
    margin-left: 6px;
    margin-top: 1px;
}
.catalog .card-item-rating span{
    margin-top: 0px;
    position: absolute;
}
.catalog .card-item-rating img.countrev{
    margin-left: 16px;
}
.catalog .card-item-rating span.countrev{
    margin-left: 6px;
}
@media (max-width: 1150px) {
.header_left,.product-card__character--bottom span {
    display: none;
}
}
@media (max-width: 768px) {
    .productcard__actions {
        flex-wrap: wrap;
    }
    #basket-added .form {
        width: 100%;
        max-width: 95%;
        position: fixed;
        height: auto;
        top: 50%;
        background: #fff;
        left: 10px;
        margin-left: 0;
        margin-top: -150px;
        z-index: 30000;
        overflow: hidden;
        padding: 20px;
    }
.form .top img {
    width: 70px;
    height: fit-content;
    max-height: 70px;
}
.form .tovartitle {
    font-size: 13px;
    line-height: 14px;
}
#basket-added .title {
    font-size: 19px;
}
.form .flex.bot {
    gap: 10px;
    flex-wrap: wrap;
}
.copy-message {
    top: 30px;
    right: 10px;
    padding: 6px 12px;
    font-size: 14px;
}
.getFastView {
    left: 0;
    margin-left: 0;
    width: 100%;
    top: 30%;
    text-align: center;
    align-content: center;
    justify-content: center;
    padding: 10px;
}
#fastview .productcard__img {
    height: 77.60vw;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
#fastview .swiper {
    width: 100%;
}
#fastview .swiper-wrapper {
    width: fit-content;
    margin: auto;

}
.product .product-card__character--compare:before {
    left: auto;
    top: 0px;
    right: 35px;
    z-index: 1;
    height: 16px;
    width: 16px;
}
.product .digi-favorite {
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 1;
    right: 5px;
    top: auto;
    margin-top: 0;
    background-size: 18px;
    background-position: center;
}
.product .digi-favorite.digi-added-favorite,
.product .digi-favorite:hover {
    background-position: center;
}
.product .product-card__character--compare {
    margin-top: 2px;
}
.catalog .card-item-rating img {
    height: 17px;
}
.catalog .card-item-rating span {
        margin-top: 3px;
        position: absolute;
        margin-left: -3px;
        font-family: Museo Sans Cyrl;
        font-weight: 400;
        font-size: 13px;
        line-height: 110%;
        color: #8F939F;
    }
.catalog .card-item-rating img {
    margin-left: 0;
}
.catalog .card-item-rating span.countrev {
    margin-left: 1px;
}
.catalog .card-item-rating img.countrev {
    margin-left: 5px;
}
.catalog .card-item-rating, .product .digi-favorite {
    margin-top: 0;
}
.productcard__baza.productcard__color, .productcard__baza.productcard__base {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0px;
}
.product:hover .getFastView {
    display: none !important;
}
.productcard button.productcard__button-secondary {
    height: 50px;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 8%;
    text-align: center;
}
p {
        font-size: 13px;
        line-height: 15px;
}
}









#compare-added {
    display: none;
    text-align: center;
}

#compare-added .title{

    font-family: 'Museo Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;

    color: #1F283D;
}
#compare-added .tovartitle{


    font-family: 'Museo Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
margin: 30px 0 20px;
    color: #1F283D;
}
#compare-added .go-to-compare{
width: 372px;
    height: 60px;
    background: #2A3757;
    font-family: 'Museo Sans Cyrl';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 55px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
}

#compare-added .bg-color {
    display: block;
}

#compare-added .form {
    width: 604px;
    max-width: 100%;
    position: fixed;
    height: auto;
    top: 50%;
    background: #fff;
    left: 50%;
    margin-left: -302px;
    margin-top: -150px;
    z-index: 30000;
    overflow: hidden;
    padding: 32px 54px;
}

#compare-added .top {
    margin-bottom: 30px;
}

#compare-added button.productcard__button-secondary {
    margin: 0;
}


