 width */
::-webkit-scrollbar {
    width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.wraper-page-full {
    width: 100%;
    float: left;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/images/background.png);
}

.header-section {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.logo-header {
    float: left;
    padding: 10px;
    background: white;
    border-radius: 30px 0px 0px 30px;
    border: 1px solid #ccc;
    margin-left: 5px;
    border-right: 0;
    width: 220px;
    height: 62px;
}

.section-nav ul.nav {
    float: left;
    padding: 5px;
    background: white;
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 0px 30px 30px 0px;
}

.section-nav {
    float: left;
    width: calc(100% - 255px);
    padding-right: 5px;
}

ul.nav li {
    float: left;
    position: relative;
    border-radius: 30px;
    transition: all 0.7s ease;
    margin-left: 20px;
}

li.nav-active {
    background-image: linear-gradient(52deg, #E31397 0%, #7b3395 48%, #0b109ff2 75%);
}

.section-nav ul.nav a {
    margin: 0;
    padding: 3px 25px;
    color: #0b109f;
    font-weight: bold;
}

.section-nav ul.nav a p {
    margin: 0;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    font-size: 13px;
}

.section-nav ul.nav>li:hover {
    background-image: linear-gradient(52deg, #0b109ff2 0%, #7b3395 48%, #E31397 75%);
}

.section-nav ul.nav a:hover {
    background: transparent;
}

.section-nav ul.nav>li:hover>a {
    color: white !important;
}

.section-nav ul.nav li.nav-active a {
    color: white;
}

.menu-nav-child {
    position: absolute;
    top: 100%;
    left: -10px;
    padding-top: 10px;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease;
    width: 200px;
}

ul.nav-child {
    float: left;
    padding: 0;
    list-style: none;
    border-radius: 10px;
    border: 1px solid #ededed;
    background: white;
}

ul.nav li:hover .menu-nav-child {
    opacity: 1;
    z-index: 99;
}

ul.nav-child li {
    width: 100%;
    float: left;
    margin: 0;
}

ul.nav-child li a {
    color: #0b109f !important;
}

.search-header {
    float: right;
}

.label-map-active {
    float: right;
    margin-left: 50px;
    background-image: linear-gradient(52deg, #E31397 0%, #7b3395 48%, #0b109ff2 75%);
    position: relative;
    padding: 6px 35px;
    border-radius: 30px;
    color: white;
    padding-right: 50px;
}

ul.nav-child li a {
    padding: 6px !important;
    float: left;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

a.btn-search {
    padding: 6px 30px;
    border: 1px solid #ccc;
    background: white;
    float: left;
    border-radius: 30px;
    font-weight: 600;
    color: #0b109f;
    text-align: center;
    padding-left: 55px;
    position: relative;
    text-decoration: none;
}

a.btn-search p {
    margin: 0;
    font-weight: 500;
    font-size: 12px;
}

a.btn-search:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/images/search-color.png) no-repeat center;
    background-size: cover;
    top: 12px;
    left: 12px;
}

.label-map-active p {
    margin: 0;
    font-size: 16px;
    float: left;
    margin-top: 16px;
    line-height: 10px;
}

.label-map-active span {
    font-weight: bold;
    font-size: 24px;
    float: left;
    border-right: 2px solid white;
    line-height: 18px;
    margin: 10px 0px;
    padding-right: 8px;
    margin-right: 8px;
}

.label-map-active:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(/images/play-white.png) no-repeat;
    background-size: contain;
    top: 10px;
    right: 12px;
}

.logo-header img {
    max-width: 100%;
    max-height: 100%;
}

ul.nav-child li:hover a {
    color: #e31397 !important;
}

.section-nav ul.nav a span {
    font-size: 18px;
}

.box-search-container {
    position: absolute;
    top: 140px;
    width: 700px;
    left: calc(50% - 384px);
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
    height: calc(100% - 140px);
}

.show-search-box {
    opacity: 1;
    z-index: 99;
}

.search-active .content-main-full {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

a.btn-back {
    position: fixed;
    bottom: 20px;
    left: 10px;
    background: white;
    border-radius: 30px;
    border: 1px solid #ededed;
    padding: 5px;
    width: 165px;
    padding-right: 20px;
}

span.icon-back {
    width: 45px;
    height: 45px;
    background: url(/images/bg-back.png) no-repeat center;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    font-size: 36px;
    background-size: contain;
    color: white;
}

span.title-back {
    width: calc(100% - 45px);
    float: left;
    padding-left: 5px;
    font-weight: bold;
    color: #0b109f;
    font-size: 18px;
    text-align: center;
    padding-top: 2px;
}

a.btn-back p {
    margin: 0;
    width: calc(100% - 45px);
    float: left;
    text-align: center;
    color: #0b109f;
    line-height: 15px;
}

.footer-info {
    position: fixed;
    bottom: 1px;
    right: 1px;
    width: 500px;
    background: white;
}

.footer-info img {
    max-width: 100%;
}

.box-keyboard-wrapper {
    position: absolute;
    bottom: 10px;
    width: 700px;
}

.search-input-value {
    width: 100%;
    height: 50px;
    background-image: linear-gradient(52deg, #E31397 0%, #7b3395 48%, #0b109ff2 75%);
    float: left;
    border-radius: 30px;
    position: relative;
}

.search-input-value input {
    width: calc(100% - 2px);
    height: 48px;
    padding: 0;
    float: left;
    margin: 1px;
    padding-left: 70px;
    border-radius: 30px;
    font-size: 16px;
    color: black;
    outline: none;
}

.search-input-value:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 39px;
    background: url(/images/search-icon.png) no-repeat;
    top: 5px;
    left: 10px;
    background-size: cover;
}

.result-search-box {
    width: 100%;
    height: calc(100% - 360px);
    float: left;
    background: url(/images/search-result-top.png) no-repeat;
    margin-top: 30px;
    background-size: contain;
    position: relative;
}

.active-search-bg {
    background-image: linear-gradient(52deg, #E31397 0%, #7b3395 48%, #0b109ff2 75%) !important;
    color: white !important;
}

.active-search-bg:before {
    background: url(/images/search-white.png) center !important;
    background-size: cover !important;
}

.content-main-full {
    width: 100%;
    float: left;
    height: calc(100% - 92px);
    position: relative;
}

.container-maps {
    width: 100%;
    float: left;
    height: 100%;
}

.left-floor-wraper {
    width: 280px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

.nav-floor {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.floor-item {
    float: left;
    padding: 8px 30px 8px 10px;
    border: 1px solid #ededed;
    border-radius: 0px 30px 30px 0px;
    margin-bottom: 5px;
    background: #ffffffb5;
}

.floor-active {
    border-radius: 0;
    border: 0;
    background: url(/images/bg-floor-active.png) no-repeat;
    background-size: cover;
    padding-right: 50px;
}

.right-brands-wraper {
    float: left;
    width: 650px;
    height: calc(100% - 180px);
    padding-right: 5px;
}

.center-maps-wraper {
    width: calc(100% - 650px);
    float: left;
    height: 100%;
    position: relative;
}

.list-brand {
    width: 100%;
    float: left;
    height: 100%;
    background: #ffffffb3;
    border: 1px solid #ededed;
    border-radius: 15px;
    padding: 5px;
}

.item-brand {
    width: 126px;
    float: left;
    height: 136px;
    padding: 5px;
}

.group-brand-right {
    width: 100%;
    float: left;
}

.box-logo {
    float: left;
    background: white;
    width: 100%;
    height: 100%;
    border: 1px solid #ededed;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
}

.item-brand img {
    max-width: 100%;
    margin: auto;
    max-height: 100%;
}

.maps-master {
    width: 100%;
    float: left;
    height: calc(100% - 70px);
    padding: 10px 20px 0px 0px;
}

.utility-maps {
    width: calc(100% - 280px);
    float: left;
    position: absolute;
    bottom: 25px;
    left: 280px;
}

.note-one-line-wraper {
    width: 100%;
    float: left;
}

.item-info-map {
    width: 16.66666666667%;
    float: left;
}

.box-info-map {
    width: 100%;
    float: left;
}

span.icon-info-map {
    float: left;
}

.name-info-map {
    float: left;
    padding-left: 5px;
    padding-top: 3px;
}

.name-info-map p {
    font-weight: bold;
    margin: 0;
    font-size: 13px;
    display: block;
    line-height: 12px;
}

.name-info-map span {
    font-size: 13px;
    line-height: 12px;
}

span.icon-info-map img {
    max-height: 32px;
}

.section-container {
    width: 100%;
    float: left;
    padding: 0px 10%;
    height: calc(100% - 168px);
}

.title-page-container {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.title-page-container:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #e41395;
    position: absolute;
    left: 0;
    top: 15px;
}

.title-page-container label {
    display: inline-block;
    margin: 0;
    padding: 0px 8px;
    background: #f9f9fa;
    position: relative;
}

.title-page-container label p {
    display: block;
    text-transform: uppercase;
    color: #e41395;
    font-size: 16px;
    margin: 0;
    line-height: 16px;
}

.title-page-container label span {
    font-weight: 500;
    color: #e41395;
}

.content-page-brand {
    width: 100%;
    height: calc(100% - 66px);
    float: left;
    padding-top: 20px;
}

.item-brand-content {
    width: 12.5%;
    float: left;
    height: 145px;
    padding: 5px;
}

.item-brand-content img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.item-brand-content a {
    float: left;
    width: 100%;
    height: 100%;
    background: white;
    border: 1px solid #ededed;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.content-page-normal {
    width: 100%;
    float: left;
    height: calc(100% - 66px);
}

.list-item-facility {
    width: 100%;
    float: left;
    margin: 70px 0px;
}

.item-facility {
    width: 16.66666666666667%;
    float: left;
    padding: 0px 5px;
    text-align: center;
}

.image-news {
    width: 100%;
    float: left;
    text-align: center;
}

.image-news img {
    max-width: 100%;
    max-height: 100%;
}

h3.news-title {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    text-align: center;
}

.description-page {
    height: calc(100% - 20px);
    width: 100%;
    float: left;
    overflow: auto;
    margin-top: 10px;
}

.list-item-news {
    width: 100%;
    float: left;
    margin: 20px 0px;
}

.group-event-page {
    width: 100%;
    float: left;
}

.item-news {
    width: 25%;
    float: left;
    padding: 0px 10px;
    position: relative;
}

.item-news a {
    float: left;
    border: 1px solid #ededed;
    box-shadow: 0px 0px 3px -2px black;
    border-radius: 15px;
    background: white;
}

span.date-upload {
    position: absolute;
    top: 100px;
    left: 0;
    background: white;
    width: 42px;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #1519a3;
    border: 1px solid #1519a3;
    line-height: 18px;
    padding: 3px 0px;
}

.group-event-page .image-news {
    border-radius: 15px 15px 0px 0px;
    overflow: hidden;
}

.group-event-page h3.news-title {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 15px;
    padding-bottom: 20px;
}

.group-event-page h3.news-title:before {
    content: "";
    width: 100px;
    height: 1px;
    background: black;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}

.group-event-page .item-news a>p {
    width: 100%;
    float: left;
    color: black;
    padding: 0px 15px 15px 15px;
}

.list-promotion {
    width: 100%;
    float: left;
    height: 100%;
}

.group-promotion-page {
    width: 100%;
    float: left;
    padding: 0px 30px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.item-promotion {
    width: 20%;
    float: left;
    padding: 10px;
    height: 50%;
}

.item-promotion a {
    float: left;
    height: 100%;
}

.item-promotion .image-news {
    height: calc(100% - 60px);
}

.item-promotion h3.news-title {
    margin-bottom: 0;
}

.slick-arrow {
    position: absolute;
    bottom: -50px;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 50%;
    background: white;
    border: 1px solid #ccc;
    font-size: 32px;
    z-index: 9;
    line-height: 40px;
}

.slick-prev {
    left: calc(50% - 35px);
}

.slick-next {
    left: calc(50% + 10px);
}

.list-promotion .slick-list {
    height: 100%;
}

.list-promotion .slick-track {
    height: 100%;
}

.slick-slide>div {
    height: 100%;
}

.group-brand-page {
    width: 100%;
    float: left;
    height: 100%;
}

.search-active:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff00;
    position: fixed;
    top: 92px;
    left: 0;
    z-index: 1;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.note-two-line-wraper {
    width: 100%;
    float: left;
}

.note-two-line-wraper .item-info-map {
    width: 20%;
    margin-top: 10px;
}

.utility-two-row {
    bottom: 10px;
}

.mapfloor1 {
    height: calc(100% - 95px);
    padding-left: 155px;
    padding-top: 20px;
}

.maps-master svg {
    max-height: 100%;
    float: right;
    max-width: 100%;
}

.right-brands-wraper .slick-arrow {
    bottom: 35px;
}

.icon-toilet, .icon-exit, .icon-cargo, .icon-baby-changing, .icon-escalator, .icon-elevator, .icon-info, .icon-atm, .icon-taxi {
    width: 38px;
    height: 38px;
    /*display: none;*/
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.icon-toilet img, .icon-exit img, .icon-cargo img, .icon-baby-changing img, .icon-escalator img, .icon-elevator img, .icon-info img, .icon-atm img, .icon-taxi img {
    max-height: 16px;
    max-width: 24px;
    animation: jumpInfinite .7s infinite;
    margin: auto;
}

foreignObject.box-horizontal {
    width: 95px;
    height: 100px;
}

.brand-name {
    width: 100%;
    float: left;
    margin-top: 0px;
    font-weight: 600;
}

.name-block {
    width: 100%;
    float: left;
    font-size: 12px;
}

.box-rotate {
    width: 102px;
    height: 100%;
    transform: rotate(-90deg);
}

.icon-exit img {
    animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.active-logo {
    /* animation: blink-animation 1s steps(5, start) infinite; */
    /* -webkit-animation: blink-animation 1s steps(5, start) infinite; */
    display: block !important;
    text-align: center;
}

.active-border {
    fill: #e50695 !important;
}

/*.active-fill-bg {
    color: white;
}*/

.box-logo-block {
    display: none;
}

.box-logo-block:before {
    content: "";
    position: absolute;
    width: 79px;
    height: 93px;
    top: 0;
    left: calc(50% - 39px);
    background: url(/images/chat-icon-v.png);
    background-size: contain;
    z-index: 4;
}

.info-big-box {
    padding-top: 93px;
}

span.box-logo-location {
    width: 69px;
    height: 69px;
    position: absolute;
    top: 5px;
    left: calc(50% - 34px);
    background: white;
    z-index: 3;
    border-radius: 5px;
}

span.box-logo-location img {
    max-width: 100%;
    max-height: 100%;
}

.active-logo .box-logo-location img {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.min-size-text * {
    font-size: 11px;
}

.rotate-big-size {
    width: 110px;
}

.rotate-min-size {
    font-size: 5px !important;
    width: 20px;
    /* height: auto; */
}

.rotate-min-size .brand-name {
    font-size: 8px !important;
}

.min-size-text .rotate-min-size .name-block {
    font-size: 4px !important;
}

.rotate-min-size .box-logo-block:before {
    /* width: 50px; */
    /* height: 50px; */
    /* left: -11px; */
    /* top: 15px; */
}

.rotate-min-size span.box-logo-location {
    /* width: 42px; */
    /* height: 33px; */
    /* top: 47px; */
    /* left: -7px; */
}

.medium-size-text * {
    font-size: 7px;
}

.medium-size-text .box-logo-block:before {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
}

.medium-size-text span.box-logo-location {
    width: 50px;
    height: 39px;
    left: calc(50% - 25px);
}

.medium-size-text .box-info-block {
    padding-top: 50px;
}

.rotate-at-size {
    width: 40px;
}

.rotate-at-size * {
    font-size: 5px;
}

.rotate-at-size .box-logo-block:before {width: 50px;height: 50px;left: -5px;top: 43px;}

.rotate-at-size span.box-logo-location {
    width: 42px;
    height: 33px;
    top: 47px;
    left: -1px;
}

.empty-result {
    float: left;
    width: 100%;
    padding: 20px;
    padding-top: 40px;
    text-align: center;
    font-size: 32px;
    color: gray;
    font-style: italic;
    font-weight: 400;
}

.list-result-search {
    width: 100%;
    float: left;
    padding: 25px 30px;
    height: calc(100% - 35px);
    margin-top: 30px;
    overflow: auto;
    position: relative;
    z-index: 4;
}

.item-result-search {
    width: 100%;
    float: left;
    border-bottom: 1px solid #333;
    padding: 15px 0px;
}

.image-result-search {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 3px;
    float: left;
}

.image-result-search img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.info-result-search {
    width: calc(100% - 80px);
    float: left;
    padding: 8px 0px;
    padding-left: 15px;
}

label.lb-type-result {
    width: 100%;
    float: left;
    color: #0b109f;
    margin: 0;
}

label.lb-type-result span {
    float: left;
    font-size: 16px;
}

label.lb-type-result p {
    margin: 0;
    float: left;
    margin-left: 5px;
    font-weight: normal;
    font-size: 13px;
    margin-top: 3px;
}

.info-result-search h3 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.info-result-search h3 br {
    display: none;
}

.info-result-search h4 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 13px;
    margin-top: 8px;
}

.list-result-search .item-result-search:last-child {
    border: 0;
}

.mapfloor7 {
    padding-left: 222px;
    padding-top: 50px;
}

.mapfloor55 {
    padding-left: 85px;
    padding-top: 60px;
}

.mapfloor6 {
    padding-left: 178px;
    padding-top: 40px;
}

.mapfloor5 {
    padding-top: 40px;
    padding-left: 165px;
}

.mapfloor4, .mapfloor3 {
    padding-left: 230px;
}

.box-block-1-01 {
    transform: rotate(8deg);
}

.box-info-block {
    text-align: center;
}

.icon-here {
    width: 80px;
    height: 90px;
}

img.img-here {
    max-width: 100%;
}

.item-box-block, .box-block-1-02, .box-block-1-03, .box-block-1a-03, .box-block-1b-03, .box-block-1-09A, .box-block-1-09, .box-block-1-08B, .box-block-1-08A, .box-block-1-07, .box-block-1-06, .box-block-1-09B, .box-block-1-10, .box-block-1-11, .box-block-1-20, .box-block-1-21, .box-block-1-22, .box-block-1-23, .box-block-1-25, .box-block-1-26, .box-block-1-27, .box-block-SB-01, .box-block-K1-03, .box-block-K1-04, .box-block-K1-05, .box-block-K1-06, .box-block-K1-11, .box-block-K1-12 {
    transform: rotate(8deg);
}

.medium-size {
    font-size: 10px;
}

.min-size {
    font-size: 8px;
}

.min-size .name-block {
    font-size: 8px;
}

.medium-size .name-block {
    font-size: 10px;
}

.minmin-size {
    font-size: 6px;
}

.minmin-size .name-block {
    font-size: 6px;
}

.box-block-5-17 {
    transform: rotate(16deg);
}

.box-block-5-17 .minmin-size {
    transform: rotate(90deg);
}

.box-block-3-13B .rotate-min-size {
    width: 200px;
    transform: rotate(98deg);
}

.box-block-3-13B .info-big-box {
    padding-bottom: 10px;
}

.rotate-min-size .name-block {
    font-size: 8px;
}

.box-block-K3-01 .rotate-min-size {
    width: 110px;
    transform: rotate(-80deg);
}

.box-block-K3-02 .rotate-min-size {
    width: 110px;
    transform: rotate(-80deg);
}

.box-block-K3-03 .rotate-min-size {
    width: 110px;
    transform: rotate(-80deg);
}

.box-block-K3-04 .rotate-min-size {
    width: 125px;
    transform: rotate(-80deg);
}

.box-block-2-06A .rotate-min-size {
    transform: rotate(-76deg);
    width: 200px;
}

.box-block-2-07B .rotate-min-size {
    transform: rotate(-76deg);
    width: 200px;
}

.box-block-2-09A .rotate-min-size {
    transform: rotate(-76deg);
    width: 200px;
}

.box-block-K2-18 .rotate-min-size {
    transform: rotate(-76deg);
    width: 155px;
    /* height: 25px; */
}

.box-block-K2-19 .rotate-min-size {
    transform: rotate(-76deg);
    width: 155px;
    /* height: 25px; */
}

.box-block-K2-20 .rotate-min-size {
    transform: rotate(-76deg);
    width: 155px;
    /* height: 25px; */
}

.box-block-M-08 .box-logo-block:before {
    /* width: 48px; */
    /* left: calc(50% - 25px); */
    /* height: 48px; */
}

.box-block-M-08 .box-logo-block:before {
    /* width: 48px; */
    /* left: calc(50% - 25px); */
    /* height: 48px; */
}

.box-block-M-08 span.box-logo-location {/* width: 48px; *//* left: calc(50% - 25px); *//* height: 30px; */}

.box-block-M-08 .box-info-block {
    /* padding-top: 40px; */
}

.box-block-M-11A .box-logo-block:before {
    /* width: 43px; */
    /* left: calc(50% - 22px); */
    /* height: 43px; */
}

.box-block-M-11A span.box-logo-location {
    /* width: 43px; */
    /* height: 26px; */
    /* left: calc(50% - 21px); */
}

.box-block-M-11A .box-info-block.info-big-box {
    /* padding-top: 43px; */
}

.box-block-M-11A .brand-name {
    margin-top: 4px;
}

.box-block-B-06 .box-info-block.info-big-box {
    /* padding-top: 70px; */
}

.box-block-1-22 .box-logo-block:before {
    /* width: 48px; */
    /* height: 48px; */
    /* left: calc(50% - 21px); */
}

.box-block-1-22 span.box-logo-location {
    /* width: 48px; */
    /* height: 30px; */
    /* left: calc(50% - 21px); */
}

.box-block-1-22 .box-info-block.info-big-box {
    /* padding-top: 48px; */
}

.box-block-1-20 .box-info-block {
    /* padding-top: 80px; */
}

.box-block-1a-03 .box-info-block {
    /* padding-top: 80px; */
}

.box-block-K1-04 .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-04 span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-04 .box-info-block {
    font-size: 6px;
}




.box-block-K1-06 .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-06 span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-06 .box-info-block {
    font-size: 6px;
}

.box-block-K1-05 .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-05 span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-05 .box-info-block {
    /* padding-top: 45px; */
}

.box-block-K1-11 .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-11 span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-11 .box-info-block {
    /* padding-top: 45px; */
    font-size: 6px;
}

.box-block-K1-12 .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-12 span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-12 .box-info-block {
    /* padding-top: 45px; */
    font-size: 6px !important;!i;!;
}

.box-block-K1-03 .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-03 span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-K1-03 .box-info-block {
    /* padding-top: 45px; */
}

.box-block-1-21 .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-1-21 span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-1-21 .box-info-block {
    /* padding-top: 45px; */
}

.box-block-1-09B .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-1-09B span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-1-09B .box-info-block {
    /* padding-top: 45px; */
    font-size: 6px;
}

.box-block-1-08A .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-1-08A span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-1-08A .box-info-block {
    /* padding-top: 45px; */
}

.box-block-1-08B .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-1-08B span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-1-08B .box-info-block {
    /* padding-top: 45px; */
}

.box-block-SB-01 .box-logo-block:before {
    /* width: 48px; */
    /* height: 48px; */
    /* left: calc(50% - 21px); */
}

.box-block-SB-01 span.box-logo-location {
    /* width: 48px; */
    /* height: 30px; */
    /* left: calc(50% - 21px); */
}

.box-block-SB-01 .box-info-block.info-big-box {
    /* padding-top: 48px; */
}

.box-block-K2-13 .box-logo-block:before {
    /* width: 48px; */
    /* height: 48px; */
    /* left: calc(50% - 21px); */
}

.box-block-K2-13 span.box-logo-location {
    /* width: 48px; */
    /* height: 30px; */
    /* left: calc(50% - 21px); */
}

.box-block-K2-13 .box-info-block.info-big-box {
    /* padding-top: 48px; */
}

.box-block-2-09B .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-2-09B span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-2-09B .box-info-block {
    /* padding-top: 45px; */
}

/*.box-block-2-17 .box-logo-block:before {
    width: 43px;
    height: 43px;
    left: calc(50% - 21px);
}

.box-block-2-17 span.box-logo-location {
    width: 43px;
    height: 28px;
    left: calc(50% - 21px);
}

.box-block-2-17 .box-info-block {
    padding-top: 45px;
}

.box-block-2-18 .box-logo-block:before {
    width: 43px;
    height: 43px;
    left: calc(50% - 21px);
}

.box-block-2-18 span.box-logo-location {
    width: 43px;
    height: 28px;
    left: calc(50% - 21px);
}

.box-block-2-18 .box-info-block {
    padding-top: 45px;
}

.box-block-2-15 .box-logo-block:before {
    width: 43px;
    height: 43px;
    left: calc(50% - 21px);
}

.box-block-2-15 span.box-logo-location {
    width: 43px;
    height: 28px;
    left: calc(50% - 21px);
}

.box-block-2-15 .box-info-block {
    padding-top: 45px;
}

.box-block-2-13 .box-logo-block:before {
    width: 43px;
    height: 43px;
    left: calc(50% - 21px);
}

.box-block-2-13 span.box-logo-location {
    width: 43px;
    height: 28px;
    left: calc(50% - 21px);
}

.box-block-2-13 .box-info-block {
    padding-top: 45px;
}*/

.box-block-2-16 .box-logo-block:before {
    /* width: 43px; */
    /* height: 43px; */
    /* left: calc(50% - 21px); */
}

.box-block-2-16 span.box-logo-location {
    /* width: 43px; */
    /* height: 28px; */
    /* left: calc(50% - 21px); */
}

.box-block-2-16 .box-info-block {
    /* padding-top: 45px; */
}

/*.box-block-2-20 .box-logo-block:before {
    width: 43px;
    height: 43px;
    left: calc(50% - 21px);
}

.box-block-2-20 span.box-logo-location {
    width: 43px;
    height: 28px;
    left: calc(50% - 21px);
}

.box-block-2-20 .box-info-block {
    padding-top: 45px;
}

.box-block-K2-15 .box-logo-block:before {
    width: 43px;
    height: 43px;
    left: calc(50% - 21px);
}

.box-block-K2-15 span.box-logo-location {
    width: 43px;
    height: 28px;
    left: calc(50% - 21px);
}

.box-block-K2-15 .box-info-block {
    padding-top: 45px;
}

.box-block-K2-18 .box-logo-block:before, .box-block-K2-20 .box-logo-block:before, .box-block-K2-19 .box-logo-block:before, .box-block-K3-04 .box-logo-block:before, .box-block-K3-03 .box-logo-block:before, .box-block-K3-02 .box-logo-block:before, .box-block-K3-01 .box-logo-block:before, .box-block-3-13B .box-logo-block:before {
    width: 40px;
    height: 40px;
    left: calc(50% - 25px);
}

.box-block-K2-18 span.box-logo-location, .box-block-K2-19 span.box-logo-location, .box-block-K2-20 span.box-logo-location, .box-block-K3-04 span.box-logo-location, .box-block-K3-03 span.box-logo-location, .box-block-K3-02 span.box-logo-location, .box-block-K3-01 span.box-logo-location, .box-block-3-13B span.box-logo-location {
    width: 38px;
    height: 26px;
    left: calc(50% - 22px);
    top: 17px;
}

.box-block-K2-18 .box-info-block, .box-block-K2-19 .box-info-block, .box-block-K2-20 .box-info-block, .box-block-K3-04 .box-info-block, .box-block-K3-03 .box-info-block, .box-block-K3-02 .box-info-block, .box-block-K3-01 .box-info-block, .box-block-3-13B .box-info-block {
    padding-top: 55px;
}

.box-block-K2-10 .box-logo-block:before {
    width: 55px;
    height: 55px;
    left: calc(50% - 26px);
}

.box-block-K2-10 span.box-logo-location {
    width: 55px;
    height: 35px;
    left: calc(50% - 26px);
}

.box-block-K2-10 .box-info-block {
    padding-top: 52px;
}

.box-block-2-03 .box-logo-block:before, .box-block-2-02 .box-logo-block:before, .box-block-3-13A .box-logo-block:before {
    width: 43px;
    height: 43px;
    left: calc(50% - 21px);
}

.box-block-2-03 span.box-logo-location, .box-block-2-02 span.box-logo-location, .box-block-3-13A span.box-logo-location {
    width: 43px;
    height: 28px;
    left: calc(50% - 21px);
}

.box-block-2-03 .box-info-block, .box-block-2-02 .box-info-block, .box-block-3-13A .box-info-block {
    padding-top: 45px;
}

.box-block-2-30 .box-logo-block:before, .box-block-6-18A1 .box-logo-block:before, .box-block-6-06A .box-logo-block:before, .box-block-6-08 .box-logo-block:before, .box-block-6-18A1 .box-logo-block:before, .box-block-M-12 .box-logo-block:before, .box-block-M-13 .box-logo-block:before, .box-block-M-11B .box-logo-block:before, .box-block-M-11A .box-logo-block:before, .box-block-M-10 .box-logo-block:before {
    width: 43px;
    height: 43px;
    left: calc(50% - 21px);
}

.box-block-2-30 span.box-logo-location, .box-block-6-18A1 span.box-logo-location, .box-block-6-06A span.box-logo-location, .box-block-6-08 span.box-logo-location, .box-block-6-18A1 span.box-logo-location, .box-block-M-12 span.box-logo-location, .box-block-M-13 span.box-logo-location, .box-block-M-11B span.box-logo-location, .box-block-M-11A span.box-logo-location, .box-block-M-10 span.box-logo-location {
    width: 38px;
    height: 26px;
    left: calc(50% - 18px);
}

.box-block-2-30 .box-info-block, .box-block-6-18A1 .box-info-block, .box-block-6-06A .box-info-block, .box-block-6-08 .box-info-block, .box-block-6-18A1 .box-info-block, .box-block-M-12 .box-info-block, .box-block-M-13 .box-info-block, .box-block-M-11B .box-info-block, .box-block-M-11A .box-info-block, .box-block-M-10 .box-info-block {
    padding-top: 45px;
}

.box-block-3-10A .box-logo-block:before, .box-block-6-07C .box-logo-block:before {
    width: 28px;
    height: 28px;
    left: calc(50% - 14px);
    top: 3px;
}

.box-block-3-10A span.box-logo-location, .box-block-6-07C span.box-logo-location {
    width: 25px;
    height: 20px;
    left: calc(50% - 14px);
}

.box-block-3-10A .box-info-block, .box-block-6-07C .box-info-block {
    padding-top: 30px;
}

.box-block-K2-12 .box-logo-block:before, .box-block-2-22 .box-logo-block:before, .box-block-3-02A .box-logo-block:before, .box-block-3-02 .box-logo-block:before, .box-block-4-03 .box-logo-block:before, .box-block-4-03 .box-logo-block:before, .box-block-4-03A .box-logo-block:before, .box-block-4-03B .box-logo-block:before, .box-block-4-11A .box-logo-block:before {
    width: 48px;
    height: 48px;
    left: calc(50% - 24px);
}

.box-block-K2-12 span.box-logo-location, .box-block-2-22 span.box-logo-location, .box-block-3-02A span.box-logo-location, .box-block-3-02 span.box-logo-location, .box-block-4-03A span.box-logo-location, .box-block-4-03B span.box-logo-location, .box-block-4-11A span.box-logo-location {
    width: 48px;
    height: 30px;
    left: calc(50% - 24px);
}

.box-block-K2-12 .box-info-block, .box-block-2-22 .box-info-block, .box-block-3-02A .box-info-block, .box-block-3-02 .box-info-block, .box-block-4-03 .box-info-block, .box-block-4-03A .box-info-block, .box-block-4-03B .box-info-block, .box-block-4-11A .box-info-block {
    padding-top: 50px;
}

.box-block-2-08 .box-logo-block:before, .box-block-K2-09 .box-logo-block:before, .box-block-2-10 .box-logo-block:before, .box-block-2-05 .box-logo-block:before, .box-block-K2-11 .box-logo-block:before, .box-block-3-08 .box-logo-block:before, .box-block-3-09 .box-logo-block:before, .box-block-3-06 .box-logo-block:before, .box-block-3-31 .box-logo-block:before, .box-block-4-11 .box-logo-block:before, .box-block-6-03 .box-logo-block:before, .box-block-6-07A .box-logo-block:before, .box-block-FM-19B .box-logo-block:before, .box-block-FM-19A .box-logo-block:before, .box-block-FM-07B .box-logo-block:before, .box-block-FM-20 .box-logo-block:before {
    width: 55px;
    height: 55px;
    left: calc(50% - 27px);
}

.box-block-2-08 span.box-logo-location, .box-block-K2-09 span.box-logo-location, .box-block-2-10 span.box-logo-location, .box-block-2-05 span.box-logo-location, .box-block-K2-11 span.box-logo-location, .box-block-3-08 span.box-logo-location, .box-block-3-09 span.box-logo-location, .box-block-3-06 span.box-logo-location, .box-block-3-31 span.box-logo-location, .box-block-4-11 span.box-logo-location, .box-block-6-03 span.box-logo-location, .box-block-6-07A span.box-logo-location, .box-block-FM-19B span.box-logo-location, .box-block-FM-19A span.box-logo-location, .box-block-FM-07B span.box-logo-location, .box-block-FM-20 span.box-logo-location {
    width: 46px;
    height: 36px;
    left: calc(50% - 23px);
}

.box-block-2-08 .box-info-block, .box-block-K2-09 .box-info-block, .box-block-2-10 .box-info-block, .box-block-2-05 .box-info-block, .box-block-K2-11 .box-info-block, .box-block-3-08 .box-info-block, .box-block-3-09 .box-info-block, .box-block-3-06 .box-info-block, .box-block-3-31 .box-info-block, .box-block-4-11 .box-info-block, .box-block-6-03 .box-info-block, .box-block-6-07A .box-info-block, .box-block-FM-19B .box-info-block, .box-block-FM-19A .box-info-block, .box-block-FM-07B .box-info-block, .box-block-FM-20 .box-info-block {
    padding-top: 60px;
}

.box-block-2-07A .box-logo-block:before, .box-block-2-06B .box-logo-block:before, .box-block-2-19 .box-logo-block:before, .box-block-K2-16 .box-logo-block:before, .box-block-3-10 .box-logo-block:before, .box-block-3-07 .box-logo-block:before, .box-block-3-08A .box-logo-block:before, .box-block-3-03 .box-logo-block:before, .box-block-3-01A .box-logo-block:before, .box-block-4-08A .box-logo-block:before, .box-block-4-08B .box-logo-block:before, .box-block-4-09 .box-logo-block:before, .box-block-4-09A .box-logo-block:before, .box-block-4-06 .box-logo-block:before, .box-block-4-06A .box-logo-block:before, .box-block-M-08 .box-logo-block:before, .box-block-M-09 .box-logo-block:before {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
}

.box-block-2-07A span.box-logo-location, .box-block-2-06B span.box-logo-location, .box-block-2-19 span.box-logo-location, .box-block-K2-16 span.box-logo-location, .box-block-3-10 span.box-logo-location, .box-block-3-07 span.box-logo-location, .box-block-3-08A span.box-logo-location, .box-block-3-03 span.box-logo-location, .box-block-3-01A span.box-logo-location, .box-block-4-08A span.box-logo-location, .box-block-4-08B span.box-logo-location, .box-block-4-09 span.box-logo-location, .box-block-4-09A span.box-logo-location, .box-block-4-06 span.box-logo-location, .box-block-4-06A span.box-logo-location, .box-block-M-08 span.box-logo-location, .box-block-M-09 span.box-logo-location {
    width: 21px;
    height: 15px;
    left: calc(50% - 11px);
}

.box-block-2-07A .box-info-block, .box-block-2-06B .box-info-block, .box-block-2-19 .box-info-block, .box-block-K2-16 .box-info-block, .box-block-3-10 .box-info-block, .box-block-3-07 .box-info-block, .box-block-3-08A .box-info-block, .box-block-3-03 .box-info-block, .box-block-3-01A .box-info-block, .box-block-4-08A .box-info-block, .box-block-4-08B .box-info-block, .box-block-4-09 .box-info-block, .box-block-4-09A .box-info-block, .box-block-4-06 .box-info-block, .box-block-4-06A .box-info-block, .box-block-M-08 .box-info-block, .box-block-M-09 .box-info-block {
    padding-top: 40px;
}

.box-block-5-17 .box-logo-block:before {
    width: 65px;
    height: 65px;
}

.box-block-5-17 .box-info-block {
    padding-top: 68px;
}

.box-block-5-17 span.box-logo-location {
    width: 52px;
    height: 43px;
}

.box-block-6-18 .box-info-block {
    padding-top: 76px;
}

.box-block-M-08 .box-info-block.info-big-box {
    padding-top: 30px;
}*/

.result-search-box:before {
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: 100%;
    top: 21px;
    left: 1px;
    background: white;
    border-radius: 25px;
    z-index: 3;
}

.result-search-box:after {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(52deg, #E31397 0%, #7b3395 48%, #0b109ff2 75%);
    border-radius: 25px;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 2;
    content: "";
}

.box-block-1-25 .box-info-block {
    padding-left: 15px;
    padding-right: 15px;
}

.box-block-1-22 .box-info-block {
    padding-left: 20px;
    padding-right: 20px;
}

.box-block-1-20 .box-info-block, .box-pad20 .box-info-block {
    padding-left: 20px;
    padding-right: 20px;
}

.box-pad40 .box-info-block {
    padding-left: 30px;
    padding-right: 30px;
}

.box-pad10 .box-info-block {
    padding-left: 10px;
    padding-right: 10px;
}

.box-pad25 .box-info-block {
    padding-left: 25px;
    padding-right: 25px;
}

.box-pad15 .box-info-block {
    padding-left: 15px;
    padding-right: 15px;
}

.box-pad35 .box-info-block {
    padding-left: 35px;
    padding-right: 35px;
}

.is-brand-promo .active-logo:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/images/discount.png) no-repeat center;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
    background-size: contain;
}

.debug-dot {
    opacity: 0;
    background: transparent;
}

.cron-job {
    position: fixed;
    width: 100px;
    height: 100px;
    background: transparent;
    z-index: 99;
    bottom: 0;
    right: 0;
}