@charset 'UTF-8';
/*OwlCarouselv2.2.1*/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*owl.theme.default.min.css*/
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/*Fotorama 4.6.4-fotorama.css*/
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
    transition-duration: 0ms
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__nav__frame, .fotorama__thumb-border {
    box-sizing: content-box
}

.fotorama__caption__wrap {
    box-sizing: border-box
}

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background: url(fotorama@2x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, .2)
}

@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: none !important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
    display: none
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .3s
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before, .fotorama__stage:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after, .fotorama__stage:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

/*/assets/js/slick/slick.css*/

.news-page .workbookapp li img {
    height: 100%;
    max-height: 300px;
}

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

.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;
    width: auto !important;
}
}

[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
}

/*/assets/js/slick/slick-theme.css*/
.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

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

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

/*/assets/js/photoswipe/photoswipe.css*/
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

/*/assets/js/photoswipe/default-skin/default-skin.css*/
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus, .pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: 0.9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url(/assets/js/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1),(-webkit-min-device-pixel-ratio: 1.09375),(min-resolution: 105dpi),(min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(/assets/js/photoswipe/default-skin/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(/assets/js/photoswipe/default-skin/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .lang-item {
        margin: 0 !important;
    }

    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes "clockwise" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes "clockwise" {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes "donut-rotate" {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes "donut-rotate" {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar, .pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

/*/assets/css/style.css*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

@font-face {
    font-family: 'OksanaSans';
    src: url("../fonts/OksanaSans.eot");
    src: url("../fonts/OksanaSans.eot?#iefix") format("embedded-opentype"), url("../fonts/OksanaSans.woff") format("woff"), url("../fonts/OksanaSans.ttf") format("truetype"), url("../fonts/OksanaSans.svg#91cbb6ad71fc43d4407fc881c52a93cb") format("svg");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: 'OksanaSans';
    src: url("../fonts/OksanaSans-Italic.eot");
    src: url("../fonts/OksanaSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OksanaSans-Italic.woff") format("woff"), url("../fonts/OksanaSans-Italic.ttf") format("truetype"), url("../fonts/OksanaSans-Italic.svg#715b7f2329fbd0ea72a6733e98e6c268") format("svg");
    font-style: italic;
    font-weight: 400
}

@font-face {
    font-family: 'OksanaSans';
    src: url("../fonts/OksanaSansDemiBold.eot");
    src: url("../fonts/OksanaSansDemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OksanaSansDemiBold.woff") format("woff"), url("../fonts/OksanaSansDemiBold.ttf") format("truetype"), url("../fonts/OksanaSansDemiBold.svg#b5fa1d052db980463a624981f8cbc774") format("svg");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: 'OksanaSans';
    src: url("../fonts/OksanaSans-Bold.eot");
    src: url("../fonts/OksanaSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OksanaSans-Bold.woff") format("woff"), url("../fonts/OksanaSans-Bold.ttf") format("truetype"), url("../fonts/OksanaSans-Bold.svg#74c107e7e037da36555fbaa399a2cbbe") format("svg");
    font-style: normal;
    font-weight: 700
}

* {
    outline: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-top: 0;
    font-family: 'OksanaSans', sans-serif;
    margin: 0;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body::-webkit-scrollbar {
    height: 0;
    width: 0px
}

body::-webkit-scrollbar-track {
    background: #F3F3F3
}

body::-webkit-scrollbar-thumb {
    background-color: #D7D6D6;
    outline: 1px solid #D7D6D6
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

p {
    margin: 0;
    padding: 0
}

.button {
    background-color: #ffecd0;
    border-radius: 5px;
    display: block;
    color: #000;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    letter-spacing: 0.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 310px;
    width: 100%
}

.c-checkbox {
    margin: 20px 0
}

.c-checkbox span {
    color: #000000;
    font-size: 15px
}

.c-checkbox input[type="checkbox"] {
    display: none
}

.c-checkbox input[type="checkbox"] + label span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #aeaeae;
    cursor: pointer;
    display: block;
    float: left;
    height: 18px;
    margin: -1px 10px 10px 0;
    vertical-align: middle;
    width: 18px
}

.c-checkbox input[type="checkbox"]:checked + label span {
    background: #f9a932;
    border-color: #f9a932
}

.c-select {
    background: url(../img/icons/drop.png) right 20px top 50% no-repeat;
    background-size: 12px 8px;
    border: 1px solid #aeaeae;
    font-size: 15px;
    height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.c-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    width: 105%
}

.c-select select:focus {
    outline: none
}

.section-title {
    margin-bottom: 30px;
    text-align: center
}

.section-title h2 {
    font-family: "OksanaSans";
    font-size: 48px;
    font-weight: 600
}

.section-title .separator {
    background: url(../img/icons/st_separator.png) no-repeat;
    background-size: 100%;
    display: block;
    height: 8px;
    margin: 10px auto 15px;
    width: 61px
}

.container {
    margin: 0 auto;
    max-width: 1256px;
    width: 100%
}

.tab-content {
    display: none;
    overflow: hidden
}

#tab-1 {
    display: block
}

.btn3d_container_mob img {
    width: 27px;
}

.btn3d_container_mob {
    position: absolute;
    right: 27%;
    top: 20px;
    left: 73%;
}

header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 0 55px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 15
}

header .m-menu {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px
}

header .m-menu i {
    background: #000;
    display: block;
    height: 2px;
    margin: 5px auto;
    width: 20px
}

header .logo {
    background: url(../img/logo.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    height: 40px;
    margin-top: 27px;
    width: 197px
}

header .navigation {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px)
}

header .navigation li {
    display: inline-block;
    line-height: 95px;
    margin: 0 6px 0 10px
}

header .navigation li a {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 30px;
    text-decoration: none
}

header .navigation li a:hover {
    color: #f9a932
}

header .navigation li a img {
    display: block;
    margin-bottom: -7px;
    margin-left: auto;
    margin-right: auto;
}

header .navigation li.current a {
    border-bottom: 2px solid #f9a932;
    color: #b5b5b5
}

header .sales-info {
    color: #000;
    float: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 95px;
    text-decoration: none
}

footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 55px;
    clear: both;
}

footer .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #f9a932;
    font-size: 14px;
    padding: 30px 0 40px;
    max-width: 100%
}

footer p {
    font-size: 14px;
    line-height: 19px
}

footer .copy {
    float: left;
    width: 25%
}

footer .company-info {
    float: left;
    text-align: center;
    width: 50%
}

footer .adress {
    float: left;
    text-align: right;
    width: 25%
}

.inner-page {
    min-height: 100%;
    padding-top: 125px;
    margin-bottom: 60px
}

.modal-overlay {
    background: #000;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    width: 100%;
    z-index: 990
}

.modal {
    z-index: 999
}

.main-section {
    margin-bottom: 50px;
    padding: 0 55px
}

.banner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    height: 100vh;
    position: relative;
    width: 100%
}

.banner .tilt-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    border: 60px solid #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.banner img {
    display: block;
    width: 100%
}

.banner .js-tilt {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(300px);
    transform: perspective(300px)
}

.banner .slide:before {
    background: rgba(0, 0, 0, 0.4);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    z-index: 1
}

.banner .slogan {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(20px) translateY(0) translateX(120px);
    transform: translateZ(20px) translateY(0) translateX(120px);
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    position: absolute;
    bottom: 220px;
    left: 60px;
    max-width: 60%;
    width: 100%;
    z-index: 999
}

.banner .slogan i {
    color: #f9a932;
    display: block;
    font-size: 22px
}

.banner .slogan h1 {
    color: #fff;
    font-size: 60px
}

.banner .slogan .button {
    height: 40px;
    line-height: 40px;
    width: 200px;
    margin-top: 20px;
    float: left;
    font-size: 15px;
    opacity: 1;
    transition: 0.2s ease-in-out;
    background-color: #f9a932;
}

.banner .scroll {
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    text-decoration: none;
    margin-top: -53px;
    margin-left: 14px;
    width: 26px;
    z-index: 50
}

.banner .scroll p {
    font-size: 12px
}

.banner .scroll:before {
    border-left: 2px dashed #c9c9c9;
    content: '';
    height: 50px;
    position: absolute;
    bottom: 13px;
    left: 50%
}

.banner .scroll .circle {
    border: 1px solid #f9a932;
    border-radius: 50%;
    display: block;
    height: 26px;
    margin: 50px auto 0;
    width: 26px
}

.projects-section .tabs-controller {
    margin-bottom: 35px;
    text-align: center
}

.projects-section .tabs-controller li {
    display: inline-block;
    margin: 0 16px 0 20px;
    opacity: 0.3;
    vertical-align: middle
}

.projects-section .tabs-controller li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.projects-section .tabs-controller li.current {
    opacity: 1
}

.projects-section .tabs-controller li.current img {
    -webkit-filter: none;
    filter: none
}

.projects-section .tab-content {
    background: #f5f5f5;
    display: none;
    overflow: visible;
    position: relative
}

.projects-section .tab-content .prev {
    background: url(../img/icons/p_prev.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    height: 103px;
    margin-top: -52px;
    position: absolute;
    left: -50px;
    top: 50%;
    width: 23px;
    z-index: 2
}

.projects-section .tab-content .next {
    background: url(../img/icons/p_next.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    height: 103px;
    margin-top: -52px;
    position: absolute;
    right: -50px;
    top: 50%;
    width: 23px;
    z-index: 2
}

.projects-section #tab-1 {
    display: block
}

.projects-section .project-information {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f5f5f5;
    float: left;
    padding: 60px;
    position: relative;
    width: 50%
}

.projects-section .project-information .counter {
    color: #eaeaea;
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 45px;
    position: relative
}

.projects-section .project-information .counter:before {
    background: #fff;
    content: '';
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 3px
}

.projects-section .project-information .name {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px
}

.projects-section .project-information .name .icon {
    background: url(../img/icons/rose_small.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 40px;
    margin-right: 16px;
    vertical-align: middle;
    width: 37px
}

.projects-section .project-information p {
    font-size: 19px;
    line-height: 27px
}

.projects-section .project-information .about-project {
    background: url(../img/icons/arrow_right.png) right center no-repeat;
    background-size: 65px 13px;
    color: #000;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    margin-top: 25px;
    padding-right: 85px;
    text-decoration: none
}

.projects-section .project-foto {
    float: left;
    width: 50%
}

.projects-section .project-foto img {
    display: block;
    width: 100%
}

.buy-section .owl-dots {
    margin: 0px auto 40px !important
}

.buy-section .owl-theme .owl-dots .owl-dot.active span, .buy-section .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f9a932
}

.buy-section .block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border-bottom: 14px solid #f9a932;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    padding: 40px 55px;
    position: relative;
    overflow: hidden;
    text-align: center
}

.buy-section .block:before {
    background: #f9a932;
    border-radius: 50%;
    content: '';
    height: 120px;
    position: absolute;
    opacity: 1;
    bottom: -60px;
    left: -60px;
    width: 120px;
    z-index: 2
}

.buy-section .block .tesis {
    font-size: 19px;
    margin-bottom: 20px
}

.buy-section .block .plan {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 210px
}

.buy-section .block .plan img {
    display: inline-block;
    max-width: 100%
}

.buy-section .block .name {
    display: block;
    font-size: 30px;
    margin-bottom: 15px
}

.buy-section .block .size {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px
}

.features-section .block {
    text-align: center
}

.features-section .block .icon {
    min-height: 110px;
    margin: 0 auto 10px;
    padding-bottom: 15px;
    position: relative;
    max-width: 110px
}

.features-section .block .icon:before {
    background: #f9a932;
    border-radius: 50%;
    content: '';
    height: 50px;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 50px;
    z-index: 2
}

.features-section .block .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px)
}

.features-section .block p {
    font-size: 19px;
    font-weight: 600
}

.special-offers-section {
    margin-bottom: 50px;
    padding: 0
}

.special-offers-section .row {
    margin: 0 -15px
}

.special-offers-section .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 5px;
    width: 33.3333%
}

.special-offers-section .block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    height: 500px;
    padding: 0 40px;
    position: relative;
    text-align: center;
    width: 100%
}

.special-offers-section .block:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.special-offers-section .block .info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 3;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px)
}

.special-offers-section .block .info p {
    color: #f9a932;
    font-size: 19px
}

.special-offers-section .block .info h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 15px auto 25px
}

.special-offers-section .block .info .button {
    background-color: #fab65c;
    opacity: 0.8;
    transition: 0.2s ease-in-out
}

.special-offers-section .block .info .button:hover {
    opacity: 1
}

.riviera-section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/projects/riviera2.jpg) center no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: 600px
}

.riviera-section .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 40px 0
}

.riviera-section .row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 100%
}

.riviera-section .logo {
    background: url(../img/projects/riviera_logo.png) center no-repeat;
    background-size: 354px 205px;
    height: 100%;
    float: left;
    position: relative;
    width: 50%
}

.riviera-section .info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 140px 80px 0;
    position: relative;
    width: 50%
}

.riviera-section .info p {
    color: #fff;
    font-size: 19px;
    line-height: 27px
}

.news-section .row {
    margin: -0 -20px
}

.news-section .post {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
    width: 25%
}

.news-section .post .foto {
    margin-bottom: 20px
}

.news-section .post .foto img {
    width: 100%
}

.news-section .post h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px
}

.news-section .post p {
    font-size: 14px;
    line-height: 23px
}

.news-section .post .date {
    color: #aaaaaa;
    display: block;
    margin-top: 15px
}

.news-section .button {
    margin-top: 50px
}

.project-team-section .team {
    text-align: center
}

.project-team-section .team li {
    display: inline-block;
    margin: 0 20px
}

.buy-page {
    margin-bottom: 30px
}

.buy-page .tabs-controller {
    margin-bottom: 35px;
    text-align: center
}

.buy-page .tabs-controller li {
    display: inline-block;
    margin: 0 16px 0 20px;
    opacity: 0.3;
    vertical-align: middle
}

.buy-page .tabs-controller li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.buy-page .tabs-controller li.current {
    opacity: 1
}

.buy-page .tabs-controller li.current img {
    -webkit-filter: none;
    filter: none
}

.buy-page .tabs-controller li .button {
    background: transparent;
    border: 2px solid #fde2b9;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin-top: 0;
    opacity: 1;
    vertical-align: middle;
    width: 180px
}

.buy-page .buy-information {
    margin: 0 auto;
    max-width: 1000px
}

.buy-page .buy-information .block {
    float: left;
    vertical-align: top;
    width: 62%
}

.buy-page .buy-information .block .room-sheme {
    float: left;
    width: 35%
}

.buy-page .buy-information .block .room-sheme img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.buy-page .buy-information .block .room-info {
    float: right;
    width: 58%
}

.buy-page .buy-information .block .room-info .name {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.buy-page .buy-information .block .room-info .type {
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px
}

.buy-page .buy-information .block .room-info .square {
    display: block;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0px
}

.buy-page .buy-information .block .room-info .square b {
    font-weight: 600;
    color: #b5b5b5
}

.buy-page .buy-information .block .room-info .size {
    display: block;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
    color: #b5b5b5
}

.buy-page .buy-information .block .room-info .features li {
    line-height: 32px
}

.buy-page .buy-information .block .room-info .features li i {
    background: #f9a932;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    width: 18px
}

.buy-page .buy-information .about-project {
    float: left;
    font-size: 19px;
    padding-top: 80px;
    text-align: center;
    width: 30%
}

.buy-page .features-section {
    margin: 60px auto
}

.buy-page .features-section .block {
    float: left;
    position: relative;
    width: 100%
}

.buy-page .features-section .block:before {
    background: #fff;
    content: '';
    height: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.buy-page .features-section .block .ribbon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9a932;
    color: #fff;
    font-size: 80%;
    font-weight: 600;
    line-height: 30px;
    padding: 0 15px;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 5
}

.buy-page .features-section .block img {
    width: 100%;
    filter: gray;
    -webkit-filter: grayscale(60%)
}

.buy-page .recomendations {
    text-align: center
}

.buy-page .recomendations ul {
    margin-top: 40px
}

.buy-page .recomendations li {
    display: inline-block;
    font-size: 19px;
    margin: 0 40px
}

.buy-page .recomendations .parking {
    background: url(../img/icons/buy_p.png) no-repeat;
    background-size: 100% 100%;
    height: 100px;
    display: block;
    margin: 0 auto 35px;
    position: relative;
    width: 100px
}

.buy-page .recomendations .parking:before {
    background: #f9a932;
    border-radius: 50%;
    content: '';
    height: 50px;
    position: absolute;
    opacity: 0.7;
    bottom: -10px;
    left: -10px;
    width: 50px
}

.buy-page .recomendations .storeroom {
    background: url(../img/icons/buy_s.png) no-repeat;
    background-size: 100% 100%;
    height: 100px;
    display: block;
    margin: 0 auto 35px;
    position: relative;
    width: 100px
}

.buy-page .recomendations .storeroom:before {
    background: #f9a932;
    border-radius: 50%;
    content: '';
    height: 50px;
    position: absolute;
    opacity: 0.7;
    bottom: -10px;
    left: -10px;
    width: 50px
}

.buy-page .recomendations .button {
    background-color: #f9a932;
    font-size: 19px;
    margin: 70px auto 60px
}

.buy-page .recomendations .print {
    color: #000;
    font-size: 19px;
    text-decoration: none
}

.buy-page .recomendations .print i {
    background: url(../img/icons/print.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 89px;
    margin: 0 auto 35px;
    width: 82px
}

.buy-new .rooms-col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1256px;
    width: 100%
}

.buy-new .rooms-col .filter {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 14px solid #f9a932;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 20px;
    position: relative;
    overflow: hidden;
    width: 25%
}

.buy-new .rooms-col .filter:before {
    background: #f9a932;
    border-radius: 50%;
    content: '';
    height: 120px;
    position: absolute;
    opacity: 1;
    bottom: -60px;
    left: -60px;
    width: 120px;
    z-index: 2
}

.buy-new .rooms-col .filter .filter-options {
    margin-bottom: 60px
}

.buy-new .rooms-col .buy-information {
    float: left;
    width: 75%
}

.buy-new .rooms-col .buy-information .block {
    float: right;
    margin-bottom: 60px;
    width: 80%
}

.razvitie.current a:before {
    display: block;
}

.razvitie a:before {
    content: '';
    display: none;
    width: 6px;
    height: 12px;
    border: solid #bd7c1c;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    position: absolute;
    margin-left: -10px;
    right: -15px;
}

.razvitie a {
    letter-spacing: 0.2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #555;
}
.razvitie {
    width: 120px;
}

.news-page {
    margin-bottom: 30px;
    text-align: center;
}

.news-page .current-post {
    text-align: left;
}

.news-page .tabs-controller {
    margin-bottom: 35px;
    text-align: center
}

.news-page .tabs-controller li {
    display: inline-block;
    margin: 0 16px 0 20px;
    opacity: 0.3;
    vertical-align: middle;
    position: relative;
}

.news-page .tabs-controller li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.news-page .tabs-controller li.current {
    opacity: 1
}

.news-page .tabs-controller li.current img {
    -webkit-filter: none;
    filter: none
}

.news-page .tabs-controller li .button {
    background: transparent;
    border: 2px solid #fde2b9;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin-top: 0;
    opacity: 1;
    vertical-align: middle;
    width: 180px
}

.news-page .row {
    margin: -0 -20px
}

.news-page .post {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 24.7%;
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: middle;
}

.news-page .post .foto {
    margin-bottom: 20px
}

.news-page .post .foto img {
    width: 100%
}

.news-page .post h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px
}

.news-page .post p {
    font-size: 14px;
    line-height: 23px
}

.news-page .post .date {
    color: #aaaaaa;
    display: block;
    margin-top: 15px
}

.news-page .button {
    margin-top: 50px
}

.current-post .post-title {
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 250px rgba(0, 0, 0, 0.5);
    height: 450px;
    margin-bottom: 30px;
    position: relative;
    text-align: center
}

.current-post .post-title:before {
    background: #000;
    content: '';
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.current-post .post-title .info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1000px;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px)
}

.current-post .post-title .info h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px
}

.current-post .post-title .info .date {
    color: #fff;
    display: block;
    font-size: 19px
}

.current-post article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #663030;
    margin: 0 auto;
    font-size: 19px;
    line-height: 27px;
    padding: 0 15px;
    max-width: 900px
}

.current-post article p {
    padding: 15px 0
}

.current-post article ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    padding: 15px 0;
    padding-left: 25px;
    position: relative
}

.current-post article ul li:before {
    background-color: #f9a932;
    border-radius: 50%;
    content: '';
    height: 6px;
    margin-top: -3px;
    position: absolute;
    left: 6px;
    top: 50%;
    width: 6px
}

.gallery-page .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
    max-width: 100%
}

.gallery-page .section-title {
    margin-bottom: 0
}

.gallery-page .latest-foto {
    background-color: #fff;
    border: 1px solid #ffecd0;
    font-size: 14px;
    max-width: 360px
}

.gallery-page .gallery-grid .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    padding: 30px;
    vertical-align: top
}

.gallery-page .gallery-grid .block {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    width: 100%
}

.gallery-page .gallery-grid .block:before {
    background-color: #000;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.4s ease-in-out
}

.gallery-page .gallery-grid .block:hover:before {
    opacity: 0.3
}

.gallery-page .gallery-grid .block .info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px)
}

.gallery-page .gallery-grid .block .info p {
    color: #f9a932;
    font-size: 19px
}

.gallery-page .gallery-grid .block .info h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto 10px
}

.gallery-page .gallery-grid .block .info .button {
    background-color: #fab65c;
    opacity: 0.28
}

.gallery-page .gallery-grid .block .info .button:hover {
    opacity: 1
}

.gallery-page .gallery-grid .wide .block {
    height: 380px
}

.gallery-page .gallery-grid .half .col {
    float: left;
    width: 50%
}

.gallery-page .gallery-grid .half .col .block {
    height: 280px
}

.gallery-page .gallery-grid .three .col {
    float: left;
    width: 33.3333%
}

.gallery-page .gallery-grid .three .col .block {
    height: 280px
}

.gallery-modal {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 20px 80px;
    position: fixed;
    opacity: 0;
    visibility: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -999
}

.gallery-modal.visible {
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.gallery-modal .title {
    text-align: center
}

.gallery-modal .title h2 {
    color: #fff;
    font-style: 48px;
    font-weight: 600
}

.gallery-modal .title p {
    color: #fff;
    font-size: 19px
}

.gallery-modal .modal-close {
    color: #fff;
    display: block;
    font-size: 19px;
    line-height: 30px;
    text-align: right
}

.projects-page .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
    max-width: 100%
}

.projects-page .section-title {
    margin-bottom: 0
}

.projects-page .section-title h3 {
    font-size: 36px;
    font-weight: 700
}

.projects-page .latest-foto {
    background-color: #fff;
    border: 1px solid #ffecd0;
    font-size: 14px;
    max-width: 360px
}

.projects-page .gallery-grid .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    vertical-align: top
}

.projects-page .gallery-grid .block {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    width: 100%
}

.projects-page .gallery-grid .block:before {
    background-color: #000;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.7;
    top: 0;
    left: 0;
    width: 100%
}

.projects-page .gallery-grid .block .info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px)
}

.projects-page .gallery-grid .block .info p {
    color: #f9a932;
    font-size: 19px
}

.projects-page .gallery-grid .block .info h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto 10px
}

.projects-page .gallery-grid .block .info .button {
    background-color: #fab65c;
    opacity: 0.28
}

.projects-page .gallery-grid .block .info .button:hover {
    opacity: 1
}

.projects-page .gallery-grid .wide .block {
    height: 380px
}

.projects-page .gallery-grid .half .col {
    float: left;
    width: 50%
}

.projects-page .gallery-grid .half .col .block {
    height: 280px
}

.projects-page .gallery-grid .three .col {
    float: left;
    width: 33.3333%
}

.projects-page .gallery-grid .three .col .block {
    height: 280px
}

.project-current .gallery {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 45px;
    width: 100%
}

.project-current .gallery .fotorama {
    width: 100%
}

.project-current .gallery .fotorama__nav--thumbs .fotorama__nav__frame {
    opacity: 0.5;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=!string!><filter id=!string!><feColorMatrix type=!string!values=!string!/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.project-current .gallery .fotorama__thumb-border {
    border-color: #F9A932 !important;
    border-width: 2px;
    height: 98%;
    margin: 0
}

.project-current .gallery .fotorama__nav--thumbs .fotorama__active {
    opacity: 1 !important;
    filter: none;
    -webkit-filter: none
}

.project-current article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    margin: 0 auto;
    font-size: 19px;
    line-height: 27px;
    padding: 0 15px;
    max-width: 900px
}

.project-current article p {
    padding: 15px 0
}

.project-current article ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
    padding-left: 25px;
    position: relative
}

.project-current article ul li:before {
    background-color: #f9a932;
    border-radius: 50%;
    content: 'http://www.w3.org/2000/svg';
    height: 6px;
    margin-top: -3px;
    position: absolute;
    left: 6px;
    top: 50%;
    width: 6px
}

.project-current article blockquote {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-style: italic;
    line-height: 32px;
    margin: 0;
    margin: 80px 0;
    position: relative
}

.project-current article blockquote:before {
    background: url(../img/icons/qprev.svg) center no-repeat;
    background-size: 100% 100%;
    content: 'grayscale';
    height: 60px;
    position: absolute;
    top: -30px;
    left: -76px;
    width: 76px
}

.project-current article blockquote:after {
    background: url(../img/icons/qnext.svg) center no-repeat;
    background-size: 100% 100%;
    content: 'matrix';
    height: 60px;
    position: absolute;
    bottom: -30px;
    right: 0px;
    width: 76px
}

.project-current #location-map {
    height: 400px;
    margin: 30px 0 60px
}

.project-current .rooms-section .container {
    max-width: 1310px
}

.project-current .rooms-section .tabs-controls {
    margin-bottom: 50px;
    text-align: center
}

.project-current .rooms-section .tabs-controls li {
    display: inline-block;
    margin-right: -4px
}

.project-current .rooms-section .tabs-controls li a {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 0 10px 6px;
    text-decoration: none
}

.project-current .rooms-section .tabs-controls li.current a {
    border-bottom: 2px solid #f9a932;
    color: #b5b5b5
}

.project-current .rooms-section .row {
    margin: 0 -60px 120px
}

.project-current .rooms-section .row .col {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 60px;
    width: 50%
}

.project-current .rooms-section .row .col .block {
    vertical-align: top
}

.project-current .rooms-section .row .col .block .room-sheme {
    float: left;
    width: 35%
}

.project-current .rooms-section .row .col .block .room-sheme img {
    display: block;
    margin: 0 auto;
    width: 100%
}

.project-current .rooms-section .row .col .block .room-info {
    float: right;
    width: 58%
}

.project-current .rooms-section .row .col .block .room-info .type {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

.project-current .rooms-section .row .col .block .room-info .size {
    display: block;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 15px
}

.project-current .rooms-section .row .col .block .room-info .features li {
    line-height: 32px
}

.project-current .rooms-section .row .col .block .room-info .features li i {
    background: #f9a932;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    width: 18px
}

.project-current .order-call {
    background: url(../img/order_call.jpg) center no-repeat;
    background-size: cover;
    height: 50vh;
    min-height: 240px;
    position: relative
}

.project-current .order-call .button {
    background: #f9a932;
    font-size: 19px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px)
}

.contacts-page .tabs-controls {
    margin-bottom: 50px;
    text-align: center
}

.contacts-page .tabs-controls li {
    display: inline-block;
    margin-right: -4px
}

.contacts-page .tabs-controls li a {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 0 10px 6px;
    text-decoration: none
}

.contacts-page .tabs-controls li.current a {
    border-bottom: 2px solid #f9a932;
    color: #b5b5b5
}

.contacts-page .map {
    height: 600px;
    position: relative
}

.contacts-page .map #c-map-1,
.contacts-page .map #c-map-2,
.contacts-page .map #c-map-3,
.contacts-page .map #c-map-4{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.contacts-page .map .information {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 50px;
    width: 100%
}

.contacts-page .information h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px
}

.contacts-page .information p {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 30px;
    max-width: 360px
}

.contacts-page.information .button {
    margin: 0 0
}

.contact-form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding: 0 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 600px;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px)
}

.contact-form .wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 14px solid #f3700a;
    padding: 50px 50px 30px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.contact-form .wrap:before {
    background: #f3700a;
    border-radius: 50%;
    content: '0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0';
    height: 120px;
    position: absolute;
    opacity: 1;
    bottom: -60px;
    left: -60px;
    width: 120px;
    z-index: 2
}

.contact-form .close {
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    position: absolute;
    top: -40px;
    right: 20px;
    text-align: right
}

.contact-form form {
    margin: 0 auto;
    max-width: 380px;
    width: 100%
}

.contact-form form .cell {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    display: block;
    height: 60px;
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: center;
    width: 100%
}

.contact-form form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    display: block;
    height: 230px;
    margin-bottom: 30px;
    padding: 20px;
    resize: none;
    text-align: center;
    width: 100%
}

.contact-form form .button {
    border: 0;
    cursor: pointer;
    max-width: 200px
}

@media screen and (max-width: 1024px) {
    header {
        padding: 0 20px
    }

    header .sales-info {
        font-size: 11px
    }

    .special-offers-section .block {
        margin-bottom: 15px;
        width: 100%
    }

    .news-page .row {
        padding: 0 20px
    }
}

@media screen and (min-width: 768px) {
    .btn3d_container_mob {display: none;}
}
@media screen and (max-width: 767px) {
    .btn3d_container_mob {display: block;}
    .section-title {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px
    }

    .section-title h2 {
        font-size: 24px
    }

    .main-page {
        overflow: hidden
    }

    header {
        border-bottom: 1px solid #dbdbdb;
        padding: 10px !important
    }

    header .m-menu {
        display: block;
        top: 23px
    }

    header .logo {
        margin-top: 0
    }

    header .logo img {
        margin-top: 0 !important;
        width: 70px !important
    }

    header .navigation {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        display: none;
        height: 100%;
        padding-top: 20px;
        position: fixed;
        top: 10px;
        left: 0;
        width: 100%;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .icons_header {
        display: none;
        position: fixed;
        bottom: 20px;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    .icons_header.active {
        display: block
    }

    header .navigation li {
        display: block
    }

    header .navigation li:last-child {
        max-height: 30px;
        margin-top: 12px;
    }

    header .navigation li a {
        display: block;
        font-size: 18px;
        line-height: 40px
    }

    header .navigation li.current a {
        border-bottom: 0
    }

    header .navigation.active {
        display: block
    }

    header .sales-info {
        display: none
    }

    footer {
        padding: 0 20px;
        text-align: center
    }

    footer .copy {
        float: none;
        text-align: center;
        margin-bottom: 30px;
        width: 100%
    }

    footer .company-info {
        margin-bottom: 30px;
        width: 100%
    }

    footer .adress {
        float: none;
        text-align: center;
        width: 100%
    }

    .main-section {
        padding: 0 20px
    }

    .banner {
        background: url(../img/main_slide.jpg) center no-repeat;
        background-size: cover;
        height: 70vh;
        padding: 0
    }

    .banner:before {
        background: #000;
        content: '';
        height: 100%;
        position: absolute;
        opacity: 0.4;
        top: 0;
        left: 0;
        width: 100%
    }

    .banner .scroll {
        display: none
    }

    .banner .tilt-wrapper {
        border: 0
    }

    .banner .slogan .button {float: none;}

    ._banner .slogan {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15% 20px; 
        text-align: center;
        bottom: auto;
        top: 41%;
        left: 50%;
        max-width: 100%;
        min-height: 330px;
        width: 100%;
        z-index: 5;
        -webkit-transform: translate3d(-50%, -50%, 0px);
        transform: translate3d(-50%, -50%, 0px)
    }

    .banner .slogan {
        box-sizing: border-box;
        padding: 40% 0px 0px;
        text-align: center;
        max-width: 100%;
        z-index: 5;
        -webkit-transform: translate3d(0%, 0%, 0px);
        transform: translate3d(0%, 0%, 0px);
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .banner .slogan h1 {
        font-size: 25px
    }

    .projects-section .tabs-controller li {
        margin: 0 -4px 0 0;
        width: 33.3333%
    }

    .projects-section .tabs-controller li img {
        width: 80%
    }

    .projects-section .project-information {
        padding: 20px 20px 60px;
        width: 100%
    }

    .projects-section .project-information .counter {
        font-size: 30px;
        padding-bottom: 0
    }

    .projects-section .project-information .counter:before {
        display: none
    }

    .projects-section .project-foto {
        width: 100%
    }

    .special-offers-section {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px
    }

    .special-offers-section .block {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        margin: 15px 0;
        height: 300px;
        width: 100%
    }

    .special-offers-section .block .info h3 {
        font-size: 18px
    }

    .riviera-section {
        height: auto;
        max-height: auto
    }

    .riviera-section .logo {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        background-size: 178px 104px;
        display: block;
        float: none;
        height: 104px;
        margin: 40px 0 0;
        padding: 20px;
        width: 100%
    }

    .riviera-section .info {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: none;
        padding: 60px 20px;
        width: 100%
    }

    .riviera-section .info p {
        font-size: 14px;
        line-height: 22px
    }

    .news-section .post {
        width: 100%
    }

    .buy-page .tabs-controller li {
        margin: 0 -4px 0 0;
        width: 33.3333%
    }

    .buy-page .tabs-controller li img {
        width: 80%
    }

    .buy-page .buy-information .block {
        width: 100%
    }

    .buy-page .buy-information .block .room-sheme {
        float: none;
        margin: 0 auto;
        width: 80%
    }

    .buy-page .buy-information .block .room-info {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        padding: 0 20px;
        text-align: center;
        width: 100%
    }

    .buy-page .buy-information .block .room-info .features {
        margin: 0 auto;
        width: 80%
    }

    .buy-page .buy-information .block .room-info .features li {
        text-align: left
    }

    .buy-page .buy-information .about-project {
        clear: both;
        float: none;
        display: block;
        margin: 0 auto;
        padding-top: 40px
    }

    .buy-page .features-section .block {
        width: 100%
    }

    .buy-new .rooms-col .filter {
        margin-bottom: 60px;
        width: 100%
    }

    .buy-new .rooms-col .buy-information {
        width: 100%
    }

    .buy-new .rooms-col .buy-information .block {
        width: 100%
        margin-bottom: 20px !important;
        border-bottom: 1px solid #999;
        padding-bottom: 40px;
    }

    .buy-new .rooms-col .buy-information .block .room-info {
        float: none !important;
        margin-top: 40px;
        width: 100% !important
    }

    .buy-new .rooms-col .buy-information .block .room-info .name {
        font-size: 25px
    }

    .contacts-page .map .information {
        padding: 40px 20px;
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        -webkit-transform: translate3d(0%, 0%, 0px);
        transform: translate3d(0%, 0%, 0px)
    }

    .contacts-page .map .information p {
        max-width: 100%
    }

    .contacts-page .map .information .button {
        margin: 0 auto;
        max-width: 240px
    }

    .contact-form .wrap {
        padding: 20px
    }

    .contact-form form .cell {
        font-size: 12px;
        height: 40px
    }

    .contact-form form textarea {
        height: 115px
    }

    .gallery-page .latest-foto {
        font-size: 11px;
        margin-bottom: 20px;
        max-width: 320px
    }

    .gallery-page .gallery-grid .block .info h3 {
        font-size: 24px
    }

    .gallery-page .gallery-grid .wide .block {
        height: 200px
    }

    .gallery-page .gallery-grid .col {
        padding: 15px 0
    }

    .gallery-page .gallery-grid .half .col {
        padding: 15px 0;
        width: 100%
    }

    .gallery-page .gallery-grid .half .col .block {
        height: 200px
    }

    .gallery-page .gallery-grid .three .col {
        padding: 15px 0;
        width: 100%
    }

    .gallery-page .gallery-grid .three .col .block {
        height: 200px
    }

    .news-page .container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px
    }

    .news-page .tabs-controller li {
        margin: 0 -4px 0 0;
        width: 33.3333%
    }

    .news-page .tabs-controller li img {
        width: 80%
    }

    .news-page .tabs-controller li:last-child {
        margin-top: 30px;
        width: 100%
    }

    .news-page .post {
        width: 100%
    }

    .current-post .post-title {
        height: 300px
    }

    .current-post .post-title .info h2 {
        font-size: 24px
    }

    .current-post article {
        font-size: 12px;
        line-height: 20px
    }

    .current-post article p {
        font-size: 12px;
        line-height: 20px
    }

    .current-post article ul li {
        font-size: 12px
    }

    .projects-page .latest-foto {
        font-size: 11px;
        margin-bottom: 20px;
        max-width: 320px
    }

    .projects-page .gallery-grid .block .info h3 {
        font-size: 24px
    }

    .projects-page .gallery-grid .wide .block {
        height: 200px
    }

    .projects-page .gallery-grid .col {
        padding: 15px 0
    }

    .projects-page .gallery-grid .half .col {
        padding: 15px 0;
        width: 100%
    }

    .projects-page .gallery-grid .half .col .block {
        height: 200px
    }

    .projects-page .gallery-grid .three .col {
        padding: 15px 0;
        width: 100%
    }

    .projects-page .gallery-grid .three .col .block {
        height: 200px
    }

    .projects-page .section-title h3 {
        font-size: 18px
    }

    .project-current article {
        font-size: 12px;
        line-height: 20px
    }

    .project-current article p {
        font-size: 12px;
        line-height: 20px
    }

    .project-current article ul li {
        font-size: 12px
    }

    .project-current article blockquote {
        font-size: 14px;
        line-height: 22px;
        margin: 60px auto;
        max-width: 80%
    }

    .project-current article blockquote:before {
        left: -30px;
        width: 46px;
        z-index: -1
    }

    .project-current article blockquote:after {
        width: 46px
    }

    .project-current .rooms-section .row {
        margin-bottom: 40px
    }

    .project-current .rooms-section .row .col {
        width: 100%
    }

    .project-current .rooms-section .row .col .block {
        margin-bottom: 60px
    }

    .project-current .rooms-section .row .col .block .room-sheme {
        float: none;
        margin: 0 auto 30px;
        width: 80%
    }

    .project-current .rooms-section .row .col .block .room-info {
        float: none;
        width: 100%
    }

    .special-offers-section .col {
        width: 100%
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    header .navigation li {
        display: inline-block;
        width: 33.3333%
    }

    header .navigation li.current a {
        border-bottom: 0
    }

    header .navigation li a {
        font-size: 16px;
        line-height: 40px
    }
}

.main-slider .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0px;
    height: 0;
    border-width: 6px
}

.main-slider .fotorama__dot {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    border: 1px solid #ffb64c
}

.soldout img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.soldout_text {
    position: absolute;
    z-index: 55;
    padding: 3px 6px;
    background: #f9a932;
    border-radius: 3px;
    color: white;
    margin-left: -20px
}

.soldout {
    cursor: default
}

/*/assets/css/main.css*/
header .logo {
    height: 50px;
    background: url(/assets/img/logo_mobile.svg) no-repeat top left;
    background-size: 100% 100%;
    margin-top: 3px
}

.login-page .contact-form .wrap:before {
    background: white
}

.error {
    color: #E13300
}

.news-page .post {
    min-height: 415px
}

.news-page .post h4 {
    max-height: 78px;
    overflow: hidden
}

.news-page .post p {
    max-height: 75px;
    overflow: hidden
}

.buy_blocks .sidebar {
    width: 300px
}

.buy_blocks {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.buy_blocks .right_side {
    width: calc(100% - 300px)
}

.field_group {
    float: left;
    width: 100%;
    margin-top: 30px
}

.field_group .field {
    margin-bottom: 10px
}

.field_group .field input {
    margin-right: 10px
}

.gallery-modal.visible {
    display: block
}

#loginForm {
    min-height: 300px
}

form .cell {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    display: block;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: left;
    width: 100%
}

.contact-form33 {
    width: 400px;
    margin: 0 auto
}

.room-info ol {
    list-style: none;
    padding-left: 0px
}

.room-info li {
    counter-increment: item;
    margin-bottom: 5px
}

.room-info li:before {
    margin-right: 10px;
    content: counter(item);
    background: lightblue;
    border-radius: 100%;
    color: white;
    width: 1.2em;
    text-align: center;
    display: inline-block
}

.room-info li:before {
    line-height: 32px;
    background: #f9a932;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    width: 18px;
    font-style: italic
}

.project-current article ol {
    padding-left: 10px
}

.project-current article ul {
    padding-left: 10px
}

.project-current article ol li {
    counter-increment: item;
    margin-bottom: 5px;
    list-style: none
}

.project-current article ol li:before {
    margin-right: 10px;
    content: counter(item);
    background: lightblue;
    border-radius: 100%;
    color: white;
    width: 1.2em;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    background: #f9a932;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    width: 18px;
    font-style: italic;
    margin-top: -8px
}

.project-current article ul li {
    counter-increment: item;
    margin-bottom: 5px;
    list-style: none;
    padding: 0px 0;
    padding-left: 35px
}

.project-current article ul li:before {
    margin-right: 10px;
    background: lightblue;
    border-radius: 100%;
    color: white;
    width: 1.2em;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    background: #f9a932;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    width: 18px;
    font-style: italic;
    margin-top: -8px
}

.print-logo {
    display: none;
    float: left;
    margin-top: -20px
}

.print-logo-wrap {
    display: none;
    float: left;
    margin-left: 40px;
    margin-top: 20px
}

.print-logo-wrap p {
    font-size: 14px
}

@media print {
    .example-screen {
        display: none
    }

    .room-info {
        margin-top: 30px
    }

    .example-print, .print-logo, .print-logo-wrap {
        display: block
    }

    .logo {
        display: none
    }

    .inner-page .buy-information .badge {
        border: 3px solid #3dc15c;
        color: #000;
        font-weight: bold
    }
}

.about-project {
    cursor: pointer
}

.pagination {
    clear: both;
    width: 100%;
    text-align: center
}

.pagination li {
    display: inline;
    border-radius: 100%;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    text-align: center;
    width: 28px;
    font-style: italic;
    background: #eaeaea;
    color: black
}

.pagination li a {
    color: white;
    text-decoration: none;
    color: black
}

.pagination .next_pagination {
    background: url(/assets/img/icons/p_next.png) center center no-repeat;
    background-size: 40% 50%
}

.pagination .prev_pagination {
    background: url(/assets/img/icons/p_prev.png) center center no-repeat;
    background-size: 40% 50%
}

.pagination li.active {
    background: #f9a932;
    color: #fff
}

.image2 {
    display: none
}

.ok_form {
    display: none;
    text-align: center
}

.header .sales-info2 {
    color: #000;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 95px;
    text-decoration: none
}

.fb-icon {
    float: left;
    width: 32px;
    display: inline-block;
    position: relative;
    margin-right: 5px
}

.fb-icon img {
    margin-bottom: -10px;
    display: inline-block;
    position: relative
}

.tabs-controller {
    margin-bottom: 35px;
    text-align: center
}

.tabs-controller li {
    display: inline-block;
    margin: 0 16px 0 20px;
    opacity: 0.3;
    vertical-align: middle
}

.tabs-controller li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.tabs-controller li.current {
    opacity: 1
}

.tabs-controller li.current img {
    -webkit-filter: none;
    filter: none
}

.tabs-controller li .button {
    background: transparent;
    border: 2px solid #fde2b9;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    margin-top: 0;
    opacity: 1;
    vertical-align: middle;
    width: 180px
}

.badge {
    background: #3dc15c;
    border-radius: 3px;
    color: white;
    padding: 9px 14px;
    position: absolute
}

.section-title h2 a {
    color: black;
    text-decoration: none;
    font-family: "OksanaSans";
    font-size: 48px;
    font-weight: 600
}

.section-title h2 a:hover {
    color: #f9a932
}

.breadcrumbs li {
    display: inline-block;
    font-size: 13px;
    color: #b5b5b5
}

.breadcrumbs li a {
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none
}

.breadcrumbs span {
    color: #f9a932;
    font-size: 13px;
    margin: 0px 5px
}

.breadcrumbs li a:hover {
    color: #f9a932
}

.icons_header {
    display: none;
    float: right;
    margin-top: 27px;
    margin-right: 0px
}

header .sales-info {
    float: right;
    margin-bottom: 10px
}

.projects-section .tabs-controller {
    margin-bottom: 0px
}

.projects-section .tab-content {
    background: #ffffff
}

.projects-section .tabs-controller li {
    padding-left: 40px;
    margin: 0px;
    float: left;
    padding-right: 40px;
    height: 80px;
    width: 110px
}

.projects-section .tabs-controller li .icon_img {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 70px
}

.projects-section .tabs-controller li .icon2 {
    width: 110px
}

.projects-section .tabs-controller li .icon3 {
    width: 100px
}

.projects-section .tabs-controller li.current {
    opacity: 1;
    background: #f6f6f6
}

.projects-section .project-information .counter {
    display: none
}

.buy-new .rooms-col .filter {
    width: 20%
}

.buy-new .rooms-col .buy-information {
    width: 49%
}

.buy-new .rooms-col .buy-information:nth-child(odd) {
    clear: both
}

.buy-new .rooms-col .buy-information .block {
    margin-bottom: 60px;
    width: 95%
}

.buy-new .rooms-col #buy_results {
    width: 80%;
    float: left
}

@media (min-width: 568px) {
    .buy-section .block {
        padding: 20px
    }

    .buy-section .block .plan {
        min-height: 239px
    }

    .buy-section .block .plan .helper {
        float: left;
        height: 239px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: left
    }

    .buy-section .block .name {
        font-size: 21px;
        margin-bottom: 10px
    }

    .buy-section .block .tesis {
        font-size: 13px;
        margin-bottom: 15px
    }

    .buy-section .block .square {
        font-size: 13px;
        margin-bottom: 5px
    }

    .buy-section .block .size {
        font-size: 21px;
        margin-top: 10px
    }

    .buy-section .block:before {
        border-radius: 40%;
        height: 100px;
        width: 100px
    }

    .buy-section .block {
        margin-top: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border-bottom: 10px solid #f9a932
    }

    #main-page-appartments {
        margin-top: -20px
    }
}

@media (min-width: 768px) {
    header .logo {
        height: 105px;
        background: url(/assets/img/logo_ukr_main-u1.png) no-repeat top left;
        background-size: 80% 90%;
        margin-top: -10px
    }

    .icons_header {
        display: block;
        margin-right: -133px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navigation {
        margin-top: 6px
    }

    header .sales-info {
        margin-top: 52px;
        font-size: 15px
    }

    .projects-section .tabs-controller {
        margin-bottom: 0px
    }

    .projects-section .tab-content {
        background: #ffffff
    }

    .projects-section .project-information {
        padding: 50px 70px 40px 70px
    }

    .projects-section .project-information .name {
        font-size: 30px
    }

    .projects-section .project-information p {
        font-size: 16px;
        line-height: 22px
    }

    .projects-section .tabs-controller li {
        padding-left: 40px;
        margin: 0px;
        float: left;
        padding-right: 40px;
        height: 80px;
        width: 110px
    }

    .projects-section .tabs-controller li .icon_img {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        width: 70px
    }

    .projects-section .tabs-controller li .icon2 {
        width: 110px
    }

    .projects-section .tabs-controller li .icon3 {
        width: 100px
    }

    .projects-section .tabs-controller li.current {
        opacity: 1;
        background: #f6f6f6
    }

    .projects-section .project-information .counter {
        display: none
    }

    .projects-section .project-foto {
        height: 100%;
        white-space: nowrap;
        text-align: center;
        margin: 1em 0
    }

    .projects-section .project-foto .helper {
        float: left;
        height: 370px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .projects-section .project-foto img {
        vertical-align: middle;
        width: 88%;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .projects-section .main-projects-slider .owl-item {
        background: #f6f6f6;
        display: block
    }

    .projects-section .tab-content .prev {
        background: url(../img/icons/arr_left.jpg) no-repeat top left;
        height: 36px;
        margin-top: -22px;
        left: 20px;
        top: 50%;
        width: 23px
    }

    .projects-section .tab-content .prev:hover {
        background-position: bottom left
    }

    .projects-section .tab-content .next {
        background: url(../img/icons/arr_rigth.jpg) no-repeat top left;
        height: 36px;
        margin-top: -22px;
        right: 20px;
        top: 50%;
        width: 23px
    }

    .projects-section .tab-content .next:hover {
        background-position: bottom left
    }

    .projects-section .owl-theme .owl-nav.disabled + .owl-dots {
        background: #f6f6f6;
        margin-top: -5px;
        padding-bottom: 15px
    }
}

@media (max-width: 1160px) and (min-width: 1024px) {
    .projects-section .project-information p {
        font-size: 15px;
        line-height: 19px
    }

    .projects-section .project-information .name {
        font-size: 26px
    }

    .projects-section .project-information {
        padding: 40px 70px 10px 70px
    }
}

@media (max-width: 1367px) and (min-width: 1160px) {
    .projects-section .project-information .name {
        font-size: 30px
    }

    .projects-section .project-information p {
        font-size: 16px;
        line-height: 22px
    }

    .projects-section .project-information {
        padding: 50px 70px 10px 70px
    }
}

@media (max-width: 1367px) and (min-width: 1024px) {
    .sales-info {
        margin-top: 48px
    }

    .icons_header {
        float: right;
        margin-right: -134px;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navigation {
        margin-top: 6px
    }

    .projects-section .tabs-controller {
        margin-bottom: 0px
    }

    .projects-section .tab-content {
        background: #ffffff
    }

    .projects-section .tabs-controller li {
        padding-left: 40px;
        margin: 0px;
        float: left;
        padding-right: 40px;
        height: 80px;
        width: 110px
    }

    .projects-section .tabs-controller li .icon_img {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        width: 70px
    }

    .projects-section .tabs-controller li .icon2 {
        width: 110px
    }

    .projects-section .tabs-controller li .icon3 {
        width: 100px
    }

    .projects-section .tabs-controller li.current {
        opacity: 1;
        background: #f6f6f6
    }

    .projects-section .project-information .counter {
        display: none
    }

    .projects-section .project-foto {
        height: 100%;
        white-space: nowrap;
        text-align: center;
        margin: 1em 0
    }

    .projects-section .project-foto .helper {
        float: left;
        height: 370px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: left
    }

    .projects-section .project-foto img {
        vertical-align: middle;
        width: 88%;
        margin-left: 0px
    }

    .projects-section .main-projects-slider .owl-item {
        background: #f6f6f6;
        display: block
    }

    .projects-section .tab-content .prev {
        background: url(../img/icons/arr_left.jpg) no-repeat top left;
        height: 36px;
        margin-top: -22px;
        left: 20px;
        top: 50%;
        width: 23px
    }

    .projects-section .tab-content .prev:hover {
        background-position: bottom left
    }

    .projects-section .tab-content .next {
        background: url(../img/icons/arr_rigth.jpg) no-repeat top left;
        height: 36px;
        margin-top: -22px;
        right: 20px;
        top: 50%;
        width: 23px
    }

    .projects-section .tab-content .next:hover {
        background-position: bottom left
    }

    .projects-section .owl-theme .owl-nav.disabled + .owl-dots {
        background: #f6f6f6;
        margin-top: -5px;
        padding-bottom: 15px
    }

    .buy-section .block {
        padding: 16px
    }

    .buy-section .block .plan {
        min-height: 209px
    }

    .buy-section .block .plan .helper {
        float: left;
        height: 200px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: left
    }

    .buy-section .block .plan img {
        max-height: 200px
    }

    .buy-section .block .name {
        font-size: 21px;
        margin-bottom: 10px;
        margin-top: 0px
    }

    .buy-section .block .tesis {
        font-size: 13px;
        margin-bottom: 15px
    }

    .buy-section .block .square {
        font-size: 13px;
        margin-bottom: 5px
    }

    .buy-section .block .size {
        font-size: 21px;
        margin-top: 10px
    }

    .buy-section .block:before {
        border-radius: 40%;
        height: 100px;
        width: 100px
    }

    .buy-section .block {
        margin-top: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border-bottom: 10px solid #f9a932
    }

    #main-page-appartments {
        margin-top: -20px
    }

    .c-checkbox {
        margin: 15px 0;
        text-align: left
    }
}

@media (min-width: 1367px) {
    .c-checkbox {
        margin: 20px 0;
        text-align: left
    }

    .icons_header {
        margin-right: 0px;
        margin-top: 27px
    }

    header .sales-info {
        margin-top: 0px;
        margin-top: 21px;
        margin-bottom: 30px
    }

    .navigation {
        margin-top: 0px
    }

    .projects-section .tabs-controller {
        margin-bottom: 0px
    }

    .projects-section .tab-content {
        background: #ffffff
    }

    .projects-section .project-information {
        padding: 50px 70px 40px 70px
    }

    .projects-section .project-information .name {
        font-size: 30px
    }

    .projects-section .project-information p {
        font-size: 16px;
        line-height: 26px
    }

    .projects-section .tabs-controller li {
        padding-left: 40px;
        margin: 0px;
        float: left;
        padding-right: 40px;
        height: 80px;
        width: 110px
    }

    .projects-section .tabs-controller li .icon_img {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        width: 70px
    }

    .projects-section .tabs-controller li .icon2 {
        width: 110px
    }

    .projects-section .tabs-controller li .icon3 {
        width: 100px
    }

    .projects-section .tabs-controller li.current {
        opacity: 1;
        background: #f6f6f6
    }

    .projects-section .project-information .counter {
        display: none
    }

    .projects-section .project-foto {
        height: 100%;
        white-space: nowrap;
        text-align: center;
        margin: 1em 0
    }

    .projects-section .project-foto .helper {
        float: left;
        height: 400px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: left
    }

    .projects-section .project-foto img {
        vertical-align: middle;
        width: 88%;
        margin-left: 0px
    }

    .projects-section .main-projects-slider .owl-item {
        background: #f6f6f6;
        display: block
    }

    .projects-section .tab-content .prev {
        background: url(../img/icons/arr_left.jpg) no-repeat top left;
        height: 36px;
        margin-top: -22px;
        left: 20px;
        top: 50%;
        width: 23px
    }

    .projects-section .tab-content .prev:hover {
        background-position: bottom left
    }

    .projects-section .tab-content .next {
        background: url(../img/icons/arr_rigth.jpg) no-repeat top left;
        height: 36px;
        margin-top: -22px;
        right: 20px;
        top: 50%;
        width: 23px
    }

    .projects-section .tab-content .next:hover {
        background-position: bottom left
    }

    .projects-section .owl-theme .owl-nav.disabled + .owl-dots {
        background: #f6f6f6;
        margin-top: -5px;
        padding-bottom: 15px
    }

    .buy-section .block {
        padding: 16px;
        text-align: center
    }

    .buy-section .block .plan {
        min-height: 250px;
        text-align: center;
        display: inline-block;
        float: none
    }

    .buy-section .block .plan .helper {
        float: left;
        height: 250px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .buy-section .block .plan .helper img {
        max-height: 250px;
        max-width: 100%;
        width: auto
    }

    .buy-section .block .name {
        font-size: 21px;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .buy-section .block .tesis {
        font-size: 15px;
        margin-bottom: 15px
    }

    .buy-section .block .square {
        font-size: 15px;
        margin-bottom: 5px
    }

    .buy-section .block .size {
        font-size: 29px;
        margin-top: 10px
    }

    .buy-section .block:before {
        border-radius: 40%;
        height: 100px;
        width: 100px
    }

    .buy-section .block {
        margin-top: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border-bottom: 10px solid #f9a932
    }

    #main-page-appartments {
        margin-top: -20px
    }
}

.payment-icon {
    margin-right: 19px
}

.project-current .gallery .fotorama__nav--thumbs .fotorama__nav__frame {
    opacity: 0.8;
    padding: 2px 1px !important
}

#latestfoto {
    cursor: pointer
}

.project-current article blockquote:before, .project-current article blockquote:after {
    height: 43px
}

#main-slider .fotorama__active img {
    transition: all 1.8s cubic-bezier(.03, .67, .52, .99)
}

#main-slider .fotorama__active:hover img {
    transform: scale(1.03)
}

.buy-page .buy-information .block .room-info {
    float: right;
    width: 93%;
    width: 100%
}

.buy-page .badge {
    margin-top: -60px
}

.buy-page .buy-information .about-project.desktop-hide {
    display: none;
}

.buy-page .buy-information .about-project {
    padding-top: 0px
}

#buy-slider img {
    cursor: pointer
}

.buy-page .buy-information .block .room-sheme {
    float: left;
    width: 45%
}

.buy_view .buy-page .buy-information .block .room-info {
    float: right;
    width: 51%
}

.buy-page .features-section .block img {
    width: auto;
    text-align: center;
    max-height: 100%;
    height: 100%
}

#buy-slider .owl-item .block {
    height: 200px;
    overflow: hidden
}

.rooms-section .row .col {
    min-height: 370px
}

.icons_header2 {
    margin-right: -px
}

header .sales-info .sales-info2 {
    margin-top: 0px
}

header .sales-info {
    line-height: 22px
}

header {
    padding: 0 60px
}

header.shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1)
}

.project-current article blockquote:after {
    content: ' '
}

.buy-page .buy-information .block .one_room .type {
    display: block;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 5px
}

.buy-page .buy-information .block .one_room .type .gray {
    color: #b5b5b5
}

.buy-page .buy-information .block .room-info .square b {
    color: black;
    font-weight: 700
}

.project-current article blockquote:before {
    content: ' '
}

.project-current article ul li:before {
    content: ' '
}

.news-section .post h4 a {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
    text-decoration: none;
    color: black
}

.news-section .post h4 a:hover {
    color: #f9a932
}

footer .adress {
    float: right
}

footer .copy {
    width: 55%
}

.project-team-section .team li {
    margin: 0 auto
}

.projects-page .gallery-grid .block .info p {
    color: #fff
}

.projects-page .gallery-grid .block:before {
    opacity: 0.3
}

.buy-page .features-section .block .ribbon {
    text-align: left
}

.buy-page .features-section {
    margin: 20px auto 70px auto
}

#object_details .room-info .name {
    font-weight: 600;
    height: 44px;
    margin-top: 12px;
    font-size: 37px;
    padding-bottom: 5px;
    border-bottom: 3px solid #f9a932;
    margin-right: 30px
}

