@font-face {
    font-family: "Trebuchet MS";
    src: url("../fonts/Trebuchet-BoldItalic.eot");
    src: local("Trebuchet MS Bold Italic"), local("Trebuchet-BoldItalic"), url("../fonts/Trebuchet-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Trebuchet-BoldItalic.woff") format("woff"), url("../fonts/Trebuchet-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic
}

@font-face {
    font-family: "Trebuchet MS";
    src: url("../fonts/TrebuchetMS-Bold.eot");
    src: local("Trebuchet MS Bold"), local("TrebuchetMS-Bold"), url("../fonts/TrebuchetMS-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TrebuchetMS-Bold.woff") format("woff"), url("../fonts/TrebuchetMS-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Trebuchet MS";
    src: url("../fonts/TrebuchetMS-Italic.eot");
    src: local("Trebuchet MS Italic"), local("TrebuchetMS-Italic"), url("../fonts/TrebuchetMS-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/TrebuchetMS-Italic.woff") format("woff"), url("../fonts/TrebuchetMS-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: "Trebuchet MS";
    src: url("../fonts/TrebuchetMS.eot");
    src: local("Trebuchet MS"), local("TrebuchetMS"), url("../fonts/TrebuchetMS.eot?#iefix") format("embedded-opentype"), url("../fonts/TrebuchetMS.woff") format("woff"), url("../fonts/TrebuchetMS.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

body {
    font-family: "Trebuchet MS", sans-serif
}

hr {
    opacity: .2;
    margin: 1.5rem 0
}

p {
    margin-bottom: 1rem
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-bottom: 1.5rem
}

h3, .h3, h2, .h2, h1, .h1 {
    font-weight: 600
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.3rem;
}

p .p div .div {
    font-size: 16px !important;
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

svg:not(:root) {
    overflow: hidden;
    fill: none
}

b, strong {
    font-weight: 600
}

.mobile-menu-opened {
    overflow: hidden
}

.mall-no-touch .mobile-menu-opened {
    margin-right: 17px
}

.page {
    display: flex;
    flex-direction: column
}

.page--home .page__header::before {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0)
}

.page__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden
}

.page__header {
    flex: 0 0 auto;
    position: relative
}

.page__header::before {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: box-shadow .1s linear
}

.page__footer {
    flex: 0 0 auto
}

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

@media (min-width: 1200px) {
    .page__main::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(34, 34, 33, .5);
        transition: opacity .1s linear, z-index .1s linear;
        z-index: 100;
        opacity: 0;
        visibility: hidden
    }
}

.page__title {
    font-size: 1.5rem;
    margin: 0 0 15px;
    line-height: 1.15;
    font-weight: 600
}

.page__title--uppercase {
    text-transform: uppercase
}

.page__content {
    padding: 15px 0 30px
}

@media (min-width: 576px) {
    .page__content {
        padding: 30px 0
    }
}

@media (min-width: 1200px) {
    .main-menu-sub-opened .page__main::before {
        opacity: 1;
        visibility: visible
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.unit-wrapper {
    width: 1920px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width: 576px) {
    .unit-wrapper {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (min-width: 1400px) {
    .unit-wrapper {
        max-width: 1400px;
        padding-right: 80px;
        padding-left: 80px
    }
}

.unit-anchor-contain {
    position: relative
}

.unit-anchor-contain .unit-anchor {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.unit-tab-menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.unit-tab-menu__list-item {
    display: inline-flex;
    border: 1px solid #dfe0e6;
    background-color: #fff;
    padding: 8px 15px;
    position: relative;
    transition: border-color .1s linear;
    height: 40px;
    align-items: center;
    cursor: pointer;
    border-radius: 4px
}

@media (min-width: 768px) {
    .unit-tab-menu__list-item {
        height: 50px
    }
}

/*.unit-tab-menu__list-item:not(:last-child) {*/
/*    margin-right: 20px*/
/*}*/

.unit-tab-menu__list-item:hover {
    border-color: #a9a9a9
}

.unit-tab-menu__list-item:hover .unit-tab-menu__icon .svg-icon use {
    fill: #a9a9a9
}

.unit-tab-menu__list-item.active {
    border: 1px solid #000
}

.unit-tab-menu__list-item.active .unit-tab-menu__icon .svg-icon use {
    fill: #2e2e2f
}

.unit-tab-menu__text {
    font-size: 14px;
    font-weight: bold
}

.unit-tab-menu__icon .svg-icon {
    margin-left: 10px;
    flex: 0 0 30px
}

.unit-tab-menu__icon .svg-icon use {
    fill: #dfe0e6;
    transition: all .2s
}

.unit-tab-content {
    display: none
}

.unit-tab-content.active {
    display: block
}

.unit-contact {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px
}

.unit-contact__title, .unit-contact__form {
    padding: 0 50px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%
}

.unit-contact__title {
    font-size: 25px;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: 1.1
}

@media (min-width: 768px) {
    .unit-contact__title {
        font-size: 30px;
        margin: 0 0 15px
    }
}

@media (min-width: 1200px) {
    .unit-contact__title {
        max-width: 35%;
        flex: 0 0 35%
    }
}

@media (min-width: 1600px) {
    .unit-contact__title {
        font-size: 60px
    }
}

@media (min-width: 1200px) {
    .unit-contact__form {
        max-width: 65%;
        flex: 0 0 65%
    }
}

.main-nav {
    height: 100%
}

.main-nav__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%
}

.main-nav__item {
    position: relative
}

.main-nav__item:hover .main-nav__sub {
    visibility: visible;
    opacity: 1
}

.main-nav__item:hover .main-nav__link {
    color: #898989;
}

.main-nav__item.active .main-nav__link {
    color: #2e2e2f
}

.main-nav__link {
    height: 100%;
    display: flex;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding-right: 40px;
    align-items: center;
    transition: color .2s;
    position: relative;
    z-index: 5
}

@media (min-width: 1650px) {
    .main-nav__link {
        font-size: 16px
    }
}

@media (max-width: 1919px) {
    .main-nav__sub {
        width: min(1240px, calc(100vw - 220px));
    }
}

@media (max-width: 1399px) {
    .main-nav__sub {
        width: min(1240px, calc(100vw - 40px));
    }
}

@media (min-width: 1920px) {
    .main-nav__sub {
        width: min(1240px, calc(1920px - 160px));
    }
}

.main-nav__sub {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    min-width: 220px;
    background-color: #fff;
    transition: all .2s;
}

.main-nav__sub ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 15px 0 10px
}

.main-nav__sub > ul > li:hover > a {
    background-color: #2e2e2f;
    color: #fff
}

.main-nav__sub > ul > li:hover.root-item > a::before {
    border-color: #fff
}

.main-nav__sub > ul > li.root-item > a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    top: 0;
    right: 15px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border: 2px solid #2e2e2f;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(-45deg);
    transition: border-color .1s linear, transform .1s linear
}

.main-nav__sub a {
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 32px 6px 18px
}

.main-nav__sub a:hover {
    background-color: #2e2e2f;
    color: #fff
}

.main-nav__sub li {
    position: relative;
    min-width: 220px;
    width: 25%;
}

/*.main-nav__sub li:not(:last-child) {*/
/*    border-bottom: 1px solid #dfe0e5*/
/*}*/

.main-nav__sub li {
    border-bottom: 1px solid #dfe0e5
}

.main-nav__sub li:hover > ul {
    visibility: visible;
    opacity: 1
}

.main-nav__sub li > ul {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 0;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
    margin: 0;
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    min-width: 250px;
    transition: all .2s
}

.main-nav__sub li > ul a:hover {
    color: #fff
}

.main-nav__sub li .svg-icon {
    position: absolute;
    top: 12px;
    right: 14px
}

.main-nav__sub li .svg-icon use {
    fill: #db261f
}

.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: all .2s;
    padding: 75px 10px 20px 10px;
    z-index: 5
}

@media (min-width: 576px) {
    .mobile-menu {
        padding: 75px 20px 0 20px
    }
}

@media (min-width: 768px) {
    .mobile-menu {
        padding: 106px 20px 0 20px
    }
}

.mobile-menu__container {
    height: 100%;
    overflow-y: auto
}

.mobile-menu__nav {
    border-top: 2px solid #ebecf0;
    padding: 20px 0 15px
}

.mobile-menu__info {
    border-top: 1px solid #000;
    padding: 20px 0 0
}

.mobile-menu .mobile-contact {
    margin: 0 0 20px
}

.mobile-menu .mobile-social {
    padding-top: 40px
}

.mobile-menu-opened .mobile-menu {
    visibility: visible;
    opacity: 1;
    display: block
}

@media (min-width: 1200px) {
    .mobile-menu-opened .mobile-menu {
        visibility: hidden;
        opacity: 0
    }
}

.mobile-nav__list {
    display: block;
    list-style: none;
    margin: 0 0 25px;
    padding: 0
}

.mobile-nav__list--primary .mobile-nav__link {
    font-weight: bold;
    font-size: 16px
}

.mobile-nav__link {
    text-decoration: none;
    padding: 3px 0;
    line-height: 1.2;
    display: inline-block;
    align-items: center;
    position: relative;
    color: #000;
    transition: all .1s;
    font-size: 14px
}

@media (min-width: 360px) {
    .mobile-nav__link {
        padding: 5px 0
    }
}

.mobile-nav__link:hover {
    color: #2e2e2f
}

.mobile-contact__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin: 0 0 10px
}

.mobile-contact__icon {
    flex: 0 0 26px
}

.mobile-contact__icon .svg-icon use {
    fill: #2e2e2f
}

.mobile-contact__text {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    margin-left: 10px
}

.mobile-contact__text span {
    display: block
}

.mobile-contact__text span:last-child {
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 0 0
}

.mobile-buttons {
    display: flex
}

.mobile-buttons__item {
    display: flex;
    align-items: center;
    text-decoration: none
}

.mobile-buttons__item:not(:last-child) {
    margin-right: 20px
}

.mobile-buttons__item:hover .mobile-buttons__text {
    color: #2e2e2f
}

.mobile-buttons__icon {
    display: flex
}

.mobile-buttons__icon .svg-icon use {
    fill: #2e2e2f
}

.mobile-buttons__text {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    margin-left: 10px
}

.mobile-social__title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px
}

.mobile-social__list {
    display: flex
}

.mobile-social__item:not(:last-child) {
    margin-right: 10px
}

.mobile-social__link {
    display: flex;
    align-items: center;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    text-decoration: none
}

.mobile-social__link .svg-icon use {
    fill: #2e2e2f
}

.header {
    position: relative;
    z-index: 500
}

.header__topline {
    display: none;
    position: relative;
    z-index: 10
}

@media (min-width: 768px) {
    .header__topline {
        display: block;
        /*background: #2e2e2f;*/
        padding: 5px 0
    }
}

.header__main {
    position: relative;
    background: #2e2e2f;
}

.header__mobile {
    position: relative;
    z-index: 5
}

.header .site-logotype {
    width: 150px;
    position: relative;
    z-index: 10
}

@media (min-width: 768px) {
    .header .site-logotype {
        width: 170px
    }
}

@media (min-width: 1650px) {
    .header .site-logotype {
        width: 250px
    }
}

.header .site-logotype img {
    max-width: 100%
}

.header .header-buttons {
    position: relative;
    z-index: 10
}

.header .hamburger {
    position: relative;
    z-index: 10
}

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

.header-main__left {
    display: flex
}

.header-main__right {
    display: flex;
    align-items: center
}

.header-main__logo-top {
    height: 75px;
    display: flex;
    align-items: center
}

@media (min-width: 1200px) {
    .header-main__logo-top {
        height: 75px
    }
}

@media (min-width: 1650px) {
    .header-main__logo-top {
        height: 110px
    }
}

.header-main__logo {
    width: 0;
    position: relative;
    visibility: hidden;
    height: 60px;
    display: flex;
    align-items: center
}

@media (max-width: 768px) {
    .header-main__logo {
        width: auto;
        position: relative;
        visibility: visible;
        /*height: 110px*/
    }
}

.header-main__nav {
    display: none
}

@media (min-width: 1200px) {
    .header-main__nav {
        display: block
    }
}

.header-main .hamburger {
    display: block
}

@media (min-width: 1200px) {
    .header-main .hamburger {
        display: none
    }
}

.header-buttons {
    display: flex
}

.header-buttons__item {
    display: flex;
    align-items: center;
    text-decoration: none
}

.header-buttons__item:not(:last-child) {
    margin-right: 20px
}

.header-buttons__item:hover .header-buttons__text {
    color: #898989;
}

.header-buttons__item--scheme, .header-buttons__item--route {
    display: none
}

@media (min-width: 768px) {
    .header-buttons__item--scheme, .header-buttons__item--route {
        display: flex
    }
}

.header-buttons__item--search .header-buttons__text {
    display: none
}

@media (min-width: 1200px) {
    .header-buttons__item--search .header-buttons__text {
        display: block
    }
}

.header-buttons__icon {
    display: flex
}

.header-buttons__icon .svg-icon use {
    fill: #2e2e2f
}

.header-buttons__text {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    margin-left: 10px
}

@media (min-width: 1400px) {
    .header-buttons__text {
        font-size: 14px
    }
}

.header-buttons__text a {
    color: inherit;
    text-decoration: none
}

.footer {
    background: #2e2e2f
}

.footer__top {
    padding: 30px 0
}

.footer__middle {
    padding: 25px 0 5px 0;
    border-top: 1px solid #dfe0e5
}

.footer__bottom {
    padding: 10px 0;
    border-top: 1px solid #dfe0e5
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.footer-top__contain {
    display: flex;
    align-items: center;
    padding: 0 10px
}

.footer-top__contain:nth-child(1) {
    flex: 0 0 100%;
    margin: 0 0 20px
}

@media (min-width: 1600px) {
    .footer-top__contain:nth-child(1) {
        flex: 0 0 500px;
        margin: 0
    }
}

.footer-top__contain:nth-child(2) {
    display: block
}

@media (min-width: 992px) {
    .footer-top__contain:nth-child(2) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 0 0 100%
    }
}

@media (min-width: 1600px) {
    .footer-top__contain:nth-child(2) {
        flex: 1 0 auto
    }
}

.footer-top__logo {
    margin: 0 20px 0 0
}

.footer-top__logo .site-logotype {
    width: 120px
}

.footer-top__logo .site-logotype img {
    max-width: 100%
}

@media (min-width: 576px) {
    .footer-top__logo .site-logotype {
        width: 180px
    }
}

.footer-top__search {
    flex: 1 1 auto;
    padding:0 1vh 0 1vh;
}

@media (min-width: 576px) {
    .footer-contact {
        display: flex
    }
}

.footer-contact__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 20px 0 0
}

.footer-contact__item:not(:last-child) {
    margin-right: 20px
}

.footer-contact__item:hover .footer-contact__text {
    color: #2e2e2f
}

@media (min-width: 992px) {
    .footer-contact__item {
        padding: 0
    }
}

.footer-contact__icon {
    display: flex
}

.footer-contact__icon .svg-icon use {
    fill: #fff
}

.footer-contact__text {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    margin-left: 10px
}

.footer-contact__text a {
    color: inherit;
    text-decoration: none
}

.footer-contact__text span {
    display: block;
    line-height: 1.2
}

.footer-contact__text span:last-child {
    font-style: italic;
    font-weight: normal;
    font-size: 12px
}

@media (min-width: 1200px) {
    .footer-middle__container {
        display: flex;
        margin: 0 -40px
    }
}

@media (min-width: 1200px) {
    .footer-middle__menu {
        flex: 1 1 auto;
        padding: 0 40px
    }
}

@media (min-width: 1200px) {
    .footer-middle__connect {
        flex: 0 0 500px;
        padding: 0 40px
    }
}

@media (min-width: 1800px) {
    .footer-middle__connect {
        flex: 0 0 500px
    }
}

@media (min-width: 576px) {
    .footer-menu__container {
        display: flex;
        justify-content: space-between
    }
}

.footer-menu__column {
    margin: 0 -10px
}

.footer-menu__column:first-child {
    flex: 0 0 70%
}

@media (min-width: 1600px) {
    .footer-menu__column:first-child {
        flex: 0 0 60%
    }
}

@media (min-width: 1800px) {
    .footer-menu__column:first-child {
        flex: 0 0 40%
    }
}

.footer-menu__column:last-child {
    justify-content: space-between;
    flex: 0 0 30%
}

@media (min-width: 1600px) {
    .footer-menu__column:last-child {
        flex: 0 0 40%
    }
}

@media (min-width: 1800px) {
    .footer-menu__column:last-child {
        display: flex;
        flex: 0 0 60%
    }
}

.footer-menu__unit {
    padding: 0 10px
}

.footer-menu__unit:first-child {
    flex: 0 0 auto
}

.footer-menu__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: bold
}

