

/* Start:/local/templates/aquarelle/css/main.css?1748352532100191*/
@charset "UTF-8";
@font-face {
    font-family: 'Aqua';
    src: url("/local/templates/aquarelle/css/../fonts/Roboto-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Aqua';
    src: url("/local/templates/aquarelle/css/../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Aqua';
    src: url("/local/templates/aquarelle/css/../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aqua';
    src: url("/local/templates/aquarelle/css/../fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aqua';
    src: url("/local/templates/aquarelle/css/../fonts/Roboto-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/local/templates/aquarelle/css/../fonts/fontawesome-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/*
a {
  vertical-align: baseline!important;
}

span {
  vertical-align: baseline!important;
}*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    position: relative;
}

body {
    line-height: 1;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #4c4c4c;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

/*blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}*!*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    clear: both;
    border: none;
    outline: none;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

em {
    font-style: italic;
}

sup {
    font-size: .7em;
}

.clear{
    clear:both;
}
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.vcenter-row {
    display: table;
    height: 100%;
}

.vcenter-row div[class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.no-padding {
    padding: 0 !important;
}

.v-a-m {
    vertical-align: middle;
}

.current_city_main_block
{
    display: block;
    text-transform: uppercase;
    cursor:default;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.items {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}

.items:hover{
    
    opacity: 0.8;
}
::selection {
    background: #50cdeb;
    color: #ffffff;
}

::-moz-selection {
    background: #50cdeb;
    color: #ffffff;
}

select {
    border: 1px solid #50cdeb;
}

body {
    font-family: 'Aqua', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: #777777;
    min-width: 320px;
    position: relative;
    /*
    width: 100%;
    */
    background-color: #F2F2F2;
    overflow-x: auto;
}

.main {
    padding: 0 3%;
}
.main-content:after{
    content: '';
    display: block;
    clear: both;
}
input {
    outline: 0;
    user-select: text;
}

.p-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
}

.visible_767, .visible_1024, .visible_1440 {
    display: none;
}

.negative-margin {
    margin: auto -6px;
}

.soc-block .soc-icon {
    display: inline-block;
    font-size: 18px;
    padding: 0 12px;
}

.error404__table .soc-block .soc-icon {
    color: rgba(255,255,255,0.7);
}

.shop-card__content .shop-card-col-4 .soc-block .soc-icon{
    padding-right: 0;
    margin-left: 12px;
}

.shop-card__content .shop-card-col-4 .soc-block .soc-icon:hover{
    color: #50cdeb;
}

.soc-block .soc-icon:hover {
    transition: .2s all;
}

.table-container {
    display: table-cell;
    vertical-align: middle;
}

.fa:before {
    font-size: 1em;
    vertical-align: middle;
}

p, p span {
    margin: 0 0 .3em 0;
    line-height: 1.5;
}

p strong, p u, p a, p span strong, p span u, p span a {
    vertical-align: baseline;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #1a1a1a !important;
}

.text-gray-dark {
    color: #777777;
}

.text-gray {
    color: #8b8b8b;
}

.text-gray-light {
    color: #E5E5E5;
}

.text-gray-lighter {
    color: #F2F2F2;
}

.text-info {
    color: #4b4b82;
}

.text-primary {
    color: #50cdeb;
}

.text-secondary {
    color: #1a1a1a;
}

.text-md {
    font-size: 16px;
}

.text-lg {
    font-weight: 400;
    /*font-size: 250%;*/
    margin-bottom: 5%;
}

.container {
    position: relative;
    /*width: 1200px;*/
    max-width: 1200px;
    /*
    min-width: 320px;
    */
    margin: auto;
    padding-left: 6px;
    padding-right: 6px;
    /*overflow: hidden;*/
}

.row {
    /*margin: auto -6px;*/
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row:before {
    content: "";
    display: table;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 1%;
    padding-right: 1%;
}

header {
    padding: 10px 3% 15px;
}

.h-row-1 {
    height: 58px;
    margin-top: 20px;
}

.h-row-2 {
    display: none;
}

.h-row-2 input[type="text"] {
    display: inline-block;
    width: 100%;
    height: 34px;
    font-size: 13px;
    font-weight: 100;
    padding-left: 42px;
    border: none;
    color: #4c4c4c;
}

.logo {
    /*max-width: 100%;*/
    height: auto;
    max-width: 204px;
    width: 204px;
}

.h-col-1, .h-col-2, .h-col-3, .h-col-4, .h-col-5, .h-col-5a, .h-col-6m, .h-col-7 {
    float: left;
    height: 58px;
    display: table;
    width: 20%;
}

.h-col-4 .top-links--item a:hover span.top_link_text,
.h-col-5 .top-links--item a:hover span.top_link_tex,
.h-col-7 .top-links--item a:hover span.top_link_text{
    color: #50cdeb;
}

.h-col-1 {
    display: none;
}

.h-col-2 {
    /*width: 31.1666667%;*/
    width: 22%;
    display: block !important;
}

.h-col-3 {
    /*
    width: 15.8333333%;
    */
    width: 12%;
}

.h-col-4 {
    /*
    width: 16.5%;
    */
    width: 14.8%;
}

.h-col-5 {
    /*
    width: 14.3333333%;
    */
    width: 12.2%;
}

.h-col-5a {
    /*
    width: 14.3333333%;
    */
    width: 9%;
}

.h-col-6 {
    width: 22.1666667%;
}

.h-col-7 {
    width: 10%;
}

/*
.h-col-1, .h-col-2 {
    position: relative;
    z-index: 900;
}
*/
.rent-request {
    width: 10.3%;
}

.h-col-3 .main-city {
    text-transform: uppercase;
}

.h-col-3 .city-filter-list {
    text-align: center;
    padding-top: 14px;
    padding-left: 36px;
    margin: 0;
    /*opacity: 0.5;*/
    top: 0;
}

.h-col-3 .city-filter-list a {
    font-weight: 400;
    font-size: 11.63px;
}

.h-col-3 .city-filter-list a:first-of-type i {
    position: absolute;
    right: 0;
    top: 0;
    /*
    font-size: 14px;
    padding-left: 13px;
    */
}

.h-col-3 .city-filter-list i {
    /*
    margin-top: 5px;
    */
}

.h-col-3 .city_list {
    font-size: 0;
    position: relative;
}

.h-col-3 .city_list img, .h-col-3 .city_list .select2, .h-col-3 .city_list i {
    display: inline-block;
    font-size: 11.63px;
    vertical-align: middle;
}

.h-col-3 .city_list img {
    /*
    width: 10%;
    */
}

/*.h-col-3 .city_list select {
    background: transparent;
    color: transparent;
    border: 0;
    outline: 0;
}

.h-col-3 .city_list .select2 {
    padding: 0;
    width: 90% !important;
    padding: 0 11px 0 15px;
    cursor: pointer;
}

.h-col-3 .city_list .select2-container .select2-selection--single {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    text-overflow: ellipsis;
    outline: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 200;
}

.h-col-3 .city_list .select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    vertical-align: middle;
    width: 71px;
    margin-right: 12px;
}

.h-col-3 .city_list .select2-container .select2-selection--single:after {
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font-family: 'FontAwesome';
    transition: 300ms;
}

.h-col-3 .city_list .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(50% - 8px);
    left: 75px;
    right: auto;
}*/

.h-col-3 .city_list i {
    /*
    width: 5.2631579%;
    position: absolute;
    right: 61px;
    top: calc(50% - 6px);
    z-index: 100;
    */
}

.select2-results {
    text-transform: uppercase;
}

.h-col-6 {
    cursor: pointer;
}

.h-col-6 .seacrh-title {
    display: none;
    line-height: 1.2em;
}

.top-links {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 16px;
    color: #8b8b8b;
}

.top-links--item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #4c4c4c;
    /*&:first-child {
      padding-left: 0;
  }*/
}

.top-links--item img.time {
    margin-bottom: 4px;
}

.top-links--item .top_link_text {
    padding: 0 11px 0 11px;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 11.63px;
    line-height: 1.2em;
    vertical-align: middle;
}

.top-links--item .top_link_text._ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 25px);
    text-transform: uppercase;
    padding-right: 0;
}

.side-menu .top-links--item .top_link_text {
    padding: 0 16px 0 15px;
}

.top-links--item img {
    vertical-align: middle;
}

.top-links--item .fa {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.side-menu .top-links--item .fa{
    line-height: 24px;
    margin-top: -4px;
}

.main-search {
    position: relative;
    /*&:before {
      content: '';
      background-image: url('/local/templates/aquarelle/css/../images/lince.png');
      background-repeat: no-repeat;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      left: 82px;
      top: 7px;
      z-index: $zi1;
  }*/
}

.main-search-icon{
    position: relative;
}

.main-search-icon .icon-lince {
    display: inline-block;
    background-image: url("/local/templates/aquarelle/css/../images/lince.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    z-index: 100;
}

.main-search .icon-lince {
    background-image: url("/local/templates/aquarelle/css/../images/lince.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    z-index: 100;
}

.main-search .form-control {
    width: 100%;
    height: 34px;
    font-size: 13px;
    font-weight: 100;
    padding-left: 42px;
    border: none;
    color: #4c4c4c;
}

.search-events {
    position: relative;
    vertical-align: middle;
    padding-left: 45px;
}

/*
.search-events:before {
    content: '';
    background-image: url("/local/templates/aquarelle/css/../images/lince.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    left: 82px;
    top: 7px;
    z-index: 100;
}
*/

.search-events .form-control {
    width: 265px;
    height: 32px;
    font-size: 13px;
    font-weight: 100;
    padding-left: 42px;
    border: none;
    color: #4c4c4c;
}

.search-events {
    background-color: #26353d;
    padding: 12px 40px;
}

.search-events:before {
    left: 51px;
    top: 18px;
}

.search-events .form-control {
    width: 100%;
}

.city-filter-list {
    position: absolute;
    display: none;
    z-index: 200;
    line-height: 1;
    background-color: #ffffff;
    margin: -44px -24px 0 0;
    padding: 24px;
    text-transform: uppercase;
    left: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    /*
    opacity: 0.5;
    box-shadow: 1px 3px 2px 3px rgba(0, 0, 0, 0.02);
    width: calc(100% + 24px);
    */
}

.city-filter-list .current_city
{
    font-size: 0 !important;
}

.city-filter-list .chose_city
{
    margin-top: 20px;
    /*
    padding-top: 10px;
    */
}

.city-filter-list > a {
    display: block;
    padding-right: 25px;
}

.side-menu .city-filter-list > a {
    line-height: 24px;
}

.city-filter-list > a:first-child {
    position: relative;
}

.city-filter-list > a .fa {
    /*
    display: inline-block;
    font-size: 18px;
    vertical-align: bottom;
    padding-left: 12px;
    padding-bottom: 1px;
    */
}

footer{
    padding: 0 3%;
}

.footer--blue-banner {
    text-align: center;
    font-weight: 300;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.footer--blue-banner .negative-margin {
    background-color: #50cdeb;
}

.footer--blue-banner a.f-col-1 {
    display: inline-block;
    padding: 32px;
    color: #fff;
}

.footer--blue-banner a.f-col-1:hover {
    color: #4b4b82;
}

.footer--contacs {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 60px;
    color: #4c4c4c;
}

.footer--contacs .f2-col-1 {
    float: left;
    width: 38%;
    padding: 0 2% 0 0;
}

.footer--contacs .f2-col-2 {
    float: left;
    width: 24%;
    padding: 0 0 0 2%;
}


.footer--contacs .f2-col-2 {
    text-align: right;
}

.footer--contacs .f2-col-2 p a img{
    width: 134px;
}

.footer--contacs .f2-col-2-mrg {
    margin-top: 20px;
}

.footer--contacs .address-info
{
    color: #5b6e77;
    line-height: 1.4;
}


p.sub-footer__headline {
    margin-bottom: 15px;
}

.sub-footer__headline {
    margin-bottom: 20px;
}

.footer--contacs .f2-col-1 {
    color: #4b4b82;
    font-size: 13px;
}

.footer--contacs .f2-col-1 p {
    line-height: 1.5;
    margin-bottom: 3px;
}

.footer--contacs .f2-col-1 p:first-of-type {
    margin-bottom: 16px;
}

.footer--contacs .f2-col-1 p:first-of-type a {
    /*color: #5b6e77;*/
    line-height: 1.4;
}

.main-nav__wrapper {
    background-color: #fff;
    /*margin: 24px -6px 0;*/
    margin-top: 22px;
}
/*
.main-search__tablet {
    display: none;
}
*/

.main-nav__all {
    position: relative;
    width: 100%;
    height: 75px;
    overflow: hidden;
}

.main-nav__menu {
    /*
    width: 70%;
    float: left;
    */
}

.main-nav__social {
    position: absolute;
    right: 0;
    top: 0;
    /*
    width: 30%;
    float: right;
     */
}

.main-nav__social .soc-block {
    float: right;
    padding: 28px 32px;
    color: #CCCCCC;
}

.main-nav__social .soc-block a {
    color: #4b4b82;
}

.main-nav__social .soc-block a:hover {
    color: #50cdeb;
}

.main-nav {
    position: relative;
    width: 100%;
    height: 75px;
    overflow: hidden;
}

.main-nav .soc-block {
    float: right;
    margin: 28px 10px 0 0;
}

.main-nav .soc-block .soc-icon {
    color: #4b4b82;
}

.main-nav .soc-block .soc-icon:hover {
    color: #50cdeb;
}



.main-nav--item {
    position: relative;
    height: 80px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #4c4c4c;
    z-index: 100;
}

.main-nav--item:first-of-type {
    padding-left: 42px;
}

.main-nav--item.selected {
    color: #50cdeb;
}

.main-nav--item span {
    z-index: 200;
}

.main-nav--item .circle {
    position: absolute;
    /*
    transform: scale(0) translateX(-50%);
    left: 0;
    */
    transform: translateX(-50%) translateY(-50%) scale(0);
    top: 50%;
    left: 50%;
    width: 120px;
    min-width: 90%;
    z-index: -1;
    transition: all .1s linear 0s;
}

.main-nav--item .circle:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
}

.main-nav--item:hover {
    color: #FFF;
}

.main-nav--item:hover .circle {
    /*
    border-radius: 50%;
    left: 50%;
    transform: scale(1) translateX(-50%);
    */
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/*.main-nav--item:hover .circle.circle-1,*/
.main-nav--item:hover .circle.circle-1:before {
    background-color: #50cdeb;
}

/*.main-nav--item:hover .circle.circle-2,*/
.main-nav--item:hover .circle.circle-2:before {
    background-color: #91e650;
}

/*.main-nav--item:hover .circle.circle-3,*/
.main-nav--item:hover .circle.circle-3:before {
    background-color: #fe507d;
}

/*.main-nav--item:hover .circle.circle-4,*/
.main-nav--item:hover .circle.circle-4:before {
    background-color: #a082ff;
}

/*.main-nav--item:hover .circle.circle-5,*/
.main-nav--item:hover .circle.circle-5:before {
    background-color: #50cdeb;
}

/*.main-nav--item:hover .circle.circle-6,*/
.main-nav--item:hover .circle.circle-6:before {
    background-color: #91e650;
}

/*.main-nav--item:hover .circle.circle-7,*/
.main-nav--item:hover .circle.circle-7:before {
    background-color: #fe507d;
}
/*.main-nav--item:hover .circle.circle-8,*/
.main-nav--item:hover .circle.circle-8:before {
    background-color: #a082ff;
}

.main-nav--item:first-of-type .circle {
    /*
    left: calc(50% + 5px);
    */
    margin-left: 5px;
}

.sign-up-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 278px;
    background-color: #4b4b82;
}

.sign-up-banner__top, .sign-up-banner__bottom {
    color: #fff;
}

.sign-up-banner__top h2, .sign-up-banner__bottom h2 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.sign-up-banner__bottom .h2 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}

.sign-up-banner__top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    height: 100%;
    width: 100%;
    font-size: 0;
    padding: 0 5%;
    background-color: #4b4b82;
    
    /*
    background-image: url("/local/templates/aquarelle/css/../images/footer-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    */
    
    cursor: pointer;
    text-align: center;
    transition: transform 2s ease 0ms;
}

.sign-up-banner__top:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 70px;
    width: 496px;
    height: 347px;
    background: url("/local/templates/aquarelle/css/../images/footer-pattern-3.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}

.sign-up-banner__top:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.sign-up-banner__top h2 {
    position: relative;
    padding-bottom: 8px;
}

.sign-up-banner__top h2 span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #50cdeb;
    vertical-align: middle;
    text-align: center;
    margin-top: -10px;
    font-size: 26px;
    line-height: 32px;
}

.sign-up-banner__top h2 span i {
    margin-top: 1px;
}

.sign-up-banner__top p {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.sign-up-banner__top p .fa {
    font-size: 18px;
    margin-left: 6px;
    vertical-align: text-bottom;
    margin-bottom: 1px;
}

.sign-up-banner__label{
    display: inline-block;
    vertical-align: middle;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
}

.sign-up-banner__bottom {
    padding: 42px 56px;
}

.m3-col-1, .m3-col-2, .m3-col-3, .m3-col-4, .m3-col-5 {
    float: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.m3-col-1 {
    width: 58%;
}

.m3-col-1__title:after{
    content: '';
    display: block;
    clear: both;
}

.m3-col-2 {
    padding-right: 30px;
    width: 42%;
    padding-left: 60px;
}

.m3-col-3 {
    width: 40%;
}

.m3-col-4 {
    width: 24.666667%;
    text-align: center;
}

.m3-col-3, .m3-col-4 {
    /*
    height: 45px;
    */
    margin-top: 30px;
}

.m3-col-2 {
    text-align: center;
    /*display:table;*/
    float: right;
    z-index: 200;
}

.m3-col-2-container {
    display: table-cell;
    vertical-align: middle;
}

.m3-col-2 .agree_div {
    margin-top: 28px;
}

.m3-col-2 input[type="checkbox"] {
    display: none;
}

.m3-col-2 input[type="checkbox"]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    background-color: #fe507d;
}

.m3-col-2 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
    line-height: 1.2em;
}

.m3-col-2 label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.sign-up-form {
    width: 100%;
    /*
    margin: 40px 0 30px;
    */
}

.sign-up-form input[type="text"], .sign-up-form input[type="email"], .sign-up-form button, .sign-up-form input[type="submit"] {
    height: 38px;
    border-radius: 0;
}

.sign-up-form input[type="text"], .sign-up-form input[type="email"] {
    width: 90%;
    padding: 9px 24px!important;
    border: none;
    color: #4c4c4c;
    vertical-align: bottom;
}

.sign-up-form button, .sign-up-form input[type="submit"] {
    -webkit-appearance: none;
    background-color: #50cdeb;
    color: #ffffff;
    border: none;
    display: inline-block;
    vertical-align: bottom;
    width: 10%;
    height: 38px;
    box-sizing: border-box;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    /*
    float: right;
    display: block;
    */
}

.sign-up-banner__so-me {
}
.sign-up-banner__so-me{
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    line-height: 24px;
}

.sign-up-banner__so-me .soc-icon{
    margin-left: 6px;
    margin-right: 6px;
    padding: 0 6px;
}

.sign-up-banner__so-me a {
    color: #fff;
}

.sign-up-banner__so-me a:hover {
    color: #50cdeb;
}

/* main minibanners*/

.m-row{
    clear: both;
}

.m1-col {
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.m1-col .main-banner-image-block img{
    width: 100% !important;
    max-height: none;
}

.m1-col_left {
    padding-right: 0.5%;
}

.m1-col_right {
    padding-left: 0.5%;
}

.m1-col_left {
    padding-right: 0.5%;
}

.m1-col_right {
    padding-left: 0.5%;
}

.m1-col_1-3{
    width: 33.333%;
}

.m1-col_1-2{
    width: 50%;
}

.m1-col_2-3{
    width: 66.666%;
}

.m1-col__in{
    overflow: hidden;
}
.m-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 640px) {

    .m1-col_1-3 .m1-col__in{
        position: relative;
        padding-bottom: 97.208122%;
        min-height: 100%;
    }

    .m1-col_1-2 .m1-col__in,
    .m1-col_2-3 .m1-col__in{
        position: relative;
        padding-bottom: 48.236776%;
    }

    .m1-col .main-banner-image-block,
    .m1-col .swiper_main_banner{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 0;
        line-height: 1;
    }

    .m1-col .main-banner-image-block:after{
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .m1-col .main-banner-image-block img{
        vertical-align: middle;
    }

    .m1-col .swiper_main_banner .swiper-slide{
        height: 100%;
    }

    .m1-col .swiper_main_banner .swiper-wrapper{
        height: 100% !important;
    }
}

.main-banner-square-image{
    display: inline-block;
}

.main-banner-rectangle-image{
    display: none;
}

@media screen and (max-width: 1024px) {
    .m1-col_left {
        padding-right: 1%;
    }
    .m1-col_left.m1-col_1-3 {
        padding-right: 0.83%;
    }
    .m1-col_left.m1-col_2-3 {
        padding-right: 1.17%;
    }

    .m1-col_right {
        padding-left: 1%;
    }
    .m1-col_right.m1-col_1-3 {
        padding-left: 0.83%;
    }
    .m1-col_right.m1-col_2-3 {
        padding-left: 1.17%;
    }

    .m1-col{
        padding-bottom: 2%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .m1-col_left {
        padding-right: 1.45%;
    }
    .m1-col_left.m1-col_1-3 {
        padding-right: 1.17%;
    }
    .m1-col_left.m1-col_2-3 {
        padding-right: 1.73%;
    }

    .m1-col_right {
        padding-left: 1.45%;
    }
    .m1-col_right.m1-col_1-3 {
        padding-left: 1.17%;
    }
    .m1-col_right.m1-col_2-3 {
        padding-left: 1.73%;
    }

    .m1-col{
        padding-bottom: 2.9%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 639px) {
    .main-banner-square-image{
        display: none;
    }
    .main-banner-rectangle-image{
        display: inline-block;
    }
    .m1-col{
        width: auto;
        float: none;
        padding: 0 0 2.9%;
    }
    .m1-col.m1-col_left,
    .m1-col.m1-col_right{
        padding-left: 0;
        padding-right: 0;
    }
    .m1-col {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .m1-col_2-3 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }
}

/*end main minibanners*/

.m1-col-1, .m1-col-2, .m1-col-3 {
    float: left;
    margin-bottom: 12px;
}

.m1-col-1 {
    /*
    width: 66.66666667%;
    padding-right: 0.5%;
     */
    width: 66.16666667%;
}

.m1-col-2 {
    width: 33.83333333%;
}

.m2-col-1 {
    float: left;
    width: 50%;
    padding-left: 3%;
}

.m1-col-3 {
    width: 50%;
    position: relative;
}

.m1-col-3-href {
    display: inline-block;
    height: 301px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.m1-col-3-href:hover{
    opacity:0.8;
}

.m1-col-3-text {
    position: absolute;
    bottom: 30%;
    left: 50px;
    width: 45%;
}

.m1-col-3 .title {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: bold;
    display: block;
}

.m1-col-3 .description {
    font-size: 16px;
}

.items {
    position: relative;
    display: block;
    padding-bottom: 97.2%;
    /*
    height: 187px;
    */
    text-align: center;
    color: #fff;
}

.items.type-1 {
    background-color: #fe507d;
}

.items.type-2 {
    background-color: #a082ff;
}

.items.type-3 {
    background-color: #91e650;
}

.items.type-4 {
    background-color: #50cdeb;
}

.items .items__wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.items .items__wrapper span {
    font-size: 80px;
    display: block;
    line-height: 1;
}

.items .items__wrapper span._month {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 100%;
    margin-top: 10px;
    text-transform: uppercase;
}

.about-block-1, .about-block-3, .about-block-4, .about-block-6, .about-block-7, .about-block-9, .about-block-10 {
    overflow: hidden;
}

.about-block-1 {
    /*
    background-image: url("/local/templates/aquarelle/css/../images/about-us/about.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    */
    /*
    height: 560px;
    */
    position: relative;
}

.ab1-img{
    text-align: center;
    margin: 0 -54px;
    font-size: 0;
    line-height: 0;
}
.ab1-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

.about-block-1 h1 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -30px;
    font-size: 57px;
    line-height: 72px;
    font-weight: bold;
}

.about-block-2 {
    position: relative;
}

.about-block-2 .ab2-col-1, .about-block-2 .ab2-col-2 {
    height: 100%;
    float: left;
    width: 50%;
    color: #4c4c4c;
}

.about-block-2 .ab2-col-1 {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.about-block-2 .ab2-col-1-img {
    max-width: 100%;
}

.about-block-2 .ab2-col-2 {
    display: table;
    padding: 0 5%;
    background: url("/local/templates/aquarelle/css/../images/footer-pattern-3.png") no-repeat left top;
    background-size: 100%;
    font-size: 16px;
    /*
    background-image: url(/local/templates/aquarelle/css/../images/tape.png);
    background-size: 100%;
    */
}

.about-block-2 .ab2-col-2-div {
    display: table-cell;
    vertical-align: middle;
}

.about-block-2 .ab2-col-2 .title {
    color: #191919;
}

.about-block-2 .ab2-col-3 {
    position: absolute;
    right: 0;
    top: 0;
    width: 547px;
    height: 444px;
    /*
    background-image: url("/local/templates/aquarelle/css/../images/about-us/layer 10.png");
    background-repeat: no-repeat;
    background-position: center;
    */
}

.about-block-3 .ab3-col-1, .about-block-3 .ab3-col-2 {
    float: left;
    width: 50%;
    height: 90px;
    text-align: center;
    font-size: 0;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-block-3 .ab3-col-1:before, .about-block-3 .ab3-col-2:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.about-block-3 .ab3-col-1:hover, .about-block-3 .ab3-col-2:hover {
    filter: contrast(110%) brightness(115%);
}

.about-block-3 .ab3-col-1 {
    background-image: url("/local/templates/aquarelle/css/../images/about-us/about-3-1.jpg");
}

.about-block-3 .ab3-col-2 {
    background-image: url("/local/templates/aquarelle/css/../images/about-us/about-3-2.jpg");
}

.about-block-3 .ab3-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 1.2em;
    padding: 0 5px;
}

.about-block-4 .ab4-col {
    display: table;
    float: left;
    width: 16.66666666666667%;
    height: 102px;
    text-align: center;
    color: rgba(60, 60, 60, 0.59);
    font-size: 14px;
}

.about-block-4 .ab4-col:hover {
    background-color: #50cdeb;
    color: #ffffff;
}

.about-block-4 .ab4-text {
    display: table-cell;
    vertical-align: middle;
    transition: all .1s linear 0s;
    /*&:hover{
      text-shadow:
          $brand-primary 1px 0px,
          $brand-primary 1px 1px,
          $brand-primary 0px 1px,
          $brand-primary -1px 1px,
          $brand-primary -1px 0px,
          $brand-primary -1px -1px,
          $brand-primary 0px -1px,
          $brand-primary 1px -1px;
  }*/
}

.row-with-img {
    padding: 0;
    height: 396px;
}

.row-with-img:after {
    content: "";
    display: table;
    clear: both;
}

.row-with-img:before {
    content: "";
    display: table;
}

.row-with-img .col-6 {
    padding: 0;
}

.row-with-img .col-6.block-1 {
    position: relative;
    overflow: hidden;
    height: 396px;
}

.row-with-img .col-6.block-1 img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
}

.row-with-img .col-6.block-2 {
    padding: 110px 56px 110px 116px;
}

.about-block-5, .about-block-8 {
    position: relative;
    padding: 9.3333333% 31.16666667%;
}

.about-block-5 p + p, .about-block-8 p + p {
    margin-top: 24px;
}

.about-block-5 {
    background-color: #50cdeb;
}

.about-block-8 {
    background-color: #91e650;
}

.about-block-6 {
    background-image: url("/local/templates/aquarelle/css/../images/about-us/contacts-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-block-6 a{
    white-space:nowrap;
}

.about-block-6 .ab6-col-1, .about-block-6 .ab6-col-2 {
    float: left;
    width: 50%;
    padding: 8.3333333%;
}

.about-block-7 .ab7-col-1, .about-block-7 .ab7-col-2 {
    float: left;
    width: 50%;
    padding: 7.83333333%;
}

.about-block-7 .ab7-col-1 {
    text-align: justify;
    font-size: 1px;
}

.about-block-7 .ab7-col-1:after{
    content: '';
    display: inline-block;
    width: 100%;
}

.about-block-7 .ab7-col-1 .block-7__img-block {
    /*
    width: 30.1%;
    */
    width: 128px;
    display: inline-block;
    margin: auto;
    
}

.about-block-7 .ab7-col-1 .block-7__img-block p {
    line-height: 1;
    font-size: 20px;
}

.about-block-7 .ab7-col-1 .block-7__img-block + .block-7__img-block {
    /*
    margin-left: 154px;
    margin-left: 30%;
    */
}

.about-block-7 .ab7-col-1 .block-7__img-block img {
    /*
    width: 60%;
    */
    display: block;
    margin: 0 auto 14px;
}

.about-block-7 .ab7-col-2 {
    color: #4c4c4c;
}

.about-block-7 .ab7-col-2 .title {
    color: #191919;
}

.about-block-7 .ab7-col-2 p {
    line-height: 1.3;
    font-size: 20px;
}

.btn-see-more {
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 3;
    border: 0;
    padding: 0 10%;
    max-width: 80%;
    margin: 28px auto 0;
    cursor: pointer;
    transition: opacity 300ms ease 0ms;
}

.btn-see-more:not(.reverse){
    background-color: #50cdeb;
}
.btn-see-more.active:not(.reverse){
    opacity: 1;
    cursor: pointer;
}
.btn-see-more.deactive:not(.reverse){
    opacity: 0.3;
    cursor: default;
}
.btn-see-more:not(.reverse):hover,
.btn-see-more.active:not(.reverse):hover{
    background-color: #22c0e6;
}
.btn-see-more.deactive:not(.reverse):hover{
    background-color: #50cdeb;
}

.btn-see-more.reverse{
    background-color: #22c0e6;
}
.btn-see-more.reverse.active{
    background-color: #22c0e6;
    cursor: pointer;
    opacity: 0.3;
}
.btn-see-more.reverse.deactive{
    background-color: #50cdeb;
    opacity: 1;
    cursor: default;
}
.btn-see-more.reverse.active:hover{
    background-color: #50cdeb;
}
.btn-see-more.reverse.deactive:hover{
    background-color: #50cdeb;
}

.about-block-7 .ab7-col-1 .block-7__img-block.active:not(.reverse){
    cursor: pointer;
}
.about-block-7 .ab7-col-1 .block-7__img-block.deactive:not(.reverse){
    cursor: default;
}
.about-block-7 .ab7-col-1 .block-7__img-block.active.reverse{
    cursor: default;
}
.about-block-7 .ab7-col-1 .block-7__img-block.deactive.reverse{
    cursor: pointer;
}

.btn-see-more-invert {
    display: block;
    background-color: #fff;
    color: #50cdeb;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 3;
    border: 0;
    padding: 0 10%;
    max-width: 80%;
    margin: 28px auto 0;
    cursor: pointer;
    transition: opacity 300ms ease 0ms;
}

.btn-see-more-invert:not(.deactive):hover{
    background-color: #B9E4EF;
    color: #fff;
}

.about-block-9 {
    background-color: #d9d9d9;
    padding: 86px 248px;
}

.about-block-9 .ab9-col {
    float: left;
    width: 48.58333333333333%;
    margin-bottom: 26px;
    color: #ffffff;
}


.about-block-9 .ab9-col-1 {
    width: 100%;
}

.about-block-9 .ab9-col-7 {
    text-align: right;
}

.about-block-9 .btn-about-us-submit {
    -webkit-appearance: none;
    display: inline-block;
    padding: 0 25px;
    margin-top: 45px;
    background-color: #ec5f7f;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 3;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.about-block-9 .btn-about-us-submit:hover {
    background-color: #e7315b;
}

.about-block-9 input, .about-block-9 textarea{
    font-size: 16px;
    color: #b0b0b0;
    border: 1px solid #b0b0b0;
}

.select2.select2-container.select2-container--form{
    font-size: 16px;
    color: #b0b0b0;
}

.main-content input::placeholder, .main-content textarea::placeholder{
    color: #b0b0b0;
    font-family: 'Aqua', Arial, Helvetica, sans-serif;
}
.main-content input::-webkit-input-placeholder, .main-content textarea::-webkit-input-placeholder{
    color: #b0b0b0;
    font-family: 'Aqua', Arial, Helvetica, sans-serif;
}
.main-content input:-ms-input-placeholder, .main-content textarea:-ms-input-placeholder{
    color: #b0b0b0;
    font-family: 'Aqua', Arial, Helvetica, sans-serif;
}

.main-content input::-moz-placeholder, .main-content textarea::-moz-placeholder
{
    color: #b0b0b0;
    font-family: 'Aqua', Arial, Helvetica, sans-serif;
}

.about-block-10 .ab10-col-1, .about-block-10 .ab10-col-2 {
    width: 50%;
    height: 100%;
    color: #4c4c4c;
}

.about-block-10 .ab10-col-1 {
    float: left;
    display: table;
    padding: 0 5%;
}

.about-block-10 .ab10-col-1-div {
    display: table-cell;
    vertical-align: middle;
}

.about-block-10 .ab10-col-1 .title {
    color: #191919;
}

.about-block-10 .ab10-col-1 .btn-see-more {
    max-width: 40%;
    float: left;
}

.about-block-10 .ab10-col-2 {
    float: right;
    padding-top: 20px;
}

.ab10-text{
    padding: 0 5%;
    color: #4c4c4c;
    display: none;
}

.ab10-text .title{
    color: #191919;
}

.ab10-text:before{
    content:'';
    display: block;
    margin-bottom: 15px;
}
.ab10-text:after{
    /*content:'';
    display: block;
    padding-bottom: 10%;*/
}

.about-block-10 .ab10-col-2-img {
    font-size: 0;
}

.about-block-10 .ab10-col-2-img img {
    max-width: 100%;
}

.centred-icon-wrapper {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%;
    left: 0;
    z-index: 200;
}

.centred-icon-wrapper .centred-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin: -50px auto 0;
    text-align: center;
}

.centred-icon-wrapper .centred-icon img {
    padding-top: 20px;
}

.about-us__label {
    display: block;
    margin: 0 0 10px 0;
}

.about-us__label-file {
    margin-top: 10px;
    margin-bottom: 15px;
}

.about_form_link:hover{
    color: #50cdeb;
}
.about_form_link{
    color: #8b8b8b;
}

.about-us__label span {
    color: #ff6565;
    font: 900 15px monospace;
}

.about-us__input:focus, .about-us__textarea:focus{
    border: 1px solid #50cdeb;
}

.about-us__input, .about-us__textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding: 10px 26px;
    border: none;
    outline: none;
    font-family: Arial, serif;
    line-height: 16px;
    color: #777777;
    background-color: #ffffff;
}
.about-us__select{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding: 10px 26px;
    border: none;
    outline: none;
    font-family: Arial, serif;
    line-height: 16px;
    color: #777777;
    background-color: #ffffff;
}
.about-us__select option{

}

.about-us__textarea {
    height: 90px;
}

.file-area {
    width: 100%;
    position: relative;
    display: block;
    border: 1px dashed #777777;
    padding: 10px 15px;
    color: #8b8b8b;
    z-index: 100;
}

.file-area.active {
    color: #777777;
}

.file-area input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-area .file-area-status {
    display: block;
    width: 84.8%;
    font-size: 12px;
    position: absolute;
    z-index: -1;
}

.actions-col-1, .actions-col-2 {
    float: left;
}

.actions-col-1 {
    width: 32.1666667%;
    margin-right: 1.25%;
}

.actions-col-1 {
    /*padding-right: 0.75%;*/
}

.actions-col-2 {
    width: 66.5833333%;
    font-size: 0;
    /*padding-left: 0.75%;*/
}

.actions-col-4 {
    width: 32.1652065%;
    margin-right: 1.7521902%;
    margin-bottom: 12px;
    /*padding-left: 1%;
  padding-right: 1%;*/
    display: inline-block;
    background-color: #ffffff;
    /*text-align: center;*/
    font-size: 13px;
}

.actions-col-4:nth-of-type(3n) {
    margin-right: 0;
}

.entertainment-col
{
    font-size: 0;
}

.entertainment-col-4
{
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 12px;
    display: inline-block;
    background-color: #ffffff;
    font-size: 13px;
}

.entertainment-col-4:nth-of-type(4n) {
    margin-right: 0;
}

@media (min-width: 1280px) {
    .entertainment-col-4.actions-col-4.actions-col-compact{
        width: 18.6%;
        margin-right: 1.75%;
        margin-bottom: 12px;
    }
    .entertainment-col-4.actions-col-4.actions-col-compact:nth-of-type(5n) {
        margin-right: 0;
    }
    .category-list .actions-col-compact .item .category-list__item__name {
        font-size: 21px;
        letter-spacing: -1px;
    }
}

.category-menu {
    margin-bottom: 12px;
    padding: 40px 48px 28px;
    background-color: #fff;
    text-transform: uppercase;
    position:relative;
    overflow: hidden;
}

.category-menu .item {
    
    margin-bottom: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*&:empty {
        display: none;
    }*/
}

.category-menu .item .fa {
    font-size: 16px;
    vertical-align: bottom;
    padding-left: 6px;
    padding-bottom: 1px;
    display: inline-block;
}

.category-menu .item .fa:before {
    content: "\f107";
    display: inline-block;
}

.category-menu .item.item-sub {
    padding-left: 12px;
    display: none;
}

.category-menu .item.item-sub.active, .category-menu .item.item-sub.on {
    display: block;
}

.category-menu .item.item-parent.open .fa:before {
    content: "\f106";
    transform: translateY(-1px);
}

.category-menu .item.active {
    color: #50cdeb;
}

.category-menu .item .count {
    float: right;
    
}

.category-menu hr {
    height: 1px;
    margin-bottom: 22px;
    background-color: #e6e6e6;
}

.category-menu hr:last-of-type {
    display: none;
}

.category-list {
    margin-bottom: 3px;
}

.category-list .item {
    position: relative;
    display: inline-block;
    /*height: 257px;
    line-height: 237px;
    padding: 10px;*/
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 100%;
}

.category-list__item-image-inner
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    padding: 10px;
}

.category-list__item__preloader{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s-blog-i_darked .item-preloader{
    background: #000000;
}

.item-preloader_blog{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-preloader_blog{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-preloader_ended{;
    opacity: 0;
}

.item-preloader .card-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.item-preloader_inline{
    display: block;
    min-height: 100px;
    position: relative;
}
.item-preloader-result{
    transition: opacity 300ms ease 0ms;
    opacity: 0.01;
}

.item-preloader-result__ready{
    opacity: 1;
}

.item-preloader:before,
.item-preloader:after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
@-webkit-keyframes loaderAnimation {
    0%   { transform: translateX(-12px);}
    100%   { transform: translateX(12px);}
}
@keyframes loaderAnimation {
    0%   { transform: translateX(-12px); }
    100%   { transform: translateX(12px); }
}
@-webkit-keyframes loaderIndexAnimation {
    0%   { z-index: 1;}
    49.999%   { z-index: 1;}
    50.001%   { z-index: 0;}
    100%   { z-index: 0;}
}
@keyframes loaderIndexAnimation {
    0%   { z-index: 1;}
    49.999%   { z-index: 1;}
    50.001%   { z-index: 0;}
    100%   { z-index: 0;}
}
.item-preloader:before {
    background: #a7a7a7;
    -webkit-animation:
            loaderAnimation 500ms infinite ease-in-out alternate,
            loaderIndexAnimation 1000ms infinite linear;
    animation:
            loaderAnimation 500ms infinite ease-in-out alternate,
            loaderIndexAnimation 1000ms infinite linear;
}
.item-preloader:after{
    background: #525252;
    -webkit-animation:
            loaderAnimation 500ms infinite ease-in-out alternate-reverse,
            loaderIndexAnimation 1000ms infinite linear reverse;
    animation:
            loaderAnimation 500ms infinite ease-in-out alternate-reverse,
            loaderIndexAnimation 1000ms infinite linear reverse;
}



.category-list__item-block
{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.category-list__item-image-inner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.category-list .item .category-list__item__logo, .category-list .item .category-list__item__label {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.category-list .item .category-list__item__logo {
    height: auto;
    max-height: 100%;
}

.category-list .item .category-list__item__label {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
}

.category-list .item .category-list__item__name
{
    color: #276ca8;
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.category-list__item__rate {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    line-height: 17px;
    text-align: right;
    padding: 4px 5px 1px;
    background: #F2F2F2;
    color: #333;
}

.category-list__item__rate._white {
    color: #ffffff;
}

.category-list__item__rate b {
    font-size: 17px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
}

.category-list__end
{
    display: inline-block;
    width: 100%;
}

.events-filters__wrapper {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 30px 5%;
}

.events-filters__wrapper.no-p-b {
    padding-bottom: 0;
}

.events-filters {
    display: table;
    width: 100%;
    height: 32px;
    text-align: center;
    background-color: #ccc;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.events-filters > div {
    vertical-align: middle;
    display: table-cell;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    min-width: 40px;
    padding: 2px 7px 0;
    text-transform: uppercase;
}

.events-filters > div.active,
.events-filters > div:hover {
    background-color: #50cdeb;
}
/*
.events-filters.events-page {
    text-transform: uppercase;
}
*/

.events-filters.events-page > div {
    font-size: 10px;
}

[data-controller="actions"] .category-menu .item.item-category {
    color: #50cdeb;
}


.map-col-1 {
    width: 66.6666667%;
    float: right;
}

.map-col-2 {
    width: 33.3333333%;
    color: #4c4c4c;
}

.map-col-2 .map-description {
    padding: 40px 48px 28px;
    background-color: #fff;
}

.map-col-2 .map-description__headline {
    display: block;
    text-transform: uppercase;
    color: #50cdeb;
    padding-bottom: 24px;
    font: inherit;
}

.map-col-2 .map-description__p {
    margin-bottom: 10px;
}

.map-col-2 .map-description__p span {
    color: #50cdeb;
}

.map-col-2 .map-list {
    list-style-type: decimal;
}

.map-col-2 .map-list li {
    margin-bottom: 20px;
}

.brands {
    position: relative;
    background-color: #50cdeb;
    /*width: 796px;*/
    max-width: 100%;
}

#mall-map {
    float: left;
    /*width: 684px;*/
    /* min-height:300px;*/
}


#mall-parent {
    /*width: 684px;*/
}

#mall-map-toolbar {
    position: absolute;
    right: 0;
    height: 100%;
    width: 112px;
    z-index: 100;
    box-shadow: 1px 0 12px -1px #4b4b8280;
}

#mall-map-menu {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 12px;
    z-index: 0;
}

#mall-map-menu > div {
    display: block;
    text-align: center;
    cursor: pointer;
}

#mall-map-menu > div .mall-map-svg {
    
    border-radius: 25px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    /*border: 1px solid #777777;*/
}

#mall-map-menu > div .mall-map-svg svg {
    width: 40px;
    height: 40px;
    fill: #777;
}

#mall-map-menu > div .mall-map-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.map_menu-item.selected .mall-map-svg{
    background-color: #ff36a4;
}

#mall-map-menu .map_menu-item.selected .mall-map-svg svg{
    fill: #fff;
}

#mall-map-levels {
    /*position: relative;*/
    /*width: 112px;*/
    background-color: #ffffff;
    z-index: 100;

    /*
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    */
}