#object_details .room-info p {
    padding-right: 50px
}

#object_details .about-project .name {
    clear: both;
    height: 40px;
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 5px;
    border-bottom: 3px solid #f9a932
}

#object_details .about-project {
    display: block;
    margin-top: 16px
}

#object_details .projecticonarea {
    display: flex;
    margin-top: 40px
}

.contacts-page .information .wrap {
    width: calc(50% - 80px);
    float: left;
    padding: 40px
}

.contacts-page textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    display: block;
    height: 130px;
    margin-bottom: 30px;
    padding: 20px;
    resize: none;
    text-align: left;
    width: 100%
}

.tab-content .section-title h2 {
    text-align: left
}

.contacts-page .section-title h2 {
    font-family: "OksanaSans";
    font-size: 36px;
    font-weight: 600
}

.information .hlf {
    width: 50%;
    float: left
}

.information .button {
    border: 0;
    cursor: pointer;
    max-width: 200px
}

span.divider {
    color: #f9a932;
    font-size: 13px;
    margin: 0px 5px
}

.buy-page .buy-information .block .one_room .size, .buy-page .buy-information .block .one_room .square {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px
}

.about-project .icon:before {
    background: #f9a932;
    border-radius: 50%;
    content: '';
    height: 50px;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 50px;
    z-index: 2
}

