/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13.06.2017, 12:20:53
    Author     : Серж
*/

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

html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    background: #002d31; /* Old browsers */
    background: -moz-linear-gradient(top, #002d31 0%, #191919 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #002d31 0%,#191919 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #002d31 0%,#191919 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d31', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
}
.wrap {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}
.wrap.wrap-forum {
    overflow-x: auto;
}
.wrap-forum header {
    min-width: 623px;
    position: relative;
}
article {
}
a,  a:hover, a:focus {
    color: black;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
button {
    outline: none;
}
ul {
    list-style-type: none;
    padding: 0;
}
header {
    text-align: center;
    background: #041b1d url("img/header-bg.jpg") repeat-x 0 0;
    padding-top: 20px;
}
header::after {
    content: "";
    display: block;
    height: 2px;
}
/*Header*/
.header-line {
    margin: 0 0 0px 0;
    height: 2px;
    background: #001f22 url("img/header-line.jpg") repeat-x 0 0;
}
.logo {
    margin: 20px auto 55px;
}
.logo a {
    display: block;
    width: 219px;
    height: 79px;
    margin: 0 auto;
}
.logo a img{
    width: 100%;
}
/*Home*/
.news-collapse {
    border: 1px solid rgba(219,219,219,0.6);
    border-top: none;
    background-color: rgba(32,65,66,0.8);
    border-bottom-color: rgba(58,89,82,0.6);
    position: relative;
    z-index: 1;
}
.news-wrapper {
    padding: 26px 22px 34px 49px;
}
.news-header {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    height: 25px;
    margin-bottom: 24px;
}
.news-home-right {
    margin-left: 99px;
}
.home-title {
    color: white;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 12px;
    float: left;
    margin: 0;
}
.news-home li {
    margin-bottom: 12px;
    border-bottom: 1px solid #3b5759;
}
.news-home li::after {
    content: "";
    display: block;
    clear: both;
}
.news-header a {
    float: right;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
}
.news-home-img-link {
    width: 81px;
    height: 81px;
    display: block;
    float: left;
    border: 1px solid #fff;
    margin: 0 18px 8px 0;
    overflow: hidden;
}
.news-home-title {
    color: white;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-decoration: underline;
    margin: 0 0 8px;
}
.news-home-title-link {
    display: inline-block;
    margin-right: 20px;
}
.news-home-date {
    display: inline-block;
    color: #9db8b7;
    font-family: Verdana;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}
.news-text {
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
}
a.news-coll-btn {
    display: block;
    background-color: rgba(2,26,29,0.86);
    text-align: center;
    border: 1px solid rgba(219,219,219,0.6);
    border-top: none;
    position: relative;
    z-index: 1;
    text-indent: -2000px;
    overflow: hidden;
    font-size: 0;
}
.news-coll-btn::after {
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    margin: 2px auto 3px;
    background: transparent url("img/i-triangle.png") no-repeat 0 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    animation-name: opacity;
    -webkit-animation-name: opacity; 
 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out; 
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.news-coll-btn.collapsed::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 3px auto 2px;
}
@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }       
}
.big-logo-wrap {
    max-width: 670px;
    margin: 100px auto 0;
    position: absolute;
    
    top: 50px;
    z-index: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    animation-name: opacity;
    -webkit-animation-name: opacity; 
 
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out; 
}
.big-logo-wrap img {
    width: 100%;
    height: auto;
}
.collapse.in+.big-logo-wrap, .collapsing+.big-logo-wrap {
    opacity: 0;
}
.big-logo-text {
    font-size: 14px;
    letter-spacing: 0.5em;
    text-align: center;
    margin-top: 70px;
    color: #2d3637;
}
::-webkit-scrollbar {
    width: 6px;
}
 
::-webkit-scrollbar-track {
    background-color: #000;
}
 
::-webkit-scrollbar-thumb {
  background-color: #a0c8c4;
  outline: 1px solid slategrey;
}
/*Navigation*/
nav.menu {
    margin-bottom: 19px;
}
.nav.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
}
.navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding: 0 18px;
    position: relative;
    display: inline-block;
    z-index: 9;
}
.navbar-nav>li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(185,196,197,1);
    z-index: 8;
}
.navbar-nav>li.active a::before, .navbar-nav>li a:hover::before {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 
 
    animation-duration: 0.25s; 
    -webkit-animation-duration: 0.25s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
    background-color: rgba(185,196,197,0.18);
        top: 0px;
        height: 18px;
        background-color: rgba(185,196,197,0.18);
}
@keyframes fadeIn {
    0% {
        top: 9px;
        height: 0;
        background-color: rgba(185,196,197,1);
    }
    100% {
        top: 0px;
        height: 18px;
        background-color: rgba(185,196,197,0.18);
    }       
}
.navbar-nav>li.m-animate a::before {
    top: 0px;
    height: 18px;
    opacity: 0.3;
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0.75) 85%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 15%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.75) 85%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 15%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.25) 50%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.75) 85%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: 700% 300%;