#mall-map-levels > div {
    text-align: center;
    padding: 16px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
   /* border-bottom: 1px solid #d5d5d5;*/
    
}
#mall-map-levels > div:last-child{
    border-right: none;
}
#mall-map-levels > div:hover {
    background-color: #f0f0f8;
}
#mall-map-levels > .active:before {
    left: 5px;
    top: 5px;
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #ff36a4;
    border: 1px solid #ffffff;
}

#mall-map-level1 {
    color: #50cdeb;
}


#mall-map-level2 {
    color: #a082fe !important;
}

#mall-map-level3 {
    color: #a4e266 !important;
}
#mall-map-level8 {
    color: #5b7fd8 !important;
}

#mall-map-level9 {
    color: #ababab;
}
/*
#mall-map-menu > .map_menu-item.map_menu-item-static .mall-map-svg{
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    visibility: visible;
    background-color: transparent;
}
#mall-map-menu > .map_menu-item.map_menu-item-static .mall-map-text{
    visibility: visible;
}
*/
.markers {
    width: 20px !important;
    opacity: 0.7;
}
/*
.jvectormap-container{
    cursor:grab;
}
*/
.jvectormap-container path.activepath {
    cursor: pointer;
}

.jvectormap-container path[data-code="id0"] {
    font-size: 10px;
    color: red;
}

#mall-map-menu.jvectormap-label {
    padding: 10px 10px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
}

.gt-grid-shopsales > .brands a:hover:before {
    background: none;
    opacity: 1;
}

.categories {
    position: relative;
    padding: 0 40px 40px;
    background-color: #fff;
}

.categories_sub {
    padding-left: 15px;
}

.categories_item {
    position: relative;
    margin-bottom: 22px;
    text-transform: uppercase;
    cursor: pointer;
}

.categories_item_fictive_hidden, .categories_item_fictive_visible {
    display: none;
    margin: 0;
    padding: 0;
}

.categories_item_fictive_hidden {
    display: none !important;
}

.categories_item_fictive_visible {
    display: list-item !important;
}

.categories_item.selected {
    color: #50cdeb;
    cursor: default;
}

.categories li.selected .pseudo_link,
.categories li.selected:hover .pseudo_link {
    cursor: default;
}

.categories li.categories_item_main .pseudo_link,
.categories li.categories_item_main:hover .pseudo_link {
    cursor: pointer;
}

.detect_inlinesvg .categories_item.selected:before {
    width: 9px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-background-size: 9px 100%;
    -moz-background-size: 9px 100%;
    -o-background-size: 9px 100%;
    background-size: 9px 100%;
    z-index: 1;
}

.categories li:before {
    content: '';
}

.categories .categories_item_control {
    padding-left: 6px;
    text-align: center;
}

.categories .categories_item_control .fa {
    font-size: 16px;
    vertical-align: bottom;
    padding-left: 6px;
    padding-bottom: 1px;
}

.categories_item_minus {
    display: none;
}

.categories .categories_item_main {
    cursor: pointer;
}

.categories_item_open .categories_item_plus {
    display: none;
}

.categories_item_open .categories_item_minus {
    display: inline;
}

.categories_item_type {
    margin-left: 5px;
}

.categories .count {
    position: absolute;
    right: 0;
}