.about-project .icon {
    min-height: 75px;
    margin: 0 auto 10px;
    padding-bottom: 15px;
    position: relative;
    max-width: 90px
}

.buy-page .buy-information .iconarea {
    margin: 0 25px;
    font-size: 15px
}

.buy-page .buy-information .iconarea a {
    text-decoration: none;
    color: black
}

.buy-page .buy-information .iconarea a span {
    text-decoration: none;
    color: black;
    font-weight: 600
}

.buy-page .buy-information .iconarea a:hover, .buy-page .buy-information .iconarea a span:hover {
    color: #f9a932
}

.buy-page .buy-information .about-project-icon i {
    background: url(../img/icons/buy_i.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto 21px;
    width: 90px
}

.buy-page .buy-information .back_i i {
    background: url(../img/icons/back_i.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto 21px;
    width: 90px
}

.buy-page .buy-information .print-project-icon i {
    background: url(../img/icons/print.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto 21px;
    width: 80px
}

.tab-content .image_area {
    float: left;
    vertical-align: top;
    width: calc(70% - 40px);
    padding: 0px 40px 0px 0px;
    position: relative;
}

.tab-content .image_decr {
    float: left;
    text-align: left;
    width: 30%
}

.tab-content .image_area img {
    max-width: 100%
}

.tab-content ul li {
    counter-increment: item;
    margin-bottom: 5px;
    list-style: none;
    padding: 0px 0;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    margin-top: -2px
}

.tab-content ul li:before {
    background-color: #f9a932;
    border-radius: 50%;
    content: ' ';
    left: 0px;
    top: 50%;
    width: 6px;
    background: #f9a932;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    width: 18px;
    font-style: italic;
    margin-top: -8px;
    position: relative;
    bottom: -4px
}

.buy-page .buy-information .about-project-icon .parking i {
    background: url(../img/icons/buy_p.png) no-repeat;
    background-size: 100% 100%
}

.buy-page .buy-information .about-project-icon .parking2 i {
    background: url(../img/icons/buy_p2.png) no-repeat;
    background-size: 100% 100%
}

.buy-page .buy-information .about-project-icon .storage i {
    background: url(../img/icons/buy_s.png) no-repeat;
    background-size: 100% 100%
}

.buy-page .buy-information .print-project-icon .storage i {
    background: url(../img/icons/buy_s.png) no-repeat;
    width: 96px;
    background-size: 100% 100%
}

.buy-page .buy-information p {
    padding: 12px 0;
    font-size: 17px;
    line-height: 23px
}

.tab-content h4 {
    font-size: 19px;
    margin-bottom: 30px;
    margin-top: 15px
}

.one_room .button {
    float: left;
    margin-top: 20px;
    letter-spacing: 0.1em;
    max-width: 420px;
    height: 58px;
    font-size: 15px;
    line-height: 58px
}

.about-project {
    display: flex;
    justify-content: center
}

.buy-page .buy-information .container {
    clear: both;
    min-height: 600px
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 3px solid #f9a832
}

ul.tabs li {
    background: none;
    color: #f9a832;
    display: inline-block;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer
}

ul.tabs li.current {
    background: #f9a832;
    color: #FFF
}

.buy-page .tab-content {
    display: none;
    background: #fff;
    padding: 25px
}

.tab-content.current {
    display: inherit
}

.fotorama__caption {
    margin: 0 auto;
    text-align: center
}

.fotorama__caption__wrap {
    margin: 0 auto;
    text-align: center;
    display: inline-block
}

.project-current .rooms-section .row .col {
    padding: 0 0px;
    width: 33%
}

.project-current .rooms-section .row .col .block .room-sheme {
    float: left;
    width: 45%
}

.project-current .rooms-section .row .col .block .room-info {
    float: right;
    width: 53%
}

.project-current .rooms-section .row .col .block .room-info .type {
    display: block;
    font-size: 26px;
    margin-bottom: 10px;
    border-bottom: 3px solid #f9a832;
    display: block;
    float: left;
    clear: both
}

.project-current .rooms-section .row .col .block .room-info .size {
    font-size: 17px;
    clear: both;
    margin-bottom: 5px
}

.project-current .rooms-section .row .col .block .room-info .square {
    font-size: 12px;
    vertical-align: center
}

.project-current .rooms-section .row .col .block .room-info .number {
    font-size: 37px;
    float: left;
    font-weight: 700;
    margin-top: -2px;
    margin-right: 10px
}

.project-current .rooms-section .row .col .block .room-info .button {
    float: left;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0.1em;
    max-width: 180px;
    margin-top: 20px
}

#return-to-top {
    position: fixed;
    bottom: 10px;	  /*bottom: 20px;*/
    right: 3px;
    background: rgb(255, 152, 0);
    background: rgba(255, 152, 0, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 10px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#return-to-top:hover {
    background: rgba(255, 152, 0, 0.9)
}

#return-to-top:hover i {
    color: #fff;
    top: 11px
}

#return-to-top i::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.2em solid white;
    border-top: 0.2em solid white;
    transform: rotate(-45deg);
    margin-right: 0.5em
}

@media print {
    .navigation, .icons_header, #buy-slider, .buy-page .tabs, .about-project, #object_details, footer, #return-to-top {
        display: none
    }

    .buy-page .tab-content {
        display: block;
        float: left;
        position: relative;
        page-break-inside: avoid
    }

    header {
        position: relative
    }

    #object_details .about-project {
        display: block
    }

    .tab-content .image_area {
        width: calc(48% - 40px)
    }

    .tab-content .image_decr {
        width: 52%
    }

    .buy-page .buy-information .block {
        width: 65%
    }

    .buy-page .buy-information .block {
        width: 65%
    }

    .buy-page .buy-information .about-project {
        width: 35%
    }

    .buy-page .button {
        display: none
    }

    header .logo {
        height: 105px;
        background: url(/assets/img/logo.svg) no-repeat top left;
        background-size: 100% 120%;
        margin-top: -9px;
        margin-left: -30px
    }

    footer {
        padding: 0px
    }

    header {
        padding: 0px
    }

    .buy-page .buy-information .block {
        width: 100%;
        margin-top: -20px
    }

    .tab-content ol li {
        font-size: 13px
    }

    .buy-page .buy-information .block .room-info .name {
        display: block;
        font-size: 30px;
        margin-bottom: 10px
    }

    .buy-page .buy-information .block .one_room .type {
        font-size: 16px
    }

    .tab-content h4 {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px
    }

    .buy-page .tab-content {
        padding: 10px;
        margin-top: -10px
    }
}

