@charset "UTF-8";
@font-face {
    font-family: 'Aqua';
    src: url("../fonts/Circe-ExtraBold.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

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

@font-face {
    font-family: 'Aqua';
    src: url("../fonts/CRC55.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Aqua';
    src: url("../fonts/CRC35.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aqua';
    src: url("../fonts/CRC25.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../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: #45aecb;
    color: #ffffff;
}

::-moz-selection {
    background: #45aecb;
    color: #ffffff;
}

select {
    border: 1px solid #45aecb;
}

body {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    min-width: 320px;
    position: relative;
	background-color:#001932;
    overflow-x: auto;
		background: rgb(2,0,36);
		background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,25,50,1) 49%, rgba(0,47,94,1) 100%);
	
		background-image: url('../images/river-fon.jpg');
		background-size: cover;
		background-position: inherit;
}

.main {
    padding: 30px 3% 0px 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: 130px;
}

.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: #45aecb;
}

.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: #777777;
}

.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: 5px 3% 5px;
}

.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: 300px;
    width: 300px;
}

.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-3 .top-links--item a:hover span.top_link_text,
.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: #45aecb;
}

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

.h-col-2 {
    width: 30%;
    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: #ffffff;
    /*&: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('../images/tc-poisk.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("../images/tc-poisk.png");
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    z-index: 100;
}

.main-search .icon-lince {
    background-image: url("../images/tc-poisk.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("../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: #122940;
    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: #fff;
		background: rgb(255 255 255);
		background: linear-gradient(135deg, rgb(242 248 255) 0%, rgb(255 255 255) 50%, rgb(255 255 255 / 60%) 100%);
}

.footer--blue-banner a.f-col-1 {
    display: inline-block;
    padding: 32px;
    color: #4791de;
	font-weight: 600;
	font-size: 1.0em;
}

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

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

.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: #fff;
    line-height: 1.4;
}


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

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

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

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

.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: #ffffff00;
    margin-top: 5px;
}

/*
.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: 32px 0px;
    color: #fff;
}

.main-nav__social .soc-block a {
    color: #45aecb;
}

.main-nav__social .soc-block a:hover {
    color: #6eb4fd;
}

.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: #45aecb;
}


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

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

.main-nav--item.selected {
    color: #45aecb;
}

.main-nav--item span {
    z-index: 200;
	font-size: 1.0em;
}

.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: 100px;
    min-width: 90%;
    z-index: -1;
    transition: all .1s linear 0s;
}

.main-nav--item .circle:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 40px;
    transform: skewX(0deg);
		border-radius: 30px;
		border-bottom: 0px;
}

.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: #45aecb;
}

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

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

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

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

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

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

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

.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: #4791de;
		background: rgb(71,145,222);
		background: linear-gradient(135deg, rgb(11 36 63) 0%, rgba(71,145,222,1) 50%, rgba(71,145,222,0.6250875350140056) 100%);
}

.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__top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    height: 100%;
    width: 100%;
    font-size: 0;
    padding: 0 5%;
    background-color: #4791de;

    /*
    background-image: url("../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("../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: #45aecb;
    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: "\2714";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    background-color: #80ff06;
}

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

.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: #6eb4fd;
    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: #45aecb;
}

/* 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: 55.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: 93.3%;
    /*
    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: #45aecb;
}

.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("../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("../images/footer-pattern-3.png") no-repeat left top;
    background-size: 100%;
    font-size: 16px;
    /*
    background-image: url(../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("../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("../images/about-us/about-3-1.jpg");
}

.about-block-3 .ab3-col-2 {
    background-image: url("../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: #45aecb;
    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: 5.333333% 10.166667% 10.333333% 10.166667%;
}

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

.about-block-5 {
    background-color: #45aecb3b;
}

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

.about-block-6 {
    background-image: url("../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: #45aecb;
}

.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: #45aecb;
}

.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: #45aecb;
    opacity: 1;
    cursor: default;
}

.btn-see-more.reverse.active:hover {
    background-color: #45aecb;
}

.btn-see-more.reverse.deactive:hover {
    background-color: #45aecb;
}

.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: #45aecb; */
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    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: #122940;
    padding: 86px 248px;
		    background: rgb(18,41,64);
			background: linear-gradient(180deg, rgba(18,41,64,1) 0%, rgba(18,41,64,0.8631827731092436) 53%, rgba(255,255,255,0) 100%);
}

