@font-face {
    font-family: ProbaPro;
    src: url("fonts/probapro.otf") format("opentype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: ProbaPro;
    src: url("fonts/probapro-medium.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: ProbaPro;
    src: url("fonts/probapro-bold.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: ProbaPro;
    src: url("fonts/probapro-italic.otf") format("opentype");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: ProbaPro;
    src: url("fonts/probapro-medium-italic.otf") format("opentype");
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: ProbaPro;
    src: url("fonts/probapro-bold-italic.otf") format("opentype");
    font-style: italic;
    font-weight: 700;
}


html {
    height: 100%;
}
body {
    min-height: 100%;
    height: auto;
}
body {
    background-color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
body.page,
body.page-sales,
body.page-kontakty {
    background-color: #efefef;
}
h1, .h1 {
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    line-height: 13px;
    margin: 55px 0 35px;
}
h1 > a, .h1 > a {
    text-decoration: none !important;
}
h2, .h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    line-height: 23px;
    margin: 0 0 15px;
}
h3, .h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: 400;
}
.nofooter {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
body {
    font-family: ProbaPro;
    color: #000;
    font-size: 18px;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
a, a:hover {
    color: #000000;
    text-decoration: underline;
}
*, *:hover, *:focus {
    outline: none;
}
.vertical-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.space-between {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.space-around {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.black-bg {
    background: #212121;
}
.gray {
    opacity: 0.5;
}
.inset {
    max-width: 100%;
}
.font-18 {
    font-size: 18px;
}
.font-36 {
    font-size: 36px;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu > li {
    margin: 0;
}
.menu > li:before {
    display: none;
}
.menu a, .menu a:hover {
    text-decoration: none;
}
.btn {
    padding: 4px 15px;
    min-height: 28px;
    min-width: 37px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}
.btn.btn-trans {
    background: transparent;
    color: #fff;
    border: 1px solid;
}
.btn.btn-red {
    background: #ed1c24;
    color: #fff !important;
}
.btn.btn-lightgray {
    background: #f5f5f5;
    color: #000 !important;
    box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}
.btn.btn-ico {
    padding: 6px 6px;
}
.btn.btn-instsubscribe {
    box-shadow: 0 8px 16px rgba(74, 144, 226, 0.43);
    border-radius: 3px;
    background-color: #4990e2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 13px 30px 13px 25px;
}
.btn.btn-blue {
    color: #fff;
    background-color: #2f9ccf;
    font-weight: normal;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 12px 20px 13px 26px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3333333;
}
.ajax-pagination-btn {
    color: #060606;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2.33px;
    text-align: center;
    width: 300px;
    height: 58px;
    box-shadow: 0 8px 16px rgba(6, 6, 7, 0.08);
    border-radius: 100px;
    background-color: #ffffff;
    display: inline-block;
    line-height: 54px;
    text-decoration: none !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.lightgray-bg {
    background-color: #fafafa;
}
/*************************************************/
header {
    padding: 25px 0 19px;
    background-color: #2f9ccf;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.header-phone {
    letter-spacing: 1.29px;
    text-transform: uppercase;
}
.header-worktime {
    opacity: 0.5;
    font-size: 13px;
}
.ico-hz {
    margin-right: 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.09);
}
header .vertical-middle.space-between > span {
    margin: 3px 0;
}
.soc-net {
    margin-right: 5px;
    color: #fff;
    text-decoration: none !important;
}
.soc-net:last-child {
    margin-right: 0px;
}

.header-btn-search {
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
}
.header-btn-search input {
    position: absolute;
    right: 0;
    width: 100%;
    background: no-repeat url(/images/ico-search.png) right center #34aae2;
    border: none;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0);
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-out ;
    -moz-transition: all 0.3s ease-out ;
    -o-transition: all 0.3s ease-out ;
    transition: all 0.3s ease-out ;
}
.header-btn-search input:focus {
    width: 300px;
    border: 1px solid #fff;
    box-shadow: 0 0 3px #34aae2;
}
.header-btn-search button {
    position: absolute;
    right: -30px;
    width: 30px;
    height: 27px;
    background: transparent;
    border: none;
}
.header-btn-search input:focus + button {
    right: 0px;
}

.top-menu-area {
    background-color: #34aae2;
    padding: 12px 0px;
}
.top-menu-area > .container {
    position: relative;
}
.top-menu {
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-menu a {
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
    font-size: 14px;
}

.btn-mmenu {
    font-size: 32px;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    margin-left: 40px;
}
.btn-mmenu, .btn-mmenu:focus, .btn-mmenu:active, .btn-mmenu:hover {
    color: #ffffff;
}
.btn-mmenu > .forclose {
    visibility: hidden;
    transition: visibility 0s linear 0.25s, transform 0.25s ease-in;
}
body.open-menu .btn-mmenu > .forclose {
    visibility:visible;
    transform: rotate(180deg);
    transition: visibility 0s linear 0.25s, transform 0.25s ease-out;
}
.btn-mmenu > .foropen {
    visibility:visible;
    transition: visibility 0s linear 0.25s, transform 0.25s ease-in;
}
body.open-menu .btn-mmenu > .foropen {
    visibility:hidden;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: visibility 0s linear 0.25s, transform 0.25s ease-in;
}
#mob-menu {
    position: fixed;
    top: 60px;
    bottom: 100vh;
    right: 0px;
    left: 0;
    background-color: #34aae2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
    color: #fff;
}
body.open-menu #mob-menu {
    bottom: 0px;
    padding: 30px;
}
.mob-menu .top-menu {
    display: block;
    flex-direction: column;
    align-items: flex-start;
}


footer {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
    padding: 38px 0 30px;
    background: #fff;
}
footer .menu a {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
}
.footer-soc-net {
    margin-top: 16px;
    text-align: right;
}
.footer-soc-net > a {
    margin-right: 10px;
text-decoration: none;
}
.footer-soc-net > a:last-child {
    margin-right: 0;
}
.footer-menu-area {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-menu-area .menu {
    margin-bottom: 30px;
}
.footer-copy {
    font-size: 14px;
    opacity: 0.4;
}
/************************************/
.index-slider {
    overflow: hidden;
    margin-bottom: 30px;
    max-width: 100%;
    margin: 0 auto 30px;
}
.index-slider-item {
    text-align: center;
}
.index-slider-item .container {
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.index-slider-item a {
    color: #ffffff;
}
.index-slider-item h2 {
    font-size: 48px;
    font-weight: 200;
    line-height: 48px;
}
.index-slider-item img {
    display: inline-block;
    width: 100%;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    background: no-repeat url(/images/slider-arrows.png) transparent;
    border: none;
    box-shadow: none;
    width: 48px;
    height: 22px;
    z-index: 1;
    text-indent: 9999px;
    overflow: hidden;
}
.slider.slick-slider .slick-arrow {
    background: no-repeat url(/images/slider-circle-arrows.png) transparent;
    height: 32px;
    width: 32px;
    margin-top: -16px;
}

.slick-prev {
    background-position: left center;
    left: 50px;
}
.slick-next {
    background-position: right center !important;
    right: 50px;
}
.news-list {
    position: relative;
    margin-bottom: 2px;
}
.news-list  > .ajax-pagination {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, #ffffff 62%);
    height: 410px;
    padding-top: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-list-item {
    height: 380px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
.news-list-item-img {
    display: block;
    width: 100%;
    height: 263px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}
.news-list-item-text {
    padding: 12px 20px 20px;
    overflow: hidden;
    height: 105px;
}
.news-list-item-section {
    color: #38d9a9;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.news-list-item-name {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 2px;
    text-decoration: none;
}
.news-list-item-previewtext {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    max-height: 61px;
    overflow: hidden;
}

.promonews-list-item {
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    height: 556px;

}
.promonews-list-item-img {
    display: block;
    height: 407px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.promonews-list-item-text {
    padding: 20px;
    height: 130px;
    overflow: hidden;
}
.promonews-list-item-section {
    color: #bd10e0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.promonews-list-item-name {
    display: block;
    text-decoration: none !important;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 3px;
}
.promonews-list-item-previewtext {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.promonews-list-item-small {
    height: 263px;
}
.promonews-list-item-small > .promonews-list-item-img {
    height: 100%;
    width: 47%;
    float: left;
}
.promonews-list-item-small .promonews-list-item-text {
    padding: 30px;
    height: 230px;
}
.promonews-list-item.promonews-list-item-big .promonews-list-item-img {
    padding-top: 100%;
}
.promonews-list-item.promonews-list-item-big .promonews-list-item-text {
    position: absolute;
    bottom: 30px;
    left: 15px;
    right: 15px;
    height: auto;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.promonews-list-item.promonews-list-item-big .promonews-list-item-name,
.promonews-list-item.promonews-list-item-big .promonews-list-item-section {
    color: #fff !important;
}

.news-detail {
    margin-top: 50px;
    margin-bottom: 100px;
}
.news-detail-back {
    opacity: 0.3;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 13px;
    margin-bottom: 30px;
    text-decoration: none !important;
    display: block;
}
.news-detail-picture {
    width: 100%;
    margin-bottom: 40px;
}
.news-detail-share {
    margin-top: 30px;
}

.index-1 {
    background-color: #34aae1;
    padding: 20px 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 66px;
}
.index-1 > div > .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.index-1-1  {
}
.index-1-1 > img {
    position: absolute;
    bottom: -20px;
    right: 0;
}
.index-2 {
    color: #fff;
/*     background-color: #060606; */
}
.index-2 > .container > .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.index-2-1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.index-2-1-1 {
    opacity: 0.5;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0 13px;
}
.index-2-1-2 {
    color: #daed2f;
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 10px;
}
.index-2-1-3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.index-2-1-4 {
    display: block;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
}
.index-2-2-1 > img {
    max-width: 100%;
}

.index-3 {
    padding: 30px 0;
    background-color: #34aae1;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}
.index-3 > div > .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.index-3-1-1 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 6px;
}
.index-3-1-2 {
    opacity: 0.5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.index-3-1 > img {
    margin-right: 16px;
}

.subscribe-on-blue {
    width: 100%;
    background: #fff;
    height: 48px;
    border-radius: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.subscribe-on-blue > button {
    padding: 0 25px;
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.12);
    color: #212529;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    background: transparent;
    border: none;
}
.subscribe-on-blue > input {
    background: transparent;
    border: none;
    box-shadow: none;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 400;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.index-instaslider {
    margin: 5px 0 30px;
}
.index-instaslider-item {
    margin: 0 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background-color: #ffffff;
    padding: 0 0 15px 0;
    overflow: hidden;
}
.index-instaslider-item-top {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.index-instaslider-item-top > img {
    display: inline-block;
    margin-right: 10px;
    height: 24px;
    width: 24px;
    border-radius: 15px;
}
.index-instaslider-item-text {
    padding: 10px 15px 0 15px;
    overflow: hidden;
    height: 125px;
}
.index-instaslider-item-name {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}
.index-instaslider-item-pretext {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
word-break: break-word;
}
.index-instaslider-item-img {
    display: block;
    width: 100%;
}
.index-instaslider .slick-next {
    right: -90px;
}
.index-instaslider .slick-prev {
    left: -90px;
}
.index-instaslider-title {
    color: #000000;
    font-size: 36px;
    font-weight: 300;
    line-height: 35px;
    margin: 50px 0 40px;
    text-align: center;
}
.index-instaslider-subscribe {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.index-instaslider-subscribe > .btn {
    position: relative;
    top: 65px;
}

.compartment-section-list {

}
.compartment-section-list h1 {
    margin-bottom: 5px;
}
.compartment-section-list-select {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 42px;
}
.compartment-section-list-select-title {
    white-space: nowrap;
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    margin-right: 10px;
}
.btn-compartment-section-list-select-area {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
.btn-compartment-section-list-select {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background-color: #ffffff !important;
    line-height: 1em;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 17px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.compartment-section-list-select-menu {
    list-style: none;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    background-color: #ffffff;
    line-height: 1em;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 17px;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    z-index: 3;
}
.compartment-section-list-select-menu a {
    text-decoration: none;
    color: #000000;
    line-height: 1.6;
}
.compartment-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}
.compartment-list-item {
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.compartment-list-item > img {
    max-width: 100%;
}
.compartment-detail {
    margin-bottom: 100px;
}
.compartment-detail .news-detail-back {
    margin: 50px 0 0;
}
.compartment-detail-logo-area {
    width: 100%;
    max-width: 230px;
}
.compartment-detail-logo {
    height: 0;
    padding-top: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}
.compartment-detail-prop {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #000000;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 4px;
}
.compartment-detail-worktime {
    background-image: url(/images/ico-worktime.png);
}
.compartment-detail-floor {
    background-image: url(/images/ico-floor.png);
}
.compartment-detail-phone {
    background-image: url(/images/ico-phone.png);
}
.compartment-detail-url {
    background-image: url(/images/ico-url.png);
}
.compartment-detail-url > a {
    color: #0522ff;
    text-decoration: none;
word-break: break-all;
}
.compartment-detail .object-text{text-align: justify;}
.compartment-detail-slider {
    overflow: hidden;
}
.compartment-detail-slider img.slick-slide{
    height: auto;
}
.compartment-detail-slider .slick-arrow,
.detail-photo-big .slick-arrow,
.detail-photo-small .slick-arrow {
    margin-top: -16px;
    background: no-repeat url(/images/slider-circle-arrows.png) transparent;
    width: 32px;
    height: 32px;
}
.compartment-detail-slider .slick-prev,
.detail-photo-big .slick-prev,
.detail-photo-small .slick-prev {
    left: 15px;
    background-position: left center;
}
.compartment-detail-slider .slick-next,
.detail-photo-big .slick-next,
.detail-photo-small .slick-next {
    right: 15px;
    background-position: right center;
}
.compartment-detail-map {
    background-color: #f7f7f7;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
    padding: 0 0 115px;
}
.compartment-detail-map img {
    max-width: 100%;
}

.sales-list-item {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.sales-list-item-img {
    display: block;
    text-decoration: none !important;
    /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);*/
}
.sales-list-item-text {
    padding: 16px 16px 20px 16px;
}
.sales-list-item-name {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none !important;
    margin-bottom: 5px;
}
.sales-list-item-previewtext {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.masonry-grid {
    margin-bottom: 70px;
}
.masonry-grid > .ajax-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
}
.cinema-slider-item {
    padding: 0 15px;
}
.cinema-slider-item-img {
    display: block;
    width: 100%;
    margin-bottom: 11px;
}
.cinema-slider-item-name {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
}
.cinema-slider-item-pretext {
    opacity: 0.5;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.cinema-slider-item a {
    text-decoration: none !important;
}
.cinema-slider .slick-arrow {
    background: no-repeat url(/images/slider-arrows-gray.png) transparent;
    top: 36%;
}
.cinema-slider .slick-next {
    background-position: right center;
    right: -50px;
}
.cinema-slider .slick-prev {
    background-position: left center;
    left: -50px;
}
.kontakt-map-area {
    position: relative;
}
.bx-yandex-view-map > .bx-yandex-map,
.bx-yandex-view-map > .bx-yandex-map > .ymaps-map {
    width: 100% !important;
}
.kontakt-text-area {
    position: absolute;
    z-index: 3;
    background: #fff;
    top: 130px;
    left: 9%;
    width: 82%;
    max-width: 387px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    padding: 30px;
}
.kontakt-text-area > h1 {
    margin-top: 0;
}
.kontakt-text-name {
    opacity: 0.5;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 2px;
}
.kontakt-text-value {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 14px;
}
.page-kontakty .index-1 {
    background-color: #38d9a9;
    margin-top: 0;
}

.kontakti-subscribe-area {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 60px;
}
.kontakti-subscribe-title {
    color: #212529;
    font-size: 36px;
    font-weight: 700;
    line-height: 35px;
    margin: 25px 8px;
}
.kontakti-subscribe-subtitle {
    opacity: 0.5;
    color: #212529;
    font-size: 16px;
    font-weight: 400;
}
.kontakti-subscribe-area .subscribe-on-blue {
    border: 1px solid #d9d9d9;
}

.trc-info {
    list-style: none;
    padding: 0;
    margin: 0;
}
.trc-info > li {
    font-size: 14px;
    margin: 28px 0 0;
}
.trc-square {
    font-size: 48px;
    font-weight: 700;
}
.renting-squae {
    font-size: 36px;
    font-weight: 700;
}
.trc-info b {
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
}

.about-left {
    background-color: #2f9ccf;
    border-radius: 3px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.09);
    padding: 30px;
    color: #fff;
    margin-top: -65px;
}
.about-left  > h1 {
    color: #fff;
    margin-top: 10px;
}

.form {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 25px 20px;
}
.form label {
    opacity: 0.5;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
}
.form hr {
    border-color: rgba(0, 0, 0, 0.16);
    color: rgba(0, 0, 0, 0.16);
    margin-left: -20px;
    margin-right: -20px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.checkbox label {
    opacity: 1;
}

.news-detail-photo-name {
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #34aae1;
}
.btn-download-src, .news-detail-photo-name {
    margin: 5px 0;
}
.detail-photo-small-area {
    margin-top: 20px;
    padding: 17px 0;
    background-color: #eeeeee;
}
.detail-photo-small-item {
    margin-right: 10px;
    cursor: pointer;
    height: 100px;
    width: 100px !important;
}
.detail-photo-small-item.slick-current {
    border: 3px solid #34aae1;
}

.floormap-bigimg {
    width: 100%;
    display: none;
}
.floormap-bigimg.active {
    display: block;
}
.select-floor-right {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none !important;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.select-floor-right > img {
    width: 100px;
    margin-right: 24px;
}
.success {
    color: green;
    text-align: center;
    font-size: 85%;
}
.socnet-circle {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    line-height: 25px;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.application-instruction {
    background-color: #f6f6f6;
    padding: 100px 0 0;
}
.app-instruction-steps {
    text-align: right;
}

.detail-photo-big-imgwrap {
    max-height: 760px;
    text-align: center;
}
.detail-photo-big-imgwrap > img {
    max-height: 100%;
    max-width: 100%;
    display: inline;
    height: auto;
    width: auto;
}

a.socshare-link{text-decoration: none;}

@media screen and (max-width:768px){
.floormap-right{display:none !important;}
}

.fotofilter-area {
    margin-top: 45px;
}
.fotofilter-year, .fotofilter-month {
    float: right;
}
.fotofilter-month {
    margin-left: 15px;
}

.fotofilter-area,
.news-detail-photo,
.page-fotogalereya .fotofilter-area,
.page-fotogalereya h1
{
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.page-search h1,
.search-page,
.page-fotogalereya .row,
.news-detail,
.compartment-detail,
.page-promo_dsv h1,
.page-promo_dsv .row,
.page-kinoteatr .row,
.page-sales .row,
.page-sales h1,
.page-news h1,
.page-news .row,
.page-arendatoram .row,
.compartment-section-list,
.compartment-list,
.page-mapfloor .row {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 768px) {
    .fotofilter-area,
    .news-detail-photo,
    .page-fotogalereya .fotofilter-area,
    .page-fotogalereya h1,
    .page-search h1,
    .search-page,
    .news-detail-photo,
    .news-detail,
    .compartment-detail,
    .page-promo_dsv h1,
    .page-promo_dsv .row,
    .page-kinoteatr .row,
    .page-sales .row,
    .page-sales h1,
    .page-news h1,
    .page-news .row,
    .page-arendatoram .row,
    .compartment-section-list,
    .compartment-list,
    .page-mapfloor .row {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .fotofilter-area,
    .news-detail-photo,
    .page-fotogalereya .fotofilter-area,
    .page-fotogalereya h1,
    .page-search h1,
    .search-page,
    .news-detail-photo,
    .news-detail,
    .compartment-detail,
    .page-promo_dsv h1,
    .page-promo_dsv .row,
    .page-kinoteatr .row,
    .page-sales .row,
    .page-sales h1,
    .page-news h1,
    .page-news .row,
    .page-arendatoram .row,
    .compartment-section-list,
    .compartment-list,
    .page-mapfloor .row {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fotofilter-area,
    .news-detail-photo,
    .page-fotogalereya .fotofilter-area,
    .page-fotogalereya h1,
    .page-search h1,
    .search-page,
    .news-detail-photo,
    .news-detail,
    .compartment-detail,
    .page-promo_dsv h1,
    .page-promo_dsv .row,
    .page-kinoteatr .row,
    .page-sales .row,
    .page-sales h1,
    .page-news h1,
    .page-news .row,
    .page-arendatoram .row,
    .compartment-section-list,
    .compartment-list,
    .page-mapfloor .row {
        width: 1170px;
    }
}


.news-detail .col-xs-12.col-md-9.col-lg-8,
.news-detail .col-xs-12.col-md-3.col-lg-2 { width: 100%; }