#main-page-projectlist .owl-stage {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    -webkit-flex-flow: row wrap
}

#main-page-projectlist .owl-item {
    display: block;
    text-align: center;
    float: none
}

.contacts-page .map {
    float: left;
    width: 100%
}

.contacts-page .map #c-map-1 {
    position: relative
}

.contacts-page .information {
    clear: both;
    display: block;
    min-height: 400px;
    float: left;
    width: 100%
}

.contacts-page .information .wrap {
    padding: 0px 40px 40px 40px
}

.project-current .rooms-section .row {
    margin: 0 0px 120px
}

.contacts-page .tabs-controls {
    margin-bottom: 10px;
    text-align: center
}

.contacts-page .map {
    height: 480px
}

.project-current22 .gallery {
    height: 600px
}

.project-current .gallery .fotorama_wrap {
    margin: 0 auto
}

.close-menu {
    position: absolute;
    right: 15px;
    top: 13px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    display: none
}

.close-menu:hover {
    opacity: 1
}

.close-menu:before, .close-menu:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333
}

.close-menu:before {
    transform: rotate(45deg)
}

.close-menu:after {
    transform: rotate(-45deg)
}

.menu .active .close-menu {
    display: block
}

.logo {
    margin-left: 0px
}

.gallery-wrap {
    position: relative
}