.categories .selected .count {
    color: #50cdeb;
}

.categories .count_sales,
.categories .count_words,
.categories_sales .count,
.categories_sales .count_words,
.categories_words .count,
.categories_words .count_sales {
    display: none !important;
}

.categories_sales .count_sales,
.categories_words .count_words {
    display: block !important;
}

.categories_item.transparent .count_words {
    display: none !important;
}

.category-search {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 40px 40px 24px;
}

/*
.select2-container {
    width: 100%;
}
*/

.select2-container .select2-choice {
    border-radius: 2px !important;
    border: none;
    background-color: #f2f2f2;
    background-image: none;
    height: 30px;
    padding: 4px 8px 0 40px;
}

.select2-container .select2-choice.select2-default:before {
    content: '';
    background-image: url(/local/templates/aquarelle/css/../images/lince.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    left: 12px;
    top: 7px;
    z-index: 100;
}

.select2-container-active .select2-choices, .select2-drop-active {
    border: 1px solid #E5E5E5 !important;
    border-radius: 2px !important;
}

.select2-container .select2-choice .select2-arrow {
    display: none;
    margin-left: 16px;
    margin-right: 16px;
}

.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
    width: 14.2%;
}

.fc-calendar-container {
    margin: 0 0;
}

.fc-calendar .fc-row > div > span.fc-date {
    position: relative;
    display: block;
    height: 10px;
    padding: 14px 0;
    font-size: 18px;
    line-height: 43px;
    font-weight: 300;
    color: #000;
    bottom: 0;
    right: 0;
    text-align: center;
}


.fc-calendar .fc-row > div > span.fc-date.fc-date_select{
    background: #f5f5f5;
}

.fc-calendar .fc-row > div > span.fc-date.fc-date_has-events.fc-date_active{
    color: #ffffff;
    background: #50cdeb;
}

.fc-calendar .other-month .fc-row > div > span.fc-date {
    color: #cacaca;
}

.fc-calendar .fc-row > div > span.fc-date.fc-date_now{
    background: #eaeaea;
}

.fc-calendar .fc-row > div > span.fc-date.fc-date_has-events{
    color: #50cdeb;
    cursor: pointer;
}

.fc-calendar .fc-row > div > span.fc-date.fc-date_has-events:hover{
    color: #ffffff;
    background: #50cdeb;
}

.fc-calendar .fc-row > div.fc-today {
    background: #0dd7fd;
}

.fc-calendar .fc-row > div.fc-out {
    opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
    border-right: none;
}

.fc-calendar .fc-row:last-child {
    border-bottom: none;
}

.fc-head {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 13px;
    color: #878787;
}

.fc-head > div {
    display: table-cell;
}

.fc-body table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

.fc-body table td {
    /*
    padding-bottom: 28px;
    */
}

.fc-calendar .fc-row > div > span.fc-date {
    height: auto;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #434343;
    bottom: auto;
    right: auto;
    text-align: center;
}

.custom-calendar-wrap {
    background-color: #fff;
    padding: 0 28px;
}

.custom-header {
    background-color: #fff;
    padding: 40px 0 28px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.custom-header__row {
    display: table-row;
}
.custom-header__row>*{
    display: table-cell;
    float: none;
}
.custom-header__row>a{
    width: 5%;
}
.custom-header__row>*:first-child{
    text-align: left;
}
.custom-header__row>*:last-child{
    text-align: right;
}

.custom-header .fa {
    /*
    margin: 0 30px;
    */
    font-size: 16px;
    line-height: 1;
}

.custom-header a {
    color: #8b8b8b;
}

.custom-header a:hover {
    color: #50cdeb;
}

.custom-header #current-month {
    color: #50cdeb;
    width: 36%;
}

.nav-month-navigation{
    cursor: pointer;
}

.nav-month-navigation:hover{
    color: #50cdeb;
}

.cldr-events span {
    color: #50cdeb !important;
    cursor: pointer;
}

.shop-card__nav {
    position: relative;
    background-color: #e1e7ed;
    padding: 25px 10px;
    font-size: 40px;
    text-align: center;
    color: #276ca8;
}