.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: left;
}

.about-block-9 .btn-about-us-submit {
    -webkit-appearance: none;
    display: inline-block;
    padding: 0 25px;
    margin-top: 45px;
    background-color: #45aecb;
    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: 18px;
    color: #3caecb;
    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: #45aecb;
}

.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 #45aecb;
}

.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: 20px 15px 20px;
    background-color: #122940;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;		
		color: #fff;
		background: rgb(18,41,64);
		background: linear-gradient(180deg, rgba(18,41,64,1) 0%, rgba(18,41,64,0.8631827731092436) 53%, rgba(255,255,255,0) 100%);
}

.category-menu .item {
    margin-bottom: 5px;
    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: 0px;
    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: #45aecb;
}

.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;
    margin-bottom: 3px;
    /* background: #122940; */
    padding: 0px;
	padding-top: 30px;
	padding-bottom: 70px;
}

.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: 97%;
}

.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;
		background: #ad3;
}

.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: #122940;
    padding: 15px 5%;
}
.actions-col-1.p-sticky .events-filters__wrapper {
    background-color: #122940;
}

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

.events-filters {
    display: table;
    width: 100%;
    height: 32px;
    text-align: center;
    background-color: #01122e;
    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: #45aecb;
}

/*
.events-filters.events-page {
    text-transform: uppercase;
}
*/

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

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


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

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

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

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

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

.map-col-2 .map-description__p span {
    color: #45aecb;
}

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

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

.brands {
    position: relative;
    background-color: #45aecb;
    /*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: #45aecb;
}


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

#mall-map-level3 {
    color: #a4e266 !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: #45aecb;
    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: #45aecb;
}

.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: #122940;
    padding: 25px 25px 10px;
}

/*
.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(../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: #45aecb;
}

.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: #45aecb;
    cursor: pointer;
	border: 1px solid #2f5e8d;
		/* background: #eaeaea; */
}

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

.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: 16px;
    line-height: 1;
    font-weight: 700;
    color: #434343;
    bottom: auto;
    right: auto;
    text-align: center;
}

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

.custom-header {
    background-color: #122940;
    padding: 0px 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: #fff;
}

.custom-header a:hover {
    color: #45aecb;
}

.custom-header #current-month {
    color: #45aecb;
    width: 36%;
}

.nav-month-navigation {
    color: #fff;
	cursor: pointer;
}

.nav-month-navigation:hover {
    color: #45aecb;
}

.cldr-events span {
    color: #45aecb !important;
    cursor: pointer;
}

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

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

.shop-card__nav.bg-blue {
    background-color: #45aecb00;
    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: #45aecb;
}

.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: 70px;
    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: 30%;
    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: 4.333333%;
}

.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: #6eb4fd;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding: 15px 28px;
    font-size: 12px;
    border-radius: 2px;
    text-transform: uppercase;
}

.m3-col-1__text a.shop-card__content__info__floor-link {
    display: inline-block;
    background-color: #6eb4fd;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding: 15px 28px;
    font-size: 1em;
    border-radius: 2px;
    text-transform: uppercase;
}

.m3-col-1__text a.shop-card__content__info__floor-link {
    top: 65px;
	left: 100px;
    position: relative;
    float: right;
}

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

.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: #45aecb;
}

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



.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: #45aecb;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.shop-card__content__info__headline span {
    font-size: 40%;
    line-height: 1;
    font-weight: 600;
    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: #45aecb;
    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, .shop-card__content__info__breadcrumbs a:not([class]) {
    padding-left: 4px;
		background: #fff;
		border-radius: 30px;
		display: inline-block;
		margin: 3px;
		padding: 3px 10px;
}
.shop-card__content__info__breadcrumbs a + a:hover, .shop-card__content__info__breadcrumbs a:hover {
	background: #eefcff;
}

.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: #6eb4fd;
}

.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: #6eb4fd;
}

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

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

.card-event-type.type-collection {
    background-color: #45aecb;
}

.card-block {
    position: relative;
    padding: 20px 15px 20px;
    /*margin-bottom: 28px;*/
    color: #4c4c4c;
    background-color: #ffffff;
    height: 225px;
    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: #ffffff00;
    height: 30px;
    overflow: hidden;
    font-size: 0;
}
.card .card-footer {
    /*position: absolute;
  bottom: 30px;
  width: 78.72%;*/
    background-color: #ffffff00;
    height: 30px;
    overflow: hidden;
    font-size: 0;
}