.modal-close {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 100px;
    cursor: pointer;
    z-index: 1000
}

@media screen and (max-width: 1280px) {
    header .navigation li a {
        line-height: 35px;
    }

    .news-page .post {
        padding: 0 3%
    }
}

@media screen and (max-width: 1065px) {
    .buy-new .rooms-col #buy_results {
        width: calc(100% - 205px)
    }

    .buy-new .rooms-col .filter {
        width: 205px
    }

    .buy-new .rooms-col .buy-information {
        width: 100%
    }
}

.projects-page .banner .tilt-wrapper {
    border-top: 0px
}

.centered-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: .125rem
}

.projects-page .banner .slogan {
    background: none
}

.projects-page .banner .slogan h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto 10px;
    text-align: center
}

.projects-page .banner .slogan {
    text-align: center;
    width: 100%;
    left: -120px;
    max-width: 100%
}

.projects-page .banner {
    height: 67vh
}

.link {
    color: #f9a932;
    cursor: pointer;
    font-weight: 400;
    text-decoration: none
}

.link--arrowed {
    display: inline-block;
    height: 2rem;
    line-height: 2rem
}

.link--arrowed .arrow-icon {
    position: relative;
    top: -1px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    vertical-align: middle
}

.link--arrowed .arrow-icon--circle {
    -webkit-transition: stroke-dashoffset .3s ease;
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95
}