.shop-card__nav h2, .shop-card__nav h1{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.shop-card__nav.bg-blue {
    background-color: #50cdeb;
    color: #fff;
}

.shop-card__nav.bg-blue .shop-card__nav-left, .shop-card__nav.bg-blue .shop-card__nav-right {
    color: #ffffff;
}

.shop-card__nav.bg-gray .shop-card__nav-left, .shop-card__nav.bg-gray .shop-card__nav-right {
    color: #808080;
}

.shop-card__nav.bg-gray .shop-card__nav-left:hover, .shop-card__nav.bg-gray .shop-card__nav-right:hover
{
    color: #50cdeb;
}

.shop-card__nav-left, .shop-card__nav-center, .shop-card__nav-right {
    display: inline-block;
    vertical-align: middle;
}

.shop-card__nav-left, .shop-card__nav-right {
    width: 7%;
    font-size: 36px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
}

.shop-card__nav-left
{
    left: 0;
}

.shop-card__nav-right
{
    right: 0;
}


.shop-card__nav-left i, .shop-card__nav-right i
{
    line-height: 70px;
}

.shop-card__nav-left .fa-angle-left:before, .shop-card__nav-left .fa-angle-right:before, .shop-card__nav-right .fa-angle-left:before, .shop-card__nav-right .fa-angle-right:before {
    vertical-align: baseline;
}

.shop-card__nav-center {
    width: 80%;
}

.shop-card__nav-center {
    
    height: 110px;
    font-size: 0;
}

.shop-card__nav-center:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.shop-card_image_center
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.shop-card__nav-brand
{
    vertical-align: middle;
    font-weight: bold;
    line-height: 1;
    font-size: 36px;
    display: inline-block;
    max-width: 100%;
}
.shop-card__nav-center.combo img{
    max-width: 20%;
}
.shop-card__nav-center.combo .shop-card__nav-brand{
    max-width: 80%;
    padding-left: 5%;
    font-size: 25px;
    line-height: 1.2;
}

.shop-card__nav-center img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.shop-card__content {
    height: auto;
    /*
    min-height: 600px;
    */
    font-size: 0;
}

.shop-card__content .shop-card-col-1 {
    display: inline-block;
    width: 50%;
    overflow: hidden;
}

.shop-card__content .shop-card-col-1.shop-card__content__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.shop-card__content .shop-card-col-1-img img {
    width: 100%;
}

.shop-card__tbl-cell-content{
    position: relative;
}

.shop-card__content .shop-card-col-2 {
    /*overflow-y: auto;*/
    margin-bottom: 13px;
    font-size: 13px;
    background-color: #ffffff;
    padding: 5.33333333333%;
}

.shop-card__content .shop-card-col-2 .text-primary {
    font-size: 16px;
    font-weight: 400;
}

.shop-card__content .shop-card-col-2 .text-right > div {
    padding-bottom: 4px;
}

.shop-card__content .shop-card-col-2 .shop-card__content__info__floor-link {
    display: inline-block;
    background-color: #F2F2F2;
    color: #4c4c4c;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding: 15px 28px;
    font-size: 12px;
    border-radius: 2px;
    text-transform: uppercase;
}

.shop-card__content .shop-card-col-2 .shop-card__content__info__floor-link:hover {
    background-color: #d9d9d9;
}

.shop-card__content .shop-card-col-2 .shop-card__content__info__share-block-img img {
    max-width: 100%;
}

.shop-card__contacts{
    font-size: 0;
}

.shop-card__content .shop-card-col-3, .shop-card__content .shop-card-col-4 {
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
}

.shop-card__content .shop-card-col-4 {
    text-align: right;
}

.shop-card__content .shop-card-col-4 .soc-block {
    margin-bottom: 12px;
}

.shop-card__content .shop-card-col-4 .soc-block .soc-icon {
    color: #808080;
}

.shop-card__content .shop-card-col-4-href {
    font-size: 16px;
}

.shop-card-col-4-phone_number
{
    color: #4c4c4c
}

.shop-card__content .swipe-wrap > div {
    width: 600px;
    height: 600px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
}

.shop-card__content .shop-card__slider-wrapper {
    position: relative;
    background: #fff;
    /*.fa {
        color: #b1a7b2;
        &.active {
            color: $brand-primary;
        }
    }*/
}

.shop-card__content .shop-card__slider-wrapper .shop-card-slider {
    max-height: 600px;
    text-align: center;
}

.shop-card-swiper{
    max-height: 600px;
}

.shop-card-swiper .swiper-slide{
    font-size: 0;
    text-align: center;
}


.shop-card-swiper .swiper-slide:after{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.shop-card__content .shop-card__slider-wrapper .shop-card-slider .shop-card-slider-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.shop-card__content .shop-card__slider-wrapper .swipe__breadcrumbs, .shop-card__content .shop-card__slider-wrapper .swipe__right, .shop-card__content .shop-card__slider-wrapper .swipe__left {
    display: none;
}

.shop-card__content .shop-card__slider-wrapper .swipe__breadcrumbs {
    left: 50%;
    transform: translateX(-50%);
}

.shop-card__content__info__headline {
    font-size: 50px;
    line-height: 1;
    font-weight: 300;
    color: #50cdeb;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.shop-card__content__info__headline span{
    font-size: 40%;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 6px;
}

.shop-card__content__info__main-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.7;
}

.shop-card__content__info__main-text .shop-card__content {
    height: auto;
    width: 98%;
}

.shop-card__content__info__main-text a
{
    color: #50cdeb;
    text-decoration: underline;
}

.shop-card__content__info__main-text a.btn-see-more {
    color: #ffffff;
    text-decoration: none;
}

.shop-card__content__info__main-text a:hover
{
    text-decoration: none;
}

/*
body[data-controller="news-item"] .shop-card__content__info__main-text {
    height: 302px;
    margin-top: 56px;
}
*/

.shop-card__content__info__breadcrumbs {
    margin-top: 38px;
}

.shop-card__content__info__breadcrumbs span, .shop-card__content__info__breadcrumbs a {
    padding-right: 4px;
}

.shop-card__content__info__breadcrumbs span + span, .shop-card__content__info__breadcrumbs span + a, .shop-card__content__info__breadcrumbs a + span, .shop-card__content__info__breadcrumbs a + a {
    padding-left: 4px;
}

.shop-card__content__info__breadcrumbs span + span:before, .shop-card__content__info__breadcrumbs span + a:before, .shop-card__content__info__breadcrumbs a + span:before, .shop-card__content__info__breadcrumbs a + a:before {
    content: '/';
    display: inline;
    padding-right: 8px;
}

.shop-card-cardsList {
    width: 75%;
    margin: 0 auto;
}

.shop-card__events-block {
    position: relative;
    width: 840px;
    margin: 0 auto;
    text-align: center;
}

.shop-card__events-block > div {
    text-align: left;
    margin: 12px 6px 0;
    display: inline-block;
    width: 255px;
}

.shop-card__content__info__share-block .ya-share2__container_size_m .ya-share2__item {
    margin-right: 8px;
}

.shop-card__content__info__share-block .ya-share2__item_service_facebook .ya-share2__badge:after, .shop-card__content__info__share-block .ya-share2__item_service_vkontakte .ya-share2__badge:after {
    content: '╨Я╨Ю╨Ф╨Х╨Ы╨Ш╨Ы╨м╨б╨п';
}

.shop-card__content__info__share-block .ya-share2__item_service_odnoklassniki .ya-share2__badge:after {
    content: '╨а╨Р╨б╨б╨Ъ╨Р╨Ч╨Р╨в╨м';
}

.shop-card__content__info__share-block .ya-share2__item_service_twitter .ya-share2__badge:after {
    content: '╨в╨Т╨Ш╨в╨Э╨г╨в╨м';
}

.shop-card__content__info__share-block .ya-share2__badge {
    height: 28px;
    padding: 2px 8px;
}

.shop-card__content__info__share-block .ya-share2__badge:after {
    position: relative;
    display: inline-block;
    padding-left: 2px;
    padding-top: 5px;
    font-weight: 100;
    font-family: "Arial Narrow", serif;
    letter-spacing: 0;
}

.shop-card__content__info__share-block .ya-share2__badge .ya-share2__icon {
    height: 28px;
    background-repeat: no-repeat;
}

.shop-card__limit_width.scroll-content.scroll-scrolly_visible{
    padding-right: 20px;
}


/*************** SCROLLBAR BASE CSS ***************/

/*
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
*/


/*************** SIMPLE INNER SCROLLBAR ***************/

.scroll-element,
.scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scroll-element .scroll-bar { background-color: #c2c2c2; }
.scroll-element:hover .scroll-bar { background-color: #919191; }
.scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

.cardsList {
    font-size: 0;
}

.card {
    position: relative;
    display: block;
    background-color: #fff;
    /*height: 600px;*/
    overflow: hidden;
}

.card, .card:visited, .card:active {
    color: inherit;
}

.card-img {
    display: block;
    height: 257px;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: 100%;*/
    background-position: center;
}

.actions-col-4 .card-img {
    height: auto;
    padding-bottom: 100%;
}

.card-event-type {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #ffffff;
    padding: 8px 20px;
    font-size: 14px;
}

.card-event-type.type-news {
    background-color: #91e650;
}

.card-event-type.type-sale
{
    background-color: #A082FF;
}

.card-event-type.type-stock{
    background-color: #ff507d;
}

.card-event-type.type-collection {
    background-color: #50cdeb;
}

.card-block {
    position: relative;
    padding: 35px 30px 30px;
    /*margin-bottom: 28px;*/
    color: #4c4c4c;
    background-color: #ffffff;
    height: 257px;
    overflow: hidden;
}

.card-block .card-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 1em;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    height: 3.6em;
    line-height: 1.2;
}

.card-block .card-text {
    height: 7.4em;
    line-height: 1.2em;
    font-size: 12px;
    position: relative;
    margin-bottom:1.5em
}

.card-block .card-text::before
{
    box-shadow: 0 0 10px 15px #fff;
    content: '';
    bottom: -25px;
    left: 0;
    width: 100%;
    position: absolute;
    height: 15px;
    background-color: white;
    z-index: 2;
}

.card-block .card-text .swiper-slide {
    height: auto;
    width: 97%;
}

.card-event-date {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 16px;
}

.card-footer {
    /*position: absolute;
  bottom: 30px;
  width: 78.72%;*/
    background-color: #fff;
    height: 30px;
    overflow: hidden;
    font-size: 0;
}

.card-footer .card-footer__date, .card-footer .card-footer__logo {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: right;
}

.card-footer .card-footer__date {
    /*width: 45%;
    margin-right: 5%;*/
    float:left;
    font-size: 11px;
}

.card-footer .card-footer__logo {
    height: 100%;
    float:right;
    max-width:48%;
}

.card-footer .card-footer__logo img {
    max-width: 100%;
    max-height: 100%;
    opacity:0.7;
}

.card-footer .card-footer__logo img:hover {
    opacity:1;
}

.error404_main {
    margin-bottom: 30px;
}

.error404 {
    /*background-image: url('/local/templates/aquarelle/css/../images/404-bg.jpg');*/
    background-color: #50cdeb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.error404 .error404-overflow {
    position: relative;
    overflow: hidden;
}

.error404 .tape1, .error404 .tape2 {
    position: absolute;
    /*
    overflow: hidden;
    */
    height: 390px;
}

.error404 .tape1-container, .error404 .tape2-container {
    background: url("/local/templates/aquarelle/css/../images/footer-pattern-2.png") no-repeat center;
    width: 496px;
    height: 384px;
    position: relative;
    background-size: contain;
}

.error404 .tape1 {
    top: 0;
    left: 0;
    width: 320px;
}

.error404 .tape1-container {
    left: -170px;
}

.error404 .tape2 {
    bottom: -85px;
    right: 20px;
}

.error404 .tape2-container {
    right: 0;
}

.error404__content {
    padding: 11.33333333333333% 0;
    width: 41.66666666666667%;
    margin: auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 200;
    min-width: 440px;
}

.error404__content h1 {
    font-size: 200px;
    font-weight: 600;
    line-height: 200px;
}

.error404__content .h2 {
    display: block;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
}

.error404__table {
    display: table;
    table-layout: fixed;
    width: 90%;
    margin: auto;
}

.error404__table .item {
    display: table-cell;
    vertical-align: middle;
}

.error404__table .item a {
    color: #fff;
    text-decoration: underline;
}

.error404__table .item .so-me-block {
    margin: auto;
    float: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-vk:before {
    content: "\f189";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-yan_zen, .fa-telegram_new,
.fa-odnoklassniki_new, .fa-vk_new
{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.fa-yan_zen {
    background-image: url("/images/socials/Yandex_Zen.svg");
}
.fa-telegram_new {
    background-image: url("/images/socials/telegram.svg");
    border-radius: 7px;
}
.fa-odnoklassniki_new {
    background-image: url("/images/socials/OK.svg");
}
.fa-vk_new {
    background-image: url("/images/socials/VK.svg");
}

.soc_share_item {
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    font-size: 0;
    /*
    width: 115px;
    */
    height: 30px;
    line-height: 30px;
    margin-right: 6px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.soc_share_item:hover {
    
    /*
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    */
}

/*
.soc_share_item:hover .soc_share_item_text {
text-decoration: underline;
}
*/

.soc_share_item_f {
    background-color: #5974bd;
    padding: 0 8px;
}
.soc_share_item_f:hover {
    background-color: #7C97E0;
}

.soc_share_item_f .soc_share_item_text {
    /*
    width: 75.6097561%;
    width: 69.5121951%;
    width: 62px;
    */
}

.soc_share_item_vk {
    background-color: #4e81ba;
    padding: 0 8px;
}
.soc_share_item_vk:hover {
    background-color: #71A4DD;
}

.soc_share_item_vk .soc_share_item_text {
    /*
    width: 62px;
    */
}

.soc_share_item_twitter {
    /*
    width: 96px;
    */
    background-color: #3bb3e2;
    padding: 0 8px;
}
.soc_share_item_twitter:hover {
    background-color: #54CCFB;
}
/*
.soc_share_item_twitter .soc_share_item_text {
    width: 47px;
}
*/

.soc_share_item_ok {
    /*
    width: 110px;
    */
    background-color: #ffa758;
    padding: 0 8px;
}
.soc_share_item_ok:hover {
    background-color: #FFCA7B;
}
/*
.soc_share_item_ok .soc_share_item_text {
    width: 59px;
}
*/

.soc_share_item .soc_share_item_icon, .soc_share_item .soc_share_item_text {
    display: inline-block;
    /*vertical-align:middle;*/
    color: white;
    text-align: center;
}

.soc_share_item .soc_share_item_icon {
    font-size: 14px;
    /*
    width: 19.5121951%;
    margin-right: 10.9756098%;
    width: 16px;
    */
    margin-right: 9px;
}

.soc_share_item .soc_share_item_text {
    font-size: 9px;
    text-transform: uppercase;
}

.overlay {
    z-index: 700;
    position: fixed;
    background-color: #000;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.side-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 10px 0 10px;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateX(-640px);
    -moz-transform: translateX(-640px);
    -ms-transform: translateX(-640px);
    -o-transform: translateX(-640px);
    transform: translateX(-640px);
    /*
    position: absolute;
    left: 0;
    */
    z-index: 800;
    background-color: #ffffff;
    color: black;
}

.side-menu__scroller {
    height: 100%;
    overflow: hidden;
}

.side-menu .swiper-slide{
    height: auto;
}

.side-menu__header{
    height: 90px;
    padding-left: 3%;
    
}
.side-menu__button,
.side-menu__logo{
    height: 90px;
    font-size: 0;
    line-height: 0;
    display: block;
    float: left;
}
.side-menu__button:after,
.side-menu__logo:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.side-menu__button{
    width: 10%;
    min-width: 37px;
}

.side-menu__button img {
    vertical-align: middle;
    width: 42px;
}

.side-menu__logo{
    width: 38%;
    padding-left: 0;
}

.side-menu__logo img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 75%;
    
    height: auto;
}

.side-menu .sm-list {
    list-style: none;
    margin-top: 40px;
    /*
    margin-top: 100px;
    */
}

.side-menu .soc-block {
    padding-left: 5%;
    padding-right: 5%;
    line-height: 60px;
    margin-top: 8px;
    margin-bottom: 60px;
}

.side-menu .soc-block .soc-icon {
    width: 13%;
    color: #CCCCCC;
    font-size: 30px;
    padding: 0;
}
.side-menu .soc-block .soc-icon a{
    color: #4b4b82;
}

.side-menu .soc-block .soc-icon a:hover {
    color: #50cdeb;
}

.side-menu .sm-col-1, .side-menu .sm-col-2 {
    float: left;
    display: table;
    width: 50%;
    height: 40px;
    margin-bottom: 30px;
}

.side-menu .sm-col-1 .top-links--item span, .side-menu .sm-col-2 .top-links--item span {
    text-transform: uppercase;
}

.side-menu .sm-col-2 .top-links--item, .side-menu .sm-col-3 .top-links--item {
    padding-left: 5%;
}

.side-menu .sm-col-1 .top-links--item img, .side-menu .sm-col-2 .top-links--item img, .side-menu .sm-col-3 .top-links--item img {
    padding: 0;
    margin-right: 3px;
}

.side-menu .sm-col-1 .top-links--item img.time, .side-menu .sm-col-2 .top-links--item img.time, .side-menu .sm-col-3 .top-links--item img.time {
    margin-bottom: 0;
}

.side-menu .sm-col-1 .top-links--item span, .side-menu .sm-col-2 .top-links--item span, .side-menu .sm-col-3 .top-links--item span {
    padding: 0;
    margin: 0 3px;
    font-size: 20px;
}

.side-menu .sm-col-1 .top-links--item span{
    padding-right: 25px;
    line-height: 24px;
}

.side-menu .sm-col-1, .side-menu .sm-col-3 .top-links--item{
    padding-left: 5%;
}

.sm-col-3 br{
    display: none;
}

.side-menu .sm-col-1 .main-city {
    text-transform: uppercase;
}

.side-menu .sm-col-1 .city-filter-list {
    /*
    width: 213px;
    border: #50cdeb solid 1px;
    text-align: left;
    font-size: 20px;
    top: 0;
    margin: 0;
    padding: 4px 27px;
    */
    top: -16px;
    left: -5px;
    margin: 0;
    padding: 24px 33px;
    text-align: left;
    font-size: 20px;
}

.city_list .city-filter-list
{
    /*
    width: 213px;
    border: #50cdeb solid 1px;
    font-size: 20px;
    */
    top: -16px;
    left: -3px;
    margin: 0;
    padding: 24px 33px;
    text-align: left;
}

.city_list .city-filter-list .top_link_text{
    padding-left: 0;
}

.city_list .block_select_city
{
    position: relative;
    /*
    margin-top: 3px;
    */
}

.side-menu .sm-col-1 .city-filter-list a i {
    padding: 0;
    margin-left: 2px;
}

.side-menu .sm-col-1 .top-links--item .fa {
    font-size: 22px;
}

.side-menu hr {
    border: 1px solid #E5E5E5;
    width: 90%;
    margin: 0 auto;
}

.side-menu .sm-col-3 {
    float: left;
    display: table;
    width: 100%;
    height: 40px;
    padding: 30px 0;
}

.sm-animated {
    transition: transform 450ms ease 0ms;
}

.sm-opened {
    transform: translateX(0px);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
}

.sm-container {
    width: 80%;
    margin: 5%;
    padding: 5%;
}

.sm-closed {
    display: table;
    width: 20%;
    line-height: 58px;
    text-align: center;
}

.sm-href {
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sm-href.active .sm-text {
    /*border-width: 1px 0;
  border-color:  #e05206;
  border-style: solid;
  background-color:  rgba(224, 82, 6, 0.2);*/
    color: #50cdeb;
}

.sm-text {
    font-size: 54px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.side-menu .icon-record {
    left: 0;
}

.sm-border {
    background-color: rgba(225, 225, 228, 0.3);
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.sm-s {
    text-align: center;
}

.sm-i {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.sm-i:last-of-type {
    margin-right: 0;
}

.sm-i .soc-icon:before {
    font-size: 26px;
}

.sm-li-about {
    cursor: pointer;
}

.sm-li-about .sm-text {
    transition: .5s easy-in-out;
}

.sm-li-about .sm-text:after {
    content: "\f107";
    float: right;
    font-family: 'FontAwesome', serif;
    transition: 300ms;
}

.sm-li-about .sm-text.up:after {
    transform: rotate(180deg);
}

.sm-li-about .up {
    color: #50cdeb;
}

.sm-li-about ul {
    display: none;
    padding: 0;
    margin-bottom: 18px;
}

.sm-li-about ul li {
    padding: 5px 0 5px 12px;
    margin: 5px 0;
}

.sm-li-about ul li a {
    font-size: 26px;
}

.main-banner-image img
{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.main-banner-image-block
{
    display: block;
}

.main-banner-image-block:hover
{
    opacity: 0.8;
}
.main-banner-image-block.contain{
    text-align: center;
    height: 100%;
}
.main-banner-image-block:not(.contain) img
{
    width: 100%;
    height: 100%;
}
.main-banner-image-block.contain img{
    width: auto;
    height: auto;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .main-banner-image-block.contain img {
        max-height: 342px;
    }
}

@media only screen and (max-width: 767px) {
    /*
    .main-banner-image-block.contain img{
        max-width: calc(100% - 29px);
    }
    */
}



.uplink{
    background: none no-repeat center;
    background-size: contain;
    width: 103px;
    height: 103px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    transition: opacity 200ms ease 0ms,background 200ms ease 0ms;
    z-index: 501;
    opacity: 0;
}
.uplink.visible{
    opacity: 0.5;
}

.uplink.active,.uplink:active {
    opacity: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGcAAABnCAMAAAAqn6zLAAAA81BMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9QzetSzuv9/v/+///p+f1n1O6n5vVXz+zs+v2k5fVs1e+W4vP4/f7Y9PvO8fri9/yg5PTw+/3V8/qa4/SH3fK97fh02O+t6PaM3vKw6fZg0u2d4/S26veS4PNc0e30/P6A2/H6/v982vDH7/nC7vgNOJC8AAAAK3RSTlMACPb5C7SABPECUKHaGL3CJV55EGbT/MfLQ1k9zkjl4OOHK3DnmJCo6i+loHKJggAABJRJREFUeF7Nmody4jAQQIUBFwwECDW0y+VS7pbeS2ovV///a05yxuh8isXKNjN5M5lhAvHLrsSuLJl8OIxcqmBXqum2aZrtdLViF1I5I2JHoqbvxcGlDC7xPb2WiEqyX6QOEe4q7oeXWM1TDbahfWtaoSyxozbgaB/FgidMPwM8Z3rA9B20QI1PKaLO5z1QZ++zosXQ4xAETTeUgilBUBo5vKaoQXDMPDZnxxCOEwtVY7IQliyiFmWqEJ7q/lZNCaKgkZFr9ksQDSVpRIkKREVFMkZGEqIjafh6TiBC+id+mjxEy4FPsdEgWrR3S1CiBFFTihGRQ8DyE7AcipqvZez4XnWv+oCj/FXwYNta777T6dz3sI1PnGt4DRcpz7lYC5m0FyoZ0p8XZOo+eafCkUI0V70XhYiOPOF8wUUzdwRMxyJSD6iIT9q8z14pRFTkGiuNm9D84iwipkSQ5l28iY2GJ0thjJrE5VRZw0TYMfq2aaKYAvq0+f8vbiaO6BqZOi3BZwFKc+1o1o+d1/VGhClB7oIO0UXP/9V0FEVJ4hCLq2kYjyoiLUYYNdjGlGmcbjCgmvHD2CN6gm3UeePBTYE10yxhOWapw3+PdMKoqGkuAUQRojsYcZWxGa+AsfSkbpsobrDlB0i5o5f58TY2tB90f8MbKyYaOF38B/3EOUjJUU9KVcNFQ6woRT0FkPCw0UxcjShaMNEUJBSox96mWTia2X8a6P8j+kU/NwJfyjb1ZMGXZ/rnvxzNBdP8AS+rrkf0AL5kqacBflx0Xc1E1DB+M9HEFc3Alyr1+Pe4FZ3GozvGUNAIouvxs6TXUY//0mDS7Wzgmv58PO8JIjkt6pE0n5Gg4f1OSWRSTxn8uRydn7/8F43jnXtEs22iMvWYIIXNtM4NuFyxpuDpBn+4SBpPC6nhxW5x7xYALrqQj49svolfT7d7O0X6SZh18vlWBX++33qiGblV6Ccr0iN8RBVWD9Cau7fysKmddwgRrwfH4AurJs9iFRIrDdyw9/yb0LG0Xq+ZxnOp2+/sxe2NIxLeXYIfR9L+c8lWUBtcDYw7456bVP42zdxKuvTNgR+9YcfDzNEAveIC3kQeHheSfipdHyxnngudA/eIouFSuj6Q3wFfDFymogd6A86kJ5tuDB0wPAgePDph1HfuqROGoQX1DCaAwTSIQzKg57LbvQQESb5Hoepxy91UZa8iYe7UY27u7O2demziUtuppybdP8B78PsHJL9DT55wjHZQDyocTlHB89p57eM9RWH/DetZ3a+Ae9T230gK7WHgPcLRYHK7Zyre642QJYeT00DKYDhcg5c1+5UULUMEdIieAhGxshA1Wes9T+YMouWLz6FWEyKl3Iz0/Ad/uMCxITpsYvlpLCMZ7bHZ7g8CKwkiJdPY6fkpJxFF6pKIg2frGMJybBEMhxCKsk6Q1FoQnFadoMkEr3XZzEd6PoSTOQV17AxRxQr7/A4eI58GPOm8QYJipbDloZGySBismm3CNky7ZpHQJA6SMpWZPIiRiDDq7Hk+kXi2UDd28nxiqW2WoWy2S/z5xA/FX7h2XUHTkMMsAAAAAElFTkSuQmCC);
}

.uplink {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGcAAABnCAMAAAAqn6zLAAABKVBMVEVHcEz///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8fHx8jIyP7+/uPj4/9/f3n5+c5OTkpKSnLy8uIiIg9PT18fHyAgIDq6uqrq6tkZGTk5OSFhYXZ2dmWlpZAQEB3d3fv7+8xMTFnZ2dycnJZWVnh4eG6urpNTU2ioqLe3t739/eZmZnAwMD5+fnDw8NsbGz09PQ0NDSKioq1tbUgICBpaWlUVFQiIiJdXV2vr69GRkbQ0NDg4OAuLi7OCMmMAAAALnRSTlMAAuZd9cbMBAj5QgGzf8AmoBYMg+LZ3WbTUki8eBBYHLhwTaOY7iuRqOqLOi/ym7QRVAAABM1JREFUeF7N2md3okoYwHGwAWLXqNH0tslmfbBrTO+9Z3u99/t/iPugAc9cZIrg2fzP2X2jmd8ZHEZFpDeXkpyeWQ5H8rnV1dVcPhJOzUwnFZ+NTDQb1sCZlshGVb+Q2UKCMBxWYdY7IpfWNWAVWi7JnhR1MQd85RbV8Q9YfAP424hnxmPmAiBWbnoMZS0M4iXWBBUlq8E4aXFFaDJFGLdIkp8phGD8KkFORVkBb72TeZhMGbxWzrCZdAS8F0kzFD1dBD8qMiCfGISoe2smAn4VprxGSgz8K6a4Ou/Az967MUHwt6DLZhPy2akkRzFqEfyuqI5w3gNvT8Bb1sl8aABfje3qNu9ztQ+OjSAMfNW+GYbxrQZ8hXXKWmMxNiS+5tQAcNU4QaSF/y44D11OJZxFztm8INGrXeD/L5wzWiSnwz+bi9qAO2mIT6jAx5jz6JnDNwRmVBgycp6L6dmDi8xoSradEv9Bs4YWeI1KtrMuwtgQ76pbtphZDdht22fNzm6zD51brxajUEZgFRzgoOd95u6TcXZIQLzn6oIgYwhCsQGjasCqiwPu2QwJsTfVkNp3onzMk8W0H9qG8WkA7ZkQsIr2nSxzCdhL+PAMmQ502uaM+M+jbN8Js18bkgFRKGwyisa7BA7xoFWfAUjonA1pCjprdOYIh/n5BNhVC5lrGPRcNYzWP4A9/cRndIFaEp1pNnMP2L7JfAFsCF0Bds+GltCZAUoPNtPcIhiARxPat6HPQGkGnRQXs3NsMQS0NYAu8Xl1cC+FTgJcu8U/vyQYomsSegDXyuhEwK3TqsU0kflhMyTUBOzjd8P47e5E0JkCtx5xDvUjsy1kfgGMhI4H0F771t2ZQicAbjWrht2QafSqJzUHRC+ATghcqzsYx/vdFy6ogg7tVO7Uu90Lkun13RMxSEOnAtR2fhvG111iTzXfGnoktMOeTwBonZLMARJ79+beeQACUIC63pznzbbJvH5O3HasOvp6i/DPpm6dt097xAbw6weePadAP38SFOaGYI4GjL1JH3FDZXRWwLVLZG6JXej7R8CcO83uV3zMfeWuUPfrQ5Mhhroxmd2b3f5O43i0Q/3SsARudXCkf+1M5hSwttGuvULG8GE8cs/U958kuFVrGUTHyGA44j2Y0I1B1LoHt5L0zwd/jomBDoBwcJkQzB/a5wP6goOdK6uu04Ha/pVdswauJSSzOPD0QDpCxftOdOLOZt9RQuM6+00upqIQ3xeEnU612gGOYsQ1CnGnbn2aYjT36mQqE3UqqvRaaqJOSrKKTtSJsq8fsB2h6wdScIJOcMjoSt67w54OVhBwzox2w3K6Apd3MF0N8DuPL9fAPZ+cKhFN8zsYv7Mk/a8Y2/ns/K5X59hyyOZDQG1/q3UIZHdbrTugFpqXHMXB/+KSM7nsO1OWpRHNb/jMBNLSyEo+O6W//PuPpKd8ZFK65Jqy4BuzoEiU1LBPTFhl/346+R9qsUwMvBdTJWbyimdmRZY40rMemawu8RUNeFACUYm7dHn89Zx+g/eHYPPrIN7y/Ju9fwdTglMCylRQkcZNXopwKpElWfKSHE1VmEglFUXFU7quq3MxGlWJzamSTymb8cTo+/nim8pE7k8s5lc10FbzRev+xDfWfwobzcIL3SmWAAAAAElFTkSuQmCC);
}

.select2-container--default .select2-selection--single{
    outline: 0 !important;
}
.asd_subscribe_res{
    padding: 4px 0;
    text-align:left;
    line-height: 17px;
}

.a-backlink-inner {
    display: block;
    position: relative;
}

.a-backlink-inner:hover{
    opacity:0.8;
}

.a-backlink-inner::before {
    content: '';
    display: block;
    position: absolute;
    transform: rotate(45deg);
    height: 100%;
    border-left: 1px solid #50cdeb;
    border-bottom: 1px solid #50cdeb;
    box-sizing: initial;
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    background-color: #fff;
    border-radius: 3px;
}

.a-backlink-inner>span{
    z-index:2;
    color: #50cdeb;
    display: block;
    position: relative;
    margin-left: 0;
    padding: 11px 18px 11px 12px;
    border: 1px solid #50cdeb;
    border-left: 0;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    border-radius: 3px;
}

.item:not(.active) .item-category-name:hover,
.category-list .item:hover{
    opacity:0.8;
}

.top-links--item .block_select_city .current_city_main_block.active .top_link_text:hover,
.top-links--item .block_select_city .chose_city:hover{
    color: #50cdeb;
    cursor:pointer;
}

/*Styles for menu*/
.category-menu-map-active .item-sub{
    padding-top:16px;
}

.category-search .search-suggest{
    background-color: #f2f2f2;
}
.select2-container--default .selection
{

}
.select2-container--default .select2-selection--multiple
{
    padding-left: 30px;
    border-radius: 0!important;
    background: url("/local/templates/aquarelle/css/../images/lince.png") no-repeat 8px center;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-top:3px!important;
}

.actions-col-1 .category-menu.category-menu-map-active.visible_1440 .item-parent::after{
    content: "";
}
.category-menu-map-active .item.open>.item-sub{
    display:block;
}

.category-menu .item.active {
    color: #777!important;
}
.category-menu.category-menu-map-active .item.active>.item-category-name,
.category-menu.category-menu-map-active .item.active>.item-element-name {
    color: #50cdeb;
}

.category-menu.category-menu-map-active .item.open>div>.fa::before {
    content: "\f106"!important;
}
.category-menu.category-menu-map-active .item>div>.fa::before {
    content: "\f107"!important;
    display: inline-block;
}

.category-menu-map-active .item-all>.count{
    margin-left:20px;
}

/*** Google map styles for block ***/

.gmap_info
{
    color: #4c4c4c;
}

.gmap_info a
{
    color: #50cdeb;
}

/*** Search page styles ***/

.main-content .search-page
{
    position: relative;
}

.main-content .search-page .icon-lince {
    background-image: url(/local/templates/aquarelle/css/../images/lince.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    display: block;
    position: absolute;
    left: 15px;
    top: 8px;
    z-index: 100;
}

.main-content .search-page .search-string-block
{
    width: 80%;
    display: inline-block;
}
.main-content .search-page input.search-string
{
    height: 34px;
    font-size: 13px;
    font-weight: 100;
    padding-left: 42px;
    border: none;
    color: #4c4c4c;
    width: 98%;
    border-radius: 0;
}

.main-content .search-page input.search-but
{
    width: 20%;
    background-color: #50cdeb;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    height: 34px;
    border: none;
    cursor: pointer;
    transition: opacity 300ms ease 0ms;
    -webkit-appearance: none;
    border-radius: 0;
}

.main-content .search-page input.search-but:hover {
    background-color: #22c0e6;
}

.main-content .search-page .search-separator
{
    border-bottom: 1px solid #cacaca;
    width: 30%;
    display: block;
    margin: 20px auto;
    padding: 0;
}

.main-content .search-page .search-result
{
    padding: 30px 0;
}

.main-content .search-page .search-result p.search-body
{
    padding: 10px 0;
    color: black;
}

.main-content .search-page .search-result a.search-title
{
    color: #50cdeb;
    text-decoration: underline;
    font-size: 14px;
}

.main-content .search-page .search-result a.search-title:hover
{
    text-decoration: none;
}

.main-content .search-page .search-result .search-razdel a
{
    color: #4c4c4c;
    text-decoration: underline;
}

.main-content .search-page .search-result .search-razdel a:hover
{
    text-decoration: none;
}

/*** Button Need More Results ***/
.need-more-results
{
    background-color: #50cdeb;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    border: none;
    cursor: pointer;
    transition: opacity 300ms ease 0ms;
    -webkit-appearance: none;
    border-radius: 0;
    clear:both;
}

.swiper-wrapper{
    cursor:pointer;
}

.main-content .need-more-results
{
    display: table;
    margin: 10px auto 20px;
    padding: 10px 20px;
}

.main-content .search-page .search-result .last-result
{
    clear:both;
}

/*** Vacancy styles ***/
.vacancy-list-outer
{
    background-color: #fff;
}

.vacancy-list{
    padding: 5.33333333333% 0 0 38px;
}

.vacancy-list__title{
    font-size: 18px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4c4c4c;
}

.vacancy-detail-form__summary{
    font-size: 16px;
}

.vacancy-list-item{
    padding: 20px 55px;
}

.vacancy-list-block-item{
    border: 1px solid #4c4c4c;
    padding: 10px 5%;
    position:relative;
    margin-bottom:20px;
}

.vacancy-list-block-item.active{
    border: 1px solid #ddd;
}

.vacancy-list-block-item__name{
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0;
    cursor:pointer;
}

.vacancy-list-block-item__name:hover{
    color: #50cdeb;
}

.vacancy-list-block-item-content{
    display: none;
}

.vacancy-list-block-item.open .vacancy-list-block-item-content{
    display: block;
}

.vacancy-list-block-item-content__block{

}

.vacancy-list-block-item-content__block__desc{
    padding: 10px 0;
}

.vacancy-list-block-item-content__block__name{
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
}
/*# sourceMappingURL=main.css.map */
.vacancy-list-block__btn{
    position:absolute;
    right: 28px;
    bottom: 30px;
    cursor: pointer;
}

.vacancy-list-block__btn:hover{
    color: #50cdeb;
}

.vacancy-list-block-item:not(.open) .vacancy-list-block__btn span:first-child+span{
    display: none;
}

.vacancy-list-block-item.open .vacancy-list-block__btn span:first-child{
    display: none;
}

.vacancy-list-block__sendbtn{
    max-width: 232px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.aqua_btn_blue:not(.deactive):hover{
    background-color: #22c0e6;
}
.aqua_btn_blue.deactive{
    cursor: default;
    opacity: 0.3;
}

.aqua_btn_blue{
    display: block;
    background-color: #50cdeb;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 3;
    border: 0;
    padding: 0 15px;
    cursor: pointer;
    transition: opacity 300ms ease 0ms;
}

.mall-map-levels > div{
    font-size:11px;
    white-space: nowrap;
}

/*Стили для контентной области */
.shop-card__content__info__main-text ul{
    list-style: disc;
    padding-left: 20px;
}

.shop-card__content__info__main-text ul li{
    list-style: disc;
}

.contacts_form_title{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #4c4c4c;
    padding-bottom:20px;
}

/*main minibanners*/

.swiper_main_banner:hover{
    opacity:0.8
}

.swiper_main_banner_container{
    position: relative;
    padding-bottom: 48.24%;
}
.swiper_main_banner_container .swiper_main_banner,
.swiper_main_banner_container .main-banner-image{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.imgblog {height:73px!important;padding-right: 10px;}

.about-us__label {
    display: block;
    margin: 0 0 10px 0;
}

.about-us__label-file {
    margin-top: 10px;
    margin-bottom: 15px;
}

.about_form_link:hover{
    color: #50cdeb;
}
.about_form_link{
    color: #8b8b8b;
}

.about-us__label span {
    color: #ff6565;
    font: 900 15px monospace;
}

.about-us__input:focus, .about-us__textarea:focus{
    border: 1px solid #50cdeb;
}

.about-us__input, .about-us__textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding: 10px 26px;
    border: none;
    outline: none;
    font-family: Arial, serif;
    line-height: 16px;
    color: #777777;
    background-color: #ffffff;
}
.about-us__select{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding: 10px 26px;
    border: none;
    outline: none;
    font-family: Arial, serif;
    line-height: 16px;
    color: #777777;
    background-color: #ffffff;
}
.about-us__select option{

}

.about-us__textarea {
    height: 90px;
}

.about-us__inline{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.about-us__label-inline{
    margin-right: 10px;
}

.about-us__label-inline .about-us__label{
    margin-bottom: 0;
}

.about-us__field-inline{
    max-width: 320px;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.file-area {
    width: 100%;
    position: relative;
    display: block;
    border: 1px dashed #777777;
    padding: 10px 15px;
    color: #8b8b8b;
    z-index: 100;
}

.file-area.active {
    color: #777777;
}

.file-area input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-area .file-area-status {
    display: block;
    width: 84.8%;
    font-size: 12px;
    position: absolute;
    z-index: -1;
}
.select2-container .select2-results__option {
    text-transform: initial;
    text-align: left;
    padding: 8px 10px;
    font-size: 14px;
}

.adv-info {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 12px 3px 5px;
    background: rgba(0,0,0,0.63);
    color: #ffffff;
    cursor: pointer;
}

.adv-info:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 2px;
    background:
            url("data:image/svg+xml,%3Csvg width='2' height='8' viewBox='0 0 2 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1163_1900)'%3E%3Crect width='2' height='2' fill='white'/%3E%3Crect y='3' width='2' height='2' fill='white'/%3E%3Crect y='6' width='2' height='2' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1163_1900'%3E%3Crect width='2' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
            no-repeat center;
}

.popup {
    position: absolute;
    padding: 3px 5px;
    background: rgba(0,0,0,0.63);
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    z-index: 5;
}

.popup__arrow {
    position: absolute;
    right: 24px;
    bottom: 100%;
    border-top: 0;
    border-right: 4px solid transparent;
    border-bottom: 6px solid rgba(0,0,0,0.63);
    border-left: 4px solid transparent;
}

.popup._reversed .popup__arrow {
    top: 100%;
    border-bottom: 0;
    border-top: 6px solid rgba(0,0,0,0.63);
}
/* End */


/* Start:/local/templates/aquarelle/css/main_pushkino.css?1748352532743*/
.side-menu__lang{position:absolute}.side-menu__lang-i{color:#979798}.side-menu__lang-i_active{font-weight:900;color:#4b4b82}@media only screen and (min-width: 768px){.side-menu__lang{right:57px;top:38px;word-spacing:15px}.side-menu__lang-i{font-size:16px}}@media only screen and (max-width: 767px){.side-menu__lang{right:22px;top:25px;word-spacing:12px}.side-menu__lang-i{font-size:12px}}a.side-menu__lang-i:active{text-decoration:underline;color:#4b4b82}.lang{display:table-cell;vertical-align:middle;text-align:right;word-spacing:12px;padding-right:20px}.lang__i{font-size:12px;color:#979798}.lang__i_active{font-weight:900;color:#4b4b82}a.lang__i:hover{text-decoration:underline;color:#4b4b82}
/*# sourceMappingURL=main_pushkino.css.map */

/* End */


/* Start:/local/templates/aquarelle/css/custom.css?174835253212932*/
a#infinity-next-page {
    display: block;
    font-size: 14px;
    text-align: center;
}

.shop-card__content__info__breadcrumbs {
    /*
    height: 28px;
    */
    overflow: hidden;
}

/*.card-footer .card-footer__logo {
    height: 30px;
    text-align: right;
	width: 60%;	
}

.card-footer .card-footer__date {
	width: 35%;
}*/

.card.gallery_in_stock {
    background: none;
}

.gallery_in_stock .card-block {
    padding: 15px 15px;
    background: none;
    height: 80px;
}

.gallery_in_stock .card-title {
    height: 4em;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
    max-height: 100px;
}

.swiper-slide.limit_width {
    /*width:98%!important;*/
}

.news_count, .sale_count, .collection_count {
    display: none;
}

.ya-share2 {
    display: none;
}

#asd_subscribe_submit:hover {
	background-color: #22c0e6;
}

#asd_subscribe_submit:disabled:hover {
	background-color: #50cdeb;
}

/*.main-nav--item .circle{
	top: -40px;
	width: 160px;
    height: 160px;
}*/


.map-col-2 .map-description{
    min-height: 500px;
}
.map-col-2 .map-description .map-btn{
    display: block;
    
    color: #fff;
    background-color: #50cdeb;
    
    text-align: center;
    text-transform: uppercase;
    line-height: 3;
    font-weight: 600;
    
    padding: 0 10%;
    margin-top: 30px;
    transition: opacity 300ms ease 0ms;
}
.map-col-2 .map-description .map-btn:hover{
    background-color: #22c0e6;
}
.main-content{
    margin-bottom: 60px;
}



/*cookies*/
.btn_cookies {
    display: inline-block;
    width: 100%;
    padding: 0 10px 10px;
}

.btn_ok_cookies {
    float: left;
    width: 50%;
    text-align: right;
    padding: 0 10px 0px 0px;
}
.btn_ok_cookies a {
    display: block;
    width: 100%;
    text-align: center;
    /* float: right; */
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 2.5;
    border: 0;
    /* padding: 0 10%; */
    /* max-width: 80%; */
    /* margin: 28px auto 0; */
    cursor: pointer;
    transition: opacity 300ms ease 0ms;
    background-color: #50cdeb;
    text-decoration: none!important;
}

.btn_more_cookies {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 0px 0px 10px;
}

.btn_more_cookies a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 2.5;
    border: 0;
    /* padding: 0 10%; */
    /* max-width: 80%; */
    /* margin: 28px auto 0; */
    cursor: pointer;
    transition: opacity 300ms ease 0ms;
    background-color: #50cdeb;
    text-decoration: none!important;
}

.cookie_message {
    padding: 10px 10px 12px;
    text-align:left;
}

.cookie_message_title {
    color: #4b4b82;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 3px;
}

.cookie_message_close {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 24px;
    height: 24px;
}

.cookie_message_close:before,
.cookie_message_close:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 3px;
    right: 3px;
    border-top: 2px solid #4b4b82;
}

.cookie_message_close:before {
    transform: rotate(45deg)
}

.cookie_message_close:after {
    transform: rotate(-45deg)
}

#cookies_block {
    background: #ffffff;
    position: fixed;
    left: 10px;
    bottom: 20px;
    width: 370px;
    z-index: 501;
    padding: 5px 0 2px;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 480px) {
    #cookies_block {
        right: 10px;
        width: auto;
        padding-bottom: 0;
        bottom: 10px;
    }
}

#cookies_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-top: 2px solid #50cdeb;
}

#cookies_block .container {
    position: relative;
    width: auto;
    min-width: 0;
    padding-left: 6px;
    padding-right: 6px;
}

.btn_cookies a:hover {
    background-color: #22c0e6;
}

/*
@media only screen and (max-width: 470px) {
	.btn_ok_cookies {
	    padding: 0 0px 10px 0px;
		width: 100%;
	}
	.btn_ok_cookies a {
		float: none;
		margin: 0 auto;
	}
	.btn_more_cookies  {
	    padding: 0px;
		width: 100%;
	}
	.btn_more_cookies a {
		float: none;
		margin: 0 auto;
	}
}
*/

.space_margin {
    height: 30px!important;
}

.title_margin {
    margin-bottom: 10px!important;
}
/*marquee*/
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 20px;
}

.marquee span.marquee_span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 40s infinite linear;
    -moz-animation: scroll 40s infinite linear;
    animation: scroll 40s infinite linear;
    color:#4c4c4c;
}

.marquee {
    text-transform: uppercase;
    font-weight:bold;
}

.attention_marquee {
    color:#fe507d;
    font-size: 18px;
}

.marquee_span_black {
    color: #4b4b82;
}

@media only screen and (max-width: 1024px) {
    .marquee {
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

.nowrap {
    white-space: nowrap;
}

.fa-youtube:before {
    content: "\f167";
}

.text-white {
    color: #fff !important;
}

.text-white p {
    color: #fff !important;
}

.actions-col-1 {
    margin-bottom: 12px;
}

.event-register-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .event-register-title {
        padding-top: 8px;
        font-size: 24px;
        line-height: 1.2;
    }
}

.timepad-events-list {
    margin-top: 40px;
}

/*.fa-telegram:before {
    content: url("/local/templates/aquarelle/css/../images/svg/telegram.svg");
}*/
.fa-telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30.883' viewBox='0 0 9.683 7.721' width='38.733'%3E%3Cg style='fill:none;fill-rule:evenodd'%3E%3Cpath d='M3.17 7.836a437.18 437.18 0 0 1 5.236-2.163c2.493-.994 2.84-1.139 3.177-1.144a.666.666 0 0 1 .397.147c.141.12.184.196.196.263.011.067.01.276-.002.395-.135 1.361-.648 4.504-.945 6.03-.126.645-.374.861-.614.882-.521.046-.917-.33-1.422-.648-.79-.497-1.054-.68-1.82-1.165-.887-.56-.522-.755-.017-1.258.132-.131 2.322-2.13 2.355-2.312.028-.16.038-.181-.034-.253-.073-.072-.16-.063-.216-.051-.08.017-1.286.78-3.62 2.29-.358.237-.682.352-.973.346-.32-.007-.937-.174-1.395-.317-.563-.176-1.01-.268-.97-.566.02-.155.242-.314.667-.476z' style='fill:%234b4b82' transform='translate(-2.5 -4.529)'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    width: 20px;
    height: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
}
._telegram-gray{
    background-image: url("/local/templates/aquarelle/css/../images/svg/telegram_gray.svg");
}
.main-nav__social .fa-telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30.883' viewBox='0 0 9.683 7.721' width='38.733'%3E%3Cg style='fill:none;fill-rule:evenodd'%3E%3Cpath d='M3.17 7.836a437.18 437.18 0 0 1 5.236-2.163c2.493-.994 2.84-1.139 3.177-1.144a.666.666 0 0 1 .397.147c.141.12.184.196.196.263.011.067.01.276-.002.395-.135 1.361-.648 4.504-.945 6.03-.126.645-.374.861-.614.882-.521.046-.917-.33-1.422-.648-.79-.497-1.054-.68-1.82-1.165-.887-.56-.522-.755-.017-1.258.132-.131 2.322-2.13 2.355-2.312.028-.16.038-.181-.034-.253-.073-.072-.16-.063-.216-.051-.08.017-1.286.78-3.62 2.29-.358.237-.682.352-.973.346-.32-.007-.937-.174-1.395-.317-.563-.176-1.01-.268-.97-.566.02-.155.242-.314.667-.476z' style='fill:%234b4b82' transform='translate(-2.5 -4.529)'/%3E%3C/g%3E%3C/svg%3E");
    }

.sign-up-banner__so-me .fa-telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30.883' viewBox='0 0 9.683 7.721' width='38.733'%3E%3Cg style='fill:none;fill-rule:evenodd'%3E%3Cpath d='M3.17 7.836a437.18 437.18 0 0 1 5.236-2.163c2.493-.994 2.84-1.139 3.177-1.144a.666.666 0 0 1 .397.147c.141.12.184.196.196.263.011.067.01.276-.002.395-.135 1.361-.648 4.504-.945 6.03-.126.645-.374.861-.614.882-.521.046-.917-.33-1.422-.648-.79-.497-1.054-.68-1.82-1.165-.887-.56-.522-.755-.017-1.258.132-.131 2.322-2.13 2.355-2.312.028-.16.038-.181-.034-.253-.073-.072-.16-.063-.216-.051-.08.017-1.286.78-3.62 2.29-.358.237-.682.352-.973.346-.32-.007-.937-.174-1.395-.317-.563-.176-1.01-.268-.97-.566.02-.155.242-.314.667-.476z' style='fill:%23c6c6d7' transform='translate(-2.5 -4.529)'/%3E%3C/g%3E%3C/svg%3E");
}

.soc-icon a:hover .fa-telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30.883' viewBox='0 0 9.683 7.721' width='38.733'%3E%3Cg style='fill:none;fill-rule:evenodd'%3E%3Cpath d='M3.17 7.836a437.18 437.18 0 0 1 5.236-2.163c2.493-.994 2.84-1.139 3.177-1.144a.666.666 0 0 1 .397.147c.141.12.184.196.196.263.011.067.01.276-.002.395-.135 1.361-.648 4.504-.945 6.03-.126.645-.374.861-.614.882-.521.046-.917-.33-1.422-.648-.79-.497-1.054-.68-1.82-1.165-.887-.56-.522-.755-.017-1.258.132-.131 2.322-2.13 2.355-2.312.028-.16.038-.181-.034-.253-.073-.072-.16-.063-.216-.051-.08.017-1.286.78-3.62 2.29-.358.237-.682.352-.973.346-.32-.007-.937-.174-1.395-.317-.563-.176-1.01-.268-.97-.566.02-.155.242-.314.667-.476z' style='fill:%2350cdeb' transform='translate(-2.5 -4.529)'/%3E%3C/g%3E%3C/svg%3E");
}

.soc-block, .soc-block .soc-icon a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sign-up-banner__so-me{
    display: flex;
    justify-content: center;
}

.main-nav__social .soc-block {
    float: right;
    padding: 20px 20px 0;
    color: #CCCCCC;
}
.soc-block .soc-icon {
    display: inline-block;
    font-size: 18px;
    padding: 0 6px;}


.map-inner{
    display: flex;
    order: revert;
}
.map-inner .map-col-1{
    order: 2;
}
.map-inner .map-col-2{
    height: fit-content;
}
@media (max-width: 1026px) {
    .map-inner {
        display: block;
    }
    .map-inner .map-col-1{
        height: 500px;
    }
}
.map-inner .map-col-1 .bx-yandex-view-layout{
    height: 100%!important;
}

.map-inner .map-col-1 .bx-yandex-view-map{
    height: 100%!important;
}
.map-inner .map-col-1 .ymaps-map{
    height: 100%!important;
}

.c-auto-slider {
    overflow: hidden;
}

.c-auto-slider:not(.swiper-container) img:not(:first-child) {
    display: none;
}

.c-auto-slider .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.c-auto-slider .swiper-pagination {
    bottom: 11px;
    width: 100%;
}

.c-auto-slider .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 7px;
    height: 7px;
    margin: 0 11px 0 0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.7);
}