.footer-menu__title a {
    color: #fff;
    text-decoration: none
}

.footer-menu__title a:hover {
    color: #898989
}

.footer-menu__list {
    margin: 0 0 15px;
    padding: 0;
    list-style: none
}

@media (min-width: 480px) {
    .footer-menu__list--double {
        -moz-column-count: 2;
        column-count: 2
    }
}

.footer-menu__link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 4px 0;
    line-height: 1.1;
    font-weight: bold
}

.footer-menu__link:hover {
    color: #898989
}

.footer-connect {
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap
}

@media (min-width: 1200px) {
    .footer-connect {
        flex-wrap: nowrap;
        justify-content: space-between;
        display: block;
        margin: 0
    }
}

.footer-connect__unit {
    padding: 0 20px;
    margin: 0 0 25px
}

.footer-connect__unit:first-child {
    flex: 0 0 100%;
    margin: 0 0 15px
}

@media (min-width: 1200px) {
    .footer-connect__unit:first-child {
        flex: none;
        margin: 0 0 25px
    }
}

@media (min-width: 1200px) {
    .footer-connect__unit {
        margin: 0 0 25px;
        padding: 0
    }
}

.footer-connect__title {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    margin: 0 0 10px
}

@media (min-width: 1600px) {
    .footer-connect__title {
        font-size: 18px
    }
}

.footer-subscribe__group {
    display: flex;
    border-radius: 4px;
    overflow: hidden
}

.footer-subscribe__field {
    flex: 1 1 auto
}

.footer-subscribe__field input[type=text] {
    border: none;
    outline: none;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    padding: 5px 15px;
    height: 45px;
    width: 100%
}

.footer-subscribe__field input[type=text]::-moz-placeholder {
    color: #000;
    opacity: .5
}

.footer-subscribe__field input[type=text]::placeholder {
    color: #000;
    opacity: .5
}

.footer-subscribe__submit {
    border: none;
    color: #2e2e2f;
    background: #fff;
    font-size: 12px;
    padding: 0 10px;
    width: 140px;
    font-weight: bold
}

.footer-subscribe__policy {
    padding: 12px 0 0
}

.footer-subscribe__policy .c-checkbox__text {
    color: rgba(255, 255, 255, .7)
}

.footer-subscribe__policy .c-checkbox__cr {
    border-color: rgba(0, 0, 0, 0)
}

.footer-social {
    display: flex
}

.footer-social__item:not(:last-child) {
    margin-right: 10px
}

.footer-social__link {
    display: flex;
    align-items: center;
    width: 26px;
    height: 26px;
    background: #2e2e2f;
    border-radius: 50%;
    text-decoration: none
}

.footer-connect-list {
    column-count: 2;
    /*display: flex;*/
    /*flex-wrap: wrap; !* позволяет элементам перенестись на новую строку *!*/
    list-style: none; /* убирает маркеры у списка */
    padding: 0;
    margin: 0;
}

.footer-connect-list li {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: bold;
    /*width: 50%; !* Устанавливаем ширину каждого элемента 50%, чтобы было 2 элемента в строке *!*/
    /*box-sizing: border-box; !* Чтобы паддинги и бордеры не влияли на ширину элемента *!*/
}

.footer-connect-list .svg-icon {
    margin-right: 8px
}

.footer-connect-list .svg-icon use {
    fill: #fff
}

.footer-connect-list a {
    text-decoration: none;
    color: #fff;
    display: inline-block
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2
}

.footer-bottom a {
    color: inherit
}

.footer-bottom p {
    margin: 6px 0
}

.footer-bottom__item {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
    flex: 0 0 100%
}

/*@media (min-width: 992px) {*/
/*    .footer-bottom__item {*/
/*        max-width: 50%;*/
/*        flex: 0 0 50%*/
/*    }*/
/*}*/

/*@media (min-width: 1500px) {*/
/*    .footer-bottom__item {*/
/*        max-width: 33.33%;*/
/*        flex: 0 0 33.33%*/
/*    }*/
/*}*/

.modal .btn-close {
    background-image: url("../images/icons/modal-close.svg");
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem auto
}

@media (min-width: 576px) {
    .modal .btn-close {
        background-size: 2rem auto
    }
}

.modal-content {
    border-radius: 0
}

.modal-header {
    padding: 1rem;
    border: none
}

@media (min-width: 576px) {
    .modal-header {
        padding: 1.5rem 2.5rem
    }
}

.modal-title {
    font-weight: bold;
    font-size: calc(1.2rem + 1.5vw);
    line-height: 1.5
}

@media (min-width: 1024px) {
    .modal-title {
        font-size: 2.5rem
    }
}

@media (min-width: 1400px) {
    .modal-title {
        font-size: 3.5rem
    }
}

.modal-body {
    padding: 1rem 1rem 1.5rem
}

@media (min-width: 576px) {
    .modal-body {
        padding: 1rem 2.5rem 2.5rem
    }
}

@media (min-width: 576px) {
    .modal-contact .modal-dialog {
        max-width: none;
        margin: .5rem
    }
}

@media (min-width: 1024px) {
    .modal-contact .modal-dialog {
        max-width: 992px;
        margin: 1.75rem auto
    }
}

@media (min-width: 1400px) {
    .modal-contact .modal-dialog {
        max-width: 1270px
    }
}

.modal-map-object__logo {
    border: 1px solid #dfe0e5;
    display: block;
    margin: 0 0 12px;
    position: relative;
    padding-top: 66.67%
}

.modal-map-object__logo-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.modal-map-object__category {
    font-size: 12px;
    line-height: 1.1;
    opacity: .3;
    margin: 0 0 5px
}

