@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Light.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-CondensedRegular.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-CondensedRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
*{
    outline: none;
}
html {
    min-height: 100%;
    height: 100%;
    position: relative;
}
body{
    background: #FFF;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    margin:0;
    padding: 0;
    min-height: 100% !important;
    height: 100%;
    height: auto;
    position: relative;
}
.module__load{
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #FFF url(../img/ploader.gif) no-repeat 50% 50%;
}
body.loaded .module__load{
    display: none;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: #fbfbfb;
}
::-webkit-scrollbar-thumb {
    background-color: #E1E1E1;
    outline: none;
    border-radius: 4px;
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.wrap{
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.head{
    background: #ffffff;
    position: fixed;
    z-index: 99;
    top:0;
    left:0;
    right: 0;
    width: 100%;
    height: 94px;
}
.head__logo{
    float: left;
    display: block;
    margin: 4px 95px 0 0;
    padding: 0;
}
.head__logo a{
    display: block;
    font-size: 0;
    color: transparent;
    line-height: 0;
    text-decoration: none;
    background: url(../img/logo.svg) no-repeat 50% 50%;
    width: 82px;
    height: 58px;
    background-size: contain;
}
.head__nav{
    float: left;
}
.head__nav li{
    display: block;
    position: relative;
    float: left;
    height: 94px;
}
.head__nav li ul{
    display: none;
    position: absolute;
    top:100%;
    left:0;
    min-width: 100%;
    margin: 0;
    padding: 0;
    background: #FFF;
    border: 0 none #272727;
    box-sizing: border-box;
    border-top-width: 0;
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
}
.head__nav li ul.bigger{
    width: 200px;
    max-height: 330px;
    overflow: auto;
}
.head__nav li.big_menu{
    position: static;
}
.head__nav li:hover ul{
    display: block;
}
.head__nav li a{
    display: block;
    color: #4B00BE;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 38px 0 40px;
    width: 136px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.head__nav li a span{
    display: inline-block;
    position: relative;
}
.head__nav li a._with-sub span{
    padding-right: 14px;
}
.head__nav li a._with-sub span:after{
    content: "";
    display: block;
    position: absolute;
    top:50%;
    right: 0;
    width: 8px;
    height: 6px;
    background: url(../img/arrow.svg) no-repeat 50% 50%;
    background-size: contain;
    margin-top: -3px;
}
.head__nav > li:hover > a,
.head__nav li a.active{
    background: #FFCD00;
}
.head__nav li ul li{
    height: auto;
    width: auto;
    text-align: center;
    float: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.head__nav li ul li.mobile{
    display: none;
}
.head__nav li.big_menu ul li{
    height: 120px;
    float: left;
    width: 130px;
    border-bottom: 0 none;
}
.head__nav li ul li:nth-child(8n){
    margin-right: 0;
}
.head__nav li ul li:last-child{
    border-bottom: 0 none;
}
.head__nav li ul a{
    padding: 0;
    width: auto;
    text-align: left;
    text-transform: none;
    padding: 12px;
    color: #4B00BE;
}
.head__nav li ul a.active,
.head__nav li ul a:hover{
    background: rgba(0,0,0,0.03);
}
.head__nav li.big_menu ul li a{
    height: 119px;
    padding: 0 12px;
    border-right: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.head__nav li.big_menu ul li:nth-child(9n) a{
    border-right: 0 none;
}
.head__nav li.big_menu ul li:nth-child(9n+1):nth-last-child(-n+9),
.head__nav li.big_menu ul li:nth-child(9n+1):nth-last-child(-n+9) ~ li {
    border-bottom: 0 none;
}
.head__nav li.big_menu ul .name_outer{
    display: table;
    height: 120px;
    width: 100%;
}
.head__nav li.big_menu ul .name_outer .name{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
}
.modal_nav-mobile{
    display: none;
}
.head__lang{
    float: right;
    margin: 27px 24px 0 0;
    z-index: 21;
    position: relative;
}
.head__lang ul{
    position: absolute;
    top:0;
    margin:0;
    padding: 67px 0 0 0;
    list-style: none;
    z-index: 3;
    top:0;
    left:0;
    display: none;
    /* padding: 40px 0 0; */
    /* background: #FFF; */
    width: 100%;
    text-align: center;
    /* border-radius: 20px; */
    /* overflow: hidden; */
    /* box-shadow: 0 1px 20px rgba(0,0,0,0.15); */
}
.head__lang ul li{
    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    background: #FFF;
    overflow: hidden;

}
/* .head__lang ul li:first-child{
    border-top: 1px solid rgba(0,0,0,0.05);
} */
.head__lang ul li:last-child{
    border-bottom: 0 none;
}
.head__lang .lang__current{
    /*border: 1px solid #FFF;*/
    position: relative;
    z-index: 10;
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: 70px;
    padding: 12px 1px;
    background: #4B00BE;
    border-radius: 20px;
}
.head__lang .lang__current span{
    display: inline-block;
    position: relative;
    padding-right: 12px;
}
.head__lang .lang__current span:before{
    content: "";
    display: block;
    position: absolute;
    top:50%;
    right: 0;
    width: 8px;
    height: 6px;
    background: url(../img/arrow2.svg) no-repeat 50% 50%;
    background-size: contain;
    margin-top: -3px;
}
.head__lang .lang__current span:after{
    content: "";
    display: block;
    position: absolute;
    top:50%;
    right: 0;
    width: 8px;
    height: 6px;
    background: url(../img/arrow.svg) no-repeat 50% 50%;
    background-size: contain;
    margin-top: -3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.head__lang:hover .lang__current{
    background: #FFCD00;
    color: #262626;
}
.head__lang:hover .lang__current span:after{
    opacity: 0;
}
.head__lang ul li a{
    display: block;
    width: auto;
    text-align: center;
    text-transform: none;
    padding: 12px 5px;
    color: #4B00BE;
    background: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.head__lang ul li a:hover{
    background: rgba(0,0,0,0.03);
}
.head__lang:hover ul{
    display: block;
}
.head__more{
    float: right;
    position: relative;
    margin-top: 27px;
    z-index: 20;
    cursor: pointer;
}
.more__btn{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: #4B00BE;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.more__btn:hover{
    background: yellow;
}
.more__btn:before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/more.svg) no-repeat 50% 50%;
    top:50%;
    left:50%;
    margin: -10px 0 0 -10px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.more__btn:hover:before{
    opacity: 0;
}
.more__btn:after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/more_dark.svg) no-repeat 50% 50%;
    top:50%;
    left:50%;
    margin: -10px 0 0 -10px;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.more__btn:hover:after{
    opacity: 1;
}
.more__panel{
    position: absolute;
    display: none;
    top:0;
    right: 0;
    /* background: #FFF; */
    /* border-radius: 20px; */
    margin:0;
    padding: 67px 0 0 0;
    list-style: none;
    width: 170px;
    text-align: left;
    /* box-shadow: 0 1px 20px rgba(0,0,0,0.15); */
    z-index: 10;
}
.head__more:hover .more__panel{
    display: block;
}
.more__panel li{
    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    background-color: #fff;
}
/* .more__panel li:first-child{

} */
.more__panel li:last-child{
    border-bottom: 0 none;
}
.more__panel li a{
    display: block;
    text-decoration: none;
    padding: 12px;
    background-color: #fff;
    color: #4B00BE;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 13px;
    line-height: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.more__panel li a:hover {
    background: rgba(0,0,0,0.03);
}
.more__panel li a span{
    display: inline-block;
    position: relative;
    padding-left: 28px;
}
.more__panel li a span:before{
    content: "";
    display: block;
    position: absolute;
    top:50%;
    left:0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.more__panel li a.icon__search span:before{
    background: url(../img/search.svg) no-repeat 50% 50%;
    background-size: contain;
}
.more__panel li a.icon__map span:before{
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../img/map.svg) no-repeat 50% 50%;
    background-size: contain;
}
.more__panel li a.icon__3d span:before{
    background: url(../img/3d.svg) no-repeat 50% 50%;
    background-size: contain;
}
.more__panel li a.icon__map2 span:before{
    background: url(../img/pin.svg) no-repeat 50% 50%;
    background-size: contain;
}
.more__panel li a.icon__time span:before{
    background: url(../img/time.svg) no-repeat 50% 50%;
    background-size: contain;
}
.cont{
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 94px 0 837px;
}
.foot{
    position: absolute;
    left:0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.foot__subscribe{
    background: #f8f8f8;
    padding: 108px 0;
}
.foot__subscribe h4{
    color: #4B00BE;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    margin: 0 0 60px;
    padding: 0;
}
.foot__subscribe h4.completed{
    margin-bottom: 0;
}
.foot__subscribe form{
    width: 606px;
    margin: 0 auto;
}
.foot__subscribe form .outer{
    border: 2px solid #4B00BE;
    background: #FFF;
    position: relative;
}
form input,
form textarea{
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin:0;
    padding: 0;
    font-weight: 300;
    border: 0 none;
    width: 100%;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form input.error,
form textarea.error{
    background: #ffd6d6;
}
.btn{
    display: block;
    cursor: pointer;
    border: 0 none;
    margin: 0;
    padding: 0;
    background: #4B00BE;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn:hover{
    background: #FFCD00;
}
.foot__subscribe form input{
    float: left;
    padding: 12px 22px 13px;
    width: 438px;
    color: #4B00BE;
}
.foot__subscribe form .btn{
    float: right;
    width: 164px;
    padding: 12px 0 13px;
    position: relative;
}
.foot__subscribe form .btn.loading:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #000 url(../img/loader.svg) no-repeat 50% 50%;
    background-size: 46px;
    cursor: default;
}
input::-webkit-input-placeholder {color:#4B00BE;}
input::-moz-placeholder          {color:#4B00BE;}
input:-moz-placeholder           {color:#4B00BE;}
input:-ms-input-placeholder      {color:#4B00BE;}
input:focus::-webkit-input-placeholder {color:transparent;}
input:focus::-moz-placeholder          {color:transparent;}
input:focus:-moz-placeholder           {color:transparent;}
input:focus:-ms-input-placeholder      {color:transparent;}
textarea::-webkit-input-placeholder {color:#4B00BE;}
textarea::-moz-placeholder          {color:#4B00BE;}
textarea:-moz-placeholder           {color:#4B00BE;}
textarea:-ms-input-placeholder      {color:#4B00BE;}
textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus::-moz-placeholder          {color:transparent;}
textarea:focus:-moz-placeholder           {color:transparent;}
textarea:focus:-ms-input-placeholder      {color:transparent;}
.foot__main{
    background: #7D55C8;
    color: #FFF;
    padding: 48px 0;
}
.foot__cols{

}
.foot__cols .col{
    float: left;
    width: 270px;
    margin-right: 30px;
}
.foot__cols .col:last-child{
    margin-right: 0;
}
.foot__cols .col ul{
    list-style: none;
    margin:0;
    padding: 0;
}
.foot__cols .col a{
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.foot__cols .col a:hover{
    opacity: 0.7;
}
.foot__cols .col a.sub{
    font-weight: 300;
}
.foot__cols .col._contacts{

}
.foot__cols .col._contacts h4{
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.foot__cols .col._contacts address{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 300;
    margin: 11px 0 22px;
}
.foot__cols .action__phone{
    margin: 0 0 16px;
}
.foot__cols .action__map a{
    text-decoration: underline;
}
.foot__copyright{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}
.foot__social{
    margin: 34px 0;
    text-align: center;
}
.foot__social a{
    display: inline-block;
    font-size: 0;
    color: transparent;
    text-decoration: none;
    width: 34px;
    height: 34px;
    position: relative;
    margin: 0 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.foot__social a:hover{
    opacity: 0.7;
}
.foot__social a:before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top:50%;
    left:50%;
    margin: -12px 0 0 -12px;
}
.foot__social a._fb:before{
    background: url(../img/fb.svg) no-repeat 50% 50%;
}
.foot__social a._in:before{
    background: url(../img/in.svg) no-repeat 50% 50%;
}
.foot__social a._tg:before{
    background: url(../img/tg.svg) no-repeat 50% 50%;
    background-size: cover;
}
.foot__social a._tk:before{
    background: url(../img/tk.svg) no-repeat 50% 50%;
    background-size: cover;
}
.foot__social a._tds:before{
    background: url(../img/tds.svg) no-repeat 50% 50%;
    background-size: cover;
}
.home__slider{
    position: relative;
    height: 744px;
    overflow: hidden;
    background: #E1E1E1;
    margin-bottom: 20px;
}
.slider__item{
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slider__item.active{
    opacity: 1;
    visibility: visible;
}
.slider__text .wrap{
    height: 744px;
}
.slider__item .wrap{
    position: relative;
    height: 100%;
}
.slider__item .back{
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 4000px;
    left: 0;
    z-index: 1;
    transform: translateX(-100%);
    margin-left: 430px;
}
.slider__item .back.right{
    left: auto;
    right: 0;
    transform: translateX(100%);
    margin-left: 0;
    margin-right: 430px;
}
.slider__text .text{
    position: absolute;
    left:0;
    top:50%;
    width: 410px;
    z-index: 10;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    margin-top: -90px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.slider__text .text[data-position="right"]{
    left: auto;
    right: 0;
    text-align: right;
}
.slider__text .text[data-show="off"]{
    right: auto;
    left: 50%;
    top: 620px;
    transform: translateY(0%);
    margin-left: -205px;
}
.slider__text .text[data-show="off"] h4,
.slider__text .text[data-show="off"] .desc{
    display: none;
}
.slider__text .text[data-show="off"] .action{
    margin: 0;
    text-align: center;
}
.slider__text .text[data-show="off"] .action:before{
    display: none;
}
.slider__text .text.active{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.slider__text .text h4{
    font-size: 36px;
    line-height: 44px;
    color: #262626;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.slider__text .text .desc{
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    color: #262626;
}
.slider__text .text[data-theme="light"] h4,
.slider__text .text[data-theme="light"] .desc{
    color: #FFF;
}
.slider__text .text[data-theme="light"] .action:before{
    background: #FFF;
}
.btn._inline{
    display: inline-block;
}
.btn._white{
    background: #4B00BE;
    color: #fbfbfb;
    font-size: 16px;
    font-weight: 300;
}
.btn._white:hover{
    background: #FFCD00;
}
.slider__text .action{
    position: relative;
    margin-top: 118px;
}
.slider__text .action:before{
    content: "";
    display: block;
    position: absolute;
    width: 333px;
    height: 1px;
    left:0;
    background: #000;
    top: -71px;
}
.slider__text .text[data-position="right"] .action:before{
    left: auto;
    right: 0;
}
.slider__text .btn{
    width: 170px;
    padding: 10px 0;
}
.slider__text{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.slider__nav{
    position: relative;
    z-index: 20;
}
.slider__images{
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.slider__arrow{
    display: block;
    position: absolute;
    background: transparent;
    border: 0 none;
    width: 36px;
    height: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    top: 347px;
}
.slider__arrow:hover{
    opacity: 0.7;
}
.slider__arrow:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 50px;
    margin: -25px 0 0 -13px;
}
.slider__arrow._left{
    left:-90px;
}
.slider__arrow._right{
    right:-90px;
}
.slider__arrow._left:before{
    background: url(../img/arrow_left.svg) no-repeat 50% 50%;
}
.slider__arrow._right:before{
    background: url(../img/arrow_right.svg) no-repeat 50% 50%;
}
.slider__dots{
    width: 100%;
    top: 700px;
    left: 0;
    position: absolute;
    text-align: center;
}
.slider__dots a{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #FFF;
    border: 2px solid #202020;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slider__dots a:hover,
.slider__dots a.active{
    background: #202020;
}
.home__category-big,
.home__category-item{
    height: 744px;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.home__category-big .wrap,
.home__category-item .wrap{
    height: 744px;
    z-index: 10;
}
.home__category-item .video video{
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.home__category-item .video{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}
.home__category-item .video:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.home__category-big .wrap:before,
.home__category-item .back{
    content: "";
    display: block;
    position: absolute;
    top:0;
    height: 100%;
    width: 100vw;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    margin-right: 430px;
    background: #e8e8e8;
}
/* .home__category-item:nth-child(odd) .back{
    right: auto;
    left:0;
    transform: translateX(-100%);
    margin-left: 430px;
} */
.home__category-big._left .wrap:before{
    right: auto;
    left:0;
    transform: translateX(-100%);
    margin-left: 400px;
}
.home__category-big .text,
.home__category-item .text{
    width: 410px;
    position: absolute;
    top:50%;
    right: 0;
    text-align: right;
    transform: translateY(-50%);
    z-index: 5;
}
/* .home__category-big._left .text,
.home__category-item:nth-child(odd) .text{
    text-align: left;
    right: auto;
    left: 0;
} */
.home__category-big .text h4,
.home__category-item .text h4{
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    color: #262626;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.home__category-big .text .desc,
.home__category-item .text .desc{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #262626;
}
.home__category-big .action,
.home__category-item .action{
    position: relative;
    margin-top: 118px;
}
.home__category-big .action:before,
.home__category-item .action:before{
    content: "";
    display: block;
    position: absolute;
    width: 333px;
    height: 1px;
    right:0;
    background: #000;
    top: -71px;
}
.home__category-big._left .action:before,
.home__category-item:nth-child(odd) .action:before{
    right: auto;
    left:0;
}
.home__category-big .text .btn,
.home__category-item .text .btn {
    width: 170px;
    padding: 10px 0;
}
.home__category-big .tags,
.home__cols .tags,
.home__category-item .tags{
    margin-bottom: 40px;
}
.home__category-big .tags span,
.home__cols .tags span,
.home__category-item .tags span{
    display: inline-block;
    background: #CCC;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 300;
    padding: 5px 12px;
}
.home__category-big.home__shops .tags span{
    background: #00aef3;
}
.home__category-big.home__beds .tags span{
    background: #fa9220;
}
.home__category-big.home__aqua .tags span,
.home__category-big.home__land .tags span{
    background: #5dc518;
}
.home__category-big.home__beds .wrap:before{
    background: #fcddb4;
}
.home__category-big.home__aqua .wrap:before,
.home__category-big.home__land .wrap:before{
    background: rgba(255,255,255,0.95);
}
.home__category-big.home__aqua .text,
.home__category-big.home__land .text,
.home__category-item[data-subtype="slim"] .text{
    width: 410px;
}
.home__category-item[data-subtype="slim"] .back{
    opacity: 0.8;
}
.btn._outline{
    color: #131313;
    border: 2px solid #131313;
    background: transparent;
}
.btn._outline:hover{
    background: rgba(0,0,0,0.05);
}
.home__category-big.home__aqua .text .btn,
.home__category-big.home__land .text .btn,
.home__category-item[data-subtype="slim"] .text .btn {
    width: 150px;
    padding: 8px 0;
}
.more__link{
    display: inline-block;
    font-size: 16px;
    position: relative;
    line-height: 1;
    text-decoration: underline;
    color: #0c0c0c;
    font-weight: 500;
    padding-right: 15px;
    margin: 0 12px;
}
.more__link:hover{
    text-decoration: none;
}
.more__link:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 16px;
    background: url(../img/arrow3.svg) no-repeat 50% 50%;
}
.more__link._white{
    color: #FFF;
}
.more__link._white:after{
    background: url(../img/arrow3_white.svg) no-repeat 50% 50%;
}
.home__cols{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.home__cols .col{
    float: left;
    width: 50%;
    height: 744px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home__cols .col:nth-child(1){
    padding-right: 10px;
}
.home__cols .col:nth-child(2){
    padding-left: 10px;
}
.home__cols .item{
    position: relative;
    height: 100%;
    background: #E1E1E1;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.home__cols .item:before{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home__cols .item:hover:before{
    opacity: 1;
}
.home__cols .text{
    width: 476px;
    position: absolute;
    z-index: 10;
    top:50%;
    transform: translateY(-50%);
    right: 99px;
}
.home__cols .col:nth-child(2n) .text{
    right: auto;
    left: 99px;
}
.home__cols .text h4{
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
}
.home__cols .text .action{
    position: relative;
    margin-top: 118px;
}
.home__cols .text .action:before{
    content: "";
    display: block;
    position: absolute;
    width: 333px;
    height: 1px;
    left:0;
    background: #FFF;
    top: -71px;
}
.home__cols .col[data-theme="dark"] .tags span{
    color: #262626;
}
.home__cols .col._right .tags span{
    background: #ee1913;
    color: #FFF;
}
.home__cols .col[data-theme="light"] .text h4{
    color: #000;
}
.home__cols .col[data-theme="light"] .text .action:before{
    background: #000;
}
.home__cols .btn {
    width: 170px;
    padding: 10px 0;
}
.home__cols .col[data-theme="light"] .btn{
    width: 166px;
    padding: 8px 0;
}
.home__cols .col[data-theme="light"] .item:before{
    background: rgba(255,255,255,0.5);
}
.news__card-outer{
    padding: 15px;
    width: 380px;
    float: left;
    margin-left: 0;
}
.news__card{
    background: #FFF;
    box-shadow: 0 1px 15px rgba(0,0,0,0.15);
    text-align: center;
}
.news__card .image{
    display: block;
    background: #E1E2E1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    height: 370px;
    position: relative;
}
.empty_image{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/no_image.svg) no-repeat 50% 50%;
    width: 80px;
    height: 80px;
    background-size: 100%;
    margin: -40px 0 0 -40px;
    opacity: 0.2;
    z-index: 1;
}
.news__card .image .tag{
    display: inline-block;
    position: absolute;
    top: 24px;
    left: 30px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    background: #CCC;
    padding: 4px 26px;
    display: none;
}
.news__card .image .tag[data-type="1"]{
    background: #ee1913;
}
.news__card .actions{
    margin: 0;
}
.news__card .btn{
    width: 150px;
    padding: 8px 0;
}
.news__card .inner{
    padding: 19px 28px 28px;
}
.news__card .date{
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #000;
    position: relative;
    height: 21px;
    overflow: hidden;
}
.news__card h5{
    margin: 0;
    position: relative;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    height: 78px;
    overflow: hidden;
    margin: 36px 0 23px;
}
.news__card h5 a{
    color: #000;
    text-decoration: none;
}
.news__card .inner{
    position: relative;
}
.news__card .inner:before{
    content: "";
    display: block;
    position: absolute;
    width: 240px;
    height: 1px;
    background: #ed2024;
    top: 55px;
    left: 50%;
    margin-left: -120px;
}
.home__news{
    margin: 150px 0 108px;
}
.home__news .action{
    text-align: center;
    margin-top: 60px;
}
.home__news .action .btn{
    width: 170px;
    padding: 10px 0;
}
.home__news .outer{
    position: relative;
    margin: 0 -15px;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    display: block;
    position: absolute;
    background: transparent;
    border: 0 none;
    font-size: 0;
    color: transparent;
    width: 36px;
    height: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    top: 50%;
    margin-top: -45px;
}
.slick-arrow:hover {
    opacity: 0.7;
}
.slick-arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 50px;
    margin: -25px 0 0 -13px;
}
.slick-arrow.slick-prev {
    left: -75px;
}
.slick-arrow.slick-next {
    right: -75px;
}
.slick-arrow.slick-prev:before {
    background: url(../img/arrow_left.svg) no-repeat 50% 50%;
}
.slick-arrow.slick-next:before {
    background: url(../img/arrow_right.svg) no-repeat 50% 50%;
}
.module__breadcrumbs{
    font-size: 16px;
    line-height: 20px;
    color: #272727;
    font-weight: 300;
    padding: 20px 0;
}
.module__breadcrumbs a{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #272727;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-right: 22px;
    margin-right: 10px;
}
.module__breadcrumbs a:hover{
    opacity: 0.7;
}
.module__breadcrumbs a:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 16px;
    background: url(../img/arrow3.svg) no-repeat 50% 50%;
}
.module__header{
    padding: 50px 0 70px;
}
.module__header h2{
    position: relative;
    font-size: 70px;
    font-weight: 500;
    line-height: 78px;
    text-align: center;
    color: #4b00be;
    margin: 0;
    padding: 0 0 30px;
}
.module__header h2:after{
    content: "";
    display: block;
    position: absolute;
    width: 460px;
    background: #e8e8e8;
    left:50%;
    margin-left: -230px;
    bottom:0;
    height: 1px;
}
.rent__header{
    height: 914px;
    position: relative;
    background-color: #E1E1E1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.rent__header:before{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%);
}
.rent__cont{
    margin-top: 102px;
}
.rent__cont .futures li{
    display: block;
    border: 2px solid #dedede;
    float: left;
    text-align: center;
    width: 310px;
    margin-right: 114px;
    padding: 39px 0 47px;
}
.rent__cont .futures li:nth-child(3){
    margin-right: 0;
}
.rent__cont .futures li i{
    display: block;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #4b00be;
    font-weight: 500;
    margin-bottom: 33px;
}
.rent__cont .futures li b{
    display: block;
    font-size: 50px;
    line-height: 58px;
    color: #4b00be;
    font-weight: 500;
}
.rent__cont h4{
    font-size: 50px;
    line-height: 58px;
    font-weight: 500;
    color: #4b00be;
    margin: 0 0 20px;
    text-align: center;
}
.rent__cont .brands{
    margin-top: 100px;
}
.brands__slider{

}
.brands__slider .item{
    height: 630px;
}
.brands__slider .item li{
    list-style: none;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    width: 285px;
    height: 200px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.brands__slider .item li:nth-child(4n){
    margin-right: 0;
}
.brands__slider .item li a{
    display: block;
    position: relative;
    height: 100%;
}
.brands__slider .item li:hover{
    opacity: 0.7;
}
.brands__slider .item li img{
    display: block;
    position: absolute;
    z-index: 1;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.brands__slider .item li a:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.slick-dots{
    margin: 30px 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.slick-dots li button{
    cursor: pointer;
    padding: 0;
    margin:0;
    display: block;
    width: 12px;
    height: 12px;
    background: #FFF;
    border: 2px solid #202020;
    font-size: 0;
    color: transparent;
    line-height: 0;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button{
    background: #202020;
}
.rent__cont .actions{
    margin: 100px 0 60px;
    text-align: center;
}
.rent__cont .actions .btn{
    padding: 10px 0;
    width: 150px;
}
.rent__cont .emails{
    margin: 0 0 90px;
}
.contacts__info .emails{
    margin: 70px 0 0;
}
.rent__cont .emails h4,
.contacts__info .emails h4{
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    color: #4b00be;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.rent__cont .emails ul,
.contacts__info .emails ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.rent__cont .emails a,
.contacts__info .emails a{
    color: #4b00be;
}
.rent__cont .emails a:hover,
.contacts__info .emails a:hover{
    text-decoration: none;
}
.module__map{
    height: 912px;
    background: #E1E1E1;
    position: relative;
    overflow: hidden;
}
.module__map .wrap{
    position: relative;
    z-index: 10;
}
.contacts__form{
    position: absolute;
    background: #FFF;
    right: 0;
    top: 233px;
    width: 422px;
    padding: 50px;
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
}
.contacts__form h4{
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    color: #272727;
    font-weight: 500;
    margin: 0 0 10px;
}
.contacts__form .row{
    margin-bottom: 30px;
}
.contacts__form .action{
    text-align: center;
}
.contacts__form .btn{
    padding: 10px 0;
    width: 154px;
}
.module__map .map{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.contacts__form input,
.contacts__form textarea{
    border-bottom: 1px solid #b1b1b1;
    padding: 10px 0;
}
.contacts__info{
    padding-top: 76px;
}
.contacts__info .col{
    width: 300px;
    float: left;
    margin-right: 135px;
    text-align: center;
}
.contacts__info .col:nth-child(3n){
    margin-right: 0;
}
.contacts__info h5{
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    color: #272727;
    margin: 0 0 42px;
    position: relative;
}
.contacts__info h5:after{
    content: "";
    display: block;
    position: absolute;
    left:50%;
    margin-left: -116px;
    width: 232px;
    height: 1px;
    background: #343434;
    bottom: -20px;
}
.contacts__info .value{
    font-size: 16px;
    line-height: 24px;
    color: #272727;
    font-weight: 500;
}
.contacts__info .value a{
    text-decoration: none;
    color: #272727;
}
.contacts__info .value p{
    margin: 16px 0;
}
.contacts__info .action{
    margin-top: 32px;
}
.contacts__info .btn{
    padding: 8px 22px;
}
.module__error{
    padding: 70px 0 100px;
}
.module__error h2{
    text-align: center;
    font-size: 170px;
    line-height: 1;
    color: #272727;
    font-weight: 500;
    margin: 0;
}
.module__error p{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #272727;
    font-weight: 500;
    margin: 50px 0 63px;
    position: relative;
}
.module__error .action{
    text-align: center;
}
.module__error .action .btn{
    width: 170px;
    padding: 8px 0;
}
.module__header._type2 h2{
    padding-bottom: 15px;
}
.module__header._type2 p{
    margin: 0;
    color: #262626;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    position: relative;
}
.module__header._type2 h2:after{
    display: none;
}
.module__header._type2 p:after{
    content: "";
    display: block;
    position: absolute;
    width: 460px;
    background: #e8e8e8;
    left: 50%;
    margin-left: -230px;
    bottom: -38px;
    height: 1px;
}
.place__photo-big{
    height: 748px;
    position: relative;
    overflow: hidden;
    background: #E1E1E1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.place__gallery-item{
    display: block;
    float: left;
}
.place__col-left{
    width: 270px;
    float: left;
    margin-top: 0;
}
.place__labels{
    color: #272727;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    text-align: left;
}
.place__labels span{
    display: inline-block;
    background: #272727;
    font-size: 13px;
    line-height: 14px;
    text-transform: none;
    color: #FFF;
    font-weight: 300;
    padding: 5px;
    margin-bottom: 5px;
}
.place__labels ._left{
    float: left;
    color: #e00000;
}
.place__labels ._right{
    float: right;
}
.place__photo{
    width: 270px;
    height: 244px;
    box-shadow: 0 1px 15px rgba(0,0,0,0.15);
    background: #FFF;
    position: relative;
    overflow: hidden;
    margin: 5px 0 32px;
}
.place__photo:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.place__photo img{
    display: block;
    position: absolute;
    z-index: 1;
    top:50%;
    left:50%;
    max-width: 60%;
    max-height: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.place__contacts{
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.place__contacts ul{
    margin:0;
    padding: 0;
    list-style: none;
    color: #272727;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
}
.place__contacts li{
    border-bottom: 1px solid #e8e8e8;
    padding: 14px 0;
}
.place__contacts li.contact_icons{
    position: relative;
    padding-left: 26px;
}
.contact_icons:before{
    content: "";
    display: block;
    position: absolute;
    left:0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    top:50%;
}
.contact_icons._phone:before{
    background: url(../img/phone_icon.svg) no-repeat 50% 50%;
    background-size: contain;
}
.contact_icons._time:before{
    background: url(../img/time_icon.svg) no-repeat 50% 50%;
    background-size: contain;
}
.contact_icons._site:before{
    background: url(../img/site_icon.svg) no-repeat 50% 50%;
    background-size: contain;
}
.contact_icons._email:before{
    background: url(../img/email_icon.svg) no-repeat 50% 50%;
    background-size: contain;
}
.place__contacts a{
    text-decoration: none;
    color: #272727;
}
.place__contacts a:hover{
    text-decoration: underline;
}
.place__contacts .actions{
    margin-top: 20px;
}
.place__contacts .actions .btn{
    display: block;
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
    padding: 10px 0;
}
.place__contacts .files{
    margin-top: 42px;
}
.place__contacts .files h5{
    color: #272727;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    margin: 0 0 8px;
}
.place__cols{
    margin-bottom: 40px;
}
.place__col-main{
    width: 870px;
    float: right;
    margin-top: 0;
}
.place__col-main h3{
    font-size: 50px;
    line-height: 54px;
    color: #272727;
    font-weight: 500;
    margin: 0;
}
.place__col-main .desc{
    font-size: 16px !important;
    line-height: 24px !important;
    color: #272727;
    font-weight: 300 !important;
    margin: 0 0 45px;
}
.place__col-main .desc p:first-child{
    margin-top: 0;
}
.place__col-main .desc span{
    font-weight: 300 !important;
}
.place__gallery h4,
.place__promo h4{
    font-size: 30px;
    line-height: 32px;
    color: #272727;
    font-weight: 500;
    margin: 0;
}
.place__gallery .outer,
.place__promo .outer{
    position: relative;
    margin: 0 -15px;
}
.place__gallery-outer{
    float: left;
    padding: 15px;
    width: 270px;
}
.place__gallery-item{
    display: block;
    text-decoration: none;
    background: #E1E1E1;
    width: 270px;
    height: 270px;
    box-shadow: 0 1px 15px rgba(0,0,0,0.15);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.place__gallery-item:hover{
    opacity: 0.7;
}
.place__gallery .slick-dots,
.place__promo .slick-dots{
    margin: 10px 0 0;
}
body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
.place__gallery .slick-arrow,
.place__promo .slick-arrow{
    width: 13px;
    height: 25px;
    top: -28px;
    margin-top: 0;
}
.place__gallery .slick-arrow:before,
.place__promo .slick-arrow:before{
    width: 13px;
    height: 25px;
    background-size: cover;
    margin: -13px 0 0 -6px;
}
.place__gallery .slick-arrow.slick-prev,
.place__promo .slick-arrow.slick-prev{
    right: 45px;
    left: auto;
}
.place__gallery .slick-arrow.slick-next,
.place__promo .slick-arrow.slick-next{
    right: 15px;
}
.place__promo .news__card-outer{
    width: 270px;
}
.place__promo .news__card .image{
    height: 255px;
}
.place__promo .news__card .image .tag{
    top: 15px;
    left: 15px;
}
.place__promo .news__card .inner {
    padding: 19px 15px 28px;
}
.place__gallery{
    margin-bottom: 30px;
}
.place__promo{
    margin-bottom: 60px;
    padding-bottom: 0;
}
.place__promo .action{
    text-align: center;
    margin-top: 30px;
}
.place__promo .action .btn{
    width: 160px;
    padding: 10px 0;
}
.module__comments{
}
.module__comments h5{
    font-size: 16px;
    line-height: 21px;
    color: #b4b4b4;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}
.module__comments .comments_head h5{
    float: right;
    line-height: 22px;
    padding: 9px 0;
}
.module__comments .comments_head .btn{
    float: left;
}
.module__comments .list{
    margin-top: 28px;
}
.module__comments .item{
    margin-bottom: 30px;
}
.module__comments .item:last-child{
    margin-bottom: 0;
}
.module__comments .item .name{
    font-size: 30px;
    line-height: 36px;
    color: #202020;
    font-weight: 500;
}
.module__comments .item .info{
    font-size: 13px;
    line-height: 18px;
    color: #9d9d9d;
    font-weight: 300;
    margin: 14px 0 9px;
}
.module__comments .item .text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #202020;
}
.module__comments .action{
    margin-top: 62px;
    text-align: center;
    padding: 0 0 60px;
}
.module__comments .btn{
    padding: 10px 0;
    width: 180px;
}
.goods__item{
    float: left;
    width: 270px;
    margin: 0 30px 79px 0;
}
.goods__item:nth-child(4n){
    margin-right: 0;
}
.goods__item .labels{
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #272727;
}
.goods__item .labels ._left{
    float: left;
    color: #e00000;
}
.goods__item .labels ._right{
    float: right;
}
.goods__item .card{
    background: #FFF;
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    padding-bottom: 25px;
    position: relative;
    padding-top: 44px;
}
.goods__item .labels{
    display: block;
    position: absolute;
    z-index: 5;
    top:10px;
    left:10px;
    right: 10px;
    text-align: left;
    margin:0;
    height: auto;
}
.goods__item .labels span{
    display: inline-block;
    background: #272727;
    font-size: 13px;
    line-height: 14px;
    text-transform: none;
    color: #FFF;
    font-weight: 300;
    padding: 5px 12px;
    margin-bottom: 5px;
}
.goods__item .logo{
    position: relative;
    height: 180px;
    z-index: 1;
}
.goods__item .logo:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.goods__item .logo img{
    display: block;
    position: absolute;
    max-width: 60%;
    max-height: 60%;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.goods__item .name{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    height: 48px;
    overflow: hidden;
    margin: 8px 0 46px;
    padding: 0 15px;
}
.goods__item .name a{
    color: inherit;
    text-decoration: none;
}
.goods__item .action{
    text-align: center;
    position: relative;
}
.goods__item .action:before{
    content: "";
    display: block;
    position: absolute;
    width: 98px;
    height: 1px;
    left: 50%;
    top: -37px;
    background: #e8e8e8;
    margin-left: -49px;
}
.goods__item .btn{
    padding: 7px 0;
    width: 150px;
}
.goods__outer{
    margin-bottom: 100px;
}
.goods__list{
    padding: 43px 0 0;
}
.module__pagination{
    text-align: center;
}
.module__pagination ul{
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    padding: 0;
    vertical-align: top;
}
.module__pagination ul li{
    display: inline-block;
}
.module__pagination ul li b,
.module__pagination ul li a{
    font-weight: 500;
    text-decoration: none;
    color: #272727;
    padding: 5px;
    font-size: 16px;
    line-height: 21px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.module__pagination ul li a:hover,
.module__pagination ul li.active a{
    color: #e00000;
}
.pagi__arrow{
    display: inline-block;
    width: 23px;
    height: 23px;
    position: relative;
    vertical-align: top;
}
.pagi__arrow:before,
.pagi__arrow:after{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pagi__arrow:after{
    opacity: 0;
    z-index: 5;
}
.pagi__arrow._prev:before{
    background: url(../img/arrow3_left.svg) no-repeat 50% 50%;
}
.pagi__arrow._prev:after{
    background: url(../img/arrow3_left_hover.svg) no-repeat 50% 50%;
}
.pagi__arrow._next:before{
    background: url(../img/arrow3.svg) no-repeat 50% 50%;
}
.pagi__arrow._next:after{
    background: url(../img/arrow3_right_hover.svg) no-repeat 50% 50%;
}
.pagi__arrow:hover:after{
    opacity: 1;
}
.goods__filter{
    background: #4B00BE;
    padding: 32px 36px;
}
.goods__filter .search{
    float: right;
    position: relative;
}
.goods__filter .search span{
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #FFF;
    float: left;
    margin: 5px 14px 0 0;
}
.goods__filter .search input{
    border: 1px solid #FFF;
    background: transparent;
    color: #FFF;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    float: left;
    padding: 4px 32px 4px 12px;
    width: 168px;
}
.goods__filter .search input::-webkit-input-placeholder {color:#FFF;}
.goods__filter .search input::-moz-placeholder          {color:#FFF;}
.goods__filter .search input:-moz-placeholder           {color:#FFF;}
.goods__filter .search input:-ms-input-placeholder      {color:#FFF;}
.goods__filter .search input:focus::-webkit-input-placeholder {color:transparent;}
.goods__filter .search input:focus::-moz-placeholder          {color:transparent;}
.goods__filter .search input:focus:-moz-placeholder           {color:transparent;}
.goods__filter .search input:focus:-ms-input-placeholder      {color:transparent;}
.goods__filter .search button{
    display: block;
    position: absolute;
    z-index: 5;
    top:2px;
    right: 2px;
    background: transparent;
    cursor: pointer;
    outline: none;
    border: 0 none;
    width: 22px;
    height: 22px;
}
.goods__filter .search button:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/search_white.svg) no-repeat 50% 50%;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto; }
.nice-select:hover {
    border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
.nice-select.disabled:after {
    border-color: #cccccc; }
.nice-select.wide {
    width: 100%; }
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important; }
.nice-select.right {
    float: right; }
.nice-select.right .list {
    left: auto;
    right: 0; }
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
.nice-select.small:after {
    height: 4px;
    width: 4px; }
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px; }
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important; }
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6; }
.nice-select .option.selected {
    font-weight: bold; }
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default; }

.no-csspointerevents .nice-select .list {
    display: none; }

.no-csspointerevents .nice-select.open .list {
    display: block; }
.goods__filter .part{
    float: left;
    margin-right: 30px;
}
.goods__filter .label{
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #FFF;
    float: left;
    margin: 5px 14px 0 0;
}
.goods__filter .module__select{
    float: left;
}
.goods__filter .module__select select{
    display: none;
}
.goods__filter .nice-select{
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #FFF;
    background: transparent;
    padding: 4px 22px 4px 12px;
    height: auto;
    border-radius: 0;
    border-color: #FFF;
    width: 168px;
}
.goods__filter .nice-select .current{
    display: block;
    overflow: hidden;
    position: relative;
}
.goods__filter .nice-select .current:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    width: 36px;
    background: -moz-linear-gradient(left, rgba(39,39,39,0) 0%, rgba(39,39,39,1) 100%);
    background: -webkit-linear-gradient(left, rgba(39,39,39,0) 0%,rgba(39,39,39,1) 100%);
    background: linear-gradient(to right, rgba(39,39,39,0) 0%,rgba(39,39,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00272727', endColorstr='#272727',GradientType=1 );
}
.goods__filter .nice-select:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 8px;
    height: 6px;
    background: url(../img/arrow.svg) no-repeat 50% 50%;
    background-size: contain;
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-bottom: 0 none;
    border-right: 0 none;
}
.goods__filter .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.goods__filter .nice-select .list{
    width: 100%;
    margin: 2px 0 0;
    border-radius: 0;
    border: 0 none;
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    max-height: 260px;
    overflow: auto;
    white-space: normal;
}
.goods__filter .nice-select .option{
    height: auto;
    min-height: 0;
    display: block;
    text-decoration: none;
    padding: 12px;
    color: #262626;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 13px;
    line-height: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.goods__filter .nice-select .option:last-child{
    border-bottom: 0 none;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option.selected {
    background: rgba(0,0,0,0.03);
}
.news__inner-image{
    height: auto;
    background: #E1E1E1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.news__inner-image img{
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}
.module__header .time{
    position: absolute;
    left:0;
    bottom: -46px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
    font-weight: 300;
}
.module__text-styles{
    font-size: 16px;
    line-height: 24px;
    color: #272727;
    font-weight: 300;
}
.module__text-styles a{
    color: #272727;
    text-decoration: underline;
}
.module__text-styles a:hover{
    text-decoration: none;
}
.module__text-styles p{
    margin: 0 0 24px;
}
.module__text-styles p:last-child{
    margin-bottom: 0;
}
.news__inner-text{
    padding: 90px 0 100px;
}
.news__inner-text .action{
    text-align: center;
    margin-top: 45px;
}
.news__inner-text .action .btn{
    padding: 8px 20px;
    width: auto;
}
.news__list-content .grid-item{
    float: left;
    display: block;
    margin: 0;
    width: 33.3%;
    padding: 0 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news__list-item{
    display: block;
    background: #FFF;
    /*margin: 0 17px 25px 0;*/
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    box-shadow: 0 1px 15px rgba(0,0,0,0.15);
}
.news__list-item:nth-child(3n){
    margin-right: 0;
}
.news__list-item .inner{
    position: relative;
    z-index: 5;
    padding: 19px 28px 28px;
}
/*.news__list-item._t0,
.news__list-item._t3,
.news__list-item._t4{
    width: 650px;
    height: 520px;
}
.news__list-item._t1,
.news__list-item._t2,
.news__list-item._t5{
    width: 500px;
    height: 520px;
}
.news__list-item._t6,
.news__list-item._t7{
    width: 575px;
    height: 520px;
}
.news__list-item._t8,
.news__list-item._t9,
.news__list-item._t10,
.news__list-item._t11,
.news__list-item._t12,
.news__list-item._t13{
    width: 376px;
    height: 340px;
}*/
.grid-sizer{
    width: 33.3%;
}
.news__list-content{
    margin: 0 -10px;
    vertical-align: top;
}
.news__list-item .image{
    position: relative;
    background: #e1e1e1;
    overflow: hidden;
}
.news__list-item .image:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.news__list-item .image .empty_inner{
    position: relative;
    height: 220px;
}
.news__list-item .image img{
    position: relative;
    width: 100%;
    display: none;
}
.news__list-item .image img.show{
    display: block;
}
.news__list .actions{
    text-align: center;
    margin: 50px 0 100px;
}
.news__list .actions .btn{
    width: auto;
    padding: 10px 20px;
}
.news__list-item .panel{
    position: relative;
    text-align: center;
}
.news__list-item .panel .date{
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #000;
    position: relative;
}
.news__list-item .panel .date:after{
    content: "";
    display: block;
    position: absolute;
    width: 240px;
    height: 1px;
    background: #ed2024;
    top: 41px;
    left: 50%;
    margin-left: -120px;
}
.news__list-item .panel .title{
    position: relative;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    overflow: hidden;
    margin: 36px 0 23px;
}
.news__list-item .panel .title a{
    text-decoration: none;
    color: inherit;
}
.news__list-item .panel .action{
    margin-top: 20px;
}
.news__list-item .panel .btn{
    width: 150px;
    padding: 8px 0;
}
.news__list-item .panel .title,
.news__list-item .panel .date{
    color: #131313;
}
.news__list-item .tags{
    display: none;
}
.news__list-item .tags span{
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    background: #CCC;
    padding: 4px 26px;
}
.news__list-item .tags span[data-type="1"]{
    background: #00aef3;
}
.news__inner-image span {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    background: #CCC;
    padding: 4px 26px;
}
.news__inner-image .empty_outer{
    height: 400px;
    position: relative;
}
.news__inner-image .wrap{
    position: absolute;
    top:24px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.news__list-sort{
    margin-bottom: 25px;
}
.news__list-sort b,
.news__list-sort a{
    display: inline-block;
    margin: 0 6px 0 0;
    font-size: 16px;
    line-height: 21px;
    color: #272727;
    font-weight: 300;
    border: 1px solid transparent;
    padding: 8px 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}
.news__list-sort a:hover,
.news__list-sort b{
    border-color: #272727;
}
.module__empty{
    text-align: center;
    padding: 120px 0;
    font-size: 16px;
    line-height: 21px;
    color: #272727;
    font-weight: 300;
}
.about__attriums .outer{
    margin: 0 -10px;
}
.about__attriums .item{
    padding: 0 10px;
}
.about__attriums .col{
    float: left;
    margin-right: 20px;
    width: 575px;
}
.about__attriums .col:last-child{
    margin-right: 0;
}
.about__attriums .item_link{
    display: block;
    float: left;
    position: relative;
    margin: 0 0 20px;
    background: #E1E1E1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    text-decoration: none;
    color: #FFF;
}
.about__attriums .item_link._big{
    height: 434px;
    width: 575px;
}
.about__attriums .item_link._small{
    height: 212px;
    width: 277px;
    margin-right: 20px;
}
.about__attriums .item_link._small:nth-child(2n){
    width: 278px;
    margin-right: 0;
}
.about__attriums .item_link._small._last{
    margin-right: 0;
    width: 575px;
    height: 666px;
}
.about__attriums .item_link .info{
    position: absolute;
    left: 40px;
    bottom: 28px;
    right: 40px;
    z-index: 5;
}
.about__attriums .item_link:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.about__attriums .item_link .info span{
    display: block;
    position: relative;
    margin-bottom: 14px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
}
.about__attriums .item_link .info span:after{
    content: "";
    display: block;
    position: absolute;
    left:0;
    bottom: -10px;
    width: 82px;
    height: 1px;
    background: #FFF;
}
.about__attriums .item_link .info h5{
    margin: 0;
    display: block;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 500;
}
.about__attriums{
    margin-top: 50px;
}
.about__parts{
    margin-top: 80px;
}
.about__parts h4{
    color: #262626;
    font-size: 50px;
    line-height: 56px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 40px;
}
.about__text-item{
    height: 740px;
    position: relative;
    margin-bottom: 30px;
}
.about__text-item:last-child{
    margin-bottom: 0;
}
.about__text-item .image{
    width: 670px;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    background: #E1E1E1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.about__text-item._right .image{
    left: auto;
    right: 0;
}
.about__text-item .text{
    position: absolute;
    top:0;
    right: 0;
    width: 500px;
    z-index: 5;
    background: #FFF;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.17);
}
.about__text-item._right .text{
    right: auto;
    left:0;
}
.about__text-item .text .inner{
    position: absolute;
    left: 34px;
    right: 34px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about__text-item .text h5{
    font-size: 50px;
    line-height: 55px;
    color: #262626;
    position: relative;
    margin: 0 0 70px;
    font-weight: 500;
    text-align: right;
}
.about__text-item._right .text h5{
    text-align: left;
}
.about__text-item .text h5:after{
    content: "";
    display: block;
    position: absolute;
    width: 234px;
    background: #e8e8e8;
    right: 0;
    bottom: -38px;
    height: 1px;
}
.about__text-item._right .text h5:after{
    right: auto;
    left: 0;
}
.about__text-item .text .desc{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #262626;
    text-align: right;
}
.about__text-item._right .text .desc{
    text-align: left;
}
.about__text-item .text .desc p{
    margin: 0 0 24px;
}
.about__text-item .text .desc p:last-child{
    margin-bottom: 0;
}
.module__modal{
    display: block;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
    cursor: pointer;
}
.module__modal .content{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.module__modal .inner{
    display: table-cell;
    vertical-align: middle;
    padding: 80px 0;
}
.module__modal .outer{
    position: relative;
    width: 800px;
    margin: 0 auto;
    cursor: default;
    /*box-shadow: 0 1px 20px rgba(0,0,0,0.15);*/
}
.module__modal .outer._map{
    width: 980px;
}
.modal__head{
    background: #272727;
    height: 70px;
    position: relative;
}
.modal__head .title{
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.modal__head .close,
.module__modal .outer .close{
    position: absolute;
    z-index: 5;
    display: block;
    width: 24px;
    height: 24px;
    top:50%;
    right: 20px;
    margin-top: -12px;
    background: url(../img/close.svg) no-repeat 50% 50%;
}
.module__modal .outer .close{
    top: 20px;
    margin-top: 0;
    background: url(../img/close_dark.svg) no-repeat 50% 50%;
}
.modal__cont{
    position: relative;
    overflow: hidden;
    background: #FFF;
}
.comments__form,
.rent__form{
    background: #FFF;
    width: 422px;
    padding: 50px;
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    margin: 0 auto;
    position: relative;
}
.comments__form.loading:before,
.rent__form.loading:before,
.contacts__form.loading:before{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #FFF url(../img/loader_dark.svg) no-repeat 50% 50%;
    background-size: 100px;
    z-index: 10;
}
.comments__form h4,
.rent__form h4{
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    color: #272727;
    font-weight: 500;
    margin: 0 0 10px;
}
.comments__form .row,
.rent__form .row {
    margin-bottom: 30px;
}
.comments__form .action,
.rent__form .action {
    text-align: center;
}
.comments__form input,
.comments__form textarea,
.rent__form input,
.rent__form textarea {
    border-bottom: 1px solid #b1b1b1;
    padding: 10px 5px;
}
.comments__form .btn,
.rent__form .btn {
    padding: 10px 0;
    width: 154px;
}
.rent__form .select_style{
    height: 40px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #b1b1b1;
    position: relative;
}
.rent__form .select_style:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 7px;
    height: 7px;
    z-index: 4;
    border-bottom: 1px solid #272727;
    border-right: 1px solid #272727;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}
.rent__form .select_style select{
    position: relative;
    display: block;
    z-index: 1;
    background: transparent;
    border: none;
    height: 40px;
    padding: 0;
    margin: 0;
    width: 450px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 300;
}
body.modal{
    overflow: hidden;
}
.contacts__form .thank_message{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 20;
}
.contacts__form .thank_message h5{
    position: absolute;
    left: 20px;
    right: 20px;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    color: #272727;
    font-weight: 500;
}
.rent__form-attach{

}
.rent__form-attach .btn{
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}
.rent__form-attach .btn input{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}
.rent__form-attach .result{
    float: left;
    width: 258px;
    margin: 9px 0 0 10px;
    font-weight: 300;
}
.modal__shedule{
    width: 500px;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
}
.module__modal .outer .modal__shedule .close,
.module__modal .outer .modal__map .close,
.module__modal .outer .modal__tariffs .close {
    top: 50%;
    margin-top: -12px;
    background: url(../img/close.svg) no-repeat 50% 50%;
}
.modal__cont.loading{
    height: 240px;
    background: #FFF url(../img/loader_dark.svg) no-repeat 50% 50%;
    background-size: 100px;
    min-height: auto;
}
.table__modal-content{
    padding: 20px;
}
.table__modal-content table{
    width: 100%;
    border: 0 none;
    border-collapse: collapse;
}
.table__modal-content table td{
    border: 0 none;
    padding: 10px 0;
    width: 50%;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    color: #272727;
    font-weight: 500;
    text-align: center;
}
.table__modal-content table td a{
    text-decoration: none;
    color: #272727;
}
.table__modal-content table td a:hover{
    text-decoration: underline;
}
.table__modal-content table tr{
    border-bottom: 1px solid #d5d5d5;
}
.table__modal-content table tr:last-child{
    border-bottom: 0 none;
}
.modal__gmap{
    position: relative;
    height: 450px;
    background: #e1e1e1;
}
.module_search{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.8);
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.module_search .search_head{
    position: relative;
    margin-bottom: 20px;
}
.module_search .search_head span{
    display: inline-block;
    font-size: 30px;
    line-height: 42px;
    color: #FFF;
    font-weight: 500;
}
.module_search .search_head .close{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../img/close.svg) no-repeat 50% 50%;
    margin-top: -12px;
}
.module_search input{
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-weight: 300;
    color: #FFF;
    border: 0 none;
    width: 100%;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
}
.module_search input::-webkit-input-placeholder {color:#FFF;}
.module_search input::-moz-placeholder          {color:#FFF;}
.module_search input:-moz-placeholder           {color:#FFF;}
.module_search input:-ms-input-placeholder      {color:#FFF;}
.module_search input:focus::-webkit-input-placeholder {color:transparent;}
.module_search input:focus::-moz-placeholder          {color:transparent;}
.module_search input:focus:-moz-placeholder           {color:transparent;}
.module_search input:focus:-ms-input-placeholder      {color:transparent;}
.search_results{
    position: absolute;
    top: 142px;
    left:30px;
    right: 30px;
    bottom: 30px;
    overflow: auto;
}
.search_results.loading{
    background: url(../img/loader.svg) no-repeat 50% 50%;
    background-size: 100px;
}
.panzoom{
    position: relative;
    height: 444px;
    z-index: 1;
    width: 980px;
}
.search_results .item_outer{
    float: left;
    width: 25%;
    padding-right: 30px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search_results .item{
    background: #FFF;
    box-shadow: 0 1px 15px rgba(0,0,0,0.15);
    padding: 0 0 20px;
}
.search_results .item .image{
    background: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 220px;
    position: relative;
    background-size: 60%;
}
.search_results .item .name{
    margin: 20px 0;
    position: relative;
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    height: 60px;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
}
.search_results .action{
    text-align: center;
}
.search_results .btn {
    width: 150px;
    padding: 8px 0;
}
.search_results h4{
    color: #FFF;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.search_results .empty_list{
    color: #FFF;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    padding: 100px 0;
}
body.menu{
    overflow: hidden;
}
body.modal .head,
body.modal .cont,
body.modal .foot,
body.menu .cont,
body.menu .foot{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    filter: blur(10px);
}
.map_inner{
    position: relative;
}
.map_inner.loading:before{
    content: "";
    display: block;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #FFF url(../img/loader_dark.svg) no-repeat 50% 50%;
    background-size: 100px;
}
.map_outer{
    position: relative;
    height: 444px;
    z-index: 1;
}
.dream_subtype{
    display: none;
}
.dream_subtype.active{
    display: block;
}
.modal__map .greenline {
    background-color: #272727;
    padding-left: 172px;
}
.modal__map .green-list {
    font-size: 0;
    width: 406px;
    display: inline-block;
    vertical-align: top;
}
.modal__map .green-list li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-top: 13px;
    width: 36px;
    height: 38px;
    line-height: 9px;
    font-size: 8px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
.modal__map .green-list a {
    display: inline-block;
    vertical-align: top;
    background-image: url(../img/icons.svg);
    width: 26px;
    height: 25px;
}
.green-list a.active {
    background-position: 0 100%;
}
.modal__map .green-list p {
    opacity: 0;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    font-weight: 500;
    font-size: 8px;
    color: #FFF;
}
.modal__map .green-list li:hover p {
    opacity: .8;
}
.green-list li:nth-child(2) a {
    background-position: -26px 0;
}
.green-list li:nth-child(2) a.active {
    background-position: -26px 100%;
}
.green-list li:nth-child(3) a {
    background-position: -52px 0;
}
.green-list li:nth-child(3) a.active {
    background-position: -52px 100%;
}
.green-list li:nth-child(4) a {
    background-position: -78px 0;
}
.green-list li:nth-child(4) a.active {
    background-position: -78px 100%;
}
.green-list li:nth-child(5) a {
    background-position: -104px 0;
}
.green-list li:nth-child(5) a.active {
    background-position: -104px 100%;
}
.green-list li:nth-child(6) a {
    background-position: -130px 0;
}
.green-list li:nth-child(6) a.active {
    background-position: -130px 100%;
}
.green-list li:nth-child(7) a {
    background-position: -156px 0;
}
.green-list li:nth-child(7) a.active {
    background-position: -156px 100%;
}
.green-list li:nth-child(8) a {
    background-position: -182px 0;
}
.green-list li:nth-child(8) a.active {
    background-position: -182px 100%;
}
.green-list li:nth-child(9) a {
    background-position: -208px 0;
}
.green-list li:nth-child(9) a.active {
    background-position: -208px 100%;
}
.green-list li:nth-child(10) a {
    background-position: -234px 0;
}
.green-list li:nth-child(10) a.active {
    background-position: -234px 100%;
}
.zoom-ctrl {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    font-size: 0;
}
.zoom-out, .zoom-in {
    cursor: pointer;
    outline: none;
}
.zoom-ctrl button {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0;
    padding: 0;
    width: 17px;
    height: 17px;
    border: 0;
    background-image: url(../img/plmin.svg);
    background-color: transparent;
}
.zoom-ctrl .zoom-in {
    background-position: 100% 100%;
}
.zoom-ctrl input {
    padding: 0;
    margin: 8px 5px;
    width: 178px;
    height: 5px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    border: none;
    background: #DEDEDC;
    outline: none;
    cursor: pointer;
}
input[type="range"]::-moz-range-track{border:inherit;background:transparent}
input[type="range"]::-ms-track{border:inherit;color:transparent;background:transparent}
input[type="range"]::-ms-fill-lower,input[type="range"]::-ms-fill-upper{background:transparent}
input[type="range"]::-ms-tooltip{display:none}
input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;width:8px;height:20px;border:none;background-color:#fff}
input[type="range"]::-moz-range-thumb{width:8px;height:20px;border:none;background-color:#fff}
input[type="range"]::-ms-thumb{width:8px;height:20px;border:0;background-color:#fff}
.scm-hint {
    text-transform: uppercase;
    font-size: 0;
    padding: 20px 0 20px 105px;
}
.scm-hint h5{
    display: block;
    font-size: 8px;
    line-height: 9px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #111;
}
.scm-hint .section{
    margin-bottom: 10px;
}
.scm-hint .section:last-child{
    margin-bottom: 0;
}
.scm-hint li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 106px;
    height: 23px;
    padding: 0 6px 4px 18px;
    font-size: 8px;
    line-height: 9px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
}
.scm-hint span {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #CCC;
    border-radius: 50%;
}
.switcher_btn{
    position: absolute;
    top: 10px;
    left:50%;
    z-index: 10;
    width: 300px;
    margin-left: -150px;
    text-align: center;
}
.switch-map_btn{
    display: inline-block;
    color: #4B00BE;
    border: 2px solid #4B00BE;
    margin: 0 3px;
    padding: 5px 16px;
    font-size: 16px;
    background: #FFF;
    line-height: 21px;
    cursor: pointer;
    outline: none;
}
.switch-map_btn:hover{
    background: #FFCD00;
}
.switch-map_btn.active{
    background: #4B00BE;
    color: #FFF;
}
svg > path, svg > rect, svg > polygon, svg > polyline{
    cursor: pointer;
}
.store-name,
.store-name_static{
    display:none;
    position:absolute;
    background-color:#fff;
    width:105px;
    height:90px;
    padding:10px;
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    transition-duration:0!important;
    z-index: 99;
    border: 1px solid red;
}
.store-name .outer,
.store-name_static .outer{
    display:block;
    width:105px;
    height:90px;
    text-align:center;
    overflow: hidden;
}
.store-name .table,
.store-name_static .table{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.store-name .inner,
.store-name_static .inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0;
}
.store-name .image,
.store-name_static .image{
    background: #FFF;
    position: relative;
    height: 44px;
    margin-bottom: 5px;
}
.store-name .action,
.store-name_static .action{
    display: none;
    margin-top: 5px;
}
.store-name .action a,
.store-name_static .action a{
    color: #000;
}
.store-name img,
.store-name_static img{
    position: absolute;
    display: block;
    top:50%;
    left:50%;
    max-height: 100%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.store-name.visible,
.store-name_static.visible{
    display: block;

    /*REMOVE*/
    /*position: fixed;
    top: 50px !important;
    left: 50px !important;
    z-index: 99999;*/
}
.store-name:after,
.store-name_static:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    width: 22px;
    height: 30px;
    z-index: 4;
    background: url(../img/dot.svg) no-repeat 50% 50%;
    background-size: contain;
}
.store-name:before,
.store-name_static:before{
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #FFF;
    border-radius: 50%;
    z-index: 1;
    left: 50%;
    margin-left: -7px;
    bottom: -3px;
}
.modal__map{
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
}
.modal__tariffs img{
    display: block;
    width: 100%;
    height: auto;
}
.modal__tariffs p:first-child{
    margin-top:0;
}
.modal__tariffs .modal__cont{
    padding: 20px;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
}
.head__menu{
    display: none;
}
/* ================================ */
/* ====== RESPONSIVE QUERIES ====== */
/* ================================ */
@media screen and (max-width: 1230px) {
    .wrap {
        width: 990px;
    }
    .head__nav{
        display: block;
    }
    .head__nav > li:nth-child(2){
        display: none;
    }
    .head__nav li a{
        font-size: 12px;
        width: 132px;
    }
    .head__logo{
        margin: 4px 83px 0 0;
    }
    .head__nav li ul li.mobile{
        display: block;
    }
    .slider__text .wrap:before{
        margin-left: 365px;
    }
    .slider__item .back{
        margin-left: 365px;
    }
    .slider__item .back.right{
        margin-right: 365px;
    }
    .slider__text .text{
        width: 345px;
    }
    .slider__text .text h4 {
        font-size: 36px;
        line-height: 44px;
    }
    .slider__text .text .desc {
        font-size: 16px;
        line-height: 24px;
    }
    .home__slider .wrap{
        width: 900px;
    }
    .slider__arrow._left {
        left: -70px;
    }
    .slider__arrow._right {
        right: -70px;
    }
    .foot__cols .col{
        width: 225px;
    }
    .news__card .image{
        height: 310px;
    }
    .news__card .date {
        font-size: 16px;
        line-height: 21px;
    }
    .home__cols .text {
        width: 350px;
        right: 35px;
        text-align: right;
    }
    .home__cols .col:nth-child(2n) .text {
        right: auto;
        left: 35px;
        text-align: left;
    }
    .home__cols .text h4 {
        font-size: 36px;
        line-height: 44px;
    }
    .home__cols .text .action {
        margin-top: 56px;
    }
    .home__cols .text .action:before{
        top: -32px;
    }
    .home__cols .col:nth-child(1) .text .action:before{
        left: auto;
        right: 0;
    }
    .home__cols .col,
    .home__category-big,
    .home__category-item,
    .home__slider,
    .slider__text .wrap,
    .home__category-big .wrap,
    .home__category-item .wrap{
        height: 580px;
    }
    .slider__arrow{
        top: 265px;
    }
    .home__category-big .action,
    .home__category-item .action{
        margin-top: 40px;
    }
    .home__category-big .action:before,
    .home__category-item .action:before{
        display: none;
    }
    .home__category-big .text h4,
    .home__category-item .text h4 {
        font-size: 36px;
        line-height: 44px;
    }
    .slider__dots{
        top: 540px;
    }
    .module__header h2{
        font-size: 50px;
        line-height: 58px;
    }
    .module__header._type2 p{
        font-size: 18px;
        line-height: 24px;
    }
    .about__attriums .col{
        width: 485px;
    }
    .about__attriums .item_link._big {
        height: 380px;
        width: 100%;
    }
    .about__attriums .item_link._small{
        width: 232px;
    }
    .about__attriums .item_link._small:nth-child(2n){
        width: 233px;
    }
    .about__attriums .item_link .info h5{
        font-size: 24px;
        line-height: 30px;
    }
    .about__attriums .item_link .info{
        left: 26px;
        right: 26px;
    }
    .about__attriums .item_link._small._last{
        height: 612px;
        width: 100%;
    }
    .about__text-item{
        height: auto;
        margin-bottom: 120px;
    }
    .about__text-item .text{
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        z-index: 5;
        background: #FFF;
        height: auto;
        box-shadow: none;
    }
    .about__text-item .text .inner {
        position: relative;
        left: auto;
        right: auto;
        top: 50%;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    .about__text-item .image{
        width: auto;
        height: 500px;
        position: relative;
        top: auto;
        left: auto;
    }
    .about__text-item .text h5,
    .about__text-item._right .text h5{
        text-align: center;
    }
    .about__text-item .text .desc,
    .about__text-item._right .text .desc{
        text-align: center;
    }
    .about__text-item .text h5 br{
        display: none;
    }
    .about__text-item .text h5 {
        font-size: 36px;
        line-height: 44px;
        margin: 20px 0 20px;
    }
    .about__text-item .text h5:after{
        display: none;
    }
    .module__map{
        height: 540px;
    }
    .contacts__form{
        top:54px;
    }
    .contacts__info .col{
        width: 280px;
        margin-right: 75px;
    }
    .rent__header{
        height: 540px;
    }
    .rent__cont .futures li{
        margin-right: 24px;
    }
    .brands__slider .item li{
        width: 240px;
        height: 160px;
    }
    .brands__slider .item{
        height: 500px;
    }
    .goods__item{
        width: 310px;
    }
    .goods__item:nth-child(4n){
        margin-right: 30px;
    }
    .goods__item:nth-child(3n){
        margin-right: 0;
    }
    .place__col-main{
        width: 680px;
    }
    .place__gallery-item{
        width: 207px;
        height: 240px;
    }
    .slider__text .text[data-show="off"]{
        top: 475px;
        margin-left: -177px;
    }
}
@media screen and (max-width: 1030px) {
    .wrap {
        width: 770px;
    }
    .news__card .image{
        height: 370px;
    }
    .home__category-item .video{
        display: none;
    }
    .foot__cols .col{
        margin-right: 20px;
        width: 177px;
    }
    .head__nav,
    .head__more,
    .head__lang{
        display: none;
    }
    .head__menu{
        display: block;
        float: right;
        position: relative;
        margin: 10px 0 0;
        z-index: 20;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        cursor: pointer;
        background: #4B00BE;
        -webkit-transition: background 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out;
        transition: background 0.5s ease-in-out;
        border: 0 none;
        outline: none;
        padding: 0;
        left: 10%;
    }
    .head__menu i{
        display: block;
        position: absolute;
        height: 3px;
        width: 22px;
        border-radius: 2px;
        background: #FFF;
        top:50%;
        left:50%;
        margin-left: -11px;
        transform: translateY(-1.5px);
        -webkit-transition: -webkit-transform 200ms;
        -moz-transition: -moz-transform 200ms;
        transition: transform 200ms;
    }
    .head__menu i:nth-child(1){
        transform: translateY(-8px);
    }
    .head__menu i:nth-child(3){
        transform: translateY(5px);
    }
    .head__logo a{
        background: url(../img/logo_mobile.svg) no-repeat 50% 50%;
        width: 70px;
        height: 27px;
        position: relative;
        right: 40%;
    }
    .head{
        height: 60px;
    }
    .head__logo{
        margin-top: 16px;
    }
    .cont{
        padding-top: 60px;
    }
    .modal_nav-mobile{
        display: none;
        position: fixed;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        z-index: 88;
        overflow: hidden;
    }
    .modal_nav-mobile .inner{
        padding-top: 60px;
        padding-bottom: 30px;
        box-sizing: border-box;
        position: relative;
        height: 100%;
        width: 310px;
        overflow: hidden;
        z-index: 10;
        background: #FFF;
    }
    .modal_nav-mobile .close{
        display: block;
        z-index: 1;
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
    }
    .modal_nav-mobile .outer{
        position: relative;
        height: 100%;
        overflow: auto;
    }
    .head__menu.open i:nth-child(2){
        -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
        -moz-transform: translate3d(0, 0, 0) scale(0.1, 1);
        transform: translate3d(0, 0, 0) scale(0.1, 1);
    }
    .head__menu.open i:nth-child(1){
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        -moz-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    .head__menu.open i:nth-child(3){
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        -moz-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }
    body.menu .modal_nav-mobile{
        display: block;
    }
    .mobile__nav{
        list-style: none;
    }
    .mobile__nav li{
        border-bottom: 1px solid #e2e2e2;
    }
    .mobile__nav li a{
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #4B00BE;
        text-decoration: none;
        padding: 12px 20px;
        font-weight: 500;
        position: relative;
    }
    .mobile__nav li ul{
        display: none;
        border-top: 1px solid #e2e2e2;
        margin: 0;
        padding: 0;
        background: #eee;
    }
    .mobile__nav li ul li:last-child{
        border-bottom: 0 none;
    }
    .mobile__nav li ul a{
        font-weight: 300;
    }
    .mobile__nav li a._with-sub i{
        position: absolute;
        right: 0;
        top:0;
        display: block;
        width: 54px;
        height: 54px;
        border-left: 1px solid #f7f7f7;
    }
    .mobile__nav li a._with-sub i:before{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 16px;
        height: 12px;
        background: url(../img/arrow6.svg) no-repeat 50% 50%;
        background-size: contain;
        margin: -6px 0 0 -8px;
        -webkit-transition: -webkit-transform 200ms;
        -moz-transition: -moz-transform 200ms;
        transition: transform 200ms;
    }
    .mobile__nav li a._with-sub.open i:before{
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .more__panel-mobile{
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }
    .more__panel-mobile a{
        display: block;
        text-decoration: none;
        color: #4B00BE;
        font-weight: 500;
        letter-spacing: 0.4px;
        font-size: 16px;
        line-height: 16px;
        padding: 19px 20px;
    }
    .more__panel-mobile li{
        border-bottom: 1px solid #e2e2e2;
    }
    .more__panel-mobile li a span {
        display: inline-block;
        position: relative;
        padding-left: 28px;
    }
    .more__panel-mobile li a span:before{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .more__panel-mobile li a.icon__search span:before {
        background: url(../img/search.svg) no-repeat 50% 50%;
        background-size: contain;
    }
    .more__panel-mobile li a.icon__map span:before {
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: url(../img/map.svg) no-repeat 50% 50%;
        background-size: contain;
    }
    .more__panel-mobile li a.icon__time span:before {
        background: url(../img/time.svg) no-repeat 50% 50%;
        background-size: contain;
    }
    .more__panel-mobile li a.icon__map2 span:before {
        background: url(../img/pin.svg) no-repeat 50% 50%;
        background-size: contain;
    }
    .head__lang-mobile{
        width: 200px;
        margin: 25px auto;
        background: #FFF;
        border: 1px solid #e2e2e2;
        overflow: hidden;
        position: relative;
    }
    .head__lang-mobile:after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 30px;
        height: 30px;
        background: url(../img/arrow6.svg) no-repeat 50% 50%;
        background-size: 14px 12px;
        margin: 0;
        z-index: 1;
    }
    .head__lang-mobile select{
        display: block;
        position: relative;
        z-index: 5;
        margin: 0;
        padding: 0;
        border: 0 none;
        width: 230px;
        background: transparent;
        height: 30px;
        color: #000;
        font-weight: 500;
        letter-spacing: 0.4px;
        font-size: 13px;
        line-height: 16px;
        border-radius: 0;
        cursor: pointer;
        outline: none;
    }
    .home__cols .col,
    .home__category-big,
    .home__category-item,
    .home__slider,
    .slider__text .wrap,
    .home__category-big .wrap,
    .home__category-item .wrap {
        height: 460px;
    }
    .home__category-big.home__aqua .text,
    .home__category-big.home__land .text,
    .home__category-item[data-subtype="slim"] .text,
    .home__category-big .text,
    .home__category-item .text,
    .slider__text .text {
        width: 370px;
    }
    .home__category-big .text h4,
    .home__category-item .text h4 {
        font-size: 28px;
        line-height: 32px;
    }
    .home__category-big .tags,
    .home__cols .tags,
    .home__category-item .tags {
        margin-bottom: 20px;
    }
    .home__category-big .action,
    .home__category-item .action {
        margin-top: 20px;
    }
    .home__cols .text .action {
        margin-top: 20px;
    }
    .home__cols .text .action:before{
        display: none;
    }
    .home__cols .text h4,
    .slider__text .text h4 {
        font-size: 28px;
        line-height: 32px;
    }
    .news__card h5{
        font-size: 21px;
        line-height: 25px;
        height: 75px;
    }
    .home__category-big .wrap:before,
    .home__category-item .back{
        margin-right: 385px;
    }
    .home__category-item:nth-child(odd) .back{
        margin-left: auto;
    }
    .home__slider .wrap{
        width: 770px;
    }
    .slider__text .wrap:before {
        margin-left: 385px;
    }
    .slider__item .back{
        margin-left: 385px;
    }
    .slider__item .back.right{
        margin-right: 385px;
    }
    .slider__text .action:before{
        display: none;
    }
    .slider__text .action{
        margin-top: 24px;
    }
    .slider__arrow {
        top: 205px;
    }
    .about__text-item .image{
        height: 380px;
    }
    .about__attriums .col{
        width: 375px;
    }
    .about__attriums .item_link._big {
        height: 280px;
        width: 100%;
    }
    .about__attriums .item_link._small{
        width: 177px;
        height: 145px;
    }
    .about__attriums .item_link._small:nth-child(2n){
        width: 178px;
    }
    .about__attriums .item_link .info h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .about__attriums .item{
        height: 445px;
    }
    .contacts__info .col{
        float: none;
        width: 100%;
        margin: 0 0 40px;
    }
    .contacts__info .value{
        line-height: 28px;
    }
    .contacts__info .value p{
        margin: 0;
    }
    .contacts__form{
        width: 325px;
        padding: 30px;
        top: 67px;
    }
    .module__modal .outer{
        width: 700px;
    }
    .rent__header{
        height: 460px;
    }
    .rent__cont .futures li{
        margin-right: 20px;
        width: 239px;
        padding: 44px 0;
    }
    .rent__cont .futures li b{
        font-size: 40px;
        line-height: 48px;
    }
    .rent__cont .futures li i{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .rent__cont h4 {
        font-size: 32px;
        line-height: 38px;
    }
    .brands__slider .item li {
        width: 185px;
        height: 130px;
    }
    .brands__slider .item{
        height: 410px;
    }
    .grid-sizer,
    .news__list-content .grid-item{
        width: 50%;
    }
    .goods__item{
        margin-right: 20px;
        width: 243px;
    }
    .goods__item:nth-child(4n) {
        margin-right: 20px;
    }
    .goods__item:nth-child(3n) {
        margin-right: 0;
    }
    .goods__filter .nice-select {
        padding: 4px 22px 4px 8px;
        width: 148px;
    }
    .goods__filter .search input{
        padding: 4px 32px 4px 8px;
        width: 148px;
    }
    .goods__filter .label,
    .goods__filter .search span{
        margin: 5px 8px 0 0;
    }
    .goods__filter .part {
        float: left;
        margin-right: 20px;
    }
    .goods__filter {
        padding: 32px 20px;
    }
    .place__col-main {
        width: 470px;
    }
    .place__promo .news__card .image {
        height: 210px;
    }
    .news__card h5 {
        font-size: 16px;
        line-height: 21px;
        height: 63px;
    }
    .news__card .date:before,
    .news__card .inner:before{
        width: 160px;
        margin-left: -80px;
    }
    .place__gallery-item {
        width: 220px;
        height: 220px;
    }
    .module__modal .outer._map{
        width: 700px;
    }
    .module__modal .store-name .outer,
    .module__modal .store-name_static .outer{
        width: 105px;
    }
    .modal__map .green-list{
        padding: 0;
        width: 364px;
        margin-right: 20px;
        margin-left: 39px;
    }
    .modal__map .greenline{
        padding: 0;
    }
    .scm-hint {
        padding: 20px 25px 20px;
    }
    .store-name .action,
    .store-name_static .action{
        display: block;
    }
    .search_results .item_outer {
        width: 33.3%;
    }
    .about__attriums .item_link._small._last{
        height: 445px;
    }
    .slider__text .text[data-show="off"]{
        top: 375px;
        margin-left: -177px;
    }
}
@media screen and (max-width: 799px) {


    .map_outer,
    .panzoom{
        height: 320px;
        width: 500px;
    }
    .news__card .image{
        height: 260px;
    }
    .panzoom svg{
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        top:50%;
        left:50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .modal__map .greenline{
        text-align: center;
    }
    .zoom-ctrl{
        padding: 5px 0 15px;
    }
    .wrap {
        width: 550px;
    }
    .foot__subscribe form{
        width: 100%;
    }
    .foot__subscribe form input{
        width: 382px;
    }
    .foot__cols .col{
        display: none;
    }
    .foot__cols .col._contacts{
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
    .home__category-big .wrap:before,
    .home__category-item .back {
        margin-right: 275px;
    }
    .home__category-item:nth-child(odd) .back {
        margin-left: auto;
    }
    .home__category-big.home__aqua .text,
    .home__category-big.home__land .text,
    .home__category-item[data-subtype="slim"] .text,
    .home__category-big .text,
    .home__category-item .text,
    .slider__text .text {
        width: 260px;
    }
    .home__category-big .text .desc,
    .home__category-item .text .desc {
        max-height: 96px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .home__cols .text {
        width: 260px;
        right: 15px;
        text-align: left;
    }
    .home__cols .col:nth-child(1) {
        padding-right: 0;
    }
    .home__cols .col:nth-child(2) {
        padding-left: 0;
    }
    .home__cols .col:nth-child(2n) .text {
        right: auto;
        left: 15px;
        text-align: right;
    }
    .home__slider .wrap {
        width: 550px;
    }
    .slider__text .wrap:before {
        margin-left: 275px;
    }
    .slider__item .back{
        margin-left: 275px;
    }
    .slider__item .back.right{
        margin-right: 275px;
    }
    .slider__dots {
        top: 420px;
    }
    .about__attriums .col {
        width: 265px;
    }
    .about__attriums .item_link._big {
        height: 210px;
        width: 100%;
    }
    .about__attriums .item_link._small {
        width: 122px;
        height: 150px;
    }
    .about__attriums .item_link._small:nth-child(2n) {
        width: 123px;
    }
    .about__attriums .item_link .info h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .about__attriums .item_link .info {
        left: 15px;
        bottom: 17px;
        right: 15px;
    }
    .about__attriums .item_link .info span:after {
        bottom: -8px;
        width: 53px;
    }
    .about__attriums .item {
        height: 380px;
    }
    .about__text-item .image {
        height: 320px;
    }
    .module__map .map{
        position: relative;
        height: 400px;
    }
    .module__map{
        height: auto;
    }
    .contacts__form{
        position: relative;
        right: auto;
        top: auto;
        margin: 50px auto 0;
    }
    .module__map{
        background: transparent;
        overflow: visible;
    }
    .rent__cont .futures li {
        margin-right: 20px;
        width: 166px;
        padding: 44px 0;
    }
    .rent__cont .futures li i {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .rent__cont .futures li b {
        font-size: 28px;
        line-height: 34px;
    }
    .brands__slider .item li:nth-child(4n){
        margin-right: 10px;
    }
    .brands__slider .item li:nth-child(3n){
        margin-right: 0;
    }
    .brands__slider .item li {
        width: 176px;
        height: 115px;
    }
    .brands__slider .item{
        height: 490px;
    }
    .module__modal .outer{
        width: 500px;
    }
    .comments__form,
    .rent__form{
        width: auto;
    }
    .module__modal .outer._map {
        width: 500px;
    }
    .modal__gmap{
        height: 360px;
    }
    .search_results .item_outer {
        width: 50%;
    }
    .module__header h2:after{
        width: 260px;
        margin-left: -130px;
    }
    .goods__item{
        width: 265px;
    }
    .goods__item:nth-child(3n),
    .goods__item:nth-child(4n){
        margin-right: 20px;
    }
    .goods__item:nth-child(2n){
        margin-right: 0;
    }
    .goods__filter .label, .goods__filter .search span{
        display: none;
    }
    .goods__filter .nice-select,
    .goods__filter .search input{
        width: 155px;
    }
    .goods__filter .part{
        margin-right: 22px;
    }
    .place__col-left{
        float: none;
        width: 100%;
    }
    .place__photo{
        margin: 17px auto 32px;
    }
    .place__col-main{
        float: none;
        width: 100%;
    }
    .place__labels{
        text-align: center;
    }
    .place__contacts .actions .btn {
        margin: 0 auto 10px;
    }
    .place__gallery-item {
        width: 260px;
        height: 260px;
    }
    .place__labels{
        width: 270px;
        margin: 0 auto;
    }
    .about__attriums .item_link._small._last{
        height: 380px;
    }
    .slider__text .text[data-show="off"]{
        top: 360px;
        margin-left: -130px;
    }
}
@media screen and (max-width: 550px) {
    .home__category-item .back{
        display: none;
    }
    .wrap {
        width: 300px;
    }
    .news__card .image{
        height: 300px;
    }
    .map_outer,
    .panzoom{
        width: 300px;
    }
    .foot__subscribe form .outer{
        background: transparent;
        border: 0 none;
    }
    .foot__subscribe form input{
        float: none;
        width: 100%;
        border: 2px solid #4B00BE;
    }
    .foot__subscribe form .btn {
        float: none;
        width: 100%;
        padding: 14px 0 15px;
        position: relative;
        margin-top: 10px;
    }
    .about__text-item .image {
        height: 220px;
    }
    .module__header h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .module__header._type2 p {
        font-size: 14px;
        line-height: 20px;
    }
    .about__text-item .text h5 {
        font-size: 32px;
        line-height: 38px;
    }
    .about__parts h4 {
        font-size: 32px;
        line-height: 38px;
    }
    .about__attriums .col{
        float: none;
        width: 100%;
        margin: 0;
    }
    .about__attriums .item_link._big {
        height: 160px;
        width: 100%;
    }
    .about__attriums .item_link._small {
        width: 140px;
        height: 160px;
    }
    .about__attriums .item_link._small:nth-child(2n) {
        width: 140px;
    }
    .about__attriums .item{
        height: 700px;
    }
    .about__attriums .item_link._small._last{
        height: 340px;
    }
    .module__map .map{
        height: 260px;
    }
    .contacts__form{
        width: auto;
    }
    .contacts__form h4{
        font-size: 24px;
        line-height: 36px;
    }
    .module__modal .outer {
        width: 300px;
    }
    .modal__shedule{
        width: 100%;
    }
    .table__modal-content table td{
        font-size: 14px;
    }
    .modal__head .title{
        font-size: 18px;
    }
    .modal__gmap{
        height: 260px;
    }
    .rent__header{
        height: 260px;
    }
    .rent__cont .futures li{
        float: none;
        width: 296px;
        margin: 0 0 20px;
    }
    .brands__slider .item li {
        width: 145px;
        height: 100px;
    }
    .brands__slider .item li:nth-child(3n),
    .brands__slider .item li:nth-child(4n){
        margin-right: 10px;
    }
    .brands__slider .item li:nth-child(2n){
        margin-right: 0;
    }
    .brands__slider .item li img{
        max-height: 90%;
        max-width: 90%;
    }
    .brands__slider .item{
        height: 650px;
    }
    .comments__form,
    .rent__form{
        padding: 30px 25px;
    }
    .comments__form h4,
    .rent__form h4{
        font-size: 24px;
        line-height: 28px;
    }
    .grid-sizer,
    .news__list-content .grid-item{
        width: 100%;
    }
    .search_results .item_outer{
        width: 100%;
    }
    .module__modal .outer._map{
        width: 300px;
    }
    .scm-hint{
        display: none;
    }
    .module__error h2{
        font-size: 140px;
    }
    .module__error p{
        font-size: 21px;
    }
    .modal__map .green-list {
        padding: 10px 0 0;
        width: auto;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
        display: block;
    }
    .modal__map .green-list li{
        width: 28px;
    }
    .zoom-ctrl {
        display: block;
        vertical-align: top;
        padding-top: 5px;
        font-size: 0;
        text-align: center;
        padding-bottom: 15px;
    }
    .switch-map_btn{
        font-size: 12px;
    }
    .goods__item{
        width: 100%;
        margin-right: 0;
    }
    .goods__filter .label,
    .goods__filter .search span{
        display: block;
        width: 80px;
    }
    .goods__filter .part{
        float: none;
        margin: 0 0 15px;
    }
    .goods__filter .nice-select,
    .goods__filter .search input {
        width: 172px;
    }
    .place__labels{
        width: 100%;
    }
    .place__photo{
        width: 300px;
        height: 300px;
    }
    .place__gallery-item{
        width: 300px;
        height: 300px;
    }
    .home__cols .col{
        float: none;
        width: 100%;
    }
    .home__cols .text,
    .home__cols .col:nth-child(2n) .text{
        width: 300px;
        right: auto;
        left:50%;
        margin-left:-150px;
        text-align: left;
    }
    .home__cols .col{
        height: 360px;
    }
    .home__category-big.home__aqua .text,
    .home__category-big.home__land .text,
    .home__category-item[data-subtype="slim"] .text,
    .home__category-big .text,
    .home__category-item .text,
    .slider__text .text {
        width: 300px;
        text-align: center;
    }
    .home__category-item .back,
    .home__category-item[data-subtype="slim"] .back{
        opacity: 0;
    }
    .home__category-item[data-subtype="slim"] .text h4,
    .home__category-item[data-subtype="slim"] .text .desc{
        color: #FFF;
        text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
    .home__category-big._left .text, .home__category-item:nth-child(odd) .text{
        width: 300px;
        text-align: center;
    }
    .home__category-big .wrap:before, .home__category-item .back{
        margin-right: -300px;
        transform: translateX(0%);
    }
    /* .home__category-item:nth-child(odd) .back{
        margin-left: -300px;
        transform: translateX(0%);
    } */
    .slider__text .wrap:before{
        opacity: 0.7;
        margin-left: -300px;
        transform: translateX(0%);
    }
    .slider__item .back{
        opacity: 0.3;
        margin-left: -300px;
        transform: translateX(0%);
        background: #000 !important;
    }
    .slider__item .back.right{
        opacity: 0.7;
        margin-right: -300px;
        transform: translateX(0%);
    }
    .home__slider .wrap{
        width: 300px;
    }
    .slider__text .wrap,
    .home__slider{
        height: 350px;
    }
    .slider__arrow {
        top: 150px;
    }
    .slider__dots {
        top: 315px;
    }
    .home__category-big .text h4,
    .home__category-item .text h4,
    .home__category-big .text .desc,
    .home__category-item .text .desc{
        color: #FFF;
        text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
    .slider__text .text h4,
    .slider__text .text .desc{
        color: #FFF;
        text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
    .slider__text .text[data-theme="light"] h4,
    .slider__text .text[data-theme="light"] .desc{
        text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
    .home__cols .col[data-theme="dark"] .text h4{
        text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
    .home__cols .col[data-theme="light"] .text h4{
        color: #FFF;
        text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
    .home__category-item .back,
    .home__category-item[data-subtype="slim"] .back,
    .home__cols .item:before,
    .home__cols .col[data-theme="light"] .item:before{
        background: #000 !important;
        opacity: 0.3;
    }
    .slider__text .text[data-show="off"]{
        top: 260px;
        margin-left: -150px;
    }
    .rent__form-attach .btn{
        width: 100%;
        float: none;
    }
    .rent__form-attach .result{
        float: none;
        display: block;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .rent__form .select_style select{
        width: 270px;
    }
}

.moon-link{
    margin: 0 20px;
}

.raports__module{
    padding: 0 0 80px;
}

.raports__list{
    padding: 0;
}

.raports__item{
    margin: 0 0 75px;
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.raports__item::after{
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 200px);
    height: 1px;
    display: block;
    background-color: #e8e8e8;
}

.raports__item .btn {
    width: 170px;
    padding: 7px 0;
}

.raports__name{
    font-size: 16px;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    background-color: #fff;
    padding: 5px 25px 5px 0;
    position: relative;
    z-index: 1;
    margin: 0;
}

.foot__raports{
    color: #fff;
    text-transform: none;
}

.foot__raports:hover{
    text-decoration: none;
}

.module-title h3, .module-title h4 {
    color: #4B00BE;
    line-height: 44px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 40px;
}

.module-title h3 {
    font-size: 35px;
}

.module-title h4 {
    font-size: 28px;
}


.home__slider{position:relative;height:auto!important}.home__slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.home__slider .slick-slide{height:744px}.home__slider .slick-slide>div{height:100%}.home__slider .slider{position:relative;z-index:1}.home__slider .slider__arrows,.home__slider .slider__navigation{position:absolute;z-index:2;pointer-events:none}.home__slider .slider__arrows{top:50%;width:100%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 12%;-webkit-box-sizing:border-box;box-sizing:border-box}.home__slider .slider__navigation{bottom:50px;left:0;width:100%}.home__slider .slick-next,.home__slider .slick-prev{font-size:0;border:0;width:40px;height:40px;background-color:transparent;pointer-events:auto;background-color:#fff;border-radius:50%}.home__slider .slick-next:after,.home__slider .slick-prev:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:transparent}.home__slider .slick-prev{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.home__slider .slick-prev:after{border-left:5px solid rgba(46, 46, 46, 0.7);border-bottom:5px solid rgba(46, 46, 46, 0.7);-webkit-transform:translate(-40%, -60%);-ms-transform:translate(-40%, -60%);transform:translate(-40%, -60%)}.home__slider .slick-next{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.home__slider .slick-next:after{border-right:5px solid rgba(46, 46, 46, 0.7);border-bottom:5px solid rgba(46, 46, 46, 0.7);-webkit-transform:translate(-60%, -55%);-ms-transform:translate(-60%, -55%);transform:translate(-60%, -55%)}.home__slider .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;padding:0;margin:0}.home__slider .slick-dots li{pointer-events:auto;margin:0 20px 0 0}.home__slider .slick-dots li:last-child{margin:0}.home__slider .slick-dots li.slick-active button{background-color:#2E2E2E}.home__slider .slick-dots button{padding:0;margin:0;font-size:0;border-radius:50%;border:2px solid #2E2E2E;background-color:#fff;width:13px;height:13px}.home__slider .slide{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%}.home__slider .slide__picture{width:55%}.home__slider .slide img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.home__slider .event{width:45%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:50px 20px 50px 100px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.home__slider .event__wrapper{max-width:400px;width:100%}.home__slider .event__title{font-size:36px;line-height:44px;color:#4B00BE;font-weight:500;margin:0;text-transform:uppercase;margin-bottom:24px}.home__slider .event__descr{font-size:21px;line-height:30px;font-weight:300;color:#262626}.home__slider .event__action{position:relative;margin-top:118px}.home__slider .event__action .btn{border:2px solid #000}.home__slider .event__action:before{content:"";display:block;position:absolute;width:333px;height:1px;left:0;background:#000;top:-71px}.home__slider .event .btn{width:170px;padding:10px 0}@media (max-width:1499px){.home__slider .slider__arrows{padding:0 40px}}@media (max-width:1023px){.home__slider .event,.home__slider .slide__picture{width:50%}.home__slider .slider__arrows{padding:0 20px}.home__slider .event__title{font-size:28px;line-height:32px}.home__slider .event__action{margin-top:10px}.home__slider .event__action:before{display:none}.home__slider .event__descr{font-size:16px;line-height:24px}}@media (max-width:767px){.home__slider .event{width:100%;padding:20px 40px 50px 40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.home__slider .event__title{font-size:16px;line-height:24px;max-height:8em;overflow:hidden}.home__slider .slick-slide{height:auto}.home__slider .slider__arrows{padding:0 20px}.home__slider .slider__navigation{bottom:250px}.home__slider .slide{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.home__slider .slide__picture{width:100%;height:230px}.home__slider .slick-next,.home__slider .slick-prev{display:none}.home__slider .slick-dots button{width:13px;height:13px;background-color:#fff;border-color:#fff}.home__slider .slick-dots li.slick-active button{border-color:#000}}
.home__slider .dark .event__title{color: #fff;}


/* 360 panorama style */

.panorama_tour {
    margin: 0 auto;
    
    width: 90vw;
    height: 800px;
    display: flex;
    margin-top: 50px;
}

.panorama_tour iframe {
    width: 100%;
    height: 100%; 
}
 
 
@media only screen and (max-width: 500px) {
    .panorama_tour iframe {
        
        height: 300px;
    }

    .panorama_tour {
        width: 90vw;
        height: 300px;
    }
}


@media only screen and (min-width: 500px) and (max-width: 750px) {
    .panorama_tour iframe {
        
        height: 400px;
    }

    .panorama_tour {
        width: 90vw;
        height: 400px;
    }
}

@media only screen and (min-width: 751px) and (max-width: 1250px) {
    .panorama_tour iframe {
        
        height: 500px;
    }

    .panorama_tour {
        width: 90vw;
        height: 500px;
    }
}




/* Brandbook link for "rent" page */

.brandbook {

    margin-top: 2em;
    

}

.brandbook_div_but {
    width: 150px;
    height: 40px;
    margin: 0 auto;
    background-color: #4b00be;
    padding-top: 15px;
}

.brandbook_button {
    
    font-size: 20px;
    margin-left: ;
    width: 150px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    text-decoration: none;

}


    
.h5header {
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    color: #4b00be;
    margin: 0 0 20px;
    text-align: center;
}

.brandbook_div_but:hover {
    background-color: #ffcd00;
}


#tiktok {
    background-image: url("../img/tiktok.svg");
}

#threads {
    background-image: url("../img/threads.svg");
}



@media  (max-width: 1030px) {
    #tiktok {
    background-image: url("../img/tiktok-white.svg");
    }
    #threads {
    background-image: url("../img/threads-white.svg");
    }

}