.card-footer a {
	display: none;	
}

.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('../images/404-bg.jpg');*/
    background-color: #45aecb;
    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("../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: #81a1c1;
    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: black; */
    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: "\f100";
}

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

.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-telegram:before {
    content: "\f2c6";
}

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

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

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

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

.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: #0092e1;
}

.side-menu .soc-block .soc-icon a:hover {
    color: #45aecb;
}

.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: #45aecb 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: #45aecb 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: #45aecb;
}

.sm-text {
    font-size: 1.7em;
    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: #45aecb;
}

.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: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    /* transition: opacity 200ms ease 0ms, background 200ms ease 0ms; */
    z-index: 501;
    opacity: 0;
	/* background-color: #4791de; */
    border-radius: 100px;
}

.uplink.visible {
    opacity: 0.5;
}

.uplink.active, .uplink:active {
    opacity: 1;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzMy45NjgsMjc4LjY1N0wyNDguMzg3LDkyLjc5Yy03LjQxOS03LjA0NC0xNi4wOC0xMC41NjYtMjUuOTc3LTEwLjU2NmMtMTAuMDg4LDAtMTguNjUyLDMuNTIxLTI1LjY5NywxMC41NjYgICBMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMyAgIGM2Ljg1NCw3LjIzLDE1LjQyLDEwLjg1MiwyNS42OTcsMTAuODUyYzEwLjI3OCwwLDE4Ljg0Mi0zLjYyMSwyNS42OTctMTAuODUyTDIyMi40MSwyMTMuMjcxTDM2MS4xNjgsMzUxLjc0ICAgYzYuODQ4LDcuMjI4LDE1LjQxMywxMC44NTIsMjUuNywxMC44NTJjMTAuMDgyLDAsMTguNzQ3LTMuNjI0LDI1Ljk3NS0xMC44NTJsMjEuNDA5LTIxLjQxMiAgIGM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.uplink {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzMy45NjgsMjc4LjY1N0wyNDguMzg3LDkyLjc5Yy03LjQxOS03LjA0NC0xNi4wOC0xMC41NjYtMjUuOTc3LTEwLjU2NmMtMTAuMDg4LDAtMTguNjUyLDMuNTIxLTI1LjY5NywxMC41NjYgICBMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMyAgIGM2Ljg1NCw3LjIzLDE1LjQyLDEwLjg1MiwyNS42OTcsMTAuODUyYzEwLjI3OCwwLDE4Ljg0Mi0zLjYyMSwyNS42OTctMTAuODUyTDIyMi40MSwyMTMuMjcxTDM2MS4xNjgsMzUxLjc0ICAgYzYuODQ4LDcuMjI4LDE1LjQxMywxMC44NTIsMjUuNywxMC44NTJjMTAuMDgyLDAsMTguNzQ3LTMuNjI0LDI1Ljk3NS0xMC44NTJsMjEuNDA5LTIxLjQxMiAgIGM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.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 #45aecb;
    border-bottom: 1px solid #45aecb;
    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: #45aecb;
    display: block;
    position: relative;
    margin-left: 0;
    padding: 11px 18px 11px 12px;
    border: 1px solid #45aecb;
    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: #45aecb;
    cursor: pointer;
}

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

.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("../images/tc-poisk.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: #45aecb;
}

.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: #45aecb;
}

/*** Search page styles ***/

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

.main-content .search-page .icon-lince {
    background-image: url(../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: #45aecb;
    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: #45aecb;
    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: #45aecb;
    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: #45aecb;
}

.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: #45aecb;
}

.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: #45aecb;
    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: 2em;
    text-transform: uppercase;
    color: #3caecb;
    padding-bottom: 50px;
}

/*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: #45aecb;
}

.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 #45aecb;
}

.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 #4791de;
    padding: 10px 15px;
    color: #4791de;
    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;
}

/* none */
.a-backlink,
.sign-up-banner .sign-up-banner__bottom .m3-col-4,
/* .shop-card__nav-center, */
.shop-card__nav.bg-gray, 
.shop-card__nav.bg-gray .shop-card__nav-center img.shop-card__nav-brand-image, 
.events-filters.events-page, 
span.select2-selection.select2-selection--single 
	{ display: none; }