.modal-map-object__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1;
    margin: 0 0 20px
}

.modal-map-object__name a {
    color: inherit;
    transition: color .2s
}

.modal-map-object__name a:hover {
    color: #2e2e2f
}

.modal-map-object__contact .shop-contact__item {
    font-size: 12px
}

.modal-map-object__contact .shop-contact__item a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.modal-map-object__contact .shop-contact__item .svg-icon {
    flex: 0 0 20px
}

@media (min-width: 300px) {
    .modal-map-object .modal-dialog {
        max-width: 300px;
        margin: 1.75rem auto
    }
}

.modal-map-object .modal-header {
    padding: 12px 12px 5px 12px
}

.modal-map-object .btn-close {
    background-size: 1rem auto
}

.modal-map-object .modal-body {
    padding: 5px 20px 20px 20px
}

.swiper-slide {
    height: auto
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
    border: 1px solid #fff;
    position: relative
}

.swiper-pagination-bullet::after {
    content: "";
    background: #fff;
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0)
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    position: relative;
    overflow: hidden
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #000;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: bold
}

@media (min-width: 768px) {
    .selectric .label {
        font-size: 14px;
        margin: 0 48px 0 10px;
        line-height: 48px;
        height: 48px
    }
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    color: #2e2e2f;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial
}

@media (min-width: 768px) {
    .selectric .button {
        width: 48px;
        height: 48px;
        line-height: 48px;
        *font: 20px/48px Lucida Sans Unicode, Arial Unicode MS, Arial
    }
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid rgba(0, 0, 0, 0);
    border-top-color: #2e2e2f;
    border-bottom: none
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-hover .selectric .button {
    color: #5dc6f4
}

.selectric-hover .selectric .button:after {
    border-top-color: #5dc6f4
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    min-height: 20px
}

@media (min-width: 768px) {
    .selectric-items ul, .selectric-items li {
        font-size: 14px
    }
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #000;
    cursor: pointer
}

.selectric-items li.selected {
    background: #2e2e2f;
    color: #fff
}

.selectric-items li.highlighted {
    background: #2e2e2f;
    color: #fff
}

.selectric-items li:hover {
    background: #2e2e2f;
    color: #fff
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: .5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.c-btn {
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    white-space: nowrap;
    border-radius: 4px;
    padding: 10px 20px
}

.c-btn--primary {
    font-size: 12px;
    padding: 10px 14px;
    color: #000;
    border: 1px solid #2e2e2f;
    line-height: 1.5;
    background: #fff
}

@media (min-width: 1400px) {
    .c-btn--primary {
        font-size: 18px;
        padding: 14px 25px
    }
}

.c-btn--primary:hover {
    background: #2e2e2f;
    color: #fff
}

.c-btn--primary:hover .svg-icon use {
    fill: #fff;
    transition: all .2s
}

.c-btn--primary .svg-icon use {
    fill: #2e2e2f
}

.c-btn--primary-fill {
    font-size: 12px;
    color: #fff;
    background: #2e2e2f
}

@media (min-width: 1400px) {
    .c-btn--primary-fill {
        font-size: 18px;
        padding: 14px 25px
    }
}

.c-btn--primary-fill:hover {
    color: #fff
}

.c-btn--secondary {
    background: #fff;
    color: #2e2e2f;
    font-size: 12px;
    padding: 9px 20px;
    height: 45px
}

.c-btn--icon-left span {
    margin-left: 10px
}

@media (min-width: 1400px) {
    .c-btn--icon-left span {
        margin-left: 14px
    }
}

.c-btn--icon-right span {
    margin-right: 10px
}

@media (min-width: 1400px) {
    .c-btn--icon-right span {
        margin-right: 14px
    }
}

.c-btn--more span {
    display: none
}

@media (min-width: 768px) {
    .c-btn--more span {
        display: inline-block
    }
}

.c-btn span {
    display: inline-block
}

.c-btn .svg-icon {
    width: 14px;
    height: 14px
}

@media (min-width: 1400px) {
    .c-btn .svg-icon {
        width: 17px;
        height: 17px
    }
}

.c-btn-download {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    color: #000 !important;
    transition: color .2s
}

@media (min-width: 576px) {
    .c-btn-download {
        font-size: 18px
    }
}

.c-btn-download:hover {
    color: #2e2e2f !important
}

.c-btn-download .svg-icon {
    margin-right: 10px;
    flex: 0 0 30px
}

.c-btn-download .svg-icon use {
    fill: #2e2e2f;
    transition: all .2s
}

.c-btn-view {
    font-weight: 400;
    display: inline-flex;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .2s;
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    border: 1px solid #dfe0e6;
    padding: 6px 10px;
    height: 40px
}

@media (min-width: 370px) {
    .c-btn-view {
        padding: 8px 15px
    }
}

@media (min-width: 768px) {
    .c-btn-view {
        height: 50px
    }
}

.c-btn-view:hover {
    color: #000
}

.c-btn-view:hover, .c-btn-view.active {
    border-color: #000
}

.c-btn-view:hover .svg-icon use, .c-btn-view.active .svg-icon use {
    fill: #2e2e2f
}

.c-btn-view .svg-icon {
    margin-left: 10px;
    flex: 0 0 30px
}

.c-btn-view .svg-icon use {
    fill: #dfe0e5;
    transition: all .2s
}

.c-search {
    position: relative;
    width: 100%
}

.c-search__field {
    width: 100%;
}

.c-search__field__header {
    background: #e7e7e7;
    border-radius: 4px;
}

.c-search__field input[type=text] {
    width: 100%;
    border: 1px solid #dfe0e6;
    padding: 0 14px 0 40px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    outline: none
}

@media (min-width: 768px) {
    .c-search__field input[type=text] {
        height: 50px;
        padding: 0 14px 0 45px;
        font-size: 14px
    }
}

.c-search__field input[type=text]::-moz-placeholder {
    color: #000;
    opacity: .5
}

.c-search__field input[type=text]::placeholder {
    color: #000;
    opacity: .5
}

.c-search__submit {
    position: absolute;
    background: rgba(0, 0, 0, 0);
    border: none;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    top: 10px;
    left: 12px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {
    .c-search__submit {
        top: 14px;
        left: 12px;
        width: 22px;
        height: 22px
    }
}

.c-search__submit .svg-icon {
    width: 100%;
    height: 100%
}

.c-search__submit .svg-icon use {
    fill: #2e2e2f
}

.c-search__dropdown {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    margin: 5px 0 0;
    box-shadow: 0 4px 12px rgba(60, 60, 81, .12);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: .2s
}

.c-search__dropdown.active {
    opacity: 1;
    visibility: visible
}

.c-search--footer .c-search__field input[type=text] {
    background: rgba(255, 255, 255, .2);
    color: #000;
    border: none;
    font-weight: bold;
    text-transform: uppercase
}

.c-search--footer .c-search__field input[type=text]::-moz-placeholder {
    color: #fff
}

.c-search--footer .c-search__field input[type=text]::placeholder {
    color: #000
}

.c-search--footer .c-search__submit .svg-icon use {
    fill: #000
}

.c-checkbox {
    margin: 0
}

.c-checkbox__cr {
    position: relative;
    margin: 0;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 1px solid #000;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 2px
}

.c-checkbox__cr:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 19px;
    border-radius: 50%
}

.c-checkbox label {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 1.3;
    position: relative;
    display: flex;
    align-items: flex-start
}

.c-checkbox label:after {
    content: "";
    display: table;
    clear: both
}

.c-checkbox input {
    display: none
}

.c-checkbox input:checked + .c-checkbox__cr:after {
    background-color: #2e2e2f
}

.c-checkbox__text {
    padding: 0 0 0 10px;
    font-family: "Trebuchet MS", sans-serif;
    color: #000;
    line-height: 1.2;
    font-size: 12px
}

@media (min-width: 576px) {
    .c-checkbox__text {
        font-size: 14px
    }
}

.c-checkbox__text a, .c-checkbox__text span {
    text-decoration: underline;
    color: inherit
}

.c-checkbox--sm .c-checkbox__cr {
    width: 14px;
    height: 14px;
    flex: 0 0 14px
}

.c-checkbox--sm .c-checkbox__cr:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px
}

.c-checkbox--sm .c-checkbox__text {
    font-size: 12px;
    padding: 0 0 0 8px
}

.c-dropdown {
    height: 40px;
    border: 1px solid #dfe0e6;
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 4px
}

@media (min-width: 768px) {
    .c-dropdown {
        height: 50px
    }
}

.c-dropdown:hover {
    border-color: #969696
}

.c-dropdown.active .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15)
}

.c-dropdown.active .c-dropdown__control .svg-icon {
    transform: rotate(180deg)
}

.c-dropdown__wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 15px
}

.c-dropdown__value {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.c-dropdown__control {
    position: absolute;
    width: 17px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
    display: flex
}

.c-dropdown__control .svg-icon {
    transition: transform .3s ease
}

.c-dropdown__control .svg-icon use {
    fill: #2e2e2f
}

.c-dropdown__list {
    position: absolute;
    top: 100%;
    pointer-events: none;
    left: 0;
    width: 100%;
    transition: opacity .3s ease;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 12px 8px 12px;
    margin: 1px 0 0
}

.c-dropdown-list {
    max-height: 500px;
    overflow-y: auto;
    padding: 5px 15px
}

.c-dropdown-list__link {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    line-height: 1.1;
    cursor: pointer
}

.c-dropdown-list__link:hover, .c-dropdown-list__link.active {
    color: #2e2e2f
}

.c-dropdown-list__sub {
    margin-bottom: 10px
}

.c-dropdown-list__sub ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 22px
}

.c-dropdown-list__sub li {
    padding: 4px 0
}

.c-dropdown-list__sub li.active a, .c-dropdown-list__sub li.active span {
    color: #2e2e2f;
    text-decoration: underline
}

.c-dropdown-list__sub a, .c-dropdown-list__sub span {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 1.1;
    cursor: pointer
}

.c-dropdown-list__sub a:hover, .c-dropdown-list__sub span:hover {
    color: #2e2e2f;
    text-decoration: underline
}

.breadcrumb {
    margin: 0 0 1.5rem
}

.breadcrumb-item {
    color: #000;
    font-size: 12px;
    font-weight: normal
}

@media (min-width: 768px) {
    .breadcrumb-item {
        font-size: 12px
    }
}

@media (min-width: 1400px) {
    .breadcrumb-item {
        font-size: 14px
    }
}

.breadcrumb-item span, .breadcrumb-item.active {
    color: #2e2e2f
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #000
}

.breadcrumb-item a {
    color: inherit;
    text-decoration: none
}

.rating-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0 10px 0 0
}

.rating-area__item {
    font-size: 18px
}

.rating-area__item::before {
    content: "★"
}

.rating-area:not(:checked) > input {
    display: none
}

.rating-area > label {
    margin: 0
}

.rating-area:not(:checked) > label {
    width: 24px;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    color: #d6dee9
}

.rating-area:not(:checked) > label:before {
    content: "★"
}

.rating-area > input:checked ~ label {
    color: #ea670c
}