.link--arrowed:hover .arrow-icon {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

.link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0
}

@media (max-width: 1024px) {
    .one_room .button {
        height: auto;
        padding: 20px;
        line-height: 20px
    }

    .c-checkbox {
        margin: 15px 0px
    }

    .buy-page .buy-information {
        margin: 0px 15px
    }

    .buy-page .buy-information {
        margin: 0px 15px
    }

    #object_details .projecticonarea {
        flex-direction: column
    }

    .buy-page .buy-information .iconarea {
        margin: 0px 25px
    }

    #object_details .about-project .name {
        font-size: 26px
    }

    .buy-page .buy-information .container {
        min-height: auto
    }

    .projects-section .project-information {
        padding: 30px 30px 0px 40px
    }
}

@media screen and (max-width: 986px) {
    footer .copy {
        width: 100%;
        text-align: center
    }

    .c-checkbox {
        margin: 15px 0px
    }

    .banner .slogan h1 {
        color: #fff;
        font-size: 35px;
        padding: 10% 0 3%;
    }
}

@media screen and (max-width: 764px) {

    .mobile-hidden {display: none !important;}

    .buy-page .tabs-controller li {
        width: 100%
    }

    .buy-page .buy-information .block .room-sheme {
        float: left;
        width: 45%
    }

    .buy_view .buy-page .buy-information .block .room-info {
        float: right !important;
        width: 55% !important;
        margin-top: 0px
    }
}

.project-current .rooms-section .row .col .block .room-info {
    float: left;
    width: 47%;
    margin-left: 3%;
    margin-right: 3%
}

@media screen and (max-width: 768px) {
    .one_room .button {
        float: none;
        margin-bottom: 20px
    }

    .buy-page .buy-information .iconarea {
        margin-bottom: 20px
    }

    .buy-page .tabs-controller {
        margin-bottom: 45px
    }

    .buy-page .badge {
        margin-top: -45px
    }

    #object_details .room-info .name {
        height: 60px;
        font-size: 30px
    }

    #object_details .about-project .name {
        height: 60px
    }
}