/* menu */
nav.main-nav a:nth-child(1)  {
	color: #ffffff;
	border-bottom: 0px solid;
}
a.parent-item.main-nav--item.selected:nth-child(2) span:nth-child(2), 
a.parent-item.main-nav--item.selected:nth-child(3) span:nth-child(2), 
a.parent-item.main-nav--item.selected:nth-child(4) span:nth-child(2), 
a.parent-item.main-nav--item.selected:nth-child(5) span:nth-child(2), 
a.parent-item.main-nav--item.selected:nth-child(6) span:nth-child(2), 
a.parent-item.main-nav--item.selected:nth-child(7) span:nth-child(2), 
a.parent-item.main-nav--item.selected:nth-child(8) span:nth-child(2), 
a.parent-item.main-nav--item.selected:nth-child(9) span:nth-child(2) {
    border-bottom: 2px solid;
}

.actions-col-1.p-sticky.isfilter .item-category-name.nogroup,
.category-menu.category-menu-map-active .item.active > .item-category-name,
.item-category-name.nogroup {
    padding: 7px 10px;
    border-radius: 30px;
}
.actions-col-1.p-sticky.isfilter .item:not(.active) .item-category-name:hover, 
.actions-col-1.p-sticky.isfilter .category-list .item:hover,
.item:not(.active) .item-category-name:hover {
    opacity: 0.8;
    color: #ffffff;
    background: #45aecb;
    padding: 7px 10px;
    border-radius: 30px;
}
.category-menu.category-menu-map-active .item.active > .item-category-name, .category-menu.category-menu-map-active .item.active > .item-element-name {
    color: #ffffff;
    background: #4791de;
}



/* radius */
/* .top-links--item img, */
.main-search .form-control, 
.shop-card__nav-center img,
.main-content, 
.items, 
.owl-carousel .owl-stage-outer, .owl-carousel.owl-drag .owl-item, .owl-carousel .owl-item img,
.m1-col_1-2 .m1-col__in, .m1-col_2-3 .m1-col__in,
.main-banner-image-block.contain, .main-banner-image-block.contain img,
.main-content .need-more-results,
.select2-container--default .select2-selection--multiple,
.m3-col-2 label:before,
.map-col-2 .map-description,
.events-filters,
.events-filters > div,
.shop-card__content .shop-card__slider-wrapper, .shop-card__content .shop-card-col-2,
.shop-card__content .shop-card-col-2 .shop-card__content__info__floor-link,
.select2.select2-container--default .select2-selection--single,
.fc-calendar .fc-row > div > span.fc-date.fc-date_now,
.fc-calendar .fc-row > div > span.fc-date.fc-date_has-events,
.fc-calendar .fc-row > div > span.fc-date.fc-date_has-events.fc-date_active,
.fc-calendar .fc-row > div > span.fc-date.fc-date_has-events:hover,
.cardsList.eventsList .actions-col-4 .card,
.shop-card-swiper,
.interactive-img,
.about-us__input, .about-us__textarea, .select2-container--form .select2-selection--single, .file-area, .agree_div_about label:before, .about-block-9 .btn-about-us-submit,
.about-block-9,
.about-block-5,
.actions-col-4 .card,
.m3-col-1__text a.shop-card__content__info__floor-link,
.category-list .item .category-list__item__label, 
.radius-30
	{ border-radius: 30px !important; }
	
.card-event-type.type-stock,
.card-event-type.type-news,
.card-event-type.type-sale,
.card-event-type.type-collection
	{ border-radius: 30px 0 30px 0 !important; }
	
.category-list, 
.category-list__item-image-inner, .category-list .item .category-list__item__logo,
.actions-col-4, 
.entertainment-col-4
	{ border-radius: 100% !important; }
.category-list .item
	{ border-radius: 60px !important; }
	
.footer--blue-banner .negative-margin,
.category-menu.category-menu-map-active.visible_1440,
.actions-col-1.p-sticky .events-filters__wrapper,
.about-block-9
	{ border-radius: 0 0 30px 30px; }
	
.sign-up-banner,
.category-search.visible_1440,
.events-filters__wrapper,
.search-events
	{ border-radius: 30px 30px 0 0; }
	
.sign-up-form input[type="text"], .sign-up-form input[type="email"] 	
	{ border-radius: 30px 0 0 30px; }
	
.sign-up-form button, .sign-up-form input[type="submit"]
	{ border-radius: 0 30px 30px 0; }
	
