@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fancybox-start {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fancybox-start {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fancybox-end {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes fancybox-end {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@-webkit-keyframes fancybox-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    0% {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomInUp {
    0% {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.icon {
    display: inline-block;
    height: 1em;
    fill: currentColor
}

.icon,
.icon-a,
.icon-v {
    width: 1em
}

@font-face {
    font-family: Jost;
    font-display: swap;
    src: url(../fonts/Jost-Light.woff2) format("woff2"), url(../fonts/Jost-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Jost;
    font-display: swap;
    src: url(../fonts/Jost-Medium.woff2) format("woff2"), url(../fonts/Jost-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Jost;
    font-display: swap;
    src: url(../fonts/Jost-Regular.woff2) format("woff2"), url(../fonts/Jost-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus,
a:active,
a:focus {
    outline: 0
}

html.loading * {
    -webkit-transition: none !important;
    transition: none !important
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: #787878;
    line-height: 1.4444444444;
    font-family: Jost, sans-serif;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

button,
input,
textarea {
    font-family: Jost, sans-serif;
    font-size: inherit
}

button {
    cursor: pointer;
    background-color: inherit
}

a,
button {
    color: inherit
}

a:hover,
a:link,
a:visited {
    text-decoration: none
}

ul li {
    list-style: none
}

img,
source {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0
}

picture {
    display: block
}

.container {
    padding: 0 .5555555556rem;
    max-width: 100%
}

@media only screen and (max-width:991px) {
    .container {
        padding: 0 20px
    }
}

@media only screen and (max-width:768px) {
    .container {
        padding: 0 16px
    }
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 1.1111111111rem 3.8888888889rem
}

@media only screen and (max-width:1600px) {
    .header__row {
        padding: 1.1111111111rem
    }
}

@media only screen and (max-width:991px) {
    .header__row {
        padding: 1.1111111111rem 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.3333333333rem;
    flex: 0 0 23.3333333333rem;
    padding-top: .2777777778rem
}

@media only screen and (max-width:1600px) {
    .header__links {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333rem;
        flex: 0 0 20.8333333333rem
    }
}

@media only screen and (max-width:991px) {
    .header__links {
        display: none
    }
}

.header__links_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__links li {
    margin-right: 2.2222222222rem
}

@media only screen and (max-width:1600px) {
    .header__links li {
        margin-right: 1.3888888889rem
    }
}

.header__links li:nth-last-child(1) {
    margin-right: 0
}

.header__links a {
    color: #000;
    font-size: .7777777778rem;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.footer__info a:hover,
.footer__links a:hover,
.header__links a:hover {
    color: #787878
}

.header__logo {
    display: block
}

.header__logo svg {
    display: block;
    width: 7.4444444444rem;
    height: 2.2222222222rem;
    fill: #000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media only screen and (max-width:550px) {
    .header__logo svg {
        width: 6.7676767677rem;
        height: 2.0202020202rem
    }
}

.header__logo svg:hover {
    fill: #787878
}

@media only screen and (max-width:991px) {
    .header__logo svg:nth-child(1) {
        display: none
    }
}

.breadcrumbs-product li:nth-last-child(1)::before,
.header__logo svg:nth-last-child(1) {
    display: none
}

@media only screen and (max-width:991px) {
    .header__logo svg:nth-last-child(1) {
        display: block
    }
}

.header__hamburger {
    display: none
}

@media only screen and (max-width:991px) {
    .header__hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.hamburger {
    height: 1.0555555556rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    width: 2.2222222222rem
}

.hamburger::after,
.hamburger::before {
    content: "";
    display: block
}

.hamburger span,
.hamburger::after,
.hamburger::before {
    width: 100%;
    height: 2px;
    background: #000
}

.hamburger span {
    position: relative
}

.hamburger span::before {
    content: "";
    position: absolute;
    height: 2px;
    width: .4444444444rem;
    right: 1.1111111111rem;
    -webkit-transition: .3s;
    transition: .3s
}

.mobile-menu {
    position: fixed;
    overflow: auto;
    z-index: 1001;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 25rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mobile-menu__top {
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    padding: .5555555556rem 0;
    position: relative
}

.mobile-menu__top-title {
    font-size: .8888888889rem;
    color: #000;
    text-transform: uppercase
}

.mobile-menu__close {
    width: 1.1111111111rem;
    height: 1.1111111111rem;
    position: absolute;
    right: .8333333333rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobile-menu__close::after,
.mobile-menu__close::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    top: .5rem;
    position: absolute
}

.mobile-menu__close::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-menu__close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu__list {
    color: #000;
    font-size: .7777777778rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: .8333333333rem
}

.mobile-menu__list li {
    border-bottom: 1px solid #e2e2e2;
    padding: 1.2777777778rem .5555555556rem
}

.mobile-menu__list li:nth-last-child(1) {
    border-bottom-width: 0
}

.footer {
    background: #f6f6f8;
    padding: 4.4444444444rem 3.8888888889rem
}

@media only screen and (max-width:1600px) {
    .footer {
        padding: 4.4444444444rem 1.1111111111rem
    }
}

@media only screen and (max-width:991px) {
    .footer {
        padding: 2.2222222222rem 0
    }
}

.footer__logo {
    display: block
}

.footer__logo svg {
    display: block;
    width: 7.4444444444rem;
    height: 2.2222222222rem;
    fill: #000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.footer__logo svg:hover,
.form-footer__btn svg:hover {
    fill: #787878
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.2222222222rem
}

@media only screen and (max-width:768px) {
    .footer__row {
        display: block
    }
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.2222222222rem;
    flex: 0 0 22.2222222222rem;
    max-width: 22.2222222222rem
}

@media only screen and (max-width:991px) {
    .footer__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17.7777777778rem;
        flex: 0 0 17.7777777778rem;
        max-width: 17.7777777778rem
    }
}

@media only screen and (max-width:768px) {
    .footer__left {
        max-width: 22.2222222222rem
    }
}

.footer__links li {
    line-height: 1.1;
    margin-bottom: .9444444444rem
}

.footer__contacts-item:nth-last-child(1),
.footer__links li:nth-last-child(1) {
    margin-bottom: 0
}

.footer__links a {
    font-size: .7777777778rem;
    text-transform: uppercase
}

.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 50.3888888889rem;
    padding-left: 5.5555555556rem
}

@media only screen and (max-width:1320px) {
    .footer__right {
        max-width: 39.2777777778rem
    }
}

@media only screen and (max-width:991px) {
    .footer__right {
        max-width: 33.3333333333rem
    }
}

@media only screen and (max-width:810px) {
    .footer__right {
        padding-left: 3.8888888889rem
    }
}

@media only screen and (max-width:768px) {
    .footer__right {
        padding-left: 0;
        margin-top: 2.2222222222rem;
        max-width: 100%;
        display: block
    }
}

.footer__form {
    min-width: 17.1666666667rem
}

@media only screen and (max-width:991px) {
    .footer__form {
        min-width: 13.8888888889rem
    }
}

.footer__info {
    font-size: .7777777778rem;
    color: rgba(120, 120, 120, .7);
    text-transform: uppercase
}

.footer__info_dev {
    margin-top: 2.5555555556rem
}

@media only screen and (max-width:768px) {
    .footer__info_dev {
        margin-bottom: .8888888889rem;
        margin-top: 0
    }
}

.footer__info a,
.footer__links a {
    color: #000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media only screen and (max-width:768px) {
    .footer__contacts {
        margin-top: 1.6666666667rem
    }
}

.footer__contacts-group {
    margin-bottom: 2.5rem
}

@media only screen and (max-width:768px) {
    .footer__contacts-group {
        margin-bottom: 1.3888888889rem
    }
}

.footer__contacts-item {
    margin-bottom: .7222222222rem
}

.footer__contacts-link {
    color: #000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.footer__contacts-link:hover {
    color: #787878
}

.form-footer__title {
    font-size: .7777777778rem;
    color: #000;
    text-transform: uppercase;
    margin-bottom: .7222222222rem
}

.form-footer__container {
    position: relative
}

.form-footer__container input {
    padding-right: 1.9444444444rem
}

.form-footer__btn,
.overlay {
    position: absolute;
    top: 0;
    right: 0
}

.form-footer__btn svg {
    width: 1.7222222222rem;
    height: .6111111111rem;
    fill: #000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.overlay {
    z-index: 1000;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden
}

.field {
    position: relative
}

.field__placeholder {
    font-size: .7777777778rem;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    pointer-events: none
}

.field__placeholder_input {
    top: .1111111111rem
}

.field__placeholder_black {
    color: rgba(120, 120, 120, .7)
}

.field__placeholder_white {
    color: rgba(255, 255, 255, .7)
}

.field__item {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    padding-bottom: .3333333333rem;
    font-size: .7777777778rem;
    text-transform: uppercase;
    padding-top: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    outline: 0 !important
}

.field__item_black {
    border-bottom: 1px solid #000;
    color: #000
}

.field__item_black::-webkit-input-placeholder {
    color: rgba(120, 120, 120, .7)
}

.field__item_black::-moz-placeholder {
    color: rgba(120, 120, 120, .7)
}

.field__item_black:-ms-input-placeholder {
    color: rgba(120, 120, 120, .7)
}

.field__item_black::-ms-input-placeholder {
    color: rgba(120, 120, 120, .7)
}

.field__item_black::placeholder {
    color: rgba(120, 120, 120, .7)
}

.field__item_white {
    border-bottom: 1px solid #fff;
    color: #fff
}

.field__item_white::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.field__item_white::-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.field__item_white:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.field__item_white::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.field__item_white::placeholder {
    color: rgba(255, 255, 255, .7)
}

.field__item_error {
    border-bottom-color: red !important
}

.field__item_textarea {
    resize: none;
    height: 5.5555555556rem;
    vertical-align: top
}

.title {
    line-height: 1.1;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.title_sizeBig {
    font-size: 2.2222222222rem;
    font-weight: 500
}

.title_sizeBig span {
    font-weight: 400
}

.title_sizeMedium {
    font-size: 1.7777777778rem;
    font-weight: 400
}

.title_sizeMedium span {
    font-weight: 500
}

.title_colorBlack {
    color: #000
}

.title_colorWhite {
    color: #fff
}

.btn,
.btn span {
    position: relative
}

.btn {
    padding: .7777777778rem 4.2777777778rem;
    letter-spacing: .04em;
    font-size: .7777777778rem;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 55.5555555556rem;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (max-width:550px) {
    .btn {
        padding: .9444444444rem 4.2777777778rem
    }
}

.btn::after,
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 55.5555555556rem
}

.btn::after {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width:991px) {
    .btn:hover::after {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }
}

.btn:active::after {
    opacity: .7
}

.btn_border {
    color: #000
}

.btn_border::before {
    border: 1px solid #000
}

.btn_border::after,
.btn_border::before {
    bottom: .0555555556rem
}

@media only screen and (min-width:991px) {
    .btn_border::after {
        background: #000
    }

    .btn_border:hover {
        color: #fff
    }
}

.btn_black {
    color: #fff
}

.btn_black::before {
    background: #000
}

.btn_black::after {
    background: #454545
}

.breadcrumbs-product a:hover,
.btn_white {
    color: #000
}

.btn_white::before {
    background: #fff
}

.btn_white::after {
    background: #e7e7e7
}

.btn span {
    z-index: 1
}

.product-tile {
    display: block;
    height: 100%;
    width: 100%;
    background: #f6f6f8;
    text-align: center;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 0 1.1111111111rem 1.6666666667rem
}

.product-tile:hover {
    background: #f2f2f2
}

.product-tile:hover .product-tile__img {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.product-tile__img {
    display: block;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    max-width: 16.7777777778rem;
    margin-left: auto;
    margin-right: auto;
    mix-blend-mode: multiply;
}

@media only screen and (max-width:550px) {
    .product-tile__img {
        max-width: 11.1111111111rem
    }
}

.product-tile__img::before {
    content: "";
    display: block;
    padding-top: 100%
}

.product-tile__img img,
.product-tile__img source {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product-tile__price,
.product-tile__title {
    display: block;
    letter-spacing: -.01em;
    line-height: 1.1
}

.product-tile__title {
    font-size: 1.2222222222rem;
    color: #000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: 1.8888888889rem
}

.product-tile__title:hover {
    color: #787878
}

.product-tile__price {
    font-weight: 300;
    color: #454545;
    margin-top: .5555555556rem
}

.home-main {
    padding-bottom: 5.8333333333rem;
    overflow: hidden
}

@media only screen and (max-width:675px) {
    .home-main__accordion {
        margin: 0 -16px
    }
}

.home-main__content {
    text-align: center;
    margin-top: 1.7777777778rem
}

.home-main__title {
    display: inline-block;
    position: relative
}

.home-main__title-icon,
.home-main__title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-main__title-icon {
    width: 1.2777777778rem;
    height: 1.2777777778rem;
    border: 1px solid #000;
    fill: #000;
    border-radius: 100%;
    margin-left: .8333333333rem;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.home-main__title-icon:hover {
    background: #000
}

.home-main__title-icon:hover svg {
    fill: #fff
}

.home-main__title-icon svg {
    width: 1rem;
    height: 1rem;
    fill: #000
}

.home-main__title-info {
    position: absolute;
    background: #fff;
    font-size: 1rem;
    text-align: left;
    padding: .8333333333rem;
    color: #000;
    -webkit-box-shadow: 1px 3px 23px 0 rgba(162, 162, 162, .22);
    box-shadow: 1px 3px 23px 0 rgba(162, 162, 162, .22);
    right: 0;
    top: 2.2222222222rem;
    z-index: 2;
    display: none
}

.home-main__descr {
    margin: .4444444444rem auto 1.3333333333rem;
    max-width: 46.8333333333rem
}

.accordion-home-main__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.2222222222rem
}

@media only screen and (max-width:675px) {
    .accordion-home-main__row {
        display: block
    }
}

.accordion-home-main__col {
    padding: 0 .2222222222rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 18%;
    max-width: 19%;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media only screen and (max-width:991px) {
    .accordion-home-main__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: .2222222222rem;
    }

    .accordion-home-main__row {
        flex-wrap: wrap
    }
}

@media only screen and (max-width:675px) {
    .accordion-home-main__col {
        max-width: 100%;
        padding: 0;
    }
}

@media only screen and (min-width:991px) {
    .accordion-home-main__col_active {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 46% !important;
        max-width: 46% !important;
    }

    .accordion-home-main__col_active .accordion-home-main__item-img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .accordion-home-main__col_active .accordion-home-main__item-content {
        opacity: 1
    }
}

.accordion-home-main__item {
    display: block;
    overflow: hidden;
    position: relative
}

.accordion-home-main__item-img {
    height: 36.6666666667rem;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    background-position: center top;
    background-size: cover;
    background: #666;
}

@media only screen and (max-width:991px) {
    .accordion-home-main__item-img {
        height: 22.5rem;
    }
}

@media only screen and (max-width:675px) {
    .accordion-home-main__item-img {
        height: 13.8888888889rem
    }

    .accordion-home-main__item-img::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .2)
    }
}

@media only screen and (max-width:991px) {
    .accordion-home-main__item-img picture {
        height: 100%
    }
}

@media only screen and (max-width:675px) {
    .accordion-home-main__item-img picture {
        height: auto
    }
}

.accordion-home-main__item-img img,
.accordion-home-main__item-img source {
    width: 52.5555555556rem
}

@media only screen and (max-width:1500px) {

    .accordion-home-main__item-img img,
    .accordion-home-main__item-img source {
        width: 47.2222222222rem
    }
}

@media only screen and (max-width:991px) {

    .accordion-home-main__item-img img,
    .accordion-home-main__item-img source {
        width: auto;
        height: 100%
    }
}

@media only screen and (max-width:675px) {

    .accordion-home-main__item-img img,
    .accordion-home-main__item-img source {
        height: auto;
        width: 100%
    }
}

.accordion-home-main__item-img_left {
    background-image: url(../images/home/main/1.png)
}

.accordion-home-main__item-img_right {
    background-image: url(../images/home/main/3.png)
}

.accordion-home-main__item-img_center {
    background-image: url(../images/home/main/2.png)
}

.accordion-home-main__item-content {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    opacity: 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: 1;
    text-align: center
}

@media only screen and (max-width:991px) {
    .accordion-home-main__item-content {
        opacity: 1
    }
}

.accordion-home-main__item-title {
    font-size: 1.7777777778rem;
    letter-spacing: -.01em;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: .3333333333rem
}

.accordion-home-main__item-link {
    font-size: .7777777778rem;
    letter-spacing: .04em;
    color: #fff;
    text-transform: uppercase
}

.brand-history {
    padding-top: 6.5555555556rem;
    padding-bottom: 6.9444444444rem
}

@media only screen and (max-width:991px) {
    .brand-history {
        padding-top: 3.3333333333rem;
        padding-bottom: 3.3333333333rem
    }
}

.brand-history picture {
    width: 100%
}

.brand-history picture img,
.brand-history picture source {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.brand-history__bottom {
    margin-top: 8.6666666667rem
}

@media only screen and (max-width:991px) {
    .brand-history__bottom {
        margin-top: 2.2222222222rem
    }
}

.top-brand-history__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:991px) {
    .top-brand-history__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.top-brand-history__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.5555555556rem;
    flex: 0 0 52.5555555556rem
}

@media only screen and (max-width:1600px) {
    .top-brand-history__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%
    }
}

@media only screen and (max-width:991px) {
    .top-brand-history__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.top-brand-history__right {
    padding-left: 9.2222222222rem
}

@media only screen and (max-width:1600px) {
    .top-brand-history__right {
        padding-left: 3.8888888889rem
    }
}

@media only screen and (max-width:991px) {
    .top-brand-history__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 2.2222222222rem;
        padding-left: 0
    }
}

.top-brand-history__descr {
    max-width: 26.0555555556rem;
    margin-top: 2.2222222222rem
}

@media only screen and (max-width:991px) {
    .top-brand-history__descr {
        max-width: 100%;
        margin-top: 1.6666666667rem
    }
}

.bottom-brand-history__descr p:not(:nth-last-child(1)),
.top-brand-history__descr p:not(:nth-last-child(1)) {
    margin-bottom: 1.5555555556rem
}

.bottom-brand-history {
    padding-left: 17.6666666667rem
}

@media only screen and (max-width:1600px) {
    .bottom-brand-history {
        padding-left: 3.8888888889rem
    }
}

@media only screen and (max-width:991px) {
    .bottom-brand-history {
        padding-left: 0
    }
}

.bottom-brand-history__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:991px) {
    .bottom-brand-history__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.bottom-brand-history__descr {
    max-width: 26.0555555556rem
}

@media only screen and (max-width:991px) {
    .bottom-brand-history__descr {
        max-width: 100%
    }
}

.bottom-brand-history__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.7777777778rem;
    flex: 0 0 43.7777777778rem;
    max-width: 43.7777777778rem
}

@media only screen and (max-width:1600px) {
    .bottom-brand-history__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 36.1111111111rem;
        flex: 0 0 36.1111111111rem;
        max-width: 36.1111111111rem
    }
}

@media only screen and (max-width:1200px) {
    .bottom-brand-history__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25rem;
        flex: 0 0 25rem;
        max-width: 25rem
    }
}

@media only screen and (max-width:991px) {
    .bottom-brand-history__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 2.2222222222rem
    }
}

.bottom-brand-history__group-images {
    margin-left: auto
}

.group-images-bottom-brand-history {
    position: relative
}

.group-images-bottom-brand-history__logo-rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
    position: absolute;
    z-index: 1;
    left: -5.6rem;
    top: -5.6rem;
}

@media only screen and (max-width:1200px) {
    .group-images-bottom-brand-history__logo-rotate {
        top: -3.8888888889rem;
        left: -3.8888888889rem
    }
}

@media only screen and (max-width:991px) {
    .group-images-bottom-brand-history__logo-rotate {
        display: none
    }
}

.group-images-bottom-brand-history__logo-rotate img {
    width: 11.2rem;
}

@media only screen and (max-width:1200px) {
    .group-images-bottom-brand-history__logo-rotate img {
        width: 10rem
    }
}

@media only screen and (max-width:991px) {
    .group-images-bottom-brand-history__logo-rotate img {
        width: 7.7777777778rem
    }
}

.group-images-bottom-brand-history__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.2222222222rem
}

.group-images-bottom-brand-history__left {
    padding: 0 .2222222222rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59.9246231156%;
    flex: 0 0 59.9246231156%
}

.group-images-bottom-brand-history__right {
    padding: 0 .2222222222rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.group-images-bottom-brand-history__right picture {
    height: 100%
}

.group-images-bottom-brand-history__right img,
.group-images-bottom-brand-history__right source {
    width: auto;
    height: 100%
}

.slider-products {
    overflow: hidden
}

.slider-products__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 70.2222222222rem;
    margin: 0 auto 2rem
}

@media only screen and (max-width:550px) {
    .slider-products__panel {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.slider-products__nav {
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    border-radius: 100%;
    border: 1px solid #525252;
    opacity: .3;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

@media only screen and (max-width:550px) {
    .slider-products__nav {
        display: none
    }
}

.slider-products__nav:hover {
    opacity: 1
}

.slider-products__nav_next {
    margin-left: 1.1111111111rem
}

.slider-products__nav_prev {
    margin-right: 1.1111111111rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-products__nav svg {
    width: .3888888889rem;
    height: .6666666667rem;
    fill: none;
    stroke-width: 2px;
    stroke: #525252
}

.slider-products__swiper {
    margin: 0 -.2222222222rem
}

.slider-products__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 .2222222222rem;
    height: auto !important
}

@media only screen and (max-width:991px) {
    .slider-products__slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.2222222222rem;
        flex: 0 0 22.2222222222rem;
        max-width: 22.2222222222rem
    }
}

@media only screen and (max-width:550px) {
    .slider-products__slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667rem;
        flex: 0 0 16.6666666667rem;
        max-width: 16.6666666667rem
    }
}

.inline-form {
    background: #141120;
    padding-left: 17.1111111111rem;
    position: relative;
    overflow: hidden;
    padding-top: 2.2222222222rem;
    padding-bottom: 4.4444444444rem;
    margin-top: 3.3333333333rem;
    margin-bottom: 2.2222222222rem
}

@media only screen and (max-width:1600px) {
    .inline-form {
        padding-left: 3.8888888889rem
    }
}

@media only screen and (max-width:991px) {
    .inline-form {
        padding-left: 0;
        padding-bottom: 3.3333333333rem
    }
}

.inline-form__bg {
    background-image: url(../images/home/inline-form/bg.png);
    background-position: right top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:1400px) {
    .inline-form__bg {
        right: -11.1111111111rem
    }
}

@media only screen and (max-width:1150px) {
    .inline-form__bg {
        right: -16.6666666667rem
    }
}

@media only screen and (max-width:550px) {
    .inline-form__bg {
        right: -22.2222222222rem
    }
}

.inline-form__row {
    max-width: 26.1111111111rem;
    position: relative
}

@media only screen and (max-width:550px) {
    .inline-form__row {
        max-width: 19.4444444444rem
    }
}

.inline-form__subtitle {
    font-size: .7777777778rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 14.0555555556rem
}

@media only screen and (max-width:991px) {
    .inline-form__subtitle {
        margin-bottom: 5.5555555556rem
    }
}

.inline-form__form {
    margin-top: 2.1111111111rem
}

.inline-form__field:nth-child(1),
.inline-form__field:nth-child(2) {
    margin-bottom: 1.3333333333rem
}

.inline-form__btn {
    margin-top: 2.7777777778rem
}

.product {
    padding-top: .5555555556rem;
    padding-bottom: 8.8888888889rem
}

@media only screen and (max-width:991px) {
    .product {
        padding-bottom: 3.3333333333rem
    }
}

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

@media only screen and (max-width:991px) {
    .product__row {
        display: block
    }
}

.product__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.7222222222rem;
    flex: 0 0 43.7222222222rem;
    max-width: 43.7222222222rem;
    background: #f6f6f8
}

@media only screen and (max-width:1600px) {
    .product__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333rem;
        flex: 0 0 33.3333333333rem;
        max-width: 33.3333333333rem
    }
}

@media only screen and (max-width:991px) {
    .product__left {
        max-width: 100%
    }
}

.product__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 52.9444444444rem;
    padding-top: 9rem;
    padding-left: 9.3333333333rem
}

@media only screen and (max-width:1600px) {
    .product__right {
        padding-left: 3.8888888889rem;
        padding-right: 2.2222222222rem;
        padding-top: 3.8888888889rem
    }
}

@media only screen and (max-width:1260px) {
    .product__right {
        padding-top: 1.1111111111rem
    }
}

@media only screen and (max-width:991px) {
    .product__right {
        padding-left: 0;
        padding-top: 2.2222222222rem
    }
}

.product__breadcrumbs {
    margin-bottom: 2.2222222222rem
}

@media only screen and (max-width:991px) {
    .product__breadcrumbs {
        margin-bottom: 1.1111111111rem
    }
}

.product__material {
    color: rgba(120, 120, 120, .6);
    font-size: .7777777778rem;
    letter-spacing: -.01em;
    margin-top: .4444444444rem
}

.product__price {
    font-size: 1.3333333333rem;
    letter-spacing: -.01em;
    color: #000;
    font-weight: 500;
    margin-top: 1.3333333333rem
}

.product__delimeter {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    margin-top: 1.3333333333rem
}

.product__tabs {
    margin-top: 3.3333333333rem
}

@media only screen and (max-width:991px) {
    .product__tabs {
        margin-top: 2.2222222222rem
    }
}

.product__btn {
    margin-top: 2.2222222222rem
}

.gallery-product {
    padding: 10rem 1.1111111111rem 3.3333333333rem
}

@media only screen and (max-width:1600px) {
    .gallery-product {
        padding-top: 3.8888888889rem
    }
}

@media only screen and (max-width:991px) {
    .gallery-product {
        padding-top: 1.1111111111rem;
        padding-bottom: 1.6666666667rem
    }
}

.gallery-product__current-img {
    width: 28.8888888889rem;
    height: 28.8888888889rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    mix-blend-mode: multiply;
}

@media only screen and (max-width:991px) {
    .gallery-product__current-img {
        width: 22.2222222222rem;
        height: 22.2222222222rem
    }
}

@media only screen and (max-width:450px) {
    .gallery-product__current-img {
        width: 17.7777777778rem;
        height: 17.7777777778rem
    }
}

.gallery-product__current-img::before {
    content: "";
    display: block;
    padding-top: 100%
}

.gallery-product__current-img img,
.miniatures-gallery-product__item img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.miniatures-gallery-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.miniatures-gallery-product__item {
    width: 4.4444444444rem;
    height: 4.4444444444rem;
    margin: .5555555556rem;
    cursor: pointer;
    background: rgba(0, 0, 0, .03);
    position: relative
}

.miniatures-gallery-product__item::before {
    content: "";
    opacity: 0;
    width: 0;
    height: 1px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background: #000;
    position: absolute;
    bottom: 0
}

.miniatures-gallery-product__item:hover::before,
.miniatures-gallery-product__item_active::before,
.tabs-product__panel-item.tab-active::before,
.tabs-product__panel-item:hover::before {
    opacity: 1;
    width: 100%
}

.breadcrumbs-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(120, 120, 120, .6);
    font-size: .7777777778rem;
    letter-spacing: -.01em
}

.breadcrumbs-product li {
    position: relative;
    padding-right: .8888888889rem
}

.breadcrumbs-product li:nth-last-child(1) {
    padding-right: 0
}

.breadcrumbs-product li::before {
    content: "";
    width: .1666666667rem;
    height: .1666666667rem;
    border-radius: 100%;
    background: rgba(120, 120, 120, .6);
    position: absolute;
    right: .3333333333rem;
    top: 50%;
    margin-top: .0555555556rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumbs-product a,
.info-bottom-contacts__group-item a {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.tabs-product__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.7777777778rem
}

.tabs-product__panel-item {
    margin-right: 2.2222222222rem;
    color: rgba(120, 120, 120, .6);
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    font-size: 1rem;
    position: relative
}

.tabs-product__panel-item::before {
    content: "";
    opacity: 0;
    width: 0;
    height: 1px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    background: #000;
    position: absolute;
    bottom: 0
}

.tabs-product__panel-item.tab-active,
.tabs-product__panel-item:hover {
    color: #000
}

.tabs-product__panel-item:nth-last-child(1) {
    margin-right: 0
}

.tabs-product__tab p:not(:nth-last-child(1)) {
    margin-bottom: 1.1111111111rem
}

.product-similar {
    padding-bottom: 3.8888888889rem
}

@media only screen and (max-width:991px) {
    .product-similar {
        padding-bottom: 2.2222222222rem
    }
}

.catalog {
    padding-top: 3.3333333333rem;
    padding-bottom: 8.8888888889rem
}

@media only screen and (max-width:991px) {
    .catalog {
        padding: 2.2222222222rem 0
    }
}

.catalog__panel {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 1.1111111111rem
}

.panel-catalog {
    padding-bottom: .7777777778rem;
    text-align: center
}

.panel-catalog__descr {
    max-width: 34.8888888889rem;
    margin: .8888888889rem auto 0
}

.panel-catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3.8888888889rem;
    margin-top: 3.3333333333rem
}

@media only screen and (max-width:1600px) {
    .panel-catalog__row {
        padding: 0 1.1111111111rem
    }
}

@media only screen and (max-width:1400px) {
    .panel-catalog__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (max-width:991px) {
    .panel-catalog__row {
        padding: 0;
        margin-top: 1.6666666667rem
    }
}

@media only screen and (max-width: 991px) {
    .panel-catalog__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.panel-catalog__count {
    font-size: .8888888889rem;
    flex: 0 0 7.5rem;
    text-align: left
}

.sort__wrap {
    flex: 0 0 7.5rem;
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .panel-catalog__count {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}


.panel-catalog__filter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1400px) {
    .panel-catalog__filter-row {
        display: block;
        margin-top: -.1111111111rem
    }
}

@media only screen and (max-width:991px) {
    .panel-catalog__filter-row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.panel-catalog__filter {
    margin: 0 1.1111111111rem
}

@media only screen and (max-width: 1400px) {
    .panel-catalog__filter {
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }


}

@media only screen and (max-width: 991px) {
    .panel-catalog__filter {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.panel-catalog__sort {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.1111111111rem;
    flex: 0 0 11.1111111111rem;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .panel-catalog__sort {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

.filter-panel-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:600px) {
    .filter-panel-catalog__title {
        margin-right: .2777777778rem
    }
}

.filter-panel-catalog__item {
    margin: 0 0.75rem;
    cursor: pointer
}

@media only screen and (max-width:600px) {
    .filter-panel-catalog__item {
        margin: 0 .2777777778rem
    }
}

.filter-panel-catalog__item input {
    display: none
}

.filter-panel-catalog__item input:checked+.filter-panel-catalog__item-content .filter-panel-catalog__item-checkbox span::before {
    opacity: 1
}

.filter-panel-catalog__item input:checked+.filter-panel-catalog__item-content .filter-panel-catalog__item-text {
    color: #fff
}

.filter-panel-catalog__item input:checked+.filter-panel-catalog__item-content .filter-panel-catalog__item-text::before {
    opacity: 1;
    color: #000
}

.filter-panel-catalog__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-panel-catalog__item-checkbox {
    margin-right: .4444444444rem
}

.filter-panel-catalog__item-checkbox span {
    width: .8888888889rem;
    height: .8888888889rem;
    border: 1px solid #000;
    display: block;
    position: relative
}

.filter-panel-catalog__item-checkbox span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../images/catalog/checked.svg);
    background-position: center center;
    background-size: .7777777778rem .6666666667rem;
    width: .7777777778rem;
    height: .6666666667rem;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.filter-panel-catalog__item-text,
.sort-panel-catalog {
    font-size: .8888888889rem;
    color: #000;
    position: relative
}

.filter-panel-catalog__item-text {
    white-space: nowrap
}

.filter-panel-catalog__item-text::before {
    content: attr(data-content);
    position: absolute;
    font-weight: 500;
    opacity: 0
}

.sort-panel-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sort-panel-catalog__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.sort-panel-catalog__current svg {
    margin-left: .4444444444rem;
    width: .5555555556rem;
    height: .5555555556rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    fill: none;
    stroke: #000;
    stroke-width: 2px
}

.sort-panel-catalog__dropdown {
    position: absolute;
    top: 100%;
    margin-top: .2777777778rem;
    right: 0;
    background: #fff;
    min-width: 10rem;
    -webkit-box-shadow: 0 11px 11px -1px rgba(0, 0, 0, .05);
    box-shadow: 0 11px 11px -1px rgba(0, 0, 0, .05);
    text-align: right;
    padding: 1.1111111111rem;
    z-index: 10;
    display: none;
    opacity: 0
}

.sort-panel-catalog__item {
    margin-bottom: .5555555556rem;
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.sort-panel-catalog__item:hover {
    color: #787878
}

.sort-panel-catalog__item:nth-last-child(1) {
    margin-bottom: 0
}

.products-catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.2222222222rem
}

.products-catalog__col {
    padding: 0 .2222222222rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    margin-bottom: 1.3333333333rem
}

@media only screen and (max-width:660px) {
    .products-catalog__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.pagination-catalog {
    padding-top: 2rem;
    color: #000
}

@media only screen and (max-width:991px) {
    .pagination-catalog {
        padding-top: .5555555556rem
    }
}

.pagination-catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-catalog__btn {
    font-size: .7777777778rem;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 0 1.3333333333rem;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media only screen and (max-width:400px) {
    .pagination-catalog__btn {
        margin: 0 .5555555556rem
    }
}

.info-bottom-contacts__group-item a:hover,
.modal__close:hover::before,
.pagination-catalog__btn:hover {
    color: #787878
}

.pagination-catalog__item {
    font-size: .8888888889rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.6666666667rem;
    flex: 0 0 2.6666666667rem;
    max-width: 2.6666666667rem;
    height: 2.6666666667rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 100%;
    margin: 0 .2222222222rem;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media only screen and (max-width:400px) {
    .pagination-catalog__item {
        margin: 0
    }
}

.pagination-catalog__item:hover:not(.pagination-catalog__item_active) {
    color: #787878
}

.pagination-catalog__item_active {
    border-color: rgba(82, 82, 82, .3)
}

.products-empty {
    padding: 1.6666666667rem 3.8888888889rem 0;
    min-height: 60vh;
    font-size: 1.3888888889rem;
    color: #000
}

@media only screen and (max-width:1600px) {
    .products-empty {
        padding: 1.6666666667rem 2.2222222222rem 0
    }
}

@media only screen and (max-width:991px) {
    .products-empty {
        padding: 1.6666666667rem 0 0
    }
}

.about {
    padding-bottom: 8.8888888889rem
}

@media only screen and (max-width:991px) {
    .about {
        padding-bottom: 2.7777777778rem
    }
}

.about__top {
    padding-top: .5555555556rem
}

.about__middle {
    margin-top: 6.6666666667rem
}

@media only screen and (max-width:991px) {
    .about__middle {
        margin-top: 3.3333333333rem
    }
}

@media only screen and (max-width:768px) {
    .about__middle {
        margin-top: 2.2222222222rem
    }
}

.about__bottom {
    margin-left: 17.6666666667rem;
    margin-top: 6.6666666667rem
}

@media only screen and (max-width:1500px) {
    .about__bottom {
        margin-left: auto;
        margin-right: auto
    }
}

@media only screen and (max-width:991px) {
    .about__bottom {
        margin-top: 2.7777777778rem
    }
}

@media only screen and (max-width:768px) {
    .about__bottom {
        margin-top: 2.2222222222rem
    }
}

.about p:not(:nth-last-child(1)) {
    margin-bottom: 1.6666666667rem
}

@media only screen and (max-width:991px) {
    .about p:not(:nth-last-child(1)) {
        margin-bottom: 1.1111111111rem
    }
}

.top-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width:1070px) {
    .top-about__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.top-about__left {
    margin-left: 17.6666666667rem;
    max-width: 26.0555555556rem;
    padding-bottom: 8.7777777778rem
}

@media only screen and (max-width:1600px) {
    .top-about__left {
        margin-left: 1.1111111111rem
    }
}

@media only screen and (max-width:1070px) {
    .top-about__left {
        padding-bottom: 0;
        padding-top: 3.3333333333rem
    }
}

@media only screen and (max-width:991px) {
    .top-about__left {
        max-width: 100%;
        margin-left: 0;
        padding-right: 2.7777777778rem;
        padding-top: 2.2222222222rem
    }
}

@media only screen and (max-width:845px) {
    .top-about__left {
        padding-right: 0;
        padding-top: 1.6666666667rem
    }
}

.top-about__subtitle {
    color: rgba(120, 120, 120, .6);
    font-size: .7777777778rem;
    text-transform: uppercase;
    margin-bottom: .8888888889rem
}

.top-about__descr {
    margin-top: 2.2222222222rem
}

@media only screen and (max-width:991px) {
    .top-about__descr {
        margin-top: 1.6666666667rem
    }
}

.top-about__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.1666666667rem;
    flex: 0 0 44.1666666667rem;
    max-width: 44.1666666667rem
}

@media only screen and (max-width:1440px) {
    .top-about__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333rem;
        flex: 0 0 33.3333333333rem;
        max-width: 33.3333333333rem
    }
}

@media only screen and (max-width:1070px) {
    .top-about__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 27.7777777778rem;
        flex: 0 0 27.7777777778rem;
        max-width: 27.7777777778rem
    }
}

@media only screen and (max-width:845px) {
    .top-about__right {
        display: none
    }
}

.top-about__images {
    position: relative
}

.top-about__images img,
.top-about__images picture,
.top-about__images source {
    width: 100%
}

.top-about__image-decor {
    position: absolute;
    width: 17.2222222222rem;
    bottom: 8.8888888889rem;
    left: -8.6111111111rem
}

@media only screen and (max-width:1440px) {
    .top-about__image-decor {
        width: 11.6666666667rem;
        left: -5.8333333333rem
    }
}

@media only screen and (max-width:1170px) {
    .top-about__image-decor {
        display: none
    }
}

.top-about__image-decor img,
.top-about__image-decor source {
    border-radius: 8.6111111111rem 8.6111111111rem 0 0
}

.middle-about {
    position: relative
}

.middle-about picture {
    border: 1px solid #e8e8e8
}

.middle-about img,
.middle-about source {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.middle-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width:860px) {
    .middle-about__row {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (max-width:768px) {
    .middle-about__row {
        display: block
    }
}

.middle-about__left {
    max-width: 43.6666666667rem
}

@media only screen and (max-width:768px) {
    .middle-about__left {
        max-width: 100%
    }
}

.middle-about__right {
    max-width: 26.0555555556rem;
    margin-left: 9.2777777778rem
}

@media only screen and (max-width:1500px) {
    .middle-about__right {
        margin-left: 3.3333333333rem
    }
}

@media only screen and (max-width:860px) {
    .middle-about__right {
        margin-left: 2.2222222222rem
    }
}

@media only screen and (max-width:768px) {
    .middle-about__right {
        margin-left: 0;
        max-width: 100%;
        margin-top: 2.2222222222rem
    }
}

.middle-about__img {
    position: absolute;
    right: 0;
    top: 18.8888888889rem
}

@media only screen and (max-width:1775px) {
    .middle-about__img {
        display: none
    }
}

.images-group-middle-about {
    position: relative
}

.images-group-middle-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.2222222222rem
}

.images-group-middle-about__left {
    -webkit-box-flex: 41.3486005089%;
    -ms-flex: 41.3486005089%;
    flex: 41.3486005089%;
    max-width: 41.3486005089%;
    padding: 0 .2222222222rem
}

.images-group-middle-about__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 .2222222222rem
}

.images-group-middle-about__logo {
    position: absolute;
    top: -4.5555555556rem;
    right: -4.5555555556rem;
    z-index: 1;
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
    width: 8.9444444444rem
}

@media only screen and (max-width:991px) {
    .images-group-middle-about__logo {
        width: 4.4444444444rem;
        top: -2.2222222222rem;
        right: -2.2222222222rem
    }
}

@media only screen and (max-width:860px) {
    .images-group-middle-about__logo {
        display: none
    }
}

.bottom-about__img img,
.bottom-about__img source,
.images-group-middle-about__logo img {
    width: 100%
}

.bottom-about {
    max-width: 61.3888888889rem
}

@media only screen and (max-width:860px) {
    .bottom-about {
        max-width: 100%
    }
}

.bottom-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3.3333333333rem
}

@media only screen and (max-width:991px) {
    .bottom-about__row {
        margin-top: 2.2222222222rem
    }
}

@media only screen and (max-width:860px) {
    .bottom-about__row {
        display: block
    }
}

.bottom-about__title {
    max-width: 24.8888888889rem;
    font-size: 1.7777777778rem;
    letter-spacing: -.01em;
    font-weight: 500;
    color: #000
}

@media only screen and (max-width:860px) {
    .bottom-about__title {
        max-width: 100%
    }
}

.bottom-about__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.0555555556rem;
    flex: 0 0 26.0555555556rem;
    max-width: 26.0555555556rem;
    padding-top: .3888888889rem
}

@media only screen and (max-width:860px) {
    .bottom-about__right {
        max-width: 100%;
        padding-top: 0;
        margin-top: 1.1111111111rem
    }
}

.contacts {
    padding-top: 4.4444444444rem;
    padding-bottom: 8.8888888889rem
}

@media only screen and (max-width:991px) {
    .contacts {
        padding-top: 2.2222222222rem;
        padding-bottom: 2.7777777778rem
    }
}

.contacts__top {
    text-align: center
}

.contacts__descr {
    max-width: 26.1111111111rem;
    margin: 2.2222222222rem auto 0;
    letter-spacing: -.01em
}

@media only screen and (max-width:991px) {
    .contacts__descr {
        margin-top: 1.6666666667rem
    }
}

.contacts__map {
    height: 27.7777777778rem;
    margin-top: 3.2222222222rem
}

@media only screen and (max-width:991px) {
    .contacts__map {
        margin-top: 1.6666666667rem;
        height: 16.6666666667rem
    }
}

.contacts__map ymaps {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.contacts__bottom {
    margin-top: .5555555556rem
}

.bottom-contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 17.6666666667rem
}

@media only screen and (max-width:1600px) {
    .bottom-contacts__row {
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:991px) {
    .bottom-contacts__row {
        margin: 0 -.5555555556rem
    }
}

@media only screen and (max-width:768px) {
    .bottom-contacts__row {
        display: block
    }
}

.bottom-contacts__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.0555555556rem;
    flex: 0 0 26.0555555556rem;
    max-width: 26.0555555556rem
}

@media only screen and (max-width:991px) {
    .bottom-contacts__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}

@media only screen and (max-width:768px) {
    .bottom-contacts__left {
        display: none
    }
}

.bottom-contacts__left picture {
    border: 1px solid #e8e8e8;
    border-radius: 0 0 13.0277777778rem 13.0277777778rem
}

@media only screen and (max-width:991px) {
    .bottom-contacts__left picture {
        border-radius: 0 0 15.5555555556rem 15.5555555556rem
    }
}

.bottom-contacts__left img,
.bottom-contacts__left source {
    width: 100%;
    border-radius: 0 0 13.0277777778rem 13.0277777778rem
}

@media only screen and (max-width:991px) {

    .bottom-contacts__left img,
    .bottom-contacts__left source {
        border-radius: 0 0 15.5555555556rem 15.5555555556rem
    }
}

.bottom-contacts__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.0555555556rem;
    flex: 0 0 26.0555555556rem;
    max-width: 26.0555555556rem;
    margin-left: 9.2777777778rem;
    padding-top: 5.5555555556rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1600px) {
    .bottom-contacts__right {
        margin-left: 3.3333333333rem
    }
}

@media only screen and (max-width:991px) {
    .bottom-contacts__right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        margin-left: 0;
        padding: 2.2222222222rem .5555555556rem 0 2.7777777778rem
    }
}

@media only screen and (max-width:768px) {
    .bottom-contacts__right {
        padding-left: 0;
        max-width: 100%
    }
}

@media only screen and (max-width:991px) {
    .bottom-contacts__form {
        margin-top: 1.1111111111rem
    }
}

.info-bottom-contacts {
    letter-spacing: -.01em;
    color: #000
}

@media only screen and (max-width:991px) {
    .info-bottom-contacts br {
        display: none
    }
}

.info-bottom-contacts__title {
    font-weight: 500;
    font-size: 1.1111111111rem;
    line-height: 1.1;
    margin-bottom: 1.7777777778rem
}

@media only screen and (max-width:991px) {
    .info-bottom-contacts__title {
        margin-bottom: 1.1111111111rem
    }
}

.info-bottom-contacts__group {
    margin-bottom: 2.2222222222rem
}

@media only screen and (max-width:991px) {
    .info-bottom-contacts__group {
        margin-bottom: 1.1111111111rem
    }
}

.info-bottom-contacts__group:nth-last-child(1) {
    margin-top: 0
}

.form-contacts__descr {
    margin-top: 1.3333333333rem;
    letter-spacing: -.01em
}

.form-contacts__fields {
    margin-bottom: 1.7777777778rem;
    margin-top: 2.2222222222rem
}

.form-contacts__field {
    margin-bottom: 1.3333333333rem
}

.form-contacts__field:nth-last-child(1) {
    margin-bottom: 0
}

.error-404 {
    padding: 5.5555555556rem 0;
    text-align: center
}

.error-404__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1;
    font-size: 16.6666666667rem;
    letter-spacing: -.01em;
    font-weight: 500;
    color: #000
}

@media only screen and (max-width:991px) {
    .error-404__title {
        font-size: 8.3333333333rem;
        margin-bottom: 1.1111111111rem
    }
}

.error-404__title picture {
    margin-top: -1.7222222222rem
}

@media only screen and (max-width:991px) {
    .error-404__title picture {
        margin-top: -1.9444444444rem
    }
}

.error-404__title img,
.error-404__title source {
    width: 10.2222222222rem
}

@media only screen and (max-width:991px) {

    .error-404__title img,
    .error-404__title source {
        width: 6.1111111111rem
    }
}

.error-404__descr {
    margin-top: 1.3333333333rem;
    margin-bottom: 1.7777777778rem
}

.default-page {
    padding: 4.4444444444rem 3.8888888889rem 5.5555555556rem
}

@media only screen and (max-width:1260px) {
    .default-page {
        padding: 4.4444444444rem 1.1111111111rem 5.5555555556rem
    }
}

@media only screen and (max-width:991px) {
    .default-page {
        padding: 2.2222222222rem 0
    }
}

.default-page__descr {
    margin-top: 2.2222222222rem
}

@media only screen and (max-width:991px) {
    .default-page__descr {
        margin-bottom: 1.6666666667rem
    }
}

.default-page__descr p:not(:nth-last-child(1)) {
    margin-bottom: 1.6666666667rem
}

@media only screen and (max-width:991px) {
    .default-page__descr p:not(:nth-last-child(1)) {
        margin-bottom: 1.1111111111rem
    }
}

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

.fancybox__backdrop {
    background: rgba(0, 0, 0, .75) !important
}

.fancybox-is-open {
    -webkit-animation: .5s cubic-bezier(.16, 1, .3, 1) both fancybox-start;
    animation: .5s cubic-bezier(.16, 1, .3, 1) both fancybox-start
}

.fancybox-is-closing {
    -webkit-animation: .3s cubic-bezier(.16, 1, .3, 1) both fancybox-end;
    animation: .3s cubic-bezier(.16, 1, .3, 1) both fancybox-end
}

.modal-container {
    display: none
}

.fancybox__content>.carousel__button.is-close {
    right: 0 !important;
    top: 0 !important
}

.carousel__button {
    outline: 0 !important
}

.modal {
    width: 100%;
    max-width: 34.8888888889rem;
    padding: 3.5555555556rem 4.4444444444rem !important;
    position: relative;
    text-align: center
}

@media only screen and (max-width:991px) {
    .modal {
        padding: 3.3333333333rem 1.6666666667rem 2.2222222222rem !important
    }
}

.modal__close {
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    border: 1px solid #000;
    position: absolute;
    top: .8888888889rem;
    right: .8888888889rem;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s
}

.modal__close:hover {
    border-color: #787878
}

.modal__close::before {
    content: "close";
    font-size: .7777777778rem;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    right: 100%;
    margin-right: .4444444444rem;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.modal__close span {
    position: relative;
    width: .5555555556rem;
    height: .5555555556rem;
    display: block;
    -webkit-transition: .1s;
    transition: .1s
}

.modal__close span::after,
.modal__close span::before {
    content: "";
    position: absolute;
    height: 1px;
    width: .5555555556rem;
    background: #000;
    top: 50%;
    left: 0
}

.modal__close span::before {
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%)
}

.modal__close span::after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

.modal__descr {
    max-width: 24.2777777778rem;
    margin: 1.1111111111rem auto 0;
    color: #787878
}

@media only screen and (max-width:385px) {
    .modal__descr br {
        display: none
    }
}

.modal__fields {
    margin-bottom: 1.7777777778rem;
    margin-top: 2.2222222222rem
}

.modal__field {
    margin-bottom: 1.3333333333rem
}

.modal__field:nth-last-child(1) {
    margin-bottom: 0
}

.modal__img {
    width: 6.6666666667rem;
    height: 6.6666666667rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.3333333333rem
}

.modal__info {
    margin-top: 4.4444444444rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:991px) {
    .modal__info {
        margin-top: 2.7777777778rem
    }
}

.modal__info-item {
    margin: 0 .8888888889rem;
    color: #000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

@media only screen and (max-width:360px) {
    .modal__info-item {
        margin: 0 .3888888889rem
    }
}

.modal__info-item:hover {
    color: #787878
}

@media only screen and (min-width:992px) {
    .js-animation-fadeIn {
        opacity: 0
    }

    .js-animation-scale {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }

    .js-animation-slideTop {
        opacity: 0;
        -webkit-transform: translateY(-1.6666666667rem);
        transform: translateY(-1.6666666667rem)
    }

    .js-animation-slideBottom {
        opacity: 0;
        -webkit-transform: translateY(1.6666666667rem);
        transform: translateY(1.6666666667rem)
    }
}

.js-animation-fadeIn.js-animation-mobile {
    opacity: 0
}

.js-animation-scale.js-animation-mobile {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

@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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
.swiper-wrapper {
    position: relative;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.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-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.carousel *,
.carousel :after,
.carousel :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

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

.carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.carousel__button,
.carousel__dots {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.carousel__dots {
    margin: 0 auto;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    right: 0;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    border: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: 0
}

body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width:1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::after,
.fancybox__slide::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width:1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancybox__caption {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width:1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width:1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0) + 8px);
    right: calc(env(safe-area-inset-right, 0) + 8px);
    z-index: 40
}

@media all and (min-width:1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
    -webkit-animation: .15s ease backwards fancybox-fadeIn;
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: .15s ease both fancybox-fadeOut;
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    -webkit-animation: .15s ease both fancybox-fadeIn;
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    -webkit-animation: .1s ease both fancybox-fadeOut;
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    -webkit-animation: .2s ease both fancybox-zoomInUp;
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    -webkit-animation: .15s ease both fancybox-zoomOutDown;
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    -webkit-animation: .15s ease both fancybox-throwOutUp;
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    -webkit-animation: .15s ease both fancybox-throwOutDown;
    animation: .15s ease both fancybox-throwOutDown
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: 0 0;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: 0 0
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, hsla(0deg, 0%, 0%, 0)), color-stop(8.1%, hsla(0deg, 0%, 0%, .006)), color-stop(15.5%, hsla(0deg, 0%, 0%, .021)), color-stop(22.5%, hsla(0deg, 0%, 0%, .046)), color-stop(29%, hsla(0deg, 0%, 0%, .077)), color-stop(35.3%, hsla(0deg, 0%, 0%, .114)), color-stop(41.2%, hsla(0deg, 0%, 0%, .155)), color-stop(47.1%, hsla(0deg, 0%, 0%, .198)), color-stop(52.9%, hsla(0deg, 0%, 0%, .242)), color-stop(58.8%, hsla(0deg, 0%, 0%, .285)), color-stop(64.7%, hsla(0deg, 0%, 0%, .326)), color-stop(71%, hsla(0deg, 0%, 0%, .363)), color-stop(77.5%, hsla(0deg, 0%, 0%, .394)), color-stop(84.5%, hsla(0deg, 0%, 0%, .419)), color-stop(91.9%, hsla(0deg, 0%, 0%, .434)), to(hsla(0deg, 0%, 0%, .44)));
    background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0, hsla(0deg, 0%, 0%, .006) 8.1%, hsla(0deg, 0%, 0%, .021) 15.5%, hsla(0deg, 0%, 0%, .046) 22.5%, hsla(0deg, 0%, 0%, .077) 29%, hsla(0deg, 0%, 0%, .114) 35.3%, hsla(0deg, 0%, 0%, .155) 41.2%, hsla(0deg, 0%, 0%, .198) 47.1%, hsla(0deg, 0%, 0%, .242) 52.9%, hsla(0deg, 0%, 0%, .285) 58.8%, hsla(0deg, 0%, 0%, .326) 64.7%, hsla(0deg, 0%, 0%, .363) 71%, hsla(0deg, 0%, 0%, .394) 77.5%, hsla(0deg, 0%, 0%, .419) 84.5%, hsla(0deg, 0%, 0%, .434) 91.9%, hsla(0deg, 0%, 0%, .44) 100%);
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width:1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

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

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media (max-width:640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2),
.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

.panel-catalog__filter-row {
    flex-wrap: wrap;
    gap: 1.15rem 0;
    justify-content: center;
    display: flex;
}

.panel-catalog__row {
    align-items: flex-start;
    margin-bottom: 1rem;
}

.filter-panel-catalog.panel-catalog__filter.panel-catalog__filter--collection {
    width: 100%;
    justify-content: center;
}

.filter-panel-catalog__title {
    font-size: 0.95rem;
    margin-right: 0.15rem;
}

.filter-panel-catalog__inner {
    display: flex;
    flex-wrap: wrap;
}



@media only screen and (max-width:991px) {
    .filter-panel-catalog__inner {
        flex: 1;
        gap: 1rem 0;
    }

    .sort__wrap {
        flex: none;
        text-align: left;
    }

    .panel-catalog__filter-row {
        margin-bottom: 1.35rem;
        justify-content: flex-start;
    }

    .panel-catalog__row {
        margin-bottom: 0.25rem;
    }


    .panel-catalog__filter {
        justify-content: flex-start;
    }

    .filter-panel-catalog.panel-catalog__filter.panel-catalog__filter--collection {
        justify-content: flex-start;
    }

    .panel-catalog__filter {
        align-items: flex-start;
    }

    .filter-panel-catalog__title {
        width: 5rem;
        text-align: left;
    }
}





@media only screen and (max-width:600px) {

    .filter-panel-catalog__item {
        margin: 0;
    }

    .panel-catalog__filter {
        flex-direction: column;
        gap: 0.5rem;
    }

    .filter-panel-catalog__inner {
        gap: 0.75rem 1.25rem;
    }

    .filter-panel-catalog__title {
        width: 100%;
        margin: 0;
    }

    .panel-catalog__filter-row {
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
}

.accordion-home-main__item-img {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.accordion-home-main__item-img--1 {
    background-image: url('../images/home/promo/1.jpg');
}

.accordion-home-main__item-img--2 {
    background-image: url('../images/home/promo/2.jpg');
}

.accordion-home-main__item-img--3 {
    background-image: url('../images/home/promo/3.jpg');
	    background-position: 17.5% 0;
}

.accordion-home-main__item-img--4 {
    background-image: url('../images/home/promo/4.jpg');
}