.c-auto-slider .swiper-pagination-bullet-active {
    background: #50cdeb;
}

.c-auto-slider .swiper-button-next, .c-auto-slider .swiper-button-prev {
    background: none;
    font-size: 36px;
    color: #ffffff;
    width: 56px;
    text-align: center;
}

.c-auto-slider .swiper-button-next
{
    right: 0;
}

.c-auto-slider .swiper-button-prev
{
    left: 0;
}

.c-auto-slider .swiper-button-next:hover, .c-auto-slider .swiper-button-prev:hover {
    color: #50cdeb;
}
@media only screen and (max-width: 767px){
    .side-menu .sm-col-1 .top-links--item span {
        font-size: 13px;
    }
}

.three_square_image>img, .three_square_image a {
    float: left;
    padding: 5px;
    width: 33.3333%;
}
@media only screen and (min-width: 1024px){
    .about-block-2.row-with-img {
        display: flex;
    }
    .row-with-img .ab2-col-1{
        display: flex;
    }
    .row-with-img{
        height: auto;
    }
    .about-block-2 .ab2-col-1{
        height: auto;
    }
}
.about-list{
    margin-bottom: 8px;
    list-style: disc;
}

.shop-card__content__info__main-text ul li, .vacancy-list-block-item-content__block__desc ul li {
    list-style: disc;
}

.about_color_link
{
    color: #fff;
    text-decoration: underline;
}

.about_color_link:hover
{
    text-decoration: none;
}

.footer--contacs .f2-col-1 .address-box {
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .footer--contacs .f2-col-1 .address-box {
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/templates/aquarelle/css/media.css?174835253252142*/


#mall-map-toolbar {
    position: relative;
    width: auto;
}
/*
#mall-map-toolbar, #mall-map-levels {
    position: relative;
    width: auto;
}
*/

#mall-map {
    float: none;
    min-height:300px;
}

.mall-map-levels {
    font-size: 0;
}

.mall-map-levels > div {
    display: inline-block;
    vertical-align: baseline;
    font-size: 17px;
    padding: 16px;
}

/*
#mall-parent{
    padding-top: 52px;
}
*/

#mall-map-menu {
    position: relative;
    height: auto;
    font-size: 0;
}

#mall-map-menu > div {
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    padding: 0.5% 0.5%;
    margin-right: 10px;
    margin-bottom: 3px;
}

#mall-map-menu .map_menu-item .mall-map-svg {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    /*background-color: #fe507d;*/
    background-color: #4b4b82;
    border-radius: 25px;

}

#mall-map-menu .map_menu-item .mall-map-svg svg{
    fill: #fff;
}

#mall-map-menu > div .mall-map-text {
    margin-left: 3px;
    margin-right: 3px;
}

body[data-controller="floors"] .actions-col-1, body[data-controller="floors"] .actions-col-2 {
    padding: 0;
}

/*
.map-col-1, .map-col-2 {
    width: 100%;
    float: none;
}
*/
/*
.map-col-2 .map-description {
    font-size: 16px;
}
*/


@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .swiper_main_banner .swiper-slide img {
        max-height: 342px;
    }
}

@media only screen and (max-width: 767px) {
    .m1-col-1 {
        min-width: calc(100% - 29px);
    }

    .swiper_main_banner .swiper-slide {
    }

    .swiper_main_banner .swiper-slide img {
        max-width: calc(100% - 29px);
    }
    .card-block .card-text{
        margin-bottom: 0.5em;
    }
    .card-footer .card-footer__logo{
        height: 90%;
    }
}

/*
@media only screen and (max-width: 1024px) {
    .main-search .form-control {
        display: none;
    }
}
*/

@media only screen and (max-width: 1024px) {
    .m1-col-1 {
        width: 100%;
        padding-right: 0;
    }

    /*
    .main-search-block{
        display: none;
        margin-bottom: 13px;
    }
    */

    .card-footer .card-footer__logo{
        width:50%;
    }

    .actions-col-1 .category-menu.visible_1440::after {
        content: '';
        display: block;
        clear: both;
        overflow: hidden;
    }
    .category-menu.category-menu-map-active.visible_1440 .item-category-name:not(.nogroup)::after
    {
        content: "\f107";
        float: right;
        font-family: 'FontAwesome', serif;
        transition: 300ms;
    }

    .category-menu.category-menu-map-active.visible_1440 .item-category-name .count
    {
        margin-left:20px;
    }
}

@media only screen and (max-width: 1024px) {
    .m1-col-2 {
        width: 100%;
    }

    .shop-card__nav-left, .shop-card__nav-right
    {
        width: 68px;
    }

    .vacancy-list{
        padding: 30px 5.33333333333% 0 5.33333333333%;
    }
    #mall-map-levels > div{
        border-right: 1px solid #d5d5d5;
    }

}

.main-search-block{
    position: absolute;
    right: 0;
    top: 12px;
    /*
    width: 22.1666667%;
    */
    width: 10%;
    transition: width 500ms ease 0ms;
}

.main-search .form-control {
    font-weight: 400;
    background: #f2f2f2;
    transition: background-color 300ms ease 0ms;
}

.main-search-block._open{
    width: 20%;
}

.main-search-block._open .main-search .form-control{
    background: #ffffff;
}

.main-search-icon .icon-lince {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    z-index: 100;
}

.h-col-6{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .main-search-block{
        height: 110px;
        width: 124px;
        top: 0;
        font-size: 0;
    }
    .main-search-block._open{
        width: 48%;
    }
    .main-search-block:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .main-search{
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-top: -4px;
    }

    .main-search .form-control {
        font-size: 20px;
        padding: 24px 0 24px 44px;
    }

    .main-search .form-control::-webkit-input-placeholder {
        text-transform: uppercase;
        font-weight: 400;
    }

    .main-search .form-control::-moz-placeholder {
        text-transform: uppercase;
        font-weight: 400;
    }

    .main-search .form-control:-ms-input-placeholder {
        text-transform: uppercase;
        font-weight: 400;
    }

    .main-search .form-control:-moz-placeholder {
        text-transform: uppercase;
        font-weight: 400;
    }
}