/* contur */
.main-content span.items	
	{ border: 4px solid #ffffff91; }	

/* slider */
.owl-theme .owl-dots .owl-dot.active span
	{background:#45aecb !important;}
.owl-theme .owl-dots .owl-dot span
	{background:#fff !important;}

/* effect */
.items,
.main-banner-image-block,
.category-list .item {
    opacity: 1;
	transform: scale(1.0);
    transition: all 300ms;
	filter: sepia(0%);
}
.items:hover,
.main-banner-image-block:hover{
    opacity: 1;
	transform: scale(1.05);
    transition: all 300ms;
	filter: sepia(0%);

}
.category-list .item {
	transform: scale(0.7);
	border: 4px solid #ffffff38;
	border-radius: 30px;
	transform: rotate(-5deg);
}
.category-list .item:hover {
    opacity: 1;
	transform: scale(0.8);
    transition: all 300ms;
	filter: sepia(0%);
	/* transform: rotate(-5deg); */

}

/* .actions-col-4:hover  {
	background-color: #ffffff00;
} */

.search-page input.search-suggest	{
	height: 45px !important;
	border-radius: 30px; 
	padding: 5px 10px;
	font-size: 18px;
	width: 68%;
}
.search-page input[type="submit"] {
	display: inline-block;
    background-color: #6eb4fd;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    padding: 15px 28px;
    font-size: 0.8em;
    text-transform: uppercase;
	border-radius: 30px; 
}
font.notetext {
    color: #ffe200de;
}

.search-page table,
.search-page small,
.search-page font.text,
.search-page p,
.search-page p span {
    color: #fff;
}

.search-page hr {
    border: 1px dashed #ccc;
	margin: 40px 0px;
}

.search-page small a:not([class]) {
    font-size: inherit;
	font-weight: inherit;
}
.map-description p {
    font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0px 0px !important;
}
.map-description a.map-btn {
    line-height: 1.5em !important;
    padding: 5px 5px !important;
    margin-top: 10px;
    margin-bottom: 20px;
	width: 200px !important;
	border-radius: 30px !important;
}
.map-col-2 .map-list li {
    margin-bottom: inherit;
}

.negative-margin iframe {
    border-radius: 30px;
}
.negative-margin .map-col-1 {
    width: 62.666667%;
    float: right;
}
	.search-page a:not([class]) {
	   font-size: 28px;
	   font-weight: 400;
	   padding-bottom: 20px;
	   display: inline-block;
	}

.main-content table.data-table { color: #fff; }
	.main-content { color: #fff;}
	.main-content p { padding: 10px 0px; }

.shop-card__content {
    color: #000 !important;
}
p.f2-col-2-mrg a { font-size: 13px; }



div#cooperation span.btn-see-more-invert.queryformtheme {
    border-radius: 30px;
	line-height: 1.5;
	padding: 15px 10%;
	background-color: #B9E4EF;
}

.ab-p-1__in.swiper-container.swiper-container-horizontal.swiper-container-fade {
    background: #10486f;
    border-radius: 30px;
}

.menu-floor-block .menu-floor-block-content > a > p {
    font-family: inherit !important;
    font-size: 20px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.infoBallunContent { border-radius: 10px; }
span.uplink.visible { margin-bottom: 50px !important; }

.ab-p-1__left:before {
    left: 30px !important;
}
.ab-p-1__right:before {
    left: 30px !important;
}


@media screen and (max-width: 500px) {
	.menu-floor-block-content > a {
		padding-left: 14px !important;
		padding-right: 15px !important;
	}
	.negative-margin iframe {
		height: 185px !important;	
	}	

}


.mouse-parallax {
		height: 1110px;
		position: relative;
		/* overflow: hidden; */
	}
	.mouse-parallax-bg,
	.mouse-parallax-sky-1,
	.mouse-parallax-sky-2 {
		position: absolute;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 95%;
		height: 112%;
		transition: all 0.1s ease;  
		/* background-image: url("../images/river-fon.jpg"); */
	}
	.mouse-parallax-sky-1 {
		background-image: url("../images/river-fon-1.png");
	}
	.mouse-parallax-sky-2 {
		background-image: url("../images/river-fon-2.png");
		left: 0%;
	}
	
	

.header-menu {
		transition: top 0.7s;
		top: -80px;		
		padding-top: 90px;
		margin-bottom: -90px;
	}

	.header-menu.fixed {
		width:100%;
		position: fixed;
		z-index: 210;
		background: #000018;
		box-shadow: 0 10px 30px #000000c2;
		top: 0px;
		padding-top: 10px;
		margin-bottom: 0px;
	}
	.header-menu.fixed ~ .main {
	  margin-top:210px;
	}
	.header-menu.fixed .marquee {
	  display: none;
	}
	.header-menu.fixed .h-row-1 {
		height: 58px;
		margin-top: 5px;
	}
	.header-menu.fixed .main-nav--item {
		padding: 12px 1.4%;
	}
	.header-menu.fixed .main-nav, 
	.header-menu.fixed .main-nav__all {
		height: 40px !important;	
	}
	.header-menu.fixed header {
		padding: 5px 3% 5px !important;
	}
	.header-menu.fixed .main-nav__social .soc-block {
		padding: 10px 0px;
	}
	.header-menu.fixed .main-nav--item {
		height: 40px;
	}
	.header-menu.fixed .main-nav--item .circle:before {
		padding-bottom: 40px;
	}
	.mouse-parallax.fixed .mouse-parallax-sky-1, 
	.mouse-parallax.fixed .mouse-parallax-sky-2  {
		top: -200px;
	}
	
	.fancybox-iframe, .fancybox-slide--iframe .fancybox-content {
		border-radius: 30px;
	}
	.card-footer {
		background-color: #ffffff00;
		height: 80px;
	}
	

@media screen and (max-width: 1024px) {
	.p-sticky {
		top: 0px !important;
	}	
	
	.menu-floor-block .menu-floor-block-content > a > p {
		font-family: inherit !important;
		font-size: 20px !important;
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}
	.menu-floor-block-content > a {
		padding-left: 10% !important;
		padding-right: 10% !important;
		text-wrap: nowrap !important;
	}
	a.v-a-m {
		text-wrap: nowrap !important;
	}
}

@media (max-width: 736px) and (min-width: 501px) {
	
	body {
		background-image: none;
		background: rgb(2,0,36);
		background: linear-gradient(135deg, rgba(2,0,36,1) 0%, rgba(0,25,50,1) 49%, rgba(0,47,94,1) 100%);
	}
	
	.header-menu.fixed {
		display: none;
	}
	
	.menu-floor-block .menu-floor-block-content > a > p {
		font-family: inherit !important;
		font-size: 20px !important;
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}
	.menu-floor-block-content > a {
		padding-left: 10% !important;
		padding-right: 10% !important;
		text-wrap: nowrap !important;
	}
}



@media screen and (max-width: 500px) {
	
	body {
		background-image: none;
		background: rgb(2,0,36);
		background: linear-gradient(135deg, rgba(2,0,36,1) 0%, rgba(0,25,50,1) 49%, rgba(0,47,94,1) 100%);
		min-width: 360px;
	}
	
	.mouse-parallax.fixed .mouse-parallax-bg,
	.mouse-parallax.fixed .mouse-parallax-sky-1,
	.mouse-parallax.fixed .mouse-parallax-sky-2
	{
		width: 90%;
	}
	
	.header-menu.fixed {
		top: -10px;
		padding-top: 0px;
		height: 110px;
	}
	.header-menu.fixed .top-links--item {
		vertical-align: top !important;
	}
	.header-menu.fixed ~ .main {
	  margin-top:230px;
	}
	.category-list {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	
	.menu-floor-block .menu-floor-block-content > a > p {
		font-family: inherit !important;
		font-size: 17px !important;
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}
	.menu-floor-block-content > a {
		padding-left: 5% !important;
		padding-right: 5% !important;
		text-wrap: nowrap !important;
	}
		
	span.uplink.visible {
		display: none;
	}
	.ab-p-1__left {
		left: -50px !important;
	}
	.shop-card__content .shop-card-col-1, .shop-card__content .shop-card-col-2 {
		width: 85% !important;
	}
	iframe.fancybox-iframe body {
		background: none !important;
		background-image: none !important;
	}
	.text-primary {
		font-size: 12px !important;
	}
	.search-page input.search-suggest {
		width: 60%;
	}
	
	
}


@media screen and (max-width: 405px) {
	.shop-card__content .shop-card-col-1, .shop-card__content .shop-card-col-2 {
		width: 100% !important;
	}
	
}	
	
	