@media screen and (max-width: 600px) {
    .buy-new .rooms-col .filter {
        width: 100%;
        font-size: 14px
    }

    .buy-new .rooms-col .filter:before {
        height: 110px
    }

    .buy-new .rooms-col .filter .filter-options:nth-of-type(3),
    .buy-new .rooms-col .filter .filter-options:nth-of-type(4) {
        display: inline-block;
        width: 48%;
        vertical-align: top
    }

    .buy-new .rooms-col .filter .filter-options {
        margin-bottom: 30px
    }

    .buy-new .rooms-col #buy_results {
        width: 100%;
        text-align: center
    }

    .buy-page .buy-information .block .room-sheme, .buy-page .buy-information .block .room-info {
        display: block;
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    .buy-page .buy-information .block .room-info {
        text-align: center
    }

    .buy-page .buy-information .block .room-info .divider {
        display: none
    }

    ul.tabs li.tab-link {
        padding: 7px 20px;
        font-size: 15px
    }

    .tab-content .image_area {
        padding-right: 0;
        width: 100%
    }

    .tab-content .image_decr {
        width: 100%;
        text-align: center
    }

    #object_details .room-info .name {
        padding-bottom: 15px;
        font-size: 25px
    }

    #object_details .room-info p {
        padding-right: 0px
    }

    #object_details .about-project {
        width: 100%
    }

    .projects-section .project-information .name {
        font-size: 23px
    }

    .projects-section .tabs-controller li {
        padding-left: 0px;
        padding-right: 0px
    }

    .projects-section .project-information p {
        font-size: 16px;
        line-height: 24px
    }

    .projects-section .tabs-controller li .icon2 {
        width: 85px
    }

    .projects-section .tabs-controller li .icon3 {
        width: 83px
    }
}

@media screen and (max-width: 320px) {

    .buy-page .buy-information .block .room-info {
        text-align: center
    }

    .buy-page .buy-information .block .room-info .divider {
        display: none
    }

    ul.tabs li.tab-link {
        padding: 7px 5px;
        font-size: 14px
    }

    .tab-content .image_area {
        padding-right: 0;
        width: 100%
    }

    .tab-content .image_decr {
        width: 100%;
        text-align: center
    }

    #object_details .room-info .name {
        padding-bottom: 15px;
        font-size: 25px
    }

    #object_details .room-info p {
        padding-right: 0px
    }

    .one_room .button {
        line-height: 1.8;
        font-size: 15px;
        padding: 5px
    }

    #object_details .about-project {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .desktop-hidden {display: none !important;}
    .logo {
        margin-left: -37px
    }
}

.tab-content ol li {
    counter-increment: item;
    margin-bottom: 5px;
    list-style: none;
    padding: 0px 0;
    padding-left: 0px;
    font-size: 16px;
    line-height: 22px;
    margin-top: -2px
}

.tab-content ol li:before {
    background-color: #f9a932;
    border-radius: 50%;
    content: ' ';
    left: 0px;
    top: 50%;
    width: 6px;
    background: #f9a932;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    width: 18px;
    font-style: italic;
    margin-top: -8px;
    position: relative;
    bottom: -4px
}

.projects-page .gallery-grid .block:hover:before {
    opacity: 0.1
}

.wrap-block {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative
}

.wrap-block figure {
    margin: 0px
}

.wrap-block > figure {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all 1.8s cubic-bezier(.03, .67, .52, .99);
    -webkit-transition: all 1.8s cubic-bezier(.03, .67, .52, .99);
    transition: all 1.8s cubic-bezier(.03, .67, .52, .99);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.wrap-block:hover > figure {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}

.wrap-block:hover > figcaption {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.projects-page .gallery-grid .info h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 auto 10px;
    font-family: 'OksanaSans', sans-serif
}

.projects-page .gallery-grid .info p {
    color: #fff;
    font-size: 19px
}

.projects-page .gallery-grid .half .info h3, .projects-page .gallery-grid .three .info h3 {
    font-family: 'OksanaSans', sans-serif;
    font-size: 27px
}

.projects-page .gallery-grid .info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    top: 32%
}

.projects-page .gallery-grid .half .info {
    top: 32%
}

.projects-page .gallery-grid .wrap-block figcaption {
    position: absolute;
    left: 0px
}

.tab-content .image_decr ul, .tab-content .image_decr ol {
    padding-left: 0px
}

.c-checkbox input[type="checkbox"].active + label span {
    background: #f9a932;
    border-color: #f9a932
}

.c-checkbox label:hover {
    cursor: pointer;
    opacity: 0.9;
    color: #d28411
}

.special-offers-section .block:before {
    -moz-transition: all 1.8s cubic-bezier(.03, .67, .52, .99);
    -webkit-transition: all 1.8s cubic-bezier(.03, .67, .52, .99);
    transition: all 1.8s cubic-bezier(.03, .67, .52, .99)
}

.special-offers-section .block:hover:before {
    opacity: 0.4
}

.special-offers-section .block:hover .info p {
    color: #FFF
}

.special-offers-section .block:before {
    background: transparent
}

.special-offers-section .block .info p {
    color: #fff;
    font-size: 19px
}

.team li {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.team ul {
    display: flex;
    vertical-align: center;
    justify-content: space-evenly;
    align-items: center
}

.checkmark:before {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #bd7c1c;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    position: absolute;
    margin: 0px 0px 0px 115px;
    /*right: 0;*/
}

.buy-information .badge {
    position: relative;
    margin-bottom: 6px;
    margin-top: 6px;
    display: inline-block
}

.inner-page .buy-page .buy-information .block .room-info .name {
    display: inline-block
}

.inner-page .buy-information .badge {
    float: left;
    margin-right: 15px;
    margin-bottom: -37px
}

#buy_results .buy-information .badge {
    float: none;
    margin-bottom: 6px;
    margin-top: 6px
}

.nesul .checkmark:nth-child(1):before {
    margin-left: 136px
}

.nesul .checkmark:nth-child(2):before {
    margin-left: 75px
}

.nesul .checkmark:nth-child(3):before {
    margin-left: 95px
}

.nesul .checkmark:nth-child(4):before {
    display: none
}

.news-page .tabs-controller li .button {
    border: 2px solid #f9a932;
    background-color: #f9a932;
    color: white;
    font-weight: bold
}

.news-page .tabs-controller li:last-child.checkmark:before {
    display: none;
}

.contacts-page .map {
    height: 400px;
    margin-bottom: 20px
}

@media (max-width: 1367px) and (min-width: 1160px) {
    .contacts-page .information p {
        font-size: 16px;
        line-height: 22px
    }

    .contacts-page .information h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 25px
    }

    .contacts-page .section-title h2 {
        font-family: "OksanaSans";
        font-size: 26px;
        font-weight: 600
    }

    form .cell {
        height: 36px;
        padding: 0 15px
    }

    .contacts-page textarea {
        -webkit-box-sizing: border-box;
        border-radius: 5px;
        display: block;
        height: 110px;
        margin-bottom: 20px;
        padding: 15px
    }
}

.offers figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 5px;
    min-width: 320px;
    max-width2: 480px;
    max-height: 500px;
    width: 48%;
    width: calc(33.3333333% - 10px);
    height: auto;
    background: #3085a3;
    text-align: center;
    _cursor: pointer
}

.offers figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8
}

.offers figure figcaption {
    padding: 0em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.offers figure figcaption {
    position: absolute;
    top: 25%; 
    left: 0;
    width: 100%;
    height: 100%
}

.offers .button {
    background-color: #fab65c;
    opacity: 0.8;
    transition: 0.2s ease-in-out
}

figure.effect-julia {
    background: #2f3238
}

figure.effect-julia img {
    max-width: none;
    width: 100%;
    height: 504px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figure.effect-julia figcaption {
    text-align: left;
    text-align: center
}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
    text-align: center;
    font-size: 36px;
    font-weight: 700
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255, 255, 255, 0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (min-width: 1200px) {
    figure.effect-julia img {
        height: auto
    }
}

@media (max-width: 769px) and (min-width: 10px) {
    figure.effect-julia img {
        height: auto;
        vertical-align: bottom
    }
    .offers.show_two {
        display: block !important;
    }
    .offers figure {
        margin: 10px 2px;
        min-width: 258px;
        width: 100%;
        height: 350px
    }

    .offers figure figcaption {
        font-size: 1.05em;
        top: 28%
    }

    .offers figure .button {
        width: 70%;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        letter-spacing: 0em
    }

    figure.effect-julia h2 {
        font-size: 22px
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    figure.effect-julia img {
        height: 350px
    }

    .offers figure {
        margin: 10px 2px;
        min-width: 258px
    }

    .offers figure figcaption {
        font-size: 1.05em;
        top: 28%
    }

    .offers figure .button {
        width: 70%;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        letter-spacing: 0em
    }

    figure.effect-julia h2 {
        font-size: 20px
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    figure.effect-julia img {
        height: 400px
    }
}

@media (max-width: 1367px) and (min-width: 1200px) {
    figure.effect-julia img {
        height: 450px
    }
}

.special-offers-section .post .block {
    padding: 0 10px
}

.team li {
    display: table-cell
}

.team li p {
    vertical-align: bottom
}

.gallery-page .info h3 {
    text-transform: uppercase
}

.gallery-page .info p i {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255, 255, 255, 0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%
}

.project-current .rooms-section .row .col {
    width: 50%
}

.project-current .rooms-section .row .col .block .room-sheme {
    width: 56%
}

.project-current .rooms-section .row .col .block .room-info {
    width: 37%
}

.buy-page .new-carousel {
    display: flex;
    max-width: 100%;
    overflow: auto;
    justify-content: space-evenly
}

.buy-page .new-carousel .wl-item {
    display: block;
    height: 100%;
    vertical-align: middle
}

@media (max-width: 1120px) and (min-width: 600px) {
    .buy-page .new-carousel {
        padding-left: 210px;
        padding-right: 110px
    }

    .new-carousel li:last-of-type {
        padding-right: 70px
    }

    .new-carousel li:first-of-type {
        padding-left: 70px
    }
}

.wl-item li img {
    width: 100px;
    height: 100px
}

#main-slider .fotorama__nav__shaft {
    margin-top: -311px;
    z-index: 9999
}

#main-slider .fotorama__nav, #main-slider .fotorama__stage {
    overflow: visible
}

#buy_results .room-info {
    text-align: left
}

.seo_links {
    text-indent: -99999px
}

.block-news-home22 {
    text-align: center
}

.offers.show_two {
    text-align: center;
    display: flex;
    justify-content: center
}

.offers.show_two figure {
    float: none
}

.nicebadge {
    display: block;
    background-color: #ffecd0;
    border-radius: 5px;
    width: 60%;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 30px;
    padding: 70px 60px 50px 60px
}

.nicebadge p::after {
    background: url(../img/icons/st_separator.png) no-repeat;
    background-size: 100%;
    display: block;
    height: 8px;
    margin: 33px auto 15px;
    width: 61px;
    content: '';
    filter: grayscale(20%) hue-rotate(170deg)
}

#main-page-appartments .owl-stage {
    position: relative;
    margin: 0 auto
}

.seo_links {
    text-indent: -99999px;
    color: white;
}

.modal-close {
    top: -40px;
}