@media only screen and (max-width: 767px) {
    .main-search-block {
        height: 69px;
        width: 35px;
    }
    .main-search .form-control{
        font-size: 14px;
    }
}
@media only screen and (max-width: 375px) {
    .main-search-block {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    /*
    .main-search-block{
        position: absolute;
        right: 0;
        top: 12px;
        width: 20.1666667%;
    }
     */

    .main-search-icon .icon-lince {
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -10px;
        z-index: 100;
    }

    .h-col-6{
        display: none;
    }
    /*
    .m2-col-1:nth-of-type(2n+1) {
        padding-left: 2%;
        padding-right: 2%;
    }

    .m2-col-1:nth-of-type(2n) {
        padding-left: 2%;
    }
    */

    .m2-col-1:nth-of-type(1), .m2-col-1:nth-of-type(2) {
        /*
        margin-bottom: 12px;
        */
        padding-bottom: 3%;
    }

    .m3-col-1__title{
        font-size: 0;
        height: 126px;
    }
    .m3-col-1__title:after{
        content: '';
        display: inline-block;
        vertical-align: bottom;
        height: 100%;
    }
    .m3-col-1__title h2{
        display: inline-block;
        vertical-align: bottom;
    }
    .m3-col-1__title .h2{
        display: inline-block;
        vertical-align: bottom;
    }

    .m3-col-1__text{
        margin-top: 26px;
        width: 60%;
    }


    .shop-card__content__info__share-block-img{
        display: flex;
    }

    .soc_share_item{
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    .asd_subscribe_res{
        position:absolute;
        bottom:40px;
    }
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (min-width: 1279px) {

}

@media only screen and (min-width: 1025px) {
    .m1-col-3 {
        padding-right: 0.5%;
    }

    .m1-col-3+.m1-col-3 {
        padding-left: 0.5%;
        padding-right: 0;
    }
    /*
    .m1-col-3:nth-of-type(2n+1) {
        padding-right: 0.5%;
    }

    .m1-col-3:nth-of-type(2n) {
        padding-left: 0.5%;
    }
    */
}

@media only screen and (min-width: 1025px) {
    .swiper_main_banner {
        height: 386px;
    }

    /*
    #mall-map-menu > div{
        height: 58px;
        line-height: 13px;
        font-size: 0;
        position: relative;
    }
    #mall-map-menu > .map_menu-item.map_menu-item-static{
        line-height: 0;
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #mall-map-menu > .map_menu-item.map_menu-item-static .mall-map-text{
        line-height: 13px;
        margin-top: 6px;
    }
    #mall-map-menu > .map_menu-item.map_menu-item-static .mall-map-svg{
        width: 22px;
        height: 22px;
    }
    #mall-map-menu > .map_menu-item.map_menu-item-static .map_menu-item-in{
        display: inline-block;
        vertical-align: middle;
    }
    #mall-map-menu > .map_menu-item.map_menu-item-static .mall-map-svg svg{
        width: 22px;
        height: 22px;
    }
    
    .map_menu-item:hover .mall-map-svg{
        visibility:hidden;
    }
    .map_menu-item:hover .mall-map-text{
        visibility:visible;
    }
    .map_menu-item::before {
        content: "";
        display: inline-block;
        min-height: inherit;
        height: 100%;
        vertical-align: middle;
    }
    .map_menu-item .mall-map-svg{
        position: absolute;
        left: 32%;
        top: 16px;
    }

    .mall-map-text{
        visibility: hidden;
    }
    */
}

@media screen and (min-width: 1025px) {
    .visible_1440 {
        display: block;
    }
    .m3-col-4{
        position: absolute;
        left: 38%;
        width: 24%;
    }
    .swiper_main_banner  .video-container{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
    .shop-card__content .shop-card__slider-wrapper .shop-card-slider{
        height: 600px;
    }
    .shop-card-swiper .swiper-slide{
        min-height: 600px;
    }
    .shop-card__content-wrapper{
        max-height: 100%;
    }

    .shop-card__tbl{
        display: table;
        height: 100%;
        width: 100%;
    }

    .shop-card__tbl-row{
        display: table-row;
    }

    .shop-card__tbl-cell{
        display: table-cell;
    }

    .shop-card__tbl-cell-content{
        height: 100%;
        overflow: hidden;
    }

    .shop-card__tbl-cell-content:before,
    .shop-card__tbl-cell-content:after{
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 0 5px 3px #ffffff;
        height: 3px;
        z-index: 1;
    }

    .shop-card__tbl-cell-content:before{
        top: -2px;
    }

    .shop-card__tbl-cell-content:after{
        bottom: -2px;
    }

    .shop-card__tbl-cell.shop-card__content__info__main-text{
        height: 100%;
        padding-top: 30px;
        padding-bottom: 38px;
    }

    .shop-card__content .shop-card-col-2 {
        height: 600px;
        min-height: 600px;
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .shop-card__content .shop-card-col-2>div{
        height:100%;
    }

    .shop-card__content__info__main-text .shop-card__limit_width
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .shop-card__content .shop-card__slider-wrapper .shop-card-slider .shop-card-slider-image{
        font-size: 0;
    }

    .shop-card__content .shop-card__slider-wrapper .shop-card-slider .shop-card-slider-image:after{
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .m3-col-4 {
        position: absolute;
        bottom: 56px;
    }
}

@media only screen and (max-width: 1024px) {
    .side-menu__button{
        width: 10vw;
    }

    .map-col-2 .map-description{
        height: auto;
        min-height: 0;
    }

    .side-menu__logo{
        width: 37vw;
        padding-left: 0.5vw;
    }

    header{
        padding: 0 3%;
    }
    .container {
        max-width: 1024px;
        /*
        padding-left: 35px;
        padding-right: 35px;
        */
    }

    .visible_1024 {
        display: block;
    }

    .h-row-1 {
        height: 120px;
        /*
        line-height: 120px;
        */
        margin-top: 0;
    }

    /*.h-col-1, .h-col-2{
      line-height: $header-height;
  }*/
    .h-col-1, .h-col-3, .h-col-4, .h-col-5 {
        width: 30%;
    }

    .h-col-1, .h-col-2, .h-col-3, .h-col-4, .h-col-5, .h-col-6{
        font-size: 0;
        line-height: 0;
        height: 110px;
    }

    .h-col-1:after, .h-col-2:after, .h-col-3:after, .h-col-4:after, .h-col-5:after, .h-col-6:after{
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 110px;
    }

    .h-col-1 {
        width: 10%;
        display: table;
        text-align: left;
    }

    .h-col-1 img {
        vertical-align: middle;
        width: 42px;
    }

    .h-col-2 {
        width: 44%;
        padding-left: 1.2676056%;
    }

    .h-col-2 .logo {
        vertical-align: middle;
        width: 72.60726072607261%;
    }

    .h-col-3 {
        width: 30%;
    }

    .h-col-3 .top-links--item .top_link_text {
        font-size: 20px;
        padding: 0 16px 0 11px;
    }

    .city_list .city-filter-list .top_link_text{
        padding-left: 0;
    }

    .h-col-3 .top-links--item .fa {
        font-size: 20px;
    }

    .h-col-3 .city-filter-list {
        /*
        width: 213px;
        */
        top: -22px;
        left: -3px;
    }

    .h-col-3 .city-filter-list a {
        font-size: 20px;
    }

    .h-col-3 .city-filter-list a:first-of-type {
        /*
        margin-left: 3px;
        */
    }

    .h-col-3 .city-filter-list a:first-of-type i {
        font-size: 20px;
        padding-left: 0;
        /*
        margin-left: 8px;
        */
    }

    .side-menu .city-filter-list a{
        margin-top: 20px;
    }
    .side-menu .city-filter-list a:first-child {
        margin-top: 0;
        padding-right: 25px;
    }

    .h-col-3 .city_list img, .h-col-3 .city_list .select2, .h-col-3 .city_list i {
        font-size: 20px;
    }

    .h-col-3 .city_list img {
        width: auto;
    }

    .h-col-3 .city_list .select2 {
        padding: 0 9px 0 11px;
    }

    .h-col-3 .city_list .select2 .selection {
        display: inline-block;
    }

    .h-col-3 .city_list .select2-container .select2-selection--single .select2-selection__rendered {
        width: auto;
    }

    .select2-results {
        font-size: 20px;
    }

    .h-col-4, .h-col-5, .h-col-5a, .h-col-7 {
        display: none;
    }

    .h-col-6 {
        width: 16%;
        text-align: right;
        font-size: 20px;
        white-space: nowrap;
    }

    .h-col-6 .icon-lince, .h-col-6 .seacrh-title {
        display: inline-block;
        vertical-align: middle;
        margin-right: 3.54%;
    }

    .h-col-6 .icon-lince {
        position: relative;
        left: auto;
        top: auto;
    }

    .h-col-6 .seacrh-title {
        text-transform: uppercase;
    }

    .main-nav__wrapper {
        display: none;
    }

    .items .items__wrapper span {
        font-size: 70px;
    }

    .m1-col-1 {
        margin-bottom: 13px;
    }

    .m1-col-2 {
        margin-bottom: 13px;
    }

    .m1-col-3 {
        width: 100%;
        margin-bottom: 13px;
    }

    .m1-col-3-href {
        height: 280px;
    }

    .m1-col-3-text {
        width: 40%;
        bottom: auto;
        top: 23%;
        left: 40px;
    }

    .m1-col-3 .title {
        font-size: 34px;
        margin-bottom: 14px;
    }

    .m1-col-3 .description {
        font-size: 22px;
    }

    .m1-col-2 {
        font-size: 0;
    }

    .m1-col-2 .m2-col-1 {
        width: 23.380282%;
        float: none;
        display: inline-block;
        padding-left: 0;
    }

    .m1-col-2 .m2-col-1:nth-of-type(-n+3) {
        margin-right: 2.112676%;
    }

    .m1-col-2 .m2-col-1 .items {
        height: 165px;
        padding-bottom: 0;
    }

    /*.sign-up-banner, */
    .sign-up-banner__top {
        /*
        height: 420px;
        background-position: right;
        */
    }

    .sign-up-banner__top:before {
        top: 17px;
        right: 33px;
        width:  535px;
        height: 374px;
    }

    .sign-up-banner, .sign-up-banner__bottom {
        height: auto;
    }

    .sign-up-banner__bottom {
        padding: 39px 5.6338028% 12px;
    }

    .sign-up-banner__top h2, .sign-up-banner__bottom h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.1;
    }

    .m3-col-1, .m3-col-2, .m3-col-3 {
        width: 100%;
        float: none;
    }

    .m3-col-1 h2, .m3-col-1 div.visible_1024 {
        margin-bottom: 20px;
    }

    .m3-col-1 div.visible_1024 {
        font-size: 22px;
    }

    .m3-col-1__text{
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 22px;
    }

    .m3-col-2 {
        padding: 0;
        text-align: left;
    }

    .m3-col-2 .sign-up-form {
        margin: 0;
    }

    .m3-col-2 .sign-up-form input[type="text"], .m3-col-2 .sign-up-form input[type="email"], .m3-col-2 .sign-up-form button, .m3-col-2 .sign-up-form input[type="submit"] {
        height: 54px;
        float: left;
    }

    .m3-col-2 .sign-up-form input[type="text"], .m3-col-2 .sign-up-form input[type="email"] {
        width: 80%;
    }

    .m3-col-2 .sign-up-form button, .m3-col-2 .sign-up-form input[type="submit"]{
        width: 54px;
    }

    .m3-col-2 .sign-up-form input[type="text"]::-webkit-input-placeholder, .m3-col-2 .sign-up-form input[type="email"]::-webkit-input-placeholder {
        font-size: 22px;
        line-height: 1;
    }

    .m3-col-2 .sign-up-form input[type="text"]::-moz-placeholder, .m3-col-2 .sign-up-form input[type="email"]::-moz-placeholder {
        font-size: 22px;
        line-height: 1;
    }

    .m3-col-2 .sign-up-form input[type="text"]:-moz-placeholder, .m3-col-2 .sign-up-form input[type="email"]:-moz-placeholder {
        font-size: 22px;
        line-height: 1;
    }

    .m3-col-2 .sign-up-form input[type="text"]:-ms-input-placeholder, .m3-col-2 .sign-up-form input[type="email"]:-ms-input-placeholder {
        font-size: 22px;
        line-height: 1;
    }

    .m3-col-2 .agree_div {
        margin: 15px 0 0 0;
        /*
        float: right;
        */
        font-size: 30px;
    }

    .m3-col-2 .agree_div input[type="checkbox"]:checked + label:before {
        font-size: 30px;
        line-height: 30px;
    }

    .m3-col-2 .agree_div label {
        padding-right: 45px;
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 22px;
    }

    .m3-col-2 .agree_div label:before {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .m3-col-3 {
        height: 0;
        margin: 0;
    }

    .m3-col-3, .m3-col-4{
        margin-top: 10px;
        margin-bottom: 26px;
    }

    .m3-col-3 label {
        font-size: 20px;
    }

    .m3-col-4 {
        text-align: left;
        width: 100%;
        /*
        margin-top: -40px;
        */
        position: relative;
        z-index: 300;
    }

    .m3-col-4 .sign-up-banner__so-me {
        margin-top: 0;
        display: table-cell;
        vertical-align: middle;
        line-height: 20px;
    }

    .m3-col-4 .sign-up-banner__so-me .soc-icon {
        font-size: 34px;
        margin-left: 20px;
    }

    .m3-col-4 .sign-up-banner__so-me .soc-icon:first-of-type {
        margin-left: 0;
    }

    .row-with-img {
        height: auto;
    }

    .ab1-img{
        margin: 0 -16%;
    }

    .about-block-1 h1{
        margin-top: -22px;
        font-size: 44px;
        line-height: 1.2em;
    }

    .about-block-2 .ab2-col-1, .about-block-2 .ab2-col-2 {
        width: 100%;
        height: auto;
    }

    .about-block-2 .ab2-col-1-img {
        width: 100%;
    }

    .about-block-2 .ab2-col-2 {
        padding: 10%;
        background-size: auto;
        background-position: 100% top;
    }

    .about-block-2 .ab2-col-3 {
        display: none;
    }


    .about-block-4 {
        /*
        display: none;
        */
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }


    .about-block-4 .ab4-col {
        font-size: 19px;
        float: none;
        width: auto;
        margin: 0 5px;
    }

    .about-block-4 .ab4-col:hover {
        background-color: transparent;
        color: #50cdeb;
    }

    .about-block-5, .about-block-8 {
        padding: 9.3333333%;
    }

    .about-block-6 .ab6-col-1, .about-block-6 .ab6-col-2 {
        width: 100%;
    }

    .about-block-6 .ab6-col-1 {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .about-block-6 .ab6-col-2 {
        padding-top: 0;
    }

    .about-block-7 .ab7-col-1, .about-block-7 .ab7-col-2 {
        width: 100%;
    }

    .about-block-7 .ab7-col-1 .block-7__img-block {
        font-size: 24px;
        width: 40%;
    }


    .about-block-7 .ab7-col-1 .block-7__img-block img {
        /*
        width: 40%;
        */
    }

    .about-block-7 .ab7-col-1 .block-7__img-block .btn-see-more {
        font-size: 20px;
    }

    .about-block-7 .ab7-col-2 {
        font-size: 20px;
    }

    .about-block-9 {
        padding: 10%;
    }

    .about-block-9 .ab9-col {
        color: #959595;
    }

    .about-block-9 .ab9-col .about-us__label {
        margin-left: 0;
    }

    .about-block-9 .btn-about-us-submit {
        width: 100%;
        font-size: 20px;
    }

    .file-area {
        height: 60px;
        padding: 20px 15px;
    }

    .file-area .file-area-status {
        font-size: 20px;
    }

    .about-block-10 .ab10-col-1, .about-block-10 .ab10-col-2 {
        width: 100%;
        height: auto;
    }

    .about-block-10 .ab10-col-2-img {
        width: 100%;
    }

    .about-block-10 .ab10-col-1 {
        padding: 10%;
        font-size: 20px;
    }

    .ab10-text {
        padding: 0 10%;
        font-size: 20px;
    }

    .about-block-10 .ab10-col-1 .btn-see-more {
        font-size: 20px;
    }

    .actions-col-1, .actions-col-2 {
        width: 100%;
    }

    .actions-col-1 {
        padding-right: 0;
    }

    .actions-col-1 .category-menu.visible_1440 {
        display: block;
        width: 100%;
        padding: 17px 17px 0;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .actions-col-1 .category-menu.visible_1440:after{
        content: '';
        display: block;
        clear: both;
        overflow: hidden;
    }

    .item-mobile{
        display: none;
        border-top: 1px dotted;
        padding-top: 15px;

    }

    .item-mobile_active{
        display: block;
    }
    /*Slide up menu*/
    .item-mobile_active {
        display: block;
        position: absolute;
        z-index: 600;
        top: 100%;
        padding: 17px 17px 20px;
        left: 0;
        width: 100%;
        background: #fff;
        border-bottom: 1px dotted;
    }

    /*
    .actions-col-1 .category-menu.visible_1440 .item {
        display: none;
        margin-top: 18px;
    }
    */

    .actions-col-1 .category-menu.visible_1440 .item i {
        display: none;
    }

    .actions-col-1 .category-menu.visible_1440 .item .count {
        float: none;
    }

    .actions-col-1 .category-menu.visible_1440 .item-all::after, .actions-col-1 .category-menu.visible_1440 .item-parent::after {
        content: "\f107";
        float: right;
        font-family: 'FontAwesome', serif;
        transition: 300ms;
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -8px;
    }

    .actions-col-1 .category-menu.visible_1440 .item-all-items::after {
        display: none;
    }

    .actions-col-1 .category-menu.visible_1440 .item-all {
        display: block;
    }

    .actions-col-1 .category-menu.visible_1440 .item-all:last-child {
        margin-bottom: 0;
    }
    /*
    .actions-col-1 .category-menu.visible_1440 .item-all {
        display: block;
        margin-bottom: 0;
        margin-top: 0;
    }
    */

    .actions-col-1 .category-menu.visible_1024 {
        display: none;
    }

    .actions-col-1 .events-filters__wrapper {
        background-color: #ccc;
        margin-bottom: 16px;
    }

    .actions-col-1 .events-filters__wrapper .events-filters {
        height: 60px;
        width: 80%;
    }

    .actions-col-1 .events-filters__wrapper .events-filters > div {
        font-size: 20px;
        padding: 0 16px;
        border-right: 1px #BDBDBD solid;
    }

    .actions-col-2 {
        padding-left: 0;
    }

    .actions-col-2 .category-list {
        font-size: 0;
    }

    .events-filters__wrapper {
        padding: 0;
    }

    .item-all-shops {
        font-size: 0;
    }

    .item-all-shops-col-1, .item-all-shops-col-2, .item-all-shops-col-3, .item-all-shops-col-4 {
        display: inline-block;
        font-size: 20px;
    }

    .item-all-shops-col-1 {
        width: 80%;
    }

    .item-all-shops-col-2 {
        width: 20%;
        text-align: right;
    }

    .category-list .item {
        /*display: inline-block;*/
    }

    .actions-col-4 {
        width: 48.9769%;
    }

    .actions-col-4:nth-of-type(2n+1) {
        margin-right: 2.04624%;
    }

    /*
    .actions-col-4 {
        width: 48.5915493%;
    }

    .actions-col-4:nth-of-type(2n+1) {
        margin-right: 2.8169014%;
    }
    */

    .actions-col-4:nth-of-type(2n) {
        margin-right: 0;
    }

    /*
    .actions-col-4 .card-img {
        height: 345px;
    }
    */

    .actions-col-4 .card-block {
        padding: 40px 40px;
        height: 346px;
    }

    .actions-col-4 .card-block .card-title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
        height: 3.9em;
    }

    .actions-col-4 .card-block .card-text {
        font-size: 18px;
        height: 8em;
    }

    .actions-col-4 .card-block .card-footer {
        height: 40px;
    }

    .actions-col-4 .card-block .card-footer .card-footer__date {
        font-size: 16px;
        /*width: 49%;
        margin-right: 1%;*/
    }

    .error404 .tape1 {
        left: 29px;
    }

    .error404 .tape2 {
        right: 29px;
    }

    .error404__content {
        width: 80%;
        padding: 15% 0;
    }

    .error404__content .error404__table {
        width: 90%;
        font-size: 16px;
    }

    .error404__content .error404__table .soc-block .soc-icon {
        font-size: 30px;
    }

    .shop-card__nav {
        padding: 10px 50px;
    }

    .shop-card__nav.bg-blue h2 {
        font-size: 30px;
    }

    .shop-card__nav-center {
        width: 80%;
    }

    .shop-card__nav-center
    {
        height: 100px;
    }

    .shop-card__content .shop-card-col-1, .shop-card__content .shop-card-col-2 {
        width: 100%;
    }

    .shop-card__content__info__share-block{
        margin-top: 45px;
    }

    .shop-card__content__info__main-text{
        font-size: 18px;
    }

    body[data-controller="catalog-type-1"] .actions-col-4 {
        /*
        width: 30.9859155%;
        margin-right: 3.5211268%;
        */
        width: 32.2859%;
        margin-right: 1.52113%;
    }

    body[data-controller="catalog-type-1"] .actions-col-4:nth-of-type(3n) {
        margin-right: 0;
    }

    .shop-card-col-4 .soc-block .soc-icon {
        font-size: 40px;
    }

    .shop-card-col-4-phone_number {
        font-size: 24px;
    }

    /*
    #mall-map-toolbar, #mall-map-levels {
        position: relative;
        width: auto;
    }

    #mall-map {
        float: none;
        min-height:300px;
    }

    .mall-map-levels {
        font-size: 0;
    }

    .mall-map-levels > div {
        display: inline-block;
        vertical-align: baseline;
        font-size: 17px;
        padding: 16px;
    }


    #mall-map-menu {
        position: relative;
        height: auto;
        font-size: 0;
    }

    #mall-map-menu > div {
        display: inline-block;
        vertical-align: baseline;
        font-size: 14px;
        padding: 1% 2%;
        margin-right: 2%;
        margin-bottom: 6px;
    }

    #mall-map-menu .map_menu-item .mall-map-svg {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        background-color: #ff36a4;
        border-radius: 25px;

    }

    #mall-map-menu .map_menu-item .mall-map-svg svg{
        fill: #fff;
    }

    #mall-map-menu > div .mall-map-text {
        margin-left: 3px;
        margin-right: 3px;
    }

    body[data-controller="floors"] .actions-col-1, body[data-controller="floors"] .actions-col-2 {
        padding: 0;
    }
     */

    .map-col-2 .map-description {
        font-size: 16px;
    }

    .map-col-1, .map-col-2 {
        width: 100%;
        float: none;
    }

    .shop-card-cardsList {
        width: 100%;
    }

    .p-sticky {
        position: relative !important;
    }

    .error404 .tape1-container {
        left: -270px;
    }

    .error404 .tape2-container {
        /*
        right: -100px;
        */
        right: 0;
    }

    .footer--blue-banner {
        margin-bottom: 70px;
    }

    .footer--blue-banner a.f-col-1 {
        font-size: 20px;
        font-weight: 400;
        padding: 41px 0 35px;
        margin-right: 40px;
    }

    .footer--blue-banner a.f-col-1:last-of-type {
        margin-right: 0;
    }

    .footer--contacs {
        font-size: 17px;
        margin-bottom: 40px;
        /*
        padding-left: 20px;
        padding-right: 22px;
        */
    }

    .footer--contacs .f2-col-2-mrg{
        margin-top: 32px;
    }

    .footer--contacs .f2-col-1 {
        /*padding-right: 10.84010840%;*/
        font-size: 18px;
    }

    .footer--contacs .f2-col-1, .footer--contacs .f2-col-2 {
        width: 100%;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .footer--contacs .f2-col-2 {
        padding-left: 0;
    }

    .footer--contacs .f2-col-2 .sub-footer__headline {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .footer--contacs .f2-col-2 p {
        /*
        margin: 0 0 2.5em 0;
        font-size: 20px;
        */
    }

    /*.footer--contacs .f2-col-2 p a {
        margin-left: -14px;
    }*/

    .footer--contacs .f2-col-2 p a img {
        width: 201px;
    }

    .footer--contacs .f2-col-2 p:first-of-type {
        font-size: 18px;
        /*
        margin-bottom: 38px;
        */
    }

    .item.item-all.visible_1024{
        margin: 0;
        padding-bottom: 14px;
        padding-right: 10px;
    }

    .category-list .entertainment-col-4 {
        width: 32.2859%;
        margin-right: 1.52113%;
    }

    .entertainment-col-4:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1024px){
    .mall-map-levels.colw3 > div {
        width: 33.3333333%;
    }
    .mall-map-levels.colw4 > div {
        width: 25%;
    }
    .mall-map-levels.colw2 > div {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .h-col-1, .h-col-2, .h-col-3, .h-col-4, .h-col-5, .h-col-6{
        height: 69px;
    }
    .h-col-1:after, .h-col-2:after, .h-col-3:after, .h-col-4:after, .h-col-5:after, .h-col-6:after{
        height: 69px;
    }
    .container {
        max-width: 767px;
        /*
        padding-left: 22px;
        padding-right: 19px;
        */
    }

    .visible_767 {
        display: block;
    }

    header {
        padding-bottom: 0;
    }

    .side-menu{
        padding: 0 0 10px;
    }
    .side-menu__header {
        height: 69px;
    }
    .side-menu__button,
    .side-menu__logo {
        height: 69px;
    }
    .side-menu__button img{
        width: auto;
    }

    .side-menu .sm-list {
        margin-top: 20px;
    }

    .side-menu .sm-list .sm-text {
        font-size: 27px;
    }

    .side-menu .soc-block {
        margin-bottom: 30px;
    }

    .side-menu .soc-block .soc-icon {
        /*width: 19%;*/
        font-size: 24px;
        width: 30px;
        margin-right: 30px;
    }

    .side-menu .city-filter-list a:first-child {
        padding-right: 16px;
    }

    .side-menu .sm-col-1, .side-menu .sm-col-2{
        margin-bottom: 10px;
    }

    .side-menu .sm-col-3{
        padding: 24px 0;
    }

    .side-menu .sm-col-1 .top-links--item a img, .side-menu .sm-col-2 .top-links--item a img {
        max-height: 18px;
    }

    .side-menu .sm-col-1 .top-links--item a span, .side-menu .sm-col-2 .top-links--item a span {
        font-size: 13px;
    }

    .side-menu .sm-col-1 .top-links--item a .fa, .side-menu .sm-col-2 .top-links--item a .fa {
        font-size: 14px;
    }

    .side-menu .sm-col-1 .top-links--item span{
        padding-right: 16px;
    }

    .side-menu .sm-col-1 div.city-filter-list {
        /*
        width: 140px;
        padding: 10px 20px;
        */
        font-size: 13px;
        padding: 16px 25px;
        top: -8px;
        left: -4px;
    }

    .side-menu .sm-col-1 div.city-filter-list a i {
        margin-left: 3px;
    }

    .side-menu .sm-col-2 div.top-links--item {
        padding-left: 0;
    }

    .side-menu .sm-col-3 .top-links--item div img {
        max-height: 18px;
    }

    .side-menu .sm-col-3 .top-links--item div span {
        font-size: 13px;
    }

    .h-row-1 {
        height: 69px;
        line-height: 68px;
    }

    .h-col-1 {
        width: 8.8235294%;
        /*
        text-align: center;
        */
    }

    .h-col-1 img {
        width: auto;
    }

    .h-col-2 {
        width: 40%;
        margin-right: 5.5%;
        margin-left: 1.5%;
    }

    .h-col-2 .logo {
        width: auto;
        max-width: 100%;
        max-height: 75%;
    }

    .h-col-3 {
        width: 34%;
    }

    .h-col-3 .main-city {
        vertical-align: middle;
    }

    .h-col-3 .top-links--item .top_link_text {
        font-size: 14px;
        padding: 0 16px 0 4px;
    }

    .city-filter-list .chose_city
    {
        padding: 0 16px 0 4px;
    }

    .side-menu .city-filter-list .chose_city{
        padding-left: 0;
    }

    .h-col-3 .top-links--item .fa {
        font-size: 12px;
    }

    .h-col-3 .city-filter-list {
        /*
        width: 160px;
        padding-top: 12px;
        padding-left: 9px;
        */
        left: -6px;
        padding-left: 18px;
        padding-right: 18px;
        top: -23px;
        text-align: left;
    }

    .h-col-3 .city-filter-list a {
        font-size: 14px;
        /*
        margin-left: 19px;
        */
    }

    .h-col-3 .city-filter-list a:first-of-type {
        /*
        margin-left: 18px;
        */
    }

    .h-col-3 .city-filter-list a:first-of-type i {
        font-size: 12px;
        /*
        margin-left: 6px;
        */
    }

    .h-col-3 .city_list img, .h-col-3 .city_list .select2, .h-col-3 .city_list i {
        font-size: 14px;
    }

    .h-col-3 .city_list img {
        max-width: 12px;
    }

    .h-col-3 .city_list .select2 {
        padding: 0 6px 0 6px;
        width: 95px !important;
        height: 68px;
    }

    .h-col-3 .city_list .select2-container .select2-selection--single:after {
        position: absolute;
    }

    .h-col-3 .city_list .select2-container .select2-selection--single .select2-selection__rendered {
        margin-right: 4px;
    }

    .select2-results {
        font-size: 12px;
    }

    .h-col-4 {
        display: none;
    }

    .h-col-6 {
        width: 10%;
        margin-right: 0;
    }

    .h-col-6 .seacrh-title {
        display: none;
    }

    .h-col-6 .icon-lince {
        background-size: 16px 18px;
        width: 16px;
    }

    .h-col-6 iframe {
        display: none;
    }

    .m1-col-1 {
        min-width: calc(100% - 29px);
    }

    .m1-col-2 {
        margin-bottom: 0;
    }

    .m1-col-2 .m2-col-1 {
        width: 48.55491329%;
        margin-bottom: 10px;
    }

    .m1-col-2 .m2-col-1:nth-of-type(2n+1) {
        margin-right: 2.8901734%;
    }

    .m1-col-2 .m2-col-1:nth-of-type(2n) {
        margin-right: 0;
    }

    .m1-col-2 .m2-col-1 .items {
        height: 120px;
    }

    .m1-col-2 .m2-col-1 .items .items__wrapper {
        font-size: 13px;
    }

    .m1-col-2 .m2-col-1 .items .items__wrapper span {
        font-size: 60px;
    }

    .m1-col-2 .m2-col-1 .items .items__wrapper span._month {
        font-size: 12px;
        top: 100%;
        margin-top: 3px;
    }

    .m1-col-3 {
        width: 100%;
    }

    .m1-col-3-href {
        height: 160px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .m1-col-3-text {
        width: 40%;
        left: 5%;
    }

    .m1-col-3-text .title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .m1-col-3-text .description {
        font-size: 12px;
    }

    .m3-col-1 h2 {
        font-size: 18px;
        margin-bottom: 13px;
    }

    .m3-col-1 div.visible_1024 {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .m3-col-1__text{
        font-size: 13px;
    }

    .m3-col-2 .sign-up-form input[type="text"], .m3-col-2 .sign-up-form input[type="email"], .m3-col-2 .sign-up-form button, .m3-col-2 .sign-up-form input[type="submit"] {
        height: 44px;
    }

    .m3-col-2 .sign-up-form input[type="text"], .m3-col-2 .sign-up-form input[type="email"] {
        padding: 0 22px 0 12px;
        width: 80%;
        /* Firefox 19+ */
        /* Firefox 18- */
    }

    .m3-col-2 .sign-up-form input[type="text"]::-webkit-input-placeholder, .m3-col-2 .sign-up-form input[type="email"]::-webkit-input-placeholder {
        font-size: 14px;
    }

    .m3-col-2 .sign-up-form input[type="text"]::-moz-placeholder, .m3-col-2 .sign-up-form input[type="email"]::-moz-placeholder {
        font-size: 14px;
    }

    .m3-col-2 .sign-up-form input[type="text"]:-moz-placeholder, .m3-col-2 .sign-up-form input[type="email"]:-moz-placeholder {
        font-size: 14px;
    }

    .m3-col-2 .sign-up-form input[type="text"]:-ms-input-placeholder, .m3-col-2 .sign-up-form input[type="email"]:-ms-input-placeholder {
        font-size: 14px;
    }

    .m3-col-2 .sign-up-form button, .m3-col-2 .sign-up-form input[type="submit"] {
        width: 44px;
    }

    .m3-col-2 .sign-up-form .agree_div {
        margin-top: 25px;
        font-size: 20px;
    }

    .m3-col-2 .sign-up-form .agree_div input[type="checkbox"]:checked + label:before {
        font-size: 20px;
        line-height: 20px;
    }

    .m3-col-2 .sign-up-form .agree_div label {
        padding-right: 35px;
        font-size: 13px;
        margin-bottom: 0;
    }

    .m3-col-2 .sign-up-form .agree_div label:before {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    /*
    .m3-col-4 {
        margin-top: -24px;
        height: 24px;
    }
    */

    .m3-col-4 .sign-up-banner__so-me .soc-icon {
        font-size: 24px;
        margin-left: 20px;
    }

    .about-block-1 h1{
        margin-top: -20px;
        font-size: 32px;
        line-height: 1.2em;
    }

    .about-block-4 .ab4-col{
        height: 72px;
    }

    .about-block-5, .about-block-8 {
        padding-bottom: 15%;
    }

    .about-block-6 .ab6-col-1, .about-block-9 {
        padding-top: 15%;
    }

    .about-block-7 .ab7-col-1 {
        padding: 8.333333% 5%;
    }

    .about-block-7 .ab7-col-1 .block-7__img-block {
        width: 46%;
        padding-left: 2%;
        padding-right: 2%;
    }

    /*
    .about-block-7 .ab7-col-1 .block-7__img-block img {
        width: 60%;
    }
    */

    .about-block-7 .ab7-col-1 .block-7__img-block p {
        font-size: 16px;
    }

    .about-block-7 .ab7-col-1 .block-7__img-block .btn-see-more {
        font-size: 14px;
    }

    .about-block-7 .ab7-col-1 .block-7__img-block + .block-7__img-block {
        margin-left: 0;
    }

    .about-block-9 .ab9-col {
        width: 100%;
    }

    .about-block-9 .ab9-col .btn-about-us-submit {
        margin-top: 20px;
    }

    .about-block-10 .ab10-col-1 .btn-see-more {
        font-size: 14px;
        max-width: 60%;
    }

    .actions-col-1 .events-filters__wrapper .events-filters {
        height: 40px;
        width: 100%;
    }

    .actions-col-1 .events-filters__wrapper .events-filters > div {
        font-size: 14px;
        padding: 0 14px;
    }


    /*
    .actions-col-4 .card-img {
        height: 345px;
    }
    */

    .actions-col-4 .card-block {
        padding: 27px 28px;
        height: 260px;
    }

    .actions-col-4 .card-block .card-title {
        height: 2.6em;
        margin-bottom: 0.66666667em;
    }

    .actions-col-4 .card-block .card-text {
        height: 6.0em;
        line-height: 1.33;
    }

    .actions-col-4 .card-footer .card-footer__date {
        text-align: left;
        font-size: 12px;
        /*height: 6.1111111em;*/
    }

    .error404__content{
        min-width: unset;
    }

    .error404__content h1 {
        font-size: 100px;
        line-height: 1;
    }

    .error404__content .h2 {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 12px;
    }

    .error404__content .error404__table .item {
        display: block;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .shop-card__nav {
        padding: 10px 68px;
        height: 120px;
    }

    .shop-card__nav.bg-blue h2 {
        font-size: 20px;
        line-height: 1;
    }

    .shop-card__nav-center
    {
        height: 100px;
    }

    .soc_share_item {
        margin-bottom: 15px;
    }

    body[data-controller="catalog-type-1"] .category-list {
        text-align: justify;
    }

    body[data-controller="catalog-type-1"] .actions-col-4 {
        /*
        width: 47.9768786%;
        margin-right: 4.0462428%;
        */
        width: 48.9769%;
        margin-right: 2.04624%;
        /*max-height: 166px;*/
        text-align: center;
        /*padding-left: 5%;
        padding-right: 5%;*/
    }

    body[data-controller="catalog-type-1"] .actions-col-4:nth-child(2n+2) {
        margin-right: 0;
    }

    body[data-controller="catalog-type-1"] .actions-col-4 {

    }

    body[data-controller="catalog-type-1"] .actions-col-4 .item {
        /*height: 166px;
        line-height: 166px;*/
        display: inline-block;
    }

    body[data-controller="catalog-type-1"] .actions-col-4 .item img {
        vertical-align: middle;
    }

    .shop-card__nav-center h2 img {
        width: 25px;
    }

    .shop-card__nav-center {
        width: 100%;
    }

    .shop-card__content__info__headline {
        width: auto;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .shop-card__content .shop-card-col-4 .soc-block .soc-icon{
        padding-left: 0;
        padding-right: 12px;
        margin-left: 0;
        margin-right: 12px;
    }

    .shop-card__content .shop-card-col-2 .shop-card__content__info__floor-link{
        padding: 15px 12px;
    }

    .shop-card__content .shop-card-col-2 .shop-card__content__info__floor-link{
        vertical-align: middle;
    }

    .shop-card__content .shop-card-col-3 {
        width: 100%;
        text-align: justify;
        font-size: 1px;
        line-height: 1;
        /*
        text-align: right;
        */
    }

    .shop-card__content .shop-card-col-3:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .shop-card__content .shop-card-col-4 {
        text-align: left;
        width: 100%;
        margin-top: 20px;
    }

    .shop-card__content .shop-card-col-4 .soc-block .soc-icon {
        font-size: 24px;
    }

    .shop-card__content .shop-card-col-4-href {
        margin-top: 20px;
        display: inline-block;
    }

    #mall-parent, .brands, #mall-parent, #mall-map {
        width: auto;
    }

    #mall-map svg {
        /*width: 100% !important;*/
    }

    .error404 .tape1-container {
        left: -200px;
    }

    .error404 .tape2{
        right: 20px;
        bottom: -40px;
        height: auto;
    }

    .error404 .tape1-container, .error404 .tape2-container {
        /*
        right: -230px;
        */
        width: 300px;
        height: 232px;
        bottom: 0;
        background-position: right center;
    }

    /*
    .sign-up-banner__top {
        height: 300px;
    }
    */

    .sign-up-banner__top:before {
        top: 6px;
        right: 50%;
        margin-right: -325px;
        width: 496px;
        height: 308px;
    }

    .sign-up-banner__bottom {
        padding: 26px 6.9364162% 0;
    }

    .footer--blue-banner {
        margin-bottom: 34px;
    }

    .footer--blue-banner a.f-col-1 {
        width: 100%;
        padding: 8px 0 9px;
        text-align: left;
        font-size: 16px;
        font-weight: 600;
    }

    .footer--blue-banner .negative-margin {
        padding: 23px 30px 19px 30px;
    }

    .footer--contacs {
        margin-bottom: 34px;
    }
    .footer--contacs .f2-col-2-mrg{
        margin-top: 0;
    }

    .footer--contacs .f2-col-1 p.sub-footer__headline, .footer--contacs .f2-col-2 p.sub-footer__headline {
        margin-bottom: 0;
    }

    .footer--contacs .f2-col-1 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .footer--contacs .f2-col-1 p:first-of-type {
        margin-bottom: 0;
    }

    .footer--contacs .f2-col-2 {
        text-align: left;
    }

    .footer--contacs .f2-col-2 .sub-footer__headline {
        margin-bottom: 0;
        font-size: 14px;
    }

    .footer--contacs .f2-col-2 p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .footer--contacs .f2-col-2 p a img {
        width: 158px;
    }

    .footer--contacs .f2-col-2 p:first-of-type {
        margin-bottom: 0;
    }

    .uplink{
        width: 73px;
        height: 73px;
        right: 22px;
        bottom: 22px;
    }

    .category-list .entertainment-col-4 {
        width: 48.9769%;
        margin-right: 2.04624%;
        text-align: center;
    }

    .entertainment-col-4:nth-child(2n+2) {
        margin-right: 0;
    }

}


@media only screen and (max-width: 600px) {
    .about-block-2 .ab2-col-2 {
        background-position: left top;
    }
    #mall-map-levels > div{
        font-size: 12px;
        padding: 16px 0;
    }
    /*
    #mall-parent{
        padding-top: 46px;
    }
    */
}
@media only screen and (max-width: 767px) {
    .a-backlink {
        overflow: hidden;

        padding-left: 19px;
        width: 100%;
        margin: 10px 0;
    }
    .a-backlink-inner {
        font-size: 14px;
    }
    .a-backlink-inner::before {
        top: 6px;
        width: 28px;
        height: 28px;
        left: -14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .a-backlink {
        overflow: hidden;
        padding-left: 23px;
        width: 100%;
        margin: 0 0 10px;
    }
    .a-backlink-inner {
        font-size: 20px;
    }
    .a-backlink-inner::before {
        top: 6px;
        width: 34px;
        height: 34px;
        left: -16px;
    }
}
@media only screen and (min-width: 1025px) {
    .a-backlink
    {
        overflow: hidden;
        padding-left: 22px;
        position: absolute;
        z-index: 2;
        top: 10px;
        left: 30px;
        width: 170px;
        height: 43px;
    }
    .a-backlink-inner>span{
        font-size: 16px;
        height: 32px;
        padding: 6px 18px 6px 12px;
    }
    .a-backlink-inner::before {
        top: 5px;
        width: 21px;
        z-index: 1;
        height: 21px;
        left: -11px;
    }


}

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

    .actions-col-1 .events-filters__wrapper .events-filters > div {
        font-size: 10px;
        padding: 0;
    }

    .category-list .item .category-list__item__name{
        font-size: 24px;
    }
    .about-block-7 .ab7-col-1 .block-7__img-block .btn-see-more{
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
    .m3-col-2 .agree_div{
        float: none;
        margin-bottom: 20px;
    }
    .m3-col-4{
        margin-top: 0;
        /*
            width: auto;
            margin-bottom: 0;
        */
    }
    body[data-controller="catalog-type-1"] .actions-col-4 {
        width: auto;
        margin-right: 0;
        float: none;
    }

    body[data-controller="catalog-type-1"] .category-list .actions-col-4{
        width: 100%;
    }

    .actions-col-4 {
        width: 100%;
    }

    .actions-col-4:nth-of-type(2n), .actions-col-4:nth-of-type(2n+1) {
        margin-right: 0;
    }

    .uplink{
        width: 51px;
        height: 51px;
        right: 15px;
        bottom: 15px;
    }

    .shop-card__nav-center.combo img{
        display:none;
    }
    .shop-card__nav-center.combo .shop-card__nav-brand{
        padding-left: 5%;
        font-size: 16px;
    }

    .category-menu .item-category-name>span,
    .category-menu .item-category-name>.count,
    .category-menu .item-element-name{
        font-size:15px;
    }


    .vacancy-list-block-item .vacancy-list-block-item-content {
        padding-bottom: 60px;
    }
    .vacancy-list-block-item:not(.open) .vacancy-list-block__btn{
        display:none;
    }
    .vacancy-list-block-item .vacancy-list-block__btn{
        right: 50%;
        margin-right: -25px;
    }
    .vacancy-list-block__sendbtn{
        width:100%;
        max-width:100%;
    }

    .category-list .entertainment-col-4 {
        width: 100%;
    }
    .mall-map-levels.colw3 > div {
        width: 33.33333%;
    }
    .mall-map-levels.colw4 > div:nth-child(4) {
        width: 28%;
        /*width: 100%;*/
    }
    .mall-map-levels.colw4>div{
        width: 24%;
        /*width: 33.33333%;*/
    }
    /*
    .mall-map-levels.colw2 > div {
        width: 50%;
    }
    .mall-map-levels.colw4 > div:nth-child(4) {
        width: 100%;
    }
    .mall-map-levels.colw4>div{
        width: 33.33333%;
    }
     */

}



@media only screen and (min-width: 481px) {
    .vacancy-list-block-item {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .h-col-3 {
        width: 42%;
    }

    .h-col-6 {
        display: none;
    }

    .h-col-3 .city-filter-list{

    }

    body[data-page="attractions"] .actions-col-4 {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    body[data-page="attractions"] .actions-col-4 .item {
        width: 100%;
        height: 80px;
        display: inline-block;
        line-height: 1;
        padding-bottom: 0;
    }

    body[data-page="attractions"] .actions-col-4 .item .category-list__item__logo, body[data-page="attractions"] .actions-col-4 .item .category-list__item__label {
        display: inline-block;
        vertical-align: middle;
    }

    body[data-page="attractions"] .actions-col-4 .item .category-list__item__logo {
        width: 25%;
        margin-right: 5%;
    }

    body[data-page="attractions"] .actions-col-4 .item .category-list__item__label {
        width: 65%;
    }

    body[data-page="attractions"] .category-list__item-block
    {
        display: inline;
    }

    body[data-page="attractions"] .actions-col-4 .item .category-list__item__logo
    {
        width: auto;
    }

    .main-content .search-page input.search-but
    {
        font-size: 10px;
    }

    .category-list .entertainment-col-4 {
        width: 100%;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .category-list .entertainment-col-4 .item {
        width: 100%;
        height: 80px;
        display: inline-block;
        line-height: 1;
        padding-bottom: 0;
    }

    .category-list .entertainment-col-4 .item .category-list__item__logo, body[data-page="attractions"] .actions-col-4 .item .category-list__item__label {
        display: inline-block;
        vertical-align: middle;
    }

    .category-list .entertainment-col-4 .item .category-list__item__logo {
        width: 25%;
        margin-right: 5%;
    }

    .category-list .entertainment-col-4 .item .category-list__item__label {
        width: 65%;
    }

    .category-list .entertainment-col-4 .category-list__item-block
    {
        display: inline;
    }

    .category-list .entertainment-col-4 .item .category-list__item__logo
    {
        width: auto;
    }
}

@media only screen and (max-width: 375px) {
    .shop-card__nav-brand
    {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px)
{
    .about-block-9 .ab9-col-2, .about-block-9 .ab9-col-4, .about-block-9 .ab9-col-6 {
        margin-right: 1.416666666666667%;
    }

    .about-block-9 .ab9-col-3, .about-block-9 .ab9-col-5, .about-block-9 .ab9-col-7 {
        margin-left: 1.416666666666667%;
    }
}
@media only screen and (min-width: 480px)and (max-width: 570px) {
    .actions-col-4 .card-block .card-footer .card-footer__date {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {

    .main-nav--item {
        padding: 32px 1.2%;
    }
}

@media only screen and (min-width: 1201px) {

    .main-nav--item {
        padding: 32px 2.1%;
    }
}
/* End */


/* Start:/local/templates/aquarelle/js/swiper4/swiper.min.css?174835253319778*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/aquarelle/js/swiper/swiper_site.css?17483525334535*/
/*********** main banner styles *****************/

.swiper_main_banner .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper_main_banner .swiper-slide {
    min-width: 100%;
    font-size: 0;
    line-height: 0;
    background: #ffffff;
    /*
    background: #5433c2;
    */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
/*
.swiper_main_banner .swiper-slide {
    font-size: 0;
    line-height: 0;
    background: #ffffff;
    background: #5433c2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}*/

.swiper_main_banner .swiper-slide img{
    max-width: 100%;
}

.swiper_main_banner:not(.swiper_main_setsize) .swiper-slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.swiper_main_banner.swiper_main_setsize .swiper-slide.contein img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.swiper_main_banner.swiper_main_setsize .swiper-slide.cover img{
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.swiper_main_banner .swiper-pagination {
    position: absolute;
    width: auto !important;
}

.swiper_main_banner .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 13px;
    height: 13px;
    margin: 0 17px 0 0 !important;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.7);
}

.swiper_main_banner .swiper-pagination-bullet-active {
    background: #50cdeb;
}

.swiper_main_banner .swiper-button-next, .swiper_main_banner .swiper-button-prev {
    background: none;
    font-size: 44px;
    color: #fff;
    width: 56px;
    text-align: center;
    height: 44px;
    -moz-background-size: 12px 33px;
    -webkit-background-size: 12px 33px;
    background-size: 12px 33px;
    margin-top: -32px;
}

.swiper_main_banner .swiper-button-next {
    right: 0;
    text-shadow: -1px 1px 4px black;
}

.swiper_main_banner .swiper-button-prev {
    /*background-image: url("/local/templates/aquarelle/js/swiper/images/left-arrow.png");*/
    left: 0;
    text-shadow: 1px 1px 4px black;
}

.swiper_main_banner .swiper-button-next:hover, .swiper_main_banner .swiper-button-prev:hover {
    color: #50cdeb;
}

@media only screen and (max-width: 767px) {
    .swiper_main_banner .swiper-pagination {
        bottom: 5px;
        left: 3%;
    }

    .swiper_main_banner .swiper-pagination-bullet {
        margin: 0 10px 0 0 !important;
    }
    .swiper_main_banner .swiper-button-next{
        padding-right: 3%;
        text-align: right;
    }

    .swiper_main_banner .swiper-button-prev{
        padding-left: 3%;
        text-align: left;
    }
}

@media only screen and (min-width: 768px) {
    .swiper_main_banner .swiper-pagination {
        left: 56px;
        bottom: 24px;
    }
}

/*********** main banner styles *****************/

.shop-card-swiper {
    background-color: #fff;
}

.shop-card-swiper .swiper-wrapper {
    height: auto;
}

.shop-card-swiper .swiper-slide {
    display: block;
    max-height: 600px;
    height: auto;
    /*
    line-height: 600px;
    */
}

.shop-card-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.shop-card-swiper .swiper-pagination {
    bottom: 11px;
    width: 100%;
}

.shop-card-swiper .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 7px;
    height: 7px;
    margin: 0 11px 0 0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.7);
}

.shop-card-swiper .swiper-pagination-bullet-active {
    background: #50cdeb;
}

.shop-card-swiper .swiper-button-next, .shop-card-swiper .swiper-button-prev {
    background: none;
    font-size: 36px;
    color: #ffffff;
    width: 56px;
    text-align: center;
}

.shop-card-swiper .swiper-button-next
{
    right: 0;
}

.shop-card-swiper .swiper-button-prev
{
    left: 0;
}

.shop-card-swiper .swiper-button-next:hover, .shop-card-swiper .swiper-button-prev:hover {
    color: #50cdeb;
}
/* End */


/* Start:/local/templates/aquarelle/js/scrollbar/jquery.scrollbar.min.css?174835253318327*/
.scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}.scroll-wrapper > .scroll-content{border:none!important;box-sizing:content-box!important;height:auto;left:0;margin:0;max-height:none;max-width:none!important;overflow:scroll!important;padding:0;position:relative!important;top:0;width:auto!important}.scroll-wrapper > .scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-wrapper.scroll--rtl{direction:rtl}.scroll-element{box-sizing:content-box;display:none}.scroll-element div{box-sizing:content-box}.scroll-element .scroll-bar,.scroll-element .scroll-arrow{cursor:default}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-textarea{border:1px solid #ccc;border-top-color:#999}.scroll-textarea > .scroll-content{overflow:hidden!important}.scroll-textarea > .scroll-content > textarea{border:none!important;box-sizing:border-box;height:100%!important;margin:0;max-height:none!important;max-width:none!important;overflow:scroll!important;outline:none;padding:2px;position:relative!important;top:0;width:100%!important}.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar{height:0;width:0}.scrollbar-inner > .scroll-element,.scrollbar-inner > .scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-inner > .scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-inner > .scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%}.scrollbar-inner > .scroll-element.scroll-y{height:100%;right:2px;top:0;width:8px}.scrollbar-inner > .scroll-element .scroll-element_outer{overflow:hidden}.scrollbar-inner > .scroll-element .scroll-element_outer,.scrollbar-inner > .scroll-element .scroll-element_track,.scrollbar-inner > .scroll-element .scroll-bar{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.scrollbar-inner > .scroll-element .scroll-element_track,.scrollbar-inner > .scroll-element .scroll-bar{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);opacity:.4}.scrollbar-inner > .scroll-element .scroll-element_track{background-color:#e0e0e0}.scrollbar-inner > .scroll-element .scroll-bar{background-color:#c2c2c2}.scrollbar-inner > .scroll-element:hover .scroll-bar{background-color:#919191}.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px}.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px}.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-12px}.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-12px}.scrollbar-outer > .scroll-element,.scrollbar-outer > .scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-outer > .scroll-element{background-color:#fff}.scrollbar-outer > .scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-outer > .scroll-element.scroll-x{bottom:0;height:12px;left:0;width:100%}.scrollbar-outer > .scroll-element.scroll-y{height:100%;right:0;top:0;width:12px}.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer{height:8px;top:2px}.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer{left:2px;width:8px}.scrollbar-outer > .scroll-element .scroll-element_outer{overflow:hidden}.scrollbar-outer > .scroll-element .scroll-element_track{background-color:#eee}.scrollbar-outer > .scroll-element .scroll-element_outer,.scrollbar-outer > .scroll-element .scroll-element_track,.scrollbar-outer > .scroll-element .scroll-bar{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.scrollbar-outer > .scroll-element .scroll-bar{background-color:#d9d9d9}.scrollbar-outer > .scroll-element .scroll-bar:hover{background-color:#c2c2c2}.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-outer > .scroll-content.scroll-scrolly_visible{left:-12px;margin-left:12px}.scrollbar-outer > .scroll-content.scroll-scrollx_visible{top:-12px;margin-top:12px}.scrollbar-outer > .scroll-element.scroll-x .scroll-bar{min-width:10px}.scrollbar-outer > .scroll-element.scroll-y .scroll-bar{min-height:10px}.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-14px}.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-14px}.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-14px}.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-14px}.scrollbar-macosx > .scroll-element,.scrollbar-macosx > .scroll-element div{background:none;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-macosx > .scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-macosx > .scroll-element .scroll-element_track{display:none}.scrollbar-macosx > .scroll-element .scroll-bar{background-color:#6C6E71;display:block;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;-ms-transition:opacity .2s linear;transition:opacity .2s linear}.scrollbar-macosx:hover > .scroll-element .scroll-bar,.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);filter:alpha(opacity=70);opacity:.7}.scrollbar-macosx > .scroll-element.scroll-x{bottom:0;height:0;left:0;min-width:100%;overflow:visible;width:100%}.scrollbar-macosx > .scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:0}.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar{height:7px;min-width:10px;top:-9px}.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar{left:-9px;min-height:10px;width:7px}.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer{left:2px}.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer{top:2px}.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-light > .scroll-element,.scrollbar-light > .scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-light > .scroll-element{background-color:#fff}.scrollbar-light > .scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-light > .scroll-element .scroll-element_outer{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.scrollbar-light > .scroll-element .scroll-element_size{background:#dbdbdb;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#dbdbdb),color-stop(100%,#e8e8e8));background:-webkit-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);background:-o-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);background:-ms-linear-gradient(left,#dbdbdb 0%,#e8e8e8 100%);background:linear-gradient(to right,#dbdbdb 0%,#e8e8e8 100%);-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.scrollbar-light > .scroll-element.scroll-x{bottom:0;height:17px;left:0;min-width:100%;width:100%}.scrollbar-light > .scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:17px}.scrollbar-light > .scroll-element .scroll-bar{background:#fefefe;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#fefefe),color-stop(100%,#f5f5f5));background:-webkit-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);background:-o-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);background:-ms-linear-gradient(left,#fefefe 0%,#f5f5f5 100%);background:linear-gradient(to right,#fefefe 0%,#f5f5f5 100%);border:1px solid #dbdbdb;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.scrollbar-light > .scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-light > .scroll-content.scroll-scrollx_visible{top:-17px;margin-top:17px}.scrollbar-light > .scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:0}.scrollbar-light > .scroll-element.scroll-y .scroll-bar{left:0;min-height:10px;width:10px}.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer{height:12px;left:2px;top:2px}.scrollbar-light > .scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer{left:2px;top:2px;width:12px}.scrollbar-light > .scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-19px}.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-19px}.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}.scrollbar-rail > .scroll-element,.scrollbar-rail > .scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-rail > .scroll-element{background-color:#fff}.scrollbar-rail > .scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-rail > .scroll-element .scroll-element_size{background-color:#999;background-color:rgba(0,0,0,0.3)}.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size{background-color:#666;background-color:rgba(0,0,0,0.5)}.scrollbar-rail > .scroll-element.scroll-x{bottom:0;height:12px;left:0;min-width:100%;padding:3px 0 2px;width:100%}.scrollbar-rail > .scroll-element.scroll-y{height:100%;min-height:100%;padding:0 2px 0 3px;right:0;top:0;width:12px}.scrollbar-rail > .scroll-element .scroll-bar{background-color:#d0b9a0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,0.5)}.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar{box-shadow:1px 1px 3px rgba(0,0,0,0.6)}.scrollbar-rail > .scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-rail > .scroll-content.scroll-scrollx_visible{margin-top:17px;top:-17px}.scrollbar-rail > .scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:1px}.scrollbar-rail > .scroll-element.scroll-y .scroll-bar{left:1px;min-height:10px;width:10px}.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer{height:15px;left:5px}.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size{height:2px;left:-10px;top:5px}.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer{top:5px;width:15px}.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size{left:5px;top:-10px;width:2px}.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-25px}.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-25px}.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-25px}.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-25px}.scrollbar-dynamic > .scroll-element,.scrollbar-dynamic > .scroll-element div{background:none;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-dynamic > .scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-dynamic > .scroll-element.scroll-x{bottom:2px;height:7px;left:0;min-width:100%;width:100%}.scrollbar-dynamic > .scroll-element.scroll-y{height:100%;min-height:100%;right:2px;top:0;width:7px}.scrollbar-dynamic > .scroll-element .scroll-element_outer{opacity:.3;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}.scrollbar-dynamic > .scroll-element .scroll-element_size{background-color:#ccc;opacity:0;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;-ms-transition:opacity .2s;transition:opacity .2s}.scrollbar-dynamic > .scroll-element .scroll-bar{background-color:#6c6e71;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar{bottom:0;height:7px;min-width:24px;top:auto}.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar{left:auto;min-height:24px;right:0;width:7px}.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer{bottom:0;top:auto;left:2px;-webkit-transition:height .2s;-moz-transition:height .2s;-o-transition:height .2s;-ms-transition:height .2s;transition:height .2s}.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer{left:auto;right:0;top:2px;-webkit-transition:width .2s;-moz-transition:width .2s;-o-transition:width .2s;-ms-transition:width .2s;transition:width .2s}.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer{overflow:hidden;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);filter:alpha(opacity=70);opacity:.7}.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size{opacity:1}.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar{height:100%;width:100%;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer{height:20px;min-height:7px}.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer{min-width:7px;width:20px}.scrollbar-chrome > .scroll-element,.scrollbar-chrome > .scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-chrome > .scroll-element{background-color:#fff}.scrollbar-chrome > .scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-chrome > .scroll-element .scroll-element_track{background:#f1f1f1;border:1px solid #dbdbdb}.scrollbar-chrome > .scroll-element.scroll-x{bottom:0;height:16px;left:0;min-width:100%;width:100%}.scrollbar-chrome > .scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:16px}.scrollbar-chrome > .scroll-element .scroll-bar{background-color:#d9d9d9;border:1px solid #bdbdbd;cursor:default;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.scrollbar-chrome > .scroll-element .scroll-bar:hover{background-color:#c2c2c2;border-color:#a9a9a9}.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar{background-color:#919191;border-color:#7e7e7e}.scrollbar-chrome > .scroll-content.scroll-scrolly_visible{left:-16px;margin-left:16px}.scrollbar-chrome > .scroll-content.scroll-scrollx_visible{top:-16px;margin-top:16px}.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar{height:8px;min-width:10px;top:3px}.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar{left:3px;min-height:10px;width:8px}.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer{border-left:1px solid #dbdbdb}.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track{height:14px;left:-3px}.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size{height:14px;left:-4px}.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer{border-top:1px solid #dbdbdb}.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track{top:-3px;width:14px}.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size{top:-4px;width:14px}.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-19px}.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-19px}.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}
/* End */


/* Start:/local/templates/aquarelle/js/select2/select2.css?17483525338248*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none; }
    .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-search--inline {
    float: left; }
    .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-selection--single .select2-selection__rendered {
    /*color: #444;*/
    line-height: 28px; }
  .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-selection--single .select2-selection__arrow {
    top: 0px;
    right: 0px;
    height: 100%;
    position: absolute; 
  }
    .select2-selection--single .select2-selection__arrow b {
      display: block;
    }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-results__option[role=group] {
  padding: 0; }

.select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-results__option--highlighted[aria-selected] {
  background-color: #5ab6f4;
  color: white; }

.select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
/* End */


/* Start:/local/templates/aquarelle/js/select2/select2.custom.css?1748352533982*/
.select2-selection.select2-selection--single{
    border: 1px solid #c2c2c2;
    border-radius: 0;
    outline: 0;
}
.select2.select2-container.select2-container--focus{
    outline: 0;
}
.select2-selection--single .select2-selection__rendered{
    /*color: #1a1a1a;*/
    line-height: 1.5;
    /*font-size: 18px;*/
    /*padding: 0.5em 16px;*/
    height: 44px;
}
.search-events .select2-selection--single .select2-selection__rendered{
    padding: 0 0;
    height: 32px;
}
.ab-p-form__in .select2-selection--single .select2-selection__arrow{
    padding: 20px 16px 0 0;
}
.ab-p-form__in .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    border-color: #888 transparent transparent transparent;
    border-width: 5px 4px 0 4px;
}
.ab-p-form__in .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-style: solid;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
/* End */


/* Start:/local/templates/aquarelle/css/measures.css?174835253212268*/
.measures-block-1, .measures-block-2, .measures-block-3, .measures-block-4, .measures-block-5 {
    position: relative;
    overflow: hidden;
}

.measures-block-1 h1 {
    position: absolute;
    z-index: 1;
    top: 46px;
    left: 0;
    width: 98%;
    /*margin-top: -30px;*/
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
}

.measures-block-1 .ab1-img {
    margin: 0px;
}

.measures-block-5 {
    background-color: #50cdeb;
    color: #fff;
    padding: 40px 50px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 65px;
}

.measures-block-2 {
    background-color: #f7f7f7;
    margin-top: 65px;
}

.measures-block-2_item {
    display: flex;
    padding: 0px 95px 27px 50px;
    cursor: pointer;
}

.measures-block-2_icons {
    padding: 50px 0px 25px;
}

.measures-block-2_icons, .measures-block-2_descr {
    float:left;
    width:50%;
}

.measures-block-2_descr_img {
    min-height: 545px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:100%!important;
}

.measures-block-2_item_circle {
    border-radius: 50%;
    width:90px;
    height:90px;
    border:2px solid #ff7e47;
    background-color: #ff7e47;
    flex-shrink: 0;
    background-size: contain;
}

.triangle_orange {
    height: 5px;
    margin: auto;
    flex-shrink: 0;
}

.disinfection .measures-block-2_item_circle, .temperature .measures-block-2_item_circle, .sanitizer .measures-block-2_item_circle, .markup .measures-block-2_item_circle {
    background-repeat: no-repeat;
    background-position: center;
}

.disinfection .measures-block-2_item_circle {
    background-image: url("/local/templates/aquarelle/css/../images/measures/safety_icon_001.svg");
}

.temperature .measures-block-2_item_circle {
    background-image: url("/local/templates/aquarelle/css/../images/measures/safety_icon_004.svg");
}

.sanitizer .measures-block-2_item_circle {
    background-image: url("/local/templates/aquarelle/css/../images/measures/safety_icon_002.svg");
}

.markup .measures-block-2_item_circle {
    background-image: url("/local/templates/aquarelle/css/../images/measures/safety_icon_003.svg");
}

.measures-block-2_item:active .measures-block-2_item_circle, .measures-block-2_item.active .measures-block-2_item_circle {
    background-color: #fff;
}

.measures-block-2_item:active .triangle_orange, .measures-block-2_item.active .triangle_orange {
    border: 5px solid transparent;
    border-left: 10px solid #ff7e47;
}

.measures-block-2_item:active .measures-block-2_item_text, .measures-block-2_item.active .measures-block-2_item_text {
    color: #ff7e47;
}

.measures-block-2_item.disinfection:active .measures-block-2_item_circle, .measures-block-2_item.active.disinfection .measures-block-2_item_circle {
    background-image: url("/local/templates/aquarelle/css/../images/measures/safety_icon_001_orange.svg");
}

.measures-block-2_item.temperature:active .measures-block-2_item_circle, .measures-block-2_item.active.temperature .measures-block-2_item_circle {
    background-image: url("/local/templates/aquarelle/css/../images/measures/safety_icon_004_orange.svg");
}

.measures-block-2_item.sanitizer:active .measures-block-2_item_circle, .measures-block-2_item.active.sanitizer .measures-block-2_item_circle {
    background-image: url("/local/templates/aquarelle/css/../images/measures/safety_icon_002_orange.svg");
}

.measures-block-2_item.markup:active .measures-block-2_item_circle, .measures-block-2_item.active.markup .measures-block-2_item_circle {
    background-image: url("/local/templates/aquarelle/css/../images/measures/safety_icon_003_orange.svg");
}

.measures-block-2_item_text {
    margin: auto;
    padding-left: 25px;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
}

.measures-block-2_item_text_mobile {
    position:absolute;
    visibility:hidden;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-size:13px;
    text-transform: uppercase;
    text-align:center;
    color:#1a1a1a;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.measures-block-4 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px -20px 65px;
}

.measures-block-4 .item_info {
    text-align: center;
    width:20%;
    /*max-width:200px;
    min-width:100px;
    margin: 0px auto 20px;*/
    text-align: center;
}

.measures-block-4 .item_info_i {
    margin: 0px 20px 20px;
}

.measures-block-4 .item_info span {
    color: #1a1a1a;
    font-size:18px;
}

.purple_circle {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
    background-color:#a082ff;
    margin: 0 auto;
    background-position:center;
    margin-bottom: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.title_info_measures {
    font-size:32px;
    text-align:center;
    color: #1a1a1a;
    margin: 60px 0px 45px;
}

.btn-see-more.safety {
    display: inline-block;
    border: 2px solid #fff;
    padding-left: 52px;
    padding-right: 52px;
    font-size: 14px;
    line-height: 2.7;
    padding-top: 5px;
    padding-bottom: 2px;
}

.btn-see-more.safety:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    height: 18px;
    width: 18px;
    background: url('/local/templates/aquarelle/css/../images/measures/pdf_adobe.png') no-repeat center;
    background-size: contain;
    margin-right: 10px;
}

.container_item_text_mobile {
    position:relative;
    margin: 0px 15px 15px;
    display:none;
}

.item_text_mobile__in {
    width:100%;
}

/*media*/

@media only screen and (max-width: 1280px) {
    .measures-block-2_item {
        padding: 0px 25px 27px 30px;
    }
}
/*
@media only screen and (max-width: 1180px) {
    .measures-block-4 .item_info {
        width:25%;
    }
}

@media only screen and (max-width: 920px) {
    .measures-block-4 .item_info {
        width:25%;
    }
}*/

@media only screen and (max-width: 1024px) {
    .measures-block-2_item {
        width: 25%;
        float: left;
        padding: 0px 0px 20px 0px;
    }
    .measures-block-2_icons {
        display: inline-block;
    }
    .measures-block-2_icons, .measures-block-2_descr {
        float:none;
        width:100%;
    }
    .triangle_orange, .measures-block-2_item_text {
        display:none!important;
    }
    .measures-block-2_item_circle {
        margin: auto;
    }
    .measures-block-2_icons {
        padding: 20px 30px 0px;
    }
    .measures-block-2 {
        margin-top: 30px;
    }
    .container_item_text_mobile {
        display:block;
    }
}

@media only screen and (max-width: 767px) {
    .measures-block-1 h1{
        top: 16px;
        font-size: 18px;
        line-height: 1.2em;
    }
    .title_info_measures{
        font-size: 18px;
        line-height: 1.2em;
        margin: 30px 0px 15px;
    }
    .measures-block-2_descr {
        /*width: auto;*/
        padding: 0px 14px 14px 14px;
    }
    .measures-block-2_descr_img {
        min-height: 330px;

    }
    .measures-block-4 .item_info {
        width:33.33333%;
    }
}

@media only screen and (max-width: 600px) {
    .measures-block-2_item_circle {
        width: 60px;
        height: 60px;
    }
    .measures-block-5 {
        padding: 20px;
        font-size: 13px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 540px) {
    .measures-block-4 .item_info {
        width:50%;
    }
}

@media only screen and (max-width: 420px) {
    .measures-block-4 .item_info {
        width: 100%;
    }
    .measures-block-4 .item_info_i {
        width: 100%;
        display: flex;
        margin: 0px 0px 20px;
    }
    .purple_circle {
        flex-shrink: 0;
        margin: auto;
        width: 100px;
        padding-bottom: unset;
        height:100px;
    }
    .measures-block-4 .item_info_i span {
        margin: auto;
        text-align: left;
        padding-left: 13px;
        font-size: 16px;
    }
    .measures-block-4 {
        margin: 0px 0px 15px 0px;
    }
}

@media only screen and (max-width: 419px) {
    .measures-block-2_icons {
        padding: 20px 10px 0px;
    }
}

/*.measures-map-block #mall-map-toolbar,*/
.measures-map-block #mall-map-levels {
    display: none;
}

.measures-map-block #mall-map-menu .map_menu-item .mall-map-svg {
    background-color: #4b4b82;
}

.measures-map-block #mall-map-menu .map_menu-item.selected .mall-map-svg {
    background-color: #ff36a4;
}

.measures-map-block #mall-map-menu .map_menu-item.selected {
    background-color: #ff36a4;
}

.measures-block-about {
    margin-bottom: 15px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .measures-block-about {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .measures-block-about__img-2 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .measures-block-about {
        margin-bottom: 9px;
    }
    .measures-block-about__img-1 {
        display: none;
    }
}
@media only print {
    .measures-block-about__img {
        width: 50%;
        height: auto;
        padding-bottom: 100%;
        font-size: 0;
        overflow: hidden;
        position: relative;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .measures-block-about__img img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .measures-block-about__img {
        width: 50%;
        height: auto;
        padding-bottom: 50%;
        font-size: 0;
        overflow: hidden;
        position: relative;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .measures-block-about__img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .measures-block-about__img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .measures-block-about__img img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}
@media only print {
    .measures-block-about__text {
        width: 50%;
        padding: 0 28px 0 39px;
    }
}
@media only screen and (min-width: 768px) {
    .measures-block-about__text {
        width: 50%;
        padding: 0 28px 0 39px;
    }
}
@media only screen and (max-width: 767px) {
    .measures-block-about__text {
        width: 100%;
        padding: 0;
    }
}
.measures-block-about__text p.measures-block-about__text-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}
@media only print {
    .measures-block-about__text p.measures-block-about__text-title {
        margin-top: 0;
        margin-bottom: 28px;
    }
}
@media only screen and (min-width: 768px) {
    .measures-block-about__text p.measures-block-about__text-title {
        margin-top: 0;
        margin-bottom: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .measures-block-about__text p.measures-block-about__text-title {
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
}
.measures-block-about__text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #333333;
    text-align: justify;
}
.measures-block-about__text ul{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #333333;
    list-style: disc;
    padding-left: 20px;
}

.measures-block-about__text li{
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    list-style: disc;
}
.measures-block-about__text .btn-see-more {
    width: auto;
    background: #4b4b82;
    max-width: 280px;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1;
    text-transform: none;
    font-weight: 400;
}
.measures-block-about__text .btn-see-more:hover {
    background: #ff36a4;
}
/* End */


/* Start:/local/templates/aquarelle/js/fancybox3/jquery.fancybox.css?174835253317624*/
@charset "UTF-8";
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

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

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

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

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

.fancybox-slide--image {
  overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

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

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

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

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

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

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

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

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

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

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

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

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

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/* End */


/* Start:/local/templates/aquarelle/components/bitrix/search.suggest.input/top_search_suggest/style.css?1748352532501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/aquarelle/components/asd/subscribe.quick.form-custom/subscription/style.css?1748352532305*/
.agree_link_subscribe
{
    text-decoration: underline;
}

.agree_link_subscribe:hover
{
    text-decoration: none;
}

.m3-col-1__title{
    position: relative;
    overflow: hidden;
}

.asd_category{
    position: absolute; right: 100%; margin-right: 10px;
}

.sign-up-form-in {
    position: relative;
}
/* End */


/* Start:/local/templates/aquarelle/styles.css?17483525332681*/
/*Стили только для визуального редактора*/
body[contenteditable='true'] .h6 {
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.4em;
    font-size: 26px;
    margin: 30px 0 25px;
}
body[contenteditable='true'] .image {
    font-size:0;
    width: 100%!important;
    height:auto;
    margin: 50px 0;
}
body[contenteditable='true'] .image>img {
    width: 100%!important;
    height:auto;
}

body[contenteditable='true'] .side-big-text {
    font-size: 32px;
    line-height: 1.2em;
    color: #4B4B82;
    font-weight: 300;
    float: left;
    width: 38%;
    margin: 8px 12% 0 0;
}

body[contenteditable='true'] .side-big-text::before {

    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #4B4B82;
    margin-bottom: 24px;
    color: #4B4B82;

}
/*таблица*/
body[contenteditable='true'] .tbl-lines {
    line-height: 1.2em;
    width: 100%;
    font-size: 14px;
    margin: 36px 0;
}

body[contenteditable='true'] .tbl-lines td {
    line-height: 1.2em;
    color: #696D71;
    border-top: 1px solid #E8E8E8;
    text-align: left;
    padding: 12px 5px;
    font-size: 14px;
}

body[contenteditable='true'] .tbl-lines td:last-child {
    text-align: right;
    padding-right: 0;
}

body[contenteditable='true'] .tbl-lines td:first-child {
    padding-left: 0;
}

body[contenteditable='true'] .tbl-lines tr:first-child > td {
    border-top: none;
}

body[contenteditable='true'] .tbl-caption > td {
    color: #9EA9B2;
}


body[contenteditable='true'] .big-numeric-list {
    counter-reset: heading;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 45px;
}

body[contenteditable='true'] .big-numeric-list li {
    position: relative;
    padding-left: 50px;
    margin-top: 45px;
}

body[contenteditable='true'] .big-numeric-list li > .h6 {
    margin-bottom: 8px;
    overflow: hidden;
}

body[contenteditable='true'] .big-numeric-list li > p {
    overflow: hidden;
}

body[contenteditable='true'] .big-numeric-list li > *:first-child {
    margin-top: 0;
}

body[contenteditable='true'] .big-numeric-list li:before {
    counter-increment: heading;
    content: counter(heading);
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 14px;
    line-height: 21px;
    padding-top: 4px;
    color: #ffffff;
    background: #4B4B82;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body[contenteditable='true'] .big-numeric-list li:before {
    position: absolute;
    top: 2px;
    left: 2px;
}

/* End */


/* Start:/local/templates/aquarelle/template_styles.css?1748352533851*/
a:not([class]){
    text-decoration: underline;
    color: #50cdeb;
}

.s-blog-i__info a,
.card-block a,
.soc-icon a,
.root-item a,
.city-filter-list a,
footer .footer--contacs a{
    color: inherit;
    text-decoration: none;
}

.ab-p-contacts__space {
    height: 60px;
}

.map_download_button {
    position: absolute;
    right: 130px;
    z-index: 100;
    width: 270px;
}

@media only screen and (min-width: 1025px) {
    .map_download_button {
        right: 130px;
    }
}

@media only screen and (max-width: 400px) {
    .map_download_button {
        width: 150px;
    }
    .map_download_button .downloadlink_by_level {
        line-height: 1.9;
    }
}

@media only screen and (max-width: 1024px) {
    .map_download_button {
        right: 5px;
    }
}

.ab-p-10__img{
    z-index:0!important;
}
.ab-p-10__info{
    z-index:1!important;
}
/* End */
/* /local/templates/aquarelle/css/main.css?1748352532100191 */
/* /local/templates/aquarelle/css/main_pushkino.css?1748352532743 */
/* /local/templates/aquarelle/css/custom.css?174835253212932 */
/* /local/templates/aquarelle/css/media.css?174835253252142 */
/* /local/templates/aquarelle/js/swiper4/swiper.min.css?174835253319778 */
/* /local/templates/aquarelle/js/swiper/swiper_site.css?17483525334535 */
/* /local/templates/aquarelle/js/scrollbar/jquery.scrollbar.min.css?174835253318327 */
/* /local/templates/aquarelle/js/select2/select2.css?17483525338248 */
/* /local/templates/aquarelle/js/select2/select2.custom.css?1748352533982 */
/* /local/templates/aquarelle/css/measures.css?174835253212268 */
/* /local/templates/aquarelle/js/fancybox3/jquery.fancybox.css?174835253317624 */
/* /local/templates/aquarelle/components/bitrix/search.suggest.input/top_search_suggest/style.css?1748352532501 */
/* /local/templates/aquarelle/components/asd/subscribe.quick.form-custom/subscription/style.css?1748352532305 */
/* /local/templates/aquarelle/styles.css?17483525332681 */
/* /local/templates/aquarelle/template_styles.css?1748352533851 */