.rating-area:not(:checked) > label:hover, .rating-area:not(:checked) > label:hover ~ label {
    color: #ea670c
}

.section-ui {
    padding: 20px 0
}

.ui-list__item {
    margin: 0 0 20px
}

.ui-item__title {
    font-weight: bold;
    font-size: 25px
}

@media (min-width: 768px) {
    .top-info {
        display: flex;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .top-info {
        justify-content: flex-end
    }
}

.top-info__item {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 12px
}

@media (min-width: 1200px) {
    .top-info__item:not(:last-child) {
        margin-right: 20px
    }
}

.top-info__text {
    color: #000;
}

.top-info__text a {
    color: inherit;
    text-decoration: none
}

.top-info__icon .svg-icon {
    margin-right: 5px
}

.top-info__icon .svg-icon use {
    fill: #000
}

.site-logotype {
    width: 180px
}

.site-logotype .svg-icon {
    width: 100%;
    height: auto
}

.site-logotype svg, .site-logotype img {
    width: 100%;
    height: auto
}

.hamburger {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    cursor: pointer
}

.hamburger__line {
    width: 38px;
    height: 2px;
    background-color: #fff;
    border-radius: 1.5px;
    margin-bottom: 5px;
    transition: transform .2s;
    position: relative
}

.hamburger__text {
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    transition: opacity .2s
}

.mobile-menu-opened .hamburger__text {
    opacity: 0
}

.mobile-menu-opened .hamburger__line:nth-child(1) {
    background-color: #000;
    transform: rotate(-45deg);
    top: 12px
}

.mobile-menu-opened .hamburger__line:nth-child(2) {
    background-color: #000;
    transform: rotate(45deg);
    top: 5px
}

.scrollbar::-webkit-scrollbar {
    width: 5px
}

@media (min-width: 576px) {
    .scrollbar::-webkit-scrollbar {
        width: 5px
    }
}

.scrollbar::-webkit-scrollbar-track {
    background: #fff
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #2e2e2f;
    outline: 1px solid #2e2e2f;
    border-radius: 2px
}

.scrollbar--horizontal::-webkit-scrollbar {
    height: 4px
}

.bound-section__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px
}

@media (min-width: 1024px) {
    .bound-section__head {
        margin: 0 0 15px
    }
}

.bound-section__title {
    margin: 0 10px 0 0;
    font-size: 20px
}

@media (min-width: 1024px) {
    .bound-section__title {
        font-size: 25px
    }
}

@media (min-width: 1600px) {
    .bound-section__title {
        font-size: 30px
    }
}

.bound-section__btn-more span {
    display: none
}

@media (min-width: 768px) {
    .bound-section__btn-more span {
        display: inline-block
    }
}

.section-tabs {
    display: flex
}

.section-tabs__item {
    font-size: 12px;
    font-weight: bold;
    cursor: default;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    line-height: 1.15
}

@media (min-width: 576px) {
    .section-tabs__item {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .section-tabs__item {
        font-size: 16px
    }
}

@media (min-width: 1600px) {
    .section-tabs__item {
        font-size: 18px
    }
}

.section-tabs__item:not(:last-child) {
    margin-right: 20px
}

@media (min-width: 768px) {
    .section-tabs__item:not(:last-child) {
        margin-right: 30px
    }
}

@media (min-width: 1600px) {
    .section-tabs__item:not(:last-child) {
        margin-right: 40px
    }
}

.section-tabs__item.active {
    color: #2e2e2f;
    border-color: #2e2e2f
}

.section-tabs__item.active a {
    color: inherit
}

.section-tabs__item a {
    text-decoration: none;
    color: #000;
    transition: all .2s
}

.section-tabs__item a:hover {
    color: #2e2e2f
}

.page-gallery {
    display: flex;
    overflow-x: auto;
    padding: 0 0 8px;
    margin-right: -10px
}

@media (min-width: 576px) {
    .page-gallery {
        margin-right: -20px
    }
}

@media (min-width: 1024px) {
    .page-gallery {
        margin-right: 0;
        padding: 0;
        display: block;
        overflow-x: visible
    }
}

.page-gallery__item {
    flex: 0 0 85%;
}

.page-gallery__image {
    position: relative;
    padding-top: 74%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .page-gallery__image {
        padding-top: 0
    }
}

.page-gallery__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .page-gallery__image img {
        width: auto;
        height: auto;
        position: static;
        max-width: 100%;
        -o-object-fit: initial;
        object-fit: initial
    }
}

.page-link {
    border: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px
}

@media (min-width: 576px) {
    .page-link {
        font-size: 18px;
        padding: 4px 14px
    }
}

.page-link:hover {
    color: #2e2e2f
}

.page-item.active .page-link {
    background: #2e2e2f;
    color: #fff
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 50%;
    color: #2e2e2f
}

.advertising-formats {
    padding: 10px 10px;
    background: #eceef4
}

@media (min-width: 576px) {
    .advertising-formats {
        padding: 10px 20px
    }
}

@media (min-width: 992px) {
    .advertising-formats__container {
        display: flex;
        align-items: center;
        margin: 0 -10px
    }
}

.advertising-formats__title, .advertising-formats__btn {
    padding: 8px
}

@media (min-width: 576px) {
    .advertising-formats__title, .advertising-formats__btn {
        padding: 10px
    }
}

.advertising-formats__title {
    font-size: calc(1rem + 1.5vw);
    font-weight: bold;
    line-height: 1.1
}

@media (min-width: 1200px) {
    .advertising-formats__title {
        font-size: 1.8rem
    }
}

.connect-list__item {
    margin: 0 0 15px;
    font-weight: bold
}

.connect-list__item-name {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 5px
}

@media (min-width: 576px) {
    .connect-list__item-name {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .connect-list__item-name {
        font-size: 18px
    }
}

.connect-list__item-value {
    font-size: calc(1rem + 1.5vw);
    color: #000;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .connect-list__item-value {
        font-size: 2.5rem
    }
}

.connect-list__item-value a {
    color: inherit
}

.form--arenda .c-btn--submit {
    width: 100%
}

.form--arenda .form__field {
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width: 768px) {
    .form--arenda .form__field {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 1024px) {
    .form--arenda .form__field {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 1300px) {
    .form--arenda .form__field {
        max-width: 50%;
        flex: 0 0 50%
    }
}

.form--contact .form__field--textarea {
    max-width: 100%;
    flex: 0 0 100%
}

.form--contact .form__bottom {
    padding: 20px 0 0
}

.form--contact .form__bottom .form__info, .form--contact .form__bottom .form__submit {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
    flex: 0 0 100%
}

.form--contact .form__bottom .form__info {
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .form--contact .form__bottom .form__info {
        max-width: 60%;
        flex: 0 0 60%
    }
}

.form--contact .form__bottom .form__submit .c-btn--submit {
    width: 100%
}

@media (min-width: 768px) {
    .form--contact .form__bottom .form__submit {
        max-width: 40%;
        flex: 0 0 40%
    }
}

.form__title {
    font-weight: bold;
    margin: 0 0 20px;
    font-size: calc(1rem + 1.5vw)
}

@media (min-width: 1200px) {
    .form__title {
        font-size: 2.5rem
    }
}

.form__container, .form__bottom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

.form__bottom {
    padding: 20px 0 0
}

.form__field {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 10px
}

@media (min-width: 576px) {
    .form__field {
        margin: 0 0 20px
    }
}

@media (min-width: 992px) {
    .form__field {
        max-width: 50%;
        flex: 0 0 50%
    }
}

.form__control {
    display: block;
    width: 100%;
    padding: .438rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none
}

@media (min-width: 576px) {
    .form__control {
        padding: .75rem .75rem
    }
}

.form__control--error {
    border-color: #db261f
}

.form__control::-moz-placeholder {
    color: #000;
    opacity: .3
}

.form__control::placeholder {
    color: #000;
    opacity: .3
}

.form__control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #76caee
}

.form__control[type=file] {
    overflow: hidden;
    font-size: .875rem
}

@media (min-width: 576px) {
    .form__control[type=file] {
        font-size: 1rem
    }
}

.form__control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form__control::-webkit-file-upload-button {
    padding: .75rem .75rem;
    margin: -0.75rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #fff;
    background-color: #2e2e2f;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: .875rem
}

@media (min-width: 576px) {
    .form__control::-webkit-file-upload-button {
        font-size: 1rem
    }
}

.form__label {
    margin: 0 0 3px;
    font-size: .875rem;
    font-weight: bold
}

@media (min-width: 576px) {
    .form__label {
        font-size: 1rem
    }
}

.form__label--required::after {
    content: " *";
    color: #ef4e23
}

.form__note {
    margin: 0 0 10px;
    font-size: 14px
}

.form__error-message {
    color: #db261f
}

.form .c-btn--submit {
    background: #2e2e2f;
    color: #fff
}

.form .c-btn--submit:hover {
    background: #76caee
}

.apply-form__title {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px
}

.contact-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px
}

@media (min-width: 1200px) {
    .contact-list {
        margin: 0 -40px
    }
}

.contact-list__item {
    padding: 0 30px;
    margin: 0 0 20px
}

@media (min-width: 576px) {
    .contact-list__item {
        margin: 0 0 40px
    }
}

@media (min-width: 1200px) {
    .contact-list__item {
        padding: 0 40px
    }
}

.contact-list__title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 10px
}

@media (min-width: 576px) {
    .contact-list__title {
        margin: 0 0 15px
    }
}

.contact-list__info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px
}

.contact-list__text {
    font-size: 12px;
    color: #000;
    padding: 0 30px;
    margin: 0 0 10px
}