.gallery-modal .title {
    text-align: center;
    margin-top: -15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .map .map_item {
        display: none !important;
    }

    .projects-page .banner .slogan {
        left: 50%;
    }

    header .logo {
        background: url(/assets/img/logo_ukr_main-u1.png) no-repeat top left;
        background-size: 100% 90%;
        margin-top: -15px;
        margin-bottom: -5px;
        height: 70px; /*left: calc(50% - 50px); position: relative;*/
        width: 95px!important;
    }

    .inner-page {
        padding-top: 85px;
    }

    .project-current article p {
        padding: 10px 20px;
    }

    .project-current .rooms-section .row {
        margin: 0 0px 0px;
    }

    .project-current .information {
        margin-top: 20px;
    }

    .project-current article p {
        font-size: 16px;
        line-height: 22px;
    }

    .project-current article ul li, .project-current article ol li {
        font-size: 16px;
        line-height: 22px;
    }

    .buy-page .tabs-controller {
        margin-bottom: 45px;
        display: none;
        width: 100%;
        z-index: 1;
    }

    .buy-page .tabs-controller .tabs-controller-stage {
        display: block;
        position: relative;
        overflow: scroll;
    }

    .buy-page .tabs-controller-stage .new-carousel {
        max-width: none;
        display: block;
        position: relative;
        transition: 0.25s;
        width: 1240px;
        transform: translate3d(0px, 0px, 0px);
    }

    .buy-page .new-carousel li {
        width: 150px;
        float: left
    }

    .buy-page .new-carousel .checkmark:before {
        margin-left: 5px;
        margin-top: -3px;
    }

    .buy-new .rooms-col .filter .filter-options .c-checkbox {
        text-align: left;
        padding-left: 20px;
    }

    .new-carousel li:first-of-type {
        padding-left: 0px;
    }

    .buy-page .new-carousel {
        padding-left: 0px;
        padding-right: 0px;
    }

    .buy-new .rooms-col .buy-information {
        margin: 0px;
    }

    .buy_view .buy-page .buy-information .block .room-info {
        float: none !important;
        width: 100% !important;
        text-align: center;
    }

    .buy-page .buy-information .block .room-info .type {
        text-align: center;
        margin-top: 0px;
        font-size: 24px;
    }

    .buy-page .buy-information .block .room-sheme img {
        margin-bottom: 10px;
    }

    .buy-page .buy-information .block .room-info .size {
        text-align: center;
        line-height: 22px;
    }

    .buy-page .buy-information .block .room-info .square {
        text-align: center;
        line-height: 22px;
    }

    .soldout_text {
        z-index: 2;
    }

    .inner-page .buy-page .buy_details_owl {
        margin-top: -27px;
    }

    .inner-page .buy-page .buy_details_owl .owl-nav.disabled + .owl-dots {
        margin-top: -10px;
    }

    .inner-page .buy-page .buy-information .about-project.mobile-hide {
        display: none;
    }

    .inner-page .buy-page .buy-information .about-project {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }

    .inner-page .buy-page .buy-information .iconarea {
        display: inline-block;
        width: 90px;
        margin: 0px 10px;
    }

    .inner-page .buy-page .buy-information .iconarea i {
        background-size: 100% 66%;
        width: 50px;
        margin: 0 auto;
    }

    .inner-page .buy-page .buy-information .about-project .icon {
        padding-bottom: 0px;
    }

    .inner-page .buy-page .buy-information .about-project .icon:before {
        top: 40px;
        left: 0px;
        height: 30px;
        width: 30px;
    }

    .inner-page .buy-page .buy-information .iconarea a span {
        font-size: 12px;
    }

    .inner-page .buy-page .tab-content .image_decr ul, .tab-content .image_decr ol {
        text-align: left;
    }

    .inner-page .buy-page .buy-page .features-section .block img {
        margin: 0 auto;
    }

    #object_details .projecticonarea {
        flex-direction: row;
        justify-content: center;
    }

    .inner-page .buy-page .room-info .button {
        width: 90%;
    }

    .projects-section .project-information .about-project {
        margin-bottom: 20px;
    }

    .projects-page .gallery-grid .info h3 {
        font-size: 23px;
        margin: -10px auto 10px;
    }

    .projects-page .gallery-grid .half .info {
        top: 25%;
    }

    .projects-page .gallery-grid .half .info h3, .projects-page .gallery-grid .three .info h3 {
        font-size: 23px;
    }

    .current-post article p {
        font-size: 16px;
        line-height: 22px;
    }

    .gallery-modal {
        padding: 20px 0px;
    }

    .gallery-modal .modal-close {
        top: -40px;
        right: 10px;
        font-size: 14px
    }

    .gallery-modal .title h2 {
        font-size: 21px;
    }

    .gallery-modal .title p {
        font-size: 14px;
    }

    header .sales-info {
        display: block;
        font-size: 15px;
        float: none;
        margin-left: calc(50% - 61px);
        margin-bottom: 0px;
        margin-top: 8px;
        line-height: 1.3;
    }

    .main-page .section-title {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    header .sales-info.active .btn3d_container_mob {
        display: none;
    }

    header .sales-info.active {
        position: fixed;
        bottom: 60px;
        z-index: 2;
        margin-left: auto;
        text-align: center;
        width: 100%;
        margin-left: -10px;
    }

    .icons_header {
        left: calc(50% - -10px);
    }

    header .navigation li {
        line-height: 95px;
        margin: 0 10px 0 10px;
    }

}

@media screen and (min-width: 568px) and (max-width: 767px) {
    .project-current .rooms-section .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .project-current .rooms-section .clearfix:before, .project-current .rooms-section .clearfix:after {
        display: none;
    }

    .project-current .rooms-section .row .col {
        width: 42%;
        margin-bottom: 60px;
    }

    .project-current .rooms-section .row33 .col:nth-child(even) {
        margin-left: 30px;
    }

    .project-current .rooms-section .row .col .block .room-sheme {
        width: 100%;
    }

    .project-current .rooms-section .row .col .block .room-info {
        margin-left: -5px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }

    .project-current .rooms-section .row .col .block .room-info .type {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .project-current .rooms-section .row .col .block .room-info .button {
        float: none;
        text-align: center;
    }

    .project-current .rooms-section .row .col .block .room-info .number {
        font-size: 30px;
        float: none;
        width: 100%;
        display: inline-block;
    }

    .buy-new .rooms-col .filter {
        width: 100%;
    }

    .buy-new .rooms-col .filter .filter-options {
        width: 50%;
        float: left
    }

    .buy-new .rooms-col #buy_results {
        width: 100%;
    }

    .buy-new .rooms-col .buy-information {
        float: left;
        margin-bottom: 60px;
        width: 50%;
    }

    .inner-page .buy-page .buy-information .block .room-sheme {
        float: none;
        width: 100%;
    }

    .inner-page .buy-page .tab-content .image_area {
        width: calc(55% - 40px);
    }

    .inner-page .buy-page .tab-content .image_decr {
        width: 45%;
    }

    .contacts-page .information p {
        font-size: 18px;
        line-height: 26px;
    }

    .contacts-page .information h3 {
        font-size: 30px;
    }

    .contacts-page .section-title h2 {
        font-size: 30px;
    }

    .project-team-section .team ul:nth-child(2n) {
        display: none
    }

    .project-team-section .team li {
        display: inline-block
    }

    .project-team-section .team ul {
        display: block;
    }

    .gallery-modal .title h2 br {
        display: none;
    }

    .gallery-modal .title {
        text-align: center;
        margin-top: -18px;
        margin-bottom: 5px;
    }

    header .navigation li {
        line-height: 75px;
        margin: 0 10px 0 10px;
    }

    header .sales-info.active .sales-info2 br {
        display: none;
    }

    header .navigation li a {
        line-height: 44px;
    }

    .gallery-modal .title h2 {
        font-size: 19px;
    }

    header .sales-info.active {
        position: fixed;
        bottom: 60px;
        z-index: 2;
        width: 100%;
        z-index: 2;
        margin-left: auto;
        text-align: center;
    }

}

@media screen and (min-width: 18px) and (max-width: 567px) {
    .buy-page .buy-information .block .one_room .type {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .project-current .rooms-section .row .col {
        width: 100%;
    }

    .project-current .rooms-section .row .col .block .room-sheme {
        width: 100%;
    }

    .project-current .rooms-section .row .col .block .room-info {
        margin-top: -10px;
        width: 100%;
        text-align: center;
    }

    .project-current .rooms-section .row .col .block .room-info .type {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .project-current .rooms-section .row .col .block .room-info .button {
        float: none;
        text-align: center;
    }

    .project-current .rooms-section .row .col .block .room-info .number {
        font-size: 30px;
        float: none;
        width: 100%;
        display: inline-block;
    }

    .contacts-page .information .wrap {
        text-align: center;
        width: calc(100% - 80px);
    }

    .projects-section .project-information .name {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .block-news-home {
        text-align: center;
    }

    .news-section .post h4 {
        margin-bottom: 10px;
        margin-top: -10px;
    }

    .news-section .post .date {
        margin-top: 2px;
        margin-bottom: 40px;
    }

    .project-team-section .team li {
        display: inline-block
    }

    .project-team-section .team ul {
        display: flex;
        flex-direction: column;
    }

    .project-team-section .team ul:nth-child(2n) {
        display: none
    }

    #news_html .post {
        text-align: center;
        margin-bottom: 40px;
    }

    .buy-new .rooms-col .filter .filter-options .c-checkbox {
        text-align: left;
        padding-left: 10px;
    }
}

@media screen and (min-width: 18px) and (max-width: 360px) {
    .buy-new .rooms-col .filter .filter-options .c-checkbox {
        text-align: left;
        padding-left: 10px;
    }

    .buy_view .buy-new .rooms-col .filter .filter-options {
        display: inline-block;
        width: 70%;
    }
}

.current-post .post-title .info .h1, .current-post .post-title .info h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

    .current-post .post-title .info .h1, .current-post .post-title .info h1 {
        font-size: 21px;
    }
}

header {
    z-index: 800;
}

.map-section {
    margin: 50px 0;
}

.map-section .button {
    margin: 30px auto 0;
}

.map {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.map img {
    width: 100%;
}

.map .map_item {
    position: absolute;
    background: url(/assets/img/map_item_bg.png) center no-repeat;
    background-size: contain;
    width: 47px;
    height: 57px;
    color: #5c6f24;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
    padding: 7px 3px 0 3px;
    margin-left: -40px;
    margin-top: -60px;
    cursor: pointer;
    border-radius: 50px 38px 60px 10px;
}

.map_item_description {
    position: absolute;
    top: 50px;
    right: 50px;
    background: #ffffff;
    width: 100%;
    max-width: 330px;
    display: none;
    padding: 20px 20px 5px;
    text-align: left;
    z-index: 900;
    margin-top: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-bottom: 10px solid #f9a932;
    overflow: hidden;
}

.map_item_description:before {
    background: #f9a932;
    border-radius: 58%;
    content: '';
    height: 60px;
    position: absolute;
    opacity: 1;
    bottom: -35px;
    left: -25px;
    width: 60px;
    z-index: 2;
}

.map .infr_item_desc_close {
    background: url(/assets/img/map_item_desc_close.png) center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.map .map_item_description .infr_item_desc_img {
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 25px;
    margin-bottom: 5px;
    background-size: contain !important;
}

.map .map_item_description span {
    display: block;
    margin-left: 75px;
    line-height: 48px;
}

.map .map_item_description span b {
    color: #333;
    font-size: 19px;
    line-height: 1.4;
    vertical-align: middle;
    font-weight: 500;
    font-family: "Ubuntu", sans-serif;
    display: inline-block;
    padding-left: 10px;
}

.tab-content ol li:before {
    font-size: 12px;
    top: 0;
    content: counter(item);
}

.sales-info2 a {
    text-decoration: none;
    color: black;
}

.fotorama__nav__frame--dot:last-child {
    _display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/assets/img/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/assets/img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/assets/img/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/assets/img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(/assets/img/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(/assets/img/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

.btn3d_container {width: 300px; height: 100%; float: right; margin: 27px auto 0; text-align: center;}
.btn3d_container img {width: 100px;}

@media (min-width: 1280px){
    header .navigation {
        width: 100%;
    }
}
@media (min-width: 1280px) and (max-width: 1367px){

    header .navigation li:last-child{
        float: right;
        margin-right: 200px;
        margin-left: -200px;
    }
}

@media (min-width: 1367px){
    header .navigation li:last-child{
        float: right;
        margin-right: 335px;
        margin-left: -180px;
    }
}

@media (max-width: 1639px){
    .btn3d_container {display: none;}
}
@media (min-width: 1640px){
    header .navigation li:last-child{
        display: none;
    }
    .btn3d_container {display: block;}
}

.btn3d_container a {
    position: relative;
}

.btn3d_container img{
    width: 100%;
}

.btn3d_container {
    float: right;
    width: 75px;
    margin-right: 2%;
    margin-top: 33px;
}

.text-center {
    text-align: center;
}
.hide {
    display : none;
}

.control.next-tab {
    right: 2%;
}

.control {
    position: absolute;
    top: 45%;
    display: block;
}


span.control i {
    margin: 0;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 10000000;
    cursor: pointer;
}

.control i:before {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.2em solid #555;
    border-top: 0.2em solid #555;
    margin-right: 0.5em;
}

.control.prev-tab i:before {
    transform: rotate(-135deg);
}

.control.next-tab i:before {
    transform: rotate(45deg);
}

#main-page-appartments  .block a {
    text-decoration: none;
    color: inherit;
}