-webkit-animation: AnimationName 7s ease infinite;
-moz-animation: AnimationName 7s ease infinite;
-o-animation: AnimationName 7s ease infinite;
animation: AnimationName 7s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.nav li {
    display: inline-block;
    height: 18px;
}
.nav li.active a, .nav li a:hover, .nav li a:focus {
    background-color: transparent;
}
.navbar-nav>li+li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #9ad3c8;
    vertical-align: middle;
}
.menu-btn {
    display: none;
}
/*Sidebar*/
.sidebar.sidebar-left {
}
.sidebar.sidebar-left {
    float: left;
    width: 304px;
    height: 418px;
    border-radius: 5px;
    padding: 0px;
    margin: 65px 0 0 100px;
    animation-name: sidebarHeight;
    -webkit-animation-name: sidebarHeight; 
 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
    position: relative;
    z-index: 1;
}
@keyframes sidebarHeight {
    0% {
        height: 4px;
        width: 0px;
        overflow: hidden;
    }
    50% {
        height: 4px;
        width: 304px;
        overflow: hidden;
    }
    99% {
        overflow: hidden;
    }       
    100% {
        height: 418px;
        overflow: visible;
    }       
}
.sidebar-wrap {
    margin: 65px 0 0 100px;
    float: left;
}
.sidebar.sidebar-brands {
    margin: 0;
}
.sidebar-left {
    position: relative;
    border: 1px solid #55a1a6;
    background: #113f43; /* Old browsers */
    background: -moz-linear-gradient(top, #113f43 1%, #2e6367 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #113f43 1%,#2e6367 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #113f43 1%,#2e6367 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f43', endColorstr='#2e6367',GradientType=0 ); /* IE6-9 */
}
.sidebar-left::after {
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    z-index: 9;
    background: transparent url("img/sidebar-line.png") repeat-x 0 0;
    top: -3px;
    left: -2px;
    right: -2px;
    border-radius: 2px;
}
.sidebar-left::before {
    content: "";
    display: block;
    height: 62px;
    width: 304px;
    background: transparent url(img/sidebar-mirr.png) no-repeat 0 0/100% auto;
    position: absolute;
    bottom: -63px;
}
.sidebar.sidebar-right {
    float: right;
    width: 390px;
    padding: 10px 15px;
}
.shop-map a {
    font-family: Verdana;
    font-size: 11px;
    line-height: 25px;
    color: black;
    display: block;
    padding-left: 52px;
    height: 25px;
    margin-bottom: 5px;
    background: transparent url("img/ico-map.png") no-repeat 0 50%;
}
.shop-images {
    width: 155px;
    display: inline-block;
    vertical-align: bottom;
}
.shop-images img {
    width: 135px;
    height: auto;
    padding: 5px;
    margin: 5px;
    background-color: #ccc;
}
.sidebar-content {
    max-height: 346px;
    overflow-y: auto;
    border-radius: 5px;
    padding: 0px;
}
.sidebar-title {
    color: white;
    font-family: MyriadPro;
    font-size: 17px;
    font-weight: 400;
    line-height: 15px;
    margin: 0px 23px 10px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding: 29px 0 4px;
    position: relative;
}
.sidebar-title::before {
}
.sidebar-menu a {
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    display: block;
    padding: 3px 23px 3px;
    position: relative;
}
.sidebar-menu a:hover, .sidebar-menu a:focus {
    background-color: #123f45;
}
.sidebar-menu .active>a, .sidebar-city .active>a {
    background-color: #082e37;
}
.sidebar-menu .active>a::before {
    content: "";
    display: block;
    height: 3px;
    width: 3px;
    background-color: #fff;
    position: absolute;
    left: 13px;
    top: 8px;
}
.has-children ul {
    display: none;
    margin-left: 10px;
}
.has-children.active ul, .has-children.active-child ul {
    display: block;
}
.shop-actions li {
    height: 45px;
    padding: 5px;
}
.action-img {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 15px 5px 5px;
}
.action-img img {
    width: 35px;
    height: auto;
}
.action-name {
    display: inline-block;
    max-width: 190px;
    vertical-align: middle;
}
.shop-pop-actions {
    position: absolute;
    right: -16px;
    top: 0;
    margin-right: 15px;
    padding: 10px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid #11a2b1;
    background-color: rgba(15,57,60,0.85);
    max-height: 400px;
    overflow-y: auto;
    z-index: 99;
}
.actions-from-shop .shop-pop-actions {
    right: -16px;
}
/*Content*/
article {
    position: relative;
    min-height: 550px;
    height: -webkit-calc(100% - 215px - 193px);
    height: -o-calc(100% - 215px - 193px);
    height: calc(100% - 215px - 193px); 
    background: #001f22 url("img/content-dots.png") repeat-x 0 0; /* Old browsers */
    background: url("img/content-dots.png") repeat-x 0 0, -moz-linear-gradient(top, #001f22 0%, #f4f6f6 100%); /* FF3.6-15 */
    background: url("img/content-dots.png") repeat-x 0 0, -webkit-linear-gradient(top, #001f22 0%,#f4f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: url("img/content-dots.png") repeat-x 0 0, linear-gradient(to bottom, #001f22 0%,#f4f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f22', endColorstr='#f4f6f6',GradientType=0 ); /* IE6-9 */
}
.content {
    max-width: 780px;
    margin: 0 auto;
    padding: 65px 15px 10px 100px;
}
.page-hits .content, .content.cont-about, .content.cont-cards {
}
.content-border {
    margin: 0 auto;
    padding: 5px 0;
    display: block;
    position: relative;
    max-width: 552px;
    height: 380px;
    border: 1px solid #8b9b9b;
    border-top: none;
    border-bottom: none;
    border-radius: 5px;
    overflow: visible;
    background: #949ea0; /* Old browsers */
    background: -moz-linear-gradient(top, #949ea0 0%, #d9ddde 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #949ea0 0%,#d9ddde 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #949ea0 0%,#d9ddde 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949ea0', endColorstr='#d9ddde',GradientType=0 ); /* IE6-9 */
    animation-name: contentHeight;
    -webkit-animation-name: contentHeight; 
 
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
}
.page-hits .content-border {
    animation-name: contentHeightHits;
    -webkit-animation-name: contentHeightHits; 
}
@keyframes contentHeight {
    0% {
        height: 0px;
        width: 0;
        padding: 0;
        margin-top: 190px;
        overflow: hidden;
    }
    50% {
        height: 0px;
        margin-top: 190px;
        overflow: hidden;
    }
    99% {
        overflow: hidden;
    }       
    100% {
        padding: 5px 0;
        height: 380px;
        margin-top: 0px;
        overflow: visible;
    }       
}
@keyframes contentHeightHits {
    0% {
        height: 0px;
        margin-top: 190px;
        overflow: hidden;
    }
    50% {
        height: 0px;
        margin-top: 185px;
        overflow: hidden;
    }
    99% {
        overflow: hidden;
    }       
    100% {
        height: 380px;
        margin-top: 0px;
        overflow: visible;
    }       
}
.content.page-home {
    padding: 0px 15px 10px 15px;
}
.content-wrapper {
    width: 550px;
    margin: 0px auto;
    padding: 25px 15px;
    height: 350px;
    overflow-y: auto;
    border-top: none;
    border-bottom: none;
    overflow-x: hidden;
}
.content-wrapper.content-about {
}
.content-about img, .content-cards img {
    margin: 10px;
}
.content-border::before {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    z-index: 9;
    background: transparent url("img/content-line-t.png") no-repeat 0 0/100% auto;
    top: 0px;
    left: -2px;
    right: -2px;
}
.content-border::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    z-index: 9;
    background: transparent url("img/content-line-b.png") no-repeat 0 0/100% auto;
    bottom: 0px;
    left: -1px;
    right: -1px;
}
.content-reflect {
    display: block;
    height: 63px;
    max-width: 552px;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    background: transparent url(img/content-mirr.png) no-repeat 0 0/100% auto;
    bottom: -66px;
    left: -1px;
    right: -1px;
}
.news-intext {
    color: black;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
}
.news-title {
    color: black;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin: 0 0 20px 0;
    margin: 0 10px 20px 0;
    display: inline-block;
}
.news-date {
    color: #000;
    font-family: Verdana;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    display: inline-block;
}
.news-intext a {
    font-weight: 700;
}
.map-city {
    position: relative;
    display: none;
}
#ua {
    display: none;
    margin: auto;
}
/*Page novinki*/
/*Novinki slider*/
.novinki-slider::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    top: 50%;
    margin-top: -150px;
    background: #697e7f;
    background: -moz-linear-gradient(top, #697e7f 0%, #b8c1c1 100%);
    background: -webkit-linear-gradient(top, #697e7f 0%,#b8c1c1 100%);
    background: linear-gradient(to bottom, #697e7f 0%,#b8c1c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#697e7f', endColorstr='#b8c1c1',GradientType=0 );
}
.novinki-slider li.slider-item {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    height: 300px;
    text-align: center;
    outline: none;
}
.novinki-slider li.slider-item a {
}
.novinki-slider .slider-item:not(.active)::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
}
.novinki-slider .slider-item a {
    display: inline-block;
    vertical-align: middle;
}
.novinki-slider li.slider-item.active {
    width: 232px;
}
.content-full {
    height: 100%;
}
.novinki-slider {
    height: 600px;
}
.novinki-slider .slick-list {
    padding: 100px 0 !important;
}
.novinki-slider .disabled .slider-brand-name, .novinki-slider .disabled .slider-line-name {
    display: none;
}
.novinki-slider .slider-img {
    width: 100px;
    height: 133px;
    overflow: hidden;
}
.slider-img img {
    width: 100%;
    height: auto;
}
.slider-img.active img {
    height: 100%;
}
.slider-img img+canvas {
    animation-name: opacity;
    -webkit-animation-name: opacity; 
 
    animation-duration: 0.15s; 
    -webkit-animation-duration: 0.15s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out; 
}
.novinki-slider .slider-item.active .slider-img {
    width: 200px;
    height: 200px;
}
.novinki-slider .slider-item .slider-img div.reflection {
    width: 100px !important;
    height: 133px !important;
}
.novinki-slider .slider-item.active .slider-img .reflection {
    animation-name: opacity;
    -webkit-animation-name: opacity; 
 
    animation-duration: 0.15s; 
    -webkit-animation-duration: 0.15s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
}
.novinki-slider .slider-item.active .slider-img .reflection {
    width: 200px !important;
    height: 200px !important;
}
.novinki-slider .slider-item.active a {
    margin: 0 auto;
    max-width: 212px;
    border: 1px solid #fff;
    padding: 5px 5px 20px;
    background: #879aa0; /* Old browsers */
    background: -moz-linear-gradient(top, #879aa0 0%, #4f6266 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #879aa0 0%,#4f6266 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #879aa0 0%,#4f6266 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#879aa0', endColorstr='#4f6266',GradientType=0 ); /* IE6-9 */
}
.slider-brand-name {
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
}
.slider-brand-name::before {
    content: "";
    width: 89px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 12px auto 10px;
}
.slider-line-name {
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 19px;
}
.slick-arrow {
    font-size: 0;
    height: 27px;
    width: 19px;
    border: 1px solid #84adae;
    border-left: none;
    border-radius: 3px;
    z-index: 9;
}
.slick-prev.slick-arrow {
    position: absolute;
    top: 237px;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #658890 url("img/slider-left-arr.png") no-repeat 50% 50%;
}
.slick-next.slick-arrow {
    position: absolute;
    top: 237px;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #658890 url("img/slider-right-arr.png") no-repeat 50% 50%;
}
.slick-first.slick-arrow {
    position: absolute;
    top: 267px;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #658890 url("img/slider-first-arr.png") no-repeat 50% 50%;
}
.slick-last.slick-arrow {
    position: absolute;
    top: 267px;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #658890 url("img/slider-last-arr.png") no-repeat 50% 50%;
}
.slick-arrow:hover {
    background-color: #5a7479;
}
.slick-arrow:active {
    background-color: #7b9da3;
}
/*Page hits*/
.content-wrapper.content-hits {
    padding: 15px 20px;
    width: 650px;
}
.page-hits .content-border {
    max-width: 655px;
}
.page-hits .content-reflect {
    max-width: 655px;
}
.hits-title {
    color: #0c2729;
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
}
h3.gend {
    color: white;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
    margin-top: 0;
}
.hits-block {
    padding: 15px;
    border: 1px solid #fff;
    width: 48%;
    margin: 0 1%;
    float: left;
}
.hits-block, .hits-block a {
    color: #0c2729;
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
}
/*Page brands*/
.content-brands {
    height: 400px;
    max-height: 400px;
}
.sidebar-wrap-brands {
    margin: 20px 0 0 100px;
}
.brand-tabs li {
    width: 50%;
    float: left;
    position: relative;
}
.brand-tabs li a {
    display: block;
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}
.brand-tabs li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url("img/brand-tabs-bg.png") no-repeat 0 0/100% 100%;
    z-index: 0;
    opacity: 0.62;
}
.brand-tabs li.active::before {
    opacity: 1;
}
.brand-tabs {
    height: 20px;
    margin-bottom: 7px;
}
.search-brands {
    margin-bottom: 1px;
    background-color: rgba(56, 86, 83, 0.62);
    height: 20px;
}
.search-brands label {
    color: white;
    font-family: MyriadPro;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 0 12px;
    margin: 0;
}
#search-brands {
    width: 239px;
    background-color: rgba(76, 104, 106, 0.62);
    border: none;
    outline: none;
    padding: 0 10px;
    margin-left: 10px;
}
.brand-img {
    width: 180px;
    height: 89px;
    border: 1px solid #fff;
    padding: 5px;
        position: absolute;
    top: 0;
}
.content-block-brands {
    width: 530px;
    margin: 0 auto;
    position: relative;
    padding-top: 55px;
}
.line-tabs {
    margin: 0;
    height: 40px;
    padding-left: 200px;
    background-color: #00282d;
    border: 1px solid #325a5d;
}
.line-tabs li.active {
    background-color: #223e40;
}
.line-tabs li {
    width: 164px;
    float: left;
    line-height: 38px;
    text-align: center;
}
.line-tabs a {
    color: white;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 400;
    line-height: 38px;
    position: relative;
    display: block;
}
.content-brands+.brand-reflect {
    display: block;
    height: 33px;
    position: absolute;
    z-index: 9;
    bottom: -35px;
    left: 1px;
    right: 1px;
    background: -moz-linear-gradient(top, rgba(239,242,241,1) 0%, rgba(135,151,151,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(239,242,241,1) 0%,rgba(135,151,151,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(239,242,241,1) 0%,rgba(135,151,151,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff2f1', endColorstr='#00879797',GradientType=0 ); /* IE6-9 */
}
.content-line+.brand-reflect {
    display: block;
    height: 50px;
    position: absolute;
    z-index: 9;
    bottom: -52px;
    left: 1px;
    right: 1px;
    background: transparent url("img/lines-mirr.png") no-repeat 0 0/100% auto;
}
.content-line {
    height: auto;
    overflow-y: auto;
    background: rgb(108,133,135); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(108,133,135,1) 0%, rgba(195,203,204,1) 50%, rgba(115,139,142,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(108,133,135,1) 0%,rgba(195,203,204,1) 50%,rgba(115,139,142,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(108,133,135,1) 0%,rgba(195,203,204,1) 50%,rgba(115,139,142,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c8587', endColorstr='#738b8e',GradientType=0 ); /* IE6-9 */
    width: 528px;
}
.line-menu {
    height: 380px;
    overflow-y: auto;
}
.content-brands {
    background: #879797;
    background: -moz-linear-gradient(top, #879797 0%, #eff2f1 100%);
    background: -webkit-linear-gradient(top, #879797 0%,#eff2f1 100%);
    background: linear-gradient(to bottom, #879797 0%,#eff2f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#879797', endColorstr='#eff2f1',GradientType=0 );
    width: 528px;
}
.content-brands {
    color: black;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
}
.brand-img, .content-brands, .content-line {
    animation-name: opacity;
    -webkit-animation-name: opacity; 
 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
}
@keyframes brandsHeight {
    0% {
        height: 0px;
        padding-top: 0px;
        overflow: hidden;
    }
    25% {
        height: 0px;
        padding-top: 55px;
        overflow: hidden;
    }
    99% {
        overflow: hidden;
    }       
    100% {
        height: 495px;
        overflow: visible;
    }       
}
.cont-brands {
    padding: 10px 15px 10px 15px;
}
.line-tabs a::before {
    content: "";
    border: 7px solid white;
    display: inline-block;
    margin-right: 10px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 0 solid transparent;
}
.line-tabs .active a::before {
    animation-name: rotate;
    -webkit-animation-name: rotate; 
 
    animation-duration: 0.5s; 
    -webkit-animation-duration: 0.5s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }       
}
.line-menu a {
    color: black;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
}
.line-img {
    border: 1px solid #fff;
    display: inline-block;
    padding: 4px;
    vertical-align: middle;
}
.line-img img {
    width: 79px;
    height: inherit;
}
.list-line-item {
    margin-bottom: 5px;
}
.line-name {
    display: inline-block;
    margin: 2px 0 2px 11px;
    padding: 0 0 0 24px;
    height: 77px;
    line-height: 77px;
    vertical-align: middle;
    width: 381px;
    background: transparent url("img/list-line-it-bg.png") repeat-x 0 0;
    position: relative;
}
.line-name::before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #0b515b;
    position: absolute;
    top: 37px;
    left: 10px;
}
/*Modal*/
.modal-dialog {
    margin: 150px auto;
}
.modal-content img {
    width: 100%;
}
/*Pop up lines*/
.close-btn {
    display: table;
    font-size: 0;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.close-pop-up {
}
.close-btn::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 7px;
    right: 0;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-btn::after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 7px;
    right: 0;
    background-color: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pop-up-wrap {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 98;
    overflow: hidden;
}
.pop-up {
    width: 90%;
    height: 280px;
    margin: 30px auto 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    animation-name: slideUp;
    -webkit-animation-name: slideUp; 
 
    animation-duration: 0.5s; 
    -webkit-animation-duration: 0.5s;
 
    animation-timing-function: cubic-bezier; 
    -webkit-animation-timing-function: cubic-bezier;     
}
@keyframes slideUp {
    0% {
        bottom: -300px;
    }
    100% {
        bottom: 0px;
    }       
}

.pop-line-img {
    display: inline-block;
}
.pop-descr {
    display: inline-block;
    height: 270px;
    border: 1px solid #fff;
    padding: 15px 5px 5px;
    background: rgb(6,38,40); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(6,38,40,1) 0%, rgba(44,100,98,1) 4%, rgba(36,95,100,1) 6%, rgba(36,95,100,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(6,38,40,1) 0%,rgba(44,100,98,1) 4%,rgba(36,95,100,1) 6%,rgba(36,95,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(6,38,40,1) 0%,rgba(44,100,98,1) 4%,rgba(36,95,100,1) 6%,rgba(36,95,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062628', endColorstr='#245f64',GradientType=0 ); /* IE6-9 */
}
.pop-descr-in {
    overflow-y: auto;
    height: 248px;
    border: 1px solid #5a868a;
    padding: 15px;
    background: rgb(203,203,203); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(203,203,203,1) 0%, rgba(254,254,254,1) 5%, rgba(254,254,254,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(203,203,203,1) 0%,rgba(254,254,254,1) 5%,rgba(254,254,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(203,203,203,1) 0%,rgba(254,254,254,1) 5%,rgba(254,254,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.line-item {
    display:-moz-flex;
    display:-ms-flex;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pop-line-img {
    display:-moz-flex;
    display:-ms-flex;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
}
.pop-line-img img {
    margin: 0px 5px 0 0;
}
.action-pop-name {
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    font-family: Verdana;
}
.action-pop-text {
    color: white;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    font-family: Verdana;
    margin-bottom: 10px;
}
.action-pop-date {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    font-family: Verdana;
    color: rgba(255, 255, 255, 0.8);
}
/*Page shops*/
    #vmap {
        position: absolute !important;
        width: 100%; 
        height: 100%;
        margin: -40px 80px 0 -65px;
        z-index: 9;
    }
    #vmap.blur, .map-tooltip.blur {
        z-index: 0;
    }
    #vmap.blur svg {
        position: relative;
        z-index: 0;
    }
    #vmap.blur::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
    }
    .map-tooltip {
        top: 50%;
        left: 50%;
        background-color: rgba(15, 95, 101, 1);
        border: 1px solid rgba(255,255,255,0.75);
        padding: 10px 20px;
        z-index: 10;
    }
    .map-tooltip a {
        text-decoration: none;
        color: white;
        font-family: Verdana;
        font-size: 16px;
        font-style: italic;
        line-height: 26px;
        display: block;
    }
    .map-tooltip a:hover, .map-tooltip a:focus {
        text-decoration: underline;
    }
    .jqvmap-label
    {
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
        pointer-events:none;
    }
    .jqvmap-pin {
        pointer-events:none;
    }
    .jqvmap-zoomin, .jqvmap-zoomout
    {
        position: absolute;
        left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #000000;
        padding: 3px;
        color: white;
        width: 10px;
        height: 10px;
        cursor: pointer;
        line-height: 10px;
        text-align: center;
    }
    .jqvmap-zoomin
    {
        top: 10px;
    }
    .jqvmap-zoomout
    {
        top: 30px;
    }
    .jqvmap-region
    {
        cursor: pointer;
    }
    .jqvmap-ajax_response
    {
        width: 100%;
        height: 500px;
    }
    .jqvmap-pin {
        color: #fff;
        margin-left: -6%;
        margin-top: -2%;
    }
    div.jqvmap-pin {
        font-size: 0;
    }
    div.jqvmap-pin::before {
        color: #fff;
        font-size: 12px;
    }
    div[for="21"] {
        margin-top: -4%;
        margin-left: -7%;
    }
    div[for="68"] {
        margin-top: -3%;
    }
    div[for="51"]::before { content: "Одесса"; }
    div[for="48"]::before { content: "Николаев"; }
    div[for="32"]::before { content: "Киев"; }
    div[for="74"]::before { content: "Чернигов"; }
    div[for="59"]::before { content: "Сумы"; }
    div[for="07"]::before { content: "Луцк"; }
    div[for="56"]::before { content: "Ровно"; }
    div[for="18"]::before { content: "Житомир"; }
    div[for="46"]::before { content: "Львов"; }
    div[for="21"]::before { content: "Ужгород"; }
    div[for="26"]::before { content: "Ивано-Франковск"; }
    div[for="77"]::before { content: "Черновцы"; }
    div[for="61"]::before { content: "Тернополь"; }
    div[for="68"]::before { content: "Хмельницкий"; }
    div[for="05"]::before { content: "Винница"; }
    div[for="71"]::before { content: "Черкасcы"; }
    div[for="35"]::before { content: "Кропивницкий"; }
    div[for="53"]::before { content: "Полтава"; }
    div[for="63"]::before { content: "Харьков"; }
    div[for="12"]::before { content: "Днепр"; }
    div[for="65"]::before { content: "Херсон"; }
    div[for="23"]::before { content: "Запорожье"; }
    div[for="14"]::before { content: "Мариуполь"; }
.content-map {
    color: #fff;
    position: relative;
    z-index: 9;
    display: none;
}
.content-map.blur {
    z-index: 0;
}
.content-map.blur {
    -webkit-filter: url(#blur);
    filter: url(#blur);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    background-size: cover;
    opacity: 0.5;
}
.blur {
    -webkit-filter: url(#blur);
    filter: url(#blur);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    background-size: cover;
    opacity: 0.5;
}
.block-tabs {
    text-align: center;
    padding-top: 5px;
    position: relative;
    z-index: 1;
}
.map-tabs li {
    display: inline-block;
}
.map-tabs li.active {
    opacity: 0.3;
}
.map-tabs a {
    display: block;
    width: 105px;
    height: 35px;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.1);
    color: #fff;
    line-height: 35px;
    font-size: 12px;
}
.map-tabs li:not(.active):hover a {
    border: 1px solid rgba(255,255,255,0.75);
}
.map-tabs .btn-map img {
    margin-right: 5px;
}
.btn-list img {
    margin: -3px 5px 0 0;
}
.sidebar.sidebar-left.sidebar-shops {
    margin: 15px 0 0 100px;
}
.content.cont-shops {
    padding: 15px 15px 10px 15px;
    animation-name: opacity;
    -webkit-animation-name: opacity; 
    animation-duration: 1.5s; 
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;    
}
.content.cont-shops.list-, .content.cont-shops.list-0 {
    width: 100%;
    max-width: 100%;
    height: 550px;
}
.sidebar.sidebar-right.sidebar-shops {
    position: absolute;
    right: 0;
    top: 35px;
    padding: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #237277;
    background: rgb(19,65,66);
    background: -moz-linear-gradient(top, rgba(19,65,66,1) 0%, rgba(234,236,238,1) 100%);
    background: -webkit-linear-gradient(top, rgba(19,65,66,1) 0%,rgba(234,236,238,1) 100%);
    background: linear-gradient(to bottom, rgba(19,65,66,1) 0%,rgba(234,236,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134142', endColorstr='#eaecee',GradientType=0 );
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft; 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
    z-index: 1;
}
.actions-from-shop-list+.sidebar.sidebar-right.sidebar-shops {
    right: -390px;
}
.sidebar.sidebar-right.sidebar-shops.slided {
    right: -390px;
}
@keyframes slideLeft {
    0% {
        right: -390px;
    }
    100% {
        right: 0px;
    }       
}
@keyframes slideLeftBack {
    0% {
        right: 0px;
    }
    50% {
        right: -390px;
    }
    100% {
        right: 0px;
    }       
}
.actions-from-shop {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    background: -moz-linear-gradient(top, rgba(19,65,66,0.7) 0%, rgba(234,236,238,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(19,65,66,0.7) 0%,rgba(234,236,238,0.7) 100%);
    background: linear-gradient(to bottom, rgba(19,65,66,0.7) 0%,rgba(234,236,238,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3134142', endColorstr='#b3eaecee',GradientType=0 );
    border-radius: 5px;
    border: 1px solid #25757a;
    padding: 15px;
}
.shop-actions {
    max-height: 400px;
    overflow: auto;
}
.actions-from-shop-list {
    position: absolute;
    top: 65px;
    left: auto;
    right: 35px;
    margin: 0 auto;
    width: 300px;
    background: -moz-linear-gradient(top, rgba(19,65,66,0.7) 0%, rgba(234,236,238,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(19,65,66,0.7) 0%,rgba(234,236,238,0.7) 100%);
    background: linear-gradient(to bottom, rgba(19,65,66,0.7) 0%,rgba(234,236,238,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3134142', endColorstr='#b3eaecee',GradientType=0 );
    border-radius: 5px;
    border: 1px solid #25757a;
    padding: 15px;
    animation-name: opacity;
    -webkit-animation-name: opacity; 
    animation-duration: 0.5s; 
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
}
.actions-from-shop h4, .actions-from-shop-list h4 {
    color: #dae1e1;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 10px;
}
.content-shops {
    background: rgb(49,73,75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(49,73,75,1) 0%, rgba(172,185,186,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(49,73,75,1) 0%,rgba(172,185,186,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(49,73,75,1) 0%,rgba(172,185,186,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31494b', endColorstr='#acb9ba',GradientType=0 ); /* IE6-9 */
    width: 300px;
    border: 1px solid #7f9192;
    padding: 15px 5px;
}
.cities-shops-cont a {
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    color: #010d0e;
    display: block;
    padding: 0 20px;
}
.cities-shops-cont .active a {
    color: white;
    background-color: #396563;
}
.shop-actions-link {
}
.shop-info {
    display: inline-block;
    vertical-align: bottom;
    width: 175px;
}
.shop-actions-link a {
    border: 1px solid #cb0436;
    width: 150px;
    height: 22px;
    background-color: #fff;
    display: table;
    padding: 0 10px;
    color: #391717;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}
.shop-actions-link a::before {
    content: "";
    border: 7px solid #cb0436;
    display: inline-block;
    margin-right: 10px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 0 solid transparent;
}
.shop-title {
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    color: black;
    font-weight: 700;
}
.shop-descr {
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    color: #1a3234;
    font-weight: 400;
}
.shop-actions li {
    border: 1px solid #55a1a6;
    background: #113f43;
    background: -moz-linear-gradient(top, #113f43 1%, #2e6367 100%);
    background: -webkit-linear-gradient(top, #113f43 1%,#2e6367 100%);
    background: linear-gradient(to bottom, #113f43 1%,#2e6367 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f43', endColorstr='#2e6367',GradientType=0 );
    margin-bottom: 5px;
    padding: 1px;
}
.shop-actions li a {
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
}
/*Page action*/
.content.cont-actions {
    padding: 35px 15px 10px 15px;
}
.sidebar.sidebar-left.sidebar-actions {
    margin: 35px 0 0 100px;
}
.content-block-actions {
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    padding: 14px 17px 29px;
    border: 1px solid #fff;
    max-width: 300px;
    min-height: 400px;
    margin: 0 auto;
    position: relative;
    background: rgb(46,90,93); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(46,90,93,1) 0%, rgba(38,86,90,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(46,90,93,1) 0%,rgba(38,86,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(46,90,93,1) 0%,rgba(38,86,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e5a5d', endColorstr='#26565a',GradientType=0 ); /* IE6-9 */
    animation-name: slideDown;
    -webkit-animation-name: slideDown; 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
}
.content-wrapper.content-actions {
    padding: 0;
    width: 100%;
    margin: 20px 0;
    max-height: 180px;
}
.cont-actions-wrap {
    padding-bottom: 90px;
    overflow-y: hidden;
    position: relative;
    width: 302px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 90px;
}
.actions-reflect {
    display: block;
    height: 90px;
    position: absolute;
    z-index: 9;
    bottom: 0px;
    left: 1px;
    right: 1px;
    background: rgb(70,110,113); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(70,110,113,1) 0%, rgba(229,233,232,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(70,110,113,1) 0%,rgba(229,233,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(70,110,113,1) 0%,rgba(229,233,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#466e71', endColorstr='#e5e9e8',GradientType=0 ); /* IE6-9 */
    animation-name: slideUp;
    -webkit-animation-name: slideUp; 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
}
@keyframes slideDown {
    0% {
        top: -430px;
    }
    100% {
        top: 0px;
    }       
}
@keyframes slideUp {
    0% {
        bottom: -90px;
    }
    100% {
        bottom: 0px;
    }       
}
.sidebar.sidebar-right.sidebar-actions {
    width: 260px;
    position: absolute;
    right: 50px;
    top: 35px;
    padding: 0;
}
.sidebar-r-content-wrap {
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 95px;
    position: relative;
}
.sidebar-r-content-wrap::after {
    content: "";
    display: block;
    width: 260px;
    height: 90px;
    position: absolute;
    bottom: 0;
    background: transparent url("img/right-reflect.png") no-repeat 0 0/100% auto;
    animation-name: slideUp;
    -webkit-animation-name: slideUp; 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
}
.sidebar-actions.sidebar-right .sidebar-content {
    padding: 10px 0px 10px 0px;
    border-radius: 0;
    border: 1px solid #819798;
    height: 345px;
    background: rgb(188,200,201); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(188,200,201,1) 0%, rgba(222,225,220,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(188,200,201,1) 0%,rgba(222,225,220,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(188,200,201,1) 0%,rgba(222,225,220,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcc8c9', endColorstr='#dee1dc',GradientType=0 ); /* IE6-9 */
    position: relative;
    animation-name: slideDown;
    -webkit-animation-name: slideDown; 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
}
.sidebar-actions h5 {
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 26px;
    background-color: #728b8d;
    text-align: center;
    margin-bottom: 3px;
}
.shop-pop-actions .actions-img {
    margin-bottom: 15px;
}
.actions-img img {
    border: 2px solid #17383c;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.52);
    box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.52);
}
.content-block-actions .actions-img img {
    animation-name: rotateCorner;
    -webkit-animation-name: rotateCorner; 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
@keyframes rotateCorner {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }       
}
.city-shops a {
    color: #1e3c3e;
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    display: block;
    padding: 0 5px 0 15px;
}
.city-shops a:hover, .city-shops a:focus {
    background-color: rgba(255, 255, 255, 0.4);
}
.city-actions-name {
    color: #1e3c3e;
    font-family: Verdana;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    padding-left: 10px;
}
/*Page about*/
.content-about {
    color: black;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
}
.content-wrapper.content-about br+br+br, .content-wrapper.content-cards br+br+br {
}
.content-wrapper.content-about img {
    display: block;
    clear: both;
}
/*Page cards*/
.content-cards {
    color: black;
    font-family: Verdana;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
}
/*Magazine*/
.magaziny-slider::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 290px;
    top: 50%;
    margin-top: -165px;
    background: #697e7f;
    background: -moz-linear-gradient(top, #697e7f 0%, #b8c1c1 100%);
    background: -webkit-linear-gradient(top, #697e7f 0%,#b8c1c1 100%);
    background: linear-gradient(to bottom, #697e7f 0%,#b8c1c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#697e7f', endColorstr='#b8c1c1',GradientType=0 );
}
.magaziny-slider li.slider-item {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    height: 240px;
    text-align: center;
    outline: none;
    position: relative;
}
.magaziny-slider .slider-item:not(.active)::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
}
.magaziny-slider .slider-item a {
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.magaziny-slider li.slider-item.active {
    width: 320px;
    height: 410px;
    margin-top: -70px;
    position: relative;
    z-index: 9;
}
.magaziny-slider li.slider-item div.reflection {
    width: 100% !important;
    height: 100% !important;
}
.magaziny-slider li.slider-item:not(.active) div.reflection {
    padding-bottom: 50px;
}
.magaziny-slider li.slider-item:not(.active) .slider-img>img {
    padding-bottom: 50px;
}
.magaziny-slider li.slider-item:not(.active) .slider-img .reflection  img {
    padding-bottom: 0px;
}
.magaziny-slider li.slider-item reflection {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.magaziny-slider li.slider-item.active .reflection {
}
.magaziny-slider li.slider-item.active .reflection canvas {
    display: none !important;
}
.magaziny-slider {
    height: 635px;
}
.magaziny-slider .slick-list {
    padding: 150px 0 !important;
}
.magaziny-slider .disabled .slider-brand-name, .magaziny-slider .disabled .slider-line-name {
    display: none;
}
.magaziny-slider .slider-img {
    width: 163px;
    height: 210px;
}
.magaziny-slider .slider-item.active .slider-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.magaziny-slider .slider-item .slider-img::after { 
    content: attr(data-title); 
    position: absolute;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    display: table;
    background-color: rgba(51, 153, 153, 0.5);
    border: 1px solid #c4d1d0;
    color: #fff;
    padding: 1px 3px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.magaziny-slider .slider-item:hover .slider-img::after { 
    opacity: 1;
}
.magaziny-slider .slider-item.active .slider-img::after {
    bottom: auto;
    top: 65%;
}
.magaziny-slider .slider-item:not(.active) .slider-img {
    height: 270px;
}
.magaziny-slider .slider-item.active .slider-img {
    padding: 5px;
    background-color: rgba(36,95,100,0.6);
}
.magaziny-slider .slider-item.active a {
}
/*Page parfumania*/
.sidebar.sidebar-left.sidebar-zhurnal {
    height: 250px;
    margin-top: 45px;
    animation-name: sidebarHeightZ;
    -webkit-animation-name: sidebarHeightZ; 
 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
}
@keyframes sidebarHeightZ {
    0% {
        height: 4px;
        width: 0px;
        overflow: hidden;
    }
    50% {
        height: 4px;
        width: 304px;
        overflow: hidden;
    }
    99% {
        overflow: hidden;
    }       
    100% {
        height: 250px;
        overflow: visible;
    }       
}

.content.cont-zhurnal {
    padding: 35px 15px 10px 100px;
}
.name-zhurnal {
    color: white;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: center;
}
.sdbr-zhurnal {
    max-height: 150px;
}
.navigation-zhurnal {
    background-color: #305c61;
    margin-bottom: 12px;
    position: relative;
    height: 20px;
}
.nav-zhur {
    font-size: 0;
    height: 20px;
    position: absolute;
}
.first-zhurnal {
    width: 50px;
    left: 0;
    background: #43666a url("img/first-btn.png") no-repeat 50% 50%;
}
.prev-zhurnal {
    width: 25px;
    left: 52px;
    background: #43666a url("img/prev-btn.png") no-repeat 50% 50%;
}
.last-zhurnal {
    width: 50px;
    right: 0;
    background: #43666a url("img/last-btn.png") no-repeat 50% 50%;
}
.next-zhurnal {
    width: 25px;
    right: 52px;
    background: #43666a url("img/next-btn.png") no-repeat 50% 50%;
}
.cont-zhurnal .content-border {
    animation-name: contentWidth;
    -webkit-animation-name: contentWidth; 
 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;   
    height: 350px;
}
@keyframes contentWidth {
    0% {
        width: 0;
        overflow: hidden;
    }
    99% {
        overflow: hidden;
    }       
    100% {
        width: 552px;
        overflow: visible;
    }       
}
@keyframes goLeft {
    0% {
        left: 0px;
    }
    75% {
        left: 0px;
    }
    100% {
        left: -26px;
    }       
}
.tema-content {
    animation-name: sidebarHeight;
    -webkit-animation-name: sidebarHeight; 
 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
}
.pdf-link {
    position: absolute;
    left: -37px;
    bottom: 7px;
}
.pdf-link a {
    display: block;
    width: 37px;
    height: 25px;
    font-size: 0;
    z-index: 9;
    background: transparent url("img/ico-pdf.png") no-repeat 0 0;
}
.tema-img {
    width: 128px;
    position: absolute;
    left: -26px;
    top: 43px;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.52);
    box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.52);
    animation-name: goLeft;
    -webkit-animation-name: goLeft; 
 
    animation-duration: 1.5s; 
    -webkit-animation-duration: 1.5s;
 
    animation-timing-function: ease-in; 
    -webkit-animation-timing-function: ease-in;     
}
.tema-img img {
    width: 100%;
    height: auto;
    margin: 0;
}
.content-wrapper.content-tema {
    padding: 15px 25px 0 140px;
    max-height: 300px;
}
.tema-images {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 10%;
    text-align: right;
    height: 124px;
    padding: 20px 18px 0 0;
    background: transparent url("img/lenta.png") no-repeat 100% 0;
}
.tema-images img {
    display: inline-block;
    height: 78px;
    margin: 0 0 0 6px;
    transform: scale(1);
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    cursor: pointer;
}
.tema-images img.zoom {
    position: relative;
    z-index: 9;
    transform: scale(3);
}
/*Map page shop*/
.map-city {
    width: 100%;
    max-width: 541px;
    max-height: 383px;
    margin: 0 auto;
    background: transparent url("img/map-big.png") no-repeat 0 0/100% auto;
    position: relative;
    padding-top: 383px;
}
.map-city li {
    position: absolute;
}
#city-33 {
    left: 39%;
    top: 10%;
}
#city-4 {
    top: 19%;
    left: 45%;
}
#city-13 {
    top: 34%;
    left: 34%;
}
#city-20 {
    left: 68%;
    top: 43%;
}
#city-5 {
    left: 30%;
    top: 20%;
}
#city-22 {
    top: 50%;
    left: 73%;
}
#city-11 {
    top: 41%;
    left: 6%;
}
#city-15 {
    top: 34%;
    left: 61%;
}
#city-21 {
    top: 52%;
    left: 57%;
}
#city-31 {
    top: 41%;
    left: 44%;
}
#city-7 {
    left: 15%;
    top: 9%;
}
#city-8 {
    left: 9%;
    top: 26%;
}
#city-19 {
    top: 58%;
    left: 84%;
}
#city-25 {
    top: 59%;
    left: 53%;
}
#city-26 {
    top: 68%;
    left: 45%;
}
#city-1 {
    top: 25%;
    left: 67%;
}
#city-6 {
    left: 27%;
    top: 11%;
}
#city-28 {
    top: 12%;
    left: 68%;
}
#city-9 {
    top: 31%;
    left: 12%;
}
#city-32 {
    top: 35%;
    left: 1%;
}
#city-16 {
    top: 30%;
    left: 77%;
}
#city-30 {
    top: 65%;
    left: 58%;
}
#city-10 {
    top: 38%;
    left: 21%;
}
#city-14 {
    top: 33%;
    left: 48%;
}
#city-34 {
    top: 4%;
    left: 54%;
}
#city-12 {
    top: 47%;
    left: 22%;
}
.map-city a {
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-style: italic;
    line-height: 18px;
}
/*Footer*/
footer {
    height: 193px;
    background-color: #012e31;
}
.footer-line {
    margin: 0 0 1px 0;
    height: 2px;
    background: #001f22 url("img/header-line.jpg") repeat-x 0 0;
}
.footer-content {
    height: 70px;
    margin-top: 80px;
    display:-moz-flex;
    display:-ms-flex;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.footer-content>div {
    width: 33.333333%;
}
.footer-column1 {
    text-align: right;
    padding: 0px 0px 0px 10px;
    border-right: 1px solid #1a4346;
}
.footer-column1, .footer-column1 a {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
.footer-column1 a:not(.phone-icon) {
    text-decoration: underline;
}
.footer-column1 a:hover:not(.phone-icon) {
    text-decoration: none;
}
.footer-column1 ul {
    max-width: 220px;
    text-align: left;
    float: right;
    margin: 0;
    padding: 10px 40px 9px 0;
}
.phone-icon {
    background: url(../socialicons/phone.png) no-repeat 0 0;
    padding: 1px 0px 0px 15px;
    color: #fff;
    line-height: 19px;
}
.footer-column2 a:hover {
    opacity: 1 !important;
}
.footer-column2 {
    text-align: center;
}
.footer-column3 {
    padding: 0px 0px 0px 10px;
    border-left: 1px solid #1a4346;
    text-align: left;
}
.footer-column3, .footer-column3 a {
    color: #FFFFFF;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}
.footer-column3 a:not(.phone-icon) {
    text-decoration: underline;
}
.footer-column3 a:hover:not(.phone-icon) {
    text-decoration: none;
}
.footer-column3 ul {
    max-width: 160px;
    text-align: right;
    padding: 8px 0 9px;
    margin: 0;
}
.paretndiv {
    opacity: 0.5;
}
.paretndiv:hover {
    opacity: 1;
}

@media all and (max-width: 1499px) {
}
@media all and (max-width: 1399px) {
    .content {
        margin: 0 100px 0 auto;
    }
    .content.cont-shops {
        margin: 0 auto;
    }
    .content.cont-actions, .content.page-home {
        margin: 0 auto;
    }
    .map-city {
        padding-top: 345px;
    }
    .content.cont-shops {
        width: 100%;
    }
}
@media all and (max-width: 1279px) {
    .content-border {
        float: left;
        margin: 0 auto 0 50px;
    }
    .content {
        margin: 0 50px 0 auto;
    }
    .cont-shops {
        padding: 15px 15px 10px 55px;
    }
}
@media all and (max-width: 1199px) {
    .content {
        margin: 0 0px 0 auto;
    }
    .sidebar.sidebar-left {
        margin: 65px 0 0 30px;
    }
    .content-border {
        margin: 0 0 0 auto;
        float: none;
    }
    .sidebar.sidebar-left.sidebar-actions {
        margin: 35px 0 0 30px;
        width: 280px;
    }
    .sidebar-left::before {
        width: 280px;
    }
    .sidebar.sidebar-right.sidebar-actions {
        right: 30px;
    }
    .cont-actions-wrap {
        left: 45px;
    }
    .sidebar.sidebar-left.sidebar-hits, .sidebar-left.sidebar-hits::before {
        width: 260px;
    }
    @keyframes sidebarHeight {
        0% {
            height: 4px;
            width: 0px;
            overflow: hidden;
        }
        50% {
            height: 4px;
            width: 260px;
            overflow: hidden;
        }
        99% {
            overflow: hidden;
        }       
        100% {
            height: 418px;
            overflow: visible;
        }       
    }
    .sidebar-wrap-brands {
        margin: 20px 0 0 40px;
    }
    .sidebar.sidebar-left.sidebar-brands {
        margin: 0;
    }
    .cont-brands {
        padding: 10px 15px 10px 120px;
    }
    .sidebar.sidebar-left.sidebar-shops {
        margin: 15px 0 0 15px;
        width: 280px;
    }
    .sidebar-left.sidebar-shops::before {
        width: 280px;
    }
    .cont-shops {
        padding: 15px 15px 10px 10px;
    }
    .content.cont-shops.list-1 {
        width: 390px;
    }
    .sidebar.sidebar-right.sidebar-shops {
        width: 320px;
        padding: 20px 10px;
    }
    .shop-images {
        width: 135px;
    }
    .shop-images img {
        width: 125px;
    }
    .shop-info {
        width: 155px;
    }
    .map-city {
        transform: scale(1.5);
        margin-top: 60px;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    .blur .map-city {
        transform: scale(1);
    }
    .content-shops {
        width: 280px;
    }
    .jqvmap-pin {
        margin-left: -8%;
        margin-top: -4%;
    }
    div[for="21"] {
        margin-top: -6%;
        margin-left: -10%;
    }
    div[for="68"] {
        margin-top: -6%;
    }
}
@media all and (max-width: 991px) {
    .content-wrapper {
        width: 100%;
    }
    .sidebar.sidebar-left, .sidebar-left::before {
        width: 280px;
    }
    .sidebar.sidebar-left {
        animation-name: sidebarHeightM;
        -webkit-animation-name: sidebarHeightM; 
    }
    @keyframes sidebarHeightM {
        0% {
            height: 4px;
            width: 0px;
            overflow: hidden;
        }
        50% {
            height: 4px;
            width: 240px;
            overflow: hidden;
        }
        99% {
            overflow: hidden;
        }       
        100% {
            height: 418px;
            overflow: visible;
        }       
    }
    .sidebar.sidebar-left.sidebar-zhurnal {
        animation-name: sidebarHeightZM;
        -webkit-animation-name: sidebarHeightZM; 
    }
    @keyframes sidebarHeightZM {
        0% {
            height: 4px;
            width: 0px;
            overflow: hidden;
        }
        50% {
            height: 4px;
            width: 240px;
            overflow: hidden;
        }
        99% {
            overflow: hidden;
        }       
        100% {
            height: 250px;
            overflow: visible;
        }       
    }
    .nav-zhur {
        top: 20px;
    }
    .navigation-zhurnal {
        height: 40px;
        margin-bottom: 4px;
    }
    .sdbr-zhurnal {
        max-height: 155px;
    }
    .sidebar-zhurnal .sidebar-title {
        padding: 15px 0 4px;
    }
    .content-border {
        max-width: 400px;
    }
    .tema-img {
        position: relative;
        left: 0;
        top: 0;
        float: left;
        margin-right: 20px;
        animation-name: none;
        -webkit-animation-name: none;
    }
    .content-wrapper.content-tema {
        padding: 15px 25px 0 15px;
        width: 100%;
    }
    .cont-zhurnal .content-border {
        animation-name: none;
        -webkit-animation-name: none;
    }
    .page-hits .content-border {
        max-width: 430px;
        height: 420px;
    }
    .content-wrapper.content-hits {
        padding: 15px 20px;
        width: 100%;
    }
    .hits-block {
        width: 100%;
        margin: 0 0 15px;
        float: none;
    }
    .page-shops  article {
        min-height: max-content;
        height: 100%;
        padding-bottom: 60px;
        min-height: 450px;
        height: initial;
    }
    article {
        min-height: 570px;
        padding-bottom: 110px;
    }
    .sidebar.sidebar-left.sidebar-shops {
        float: none;
        margin-top: 410px;
    }
    .sidebar.sidebar-right.sidebar-shops {
        top: 450px;
    }
    .content.cont-shops.list-0, .content.cont-shops.list-1 {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
    }
    .content.cont-shops.list-0, .content.cont-shops.list-1 {
        height: 400px;
    }
    .content.cont-shops.list-0 {
        height: 500px;
    }
    .shop-pop-actions {
        max-height: 420px;
    }
    .actions-from-shop-list {
        top: 445px;
    }
    .cont-actions-wrap {
    }
    .sidebar.sidebar-left.sidebar-actions {
        margin: 35px 0 0 15px;
        width: 240px;
    }
    .sidebar.sidebar-left, .sidebar-left::before {
        width: 240px;
    }
    .cont-actions-wrap {
        left: 15px;
        width: 245px;
    }
    .sidebar.sidebar-right.sidebar-actions {
        right: 10px;
        width: 230px;
    }
    .content-block-actions {
        max-height: 418px;
    }
    .sidebar-wrap-brands {
        margin: 20px 0 0 10px;
    }
    .cont-brands {
        padding: 10px 15px 10px 260px;
    }
    #search-brands {
        width: 177px;
    }
    .brand-tabs li a {
        padding-left: 0px;
        text-align: center;
    }
    .content-block-brands {
        width: 490px;
    }
    .line-tabs li {
        width: 140px;
    }
    .line-name {
        width: 340px;
    }
    .line-menu {
        height: 320px;
    }
    html, body {
        height: auto;
    }
    nav.menu {
        position: absolute;
        padding: 15px 0;
        width: 100%;
        left: -100%;
        top: 108px;
        background-color: #041b1d;
        z-index: 99;
        -webkit-transition: all 0.35s ease-out;
        -moz-transition: all 0.35s ease-out;
        -o-transition: all 0.35s ease-out;
        transition: all 0.35s ease-out;
    }
    nav.menu.show {
        left: 0;
    }
    .nav li {
        display: block;
        float: none;
        height: 24px;
    }
    .navbar-nav>li>a {
        line-height: 20px;
        font-size: 15px;
        padding: 3px 18px;
    }
    .navbar-nav>li.active a::before, .navbar-nav>li a:hover::before {
        height: 26px;
    }
    .navbar-nav>li+li::before {
        display: none;
    }
    .logo {
        margin: 0px auto 5px;
    }
    .menu-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 65px;
        width: 30px;
    }
    .menu-btn a {
        display: block;
        padding: 5px;
        border: 1px solid #fff;
        border-radius: 5px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }
    .menu-btn a.active {
        border: 1px solid rgba(255,255,255,0);
    }
    .menu-btn a span {
        background-color: #fff;
        display: block;
        width: 100%;
        height: 2px;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    .menu-btn a span:not(:last-child) {
        margin-bottom: 5px;
    }
    .menu-btn a.active span:nth-child(2) {
        opacity: 0;
    }
    .menu-btn a.active span:nth-child(1) {
        -moz-transform: rotate(45deg) translateX(5px) translateY(5px);
        -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
        -o-transform: rotate(45deg) translateX(5px) translateY(5px);
        -ms-transform: rotate(45deg) translateX(5px) translateY(5px);
        transform: rotate(45deg) translateX(5px) translateY(5px);
    }
    .menu-btn a.active span:nth-child(3) {
        -moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        -ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
        transform: rotate(-45deg) translateX(5px) translateY(-5px);
    }
    .footer-column1 {
        padding: 0px 0px 0px 15px;
    }
    .footer-column3 ul {
        margin-right: 15px;
    }
    .modal-dialog {
        margin: 110px auto;
    }
}
@media all and (max-width: 767px) {
    .big-logo-wrap {
        padding: 0 15px;
    }
    .big-logo-text {
        letter-spacing: 0.15em;
    }
    .news-wrapper {
        padding: 26px 22px 34px 22px;
    }
    .sidebar.sidebar-left, .sidebar.sidebar-left.sidebar-brands {
        float: none;
        margin: 0px auto;
        width: 470px;
    }
    .sidebar-left::before {
        display: none;
        width: 470px;
    }
    article {
        min-height: 100%;
        height: auto;
    }
    article:not(.home-art) {
        padding: 30px 0 50px;
    }
    .content-reflect, .actions-reflect, .sidebar-r-content-wrap::after {
        display: none;
    }
    .content-border {
        animation-name: none;
        -webkit-animation-name: none;
        max-width: 470px;
        margin: 0 auto;
        height: auto;
    }
    .content {
        margin: 0 auto;
        padding: 30px 0 0;
        max-width: 470px;
    }
    .map-city, .blur .map-city {
        transform: scale(0.95);
        margin-top: 0px;
        margin-left: -14px;
    }
    .footer-content>div {
        width: 38.333333%;
    }
    .footer-content>div.footer-column2 {
        width: 27.333333%;
    }
    .footer-column1 ul {
        padding: 10px 20px 9px 0;
    }
    .page-novinki article {
        height: 550px;
        min-height: 550px;
    }
    .sidebar.sidebar-left.sidebar-hits, .content-block-brands {
        width: 470px;
    }
    .page-hits .content-border {
        max-width: 470px;
        height: auto;
    }
    .content-wrapper {
        height: auto;
    }
    .sidebar.sidebar-left, .page-hits .content-border, .sidebar-actions.sidebar-right .sidebar-content, .content-block-actions, .content-block-actions .actions-img img {
        animation-name: none; 
       -webkit-animation-name: none;
   }
   .content-wrapper.content-about img, .content-about img, .content-cards img {
        width: 100%;
        margin: 10px auto;
    }
    .sidebar.sidebar-left.sidebar-actions {
        margin: 0 auto;
        width: 470px;
        height: auto;
        padding-bottom: 30px;
    }
    .sidebar.sidebar-left.sidebar-abou, .sidebar.sidebar-left.sidebar-cards {
        height: auto;
        padding-bottom: 30px;
    }
    .sidebar.sidebar-right.sidebar-actions {
        right: 0;
        width: 470px;
        position: relative;
        top: auto;
        left: 0;
        margin: 0 auto;
        float: none;
    }
    .cont-actions-wrap {
        left: 0;
        width: 470px;
        right: 0;
        margin: 0 auto;
        position: relative;
        padding-bottom: 0;
    }
    .content.cont-actions {
        padding: 30px 0;
    }
    .content-block-actions {
        max-width: 470px;
    }
    .content-wrapper.content-actions {
        max-height: 180px;
    }
    .content-wrapper.content-tema {
        max-height: 100%;
    }
    .cont-zhurnal .content-border {
        height: auto;
        margin-bottom: 100px;
        padding-bottom: 20px;
    }
    .content.cont-zhurnal {
        padding: 35px 0px 10px 35px;
    }
    .tema-images {
        height: 130px;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
    }
    .sidebar-wrap-brands {
        margin: 20px auto 0;
        max-width: 470px;
        float: none;
    }
    #search-brands {
        width: 385px;
    }
    .line-tabs li {
        width: 134px;
    }
    .line-name {
        width: 330px;
    }
    .pop-line-img {
        -moz-box-wrap: wrap;
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flexbox-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: center;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: center;
    }
    .line-item {
        -moz-flex-direction:column;
        -ms-flex-direction:column;
        -webkit-flex-direction:column;
        flex-direction:column;
    }
    .pop-line-img img {
        margin: 0px 5px 5px 0;
    }
    .pop-up {
        height: auto;
    }
    .sidebar.sidebar-right.sidebar-shops {
        top: auto;
        position: relative;
        margin-top: 30px;
    }
    .actions-from-shop {
        top: 95px;
    }
    .sidebar.sidebar-left.sidebar-shops {
        float: none;
        margin: 30px auto 0;
        width: 470px;
    }
    .sidebar.sidebar-left.sidebar-shops.sidebar-list0 {
        margin: 410px auto 0;
    }
    .sidebar.sidebar-right.sidebar-shops {
        width: 470px;
        margin: 30px auto 0;
        float: none;
    }
    .content-wrapper.content-shops {
        height: 350px;
    }
    .content.cont-shops.list-1 {
        width: 500px;
        max-width: 500px;
    }
    .actions-from-shop-list {
        top: 30px;
        position: relative;
        right: auto;
        height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .shop-pop-actions {
    }
    .action-pop-text {
        max-height: 180px;
        overflow-y: auto;
    }
    #vmap {
        height: 100%;
        margin: -40px 80px 0 -40px;
    }
    .content.cont-shops.list-1 {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
    }
    .actions-from-shop {
        top: auto;
        position: relative;
        margin-top: 30px;
        height: 380px;
    }
}
@media all and (max-width: 480px) {
    .block-tabs {
        display: none;
    }
    .search-brands {
        display: none;
    }
    .content.cont-shops.list-0, .content.cont-shops.list-1 {
        max-width: 310px;
        margin: 0 auto;
    }
    .content.cont-shops.list-0 {
        max-width: 100%;
    }
    .content.cont-shops.list-1 {
        width: 330px;
        max-width: 330px;
    }
    .map-city {
        display: block;
    }
    #vmap, .map-tooltip {
        display: none;
    }
    .map-city, .blur .map-city {
        margin-left: 0;
    }
    .map-city a {
        font-size: 13px;
        line-height: 27px;
        height: 27px;
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .map-city .active {
        background-color: rgba(185,196,197,0.18);
    }
    .sidebar.sidebar-right.sidebar-shops, .sidebar.sidebar-left.sidebar-shops {
        width: 310px;
    }
    .shop-info {
        width: 145px;
    }
    #search-brands {
        width: 230px;
    }
    .line-tabs {
        padding-left: 0;
    }
    .line-tabs li {
        width: 50%;
    }
    .content-block-brands {
        padding-top: 95px;
    }
    .line-name {
        width: 170px;
    }
    .content.cont-zhurnal {
        padding: 35px 0px 10px 0px;
    }
    .pdf-link {
        left: 0;
    }
    .cont-zhurnal .content-border {
        padding-bottom: 40px;
    }
    .content.page-home {
        width: 100%;
    }
    .content.cont-shops {
        width: 100%;
    }
    .content-border, .content, .sidebar.sidebar-left, .sidebar-left::before, .sidebar.sidebar-left.sidebar-hits, .sidebar.sidebar-right.sidebar-actions, .cont-actions-wrap, .sidebar.sidebar-left.sidebar-actions,
    .content-block-brands, .sidebar.sidebar-left.sidebar-brands {
        width: 310px;
    }
    .page-hits .content-border, .content-block-actions, .sidebar-wrap-brands {
        max-width: 310px;
    }
    .content.cont-shops.list-0 {
        height: 350px;
    }
    .map-city {
        padding-top: 0;
        background: none;
        max-width: 320px;
        margin: 0 auto;
    }
    .map-city::after {
        content: "";
        clear: both;
        display: block;
    }
    .map-city li {
        position: relative;
        text-align: center;
        width: 50%;
        display: inline-block;
        left: auto !important;
        top: auto !important;
    }
    footer {
        height: 223px;
    }
    .footer-content {
        margin-top: 15px;
        display: block;
    }
    .footer-content>div {
        width: 100%;
        border: none;
    }
    .footer-column1 {
        margin-bottom: 10px;
    }
    .footer-column1 ul {
        max-width: none;
        text-align: center;
        float: none;
        padding: 10px 0px 9px 0;
    }
    .footer-content>div.footer-column2 {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-column3 ul {
        max-width: none;
        text-align: center;
    }
    .footer-column1, .footer-column3 {
        padding: 0;
    }
    .footer-column3 ul {
        margin-right: 0px;
    }
    .actions-from-shop+.sidebar-right-wrap {
        display: none;
    }
    .content.cont-shops.list-0, .content.cont-shops.list-1 {
        top: 40px;
    }
}