@media (min-width: 576px) {
    .contact-list__text {
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .contact-list__text {
        font-size: 18px
    }
}

.contact-list__text p {
    margin: 0 0 5px
}

.contact-list__text a {
    color: inherit;
    transition: color .1s
}

.contact-list__text a:hover {
    color: #ff9292
}

.scroll-top-btn {
    position: fixed;
    right: 30px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    cursor: pointer;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all .3s
}

.scroll-top-btn--visible {
    visibility: visible;
    opacity: 1;
    z-index: 100
}

.scroll-top-btn .svg-icon use {
    fill: #2e2e2f
}

.cookie-alert {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transform: translateY(100%)
}

.cookie-alert--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.cookie-alert__content {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

@media (min-width: 576px) {
    .cookie-alert__content {
        padding: 0 20px
    }
}

@media (min-width: 1024px) {
    .cookie-alert__content {
        flex-wrap: nowrap
    }
}

.cookie-alert__text {
    font-size: 12px;
    margin: 0 0 15px
}

@media (min-width: 1024px) {
    .cookie-alert__text {
        margin: 0 40px 0 0
    }
}

.cookie-alert__text p {
    margin: 0
}

.cookie-alert__btn .c-btn {
    min-width: 260px
}

.discount-label.svg-icon use {
    fill: #eb008b
}

.index-page__shop {
    padding: 30px 0
}

@media (min-width: 1400px) {
    .index-page__shop {
        padding: 40px 0
    }
}

@media (min-width: 1600px) {
    .index-page__shop {
        padding: 75px 0
    }
}

.index-page__unit {
    padding: 10px 0
}

.index-page__unit--about {
    padding: 50px 0
}

.index-unit__title {
    font-size: 20px;
    color: #000;
    position: relative;
    margin: 0 0 20px;
    line-height: 1.1;
    padding: 10px 0 0
}

@media (min-width: 992px) {
    .index-unit__title {
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    .index-unit__title {
        font-size: 25px;
        margin: 0 0 25px
    }
}

.index-unit__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 3px;
    background: #2e2e2f
}

@media (min-width: 1200px) {
    .index-unit__title::before {
        width: 110px
    }
}

.index-unit__content--instagram {
    margin-right: -20px
}

@media (min-width: 1400px) {
    .index-unit__content--instagram {
        margin-right: -80px
    }
}

@media (min-width: 1600px) {
    .index-unit__content--instagram {
        margin-right: 0
    }
}

.index-stock-slider__slide {
    padding-top: 45%;
    position: relative
}

.index-stock-slider__slide img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index-stock-slider .swiper-pagination-bullets {
    bottom: 35px
}

.index-stock-slider .swiper-button-prev, .index-stock-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%
}

.index-stock-slider .swiper-button-prev:after, .index-stock-slider .swiper-button-next:after {
    font-size: 18px;
    color: #fff
}

.index-shop .swiper-slide:not(:first-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 2px;
    height: 50px;
    background: #2e2e2f
}

.index-shop-card {
    position: relative;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.index-shop-card__image {
    border-radius: 4px;
    overflow: hidden
}

.index-shop-card__image img {
    max-width: 100%;
    max-height: 100%
}

.index-shop-card__link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.index-news__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media (min-width: 1200px) {
    .index-news__container {
        margin: 0 -20px
    }
}

.index-news__item {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 15px;
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width: 576px) {
    .index-news__item {
        max-width: 33.33%;
        flex: 0 0 33.33%
    }
}

@media (min-width: 1200px) {
    .index-news__item {
        padding: 0 20px;
        margin: 0 0 40px
    }
}

.index-news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.index-news-card:hover .index-news-card__image::after {
    opacity: 1
}

.index-news-card__image {
    position: relative;
    padding-top: 56%
}

.index-news-card__image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.index-news-card__image::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 146, 146, 0.4), rgba(255, 146, 146, 0.4));
    opacity: 0;
    transition: opacity .2s
}

.index-news-card__info {
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 auto
}

@media (min-width: 1400px) {
    .index-news-card__info {
        padding: 20px 0 0
    }
}

.index-news-card__title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px
}

@media (min-width: 1200px) {
    .index-news-card__title {
        font-size: 18px
    }
}

@media (min-width: 1400px) {
    .index-news-card__title {
        font-size: 20px;
        margin: 0 0 25px
    }
}

@media (min-width: 1600px) {
    .index-news-card__title {
        font-size: 24px
    }
}

.index-news-card__date {
    color: #ff9292;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center
}

@media (min-width: 1400px) {
    .index-news-card__date {
        font-size: 14px
    }
}

.index-news-card__date .svg-icon {
    margin-right: 8px
}

.index-news-card__date .svg-icon use {
    fill: #ff9292
}

.index-news-card__link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.index-video__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media (min-width: 1200px) {
    .index-video__container {
        margin: 0 -20px
    }
}

.index-video__item {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 15px;
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width: 576px) {
    .index-video__item {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 1200px) {
    .index-video__item {
        padding: 0 20px;
        margin: 0 0 40px
    }
}

.index-video-card {
    display: flex;
    flex-direction: column;
    height: 100%
}

.index-video-card__info {
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 auto
}

@media (min-width: 1400px) {
    .index-video-card__info {
        padding: 20px 0 0
    }
}

.index-video-card__title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px
}

@media (min-width: 1200px) {
    .index-video-card__title {
        font-size: 18px
    }
}

@media (min-width: 1400px) {
    .index-video-card__title {
        font-size: 20px;
        margin: 0 0 25px
    }
}

@media (min-width: 1600px) {
    .index-video-card__title {
        font-size: 24px
    }
}

.index-video-card__date {
    color: #2e2e2f;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center
}

@media (min-width: 1400px) {
    .index-video-card__date {
        font-size: 14px
    }
}

@media (min-width: 1600px) {
    .index-video-card__date {
        font-size: 18px
    }
}

.index-video-card__date .svg-icon {
    margin-right: 8px
}

.index-video-card__date .svg-icon use {
    fill: #2e2e2f
}

.index-instagram .swiper-slide {
    width: 250px
}

@media (min-width: 370px) {
    .index-instagram .swiper-slide {
        width: 260px
    }
}

@media (min-width: 1600px) {
    .index-instagram .swiper-slide {
        width: auto
    }
}

.index-instagram-card {
    position: relative
}

.index-instagram-card:hover .index-instagram-card__image::before {
    opacity: 1
}

.index-instagram-card__image {
    background: #4c4c4c;
    position: relative;
    padding-top: 100%
}

.index-instagram-card__image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.index-instagram-card__image::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
    opacity: 0;
    transition: opacity .2s
}

.index-instagram-card__image::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2
}

.index-instagram-card__info {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px;
    z-index: 3
}

.index-instagram-card__title {
    font-size: 14px;
    line-height: 1.1;
    margin: 0 0 12px
}

.index-instagram-card__date {
    font-size: 12px
}

.index-instagram-card__link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}

.index-about__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

@media (min-width: 768px) {
    .index-about__container {
        padding: 10px 0 0
    }
}

.index-about__text, .index-about__props {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width: 1200px) {
    .index-about__text, .index-about__props {
        max-width: 50%;
        flex: 0 0 50%
    }
}

.index-about__text {
    font-size: 12px;
    margin: 0 0 15px
}

@media (min-width: 576px) {
    .index-about__text {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .index-about__text {
        margin: 0;
        max-width: 60%;
        flex: 0 0 60%
    }
}

@media (min-width: 992px) {
    .index-about__text {
        max-width: 45%;
        flex: 0 0 45%
    }
}

@media (min-width: 1400px) {
    .index-about__text {
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .index-about__props {
        max-width: 40%;
        flex: 0 0 40%
    }
}

@media (min-width: 992px) {
    .index-about__props {
        max-width: 55%;
        flex: 0 0 55%
    }
}

.index-about-props__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

.index-about-props__item {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 40px;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex
}

@media (min-width: 576px) {
    .index-about-props__item {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 768px) {
    .index-about-props__item {
        max-width: 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 992px) {
    .index-about-props__item {
        max-width: 50%;
        flex: 0 0 50%
    }
}

.index-about-props__icon {
    margin-right: 20px
}

.index-about-props__icon .svg-icon use {
    fill: #2e2e2f
}

.index-about-props__name {
    color: #2e2e2f;
    font-size: 12px;
    font-weight: bold
}

@media (min-width: 1400px) {
    .index-about-props__name {
        font-size: 18px
    }
}

.index-about-props__value {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.15
}

@media (min-width: 1400px) {
    .index-about-props__value {
        font-size: 20px
    }
}

@media (min-width: 1600px) {
    .index-about-props__value {
        font-size: 25px
    }
}

.shop-sections__switch-view-buttons {
    margin: 0 0 15px
}

.shop-sections__switch-view-buttons .c-btn {
    margin-bottom: 10px
}

.shop-sections__switch-view-buttons .c-btn:not(:last-child) {
    margin-right: 20px
}

@media (min-width: 768px) {
    .shop-sections__switch-view-buttons .c-btn {
        min-width: 315px
    }
}

@media (min-width: 1400px) {
    .shop-sections__switch-view-buttons .c-btn {
        min-width: 405px
    }

    .shop-sections__switch-view-buttons .c-btn:not(:last-child) {
        margin-right: 40px
    }
}

.shop-sections__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media (min-width: 1200px) {
    .shop-sections__container {
        margin: 0 -20px
    }
}

.shop-sections__item {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 20px;
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width: 576px) {
    .shop-sections__item {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 1200px) {
    .shop-sections__item {
        max-width: 25%;
        flex: 0 0 25%;
        padding: 0 20px;
        margin: 0 0 40px
    }

    .shop-sections__item--wide {
        max-width: 50%;
        flex: 0 0 50%
    }
}

.shop-section-card {
    border: 1px solid #dfe0e6;
    position: relative;
    border-radius: 10px
}

@media (min-width: 576px) {
    .shop-section-card {
        min-height: 360px
    }

    .shop-section-card:hover .shop-section-card__img {
        opacity: .2
    }

    .shop-section-card:hover .shop-section-card__list {
        opacity: 1
    }
}

@media (min-width: 768px) {
    .shop-section-card {
        min-height: 380px
    }
}

@media (min-width: 992px) {
    .shop-section-card {
        min-height: 430px
    }
}

@media (min-width: 1200px) {
    .shop-section-card {
        min-height: 450px
    }
}

@media (min-width: 1400px) {
    .shop-section-card {
        min-height: 450px
    }
}

@media (min-width: 1600px) {
    .shop-section-card {
        padding: 33px 38px;
        min-height: 450px
    }
}

@media (min-width: 992px) {
    .shop-section-card--wide .shop-section-card__img {
        width: 90%
    }
}

@media (min-width: 1600px) {
    .shop-section-card--wide .shop-section-card__img {
        width: 100%
    }
}

.shop-section-card__img {
    width: 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .shop-section-card__img {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 100%;
        -o-object-fit: scale-down;
        object-fit: scale-down;
        -o-object-position: bottom right;
        object-position: bottom right;
        transition: opacity .2s;
        max-width: none
    }
}

.shop-section-card__content {
    position: relative;
    padding: 20px;
    z-index: 5
}

.shop-section-card__title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: relative;
    margin: 0 0 20px;
    line-height: 1.15;
    padding: 0 0 15px
}

@media (min-width: 992px) {
    .shop-section-card__title {
        font-size: 25px
    }
}

.shop-section-card__title a {
    text-decoration: none;
    color: inherit
}

.shop-section-card__title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: #2e2e2f
}

.shop-section-card__list {
    position: relative;
    z-index: 2
}

@media (min-width: 576px) {
    .shop-section-card__list {
        opacity: 0;
        transition: opacity .3s
    }
}

.shop-section-card__list-link {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    color: #000;
    line-height: 1.2;
    font-weight: bold
}

@media (min-width: 576px) {
    .shop-section-card__list-link {
        font-size: 16px
    }
}

@media (min-width: 992px) {
    .shop-section-card__list-link {
        font-size: 18px
    }
}

.shop-section-card__list-link:hover {
    color: #000
}

.shop-section-card__list-link:hover .svg-icon {
    transform: translateX(8px)
}

.shop-section-card__list-link .svg-icon {
    margin-left: 5px;
    position: relative;
    transition: transform .3s
}

.shop-section-card__list-link .svg-icon use {
    fill: #2e2e2f
}

.shop-section-card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.unit-shops {
    padding: 0 0 40px
}

.unit-shops__switch-view-buttons {
    margin: 0 0 10px
}

@media (min-width: 768px) {
    .unit-shops__switch-view-buttons {
        margin: 0 0 15px
    }
}

.unit-shops__switch-view-buttons .c-btn {
    margin-bottom: 10px
}

.unit-shops__switch-view-buttons .c-btn:not(:last-child) {
    margin-right: 20px
}

@media (min-width: 768px) {
    .unit-shops__switch-view-buttons .c-btn {
        min-width: 315px
    }
}

@media (min-width: 1400px) {
    .unit-shops__switch-view-buttons .c-btn {
        min-width: 405px
    }

    .unit-shops__switch-view-buttons .c-btn:not(:last-child) {
        margin-right: 40px
    }
}

.unit-shops__filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 15px
}

.unit-shops__search {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 10px
}

@media (min-width: 576px) {
    .unit-shops__search {
        margin: 0 0 20px
    }
}

@media (min-width: 1024px) {
    .unit-shops__search {
        max-width: 315px;
        flex: 0 0 315px;
        margin: 0 20px 0 0
    }
}

@media (min-width: 1400px) {
    .unit-shops__search {
        margin-right: 40px;
        max-width: 405px;
        flex: 0 0 405px
    }
}

.unit-shops__controls {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

@media (min-width: 768px) {
    .unit-shops__controls {
        width: auto
    }
}

@media (min-width: 1024px) {
    .unit-shops__controls {
        flex: 1 1 auto
    }
}

.unit-shops__dropdown {
    width: 100%;
    margin: 0 0 10px
}

@media (min-width: 576px) {
    .unit-shops__dropdown {
        margin: 0 0 20px
    }
}

@media (min-width: 768px) {
    .unit-shops__dropdown {
        width: 315px
    }
}

@media (min-width: 1400px) {
    .unit-shops__dropdown {
        width: 405px
    }
}

.unit-shops__tabs {
    flex: 0 0 auto
}

@media (min-width: 370px) {
    .unit-shops__tabs .c-btn-view {
        width: 130px
    }
}

@media (min-width: 1024px) {
    .unit-shops__tabs {
        flex: none
    }
}

.unit-shops__tabs .c-btn-view {
    width: 140px
}

.unit-shops__tabs .c-btn-view:not(:last-child) {
    margin-right: 14px
}

.unit-shops__select-letter {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: bold
}

@media (min-width: 1024px) {
    .unit-shops__select-letter {
        font-size: 16px
    }
}

@media (min-width: 1400px) {
    .unit-shops__select-letter {
        font-size: 20px
    }
}

.unit-shops__select-letter a {
    color: inherit;
    text-decoration: none
}

.unit-shops__select-letter a:hover {
    color: #db261f
}

.unit-shops__select-letter___sections {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start
}

@media (min-width: 768px) {
    .unit-shops__select-letter___sections {
        flex-flow: row wrap
    }
}

.unit-shops__select-letter___sections-section {
    flex: 1 1 auto;
    padding: 4px 0 3px;
    position: relative;
    margin-right: 30px;
    margin-top: 10px
}

@media (min-width: 768px) {
    .unit-shops__select-letter___sections-section {
        margin-top: 0
    }
}

@media (min-width: 1400px) {
    .unit-shops__select-letter___sections-section {
        margin-right: 25px
    }
}

.unit-shops__select-letter___sections-section--number {
    margin-top: 0;
    flex-grow: 0
}

.unit-shops__select-letter___sections-section--number .unit-shops__select-letter___list-item {
    width: 35px
}

@media (min-width: 576px) {
    .unit-shops__select-letter___sections-section--number .unit-shops__select-letter___list-item {
        width: auto
    }
}

.unit-shops__select-letter___list {
    display: block
}

@media (min-width: 576px) {
    .unit-shops__select-letter___list {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        color: #000
    }
}

.unit-shops__select-letter___list-item {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    text-align: center;
    margin: 0 4px 2px;
    line-height: 1
}

@media (min-width: 576px) {
    .unit-shops__select-letter___list-item {
        flex: 1 1 auto;
        margin: initial;
        width: auto;
        text-align: inherit
    }
}

.unit-shops__letter {
    font-size: 12px
}

@media (min-width: 576px) {
    .unit-shops__letter {
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    .unit-shops__letter {
        font-size: 18px
    }
}

.unit-shops__letter a {
    font-weight: bold;
    color: #000;
    line-height: 1.15
}

.unit-shops__letter a:hover {
    color: #db261f
}

.unit-shops__letter .discount-label {
    margin-left: 3px;
    width: 16px;
    height: 16px
}

@media (min-width: 1200px) {
    .unit-shops__letter .discount-label {
        width: auto;
        height: auto;
        margin-left: 6px
    }
}

.unit-shops__letter-sections___section {
    border-top: 1px solid #ebebeb;
    padding: 27px 10px 27px 70px;
    position: relative;
    min-height: 80px
}

@media (min-width: 576px) {
    .unit-shops__letter-sections___section {
        padding: 30px 20px 30px 120px;
        min-height: 90px
    }
}

@media (min-width: 768px) {
    .unit-shops__letter-sections___section {
        min-height: 110px;
        padding: 30px 20px 30px 170px
    }
}

@media (min-width: 1200px) {
    .unit-shops__letter-sections___section {
        min-height: 140px;
        padding: 35px 35px 35px 210px
    }
}

.unit-shops__letter-sections___section::before {
    position: absolute;
    top: 28px;
    left: 0;
    content: attr(data-symbol);
    line-height: .8em;
    font-size: 25px;
    font-weight: bold;
    transition: color .1s linear
}

@media (min-width: 576px) {
    .unit-shops__letter-sections___section::before {
        font-size: 30px
    }
}

@media (min-width: 768px) {
    .unit-shops__letter-sections___section::before {
        font-size: 60px
    }
}

@media (min-width: 1200px) {
    .unit-shops__letter-sections___section::before {
        font-size: 80px;
        top: 35px
    }
}

.unit-shops__letter-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: -5px
}

@media (min-width: 1200px) {
    .unit-shops__letter-list {
        margin-bottom: -25px
    }
}

.unit-shops__letter-list___item {
    margin-bottom: 5px;
    flex: 0 0 100%
}

@media (min-width: 576px) {
    .unit-shops__letter-list___item {
        padding-right: 20px;
        flex: 0 0 50%
    }
}

@media (min-width: 768px) {
    .unit-shops__letter-list___item {
        flex: 0 0 33.33%
    }
}

@media (min-width: 1200px) {
    .unit-shops__letter-list___item {
        flex: 0 0 25%;
        margin-bottom: 25px
    }
}

.shop-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

@media (min-width: 576px) {
    .shop-cards {
        margin: 0 -10px
    }
}

@media (min-width: 1400px) {
    .shop-cards {
        margin: 0 -20px
    }
}

.shop-cards__item {
    width: 100%;
    padding: 0 5px;
    margin: 0 0 20px;
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width: 375px) {
    .shop-cards__item {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 576px) {
    .shop-cards__item {
        padding: 0 10px;
        margin: 0 0 20px
    }
}

@media (min-width: 768px) {
    .shop-cards__item {
        max-width: 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 1400px) {
    .shop-cards__item {
        padding: 0 20px;
        margin: 0 0 40px
    }
}

.shop-card {
    position: relative
}

.shop-card:hover .shop-card__top {
    box-shadow: 0 4px 17px rgba(0, 0, 0, .1)
}

.shop-card__top {
    padding: 0;
    border: 1px solid #dfe0e5;
    margin: 0 0 10px;
    transition: all .2s;
    border-radius: 4px;
    overflow: hidden
}

@media (min-width: 768px) {
    .shop-card__top {
        margin: 0 0 15px
    }
}

.shop-card__image {
    position: relative;
    padding-top: 66.67%
}

.shop-card__image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.shop-card__name {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.15;
    color: #000;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .shop-card__name {
        font-size: 14px
    }
}

@media (min-width: 1400px) {
    .shop-card__name {
        font-size: 18px
    }
}

.shop-card__storey {
    font-size: 12px;
    color: #2e2e2f
}

@media (min-width: 768px) {
    .shop-card__storey {
        font-size: 12px
    }
}

@media (min-width: 1400px) {
    .shop-card__storey {
        font-size: 14px
    }
}

.shop-card__link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.shop-card .discount-label {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 18px;
    height: 18px
}

@media (min-width: 1024px) {
    .shop-card .discount-label {
        width: auto;
        height: auto;
        top: 15px;
        right: 15px
    }
}

.shop-info__top {
    border-bottom: 1px solid #dfe0e5;
    padding-bottom: 20px
}

.shop-info__technical {
    padding: 30px 0;
    border-bottom: 1px solid #dfe0e5;
    margin: 0 0 20px
}

.shop-info__description {
    padding: 0 0 20px;
    border-bottom: 1px solid #dfe0e5;
    font-size: 12px
}

@media (min-width: 576px) {
    .shop-info__description {
        font-size: 14px
    }
}

@media (min-width: 1400px) {
    .shop-info__description {
        font-size: 18px
    }
}

.shop-info__back {
    padding-top: 20px;
    display: flex;
    justify-content: flex-end
}

@media (min-width: 1024px) {
    .shop-info__back {
        padding-top: 30px
    }
}

@media (min-width: 640px) {
    .shop-technical {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px
    }
}

@media (min-width: 640px) {
    .shop-technical__column {
        padding: 0 20px;
        flex: 0 0 100%
    }
}

@media (min-width: 1600px) {
    .shop-technical__stamp {
        display: flex;
        align-items: center
    }
}

@media (min-width: 1600px) {
    .shop-technical__stamp .shop-technical__logo, .shop-technical__stamp .shop-technical__name {
        max-width: 50%;
        flex: 0 0 50%
    }
}

.shop-technical__stamp .shop-technical__logo {
    margin: 0 0 10px
}

@media (min-width: 1600px) {
    .shop-technical__stamp .shop-technical__logo {
        margin: 0
    }
}

@media (min-width: 1600px) {
    .shop-technical__stamp .shop-technical__name {
        margin-left: 20px
    }
}

.shop-technical__logo {
    width: 100%;
    border: 1px solid #dfe0e5;
    position: relative;
    padding-top: 66.67%;
    border-radius: 4px;
    overflow: hidden
}

.shop-technical__logo img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.shop-technical__name {
    font-size: 18px;
    line-height: 1.2;
    color: #000
}

.shop-technical__name a {
    color: inherit
}

.shop-technical__name a:hover {
    color: #2e2e2f
}

.shop-technical__contact {
    padding: 25px 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width: 640px) {
    .shop-technical__contact {
        padding: 0
    }
}

.shop-technical .shop-social {
    padding: 10px 0 0
}

.shop-logo {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe0e5
}

.shop-logo img {
    max-width: 100%
}

.shop-contact__item {
    display: flex;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0 15px 10px 0
}

.shop-contact__item span {
    font-weight: normal;
}

.shop-contact__item:hover {
    color: #2e2e2f
}

.shop-contact__item a {
    color: inherit;
    text-decoration: none
}

.shop-contact__item .svg-icon {
    flex: 0 0 26px;
    margin-right: 10px
}

.shop-contact__item .svg-icon use {
    fill: #2e2e2f
}

.shop-social {
    display: flex
}

.shop-social__item:not(:last-child) {
    margin-right: 10px
}

.shop-social__link {
    display: flex;
    align-items: center;
    width: 26px;
    height: 26px;
    background: #2e2e2f;
    border-radius: 50%;
    text-decoration: none
}

.shop-social__link .svg-icon use {
    fill: #fff
}

.news__tabs {
    padding-bottom: 15px;
    border-bottom: 2px solid #dfe0e5;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .news__tabs {
        padding-bottom: 20px;
        margin-bottom: 50px
    }
}

.news__pagination {
    padding: 20px 0 0
}

.news__pagination .pagination {
    justify-content: center
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media (min-width: 1200px) {
    .news-list {
        margin: 0 -20px
    }
}

.news-list__item {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 15px;
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width: 576px) {
    .news-list__item {
        max-width: 33.33%;
        flex: 0 0 33.33%
    }
}

@media (min-width: 1200px) {
    .news-list__item {
        padding: 0 20px;
        margin: 0 0 40px
    }
}

.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.news-card:hover .news-card__image::after {
    opacity: 1
}

.news-card__image {
    position: relative;
    padding-top: 62%;
    border-radius: 4px;
    overflow: hidden
}

.news-card__image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-card__image::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(141, 215, 247, 0.3), rgba(141, 215, 247, 0.3));
    opacity: 0;
    transition: opacity .2s
}

.news-card__info {
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

@media (min-width: 1400px) {
    .news-card__info {
        padding: 20px 0 0
    }
}

.news-card__title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px
}

@media (min-width: 1200px) {
    .news-card__title {
        font-size: 18px
    }
}

@media (min-width: 1400px) {
    .news-card__title {
        font-size: 20px;
        margin: 0 0 25px
    }
}

@media (min-width: 1600px) {
    .news-card__title {
        font-size: 24px
    }
}

.news-card__date {
    color: #2e2e2f;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center
}

@media (min-width: 1400px) {
    .news-card__date {
        font-size: 14px
    }
}

@media (min-width: 1600px) {
    .news-card__date {
        font-size: 18px
    }
}

.news-card__date .svg-icon {
    margin-right: 8px
}

.news-card__date .svg-icon use {
    fill: #2e2e2f
}

.news-card__link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

@media (min-width: 768px) {
    .mall-info {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px
    }
}

@media (min-width: 768px) {
    .mall-info__logo, .mall-info__list {
        padding: 0 10px
    }
}

.mall-info__logo {
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .mall-info__logo {
        max-width: 40%;
        flex: 0 0 40%;
        margin: 0
    }
}

@media (min-width: 1024px) {
    .mall-info__list {
        max-width: 60%;
        flex: 0 0 60%;
        display: flex;
        justify-content: center
    }
}

.mall-logo {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe0e5;
    width: 100%;
    height: 100%;
    max-width: 300px;
    min-height: 100px;
    border-radius: 4px
}

.mall-logo img {
    max-width: 100%
}

.mall-info-list__item {
    display: flex
}

.mall-info-list__item:not(:last-child) {
    margin: 0 0 10px
}

.mall-info-list__icon {
    margin: 0 10px 0 0
}

.mall-info-list__icon .svg-icon use {
    fill: #2e2e2f
}

.mall-info-list__text {
    font-weight: bold;
    font-size: 16px;
    color: #000
}

.mall-info-list__text a {
    color: inherit
}

.mall-info-list__text a:hover {
    color: #2e2e2f
}

.mall-props {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

.mall-props__item {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 20px;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex
}

@media (min-width: 1024px) {
    .mall-props__item {
        margin: 0 0 15px
    }
}

@media (min-width: 1600px) {
    .mall-props__item {
        margin: 0 0 40px
    }
}

.mall-props__icon {
    margin-right: 20px;
    width: 38px;
    height: 38px;
    flex: 0 0 38px
}

@media (min-width: 1024px) {
    .mall-props__icon {
        width: 53px;
        height: 53px;
        flex: 0 0 53px
    }
}

.mall-props__icon .svg-icon {
    width: 100%;
    height: 100%
}

.mall-props__icon .svg-icon use {
    fill: #2e2e2f
}

.mall-props__name {
    font-size: 12px;
    color: #2e2e2f;
    font-weight: bold
}

@media (min-width: 1024px) {
    .mall-props__name {
        font-size: 14px
    }
}

@media (min-width: 1600px) {
    .mall-props__name {
        font-size: 18px
    }
}

.mall-props__value {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.15
}

@media (min-width: 1024px) {
    .mall-props__value {
        font-size: 20px
    }
}

@media (min-width: 1600px) {
    .mall-props__value {
        font-size: 25px
    }
}

.mall-shops__title {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 1.1
}

@media (min-width: 576px) {
    .mall-shops__title {
        font-size: 25px;
        margin: 0 0 40px
    }
}

@media (min-width: 1200px) {
    .mall-shops__title {
        font-size: 30px
    }
}

.mall-shops__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

@media (min-width: 576px) {
    .mall-shops__list {
        margin: 0 -10px
    }
}

.mall-shops__item {
    width: 100%;
    padding: 0 5px;
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0 0 10px
}

@media (min-width: 576px) {
    .mall-shops__item {
        max-width: 33.33%;
        flex: 0 0 33.33%;
        margin: 0 0 40px;
        padding: 0 10px
    }
}

@media (min-width: 1024px) {
    .mall-shops__item {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 1600px) {
    .mall-shops__item {
        max-width: 33.33%;
        flex: 0 0 33.33%
    }
}

.mall-shops__card {
    border: 1px solid #dfe0e5;
    position: relative
}

@media (min-width: 768px) {
    .mall-shops__card {
        transition: all .2s
    }
}

.mall-shops__card___image {
    position: relative;
    padding-top: 66.67%
}

.mall-shops__card___image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.mall-shops__card___link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mall-shops__bottom {
    padding: 10px 0 0
}

.gallery-section-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media (min-width: 1400px) {
    .gallery-section-list {
        margin: 0 -20px
    }
}

.gallery-section-list__item {
    width: 100%;
    padding: 0 10px;
    margin: 0 0 15px
}

@media (min-width: 576px) {
    .gallery-section-list__item {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 992px) {
    .gallery-section-list__item {
        max-width: 33.33%;
        flex: 0 0 33.33%
    }
}

@media (min-width: 1200px) {
    .gallery-section-list__item {
        max-width: 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 1400px) {
    .gallery-section-list__item {
        margin: 0 0 40px;
        padding: 0 20px
    }
}

.gallery-section-list__card {
    position: relative
}

.gallery-section-list__card:hover .gallery-section-list__image {
    box-shadow: 0 4px 17px rgba(0, 0, 0, .1)
}

.gallery-section-list__image {
    position: relative;
    padding-top: 62%;
    margin: 0 0 15px
}

@media (min-width: 576px) {
    .gallery-section-list__image {
        margin: 0 0 20px
    }
}

.gallery-section-list__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-section-list__name {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold
}

@media (min-width: 576px) {
    .gallery-section-list__name {
        font-size: 20px
    }
}

.gallery-section-list__link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.gallery-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

@media (min-width: 576px) {
    .gallery-section {
        margin: 0 -10px
    }
}

@media (min-width: 1400px) {
    .gallery-section {
        margin: 0 -20px
    }
}

.gallery-section__item {
    width: 100%;
    padding: 0 5px;
    margin: 0 0 10px;
    max-width: 50%;
    flex: 0 0 50%
}

@media (min-width: 576px) {
    .gallery-section__item {
        padding: 0 10px;
        margin: 0 0 20px
    }
}

@media (min-width: 992px) {
    .gallery-section__item {
        max-width: 33.33%;
        flex: 0 0 33.33%
    }
}

@media (min-width: 1200px) {
    .gallery-section__item {
        max-width: 25%;
        flex: 0 0 25%
    }
}

@media (min-width: 1400px) {
    .gallery-section__item {
        margin: 0 0 40px;
        padding: 0 20px
    }
}

.gallery-section__card {
    position: relative
}

.gallery-section__card:hover .gallery-section-list__image {
    box-shadow: 0 4px 17px rgba(0, 0, 0, .1)
}

.gallery-section__image {
    position: relative;
    padding-top: 62%
}

.gallery-section__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery-section__link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.detail-page__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0 0 30px
}

.detail-page__gallery, .detail-page__content {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
    flex: 0 0 100%
}

@media (min-width: 1024px) {
    .detail-page__gallery, .detail-page__content {
        max-width: 50%;
        flex: 0 0 50%
    }
}

.detail-page__gallery {
    margin: 0 0 15px
}

@media (min-width: 1024px) {
    .detail-page__gallery {
        margin: 0
    }
}

.detail-page__head {
    border-bottom: 1px solid #dfe0e5;
    padding: 0 0 1vh;
    margin: 0 0 2vh
}

.detail-page__category {
    font-size: 12px;
    color: #000;
    opacity: .3;
    margin: 0 0 6px;
    font-weight: bold;
    line-height: 1.1
}

@media (min-width: 1024px) {
    .detail-page__category {
        font-size: 14px
    }
}

@media (min-width: 1400px) {
    .detail-page__category {
        font-size: 18px
    }
}

.detail-page__title {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .detail-page__title {
        font-size: 2.5rem
    }
}

.detail-page__title--big {
    font-size: 1.5rem
}

.detail-page__date {
    color: #2e2e2f;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center
}

.detail-page__date .svg-icon {
    margin-right: 8px
}

.detail-page__date .svg-icon use {
    fill: #2e2e2f
}

.detail-page__mall-info {
    border-bottom: 1px solid #dfe0e5;
    padding: 0 0 25px;
    margin: 0 0 15px
}

@media (min-width: 576px) {
    .detail-page__mall-info {
        margin: 0 0 50px
    }
}

.detail-page__mall-props {
    margin: 0 0 15px
}

@media (min-width: 576px) {
    .detail-page__mall-props {
        margin: 0 0 15px
    }
}

@media (min-width: 768px) {
    .detail-page__mall-props .mall-props__item {
        max-height: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 1024px) {
    .detail-page__mall-props .mall-props__item {
        max-height: 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 1400px) {
    .detail-page__mall-props .mall-props__item {
        max-height: 50%;
        flex: 0 0 50%
    }
}

.detail-page__shop-technical {
    padding: 0 0 30px;
    border-bottom: 1px solid #dfe0e5;
    margin: 0 0 40px
}

.detail-page__description {
    font-size: 12px;
    margin: 0 0 40px;
    line-height: 1.6
}

@media (min-width: 576px) {
    .detail-page__description {
        font-size: 14px
    }
}

@media (min-width: 1400px) {
    .detail-page__description {
        font-size: 16px
    }
}

.detail-page__description .c-btn-download {
    margin: 1rem 0
}

.detail-page__description a {
    color: #2e2e2f
}

.detail-page__form {
    border-top: 10px solid #dfe0e5;
    border-bottom: 10px solid #dfe0e5;
    padding: 35px 0;
    margin: 0 0 40px
}

.detail-page__back-btn {
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #dfe0e5
}

@media (min-width: 1024px) {
    .detail-page__back-btn {
        padding-top: 30px
    }
}

.detail-page__shops {
    border-top: 1px solid #dfe0e5;
    padding: 1.5rem 0 0
}

.detail-page__section {
    padding-top: 20px;
    border-top: 1px solid #dfe0e5
}

@media (min-width: 1024px) {
    .detail-page__section {
        padding-top: 30px
    }
}

.detail-page__bottom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

.detail-page__bottom-column {
    width: 100%;
    padding: 0 20px;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 25px
}

@media (min-width: 992px) {
    .detail-page__bottom-column {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0
    }
}

.contacts-page__map {
    margin: 0 0 40px
}

.error-page {
    padding: 50px 0;
    max-width: 720px;
    margin: 0 auto;
    text-align: center
}

.error-page__num {
    font-weight: bold;
    line-height: 1;
    font-size: 9rem
}

@media (min-width: 1200px) {
    .error-page__num {
        font-size: 14rem
    }
}

.error-page__title {
    font-size: calc(1.5rem + 1.5vw);
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 1rem
}

@media (min-width: 1200px) {
    .error-page__title {
        font-size: 3.8rem
    }
}

.error-page__text {
    font-size: calc(.8rem + 1.5vw);
    line-height: 1.1;
    margin: 0 0 1rem
}

@media (min-width: 1200px) {
    .error-page__text {
        font-size: 2.5rem
    }
}

.error-page__btn {
    padding: 1rem 0 0
}

.error-page__btn .c-btn {
    min-width: 250px
}

.search-page {
    padding: 0 0 40px
}

.search-page .c-search {
    margin: 0 0 25px
}

.search-result__item-wrap {
    border-top: 1px solid #dfe0e5
}

.search-result__item {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.search-result__category, .search-result__graphic, .search-result__info {
    padding: 0 15px
}

.search-result__category {
    font-weight: bold;
    font-size: 14px;
    flex: 0 0 100%;
    margin: 0 0 15px;
    line-height: 1.2
}

@media (min-width: 576px) {
    .search-result__category {
        margin: 0 0 20px;
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    .search-result__category {
        margin: 0;
        flex: 0 0 15%
    }
}

.search-result__category a {
    color: #000;
    text-decoration: none;
    transition: color .1s
}

.search-result__category a:hover {
    color: #2e2e2f
}

.search-result__graphic {
    flex: 0 0 100%;
    margin: 0 0 20px
}

@media (min-width: 576px) {
    .search-result__graphic {
        flex: 0 0 30%;
        margin: 0
    }
}

@media (min-width: 1200px) {
    .search-result__graphic {
        flex: 0 0 15%
    }
}

.search-result__info {
    flex: 0 0 100%
}

@media (min-width: 576px) {
    .search-result__info {
        flex: 0 0 70%
    }
}

.search-result__picture {
    position: relative;
    padding-top: 62%
}

.search-result__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.search-result__logo {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe0e5
}

.search-result__logo img {
    max-width: 100%
}

.search-result__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px
}

@media (min-width: 576px) {
    .search-result__title {
        font-size: 25px
    }
}

.search-result__title a {
    color: #000;
    transition: color .1s;
    text-decoration: none
}

.search-result__title a:hover {
    color: #2e2e2f
}

.search-empty {
    border-top: 1px solid #dfe0e5
}

.search-empty__message {
    font-weight: bold;
    max-width: 750px;
    line-height: 1.2;
    font-size: 30px;
    padding: 20px 0 0
}

.floors-page__map {
    margin: 0 0 50px
}

.floors-map__wrapper {
    position: relative;
    border: 1px solid #dfe0e5;
    min-height: 400px
}

.floors-map__container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.floors-map__controls {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 2
}

@media (min-width: 576px) {
    .floors-map__controls {
        right: 20px
    }
}

.floors-map__controls .floors-tabs {
    margin: 0 0 25px
}

.floors-map__legend {
    position: absolute;
    left: 10px;
    bottom: 20px;
    z-index: 10
}

@media (min-width: 576px) {
    .floors-map__legend {
        left: 20px;
        bottom: 20px
    }
}

.floors-map__floor {
    display: none
}

.floors-map__floor.current {
    display: block
}

.floors-map svg g[class^=object__] {
    cursor: pointer
}

.floors-map svg g[class^=object__] > [class^=logo], .floors-map svg g[class^=object__] > [class^=number], .floors-map svg g[class^=object__] > [class^=color-fill] {
    pointer-events: none
}

.floors-map svg g[class^=object__] [class^=area] {
    fill: rgba(0, 0, 0, 0);
    transition: fill .1s ease-out
}

.floors-map svg g[class^=object__]:hover > [class^=area], .floors-map svg g[class^=object__].highlight > [class^=area] {
    fill: rgba(0, 0, 0, .5)
}

.floors-tabs__button {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #dfe0e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
    font-size: 12px;
    font-weight: bold
}

@media (min-width: 576px) {
    .floors-tabs__button {
        width: 50px;
        height: 50px;
        font-size: 18px
    }
}

.floors-tabs__button:not(:last-child) {
    margin-bottom: 10px
}

.floors-tabs__button.current {
    background: #2e2e2f;
    color: #fff;
    border-color: #2e2e2f
}

.floors-tabs__button.current:hover {
    background: #2e2e2f
}

.floors-tabs__button:hover {
    background: #dfe0e5
}

.floors-legend {
    position: relative
}

.floors-legend__content {
    display: none;
    padding: 15px 25px;
    background: #fff;
    border: 1px solid #dfe0e6;
    max-width: 175px;
    transition: opacity .2s
}

.floors-legend__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1;
    opacity: .5;
    margin: 0 0 12px
}

.floors-legend__item {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 5px;
    display: flex;
    align-items: center
}

.floors-legend__item .svg-icon {
    margin-right: 7px;
    flex: 0 0 20px
}

.floors-legend__toggle {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    transition: opacity .2s
}

.floors-legend.active .floors-legend__content {
    display: block
}

.floors-legend.active .floors-legend__toggle {
    display: none
}

.map-search-box {
    max-width: 1000px;
    z-index: 2;
    padding: 30px 20px 0 20px;
    top: 0;
    right: 0;
    left: 0;
    position: absolute
}

@media (min-width: 640px) {
    .map-search-box {
        display: flex
    }
}

@media (min-width: 768px) {
    .map-search-box {
        padding: 40px 40px 0 40px
    }
}

.map-search-box .map-select {
    width: 100%
}

@media (min-width: 640px) {
    .map-search-box .map-select {
        width: 300px
    }
}

.map-search-box .map-search {
    margin: 0 0 10px;
    flex: 1 1 auto;
    position: relative
}

@media (min-width: 640px) {
    .map-search-box .map-search {
        margin: 0 30px 0 0
    }
}

.map-search-result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 12px;
    max-height: 20rem;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    padding: 0 2px 0 0;
    z-index: 5
}

@media (min-width: 768px) {
    .map-search-result {
        font-size: 14px
    }
}

.map-search-result::-webkit-scrollbar {
    width: 5px
}

.map-search-result::-webkit-scrollbar-track {
    background: #fff
}

.map-search-result::-webkit-scrollbar-thumb {
    background-color: #db261f;
    outline: 1px solid #db261f;
    border-radius: 2px
}

.map-search-result__item {
    display: block;
    padding: 7px 10px;
    cursor: pointer
}

.map-search-result__item:hover {
    background: #2e2e2f;
    color: #fff
}

.map-search-result__empty {
    display: block;
    padding: 7px 10px;
    opacity: .5
}

.floors-zoom-buttons__btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe0e5;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media (min-width: 576px) {
    .floors-zoom-buttons__btn {
        width: 50px;
        height: 50px;
        font-size: 20px
    }
}

.floors-zoom-buttons__btn:not(:last-child) {
    margin: 0 0 5px
}

.map {
    position: relative
}

.map-route__list {
    overflow-y: auto;
    height: 100%;
    display: none
}

.map-route__list.current {
    display: block
}

.map-route__item {
    display: flex;
    cursor: pointer
}

.map-route__item:not(:last-child) {
    border-bottom: 1px solid #ebecf0;
    margin: 0 0 20px;
    padding: 0 0 20px
}

.map-route__item.current .map-route__title {
    color: #2e2e2f
}

.map-route__item.current .map-route__description {
    display: none
}

@media (min-width: 768px) {
    .map-route__item.current .map-route__description {
        display: block
    }
}

.map-route__title {
    font-weight: 600;
    line-height: 1.3;
    font-size: 14px
}

.map-route__icon {
    flex: 0 0 22px;
    margin: 0 10px 0 0
}

.map-route__icon .svg-icon use {
    fill: #2e2e2f
}

.map-route__description {
    display: none;
    padding: 10px 0 0;
    font-size: 12px
}

.map-tabs-content {
    height: 650px;
    background: rgba(0, 0, 0, .1)
}

.map-tabs-content__item {
    display: none
}

.map-tabs-content__item.current {
    display: block
}

.map-panel {
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05), 0 4px 17px rgba(0, 0, 0, .1);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;
    background: #fff
}

@media (min-width: 768px) {
    .map-panel {
        position: absolute;
        z-index: 10;
        top: 40px;
        left: 50px;
        max-width: 420px;
        padding: 25px 30px;
        margin: 0
    }
}

.map-panel__switch {
    flex: 0 0 auto;
    margin: 0 0 20px
}

.map-panel__route {
    flex: 1 1 auto;
    max-height: 450px;
    overflow-y: auto
}

.map-route-type {
    display: flex;
    border: 1px solid #ebecf0;
    border-radius: 4px
}

.map-route-type__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: -1px 0;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e2e2f;
    font-size: 14px;
    border-radius: 4px;
    line-height: 1.2;
    height: 45px;
    cursor: pointer
}

.map-route-type__item.current {
    background: #2e2e2f;
    color: #fff
}




.main-cat_list {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 3;
    min-width: 220px;
    background-color: #fff;
    transition: all .2s
}

.main-cat_list ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 10px
}

.main-cat_list > ul > li:hover > a {
    background-color: #2e2e2f;
    color: #fff
}

.main-cat_list > ul > li:hover.root-item > a::before {
    border-color: #fff
}

.main-cat_list > ul > li.root-item > a::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    top: 0;
    right: 15px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border: 2px solid #2e2e2f;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(-45deg);
    transition: border-color .1s linear, transform .1s linear
}

.main-cat_list a {
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 32px 6px 0px
}

.main-cat_list a:hover {
    background-color: #2e2e2f;
    color: #fff
}

.main-cat_list li {
    position: relative
}

.main-cat_list li:not(:last-child) {
    border-bottom: 1px solid #dfe0e5
}

.main-cat_list li:hover > ul {
    visibility: visible;
    opacity: 1
}

.main-cat_list li > ul {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 0;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
    margin: 0;
    transform: translateX(100%);
    visibility: visible;
    opacity: 1;
    min-width: 250px;
    transition: all .2s
}

.main-cat_list li > ul a:hover {
    color: #fff
}

.main-cat_list li .svg-icon {
    position: absolute;
    top: 12px;
    right: 14px
}

.main-cat_list li .svg-icon use {
    fill: #db261f
}

.main-cat-container {
    display: flex;
}

.main-cat-column {
    margin: 20px;
    box-sizing: border-box;
}

.main-cat-column-left {
    /*width: 15%;*/
    margin: 0;
}

@media (max-width: 1200px) {
    .main-cat-column-right {
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

    /*.main-cat-container {*/
    /*    justify-content: center;*/
    /*}*/
}

.main-cat-column-right {
    width: 85%;
    background-color: #e0e0e0;
}
