@charset "UTF-8";
.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    position: absolute
}

.irs-hidden-input,
.irs-line,
[tabindex="-1"]:focus {
    outline: 0 !important
}

.breadcrumb,
.dropdown-menu,
.nav,
.pager,
.pbThumbs ul {
    list-style: none
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0
}

.ps__rail-y {
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: .5rem;
    margin: 1rem 0;
    border-radius: 1rem
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-x {
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-y {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px
}

.irs,
.irs-line {
    position: relative;
    display: block
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

.top-section-page {
    padding-top: 160px;
}

.irs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.irs-line {
    overflow: hidden
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    left: 0;
    width: 11%
}

.irs-line-mid {
    left: 9%;
    width: 82%
}

.irs-line-right {
    right: 0;
    width: 11%
}

.irs-bar,
.irs-shadow {
    position: absolute;
    width: 0;
    left: 0
}

.irs-bar {
    display: block
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.irs-shadow {
    display: none
}

.irs-from,
.irs-max,
.irs-min,
.irs-single,
.irs-slider,
.irs-to {
    display: block;
    position: absolute;
    cursor: default
}

.irs-slider {
    z-index: 1
}

.irs-slider.type_last {
    z-index: 2
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-single,
.irs-to {
    top: 0;
    left: 0;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.irs-disabled {
    opacity: .4
}

.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40)
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: -9999 !important;
    background: 0 0 !important;
    border-style: solid !important;
    border-color: transparent !important
}

#pbOverlay,
.pbLoader {
    top: 0;
    left: 0;
    text-align: center
}

/*! Vendor */
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
#pbOverlay *,
#pbOverlay :after,
#pbOverlay :before {
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#pbOverlay.show {
    opacity: 1;
    pointer-events: auto
}

#pbOverlay {
    opacity: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    -moz-user-select: none;
    background: rgba(0, 0, 0, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
    -webkit-transform: translate3d(0);
    transition: opacity .3s ease
}

#pbOverlay.msie {
    background-color: rgba(0, 0, 0, .6)
}

.msie.pbLoading .pbWrapper {
    background: url(https://malinovka.sibvladenia.ru/img/loading.gif) center center no-repeat
}

@keyframes pbLoaderFrames {
    50% {
        height: 5px
    }
}

@-webkit-keyframes pbLoaderFrames {
    50% {
        height: 5px
    }
}

.pbLoader {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    box-shadow: 15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px;
    transition: .3s
}

.pbLoader b,
.pbWrapper > div {
    border-radius: 5px;
    vertical-align: middle
}

.thumbs .pbLoader {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

.pbLoading:not(.msie):not(.error) .pbLoader {
    display: block
}

.pbLoader b {
    display: inline-block;
    margin: 0 2px;
    width: 8px;
    height: 60px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -webkit-animation: .9s pbLoaderFrames infinite linear;
    animation: .9s pbLoaderFrames infinite linear
}

.pbLoader b:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.pbLoader b:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.mobile.pbLoading .pbLoader {
    transform: none;
    transition: 0s
}

#pbCaption .pbThumbs ul:after,
#pbOverlay .pbLoader:before,
#pbOverlay .prevNext:after,
.pbWrapper:after {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

@keyframes deadImage {
    50% {
        text-shadow: 0 0 25px rgba(255, 255, 255, .5);
        transform: scale(.85)
    }
}

@-webkit-keyframes deadImage {
    50% {
        text-shadow: 0 0 25px rgba(255, 255, 255, .5);
        -webkit-transform: scale(.85)
    }
}

.pbWrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(0);
    vertical-align: middle;
    height: 100%;
    perspective: 1200px;
    position: relative;
    transition: .2s
}

.video > .pbWrapper {
    z-index: 11;
    display: inline-block
}

.pbLoading .pbWrapper {
    width: 100%
}

.pbWrapper:before {
    content: '\2716';
    color: transparent;
    text-shadow: 0 2px 35px rgba(255, 255, 255, 0);
    font-size: 0;
    vertical-align: middle;
    cursor: default;
    transition: text-shadow .7s ease-out
}

.error .pbWrapper:before {
    font-size: 22em;
    text-shadow: 0 0 0 #FFF;
    -webkit-animation: 2s 1s deadImage infinite linear;
    animation: 2s 1s deadImage infinite linear
}

.thumbs .pbWrapper {
    padding: 0;
    margin: 0
}

.error .pbWrapperr img {
    width: 0
}

.pbWrapper > div {
    display: none;
    width: 624px;
    height: 351px;
    background: rgba(0, 0, 0, .5)
}

.video > .pbWrapper > div {
    display: inline-block
}

#pbOverlay embed,
#pbOverlay iframe,
#pbOverlay object {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s
}

.pbWrapper .pbHide iframe {
    opacity: 0
}

.pbWrapper > div,
.pbWrapper > img {
    transition: .8s .5s cubic-bezier(.1, .87, .48, 1);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 20px #000
}

.mobile.show .pbWrapper > div,
.mobile.show .pbWrapper > img {
    transition: 30ms
}

.pbHide .pbWrapper > .prepare,
.pbWrapper > * {
    opacity: 1;
    vertical-align: middle;
    transform: scale(0) rotateX(80deg);
    -webkit-transform: scale(0) rotateX(80deg);
    -ms-transform: scale(0) rotateX(80deg);
    border-radius: 6px;
    border: none;
    max-height: 95%;
    max-width: 100%
}

.on .pbWrapper > * {
    transition-delay: 0s
}

.pbWrapper .zoomable {
    -webkit-transition: 0s;
    transition: 0s;
    position: relative;
    z-index: 9
}

.pbHide .pbWrapper > * {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    transition: .4s ease-out
}

#pbAutoplayBtn,
#pbCloseBtn {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: 999;
    display: block;
    padding: 0 0 20px 20px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    transition: .3s .3s ease-out
}

.pbHide #pbCloseBtn {
    top: -50px;
    right: -50px
}

.on #pbCloseBtn {
    top: -2px;
    right: -2px
}

#pbCloseBtn:before {
    content: '\00D7';
    font: 700 1em/1 arial
}

#pbAutoplayBtn:before,
#pbCloseBtn:before {
    display: inline-block;
    height: 35px;
    width: 35px;
    padding: 8px 8px 12px 12px;
    font-size: 2em;
    opacity: .8;
    vertical-align: middle;
    background: rgba(255, 255, 255, .2);
    border-radius: 0 0 0 70px;
    transition: .1s ease-out
}

#pbCloseBtn:hover:before {
    padding: 15px 10px 24px 24px;
    background: rgba(255, 100, 100, .4)
}

#pbAutoplayBtn {
    display: none;
    right: auto;
    left: -50px;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 13px
}

#pbOverlay.thumbs #pbCaption label,
.hasAutoplay #pbAutoplayBtn {
    display: block
}

#pbAutoplayBtn:hover {
    width: 60px;
    height: 60px
}

.on #pbAutoplayBtn {
    top: 0;
    left: 0;
    transition: .1s ease-out
}

#pbAutoplayBtn:before {
    content: '\2016';
    width: 100%;
    height: 100%;
    border-radius: 0 0 70px;
    font-weight: 700;
    padding: 0;
    text-indent: -6px;
    line-height: 1.6
}

#pbAutoplayBtn:active:before {
    text-shadow: 0 0 3px #FFF, 0 0 6px #FFF
}

#pbAutoplayBtn.play:before {
    content: '\25BA'
}

#pbAutoplayBtn .pbProgress {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    padding: 6px;
    top: 0;
    left: 0;
    opacity: .2;
    transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: .3s;
    transition: .3s
}

.mobile #pbAutoplayBtn .pbProgress {
    -webkit-transition: 0s;
    transition: 0s
}

#pbAutoplayBtn.playing .pbProgress {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

#pbAutoplayBtn .pbProgress:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #FFF inset
}

#pbCaption,
.pbHide #pbCaption {
    position: absolute;
    z-index: 999;
    margin-bottom: 5px;
    bottom: -120px;
    width: 100%;
    overflow: hidden;
    transition: .4s
}

.show.on #pbCaption {
    bottom: 0;
    transition-delay: .5s
}

#pbCaption label {
    display: none;
    position: relative;
    z-index: 1;
    top: -5px;
    float: right;
    width: 60px;
    margin-right: 10px;
    color: #FFF;
    opacity: .3;
    transition: .2s;
    cursor: pointer
}

.btn-group > .btn-group,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.swiper-container-no-flexbox .swiper-slide,
.table-reflow thead,
.table-reflow tr {
    float: left
}

#pbCaption label:after {
    background: #FFF;
    box-shadow: 12px 0 #FFF, -12px 0 #FFF;
    content: "";
    display: inline-block;
    height: 0;
    padding: 10px 5px;
    text-align: right;
    vertical-align: top;
    width: 0
}

.pbThumbs li,
.pbThumbs ul:after {
    vertical-align: bottom
}

#pbCaption label:hover {
    opacity: 1
}

#pbCaption .counter,
#pbCaption .title {
    display: inline-block;
    color: #FFF;
    margin: 0 6px
}

#pbCaption .counter {
    display: none;
    opacity: .55
}

.hasCounter #pbCaption .counter {
    display: inline-block
}

.pbCaptionText {
    transition: .3s;
    opacity: .9;
    font-weight: 700;
    font-size: .9em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    padding-left: 60px
}

.pbCaptionText.change {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0
}

.mobile #pbCaption label {
    display: none;
    z-index: -1;
    color: red
}

.mobile .pbCaptionText {
    padding: 0
}

#pbThumbsToggler:checked ~ #pbCaption .pbThumbs {
    margin: 0
}

#pbThumbsToggler:checked ~ .pbWrapper {
    margin-top: -50px;
    padding: 50px 0
}

.pbThumbs {
    display: none;
    transition: .35s;
    -webkit-overflow-scrolling: touch
}

.thumbs .pbThumbs {
    display: block;
    width: 100%;
    padding: 5px 0 2px;
    margin-bottom: -100px;
    overflow: hidden
}

.pbThumbs li,
.pbThumbs ul {
    display: inline-block;
    position: relative
}

.mobile .pbThumbs {
    overflow: auto
}

.pbThumbs:hover {
    clear: both
}

.pbThumbs ul {
    height: 80px;
    padding: 0 5px;
    margin: 0;
    white-space: pre;
    transition: .2s
}

.pbThumbs li {
    height: 70%;
    opacity: .6;
    text-align: center;
    transition: .15s
}

.prevNext b,
img {
    vertical-align: middle
}

.pbThumbs li.active,
.pbThumbs li:hover {
    height: 100%;
    opacity: 1
}

.pbThumbs li.video::before {
    content: '\25BA';
    color: #FFF;
    font-size: 20px;
    height: 20px;
    width: 20px;
    line-height: .9;
    position: absolute;
    bottom: 4px;
    left: 7px;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .4);
    border-radius: 0 3px 0 0;
    pointer-events: none
}

.pbThumbs a {
    height: 100%;
    padding: 0 2px;
    display: block;
    -moz-user-select: none
}

.pbThumbs img {
    height: 96%;
    min-height: 95.9%;
    border: 2px solid #FFF;
    max-width: none;
    border-radius: 0;
    transition: .15s
}

.pbThumbs li:hover img {
    min-height: 96%
}

.pbThumbs li.fast a img {
    transition: none
}

.pbThumbs li.active a img {
    border-color: #D8FF16;
    min-height: 96%
}

#pbOverlay .prevNext {
    display: none;
    background: 0 0;
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 35%;
    padding: 80px 0;
    opacity: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    transition: .2s ease-out;
    text-shadow: 0 0 12px #000, 0 0 10px #FFF;
    user-select: none;
    filter: alpha(opacity=0);
    cursor: pointer
}

#pbOverlay.hasArrows .prevNext {
    display: block
}

#pbOverlay .prevNext.pbHide {
    display: none
}

#pbOverlay.on .prevNext:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

#pbOverlay.on .prevNext:hover:active {
    transition: 80ms;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: 0 0 16px #FFF, 0 0 10px #000
}

.prevNext b {
    display: inline-block;
    transition: .2s ease-in
}

.prevNext:hover b {
    transition: .2s cubic-bezier(.095, .87, .485, .985)
}

#pbPrevBtn b {
    transform: scale(.4) translateX(350px);
    -webkit-transform: scale(.4) translateX(350px)
}

#pbNextBtn b {
    transform: scale(.4) translateX(-350px);
    -webkit-transform: scale(.4) translateX(-350px)
}

#pbNextBtn b:after,
#pbPrevBtn b:before {
    display: inline;
    line-height: .3;
    font-size: 18em;
    font-weight: 400;
    color: #FFF;
    font-family: Arial
}

#pbPrevBtn b:before {
    content: '\2039'
}

#pbNextBtn b:after {
    content: '\203A'
}

.on #pbPrevBtn:hover b {
    transform: scale(1) translateX(20px);
    -webkit-transform: scale(1) translateX(20px)
}

.on #pbNextBtn:hover b {
    transform: scale(1) translateX(-20px);
    -webkit-transform: scale(1) translateX(-20px)
}

.show #pbPrevBtn {
    left: 0;
    text-align: left
}

.show #pbNextBtn {
    right: 0;
    text-align: right
}

@media all and (max-width:700px) {

    .pbHide .pbWrapper img.prepare,
    .pbWrapper img {
        max-height: 100%
    }

    .thumbs .pbWrapper {
        padding: 0;
        margin: 0
    }

    .pbThumbs {
        margin-bottom: -60px
    }

    .pbThumbs.show {
        margin: 0
    }

    .pbThumbs ul {
        height: 50px
    }

    .pbThumbs li {
        height: 100%;
        opacity: 1
    }

    .pbThumbs li img {
        min-height: 96.5%
    }
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

@media all and (max-width:710px) {
    .pbThumbs li.active a img {
        min-height: 96%
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-cube,
.swiper-container-flip,
button {
    overflow: visible
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

caption,
th {
    text-align: left
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

address,
dl,
ol,
p,
pre,
ul {
    margin-bottom: 1rem
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

pre,
textarea {
    overflow: auto
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

img,
legend {
    border: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
    margin-top: 0
}

dd,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin-bottom: .5rem
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

address,
legend {
    line-height: inherit
}

.tooltip,
address {
    font-style: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    resize: vertical
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

label,
output {
    display: inline-block
}

html {
    box-sizing: border-box;
    font-size: 16px;
    -webkit-tap-highlight-color: transparent
}

*,
::after,
::before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

body {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5;
    background-color: #fff
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #818a91
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote,
figure {
    margin: 0 0 1rem
}

a {
    color: #fff;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #818a91;
    caption-side: bottom
}

button,
input,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem
}

input[type=search] {
    box-sizing: inherit;
    -webkit-appearance: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.blockquote,
hr {
    margin-bottom: 1rem
}

.display-1,
.display-2,
.display-3,
.display-4,
.lead {
    font-weight: 300
}

.h1,
h1 {
    font-size: 2.5rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

.h2 {
    font-size: 2rem
}

.h3 {
    font-size: 1.75rem
}

.h4 {
    font-size: 1.5rem
}

.h5 {
    font-size: 1.25rem
}

.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.img-thumbnail,
.table .table {
    background-color: #fff
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.dl-horizontal {
    margin-right: -1.875rem;
    margin-left: -1.875rem
}

.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto
}

.dl-horizontal::after {
    content: "";
    display: table;
    clear: both
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    font-size: 1.40625rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    line-height: 1.5;
    color: #818a91
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

.blockquote-reverse .blockquote-footer::before {
    content: ""
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014"
}

.img-fluid {
    display: block
}

.figure,
.img-thumbnail {
    display: inline-block
}

.img-rounded {
    border-radius: .8rem
}

.img-thumbnail {
    padding: .25rem;
    line-height: 1.5;
    border: 1px solid #ddd;
    border-radius: 1rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.container,
.container-fluid {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.img-circle {
    border-radius: 50%
}

.container-fluid::after,
.container::after,
.row::after {
    display: table;
    content: "";
    clear: both
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #818a91
}

@media (min-width:544px) {
    .container {
        max-width: 576px
    }
}

@media (min-width:820px) {
    .container {
        max-width: 758px
    }
}

@media (min-width:1060px) {
    .container {
        max-width: 1000px
    }
}

.row {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9 {
    position: relative;
    min-height: 1px;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:544px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:820px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1060px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1100px
    }

    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }

    .col-xl-1 {
        width: 8.3333333333%
    }

    .col-xl-2 {
        width: 16.6666666667%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.3333333333%
    }

    .col-xl-5 {
        width: 41.6666666667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7 {
        width: 58.3333333333%
    }

    .col-xl-8 {
        width: 66.6666666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.3333333333%
    }

    .col-xl-11 {
        width: 91.6666666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.3333333333%
    }

    .col-xl-pull-2 {
        right: 16.6666666667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.3333333333%
    }

    .col-xl-pull-5 {
        right: 41.6666666667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.3333333333%
    }

    .col-xl-pull-8 {
        right: 66.6666666667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.3333333333%
    }

    .col-xl-pull-11 {
        right: 91.6666666667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.3333333333%
    }

    .col-xl-push-2 {
        left: 16.6666666667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.3333333333%
    }

    .col-xl-push-5 {
        left: 41.6666666667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.3333333333%
    }

    .col-xl-push-8 {
        left: 66.6666666667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.3333333333%
    }

    .col-xl-push-11 {
        left: 91.6666666667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xl-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-xl-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-xl-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-xl-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1460px) {
    .container {
        max-width: 1400px
    }

    .col-xxl-1,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9 {
        float: left
    }

    .col-xxl-1 {
        width: 8.3333333333%
    }

    .col-xxl-2 {
        width: 16.6666666667%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-4 {
        width: 33.3333333333%
    }

    .col-xxl-5 {
        width: 41.6666666667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.3333333333%
    }

    .col-xxl-8 {
        width: 66.6666666667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10 {
        width: 83.3333333333%
    }

    .col-xxl-11 {
        width: 91.6666666667%
    }

    .col-xxl-12 {
        width: 100%
    }

    .col-xxl-pull-0 {
        right: auto
    }

    .col-xxl-pull-1 {
        right: 8.3333333333%
    }

    .col-xxl-pull-2 {
        right: 16.6666666667%
    }

    .col-xxl-pull-3 {
        right: 25%
    }

    .col-xxl-pull-4 {
        right: 33.3333333333%
    }

    .col-xxl-pull-5 {
        right: 41.6666666667%
    }

    .col-xxl-pull-6 {
        right: 50%
    }

    .col-xxl-pull-7 {
        right: 58.3333333333%
    }

    .col-xxl-pull-8 {
        right: 66.6666666667%
    }

    .col-xxl-pull-9 {
        right: 75%
    }

    .col-xxl-pull-10 {
        right: 83.3333333333%
    }

    .col-xxl-pull-11 {
        right: 91.6666666667%
    }

    .col-xxl-pull-12 {
        right: 100%
    }

    .col-xxl-push-0 {
        left: auto
    }

    .col-xxl-push-1 {
        left: 8.3333333333%
    }

    .col-xxl-push-2 {
        left: 16.6666666667%
    }

    .col-xxl-push-3 {
        left: 25%
    }

    .col-xxl-push-4 {
        left: 33.3333333333%
    }

    .col-xxl-push-5 {
        left: 41.6666666667%
    }

    .col-xxl-push-6 {
        left: 50%
    }

    .col-xxl-push-7 {
        left: 58.3333333333%
    }

    .col-xxl-push-8 {
        left: 66.6666666667%
    }

    .col-xxl-push-9 {
        left: 75%
    }

    .col-xxl-push-10 {
        left: 83.3333333333%
    }

    .col-xxl-push-11 {
        left: 91.6666666667%
    }

    .col-xxl-push-12 {
        left: 100%
    }

    .col-xxl-offset-0 {
        margin-left: 0
    }

    .col-xxl-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xxl-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-xxl-offset-3 {
        margin-left: 25%
    }

    .col-xxl-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-xxl-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-xxl-offset-6 {
        margin-left: 50%
    }

    .col-xxl-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-xxl-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-xxl-offset-9 {
        margin-left: 75%
    }

    .col-xxl-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-xxl-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-xxl-offset-12 {
        margin-left: 100%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem
}

.table td,
.table th {
    padding: .75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef
}

.table tbody + tbody {
    border-top: 2px solid #eceeef
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #eceeef
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover tbody tr:hover {
    background-color: #f5f5f5
}

.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #e8e8e8
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #dff0d8
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #d0e9c6
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #d9edf7
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #c4e3f3
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #faf2cc
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f2dede
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    display: block;
    width: 100%;
    min-height: .01%;
    overflow-x: auto
}

.collapsing,
.embed-responsive,
.modal,
.modal-open,
.navbar-divider {
    overflow: hidden
}

.thead-inverse th {
    color: #fff;
    background-color: #373a3c
}

.thead-default th {
    color: #55595c;
    background-color: #eceeef
}

.table-inverse {
    color: #eceeef;
    background-color: #373a3c
}

.table-inverse.table-bordered {
    border: 0
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: #55595c
}

.table-reflow tbody {
    display: block;
    white-space: nowrap
}

.table-reflow td,
.table-reflow th {
    border-top: 1px solid #eceeef;
    border-left: 1px solid #eceeef
}

.table-reflow td:last-child,
.table-reflow th:last-child {
    border-right: 1px solid #eceeef
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
    border-bottom: 1px solid #eceeef
}

.table-reflow tr td,
.table-reflow tr th {
    display: block !important;
    border: 1px solid #eceeef
}

.form-control,
.form-control-file,
.form-control-range {
    display: block
}

.form-control {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1rem;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

.form-control::placeholder {
    color: #999;
    opacity: 1
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .radio-inline,
.has-success .text-help,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3BC341
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #eceeef;
    opacity: 1
}

.form-control:disabled {
    cursor: not-allowed
}

.form-control-label {
    padding: .375rem .75rem;
    margin-bottom: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 2.4375rem
    }

    .input-group-sm input[type=date].form-control,
    .input-group-sm input[type=time].form-control,
    .input-group-sm input[type=datetime-local].form-control,
    .input-group-sm input[type=month].form-control,
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 1.8625rem
    }

    .input-group-lg input[type=date].form-control,
    .input-group-lg input[type=time].form-control,
    .input-group-lg input[type=datetime-local].form-control,
    .input-group-lg input[type=month].form-control,
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 3.1666666667rem
    }
}

.form-control-static {
    min-height: 2.4375rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    padding: .275rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .5rem
}

.form-control-lg {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.3333333333;
    border-radius: .8rem
}

.form-group {
    margin-bottom: 1rem;
    position: relative
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-bottom: .75rem
}

.checkbox label,
.radio label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox label input:only-child,
.radio label input:only-child {
    position: static
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.checkbox + .checkbox,
.radio + .radio {
    margin-top: -.25rem
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: .75rem
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
input[type=checkbox].disabled,
input[type=checkbox]:disabled,
input[type=radio].disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .609375rem;
    background-size: 1.584375rem 1.584375rem
}

.has-success .form-control {
    border-color: #3BC341
}

.has-success .input-group-addon {
    color: #3BC341;
    border-color: #3BC341;
    background-color: #eaf6ea
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning .text-help,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #f0ad4e
}

.has-success .form-control-success {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==)
}

.has-warning .form-control {
    border-color: #f0ad4e
}

.has-warning .input-group-addon {
    color: #f0ad4e;
    border-color: #f0ad4e;
    background-color: #fff
}

.has-danger .checkbox,
.has-danger .checkbox-inline,
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .radio-inline,
.has-danger .text-help,
.has-danger.checkbox label,
.has-danger.checkbox-inline label,
.has-danger.radio label,
.has-danger.radio-inline label {
    color: #d9534f
}

.has-warning .form-control-warning {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+)
}

.has-danger .form-control {
    border-color: #d9534f
}

.has-danger .input-group-addon {
    color: #d9534f;
    border-color: #d9534f;
    background-color: #fdf7f7
}

.has-danger .form-control-danger {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=)
}

@media (min-width:544px) {

    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }

    .form-inline .form-control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 1rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input[type=button].active.focus,
input[type=button].active:focus,
input[type=button].focus,
input[type=button]:active.focus,
input[type=button]:active:focus,
input[type=button]:focus,
input[type=reset].active.focus,
input[type=reset].active:focus,
input[type=reset].focus,
input[type=reset]:active.focus,
input[type=reset]:active:focus,
input[type=reset]:focus,
input[type=submit].active.focus,
input[type=submit].active:focus,
input[type=submit].focus,
input[type=submit]:active.focus,
input[type=submit]:active:focus,
input[type=submit]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover,
button.focus,
button:focus,
button:hover,
input[type=button].focus,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset].focus,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit].focus,
input[type=submit]:focus,
input[type=submit]:hover {
    text-decoration: none
}

.btn.active,
.btn:active,
button.active,
button:active,
input[type=button].active,
input[type=button]:active,
input[type=reset].active,
input[type=reset]:active,
input[type=submit].active,
input[type=submit]:active {
    background-image: none;
    outline: 0
}

.btn.disabled,
.btn:disabled,
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary,
button,
input[type=button],
input[type=submit] {
    color: #fff;
    background-color: #EB165A;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
button.focus,
button:focus,
button:hover,
input[type=button].focus,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit].focus,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    background-color: #F34079;
    border-color: #3BC341;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle,
.open > button.dropdown-toggle,
.open > input[type=button].dropdown-toggle,
.open > input[type=submit].dropdown-toggle,
button.active,
button:active,
input[type=button].active,
input[type=button]:active,
input[type=submit].active,
input[type=submit]:active {
    color: #fff;
    background-color: #F34079;
    border-color: #3BC341;
    background-image: none
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > button.dropdown-toggle.focus,
.open > button.dropdown-toggle:focus,
.open > button.dropdown-toggle:hover,
.open > input[type=button].dropdown-toggle.focus,
.open > input[type=button].dropdown-toggle:focus,
.open > input[type=button].dropdown-toggle:hover,
.open > input[type=submit].dropdown-toggle.focus,
.open > input[type=submit].dropdown-toggle:focus,
.open > input[type=submit].dropdown-toggle:hover,
button.active.focus,
button.active:focus,
button.active:hover,
button:active.focus,
button:active:focus,
button:active:hover,
input[type=button].active.focus,
input[type=button].active:focus,
input[type=button].active:hover,
input[type=button]:active.focus,
input[type=button]:active:focus,
input[type=button]:active:hover,
input[type=submit].active.focus,
input[type=submit].active:focus,
input[type=submit].active:hover,
input[type=submit]:active.focus,
input[type=submit]:active:focus,
input[type=submit]:active:hover {
    color: #fff;
    background-color: #46291f;
    border-color: #2a1813
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover,
button.disabled.focus,
button.disabled:focus,
button.disabled:hover,
button:disabled.focus,
button:disabled:focus,
button:disabled:hover,
input[type=button].disabled.focus,
input[type=button].disabled:focus,
input[type=button].disabled:hover,
input[type=button]:disabled.focus,
input[type=button]:disabled:focus,
input[type=button]:disabled:hover,
input[type=submit].disabled.focus,
input[type=submit].disabled:focus,
input[type=submit].disabled:hover,
input[type=submit]:disabled.focus,
input[type=submit]:disabled:focus,
input[type=submit]:disabled:hover {
    background-color: #EB165A;
    border-color: #EB165A
}

.btn-secondary,
input[type=reset] {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
input[type=reset].focus,
input[type=reset]:focus,
input[type=reset]:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.active,
.btn-secondary:active,
.open > .btn-secondary.dropdown-toggle,
.open > input[type=reset].dropdown-toggle,
input[type=reset].active,
input[type=reset]:active {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .btn-secondary.dropdown-toggle.focus,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > input[type=reset].dropdown-toggle.focus,
.open > input[type=reset].dropdown-toggle:focus,
.open > input[type=reset].dropdown-toggle:hover,
input[type=reset].active.focus,
input[type=reset].active:focus,
input[type=reset].active:hover,
input[type=reset]:active.focus,
input[type=reset]:active:focus,
input[type=reset]:active:hover {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover,
input[type=reset].disabled.focus,
input[type=reset].disabled:focus,
input[type=reset].disabled:hover,
input[type=reset]:disabled.focus,
input[type=reset]:disabled:focus,
input[type=reset]:disabled:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1f7e9a
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info:disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-success {
    color: #fff;
    background-color: #3BC341;
    border-color: #3BC341
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #2d672d
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled:hover {
    background-color: #3BC341;
    border-color: #3BC341
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #b06d0f
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #8b211e
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-primary-outline {
    color: #EB165A;
    background-image: none;
    background-color: transparent;
    border-color: #EB165A
}

.btn-primary-outline.active,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline:focus,
.btn-primary-outline:hover,
.open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #EB165A;
    border-color: #EB165A
}

.btn-primary-outline.disabled.focus,
.btn-primary-outline.disabled:focus,
.btn-primary-outline.disabled:hover,
.btn-primary-outline:disabled.focus,
.btn-primary-outline:disabled:focus,
.btn-primary-outline:disabled:hover {
    border-color: #bb7c67
}

.btn-secondary-outline {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc
}

.btn-secondary-outline.active,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline:focus,
.btn-secondary-outline:hover,
.open > .btn-secondary-outline.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc
}

.btn-secondary-outline.disabled.focus,
.btn-secondary-outline.disabled:focus,
.btn-secondary-outline.disabled:hover,
.btn-secondary-outline:disabled.focus,
.btn-secondary-outline:disabled:focus,
.btn-secondary-outline:disabled:hover {
    border-color: #fff
}

.btn-info-outline {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de
}

.btn-info-outline.active,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline:focus,
.btn-info-outline:hover,
.open > .btn-info-outline.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.btn-info-outline.disabled.focus,
.btn-info-outline.disabled:focus,
.btn-info-outline.disabled:hover,
.btn-info-outline:disabled.focus,
.btn-info-outline:disabled:focus,
.btn-info-outline:disabled:hover {
    border-color: #b0e1ef
}

.btn-success-outline {
    color: #3BC341;
    background-image: none;
    background-color: transparent;
    border-color: #3BC341
}

.btn-success-outline.active,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline:focus,
.btn-success-outline:hover,
.open > .btn-success-outline.dropdown-toggle {
    color: #fff;
    background-color: #3BC341;
    border-color: #3BC341
}

.btn-success-outline.disabled.focus,
.btn-success-outline.disabled:focus,
.btn-success-outline.disabled:hover,
.btn-success-outline:disabled.focus,
.btn-success-outline:disabled:focus,
.btn-success-outline:disabled:hover {
    border-color: #a3d7a3
}

.btn-warning-outline {
    color: #f0ad4e;
    background-image: none;
    background-color: transparent;
    border-color: #f0ad4e
}

.btn-warning-outline.active,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline:focus,
.btn-warning-outline:hover,
.open > .btn-warning-outline.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.btn-warning-outline.disabled.focus,
.btn-warning-outline.disabled:focus,
.btn-warning-outline.disabled:hover,
.btn-warning-outline:disabled.focus,
.btn-warning-outline:disabled:focus,
.btn-warning-outline:disabled:hover {
    border-color: #f8d9ac
}

.btn-danger-outline {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f
}

.btn-danger-outline.active,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline:focus,
.btn-danger-outline:hover,
.open > .btn-danger-outline.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f
}

.btn-danger-outline.disabled.focus,
.btn-danger-outline.disabled:focus,
.btn-danger-outline.disabled:hover,
.btn-danger-outline:disabled.focus,
.btn-danger-outline:disabled:focus,
.btn-danger-outline:disabled:hover {
    border-color: #eba5a3
}

.btn-link {
    font-weight: 400;
    color: #fff;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #9BCD5C;
    text-decoration: none;
    background-color: transparent
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .75rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.3333333333;
    border-radius: .8rem
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .5rem
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar::after {
    content: "";
    display: table;
    clear: both
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px
}

.btn .caret,
.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: .3em .3em 0
}

.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 .3em .3em
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group::after {
    content: "";
    display: table;
    clear: both
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.nav-inline .nav-item,
.nav-link {
    display: inline-block
}

.collapsing {
    position: relative;
    height: 0;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height;
    transition-property: height
}

.nav {
    padding-left: 0;
    margin-bottom: 0
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #818a91
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
    margin-left: 1rem
}

.nav-pills .nav-item + .nav-item,
.nav-tabs .nav-item + .nav-item {
    margin-left: .2rem
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    border: 1px solid transparent;
    border-radius: 1rem 1rem 0 0
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.active .nav-link,
.nav-tabs .nav-item.active .nav-link:focus,
.nav-tabs .nav-item.active .nav-link:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent
}

.nav-pills::after {
    content: "";
    display: table;
    clear: both
}

.nav-pills .nav-item {
    float: left
}

.nav-pills .nav-link {
    display: block;
    padding: .5em 1em;
    border-radius: 1rem
}

.nav-pills .nav-item.active .nav-link,
.nav-pills .nav-item.active .nav-link:focus,
.nav-pills .nav-item.active .nav-link:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
    color: #fff;
    cursor: default;
    background-color: #EB165A
}

.nav-stacked .nav-item {
    display: block;
    float: none
}

.breadcrumb > li,
.dropdown-menu,
.navbar-brand,
.navbar-nav .nav-item,
.page-link {
    float: left
}

.nav-stacked .nav-item + .nav-item {
    margin-top: .2rem;
    margin-left: 0
}

.navbar-divider,
.navbar-nav .nav-item + .nav-item,
.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar::after {
    content: "";
    display: table;
    clear: both
}

.navbar-full {
    z-index: 1000
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%
}

@media (min-width:544px) {
    .navbar {
        border-radius: 1rem
    }

    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-full,
    .navbar-sticky-top {
        border-radius: 0
    }
}

.navbar-brand {
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem
}

.navbar-divider::before {
    content: "\00a0"
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 1rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

@media (min-width:544px) {
    .navbar-toggleable-xs {
        display: block !important
    }
}

@media (min-width:820px) {
    .navbar-toggleable-sm {
        display: block !important
    }
}

@media (min-width:1060px) {
    .navbar-toggleable-md {
        display: block !important
    }
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .6)
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover {
    color: rgba(0, 0, 0, .8)
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, .075)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover {
    color: #fff
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, .075)
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1.125rem;
    color: #373a3c;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 1rem
}

.dropdown-header,
.dropdown-item {
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    line-height: 1.5
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-item {
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    background: 0 0;
    border: 0
}

.alert-link,
.close {
    font-weight: 700
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EB165A;
    outline: 0
}

.breadcrumb > .active,
.dropdown-header,
.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #818a91
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    font-size: .875rem
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: .3em solid
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.breadcrumb {
    padding: 1rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 1rem
}

.alert,
.pager,
.pagination {
    margin-bottom: 1rem
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both
}

.breadcrumb > li + li::before {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: "/"
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    border-radius: 1rem
}

.page-item {
    display: inline
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #EB165A;
    border-color: #EB165A
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link.current,
.page-link:focus,
.page-link:hover {
    color: #ffffff;
    background-color: #eceeef;
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.3333333333
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .8rem;
    border-top-left-radius: .8rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .8rem;
    border-top-right-radius: .8rem
}

.pagination-sm .page-link {
    padding: .275rem .75rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem
}

.pager {
    padding-left: 0;
    margin-top: 1rem;
    text-align: center
}

.pager::after {
    content: "";
    display: table;
    clear: both
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eceeef
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff
}

.pager-next > a,
.pager-next > span {
    float: right
}

.pager-prev > a,
.pager-prev > span {
    float: left
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 1rem
}

.alert > p,
.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-heading {
    color: inherit
}

.alert-dismissible {
    padding-right: 35px
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c1e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6d5ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7ecb5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9b9
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem
}

.progress[value] {
    color: #EB165A;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 1rem
}

.progress[value]::-webkit-progress-value::before {
    content: attr(value)
}

.progress[value]::-webkit-progress-value {
    background-color: #EB165A;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.progress[value="100"]::-webkit-progress-value {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}

@media screen and (min-width:0\0) {
    .progress {
        background-color: #eee;
        border-radius: 1rem
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem
    }

    .progress[width^="0"] {
        min-width: 2rem;
        color: #818a91;
        background-color: transparent;
        background-image: none
    }

    .progress[width="100%"] {
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem
    }

    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-success[value]::-webkit-progress-value {
    background-color: #3BC341
}

.progress-success[value]::-moz-progress-bar {
    background-color: #3BC341
}

@media screen and (min-width:0\0) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite
    }

    .progress-success .progress-bar {
        background-color: #3BC341
    }

    .progress-info .progress-bar {
        background-color: #5bc0de
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e
}

@media screen and (min-width:0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e
    }

    .progress-danger .progress-bar {
        background-color: #d9534f
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9 {
    padding-bottom: 42.8571428571%
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.embed-responsive-1by1 {
    padding-bottom: 100%
}

.close {
    float: right;
    font-size: 1.6875rem;
    line-height: .7;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    outline: 0
}

.close:active:focus {
    background: 0 0 !important;
    color: #000 !important;
    outline: 0 !important
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.list-group-flush .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

a.list-group-item,
button.list-group-item {
    width: 100%;
    color: #555;
    text-align: inherit
}

.modal-body .c-form-comment,
.modal-header {
    text-align: center
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #818a91
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #EB165A;
    border-color: #EB165A
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #dbb9ad
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: .9em
}

.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    outline: 0;
    -webkit-overflow-scrolling: touch
}

.modal-footer::after,
.modal-header::after {
    display: table;
    content: "";
    clear: both
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1rem solid rgba(0, 0, 0, .2);
    border-radius: 1rem;
    overflow: hidden;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #e5e5e5;
    font-family: "PF Agora Slab Pro", Georgia, "Times New Roman", Times, serif
}

.modal-header .close {
    margin-top: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

.modal-title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 2rem
}

.modal-footer {
    padding: 2rem;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:544px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto
    }

    .modal-sm {
        width: 600px
    }
}

@media (min-width:820px) {
    .modal-lg {
        width: 900px
    }
}

.modal.fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0
}

.modal.fullscreen .modal-dialog .modal-content,
.modal.fullscreen .modal-dialog .modal-content .modal-body {
    width: 100%;
    height: 100%
}

.modal.fullscreen .modal-dialog .close {
    position: absolute;
    top: .5rem;
    right: .5rem
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Gotham Pro", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: .875rem;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,
.tooltip.tooltip-top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bs-tether-element-attached-left .tooltip-arrow,
.tooltip.tooltip-right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.bs-tether-element-attached-top .tooltip-arrow,
.tooltip.tooltip-bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.bs-tether-element-attached-right .tooltip-arrow,
.tooltip.tooltip-left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 1rem
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hidden-xs-up,
.hidden-xxl-down,
.visible-print-block {
    display: none !important
}

.pull-xs-left {
    float: left !important
}

.pull-xs-right {
    float: right !important
}

.pull-xs-none {
    float: none !important
}

@media (min-width:544px) {
    .pull-sm-left {
        float: left !important
    }

    .pull-sm-right {
        float: right !important
    }

    .pull-sm-none {
        float: none !important
    }
}

@media (min-width:820px) {
    .pull-md-left {
        float: left !important
    }

    .pull-md-right {
        float: right !important
    }

    .pull-md-none {
        float: none !important
    }
}

@media (min-width:1060px) {
    .pull-lg-left {
        float: left !important
    }

    .pull-lg-right {
        float: right !important
    }

    .pull-lg-none {
        float: none !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.p-r-0,
.p-x-0 {
    padding-right: 0 !important
}

.p-l-0,
.p-x-0 {
    padding-left: 0 !important
}

.p-t-0,
.p-y-0 {
    padding-top: 0 !important
}

.p-b-0,
.p-y-0 {
    padding-bottom: 0 !important
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.m-t-0,
.m-y-0 {
    margin-top: 0 !important
}

.m-b-0,
.m-y-0 {
    margin-bottom: 0 !important
}

.invisible {
    visibility: hidden !important
}

.text-hide {
    font: "0/0"a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate,
header .player span {
    white-space: nowrap;
    overflow: hidden
}

.text-truncate {
    text-overflow: ellipsis
}

.text-xs-left {
    text-align: left !important
}

.text-xs-right {
    text-align: right !important
}

.text-xs-center {
    text-align: center !important
}

@media (min-width:544px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .hidden-sm-up {
        display: none !important
    }
}

@media (min-width:820px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    .hidden-md-up {
        display: none !important
    }
}

@media (min-width:1060px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .hidden-lg-up {
        display: none !important
    }
}

@media (min-width:1200px) {
    .pull-xl-left {
        float: left !important
    }

    .pull-xl-right {
        float: right !important
    }

    .pull-xl-none {
        float: none !important
    }

    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }

    .hidden-xl-up {
        display: none !important
    }
}

@media (min-width:1460px) {
    .pull-xxl-left {
        float: left !important
    }

    .pull-xxl-right {
        float: right !important
    }

    .pull-xxl-none {
        float: none !important
    }

    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }

    .hidden-xxl-up {
        display: none !important
    }
}

.fa-fw,
.fa-li {
    text-align: center
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-muted {
    color: #818a91
}

.text-primary {
    color: #EB165A !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #F34079
}

.text-success {
    color: #3BC341 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44
}

.text-info {
    color: #5bc0de !important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5
}

.text-warning {
    color: #f0ad4e !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f
}

.text-danger {
    color: #d9534f !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c
}

.bg-inverse {
    color: #eceeef;
    background-color: #373a3c
}

.bg-danger,
.bg-info,
.bg-primary,
.bg-success,
.bg-warning {
    color: #fff !important
}

.bg-faded {
    background-color: #f7f7f9
}

.bg-primary {
    background-color: #EB165A !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #F34079
}

.bg-success {
    background-color: #3BC341 !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44
}

.bg-info {
    background-color: #5bc0de !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5
}

.bg-warning {
    background-color: #f0ad4e !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f
}

.bg-danger {
    background-color: #d9534f !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none
}

.m-r-0,
.m-x-0 {
    margin-right: 0 !important
}

.m-l-0,
.m-x-0 {
    margin-left: 0 !important
}

.m-a-0 {
    margin: 0 !important
}

.m-r-1,
.m-x-1 {
    margin-right: 1rem !important
}

.m-l-1,
.m-x-1 {
    margin-left: 1rem !important
}

.m-t-1,
.m-y-1 {
    margin-top: 1rem !important
}

.m-b-1,
.m-y-1 {
    margin-bottom: 1rem !important
}

.m-a-1 {
    margin: 1rem !important
}

.m-r-2,
.m-x-2 {
    margin-right: 1.5rem !important
}

.m-l-2,
.m-x-2 {
    margin-left: 1.5rem !important
}

.m-t-2,
.m-y-2 {
    margin-top: 1.5rem !important
}

.m-b-2,
.m-y-2 {
    margin-bottom: 1.5rem !important
}

.m-a-2 {
    margin: 1.5rem !important
}

.m-r-3,
.m-x-3 {
    margin-right: 3rem !important
}

.m-l-3,
.m-x-3 {
    margin-left: 3rem !important
}

.m-t-3,
.m-y-3 {
    margin-top: 3rem !important
}

.m-b-3,
.m-y-3 {
    margin-bottom: 3rem !important
}

.m-a-3 {
    margin: 3rem !important
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.p-a-0 {
    padding: 0 !important
}

.p-r-1,
.p-x-1 {
    padding-right: 1rem !important
}

.p-l-1,
.p-x-1 {
    padding-left: 1rem !important
}

.p-t-1,
.p-y-1 {
    padding-top: 1rem !important
}

.p-b-1,
.p-y-1 {
    padding-bottom: 1rem !important
}

.p-a-1 {
    padding: 1rem !important
}

.p-r-2,
.p-x-2 {
    padding-right: 1.5rem !important
}

.p-l-2,
.p-x-2 {
    padding-left: 1.5rem !important
}

.p-t-2,
.p-y-2 {
    padding-top: 1.5rem !important
}

.p-b-2,
.p-y-2 {
    padding-bottom: 1.5rem !important
}

.p-a-2 {
    padding: 1.5rem !important
}

.p-r-3,
.p-x-3 {
    padding-right: 3rem !important
}

.p-l-3,
.p-x-3 {
    padding-left: 3rem !important
}

.p-t-3,
.p-y-3 {
    padding-top: 3rem !important
}

.p-b-3,
.p-y-3 {
    padding-bottom: 3rem !important
}

.p-a-3 {
    padding: 3rem !important
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (max-width:543px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (max-width:819px) {
    .hidden-sm-down {
        display: none !important
    }

    .col-mob-hidden {
        display: none;
    }
}

@media (max-width:1059px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none !important
    }

    .finance .other-projects {
        display: block;
    }
}

@media (max-width:1459px) {
    .hidden-xl-down {
        display: none !important
    }
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

.button,
.fa,
.fa-stack {
    display: inline-block
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(/fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(/fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(/fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h2,
h3 {
    font-weight: 700
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.button,
body,
section {
    position: relative
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

body,
h2 {
    color: #000
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before,
.fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before,
.fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before,
.fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before,
.fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-gavel:before,
.fa-legal:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before,
.fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before,
.fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: ""
}

.fa-eur:before,
.fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-inr:before,
.fa-rupee:before {
    content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: ""
}

.fa-krw:before,
.fa-won:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-rebel:before {
    content: ""
}

.fa-empire:before,
.fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-paper-plane:before,
.fa-send:before {
    content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before,
.fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

/*! Base */
body {
    font-family: "Gotham Pro", Arial, sans-serif;
    background: #fff
}

h2 {
    text-align: left;
    font-family: "PF Agora Slab Pro", Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    line-height: 3.25rem;
    margin: 3rem 0
}

h2.text-center {
    text-align: center
}

.krivodanovo h2,
.sun h2 {
    font-family: "Gotham Pro", Arial, sans-serif
}

header .logo span.title,
header .phones .order a,
header h1 span {
    font-family: "PF Agora Slab Pro", Georgia, "Times New Roman", Times, serif
}

.zhivi header.header-malinovka .logo span.title {
    background: url(https://malinovka.sibvladenia.ru/img/zhivi.png) no-repeat 50% 0;
    background-size: contain;
    height: 70px;
    z-index: 1;
    display: block;
    text-indent: -9999px;
    bottom: -60px;
}

/* быстрые ссылки */
.zhivi header.header-malinovka .quick-links + h1 {
    margin-top: 30px;
}

.quick-links {
    padding-top: 120px;
    text-align: center;
}

.quick-links ul,
.quick-links ul li {
    margin: 0;
    list-style: none;
    list-style-image: none;
    padding: 0;
}

.quick-links ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 8px 7px;
}

.quick-links ul li a,
.quick-links ul li a:visited {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #333333;
    border-bottom: 1px dashed #bababa;
}

.quick-links ul li a.solid {
    border-bottom: 1px solid #bababa;
}

.quick-links ul li a:hover,
.quick-links ul li a:active {
    color: #EB165A;
    border-color: #F98FB1;
}

.quick-links .empty {
    display: none;
}

@media (min-width: 544px) {
    .quick-links {
        text-align: left;
        max-width: 400px;
    }

    .quick-links ul li {
        margin: 0 12px 0 0;
    }
}


@media (min-width: 820px) {
    .quick-links {
        max-width: 100%;
    }
    .quick-links ul li {
        margin-right: 23px;
        margin-bottom: 4px;
    }
}

@media (min-width: 900px) {
    .quick-links {
        white-space: nowrap;
    }
}

@media (min-width: 1200px) {
    .quick-links {
        padding: 38px 0 15px;
    }


    .quick-links {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        max-width: initial;
        top: 65px;
        padding: 0;
    }

    .quick-links ul li.empty {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 220px;
        margin-right: 5%;

    }

    .quick-links ul li {
        margin: 0 2% 0 0;
    }

    .zhivi header.header-malinovka .quick-links + h1 {
        margin-top: 85px;
    }
}

@media (min-width: 1460px) {
    .quick-links ul li {
        margin: 0 4% 0 0;
    }
    .quick-links ul li.empty {
        margin-right: 10%;
    }
}

/* end quicl-links*/

h3 {
    text-align: left;
    font-size: 1.2rem;
    color: #333;
    padding: 1rem 0;
}

.button i,
.c-gallery {
    text-align: center
}

.krivodanovo h3 {
    color: #ffae00
}

.sun h3 {
    color: #50a3f9
}

a,
img,
span,
svg {
    -webkit-transition: .3s;
    transition: .3s
}

img {
    max-width: 100%
}

.map-container * {
    -webkit-transition: 0s;
    transition: 0s
}

section {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden
}

section > .container {
    position: relative;
    height: 100%
}

section.azure {
    background: #f6f6f9;
}

@-webkit-keyframes graph-pulse {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes graph-pulse {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes graph-bg {

    0%,
    100% {
        opacity: .2
    }

    50% {
        opacity: .7
    }
}

@keyframes graph-bg {

    0%,
    100% {
        opacity: .2
    }

    50% {
        opacity: .7
    }
}

.button {
    background: #3BC341;
    color: #fff;
    padding: 13px 2rem;
    border-radius: 2rem;
}

.button i {
    position: absolute;
    left: 5.5px;
    top: 5.5px;
    display: block;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    padding: 8px 0
}

.header-malinovka .button i {
    padding: 10px 0;
}

.button i svg {
    display: inline-block
}

.button i svg path {
    fill: #3BC341;
}

.button:hover {
    color: #FFF;
    background: #5BCE3F;
}

.button.with-icon {
    padding-left: 66px
}

.button span {
    font-size: 1rem
}

.krivodanovo .button {
    background: #57D75C;
    border-color: #57D75C
}

.krivodanovo .button:hover {
    background: #ffae00
}

.krivodanovo .button i svg path {
    fill: #57D75C
}

.sun .button {
    background: #50a3f9;
    border-color: #50a3f9
}

.sun .button:hover {
    background: #fea700
}

.sun .button i svg path {
    fill: #50a3f9
}

a.phone-track,
a.phone-track:hover {
    color: #000;
    text-decoration: none
}

.img-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-perspective: 100px;
    perspective: 100px
}

.img-container .skew {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}

.img-container .caption {
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    z-index: 6;
    font-weight: 700;
    background: 0 0;
    color: #FFF;
    left: 110px;
    text-shadow: 0 0 10px #000;
    border-radius: 1rem;
    padding: .5rem 1rem;
    top: 350px;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.img-container .el1,
.img-container .el2 {
    position: absolute;
    width: 150px;
    height: 150px
}

.img-container .el1 {
    right: 10px;
    top: 50px;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-perspective: 100px;
    perspective: 100px
}

.infra.malinovka .img-container .el1 {
    top: 0;
    z-index: 3;
}

.img-container .el1 .skew {
    border-radius: 1rem;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    top: 50px;
    background: #9CCE7D;
}

.img-container .el1.reverse {
    right: auto;
    left: 0;
    top: 0
}

.operator.tour .img-container .el1.reverse {
    bottom: 70px;
    top: initial;
}

.operator.tour {
    padding-bottom: 40px;
}

.img-container .el1.top0 {
    top: 0
}

.img-container .el2 {
    left: -10px;
    bottom: 40px;
    z-index: 3;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transition: .3s;
    transition: .3s
}

.img-container .el2 .skew {
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
    border-radius: 1rem;
    background: #6CAB6C;
}

.img-container .el2.reverse {
    right: 0;
    left: auto;
    bottom: 40px
}


.operator.malinovka .img-container .el2 {
    top: 80px;
    bottom: initial;
}

.operator.malinovka .img-container .el3 {
    top: 140px;
    bottom: initial;
}

.operator .img-container .subtitle {
    position: absolute;
    bottom: 24px;
    max-width: 335px;

    right: 14%;
    font-size: 15px;
}

.operator.malinovka .img-container .subtitle {
    left: 36px;
    right: 0;
}

.operator .img-container .img {
    margin-top: 0;
}

.operator .form-consult {
    margin-top: 120px;
}

@media (max-width: 1459px) {
    .operator .img-container .subtitle {
        font-size: 14px;
        right: 10%;
        bottom: 90px;
    }

    .operator.malinovka .img-container .subtitle {
        left: 24px;
        bottom: 72px;
        right: initial;
    }
}

.img-container .el2.reverse .skew {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.img-container .el2.download {
    padding: 1rem;
    color: #FFF
}

.img-container .img,
.img-container img {
    position: relative;
    z-index: 2;
    width: 90%;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 100px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(-1deg) translate(0, 0);
    transform: rotateY(-1deg) translate(0, 0);
    border-radius: 2rem;
    margin-bottom: 50px
}

.img-container .img.reverse,
.img-container img.reverse {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    left: 40px;
    -webkit-transform: rotateY(2deg) translate(0, 0);
    transform: rotateY(2deg) translate(0, 0)
}

.img-container .el3 .skew,
.plans .plan .item .text .skew {
    -webkit-transform-origin: right;
    -ms-transform-origin: right
}

.img-container .el3 {
    position: absolute;
    left: 50px;
    bottom: 35px;
    -webkit-perspective: 100px;
    perspective: 100px;
    z-index: 4;
    -webkit-transition: .3s;
    transition: .3s;
    width: 80px;
    height: 80px
}

.img-container .el3 .skew {
    transform-origin: right;
    -webkit-transform: rotateY(-20deg) skewY(0) translate(0, 0);
    transform: rotateY(-20deg) skewY(0) translate(0, 0);
    border-radius: 10px;
    background: #D15C8D;
}

.img-container .el3.reverse {
    right: 60px;
    left: auto;
    bottom: 10px
}

.img-container .el3.reverse .skew {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.malinovka .img-container .caption {
    background: #eb165a;
    color: #FFF;
    text-shadow: none;
}

.krivodanovo .img-container .caption {
    background: #e6a302;
    text-shadow: none;
}


.img-container:hover .caption {
    background: #F34079;
    color: #FFF;
    left: 150px;
    text-shadow: none;
}

.malinovka .img-container:hover .caption {
    background: #F34079;
}




.krivodanovo .img-container:hover .caption {
    background: #ffae00;
}

@media all and (min-width: 1060px) and (max-width: 1199px) {
    .krivodanovo .img-container .caption {
        top: 275px;
    }
}

.vishnya .img-container .caption {
    background: #510524;
    color: #FFF;
    text-shadow: none
}

.vishnya .img-container:hover .caption {
    background: #7c0030;
}



.krivodanovo .img-container .el1 .skew {
    background: #ceedd8
}

.krivodanovo .img-container .el2 .skew {
    background: #57D75C
}

.krivodanovo .img-container .el3 .skew {
    background: #ffae00
}

.sun .img-container .el1 .skew {
    background: #a9d3ff
}

.sun .img-container .el2 .skew {
    background: #50a3f9
}

.sun .img-container .el3 .skew {
    background: #fea700
}

.ya-share-buttons {
    font-size: .875rem;
    position: relative;
    height: 24px;
    margin-bottom: 10px
}

.ya-share-buttons > span {
    float: left;
    margin-right: 10px
}

.ya-share-buttons > div {
    margin-top: -4px;
    float: left
}

.ya-share-buttons > div a {
    border: none
}

.ya-share-buttons > div a .ya-share2__badge {
    background-color: #373a3c;
    border: 1px solid #373a3c;
    border-radius: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.ya-share-buttons > div a:hover .ya-share2__badge {
    border-color: #EB165A;
    background-color: #EB165A
}

form .fa.fa-asterisk {
    font-size: .8em;
    vertical-align: top;
    color: #EB165A
}

.parsley-errors-list {
    margin-bottom: 0
}

.parsley-errors-list,
.parsley-errors-list li {
    list-style: none !important;
    color: #ff3d29 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
}

.parsley-errors-list li:before {
    content: '' !important
}

.files-upload .progress {
    height: 4px;
    border-radius: 0 0 4px 4px;
    width: 160px
}

.files-upload .fileinput-button {
    width: 160px;
    font-size: 14px !important;
    padding: 5px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px 4px 0 0 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important
}

.files-upload input[type=file] {
    opacity: 0
}

.c-gallery a {
    display: inline-block;
    position: relative;
    margin: 1rem;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 1rem;
    /* box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2); */
}

.c-gallery a img,
.c-gallery a:before {
    -webkit-transition: .3s;
    border-radius: 1rem
}

.c-gallery a:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .3s;
    z-index: 2;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 10px 10px rgba(60, 61, 68, 0.2);
}

.c-gallery a img {
    transition: .3s
}

.c-gallery a:hover:before {
    box-shadow: inset 0 0 40px 3px rgba(126, 133, 152, 0.75);
}

.house.sun .c-gallery a:before {
    display: none;
}

.house.sun .c-gallery a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* slider malinovka */
.photoSlider {
    max-width: 816px;
    margin: 0 auto;

}

.photoSlider .item,
.photoSlider .fotorama__stage__shaft,
.photoSlider .fotorama__stage {
    width: 100%;
}

/*.photoSlider .fotorama__stage__frame {
    float: left;
    width: 100% !important;
}

.photoSlider .fotorama__stage__frame img {
    width: 100%;
    height: auto;
}
*/
.photoSlider .item,
.photoSlider .fotorama__nav__frame--thumb {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.photoSlider .fotorama__nav__frame--thumb .fotorama__thumb {
    width: 64px;
    height: 40px;
    overflow: hidden;
    position: relative;

    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.photoSlider .fotorama {
    width: 100%;
}
.photoSlider .fotorama__stage {
    margin-bottom: 14px !important;
    -webkit-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    border-radius: 24px !important;
}

.photoSlider .fotorama__stage img {
    -webkit-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    border-radius: 24px !important;
    overflow: hidden;
}

/*.photoSlider .fotorama__nav--thumbs .fotorama__nav__frame {
    float: left;
}*/

.photoSlider .fotorama__thumb-border {
    display: none;
}

.photoSlider .fotorama__nav__frame--thumb.fotorama__active .fotorama__thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(0deg, rgba(235, 22, 90, 0.4), rgba(235, 22, 90, 0.4));
    background: -moz-linear-gradient(0deg, rgba(235, 22, 90, 0.4), rgba(235, 22, 90, 0.4));
    background: linear-gradient(0deg, rgba(235, 22, 90, 0.4), rgba(235, 22, 90, 0.4));
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

/*.photoSlider .fotorama__stage {
    width: 100% !important;
    height: auto !important;
}*/

.photoSlider .fotorama__arr {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../js/fotorama/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.photoSlider .fotorama__arr:hover {
    opacity: 1;
}
.photoSlider .fotorama__arr--prev.fotorama__arr {
    background-position: 0 0;
    left: 23px;
}
.photoSlider .fotorama__arr--next.fotorama__arr {
    background-position: -32px 0;
    right: 23px;
}

@media all and (max-width: 639px) {
    .photoSlider .fotorama__arr {
        width: 16px;
        height: 16px;
        top: initial;
        margin-top: 0;
        bottom: 16px;
        opacity: 1;
    }

    .photoSlider .fotorama__arr--prev.fotorama__arr {
        background: url('../js/fotorama/controls.png') no-repeat -6px -8px;
        left: 50%;
        margin-left: -20px;
        opacity: 1;
    }

    .photoSlider .fotorama__arr--next.fotorama__arr {
        background: url('../js/fotorama/controls.png') no-repeat -42px -8px;
        right: 50%;
        margin-right: -20px;
        opacity: 1;
    }
}


.fotorama__stage__shaft {
    margin-bottom: 14px;
}

@media all and (min-width: 1060px) {
    .photoSlider {
        width: 816px;
        margin: 0 auto;
    }

    .photoSlider .fotorama__stage.fotorama__pointer {
        width: 816px !important;
        height: 511px !important;
    }
}

/* отзывы */

.reviews-list {
    text-align: center;
}

.reviews-item {
    text-align: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 32px 16px 16px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 8px 24px rgba(70, 68, 60, 0.12);
    -moz-box-shadow: 0px 8px 24px rgba(70, 68, 60, 0.12);
    box-shadow: 0px 8px 24px rgba(70, 68, 60, 0.12);
    border-radius: 24px;
    max-width: 352px;
    margin: 0 auto 16px;

    font-size: 12px;
    line-height: 16px;
}

.reviews-item .name {
    font-size: 20px;
    line-height: 16px;
    color: #272624;
    margin: 0 0 13px;
}

.reviews-item .image {
    position: relative;
    margin: 20px 0 0;
}

.reviews-item .image img {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.reviews-item .image div {
    position: absolute;
    width: 88px;
    height: 88px;
    background: url("/img/icon-play.svg") no-repeat 58% 57% #EB165A;
    border-radius: 50%;
    top: 50%;
    margin-top: -44px;
    left: -32px;
    cursor: pointer;
}

.reviews-item .image div:hover {
    background-color: #FE729F;
}

@media all and (min-width: 640px) {
    .reviews-list {
        margin-left: -16px;
    }

    .reviews-item {
        margin: 0 16px 32px;
    }
}

@media all and (min-width: 1024px) {
    .reviews-item {
        width: 352px;
    }
}


.c-block-form label {
    font-size: .8rem;
    color: #8d8d8d
}

.c-block-form .c-form-comment {
    color: #8d8d8d;
    font-size: 1rem
}

.c-block-form form .fa.fa-asterisk {
    color: #eb165a;
}

.c-block-form input[type=text] {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    color: #000;
    font-size: 1.2rem
}

.c-block-form input[type=checkbox] {
    color: #eee;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    margin: 10px;
}

.c-block-form input[type=checkbox]:before {
    content: ' ';
    cursor: pointer;
    background-color: #FFF;
    background-image: none;
    -webkit-transition: .3s;
    transition: .3s;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -12px;
    left: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    color: #fff;
}

.c-block-form input[type=checkbox]:checked:before {
    fill: #3BC341;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3E%3Cmetadata%3E%3C%3Fxpacket begin='﻿' id='W5M0MpCehiHzreSzNTczkc9d'%3F%3E%3Cx:xmpmeta xmlns:x='adobe:ns:meta/' x:xmptk='Adobe XMP Core 5.6-c142 79.160924, 2017/07/13-01:06:39 '%3E%3Crdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Crdf:Description rdf:about=''/%3E%3C/rdf:RDF%3E%3C/x:xmpmeta%3E%3C%3Fxpacket end='w'%3F%3E%3C/metadata%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %233BC341; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Чек' class='cls-1' d='M282.185,8528.6a0.569,0.569,0,0,1,0-.84l0.861-.84a0.606,0.606,0,0,1,.862,0l0.061,0.06,3.385,3.54a0.3,0.3,0,0,0,.43,0l8.247-8.34h0.061a0.606,0.606,0,0,1,.862,0l0.861,0.84a0.57,0.57,0,0,1,0,.84h0l-9.846,9.96a0.6,0.6,0,0,1-.861,0l-4.8-5.04Z' transform='translate(-282 -8522)'/%3E%3C/svg%3E");
}

.c-block-form .form-agreement {
    padding: 20px 20px 20px 40px;
    font-size: 1rem;
    position: relative
}

.c-block-form .form-agreement a {
    color: #000;
    border-bottom: 1px solid rgba(59, 195, 65, 0.5);
    text-decoration: none;
}

.c-block-form .form-agreement a:hover {
    text-decoration: none;
    color: #3BC341;
}

.krivodanovo .c-block-form form .fa.fa-asterisk {
    color: #57D75C
}

.sun .c-block-form form .fa.fa-asterisk {
    color: #50a3f9
}

.block-header {
    font-size: 1.5rem;
    margin-bottom: 1rem
}

@-webkit-keyframes iosfocus {
    50% {
        background: rgba(237, 229, 2, .3)
    }

    0% {
        background: rgba(255, 255, 255, .5)
    }
}

@keyframes iosfocus {
    50% {
        background: rgba(237, 229, 2, .3)
    }

    0% {
        background: rgba(255, 255, 255, .5)
    }
}

body.iosBugFixCaret.modal-open:not(.user-notify) {
    position: fixed;
    width: 100%
}

body.iosBugFixCaret.modal-open:not(.user-notify) .modal form input:focus {
    -webkit-animation: iosfocus 1s infinite;
    animation: iosfocus 1s infinite;
    -webkit-transition: background .3s;
    transition: background .3s
}

@-webkit-keyframes lds-ball {

    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(.45, 0, .9, .55);
        animation-timing-function: cubic-bezier(.45, 0, .9, .55)
    }

    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 108px);
        transform: translate(0, 108px);
        -webkit-animation-timing-function: cubic-bezier(0, .45, .55, .9);
        animation-timing-function: cubic-bezier(0, .45, .55, .9)
    }
}

@keyframes lds-ball {

    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(.45, 0, .9, .55);
        animation-timing-function: cubic-bezier(.45, 0, .9, .55)
    }

    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 108px);
        transform: translate(0, 108px);
        -webkit-animation-timing-function: cubic-bezier(0, .45, .55, .9);
        animation-timing-function: cubic-bezier(0, .45, .55, .9)
    }
}

.loader {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 0;
    -webkit-transition: height .3s;
    transition: height .3s
}

.loader .lds-ball {
    position: relative;
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: opacity .5s .5s;
    transition: opacity .5s .5s;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    -ms-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px)
}

.loader .lds-ball div {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #EB165A;
    left: 74px;
    top: 20px;
    -webkit-animation: lds-ball 1s linear infinite;
    animation: lds-ball 1s linear infinite;
}

.loader .lds-ball span,
.pagination {
    width: 100%;
    text-align: center
}

.loader .lds-ball span {
    display: block;
    position: absolute;
    bottom: -20px
}

.pagination .page-item,
.sprite,
.top-line a {
    display: inline-block
}

.loader.wait {
    height: 300px
}

.loader.wait .lds-ball {
    opacity: .9
}

.pagination .page-item .page-link {
    display: inline-block;
    border-radius: 50%;
    color: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2rem;
    margin: 0 .5rem;
    border-color: #3BC341;
    box-shadow: inset 0 0 0 #3BC341;
}

.pagination .page-item .page-link:hover {
    box-shadow: inset 0 0 100px #3BC341;
}

.pagination .page-item .page-link.current {
    background: #3BC341;
    color: #FFF;
}

.krivodanovo .pagination .page-item .page-link {
    color: #000;
    border-color: #57D75C;
    box-shadow: inset 0 0 0 #57D75C
}

.krivodanovo .pagination .page-item .page-link:hover {
    box-shadow: inset 0 0 100px #57D75C
}

.krivodanovo .pagination .page-item .page-link.current {
    background: #57D75C;
    color: #FFF
}

.sun .pagination .page-item .page-link {
    color: #000;
    border-color: #50a3f9;
    box-shadow: inset 0 0 0 #50a3f9
}

.sun .pagination .page-item .page-link:hover {
    box-shadow: inset 0 0 100px #50a3f9
}

.sun .pagination .page-item .page-link.current {
    background: #50a3f9;
    color: #FFF
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Bold.eot);
    src: url(/fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Bold.woff) format("woff"), url(/fonts/GothamPro-Bold.ttf) format("truetype"), url(/fonts/GothamPro-Bold.svg#GothamPro-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Medium.eot);
    src: url(/fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Medium.woff) format("woff"), url(/fonts/GothamPro-Medium.ttf) format("truetype"), url(/fonts/GothamPro-Medium.svg#GothamPro-Medium) format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro.eot);
    src: url(/fonts/GothamPro.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro.woff) format("woff"), url(/fonts/GothamPro.ttf) format("truetype"), url(/fonts/GothamPro.svg#GothamPro) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'PF Agora Slab Pro';
    src: url(/fonts/pfagorasanspro-bold.eot);
    src: url(/fonts/pfagorasanspro-bold.eot?#iefix) format("embedded-opentype"), url(/fonts/pfagorasanspro-bold.woff) format("woff"), url(/fonts/pfagorasanspro-bold.ttf) format("truetype"), url(/fonts/pfagorasanspro-bold.svg#PFAgoraSlabPro-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'PF Agora Slab Pro';
    src: url(/fonts/pfagorasanspro-reg.eot);
    src: url(/fonts/pfagorasanspro-reg.eot?#iefix) format("embedded-opentype"), url(/fonts/pfagorasanspro-reg.woff) format("woff"), url(/fonts/pfagorasanspro-reg.ttf) format("truetype"), url(/fonts/pfagorasanspro-reg.svg#PFAgoraSlabPro-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'PF Agora Slab Pro';
    src: url(/fonts/subset-PFAgoraSlabPro-Italic.eot);
    src: url(/fonts/subset-PFAgoraSlabPro-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/subset-PFAgoraSlabPro-Italic.woff2) format("woff2"), url(/fonts/subset-PFAgoraSlabPro-Italic.woff) format("woff"), url(/fonts/subset-PFAgoraSlabPro-Italic.ttf) format("truetype"), url(/fonts/subset-PFAgoraSlabPro-Italic.svg#PFAgoraSlabPro-Italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Black.eot);
    src: url(/fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Black.woff) format("woff"), url(/fonts/GothamPro-Black.ttf) format("truetype"), url(/fonts/GothamPro-Black.svg#GothamPro-Black) format("svg");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-MediumItalic.eot);
    src: url(/fonts/GothamPro-MediumItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-MediumItalic.woff) format("woff"), url(/fonts/GothamPro-MediumItalic.ttf) format("truetype"), url(/fonts/GothamPro-MediumItalic.svg#GothamPro-MediumItalic) format("svg");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-BlackItalic.eot);
    src: url(/fonts/GothamPro-BlackItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-BlackItalic.woff) format("woff"), url(/fonts/GothamPro-BlackItalic.ttf) format("truetype"), url(/fonts/GothamPro-BlackItalic.svg#GothamPro-BlackItalic) format("svg");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Italic.eot);
    src: url(/fonts/GothamPro-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Italic.woff) format("woff"), url(/fonts/GothamPro-Italic.ttf) format("truetype"), url(/fonts/GothamPro-Italic.svg#GothamPro-Italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-LightItalic.eot);
    src: url(/fonts/GothamPro-LightItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-LightItalic.woff) format("woff"), url(/fonts/GothamPro-LightItalic.ttf) format("truetype"), url(/fonts/GothamPro-LightItalic.svg#GothamPro-LightItalic) format("svg");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-Light.eot);
    src: url(/fonts/GothamPro-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-Light.woff) format("woff"), url(/fonts/GothamPro-Light.ttf) format("truetype"), url(/fonts/GothamPro-Light.svg#GothamPro-Light) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'PF Agora Slab Pro';
    src: url(/fonts/subset-PFAgoraSlabPro-BoldItalic.eot);
    src: url(/fonts/subset-PFAgoraSlabPro-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/subset-PFAgoraSlabPro-BoldItalic.woff2) format("woff2"), url(/fonts/subset-PFAgoraSlabPro-BoldItalic.woff) format("woff"), url(/fonts/subset-PFAgoraSlabPro-BoldItalic.ttf) format("truetype"), url(/fonts/subset-PFAgoraSlabPro-BoldItalic.svg#PFAgoraSlabPro-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/GothamPro-BoldItalic.eot);
    src: url(/fonts/GothamPro-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/GothamPro-BoldItalic.woff) format("woff"), url(/fonts/GothamPro-BoldItalic.ttf) format("truetype"), url(/fonts/GothamPro-BoldItalic.svg#GothamPro-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic
}

.sprite {
    background-image: url(https://malinovka.sibvladenia.ru/img/spritesheet.png);
    background-repeat: no-repeat
}

.pic-house_sun {
    background-position: -706px 0;
    width: 640px;
    height: 500px
}

.pic-krivodanova {
    background: url("https://malinovka.sibvladenia.ru/img/logo-krivodanova.svg") no-repeat 50% 50%;
    /*background: url("https://malinovka.sibvladenia.ru/img/logo_krivodanova.jpg") no-repeat 50% 50%;*/
    background-size: contain;
    width: 150px;
    height: 90px
}

.pic-malinovka {
    background-position: 0 -633px;
    width: 122px;
    height: 85px
}

.pic-operator {
    background-position: 0 0;
    width: 705px;
    height: 632px
}

.pic-rosreestr {
    background-position: -825px -501px;
    width: 216px;
    height: 50px
}

.pic-sber {
    background-position: -1042px -501px;
    width: 196px;
    height: 48px
}

.pic-sibvl {
    background-position: -706px -501px;
    width: 118px;
    height: 120px
}

.pic-sun-logo {
    /*background-position: -123px -633px;
    width: 124px;
    height: 76px*/
    background: url(https://malinovka.sibvladenia.ru/img/logo_sun.png) no-repeat 50% 100%;
    width: 150px;
    height: 76px;
    background-size: contain;
}

.pic-zapsib {
    background-position: -825px -552px;
    width: 200px;
    height: 45px
}

/*! Main / Layouts */
section.header {
    padding: 1rem 0
}

.top-line {
    background: #ffffff;
    position: absolute;
    z-index: 4;
    width: 100%;
    color: #9BCD5C;
}

.top-line .container {
    position: relative
}

.top-line a {
    font-size: 14px;
    color: #333;
    line-height: 4;
}

.top-line .left a {
    margin-left: 2rem
}

.top-line .left a img {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 3px;
}

.top-line .right {
    position: absolute;
    right: 0;
    top: 0
}

.top-line .right a {
    /* margin-right: 2rem */
    margin-right: 1rem
}
@media all and (max-width: 1460px){
    .top-line .right a {margin-right: 1.5rem}
}

.top-line .right span {
    color: #eb165a;
    font-size: 14px;
}

@-webkit-keyframes ray_anim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ray_anim {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

header {
    position: relative;
    color: #333;
    background: #ecf5ff;
    overflow: hidden;
}

header.krivodanovo,
header.sun {
    background: #ecf5ff;
    padding-bottom: 6rem
}

header .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://malinovka.sibvladenia.ru/img/m_bg.jpg) center bottom no-repeat;
}

header.header-malinovka .bg {
    background: url(https://malinovka.sibvladenia.ru/img/bg_malinovka.png) center bottom no-repeat;
}

header .container,
header .logo {
    position: relative
}

@media (max-width:1459px) {
    header .bg {
        left: 140px;
        padding-right: 100px
    }
}

@media (max-width:1199px) {
    header .bg {
        left: 200px;
        padding-right: 150px
    }
}

@media (max-width: 543px) {
    header .bg {
        display: none
    }
}

header .bg.mbg-1 {
    background: url(/img/m_bg_1.jpg) center bottom no-repeat
}

header .bg.mbg-2 {
    background: url(/img/m_bg_2.jpg) center bottom no-repeat
}

header .bg.mbg-3 {
    background: url(/img/m_bg_3.jpg) center bottom no-repeat
}

header .bg.mbg-4 {
    background: url(/img/m_bg_4.jpg) center bottom no-repeat
}

header.krivodanovo .bg {
    background: url(/img/bg_kriv_04.png) center bottom no-repeat
}

header.krivodanovo.lrk-1 .bg {
    background: url(/img/lrk_bg_1.jpg) center bottom no-repeat
}

header.krivodanovo.lrk-2 .bg {
    background: url(/img/lrk_bg_2.jpg) center bottom no-repeat
}

header.krivodanovo.lrk-3 .bg {
    background: url(/img/lrk_bg_3.jpg) center bottom no-repeat
}

header.krivodanovo.lrk-4 .bg {
    background: url(/img/lrk_bg_4.jpg) center bottom no-repeat
}

header.sun .bg {
    background: url(/img/sun_bg.jpg) center center no-repeat
}

header.sun.sun-1 .bg {
    background: url(/img/sun_bg_1.jpg) center bottom no-repeat
}

header.sun.sun-2 .bg {
    background: url(/img/sun_bg_2.jpg) center bottom no-repeat
}

header.sun.sun-3 .bg {
    background: url(/img/sun_bg_3.jpg) center bottom no-repeat
}

header.sun.sun-4 .bg {
    background: url(/img/sun_bg_4.jpg) center bottom no-repeat
}

header .logo {
    display: block;
    width: 220px;
    height: 90px;
    margin: 0 auto;
    z-index: 9;
    text-align: center
}

header .logo .logo-shadow {
    position: absolute;
    display: block;
    width: 160px;
    margin-left: 30px;
    height: 60px;
    box-shadow: 0 0 100px rgba(0, 0, 0, .7)
}

header .logo svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

header .logo span.title {
    position: absolute;
    left: 0;
    bottom: -2rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: .9rem;
    font-weight: 100;
    color: #3b471c
}

header .logo span.pic-krivodanova,
header .logo span.pic-malinovka,
header .logo span.pic-sun-logo {
    position: relative;
    z-index: 3
}

header .logo:hover svg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

header .phones {
    position: absolute;
    top: 130px;
    right: 0;
    width: 560px;
    height: 2px;
}


header.header-malinovka .phones {
    top: 130px;
}

@media (max-width:1459px) {
    header .phones {
        width: 100%
    }
}

@media all and (max-width: 1024px) {
    header.header-malinovka .phones {
        top: 170px;
    }

    .quick-links {
        padding-top: 170px;
    }

    header.sun .quick-links {
        padding-top: 105px;
    }

    header.header-malinovka h1 {
        margin-top: 100px;
    }

    header.header_vishnya .phones {
        top: 95px;
    }
}

header .phones .order {
    display: block;
    position: absolute;
    font-size: 1rem;
    top: 0;
    left: 0;
    color: #8d8d8d
}

header .phones .order div{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 10px;
    vertical-align: middle;
}

header .phones .order .social-btns a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 6px;
}

header .phones .order .social-btns a.link-viber {
    background-color: #59267C;
}

header .phones .order .social-btns a.link-whatsapp {
    background-color: #25D366;
}

header .phones .order .social-btns a svg {
    vertical-align: middle;
}


header .phones .order a {
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 1.3rem
}

@media (max-width:543px) {
    header .phones .order span {
        display: none
    }

    header.header-malinovka .phones .order span,
    header.header_vishnya .phones .order span {
        display: inline
    }

    header.header-malinovka .phones .order {
        position: absolute;
        top: 15px;
        text-align: center;
        left: 0;
        right: 0;
    }

    header.header_vishnya .phones .order {
        position: absolute;
        top: 40px;
        text-align: center;
        left: 0;
        right: 0;
    }

    .zhivi header.header-malinovka .phones .order {
        top: 25px;
    }

    header.header-malinovka .phones .order a.phone-track,
    header.header_vishnya .phones .order a.phone-track {
        font-size: 18px;
        color: #EB165A;
        font-family: inherit;
        font-weight: 700;
    }

    header.header-malinovka .phones .order a.phone-track {
        display: block;
        margin: 20px 0;
        text-align: center;
    }

    header.header-malinovka .quick-links {
        padding-top: 220px;
    }

    header.header-malinovka .phones .order .social-btns + div {
        display: block;
    }

    header .phones .order .social-btns a {
        padding: 0;
        margin: 0 6px;
        width: 56px;
        height: 56px;
        line-height: 53px;
    }

    header .phones .order .social-btns a.link-viber svg {
        width: 31px;height: auto;
    }

    header .phones .order .social-btns a.link-whatsapp svg {
        width: 33px;height: auto;
    }

    header .phones .order .social-btns a.with-icon {
        background: #25D366;
        padding: 3px;
    }

    header .phones .order .social-btns a.with-icon i {
        display: block;
        height: 100%;
        background: #fff;
        border-radius: 50%;
        line-height: 44px;
    }

    header .phones .order .social-btns a.with-icon svg {
        width: 32px;
    }

    header.header-malinovka .phones {
        top: 155px;
    }
}

header .phones .order-btn {
    display: block;
    top: 0;
    right: 0;
    position: absolute
}

@media (min-width:544px) and (max-width:819px) {
    header .phones .order a {
        font-size: 1.1rem
    }

    header .phones .order-btn {
        padding: 9px 1.5rem 9px 60px
    }

    header .phones .order-btn span {
        font-size: .75rem;
        line-height: 1rem;
        display: inline-block;
        width: 80px;
        text-align: center
    }
}

@media (max-width:543px) {
    header .phones .order-btn {
        padding: 27px;
        right: .5rem
    }

    header .phones .order-btn span {
        display: none
    }
}

header .player {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 390px;
    left: 530px;
    width: 100px;
    height: 120px;
    -webkit-perspective: 100px;
    perspective: 100px
}

@media (min-width: 1060px) {
    header.krivodanovo .player {
        margin-top: 120px;
    }
}


.player-block img {
    display: none;
}

@media (max-width:1459px) {
    header .player {
        left: 530px
    }
}

@media (min-width:1060px) and (max-width:1199px) {
    header .player {
        top: 350px
    }
}

@media (max-width:1059px) {
    header .player {
        left: auto;
        right: 80px;
        top: 430px
    }
}

@media (max-width:819px) {
    header .player {
        top: 380px
    }
}

@media (max-width:543px) {
    header .player {
        top: 0;
        position: relative;
        left: 0;
        margin: 0 auto
    }

    header .player-block .player {
        top: 50%;
        left: 50%;
        margin: -49px 0 0 -50px;
        position: absolute;
    }

    header .player-block {
        min-height: 220px;
        text-align: right;
        position: relative;
        padding: 14px 0 0;
        margin-left: -.9375rem;
        margin-right: -.9375rem;
        text-align: right;
        margin-bottom: 49px;
    }

    header .player-block img {
        display: inline;
        /*opacity: 0;*/
        width: 100%;
        height: auto;
        min-width: 320px;
    }
}

header .player .player-bg {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
    width: 120px;
    background: #CC0000;
    border-radius: 1rem;
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    height: 120px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width:543px) {
    header .player .player-bg {
        left: -100%
    }
}

header .player .circle {
    position: absolute;
    z-index: 12;
    top: 30px;
    left: 20px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width:543px) {
    header .player .circle {
        left: -70%
    }
}

header .player .circle:before {
    content: ' ';
    position: absolute;
    top: 21px;
    left: 29px;
    display: block;
    width: 1px;
    height: 1px;
    border: 8px solid transparent;
    border-left: 10px solid #CC0000;
}

header .player span {
    position: absolute;
    z-index: 11;
    left: 50px;
    top: 30px;
    display: block;
    width: 0;
    padding: 1rem 0;
    text-align: right;
    font-size: 1.2rem;
    color: #000;
    background: #FFF;
    border-radius: .5rem;
    box-shadow: 0 0 40px rgba(0, 0, 0, .4);
    -webkit-transition: .3s 0s;
    transition: .3s 0s
}

@media (max-width:1059px) {
    header .player span {
        top: 100px;
        width: 200px;
        padding: 1rem;
        left: -55px;
        white-space: normal;
        text-align: center;
        box-shadow: 0 0 40px rgba(0, 0, 0, .2)
    }
}

@media (max-width:543px) {
    header .player span {
        top: 15px;
        position: relative;
        left: 10px
    }

    header h1 strong {
        text-align: center
    }
}

@media (min-width:820px) {
    header .player:hover .player-bg {
        top: 15px;
        left: -15px;
        height: 90px;
        -webkit-transform: rotateY(-10deg);
        transform: rotateY(-10deg)
    }

    header .player:hover .circle {
        box-shadow: 0 0 30px rgba(0, 0, 0, .5)
    }

    header .player:hover span {
        width: 350px;
        padding: 1rem;
        left: 110px;
        -webkit-transition: .8s .5s;
        transition: .8s .5s
    }
}

@media (min-width:820px) and (max-width:1059px) {
    header .player:hover span {
        width: 200px;
        padding: 1rem;
        left: -55px;
        box-shadow: 0 0 60px rgba(0, 0, 0, .5)
    }
}

header.krivodanovo .player .player-bg {
    background: #ffae00
}

header.krivodanovo .player .circle:before {
    border-left-color: #57D75C
}

header.sun .player .player-bg {
    background: #50a3f9
}

header.sun .player .circle:before {
    border-left-color: #50a3f9
}

header h1 {
    text-align: left;
    max-width: 50%;
    margin: 140px 0 20px
}

@media (max-width:1059px) {
    header h1 {
        max-width: 100%;
    }

    header.header_vishnya h1 {
        margin-top: 65px;
    }

    header.header_vishnya .quick-links {
        padding-top: 115px;
    }

    header.krivodanovo h1 {
        margin-top: 75px;
    }
}

@media (min-width:1060px) and (max-width:1199px) {
    header h1 {
        margin-top: 70px
    }
}

@media (max-width:819px) {
    header h1 {
        margin-top: 80px
    }
    .zhivi header.header-malinovka h1 {
        margin-top: 110px;
    }
    header.sun h1 {
        max-width: 100% !important;
    }

}

header.header-malinovka .phones .order .social-btns a.with-icon {
    display: none;
}

@media (max-width: 543px) {
    header.header-malinovka h1 {
        margin-top: 100px;
    }
    header.header_vishnya h1 {
        margin-top: 38px;
    }

    .zhivi header.header-malinovka h1 {
        margin-top: 40px;
    }

    .header-malinovka .phone-track {
        display: none;
    }

    .header-malinovka .order + .button {
        display: none;
    }

    .header-malinovka .social-btns .order-btn{
        display: inline-block;
    }

    header.header-malinovka .phones .order .social-btns a.with-icon {
        display: inline-block;
    }


    header .phones .order div {
        margin-right: 0;
    }

}

header h1 strong {
    font-weight: 400;
    display: block;
    font-size: 1.4rem;
    padding-bottom: 1rem;
    /*color: #8d8d8d*/
    color: #333333;
}
header.sun h1 strong {
    color: #1d1d1d;
    line-height: 1.8rem;
}

header h1 span {
    font-size: 50px;
    font-weight: 300
}

header h1 span u {
    text-decoration: line-through;
    color: #333;
    opacity: 0.8;
    font-size: .8em;
}

@media (max-width:1199px) {

    header.sun h1 {
        max-width: 55%;
    }
    header h1 span {
        font-size: 40px
    }
}

@media (max-width:543px) {
    header h1 span {
        font-size: 30px;
        text-align: center;
        display: block
    }
}

header .sub-header {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: left;
    margin-bottom: 40px;
    max-width: 50%;
    color: #8d8d8d
}

header.header-malinovka .sub-header {
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 400px;
    color: #767676;
}

@media (max-width:1059px) {
    header .sub-header {
        /*max-width: 100%*/
        max-width: 410px;
    }
}

@media (max-width:543px) {
    header .sub-header,
    header.header-malinovka .sub-header {
        text-align: center;
        max-width: 100%
    }
}

header .sub-header span {
    display: block
}

header .sub-krivodanovo,
header .sub-sun {
    max-width: 500px;
    min-height: 340px;
    font-size: 1.2rem;
    color: #8d8d8d;
    line-height: 2.5rem
}

header .benefits + .sub-krivodanovo {
    min-height: auto;
}

header.krivodanovo .benefits {
    margin-bottom: 0;
}

header .sub-krivodanovo .button,
header .sub-sun .button {
    display: inline-block;
    margin: 2rem 0
}

header .sub-krivodanovo .order-block .button {
    margin: 0;
}

header .sub-krivodanovo .button i,
header .sub-sun .button i {
    width: 54px;
    height: 54px
}

.benefits {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 40px;
    max-width: 50%;
    position: relative
}

.order-block {
    margin-bottom: 70px;
}

.benefits.krivodanovo,
.benefits.sun {
    max-width: 100%;
    color: #252525;
    margin: 50px 0
}

.benefits.krivodanovo .item i,
.benefits.sun .item i {
    top: 1.125rem
}

.benefits.krivodanovo .item span,
.benefits.sun .item span {
    margin: 2.25rem 0
}

.benefits i {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #c8d4d1
}

@media (max-width:819px) {
    .benefits i {
        width: 50px;
        height: 50px
    }

    .benefits.krivodanovo .item i {
        top: -0.5rem !important;
    }
}

@media (max-width:543px) {
    .benefits {
        text-align: center;
        margin: 0 !important;
    }

    .benefits i {
        position: relative;
        display: block;
        margin: 0 auto
    }

    .order-block {
        text-align: center;
    }
}

.benefits i svg {
    display: block;
    margin: 19px auto;
    width: 35px;
    height: 35px
}

.benefits i img {
    transform: translate(10px, 10px);
}

@media (max-width:819px) {
    .benefits i svg {
        width: 20px;
        height: 20px;
        margin: 13px auto
    }

    .benefits i img {
        width: 25px;
        margin: 13px auto;
        transform: translate(11px, -1px);

        position: absolute;
        left: 50%;
        margin-left: -23px;
    }
}

.benefits i svg path,
.benefits i svg polygon,
.benefits i svg rect {
    fill: #4c4f5d;
}

.benefits.krivodanovo i svg path {
    fill: #ffae00
}

.benefits.sun i svg path {
    fill: #fea700
}

.benefits span {
    padding-left: 90px;
    margin: 10px 0 30px;
    display: block;
    font-weight: 500
}

@media (max-width:819px) {
    .benefits span {
        padding-left: 55px;
        font-size: 1rem
    }
    header.header-malinovka .sub-header {
        font-size: 1rem;
    }
}

@media (max-width:543px) {
    .benefits span {
        padding-left: 0
    }
}

.links {
    position: fixed;
    z-index: 99;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
    bottom: 0;
    left: 60px;
    padding: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.links a {
    display: inline-block;
    background: #EEE;
    border-radius: 1rem;
    font-size: 1.2rem;
    border-bottom: 1px dotted transparent;
    padding: 1rem
}

.links a:before {
    content: 'Отдел продаж: '
}

@media (max-width:819px) {
    .links a {
        display: none
    }
}

.house .row > div,
.scroll-to-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.links.malinovka a:hover {
    background: #EB165A;
    color: #FFF
}

.links.krivodanovo a:hover {
    background: #ffae00;
    color: #000
}

.links.sun a:hover {
    background: #50a3f9;
    color: #000
}

.scroll-to-top,
.scroll-to-top:active,
.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff;
    text-decoration: none
}

section.footer {
    padding-top: 30px
}

section.footer .menu-column-header {
    font-weight: 700
}

section.footer ul {
    padding: 0;
    font-size: .9rem
}

section.footer ul li {
    list-style: none;
    font-weight: 400
}

.scroll-to-top {
    position: fixed;
    bottom: 8px;
    left: 20px;
    width: 60px;
    height: 61px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .75rem;
    border: 1px solid #EB165A;
    background: #EB165A;
    text-align: center;
    border-radius: 50% 0 0 50%;
    text-transform: uppercase
}

.scroll-to-top:after,
.scroll-to-top:before {
    display: block;
    position: absolute;
    width: 2px;
    height: 20px;
    background: #FFF;
    top: 19px;
    z-index: 11;
    content: ' '
}

.scroll-to-top:before {
    left: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg)
}

@media (max-width:819px) {
    .scroll-to-top {
        border-radius: 50%
    }

    .scroll-to-top:before {
        left: 23px
    }
}

.scroll-to-top:after {
    left: 31px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

@media (max-width:819px) {
    .scroll-to-top:after {
        left: 34px
    }
}

.scroll-to-top:active:before,
.scroll-to-top:focus:before,
.scroll-to-top:hover:before {
    height: 25px;
    z-index: 11;
    top: 15px;
    left: 20px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.scroll-to-top:active:after,
.scroll-to-top:focus:after,
.scroll-to-top:hover:after {
    height: 25px;
    z-index: 11;
    top: 15px;
    left: 32px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

section.copyright {
    padding: 1rem 0;
    background: #4c4f5d;
    color: #FFF;
}

/*! Slices */
@-webkit-keyframes netoria-href {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes netoria-href {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.netoria {
    padding: 0;
    margin: 0
}

.netoria .netoria-tooltip {
    cursor: pointer;
    color: #D62918;
    display: inline;
    position: relative;
    z-index: 10
}

.netoria .netoria-tooltip::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.netoria .netoria-tooltip .netoria-tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 200px;
    left: 0;
    bottom: 100%;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
    color: #FFF;
    background: 0 0;
    opacity: 0;
    margin: 0 0 10px -80px;
    cursor: default;
    pointer-events: none;
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity .3s .3s;
    transition: opacity .3s .3s
}

.leaflet-clickable,
.map-hide,
.map-priview .open-map,
.tabs .tab {
    cursor: pointer
}

.netoria .netoria-tooltip .netoria-tooltip-content::after {
    content: '';
    bottom: -20px;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #D62918 transparent transparent;
    border-width: 10px;
    margin-left: -10px
}

.netoria .netoria-tooltip .netoria-tooltip-content span {
    display: block
}

.netoria .netoria-tooltip .netoria-tooltip-content .netoria-tooltip-text {
    border-bottom: 10px solid #D62918;
    overflow: hidden;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s
}

.netoria .netoria-tooltip .netoria-tooltip-content .netoria-tooltip-text .netoria-tooltip-inner {
    background: rgba(30, 30, 30, .9);
    padding: 20px 5px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    webkit-transition: -webkit-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.netoria .netoria-tooltip .netoria-tooltip-content .netoria-tooltip-text .netoria-tooltip-inner .netoria-tooltip-logo {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADMCAYAAAA2yeyIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NERTk5MTQxMkEwMTFFNkJGQjJDRDc2NDBEMjYxMzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NERTk5MTUxMkEwMTFFNkJGQjJDRDc2NDBEMjYxMzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0RFOTkxMjEyQTAxMUU2QkZCMkNENzY0MEQyNjEzNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0RFOTkxMzEyQTAxMUU2QkZCMkNENzY0MEQyNjEzNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoHwCioAACZ8SURBVHja7F0HnBT19X8zW69xDQ6kiKAEUcQeo6ZpGiggwYZoRKKxYAUVxJoYWzRqbLHGGKOxxQYajUn+akyisWGLIkjvHMfdcXVvd2b+7838Fpa93Z2yM9vuffm8D3u7U3+/33de+b3fG6l52B7AsAZZyKKeCGxWFAhLUs7O3aVpMNzvh70CQf1zAaEC5RyUR1C2lGKfMxjZ4Dcol5QiOZggRQTSGZL+r6AwA+UMlHWlbDUwigABlBZVgU40r3yFcUnfFGYVIcoEYeS3o9DfiSA5YiiSlHc9MgLl5b7idzKKwsQyNIdOjvz66EGUF1H6MUEYjN4gcuzTV27WL3GHW4ZUmI5yLnE/yvi+dMN+lce9LaigHRXVtPFIkgv62K1fhnJmX+tvv1JYk04F7gdAFf53X7eqDkOCLMHPd/eRWz8R5ca+2Ofsg9jDQlmCYT2aipoE7kKSTOkD93wYypN9tcOZINbxEMp3ZPRAkCAahVtlSfozfjeuhO95EMrzfbnTmSDWcCXK6UaDSRr6IEQSajyKvL4kBlKpgeYm/4LSwARhZMLJKL+M/0HTECoSBP0QffIOMUyQpNTa8mmU/ft65zNBMoPSKR7r/bVuZkFCfONAlGdK6L5vh77hXzFBsgCtA1iYrtEiqEEU0BLnRKai/LoE7vtilIu4+5kgmRAGI9eoJmWjoWlFfkh0h5mVOLjOLeL7PqZESM4E8RgUuflapkaLoYnVo2fW9ppXp7mRHxbhPR+E8ix3PRPEDA+ChXQK9EAgoqXNQ1iAsncR3fNAEWjwcfczQTJhNhgLgExBGVkRVUmXWBsSJKktkvt+TpCEwQRJC0qnuM16w8XXZ6jpGnGkIEmhgyY7D+PuZ4JkwsFgM53Ch65HFMlBIqdfwERh4scL+L4pv+pY7n4mSCYMc/KkJxOLEj1Ji8iZE+Cno9xQgPdNlUgu4+5ngmQCrY6jcK7jVBGaD7GwQGQ+yswCuu+jUX7Lw58JYsX+3sd54xkz6pR6YmER1cMoPyiAe6b75XAuE8QUd6BMyqrxkBU9qqpPGlospECEHOHoZJqxHt0Hxvp0h6CoGoVzQzz0mSCZQKkUF2TfeMaMOmkRixMIVOjgFZRq2z4PkiMmfB6f86omL6DsysOeCWJmf9/uxoFomOoThqpipxTPaDDmHWyBCNiJRKTaWEE8swMdMgqMqBqDCZIW+4unqKugp7rNEXskGDP2tuBHYmxSFOiyrrF2ukwhDCZISlCkaqE+zlxtQEn3Q2LWHPVE0Iz9L+zsEEQt1YTn2igKZ3M1ASaIm6B6TkPcPCANUPIHKGmRJgwd+AZXo5xid6cmkeLCJZuYIG6Bwppf9+LANEgV4ag7HLB/tOMblCEJt6AGIZKEJKYIEyR70PqGqV6eQNMddTWbknIUeh1utcN6UNbHFE69ZYJkDSp0drHXJ9Eze/VSQI69gmphAgasmHU0idGMGqQDNZefDS0miENQOPf+XDUi+SGKeV5WJuwLFnPCAmhateO51sVi+JkHMRPEGY7PWSPSElzVWGEoZzdgaaGWaY4UaREKxW1CLdJTOO8LYYIUGXJWdlh31IUfImdv8lCW7VxLWgTPtxUlxCFfJogj3znHZ6NIlksuwa9Qppl1HN3gGjSzoqxFmCCFDko1oWJyqv0Jw3R4AuWQTOynyUJy1luRmEEO+TJBChm0wrBHU4ySpO4NVopsDcps2gE0Kgp3JBOk0BvSyLbtUVU3G5UKKfwFMqTHBJEl65AgLSprESZIgVhTkMbToKhAT3ah3lSgBMun0v1I8yCUvNjkPMuXwQRx0RfXgKq76+m7UgrmUCRLdX+YUibAbel8kRCeuVFk+fq5i5gg+QJpiLAsddT5/X+KaNDZyw8RM+qK5kki4WwhvRAQWb4bFIVDvkyQPGoPIokGlSODoSuRKJcnv75O1lf9mZYCygakRSals/u2cpYvEyTfzkc7DsIhPv9uo4NldyggvZxIEvrdWBarpqrZ6xaobvBByV9SyJfMrC1irQiDCZIXKIZJE94jGIKQLE/xSdJHiSTRhB/iIWhOkMK//RMjBvRlDM9OM+s+dtaZIPnUIt1IiAE+H9T5fbFyn38SkmSzKpx23VHXVK8H6GCILx1GbaGvh0cJyzJsRg3XhucPcFcxQfIFCuX2w8E4MhCkmfO1/ZAkhhNvVBwxSgGpbod7k3E4kvApSddoMvjxvCH8nyIHWzg/iwmSby1CJBnqD+gRJByI75bJvqmqiF4ZpYA0fXbd4847AX2eG5pjUWhTYtCO0oWyJtqD5ha/y4AJknct4oP+Pj+04RO7XPY9X+XzzyWSkCbpoVJAHseTKFKG/s/8pmjPnLaYQZAonndFtBvWIGnKZO5eJkieoApNMpqcdfFKtnJZvgX9gPspktWteZ9tT4mRISSBLMGt6KAfF8TPAcnwhFahFmEbiwmSVzOrEzXHQHTWB/r90IOjkShR6fOfjdrklU6l10s+XYe+cEr4HttisScjqnoABdTK8e8mfa0Ih3yZIHmEBkaSIvkiWsLf1T7/cfjXkojq2YThTkD/h87t61CUl5GkA4kwHXjuJdGIl/MxTBCGOSI4NHcLBKE/DtIOEb3CwdqJxBiPBGn0uoHjZhaZVqixBnWoykK8AqkM7a6N5JdQyJe1CBMkXyDfg2pVkRYhH6ASTS40saDWF1iBA/dH6ESr3hLECPMGyCHHz1FVPXibEntCws9ten5WjKswMkHy64vQxOEQJMgA9EWCSI4KJEkNfkbnfZECcIK3wQJN90NoLUh8HgY114koN5Pm+Konoms21iJMkLxqkRp8gg9AcnSKZbcUyRKRLqrqeJHXJCUzKx5ZI5J0acqloGnnNuP1UH5WGWsRJki+HfY62See6rDdaRegl/Xc6+X5Q5JPDxDEs3npc7sau7tbVY5aFYvSNWmsQ5ggeQOZWf3RtKIcrW4t5bN6FsqrXpybwslkYvl1M2uHVqGJSknTXvgy0j14bSy6uUKWmSNMkPyABiYlCA72+TOZMseg/M99R13TnXTyM9QEcorODTQrsQUborHhYUnewGYWEyRvznoERx/5IhViZj0FqO40JTZuddu88233Q3qfNyxJBy6Pdj+xTVUCfnbWmSB5c9ZxcFbqIV+/niyYBisgy5eHpiYoRbJkSLWekDRLl6od0K1qQ3nNOhMkr1okitKAznpIn7hLi/+gnOiuFtFQU8gpO9R40Q+osqRPmzCYIHnUIkbSItQjSdKYWXE8jXK5e4466H6IX8yHMNwiSAyNAU6LdtVZJ39gkM/SaowbwcHLPNM66pS4iH2pMD/cI4ja1gJaWxv2Ki+vcc9ZNyYOadVhRDMdrfSSn7+787Qz/BDWIC4SpN9DD4LavAm0pi1MEpdADjrlP+3q81t9BwMVhlvmxrlJg3CcykWChKcdD9XPPAtq+1YkSROTxCUtQvHcekpclIyavSZAFQ4TUFqzM+80fW2IP/dpJSUbHNOdj/BxP4aap4gkTaxJ3NIiIsuXZtcjYKmY21KUH7vhh1B2r6rllCI9JU0QXTWfMBWq//wcaxIXQZGlYWhm6VrE2i6vo/w0mwBBPLNXya0OuankCaJrkmNRkzydqEl4Wimrx6ooD1QjnHWLvsHvUa7MxlEPyTl9uJ0NFl8+WozoxYDQ8VOh5s/PQwuaXfq8bH1/fBQqPNodgp7jg/BBs0mx9Uy/HmUMysnO/BDJ84oqArdDjt4k7I5zKOnl+dUt+PCPRCxZSSlVROjYKVDzzHPQgmQxSDIASRLj0e4ApDmosAM57E326uaeAkYFxSPsmllBSd6e2evhDBfVCJ5TPLaSDNq2FlBbtkLg4ENBbhgAWne38+hDiBz3Z56F1hN/grZXO0hlZTr7GA78ApR67CDSIhLYqsZDTvvHKMNtOep4rqCef+VZ0Yj3UY4tig7AB5PWug2Ulo0gV9VCvwcfgrIzTnPmg/QmyVQov+QCULasQzXCs+2OtDoYWb5kZtWkz/JNBwr7UmJjlx2TjiqZBGXPJgzXo0yGQq+6RRqjox1iq5boD/bK+VdB/yWf2yKHKUEIZefNAv+gocjCVh7tO497y6As3yp8wAxEkkTs18r6FGWK3asLefNAUwRhNxQyMSCmgLJ6GVC9jMpLL4f6Lz6CyhuuBXnQIAdBDzMNNWwYhE85BZTWTRz63flBbYtNRBKaE6GMWwchj9dQzrF8cVQKSPJ58RoEMvk+LFhiKJpODGXjSggfcyzUf4bEuPl6kHcZ5PywVjYqO+8c8NUPBq252YgE9G28jfJXuzvFJw7DSav+bOA+sDjfQMmKQdlYgqu55zdejLKwYP2Mba2gbFgJofEToe6Nf0L1C0+Db8jg7Hln6fzDd4Wyn80AZVtjX/dFVqMc7cT+prBrTDjRWURg56P8yTwwEC8F5EhbpcJdkOYlovknhx/ULY2gtmyB6qeegZpXXoTAd77lnmKyumHZrHPQFxmGvkhLXyVHVNjfzXm+Dpob+a/puAEj9V3L3sh6GeWCgtUcjZvRGW+GmudfgPAJU9233Cxfy3ZfZHNf9UWo9T8pkGshLbbWzElyIbOXCkwUZjiXyN/aDGpnG9Q8+yKEpkzy5jR2Ni6ffQHIldUQXbUElLXLtgtEekqdNOeivFRA19MERqg1lsnMokiWT8/sdVRlfhMYGcaRgusN8oO7I2hWNUL1E49BaOpkz05lK9lKHjwIal58AWIffQJSdT+QKitBXb8B2q+6GqCzHeT+DaU4434zym8L8LoWoRwPxox2Ckd9R2Zvl+rIE6ESRWsKkhyqBrHNq6H8JzMhPO1ET09nOxsxeOR3ddnJ/Np9BLQcM0mfaJcGDCil3C0qGzqvgK+PXuR5IRiVG3uZWESOkL7C0PZD6yQrfk7eyLFuGZSdfCr0e/Rh7y05Nw4SmjwRal54Ce3BVlAbG0slC5jCuccVwXXeCUbSYOq+EVXfbeASlCcLkxyqQY7pM6D6sT/kxtVx60ChY45G82sBaJ3NoDVuKnaSbBZOebGAkgZf7K1FND3USwVHLXLkdyi35mXwk/lBBUTSSTSK5FiOmgPJ8fgjObs0V0dxaDKR5CU0tyaDhIpEHjCwGH0Ssg8pSrSxyK6bZrnfQfn6Dkc9ccLQdH+a/Dwj51etR6PQ8tjWBFK4KvU2lKLe3Qrlp54O/f7wUE4vz/XHvE6SBQuhBf9X8TksDxxoPAGKB+T4vl+EWk+DHdm//XWC6I46vVzHpzvtGZD1cl/bGoOI0dwCyrbN4Ou/C1RddyMEJx8FWleXbkolE4T8Wv++43LeqJ7YQaFJR0HtgpehefJkgyTFo0nmposKFQko03ai8J+keGYvpbd046BLE+ptERqzKydXSMW9O9tBaVwHvvohUPXz66D8/Fkg1dUWZIN6ljcSRJLULCSfpFVPBSiCeRKKBN1SAsEFij5N2/G03pHZm0aHTBYaxHNTSs+yXfUlmlRNUHXVtVD/+SKouOaKgiWHpwTRNclEJMlzz2HD9CBRugp5UNGa6ougdEBlTefHzSxaG+JLnWQ6A+Utz80pyglbswKUjatxTBwLdf/+F1Rce5W+qq/Q4XnmYejHUyB86smgNq7BsxWkFvlI+B2lBsr8vYeqVVMki3yRJD/kGpRHc+FvqOvXQ+h7P4C6d95Bq+LP4D/owKJpxJyk5pbPQhszXINapKPQ7h9tPzgKSreu03kqaH/RM3tlSVJ39DfNsF3rvYfrB2X1UpBH7go1r74EgUMOLroGzAlB/PuNg/CJx6Evsq7QfBGa63B/dZyY1KLYfTyOr2dEbdsG7eictjWuhw78vxMl1rENf5O9XGdzHB75U/RDJLE2hEyq073v9AAoK5eB3H8XqF3wIvZ7cS6TyNlsXvklF0Lk+edAa+8AqSxcCPdO6RT/ct0RVVRQN63Tl3tK4X5IFCPtJtLZAv4x+8Ah994JUkU5dC1dBltefxNaP/kMmtcuA7/kg3BlLfjKy0BTXX21Ojl/E8KyvBY52IpHnuj5YnLUHOrKr0Ae0AB1/3kLfHuMLFoVLGk5rFSy7cyzoevB+8G369e2DxwPQbPC6aoUXoFyg7saQwN13RrUEz0QPPwIKL9inj4wqKKGHkHq6sL7Hga+4TsXKIk2N8Pmv/8Dlt56JzR98B5EY91QXlUL/vIqJIo7bRQzEhcnHBIq66yQ5TejXvY5ag5txVKAhgaoeOsN8H1tj6K2UXNKkNj/voCmsXttf1UxwTdgKKqXCi/mSdIRhN7HcaZrZ/EFUGOsAbW7A4KHHQGVV86D4IQfOTpUx/KV8OX1N8HKR/4AEbUbKirrwF9ZCVqWyZ9EECoDdGioDJAg4ApBhBmptbUb5mR88q9lA8i77Aplb70J0u67Fb0Tl1OC6Pr+wd9D9L/vgTywQZ8d7Xrgfny69hgVJ9ydcU9FEEqnGO/K4KDBsLUZlLZGCI47ACpuuglCE37gyoV3LFsGS274Nax4/I8QiXRARZYaJU6Qb2RLkDgpNjWCFm3Vo5K+3fcCCASMDG40n6G6H4SfehTksXuXRJQj5wRJRs8rr0HzURPRLykHuWGQm5okmSC0Ou4glO6sjqo/JVtA3dYIvgZ8Up4/C8pnn6/7FW6jc9UqWPzLGw2NojjXKFkThJa2dnSC1rgaR0wAfAd+A/xTjgbfAfuB/I1DAKioIAUkSJMgWST0o0oFeSeITpJXkSQTJqBTW4maZBe3NEkiQcgR2A+MN8w6d8C7I/pCHV/DYCg/9zyUs0Cqr/O8fTqWLYclN6JGefQRiEW7oKJ+sBEVsth3jglCEce2DlCb1oBU1wD+iceAf+pk8B8zEfoKCoIgBkn+hiQ52k1NkkiQb4PTGWMaJJEevdYSoWL+NVCBfkY+npJtXyyG90+eCZsXvQPBYCWEamr1aJnrBCGN0d4O2pa1qBnrIDDjVAjOvxikoUOhr6FggtPB8T+A2ldfRn+kDZ3eDXqoMEsExP8/dUQOEbKl0pWUIhE+bjrUv/seVN7w87yZEFVj9oQjPnwbDnvsCZDDQWjbvAY0mmNx6yWs9DDo7AJ15WLUlh0QnDUbKj79AEL33N4nyVFQGmS7Jvnr3w1Ngg6gPGRo79Rn6/gHGCV67K0K1CfsJFA3rMXB1wXhY0+Cisvngv+A/QqrnbZuhUVnzoJVzz4FYfJNKirSzp+YapBkjXHaDAheNqfPkqKgCWKQ5G/QOm06KC1bwFc1AOS6WqPz7V0rVeT4AIzVgdaIQXlDGzeC2tMGgdF7Q8XVV0F4+okF3YFLbr4V3p93CVRW1iJJKlOSJC1BdB+jHX0MJEYVEWMmBOecD9Juw4FRwAQh0BOt6577oPOOuyG2YRUSpT9ItbXZaJTMGqNxI2jdSIyxB0L5pRdB+CcnF02Z1a9uuwPevfgiJElqTdKLIBSJi2uMynr0MVBjzEeNMWQIM6JYCLKdKFubofO+B6Hz7ntA2bBaJ4pcV+dEo2TWGHvtB+VzLoSyGae44f/kXpPcgppkbmpNohNERoKUVUJFRydEtqxBjVEPwdNOgwBrjOImyM4a5QHUKHehRlnpXKP00hgHCY0xvegLc391+53wLpI8DAGQA8EdBMH78itROFyJQHVVA2innQLBeRejxhjMDCgVgmwnSnMLapSHUKPcBcp61CiVQqNoFjQKagYqEKA0b4TA3qQxZkPZqdOLUmNk8kkWX3s9hBoatke3elBrVAxqgEMnT4LwSehT7fk1HvmlSpDtROnogK57UaPcjhpl/QrUKPWoUerSaxTKMN24AQeNBJV33wllM08tyQ4l00qld+8lakN6wy465HIoxCO+rxBkh0YhH+V3qFHuRo2Czjw6nXJdvVHVnMrFUPXvbnRIQcUxE4Ta116B4PeP5J5n9A2CbCdKZyd0/dbQKMr65SAFQqBFIxA89Ajw7b4bKKvXQvm8ORA6ajz3OqPvEWQ7UVpaoOPm2yDy/AIov/BcKPvZT/nVcQwmyM4sQQMrGgUpGOQeZjBBGAyvwC8/ZzCYIAwGE4TBYIIwGEwQBoMJwmAUPihLj4ocj0BpTfF7A8prkPktr4ehXIyyFXpX2A+Ic1yJsirFvtUov0KpAHfeT6GJ88nicyUYb4q6DKUzYTt6D9/hYNTm9QLUbq9DipdrpgCl1FIVhLGiHVRI/aYCSdxXO8pnYFSk32TjmkaDUbCa2tlJ/SBJCL1P5EOUl9OMmXT4FspsMF5hnXx/QfEdjZN1Dtt8V5RfoEQBMr61dBDKqygPWBtRmrZOy4zPaa4kg8zUzHFomn2HoPRo3mIryoCk876teY/XTdqtCuW+LI6votyFEjI5T1yOdPn+ulCusXhukrMtHPNgG8dLlik2rv0Dq8eNP5EyYQwYJXPSwUpl9M403yviieklIimusS0H2nlbht9IWyxHOSuL49PT/DyUr1BGWdg+6vL9UYHln6N8CuKVbyawUo8sm/L/+9vYlvL9a6z6IFZWCR1exGakVGDnpWK1b1kcVFZAlRX+jbJLntqByP6mIEy258/mGkfZ2LbS6vZWnfRvsrvmGh62+vSygQHiuPnCXii/yXO72q11OsZtgvh5bGeNycJZ9QKUx//jPN7bWYIo+QCVt9zd5j6j3SQIqfEDeHzbjqglY4bH58x3jaLpeTrvaBEBtIN93SQI4bAiHaik+QJJ35Xn4LzJ5wjadCSdIN/vODsojwSxi5FWB49VHJknO3MNGHMoTup9kq1PBasjSd9/Lpy0VDH3iHCgzd788iUYcwLBNBp3cdJ3A4VkAl3P6jQOL0WBKNafqXjVIGFubHXY1svAmBtKtXi9R7RJfYb981UmZYyDfUYJkix3iyD7CzWW6zdx0mTbrS4f80zI/BIdegPOqybHOAPsv8LNLEpDD6BfZ/idXu1s9masbLIj5oAxAZkpwDDTplmZC4xzaFmMMCOIncakp2I+3t+bj+CAlXCj3YFIg0fN8rxma4dVyG5eyZflPat5IsgIh/vt43YnfycPNy8XKEGkPNyrnOe2LsTKenuAvTkQW6aZ3Qb/BjAYhYURWTw4RrtNEIpkVXGfMAoI47LYd880AQnHBKmB4g33MkoTY7LYd6CZ/+JENR3CfcIoIIzOcv+xbhPku9wnjAJBmTCTssEotwlCod5duG8YBQCa6Ms2K3qc2wTpB5yXxSgMjPXaRHMaHjuC+4ZRADBLB6I0pdctaKGBbhOEI1mMQoDZq4dXgrF2PhOoLsIItwnCfgijGDQILUf+p4XjjHGbIJTB+i3uH0YeMdgCQSgL/D0wr+Kyj9sESTSzVO4rRh5AZlGlyTZrEzRJJozygiBxDRL1uCF6eCwUDXKZzGhlBn2p+H+5yXZj0117NqnkFOql9OitHjdEPPerFqylg9PCojYeq3lBLl/lZRbipQf3avH5E5QJGbYdKmSNmwQh0BLPTo8bYi7K+RYbnyIST6FM47GaF+RyMZ3Zu6zJrFopPn9hsi3xYG8vCELrQ97wuCHKwN5y20oep3nDkhxqKjMNkmhWfWmRcK868UHaMkQBqBzQ8ALrpCiPU8fQsvz9pRxdJ5lDQ0y2WZTw+QsLZvfeTp30Z5JOluz98/qQ0oFZQCRTuJRKkD6dQ//DbOx+kvCZimx/ZrL9Xk6ddIoE0KKSVCVdaJp+Ehj1fQvFtOG3kjoHVdq/CFJXVYlA5uqFcwrI/yBQRf+zxdilivZmheXiYeN2uwSheQ6abDk5xW9Ub2o8FFbVRdZozrEXOKuOSEGUv+fwOq0kKdpNqB0iSPSxXYKQTf92ht9DHjcGldb5PzDqPZmBUp/f5HGeMywV5Phrjs87xqPj7uGEIDT/8K5QU2V56AQK297NY7EgMSvHmoOQMbkwS1Dy47N2nfS4b/Eem0yMJPwNzAvZuQ3yewd5dOxeKSdWCBJ32N7m8cBIAar2+GAOzzfKw2P3CkLYca7JD5jH46GkQRNqG6B3FIsigz3C9m9IsR+VYaWpgN/m4Br3s7ANhZzpDV+JdZMjwsfIpH12F37sFicEoQZoFTYgozRxKcrCDL9nqs1LL9B8ErzPzTNLcaf8q69D6le+0Svr7sqwL/nYoxMJYiebl6p+f8BjqKQRMPk903ihJ+9JObhGsxDvMkj/PkQrqTCj7fogiXidx1BJQ8ryd69rFZB5ZxbB+p/Jb2apSGOyIch/eQwxMmCkx8ffE8xfFvp5ht/i71/JhHHZEIQiWc08Dhhp4M8BQawEGjLBLCdrRKKmtEsQylP5D48DRhooHh/fbAa9x0SDEJaa/D4KEkLJTpbcvsPjgJEnmDnoK1E2mmzzqYXzjMiGIJzrxMiX+ZaNgx7HFxa2GZcNQd6HFEsTGQyPQWaPWcr6UgvHIS1jNlczJhuCUNLih9xfjBzDSoLiJxa2ofm8FSbbjM6GIASeD2HkGvta2GaxxWMttkCQ8mwI8m/uL0aOYRbitaIZrGqa+rg555Qgi3Loh/SlwnFmYdIoEyQtVoD1PDArvsre8ciA0458C2V6DhomvmKx3MG+NOFDS4YpNyffa9UlCw+kQJp71YTvFzTZX4b8vDbba9CaJLN16IttHO8zC9uMyoYgcTMrFwSh9QbnOrxWWqZLCWpUR7g1z52sgnkdY7rX89LcawyMlxeZnSNWggShwVrjgoMeBxW1pvmSTKnv+7lBkFw9PbKpmEIJbr4C6GTqEFprkSlduwqyW0G5HqWlBAlipZDEVzaOF59xN1sbkpU6/hjMp/ULxa5XCuQ63vX4HKWaTGqlzM9nNo9plrNFD7KhMndITvGox8d/rETbzSzEayVLNxlmD/cKlBHZEoTTTuyByuN4VZ6TVvO9VqLtZjaDbmWdR6p9TE27bAnC8yH2QUtWV7h8zJVgVBEsRQwH82W2TopmUx9ErBAkm/DnVw5sv1xD82gfp+1G650PAXthyUxYJI7X6tH15rIfUm1DKSbZLJLK9FAxc+xHE0HMIkRmxeKslANKN4fhA+/j9jSPErS5T4WFbbIpokezvpQQNw+ch59pUozqz1KJzc0Wtg+4sE2Fw34GC4M83fG/6YI/kYkkmXAYhXlvQhkGSUV7BWgewaxy3r1glJbfluIJQMeXMpgUNDh+IRqm2wNylIsntt03TlFM/RYwJueUFKQOgrV3TpjhZpQ7xCCgFGuK9atpnqTxicZmcX309lY7cx7LRF/3pLgnWfSB2VzC42C89y/VjHU/kycyBXRuSzNOAuK+V6XRkPeKh0q8HVRxD2HRRx87bP/bRbs0ieP6Eq6Njt0paRoXQ2cw0kHmJmAwmCAMBhOEwWCCMBhMEAaDCcJgMEEYDCYIg8EEYTCYIAwGgwnCYDBBGIysES/aEBKfaVWW3TpUlAVpJ+ORMiZHiX2oPpFq4zxgci6/uBfaJiL+D4t9e8DaqrP4GhnNo/vPFSTYkflqF7QEghYpUSb0Wpv7hmDnrFhqT8rUVhzeA9hs3wEoQ8HILG6zMBYpY70pTTtV08VTMWqquEELeFaKjS+weDEHg7F0cTeL29NxKcWdlp6+Ic410eK+f0B5wmSb08BI2/9S3M9i8Zm+u8zCOfYQHTnf4jVROX6qFr5nARJknrgXO9dG4+GPYKwveVbc28cW+5cGJr3DcoNo8y/FIKX+nmqy71DRR+cnfX8cGK/bkC2Sml5ASunrL4CxLOBqk32ofW4S+yTjl0CLATVNU1GuRzkI5XsoN2gGLqNUeBP5rth2jIVtrxPbXohShVKNcof4bpKF/f+F8o7JNiNRTkLZH2URyhJxX9NQ9rZxjW9b2JbkYLH9/ha3z6W8Ka7t1zb2ofbtRvk+ShhlN5T3UHpQakz23V1sdzXKYaJPJ6OcgDLMZN/dtB0YlfD9WSjNKD4L174SZbXoZxnlFHG8e032Gyy2uyPhu7Hiu3Poj3Yx0BN3ulgQp8rk4N8WDTrKZLuB4oRnpPjtcZRfWGiA11DesNHZz9vcPiQa+Cco/0X5mYV9DhKDYmyBkWOauAd6WKxHqbOwz+mij3ZJ+r5SkO27JvuPEoP5QAfXS4P6U5Sl4kEY/34mymYx4DPtf4UYr6Gk72ejLLRw/uPFve8r/l4qxs/2UpXJKuxhYf993yV1T68H7hTHTcbJKNfYtEmtgOzWChvbzxT28x+F2XluEfuWZwrz8gnRDlbu5XQwViluSPqeTJ/vCJM4E8jHo5WWk8FYIXmMMJEmgvlyW78wkahSJ9XAus7m/U4Bo1pMchEGWjE4ycL+z6C8LLafC0bxvmMzRbG6hENb51KHkY3ZkeAI0fLMvwj7lpb0nuGRk2oHNEAWiM+0xJNK4B9QhOTYFYw6Ug+Iv58U5DdDLRiVGeP4NhhLcP8lBt+3LRCElgDPEQ9CGmz3o9wI1kqmDhA+z6koV4iH20aL/Uj7ZltM/UThg/4K5YT4WE1HEFobHQBrxQCsgBq+OiFqpggnjuo4URXtn+V5UBGB90f5HhhFKO4XT73ji5Agk8SD7Rbh4E4AozLIISb70VrxYUl/LxLtcTTKD032LxNjZqLQAlTLqj8Ya+2tjiM6/6vi4fmS0OhtFkiyGlK/YIdqEowBa0U7OkTw6AuhSbdHLVIVVT5TDGK3CpE9KS7ypwkXMxvlUjCqAVqpR2s3lGpn+1ki2kKmyO9QrhVP4DMhc/1iCQqntGkcZ6E8L8zWh0VkaKkwHTLhIZTDEyJWH6HMEH30qRjsZhEwJcHM0WyGy+NhV8I0QZbbUph8qUBRqx+lMOUuAWsv7UwcMz3Jth+xbLwwq2qF7Xi2GCwRC40SAvMi2OuF2rxfqLEHxMVMEzfxtMUwnp1i22U2tp8rTIFXEr57RxDkckGYVIiKTpkk1Hy9aM930oQOvQb14z5C8yVWXblOhMlHoixPs++DwsxYIczN1wQp5opj3m5hcJUJbRMQbQHi4feRhYEagh1lh0hrXCTCtpqFBxAR6TyhScaLeyezkirmXAXW5/aCvfxW9NT/jbIFZRXKOiEzLEYfKIrzsQjTWdn+NBHpoMhEo4igzbe478Moj9qIjNyD8rSF7Y5AWYMyNMVvj5hEwoaj/A9lo2g/ioIpIvqSj+jVnSLal/y9T4RBL7J4jE4R/dom2mayhf0GiDBxo2iLlUIIV1mIgH2AMjrp+wdQPrR473Ui2kZjaoWILl5ms/1+ibIg8bv/F2AAl9OeULo7JYAAAAAASUVORK5CYII=) center center no-repeat;
    display: block;
    background-size: contain;
    margin-bottom: 20px;
    height: 141px
}

.netoria .netoria-tooltip .netoria-tooltip-content .netoria-tooltip-text .netoria-tooltip-inner .netoria-partner {
    font-size: 18px;
    line-height: 1.2em;
    padding: 15px 0 20px
}

.house p,
.nature p,
.screen .sub-text .promo,
.screen p {
    line-height: 2rem
}

.nature i,
.house i,
.screen h3 i {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    margin: 0 10px 0 0;
    border: 1px solid #c8d4d1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.nature i svg,
.house i svg,
.screen h3 i svg {
    display: block;
    margin: 19px auto;
    width: 35px;
    height: 35px;
}

.nature.sun i svg path, .nature.sun .st0,
.house.sun i svg path, .house.sun .st0 {
    fill: #50a3f9;
}
.screen.malinovka h3 i path, .screen.malinovka .st0 {
    fill: #3bc341;
}

@media (max-width:819px) {
    .nature i,
    .house i {
        width: 50px;
        height: 50px
    }

    .nature i svg,
    .house i svg {
        width: 20px;
        height: 20px;
        margin: 13px auto;
    }
}

.netoria .netoria-tooltip .netoria-tooltip-content .netoria-tooltip-text .netoria-tooltip-inner a.netoria-site {
    color: #FFF !important;
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.netoria .netoria-tooltip .netoria-tooltip-content .netoria-tooltip-text .netoria-tooltip-inner a.netoria-site:hover {
    -webkit-animation-name: netoria-href;
    animation-name: netoria-href;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.netoria .netoria-tooltip:hover {
    text-decoration: underline
}

.netoria .netoria-tooltip:hover::after {
    pointer-events: auto
}

.netoria .netoria-tooltip:hover .netoria-tooltip-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.netoria .netoria-tooltip:hover .netoria-tooltip-content .netoria-tooltip-text {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.netoria .netoria-tooltip:hover .netoria-tooltip-content .netoria-tooltip-text .netoria-tooltip-inner {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.old-browser {
    position: fixed;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80%;
    z-index: 99999;
    color: #373a3c;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 0 0 11px #000;
    padding: 10px
}

.old-browser a:active,
.old-browser a:focus,
.old-browser a:hover {
    text-decoration: none
}

/*! Pages */
.screen {
    padding: 3rem 0
}

.screen.krivodanovo,
.screen.sun {
    background: #f8f8f8
}

.screen p {
    color: #8d8d8d;
    font-size: 18px
}

.screen p strong {
    color: #000;
    display: block
}

.screen .sub-text {
    position: relative
}

.screen .sub-text .promo {
    font-size: 15px;
    color: #8d8d8d
}

.screen .sub-text .vert {
    position: absolute;
    width: 100%;
    height: 100%
}

@media (max-width:1059px) {
    .benefits {
        max-width: 100%
    }

    .screen .sub-text .vert {
        display: none
    }
}

.screen .sub-text .vert:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto
}

.screen .sub-text .call-to-action {
    font-size: 15px;
    line-height: 2rem;
    color: #252525
}

.screen .sub-text .call-to-action a {
    display: inline-block;
    display: block;
    font-size: 1.2rem;
    padding: 11px 2rem 11px 66px;
    margin-top: 1rem
}

.house,
.nature {
    padding: 6rem 0
}

@media (max-width:543px) {

    .house,
    .nature {
        padding: 2rem 0 0;
    }

    .krivodanovo.nature h2,
    .krivodanovo.infra h2,
    .krivodanovo.benefits h2 {
        font-size: 1.5rem;
        line-height: 2.2rem;
        margin: 1.8rem 0;
    }

    .screen.krivodanovo .img-container {
        margin: 3rem 0 0;
    }

    .screen.krivodanovo .img-container span {
        display: none;
    }

    .screen.krivodanovo .img-container .el1 {
        display: block;
    }

    .finance.krivodanovo .images span {
        margin-left: auto;
        margin-right: auto !important;
    }
}

.house .row > div {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.nature .row > div,
.rosreestr .bg .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.nature .row > div {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.schedule {
    background: #f6f6f9;
    padding: 3rem 0;
}

.operator + .schedule {
    background: #fff;
}

@media (max-width:819px) {
    .schedule {
        display: none;
    }

    .quick-links a[href="#schedule"] {
        display: none;
    }


}

.schedule .plans {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 2rem
}

.choose {
    background: #EEE;
    padding: 3rem 0
}

.choose .choose-box {
    position: relative;
    background: #FFF;
    border-radius: 1rem;
    padding: 1rem;
    text-align: center
}

.choose .choose-box .box {
    display: inline-block;
    position: relative;
    padding-right: 3rem
}

@media (max-width:543px) {
    .choose .choose-box .box {
        display: none
    }
}

.choose .choose-box .box img {
    max-width: 100%
}

.choose .choose-box .box .or {
    display: block;
    position: absolute;
    font-weight: 900;
    font-size: 3rem;
    top: 70px;
    left: 40%
}

@media (max-width:819px) {
    .choose .choose-box .box .or {
        font-size: 2rem;
        top: 50px
    }
}

.choose .choose-box .box .question {
    display: block;
    position: absolute;
    font-weight: 900;
    font-size: 3rem;
    top: 70px;
    right: 5px
}

@media (max-width:819px) {
    .choose .choose-box .box .question {
        font-size: 2rem;
        top: 50px
    }
}

.choose .choose-box .button span {
    display: none
}

@media (max-width:543px) {
    .choose .choose-box .button span {
        display: block
    }
}

.choose .choose-answer {
    margin: 0;
    padding: 0;
    border-radius: 1rem;
    background: #FFF;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s
}

.choose .choose-answer .box {
    margin: 3rem 0;
    display: inline-block;
    position: relative
}

.choose .choose-answer .box span {
    position: absolute;
    display: block;
    top: 280px;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 3rem;
    width: 100%
}

@media (min-width:1200px) and (max-width:1459px) {
    .choose .choose-answer .box span {
        top: 210px
    }

    .graph {
        -webkit-transform: scale(.85) translateX(-50px);
        -ms-transform: scale(.85) translateX(-50px);
        transform: scale(.85) translateX(-50px)
    }
}

@media (min-width:1060px) {
    .choose.on .choose-box {
        display: none
    }
}

@media (max-width:543px) {
    .choose.on .choose-box {
        display: none
    }
}

.choose.on .choose-box .box {
    padding-right: 0
}

.choose.on .choose-box .box .question,
.choose.on .choose-box .button {
    display: none
}

.choose.on .choose-answer {
    margin: 2rem 0;
    padding: 1rem;
    height: auto;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.graph {
    position: relative;
    height: 350px;
    margin-bottom: 5rem
}

.graph .graph-bg,
.graph .graph-line {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.graph .graph-bg svg.bg {
    display: block;
    margin: 0 auto
}

.graph .graph-bg svg.bg path,
.graph .graph-bg svg.bg polygon {
    fill: #a4c9d6;
    fill-rule: evenodd;
    opacity: .2
}

.graph .graph-bg svg.bg.bg-2 polygon {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation: graph-bg 3s infinite;
    animation: graph-bg 3s infinite
}

.graph .graph-line svg.line {
    display: block;
    margin: 0 auto
}

.graph .graph-line svg.line path {
    fill: #7DAF3D;
    fill-rule: evenodd
}

.graph .lines {
    width: 1150px;
    height: 240px;
    margin: 0 auto;
    position: relative
}

.graph .lines .cost {
    display: block;
    position: absolute;
    font-size: 20px;
    left: -34px
}

.graph .lines .dot {
    display: block;
    position: absolute;
    z-index: 3;
    left: -3px
}

.graph .lines .dot circle {
    fill: #7DAF3D
}

.graph .lines .circle {
    display: block;
    position: absolute;
    z-index: 2;
    left: -10px;
    width: 22px;
    height: 22px
}

.graph .lines .circle circle {
    fill: #fff;
    stroke: #ceedd8;
    stroke-width: 1px
}

.graph .lines .vert {
    position: absolute;
    bottom: 0;
    left: 0
}

.graph .lines .vert path {
    fill: #a4c9d6;
    fill-rule: evenodd
}

.graph .lines .date {
    position: absolute;
    bottom: -40px;
    color: #fff;
    padding: 2px 15px;
    border-radius: 1rem;
    background: #3b471c
}

.graph .lines .label {
    position: absolute;
    width: 200px;
    text-align: center;
    bottom: -90px;
    left: -95px;
    font-size: 18px;
    line-height: 20px
}

.graph .lines > div {
    position: absolute;
    left: 0;
    bottom: 0
}

.graph .lines > div.active .circle,
.graph .lines > div.active .dot {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-animation: 1s graph-pulse infinite;
    animation: 1s graph-pulse infinite
}

.graph .lines > div.active .circle circle {
    fill: #ceedd8;
    stroke: #96B09C;
    stroke-width: 2px
}

/*
.graph .lines .line-1 .cost {
    bottom: 120px
}

.graph .lines .line-1 .dot {
    bottom: 96px
}

.graph .lines .line-1 .circle {
    bottom: 89px
}

.graph .lines .line-1 .date {
    left: -50px
}

.graph .lines .line-2 {
    left: 230px
}

.graph .lines .line-2 .cost {
    bottom: 140px
}

.graph .lines .line-2 .dot {
    bottom: 116px
}

.graph .lines .line-2 .circle {
    bottom: 109px
}

.graph .lines .line-2 .date {
    left: -50px
}

.graph .lines .line-3 {
    left: 460px
}

.graph .lines .line-3 .cost {
    bottom: 170px
}

.graph .lines .line-3 .dot {
    bottom: 146px
}

.graph .lines .line-3 .circle {
    bottom: 139px
}

.graph .lines .line-3 .date {
    left: -50px
}.graph .lines .line-1 .cost {
    bottom: 120px
}

.graph .lines .line-1 .dot {
    bottom: 96px
}

.graph .lines .line-1 .circle {
    bottom: 89px
}

.graph .lines .line-1 .date {
    left: -50px
}

.graph .lines .line-2 {
    left: 230px
}

.graph .lines .line-2 .cost {
    bottom: 140px
}

.graph .lines .line-2 .dot {
    bottom: 116px
}

.graph .lines .line-2 .circle {
    bottom: 109px
}

.graph .lines .line-2 .date {
    left: -50px
}

.graph .lines .line-3 {
    left: 460px
}

.graph .lines .line-3 .cost {
    bottom: 170px
}

.graph .lines .line-3 .dot {
    bottom: 146px
}

.graph .lines .line-3 .circle {
    bottom: 139px
}

.graph .lines .line-3 .date {
    left: -50px
}

.graph .lines .line-4 {
    left: 690px
}

.graph .lines .line-4 .cost {
    bottom: 200px
}

.graph .lines .line-4 .dot {
    bottom: 176px
}

.graph .lines .line-4 .circle {
    bottom: 169px
}

.graph .lines .line-4 .date {
    left: -50px
}

.graph .lines .line-5 {
    left: 920px
}

.graph .lines .line-5 .cost {
    bottom: 230px
}

.graph .lines .line-5 .dot {
    bottom: 206px
}

.graph .lines .line-5 .circle {
    bottom: 199px
}

.graph .lines .line-5 .date {
    left: -50px
}

.graph .lines .line-6 {
    left: 1150px
}

.graph .lines .line-6 .cost {
    bottom: 260px
}

.graph .lines .line-6 .dot {
    bottom: 236px
}

.graph .lines .line-6 .circle {
    bottom: 229px
}

.graph .lines .line-6 .date {
    left: -50px
}

*/



.graph .lines .line-4 .cost {
    bottom: 120px
}

.graph .lines .line-4 .dot {
    bottom: 96px
}

.graph .lines .line-4 .circle {
    bottom: 89px
}

.graph .lines .line-4 .date {
    left: -50px
}



.graph .lines .line-5 {
    left: 590px;
}

.graph .lines .line-5 .cost {
    bottom: 190px
}

.graph .lines .line-5 .dot {
    bottom: 164px;
}

.graph .lines .line-5 .circle {
    bottom: 157px;
}

.graph .lines .line-5 .date {
    left: -50px
}


.graph .lines .line-6 {
    left: 1150px
}

.graph .lines .line-6 .cost {
    bottom: 260px
}

.graph .lines .line-6 .dot {
    bottom: 236px
}

.graph .lines .line-6 .circle {
    bottom: 229px
}

.graph .lines .line-6 .date {
    left: -50px
}

@media (max-width:1199px) {
    .graph {
        -webkit-transform: scale(.75) translateX(-100px);
        -ms-transform: scale(.75) translateX(-100px);
        transform: scale(.75) translateX(-100px)
    }
}

@media (max-width:1059px) {
    .graph {
        -webkit-transform: scale(.6) translateX(-220px);
        -ms-transform: scale(.6) translateX(-220px);
        transform: scale(.6) translateX(-220px)
    }

    .rosreestr .bg .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:819px) {
    .graph {
        -webkit-transform: rotate(90deg) translate(-60%, 35%);
        -ms-transform: rotate(90deg) translate(-60%, 35%);
        transform: rotate(90deg) translate(-60%, 35%);
        height: 1200px
    }

    .graph .lines .cost {
        -webkit-transform: rotate(-90deg) translateX(50px);
        -ms-transform: rotate(-90deg) translateX(50px);
        transform: rotate(-90deg) translateX(50px)
    }

    .graph .lines .date {
        -webkit-transform: rotate(-90deg) translateX(-100px);
        -ms-transform: rotate(-90deg) translateX(-100px);
        transform: rotate(-90deg) translateX(-100px)
    }

    .graph .lines .label {
        -webkit-transform: rotate(-90deg) translate(-57px, 50px);
        -ms-transform: rotate(-90deg) translate(-57px, 50px);
        transform: rotate(-90deg) translate(-57px, 50px)
    }
}

@media (max-width:543px) {

    .graph,
    .graph .lines {
        height: auto;
        width: 100%
    }

    .graph {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .graph svg {
        display: none !important
    }

    .graph .lines > div {
        position: static;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #EEE;
        margin-bottom: 2rem
    }

    .graph .lines > div .cost,
    .graph .lines > div .date,
    .graph .lines > div .label {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: block;
        margin-bottom: 1rem;
        width: 100%
    }

    .graph .lines > div .cost {
        -webkit-transform: translateY(47px);
        -ms-transform: translateY(47px);
        transform: translateY(47px);
        position: static
    }

    .graph .lines > div .cost:after {
        content: ' руб.'
    }

    .graph .lines > div .date {
        -webkit-transform: translateY(-47px);
        -ms-transform: translateY(-47px);
        transform: translateY(-47px);
        background: #9BCD5C
    }
}

.video iframe {
    width: 100%;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

.video.screen .container h2 {
    margin-top: 0;
}

.video.screen {
    padding: 5rem 0;
}

@media (min-width:1460px) {
    .video iframe {
        height: 600px
    }
}

@media (min-width:1200px) and (max-width:1459px) {
    .video iframe {
        height: 400px
    }
}

@media (max-width:1199px) {
    .video iframe {
        height: 400px
    }
}

@media (max-width:819px) {
    .video iframe {
        height: 300px
    }

    .video.screen {
        padding: 3rem 0;
    }
}

@media (max-width:543px) {
    .video iframe {
        height: auto
    }
}

section.presentation {
    background: -webkit-linear-gradient(140deg, #f7f7f9b5 0%, #f4f4f6 100%);
    background: -moz-linear-gradient(140deg, #f7f7f9b5 0%, #f4f4f6 100%);
    background: linear-gradient(140deg, #f7f7f9b5 0%, #f4f4f6 100%);
    padding-bottom: 0;
    margin-bottom: 40px;
}
section.presentation img {
    width: 100%;
    height: auto;
    max-width: 1050px;
    margin: 0 auto;
    display: block;
}

section.presentation .col-xs-12 {
    position: relative;
}

section.presentation .image-block {
    min-height: 250px;
    padding-bottom: 40px;
}

section.presentation .order-block {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 82%;
    margin: 0;
    text-align: center;
}

@media all and (max-width: 420px) {

    section.presentation h2.text-center {
        margin: 0 0 30px;
        font-size: 28px;
        line-height: 35px;
    }

    .header-malinovka .order-block {
        margin: 0 0 30px;
    }

    section.presentation .order-block {

        margin: 0 15px;

    }

    .header-malinovka .order-block .button,
    section.presentation .order-block .button {
        text-align: center;
        padding: 13px;
        white-space: nowrap;
        margin: 0 auto;
        text-align: center;
    }

    .header-malinovka .order-block .button i,
    section.presentation .order-block .button i {
        position: static;
        top: initial;
        left: initial;
        margin-right: 5px;
    }

    .header-malinovka .order-block .button i,
    .header-malinovka .order-block .button span,
    section.presentation .order-block .button i,
    section.presentation .order-block .button span {
        display: inline-block;
        vertical-align: middle;
        max-width: 80%;
    }

    .header-malinovka .order-block .button span,
    section.presentation .order-block .button span {
        text-align: left;
        white-space: normal;
    }
}




.header-malinovka .order-block .button svg,
section.presentation .order-block .button svg {
    vertical-align: middle;
    margin-top: -4px;
}

.second {
    margin-bottom: 6.25rem
}

.second img {
    position: relative;
    width: 100%;
    max-width: 400px;
    -webkit-transition: 1s;
    transition: 1s;
    top: 0
}

.second:hover div:nth-child(1) img {
    top: 2rem
}

.second:hover div:nth-child(2) img {
    top: -2rem
}

.second:hover div:nth-child(3) img {
    top: 1rem
}

.rosreestr {
    padding: 3rem 0
}

.rosreestr .bg {
    background: #4c4f5d;
    padding: 2rem;
    color: #FFF;
}

.rosreestr .bg .row {
    display: flex
}

.rosreestr .bg .row div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.rosreestr .bg .row div p {
    width: 100%;
    margin: .5rem 0;
    font-size: 1rem
}

.rosreestr .bg .button {
    background: #FFF;
    color: #333;
    box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    margin: 1rem 0;
}

.rosreestr .bg .button:hover {
    background: #EB165A;
    color: #FFF;
}

.krivodanovo.rosreestr .bg {
    background: #57D75C
}

.krivodanovo.rosreestr .bg .button {
    color: #57D75C
}

.krivodanovo.rosreestr .bg .button:hover {
    background: #ffae00;
    color: #FFF
}

.sun.rosreestr .bg {
    background: #50a3f9
}

.sun.rosreestr .bg .button {
    color: #50a3f9
}

.sun.rosreestr .bg .button:hover {
    background: #fea700;
    color: #000
}

.tabs {
    text-align: center;
    margin-bottom: 1rem
}

.tabs .tab {
    display: inline-block;
    font-weight: 100;
    padding-left: 3.5rem;
    border: 1px solid transparent;
    margin: 0 1rem;
    border-radius: 3rem
}

.tabs .tab svg {
    position: absolute;
    left: 1.5rem;
    top: 1.1rem
}

.tabs .tab svg * {
    fill: #FFF
}

.tabs .tab.collapsed {
    background-color: transparent;
    color: #000;
    border-color: transparent
}

.tabs .tab.collapsed:hover {
    border-color: #3BC341;
}

.tabs .tab.collapsed svg * {
    fill: #3BC341;
}

.plans {
    position: relative;
    max-height: 600px;
    overflow: hidden
}

.plans .plan .item {
    position: relative;
    width: 50%;
    margin: -10px 0
}

.plans .plan .item img {
    width: 70%;
    max-width: 420px;
    position: absolute;
    border-radius: 1rem;
    top: -40px
}

@media (min-width:1060px) and (max-width:1199px) {
    .plans .plan .item img {
        top: 140px
    }
}

@media (max-width:1059px) {
    .plans .plan .item img {
        top: 150px
    }
}

.plans .plan .item .text {
    display: block;
    width: 312px;
    margin-right: 80px;
    color: #000;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.plans .plan .item .text span {
    display: block;
    margin: 2.75rem 0 1rem;
    padding: .5rem .5rem .5rem 3rem;
    position: absolute;
    left: 18px;
    z-index: 3;
    background: #3BC341;
    border-radius: 0 1rem 1rem 0;
    color: #FFF;
    font-weight: 100;
    line-height: 1rem;
}

.plans .plan .item .text span:before {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 5px solid #448c3b;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.plans .plan .item .text p {
    position: relative;
    z-index: 3;
    padding: 6rem 2rem 2rem 3rem;
    color: #000;
    font-weight: 100
}
.plans .plan .item .text p.no_date {
    padding-top: 2rem;
}

.malinovka-1,
.malinovka-2,
.map-hide,
.map-priview,
.map-priview .open-map,
.plans .plan .item svg,
.villages-stat {
    position: absolute
}

.plans .plan .item .text p a {
    color: #EB165A;
    text-decoration: underline
}

.plans .plan .item .text p a:hover {
    color: #1C3C00
}

.plans .plan .item .text .skew {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #FFF;
    border-radius: 1rem;
    box-shadow: 0 0 60px rgba(0, 0, 0, .25);
    transform-origin: right;
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg)
}

.plans .plan .item svg.line * {
    fill: #ceedd8;
    fill-rule: evenodd
}

.plans .plan .item svg.dot * {
    fill: #3BC341;
}

.plans .plan .item svg.circle * {
    fill: none;
    stroke: #ceedd8;
    stroke-width: 1px
}

.plans .plan .item svg.vert * {
    fill: #ceedd8;
    fill-rule: evenodd
}

.plans .plan .item.left img {
    left: 0
}

.plans .plan .item.left .text {
    margin: 3rem 10px 3rem 285px
}

@media (min-width:1200px) and (max-width:1459px) {
    .plans .plan .item.left .text {
        margin-left: 140px
    }
}

@media (min-width:1060px) and (max-width:1199px) {
    .plans .plan .item.left .text {
        margin-left: 80px
    }
}

@media (min-width:820px) and (max-width:1059px) {
    .plans .plan .item.left .text {
        margin-left: -40px
    }
}

.plans .plan .item.left .text .skew {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg)
}

.plans .plan .item.left .text span {
    left: 22px
}

.plans .plan .item.left .line {
    top: 99px;
    right: 6px
}

.plans .plan .item.left .dot {
    top: 96px;
    right: -4px;
    width: 6px;
    height: 6px
}

.plans .plan .item.left .circle {
    top: 91px;
    right: -9px
}

.plans .plan .item.left .vert {
    top: 106px;
    right: -1px
}

.plans .plan .item.right {
    margin-left: 50%
}

.plans .plan .item.right img {
    right: 0
}

.plans .plan .item.right .text {
    margin: 3rem 10px 3rem 4rem
}

.plans .plan .item.right .text .skew {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg)
}

.plans .plan .item.right .text span {
    left: -10px
}

.plans .plan .item.right .text p {
    padding-left: 1rem
}

.plans .plan .item.right .line {
    top: 91px;
    left: 9px
}

.plans .plan .item.right .dot {
    top: 89px;
    left: -2px;
    width: 6px;
    height: 6px
}

.plans .plan .item.right .circle {
    top: 84px;
    left: -7px
}

.plans .plan .item.right .vert {
    top: 96px;
    left: 0
}

@media (max-width:819px) and (max-width:543px) {

    .plans .plan .item.left img,
    .plans .plan .item.right img {
        display: none
    }
}

@media (max-width:819px) {

    .plans .plan .item.left,
    .plans .plan .item.right {
        width: 100%;
        margin: -8px 0
    }

    .plans .plan .item.left img,
    .plans .plan .item.right img {
        right: 0;
        top: 80px;
        max-width: 250px;
        left: auto
    }

    .plans .plan .item.left .text,
    .plans .plan .item.right .text {
        margin-left: 2rem
    }

    .plans .plan .item.left .vert,
    .plans .plan .item.right .vert {
        left: 0;
        right: auto
    }

    .plans .plan .item.left .line,
    .plans .plan .item.right .line {
        left: 9px;
        right: auto
    }

    .plans .plan .item.left .dot,
    .plans .plan .item.right .dot {
        left: -2px;
        right: auto
    }

    .plans .plan .item.left .circle,
    .plans .plan .item.right .circle {
        left: -7px;
        right: auto
    }

    .plans .plan .item.right .text {
        margin-left: 4rem
    }
}

section.infra {
    background: #f6f6f9;
}

section.infra.malinovka {
    background: #fff;
}

section.infra.krivodanovo,
section.infra.sun {
    background: #fff
}

section.infra .img-container img {
    margin-top: 100px;
    margin-bottom: 100px
}

@media all and (min-width: 1060px) {
    section.infra.krivodanovo  img {
        display: block;
        margin-top: 170px;
    }
}

section.infra .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 3rem
}

section.infra .icons .icon {
    display: block;
    min-width: 90px;
    text-align: center;
    font-size: 16px;
    padding: 0
}

section.infra .icons .icon span {
    display: block;
    margin: 1rem auto
}

section.infra .icons .icon span svg path {
    fill: #adc0d2;
}

section.infra .icons.around .icon {
    width: 33%
}

section.infra .icons.around .icon:nth-child(1),
section.infra .icons.around .icon:nth-child(2),
section.infra .icons.around .icon:nth-child(3),
section.infra .icons.around .icon:nth-child(4) {
    width: 25%
}

section.infra .icons.komm .icon,
section.infra .icons.transport .icon {
    width: 50%
}

section.infra.krivodanovo .icons .icon span svg path {
    fill: #57D75C
}

section.infra.krivodanovo .icons.around .icon {
    width: 25%
}

section.infra.krivodanovo .icons.komm .icon,
section.infra.krivodanovo .icons.transport .icon {
    width: 33%
}

section.infra.sun .icons .icon span svg path {
    fill: #fea700
}

section.infra.sun .icons.around .icon {
    width: 25%
}

section.infra.sun .icons.komm .icon,
section.infra.sun .icons.transport .icon {
    width: 33%
}

.finance p {
    line-height: 2.25rem
}

.finance .images {
    margin: 2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.finance .button,
.finance .images span {
    display: inline-block
}

.finance .other-projects {
    display: none;
    margin: 50px 0 60px;
}

.finance .other-projects h3 {
    font-size: 19px;
    line-height: 20px;
    margin: 0 0 20px;
    color: #EB165A;
    padding: 0;
}

.finance .other-projects ul, .finance .other-projects ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.finance .other-projects ul {
    margin-left: -26px;
}

.finance .other-projects ul li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 26px;
}

.finance .other-projects ul li a {
    color: #7b9c7b;
    text-decoration: none;
    font-size: 18px;
}

@media (max-width:1199px) {
    .finance .other-projects {
        display: block;
    }
}


@media (max-width:1459px) {
    .finance .images {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .finance .images > * {
        margin: 1rem 0
    }
}

.finance .images span:nth-child(1) {
    margin-right: 1rem
}

.finance .button {
    padding: 1.25rem 3rem;
    margin: 1rem 0
}

section.map {
    margin-top: 3rem;
    border-top: 2px solid #999
}

.wh_420_280 {
    width: 420px;
    height: 280px
}

.wh_420_300 {
    width: 420px;
    height: 300px
}

/*! Modules */
.form-tour {
    max-width: 460px;
    margin: 0 auto
}

.form-tour h2 {
    margin: 7rem 0 2rem
}

.form-tour h2 {
    margin: 2rem 0 2rem
}

.form-tour .img-container img {
    margin: 50px 0 90px
}

@media (min-width:1060px) {
    .operator .form-consult {
        margin-top: 190px
    }
}

@media (max-width:1059px) {
    .operator .img-container {
        display: none
    }
}

.operator .img-container .img {
    display: block;
    overflow: hidden
}

.operator .img-container .img span {
    -webkit-transform: scale(.83);
    -ms-transform: scale(.83);
    transform: scale(.83);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.malinovka.operator .img-container .img span.pic-operator {
    background: url("/img/consult_malinovka.png") no-repeat 0 0;
}

/*.vishnya.operator .img-container .img span.pic-operator {
    background: url("../img/consult_vishnya.png") no-repeat 0 0;
}*/

/*.vishnya.operator .img-container .img span.pic-operator,
.krivodanovo.operator .img-container .img span.pic-operator {
    background: url("../img/consult_lrk.png") no-repeat 0 0;
}
*/
.sun.operator .img-container .img span.pic-operator,
.vishnya.operator .img-container .img span.pic-operator,
.krivodanovo.operator .img-container .img span.pic-operator {
    background: url("/img/consultant_0202.png") no-repeat 0 0;
}

.operator .img-container .img {
    z-index: -1;
}

@media (max-width:1459px) {
    .operator .img-container .img span {
        -webkit-transform: scale(.65);
        -ms-transform: scale(.65);
        transform: scale(.65)
    }
}

.village-info {
    background: rgba(255, 255, 255, .6);
    padding: 20px 0;
    color: #EB165A;
    border: 3px solid #fff
}

.village-info .item {
    padding: 3px;
    text-align: center;
    margin-left: -1px
}

.villages-block {
    color: #fff;
    margin-top: 50px;
    padding-bottom: 13px
}

.villages-stat {
    background: #FFF;
    padding: 10px 0 21px;
    margin-bottom: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 0 70px rgba(0, 0, 0, .8)
}

.villages-stat .statistic {
    color: #611717 !important
}

.villages-stat .inner {
    font-size: 15px
}

@media screen and (max-width: 320px) {
    item .villages-stat .inner{
        width: 60px;
    }
}

.villages-stat .inner .fa {
    color: transparent;
    font-size: 25px;
    border: 1px solid #FFF;
    -webkit-animation: inherit;
    animation: inherit;
    left: -25px;
    margin-right: -22px
}

.villages-stat .inner .fa-check-circle-o {
    background: rgba(255, 0, 0, .64)
}

.villages-stat .inner .fa-clock-o {
    background: rgba(34, 34, 34, .85)
}

.villages-stat .inner .fa-circle-o {
    background: rgba(136, 193, 89, .81)
}

.villages-stat .inner .fa-percent {
    background: rgba(255, 242, 0, .78)
}

.malinovka-1,
.malinovka-2 {
    z-index: 99999;
    color: #FFF;
    text-shadow: 0 0 10px #000;
    font-size: 3rem;
    font-weight: 500
}

.malinovka-1 strong,
.malinovka-2 strong {
    display: block
}

.malinovka-1 {
    top: 190px;
    left: 25%
}

.malinovka-1 span {
    color: #02ff1c
}

.malinovka-2 {
    bottom: 250px;
    left: 30%
}

.malinovka-2 span {
    color: #ffac00
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: normal normal normal 14px/1 FontAwesome !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    width: 60px !important;
    height: 60px !important;
    font-size: 0 !important;
    color: #373A3C !important;
    text-indent: 1px
}

.village a.title,
.village-video .title,
.villages-list .title {
    font-family: NautilusPompiliusRegular, Arial, serif
}

.leaflet-control-zoom-in:before,
.leaflet-control-zoom-out:before {
    font-size: 40px;
    line-height: 55px
}

@media (max-width:543px) {

.top-section-page {
    padding-top: 75px;
}

    .leaflet-control-zoom-in,
    .leaflet-control-zoom-out {
        width: 48px !important;
        height: 48px !important
    }

    .leaflet-control-zoom-in:before,
    .leaflet-control-zoom-out:before {
        font-size: 32px;
        line-height: 48px
    }
}

.leaflet-top .leaflet-control {
    margin-top: 60px !important
}

.leaflet-control-zoom-in:before {
    content: "\f00e"
}

.leaflet-control-zoom-out:before {
    content: "\f010"
}

.map-hide {
    left: 12px;
    z-index: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #FFF;
    top: 8px;
    padding: 7px 13px;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65)
}

.map-hide i {
    margin-right: 5px
}

.map-hide:active,
.map-hide:focus,
.map-hide:hover {
    background-color: #F4F4F4
}

.map-hide.map-legenda {
    top: 185px;
    font-size: 31px;
    padding: 2px 18px
}

.hidden {
    display: none !important;
}

@media (min-width:544px) {
    .map-hide.map-legenda {
        display: none !important
    }

}

@media (max-width:543px) {
    .map-hide.map-legenda {
        top: 166px;
        font-size: 32px;
        padding: 0 12.3px;
        line-height: 48px;
        opacity: .7
    }
}

.map-priview {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
}

.map-priview img {
    margin-left: auto;
    margin-right: auto
}

.map-priview .open-map {
    top: 50%;
    line-height: 40px;
    left: 0;
    right: 0;
    margin: -95px auto 0;
    text-align: center;
    color: #FFF;
    width: 30%;
    border: 5px solid #FFF;
    padding: 20px 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    font-size: 50px;
    font-weight: 700;
    background: rgba(0, 0, 0, .31)
}

.map-priview .open-map i {
    font-size: 100px
}

.map-priview .open-map:active,
.map-priview .open-map:focus,
.map-priview .open-map:hover {
    background: rgba(50, 122, 67, .7)
}

@media (max-width:1059px) {
    .map-priview .open-map {
        width: 60%
    }
    .top-section-page {
    padding-top: 85px;
}
}

@media (max-width:819px) {
    .map-priview .open-map i {
        font-size: 50px
    }

    .map-priview .open-map {
        font-size: 30px;
        background: rgba(50, 122, 67, .48);
        width: 70%;
        margin-top: -68px
    }
}

@media (max-width:543px) {
    .map-priview .open-map {
        height: 190px;
        margin-top: -95px
    }

    .map-priview .open-map i {
        font-size: 33px
    }
}

.bg-sprite {
    position: relative
}

.bg-sprite .info-bg {
    width: 100%;
    position: absolute
}

.bg-sprite .info-bg div {
    width: 959px;
    height: 111px;
    margin: 0 auto
}

@media (max-width:1059px) {
    .bg-sprite .info-bg div {
        background: #EB165A;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        width: 100%;
        height: 50px;
        margin-top: 25px
    }
}

.bg-sprite .statistic {
    color: #EB165A
}

.bg-sprite .wood-block {
    padding: 0 10px 0 0;
    margin-top: -3px
}

@media screen and (max-width: 1080px) {
    .mobiletwikimage{
        display: none;
    }
    /*.kadastr {*/
    /*    display: none !important;*/
    /*}*/
    .bg-sprite .wood-block{
        visibility: hidden;
    }
    .mapmodelbuttonrow {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: left;
    }
    .info{
        padding: 20px 0px 0px 0px !important;
    }
    .mobiletwikbutton{
        margin-right: 10px; !important;
    }
    .mobiletwikstatus{
        padding: 0px;
        margin: 0px;
        word-spacing: normal !important;
        width: 100%;
    }
    .ymaps-2-1-79-balloon__layout {
        width: 80% !important;
    }
    .leaflet-popup-content .sector-title {
        width: 100% !important;
    }
}


@media screen and (max-width:768px) {
    #get-turnkey-house {
        font-size:16px;
    }
}

@media screen and (min-width: 1081px) {
    .mobiletwikbuttonphoto{
        display: none !important;
    }
}

.bg-sprite .wood-block .btn-wood {
    height: 32px;
    line-height: 17px
}

.bg-sprite .wood-block .btn-wood:hover {
    color: #fff
}

.stat-slice i {
    font-size: 1.8rem;
    position: relative;
    top: 5px;
    margin-top: -5px;
    left: -5px;
    -webkit-animation: animate-pulse 1s infinite;
    animation: animate-pulse 1s infinite
}

.extra-margin {
    margin-top: 64px
}

.breadcrumbs-villages {
    position: absolute;
    width: 100%;
    z-index: 4
}

@media (max-width:819px) {
    .breadcrumbs-villages {
        position: relative
    }
}

.village-video {
    position: relative;
    width: 100%;
    top: 0;
    background: #EB165A;
    max-height: 648px;
    box-shadow: inset -2px -93px 200px 0 rgba(255, 255, 255, .9), inset 0 53px 193px 0 rgba(255, 255, 255, .9);
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .operator .img-container .img span {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }

    .village-video {
        height: 400px
    }

    .village-video:before {
        content: '';
        position: absolute
    }

    .village-video .video-bg,
    .village-video .video-bg video {
        display: none
    }
}

.village-video .video-bg {
    position: relative;
    width: 100%;
    z-index: 1
}

.village-video .video-bg-stroke-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    background-image: url(/img/stroke.png)
}

.village-video .title-container {
    position: absolute;
    width: 100%;
    z-index: 12;
    top: 0
}

.village-video .title-container .container {
    position: relative
}

.village-video .title {
    font-size: 52px;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 50px;
    width: 100%
}

@media (max-width:1199px) {
    .village-video .title {
        padding-top: 0
    }
}

.village-video .title .village-logo {
    width: 200px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: #FFF;
    padding: 20px;
    height: 200px;
    box-shadow: 1px 1px 5px rgba(130, 76, 58, .2)
}

@media (max-width:1199px) {
    .village-video .title .village-logo {
        height: 180px;
        width: 180px;
        margin-bottom: 10px
    }
}

.village-video .title .village-logo > img {
    width: 100%
}

.village-video .title .text-title {
    display: inline-block;
    padding: 0 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .65);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.village-video .title .text-title:hover {
    background: #fff
}

.village-video .desc-container {
    display: block;
    font-size: 16px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    width: 75%;
    padding: 18px 24px;
    background: rgba(255, 255, 255, .65);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.village-video .desc-container:hover {
    background: #fff
}

.village-video .desc-container .desc-text {
    color: #EB165A
}

.village-video .desc-container .desc-text p:last-child {
    margin-bottom: 0
}

.floating-menu {
    display: block;
    position: absolute !important;
    left: 40px;
    top: 660px;
    -webkit-transition: none;
    transition: none;
    padding-top: 0;
    padding-left: 0;
    z-index: 99;
    margin-top: -6px
}

.floating-menu li.nav-item {
    background: 0 0;
    background-color: rgba(186, 212, 81, .35);
    display: block;
    margin: 0 auto !important;
    padding: 5px 10px
}

.floating-menu li.nav-item a.nav-link {
    display: block;
    font-size: .9em !important;
    text-transform: uppercase;
    min-width: 161px;
    padding: 7px;
    height: 35px;
    color: #fff;
    background-color: #84af03
}

.floating-menu li.nav-item a.nav-link:hover {
    color: rgba(0, 0, 0, .6)
}

.floating-menu li.nav-item a.nav-link.active {
    background: #EB165A
}

.village-1,
.village-2,
.village-3,
.village-4,
.village-5 {
    color: #EB165A
}

#main-l-map {
    height: 100vh
}

.map-min-height {
    min-height: 700px
}

.map-container {
    position: relative;
    padding: 0;
    z-index: 15;
    top: 0;
    left: 0;
    width: 95vw;
    margin-bottom: 30px;
    overflow: hidden
}

.map-container .leaflet-control-zoom-in,
.map-container .leaflet-control-zoom-out,
.map-container .map-hide {
    display: none
}

.map-container .map-priview {
    display: block
}

.map-container .map-img-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1000px;
    margin-top: -500px;
    width: 2000px;
    height: 1000px;
    z-index: 9999;
    background-position: 50% 50%;
    background-size: auto 1000px;
    background-repeat: no-repeat;
    background-color: #69732e;
    -webkit-transition: 1.5s linear;
    transition: 1.5s linear
}

.map-container .map-img-preview.map-village-id1 a:not(.gall) {
    display: block;
    position: absolute
}

.map-container .map-img-preview.map-village-id1 a:not(.gall) svg {
    stroke-width: 0;
    stroke: #000;
    fill: none
}

.map-container .map-img-preview.map-village-id1 a:not(.gall):active svg,
.map-container .map-img-preview.map-village-id1 a:not(.gall):focus svg,
.map-container .map-img-preview.map-village-id1 a:not(.gall):hover svg {
    stroke: #000;
    fill: rgba(255, 180, 0, .39)
}

.map-container .map-img-preview.map-village-id1 a:not(.gall).map-step1 {
    width: 1418px;
    top: 50%;
    left: 50%;
    margin-top: -422px;
    margin-left: -882px
}

.map-container .map-img-preview.map-village-id1 a:not(.gall).map-step2 {
    width: 722px;
    top: 50%;
    left: 50%;
    margin-top: -207px;
    margin-left: -272px
}

@media (max-width:1370px) {
    .map-container .map-img-preview.map-village-id1 {
        width: 1370px;
        height: 700px;
        background-size: auto 740px;
        margin-left: -685px;
        margin-top: -384px
    }

    .map-container .map-img-preview.map-village-id1 a:not(.gall).map-step1 {
        width: 1052px;
        margin-top: -313px;
        margin-left: -655px
    }

    .map-container .map-img-preview.map-village-id1 a:not(.gall).map-step2 {
        width: 532px;
        margin-top: -153px;
        margin-left: -200px
    }
}

.map-container .mini-svg {
    position: absolute;
    left: 0;
    z-index: 9;
    pointer-events: none
}

.map-container .mini-svg.map-village-id1 {
    background-image: url(/img/jolki-legenda.png);
    width: 231px;
    height: 615px;
    bottom: 82px;
    z-index: 1
}

@media (max-width:1059px) {
    .map-min-height {
        min-height: 600px
    }

    .map-container .map-img-preview {
        display: none
    }

    .map-container .mini-svg.map-village-id1 {
        bottom: 76px
    }
}

@media (max-width:819px) {
    .map-container .mini-svg.map-village-id1 {
        display: none;
        bottom: 0;
        height: 328px;
        background-position-y: -287px;
        border-radius: 0 14px 0 0
    }

    .map-container .mini-svg.map-village-id1 a {
        display: none
    }
}

.map-container .mini-svg.map-village-id1 a {
    position: absolute;
    pointer-events: auto;
    background: 0 0
}

.map-container .mini-svg.map-village-id1 a:nth-child(1) {
    width: 137px;
    height: 79px;
    left: 81px;
    top: 30px
}

.map-container .mini-svg.map-village-id1 a:nth-child(1):active,
.map-container .mini-svg.map-village-id1 a:nth-child(1):focus,
.map-container .mini-svg.map-village-id1 a:nth-child(1):hover {
    background-image: url(/img/jolki-legenda-sprite.png);
    background-position: 0 0
}

.map-container .mini-svg.map-village-id1 a:nth-child(2) {
    width: 135px;
    height: 87px;
    left: 26px;
    top: 96px
}

.map-container .mini-svg.map-village-id1 a:nth-child(2):active,
.map-container .mini-svg.map-village-id1 a:nth-child(2):focus,
.map-container .mini-svg.map-village-id1 a:nth-child(2):hover {
    background-image: url(/img/jolki-legenda-sprite.png);
    background-position: 0 178px
}

.map-container .mini-svg.map-village-id1 a:nth-child(3) {
    width: 94px;
    height: 92px;
    left: 42px;
    top: 175px
}

.map-container .mini-svg.map-village-id1 a:nth-child(3):active,
.map-container .mini-svg.map-village-id1 a:nth-child(3):focus,
.map-container .mini-svg.map-village-id1 a:nth-child(3):hover {
    background-image: url(/img/jolki-legenda-sprite.png);
    background-position: 0 92px
}

.map-container .objects .object .c-gallery a,
.map-container.active .leaflet-control-zoom-in,
.map-container.active .leaflet-control-zoom-out,
.map-container.active .map-hide {
    display: block
}

.map-container .objects .object {
    position: absolute;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.map-container .objects .object .prev-icon {
    margin-top: -30px;
    border-radius: 20px
}

.map-container .objects .object .title {
    display: block;
    position: absolute;
    left: 41px;
    top: -13px;
    background: #fff;
    font-size: 15px;
    padding: 0 5px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    opacity: 0;
    z-index: 99
}

.map-container .objects .object:hover .title,
.villages-list .logo:hover img {
    opacity: 1
}

.map-container .objects .object .c-gallery {
    padding: 0;
    position: absolute;
    width: 126px
}

.map-container .objects .object .c-gallery a img {
    border: 3px solid #fff
}

.map-container .objects .object .c-gallery:after {
    content: '';
    position: absolute;
    z-index: -1
}

.map-container .objects .object.positon-2 .c-gallery {
    left: -42px;
    top: 25px
}

.map-container .objects .object.positon-2 .c-gallery:after {
    left: 55px;
    bottom: 81px;
    border: 7px solid transparent;
    border-bottom: 6px solid #fff
}

.map-container .objects .object.positon-3 .c-gallery {
    left: -131px;
    top: -40px
}

.map-container .objects .object.positon-3 .c-gallery:after {
    border: 7px solid transparent;
    border-left: 6px solid #fff;
    left: 126px;
    bottom: 34px
}

.map-container .objects .object.positon-1 .c-gallery {
    left: 45px;
    top: -40px
}

.map-container .objects .object.positon-1 .c-gallery:after {
    left: -13px;
    bottom: 34px;
    border: 7px solid transparent;
    border-right: 6px solid #fff
}

.map-container .objects .object.positon-0 .c-gallery {
    top: -109px;
    left: -42px
}

.map-container .objects .object.positon-0 .c-gallery:after {
    left: 55px;
    bottom: -13px;
    border: 7px solid transparent;
    border-top: 6px solid #fff
}

.map-container.active {
    position: fixed;
    width: 100vw;
    z-index: 110
}

.help-map,
.in-action,
.lvml {
    position: absolute
}

.map-container.active .map-priview {
    display: none
}

.in-action {
    left: 190px;
    top: 150px;
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 11px 0;
    background: #FFF;
    border-radius: 50%;
    -webkit-animation: animate-pulse 1.5s infinite;
    animation: animate-pulse 1.5s infinite
}

.in-action strong {
    font-size: 40px;
    display: block;
    text-align: center;
    color: #000
}

.in-action span {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: #000
}

@media (max-width:819px) {
    .in-action {
        -webkit-animation: none;
        animation: none;
        top: -43px;
        padding: 0;
        right: 0;
        width: 100%;
        height: auto;
        border-radius: 0
    }

    .in-action strong {
        font-size: 26px;
        display: inline
    }

    .in-action span {
        font-size: 26px
    }
}

.help-map {
    top: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    background: #fff;
    padding: 20px;
    z-index: 99999
}

.map-helper {
    background: url(/img/sprite.png) right bottom no-repeat;
    width: 85px;
    height: 86px;
    margin: 0 auto
}

.village {
    text-align: center
}

.village a.title {
    color: #000;
    font-size: 1.9rem
}

.villages-list .logo {
    display: block;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    margin-top: 25px
}

@media (max-width:819px) {
    .villages-list .logo {
        max-width: 260px;
        margin: 0 auto
    }
}

.villages-list .logo:hover {
    border-color: #EB165A;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.villages-list .logo img {
    padding: 30px;
    border-radius: 50%;
    border: 6px solid #EB165A;
    margin: 0 auto;
    width: 100%;
    opacity: .8
}

.villages-list .title {
    font-size: 25px;
    margin: 20px 0
}

.villages-list .v-text-announce {
    margin: 34px 51px 31px
}

.villages-list .text-inform {
    margin: 34px 51px 31px;
    color: #fff;
    padding: 10px 20px;
    background: #EB165A;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    text-align: center
}

@media (max-width:1199px) {
    .villages-list .text-inform strong {
        display: block
    }
}

@media (max-width:543px) {
    .villages-list .text-inform {
        margin-left: 0;
        margin-right: 0
    }

    .villages-list .text-inform strong {
        display: inline
    }

    .leaflet-bottom,
    .leaflet-top {
        opacity: .7
    }
}

.villages-list .text-warning {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    display: block;
    text-align: center;
    -webkit-animation: animate-pulse 2s infinite;
    animation: animate-pulse 2s infinite
}

.villages-list .btn-primary {
    padding: 4px
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-map-pane,
.leaflet-marker-icon,
.leaflet-marker-pane,
.leaflet-marker-shadow,
.leaflet-overlay-pane,
.leaflet-overlay-pane svg,
.leaflet-popup-pane,
.leaflet-shadow-pane,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-tile-pane,
.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}

.leaflet-marker-icon * {
    -webkit-transition: .5s;
    transition: .5s;
}


.leaflet-marker-icon:hover svg circle {
    fill: #EB165A;
}
.leaflet-marker-icon:hover svg path {
    fill: #fff;
}

.leaflet-marker-icon .preview-window {
    display: none;
    width: 265px;
    height: 180px;
    position: absolute;
    left: 100%;
    top: -80px;
    margin-left: 30px;
    perspective: 100px;
    padding: 10px;

    -webkit-transition: .5s;
    transition: .5s;
    z-index: 9999;
}

.leaflet-marker-icon:hover {
    z-index: 999 !important;
}

.leaflet-marker-icon:hover .preview-window {
    display: block;
    z-index: 9999;
}

.leaflet-marker-icon .preview-window img {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(-2deg) translate(0, 0);
    transform: rotateY(-2deg) translate(0, 0);
    border-radius: 10px;
    width: 265px;
    height: 180px;
}

.leaflet-marker-icon .preview-window:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    left: 1px;
    position: absolute;
    top: 85px;
}

.leaflet-marker-icon .preview-window:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -19px;
    bottom: -21px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(-2deg) translate(0, 0);
    transform: rotateY(-2deg) translate(0, 0);
}


.leaflet-container img {
    max-width: none !important
}

.leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important
}

.leaflet-tile {
    -webkit-filter: inherit;
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-tile-pane {
    z-index: 2
}

.leaflet-objects-pane {
    z-index: 3
}

.leaflet-overlay-pane {
    z-index: 4
}

.leaflet-shadow-pane {
    z-index: 5
}

.leaflet-marker-pane {
    z-index: 6
}

.leaflet-popup-pane {
    z-index: 7
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block
}

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
    float: left;
    clear: both
}

.leaflet-bottom,
.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-right .leaflet-control {
    float: right;
    margin-right: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-fade-anim .leaflet-popup,
.leaflet-fade-anim .leaflet-tile {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.leaflet-fade-anim .leaflet-tile-loaded {
    opacity: 1
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated,
.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    background-color: #69732e;
    outline: 0;
    font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.map-village-2.leaflet-container {
    background-color: #789d29;
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}

.leaflet-container a.leaflet-active {
    outline: orange solid 2px
}

.leaflet-zoom-box {
    border: 2px dotted #38F;
    background: rgba(255, 255, 255, .5)
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover {
    background-color: #F4F4F4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #F4F4F4;
    color: #BBB
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-control-zoom-out {
    font-size: 20px
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px
}

.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    background: #FFF;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #FFF
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #DDD;
    margin: 5px -10px 5px -6px
}

.leaflet-container .leaflet-control-attribution {
    background: #FFF;
    background: rgba(255, 255, 255, .7);
    margin: 0
}

@media (max-width:1059px) {
    .leaflet-container .leaflet-control-attribution {
        display: none
    }
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: content-box;
    background: #FFF;
    background: rgba(255, 255, 255, .5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
    box-shadow: none
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center
}

.leaflet-popup-content-wrapper {
    text-align: left
}

.leaflet-popup-content {
    line-height: 1.4;
    position: relative;
    width: 380px !important
}

@media (max-width:1130px) {
    .leaflet-popup-content {
        width: 100% !important
    }
}fa fa-circle-o

@media (max-width:543px) {
    .leaflet-popup-content {
        width: 310px !important
    }
}

.leaflet-popup-content .sector-title {
    background: #EB165A;
    color: #fff;
    padding: 10px 25px 10px 10px
}

.leaflet-popup-content .editor {
    position: absolute;
    width: 100%;
    bottom: 5px;
    font-size: .8rem;
    font-family: PTSansBold, Arial, serif;
    text-transform: uppercase;
    text-align: center
}

.leaflet-popup-content .editor:hover {
    text-decoration: none
}

.leaflet-popup-content .info {
    padding: 20px;
    min-width: 300px
}

.leaflet-popup-content .info > * {
    margin-bottom: 10px
}

@media (max-width:543px) {
    .leaflet-popup-content .info {
        padding: 12px 12px 20px;
        font-size: 14px
    }

    .leaflet-popup-content .info > * {
        margin-bottom: 5px
    }
}

.leaflet-popup-content .info .btn-primary {
    padding: 10px 15px;
    font-size: .8rem;
    width: 100%;
    text-align: center
}

.leaflet-popup-content .info strong {
    float: right
}

.leaflet-popup-content .strike {
    text-decoration: line-through
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 2px;
    right: 10px;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 22px Tahoma, Verdana, sans-serif;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    background: 0 0;
    z-index: 5
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #FFF;
    border: 1px solid #666
}

.sectors h2 {
    margin: 5rem 0 0
}

.sectors p.sub-header {
    text-align: center;
    margin-bottom: 2rem
}

.sectors p.sub-header a {
    color: #EB165A;
    display: inline-block;
    border-bottom: 1px solid rgba(235, 22, 90, 0.5);
    text-decoration: none;
}

.sectors p.sub-header a:hover {
    text-decoration: none;
    color: #F34079
}

.sectors.krivodanovo p a {
    color: #57D75C;
    border-bottom-color: #57D75C
}

.sectors.krivodanovo p a:hover {
    color: #36812d
}

.sectors.sun p a {
    color: #fea700;
    border-bottom-color: #fea700
}

.sectors.sun p a:hover {
    color: #cb8500
}

.sectors-filter .hidden {
    display: none;
    visibility: hidden
}

.sectors-filter .filter-header {
    background: #4c4f5d;
    color: #FFF;
    padding: 2rem 3rem 0;
    margin-top: 3rem;
    border-radius: 2rem 2rem 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sectors-filter .filter-header .area-filter > span,
.sectors-filter .filter-header .cost-filter > span {
    display: block;
    margin-bottom: 1rem
}

.sectors-filter .filter-header .cost-filter {
    width: 100%
}

@media (min-width:820px) {
    .sectors-filter .filter-header .cost-filter {
        width: 250px
    }
}

.sectors-filter .filter-header .area-filter {
    width: 100%
}

@media (min-width:820px) {
    .sectors-filter .filter-header .area-filter {
        width: 250px
    }
}

.sectors-filter .filter-header .environment {
    width: 100%
}

@media (min-width:820px) {
    .sectors-filter .filter-header .environment {
        width: 250px
    }
}

.sectors-filter .filter-header .environment label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-size: 1rem;
    white-space: nowrap;
    margin-bottom: 2rem;
    cursor: pointer
}

.sectors-filter .filter-header .environment label:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #eee;
    left: 0;
    top: -4px;
}

.sectors-filter .filter-header .environment label:hover:before {
    border-color: #FFF
}

.sectors-filter .filter-header .environment label input {
    display: block;
    width: 0;
    height: 0
}

.sectors-filter .filter-header .environment label input:before {
    content: ' ';
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    background: #FFF;
    left: 6px;
    top: 2px
}

.sectors-filter .filter-header .environment label input:checked:before {
    opacity: .9
}

.sectors-filter .filter-header .actions {
    width: 100%
}

@media (min-width:820px) {
    .sectors-filter .filter-header .actions {
        width: 250px
    }
}

@media (min-width:1060px) and (max-width:1459px) {
    .sectors-filter .filter-header .actions {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.sectors-filter .filter-header .actions a {
    white-space: nowrap;
    display: block;
    margin: 0 .5rem 1.5rem;
    padding: .5rem 1rem;
    text-align: center
}

.sectors-filter .filter-header .actions a.btn-filter {
    background: #3BC341;
    color: #fff;
}

.sectors-filter .filter-header .actions a.btn-filter:hover {
    background: #57D75C;
}

.sectors-filter .filter-header .actions a.btn-map {
    background: #ffffff;
    color: #333;
}

.sectors-filter .filter-header .actions a.btn-map:hover {
    background: #eceeef;
}

.sectors-filter .filter-info {
    background: #e4eff3;
    border-radius: 0 0 3rem 3rem;
    padding: 1rem;
    font-size: 1.2rem
}

.sectors-filter .filter-sort {
    background: #f6f6f9;
    color: #EB165A;
    padding: 2rem 3rem;
    border-radius: 0 0 2rem 2rem;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sectors-filter .filter-sort .sort-by {
    width: 50%;
    color: #8d8d8d
}

@media (max-width:1059px) {
    .sectors-filter .filter-sort {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sectors-filter .filter-sort .sort-by {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem
    }
}

.sectors-filter .filter-sort .sort-by .sort-filter {
    cursor: pointer;
    display: inline-block;
    margin-left: 1.5rem;
    color: #000000;
    border-bottom: 1px solid transparent;
}

.sectors-filter .filter-sort .sort-by .sort-filter:hover {
    color: #333;
    border-bottom-color: #333;
}

.sectors-filter .filter-sort .sort-by .sort-filter i {
    display: inline-block;
    margin-left: .5rem;
    padding-bottom: 5px;
    -webkit-perspective: 10px;
    perspective: 10px
}

.sectors-filter .filter-sort .sort-by .sort-filter i svg {
    display: inline-block;
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.sectors-filter .filter-sort .sort-by .sort-filter i svg path {
    fill: #3b471c
}

.sectors-filter .filter-sort .sort-by .sort-filter[data-sort-type=asc] svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.sectors-filter .filter-sort .sort-by .sort-filter[data-sort-type=desc] svg {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}

.sectors-filter .filter-sort .sort-by .sort-filter.active-filter {
    color: #EB165A
}

.sectors-filter .filter-sort .sort-by .sort-filter.active-filter svg path {
    fill: #EB165A
}

.sectors-filter .filter-sort .find-count {
    color: #333;
    font-size: 1rem;
    text-align: right;
    font-weight: 500;
}

@media (max-width:1059px) {
    .sectors-filter .filter-sort .find-count {
        width: 100%;
        text-align: center
    }
}

.sectors-filter .irs {
    height: 40px
}

.sectors-filter .irs-line {
    height: 1px;
    background: rgba(164, 180, 164, .3);
    top: 9px
}

.sectors-filter .irs-bar {
    height: 1px;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, .2);
    top: 9px;
    background: #FFF
}

.sectors-filter .irs-bar-edge {
    top: 25px;
    height: 8px;
    width: 11px;
    background-position: 0 -90px
}

.sectors-filter .irs-slider {
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 3px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    cursor: pointer;
    top: 1px
}

.sectors-filter .irs-slider.state_hover,
.sectors-filter .irs-slider:hover {
    border-color: #EB165A;
}

.sectors-filter .irs-max,
.sectors-filter .irs-min {
    display: none
}

.one-sector del,
.one-sector ins {
    display: inline-block;
    white-space: nowrap
}

.sectors-filter .irs-from,
.sectors-filter .irs-single,
.sectors-filter .irs-to {
    color: #ddd;
    font-size: 1rem;
    text-shadow: none;
    padding: 1px 5px;
    border-radius: 3px;
    top: auto;
    bottom: 0;
}

.sectors.krivodanovo .sectors-filter .filter-header {
    background: #57D75C
}

.sectors.krivodanovo .sectors-filter .filter-header .environment label:before {
    border: 1px solid #6dc462
}

.sectors.krivodanovo .sectors-filter .filter-header .actions a.btn-filter {
    color: #57D75C;
    border: 1px solid #57D75C
}

.sectors.krivodanovo .sectors-filter .filter-info,
.sectors.krivodanovo .sectors-filter .filter-sort {
    background: #e3ffdf
}

.sectors.krivodanovo .sectors-filter .filter-sort:hover {
    color: #57D75C;
    border-bottom-color: #57D75C
}

.sectors.krivodanovo .sectors-filter .irs-from,
.sectors.krivodanovo .sectors-filter .irs-single,
.sectors.krivodanovo .sectors-filter .irs-to {
    color: #FFF
}

.sectors.sun .sectors-filter .filter-header {
    background: #50a3f9
}

.sectors.sun .sectors-filter .filter-header .environment label:before {
    border: 1px solid #a9d3ff
}

.sectors.sun .sectors-filter .filter-header .actions a.btn-filter {
    color: #fff;
    border: 1px solid #fea700;
    background: #fea700;
}

.sectors.sun .sectors-filter .filter-header .actions a.btn-filter:hover,
.sectors.sun .sectors-filter .filter-header .actions a.btn-filter:active {
    background: #ffb629;
    border-color: #ffb629;
    color: #fff;
}

.sectors.sun .sectors-filter .filter-info,
.sectors.sun .sectors-filter .filter-sort {
    background: #e3f1ff
}

.sectors.sun .sectors-filter .filter-sort:hover {
    color: #50a3f9;
    border-bottom-color: #50a3f9
}

.sectors.sun .sectors-filter .irs-from,
.sectors.sun .sectors-filter .irs-single,
.sectors.sun .sectors-filter .irs-to {
    color: #FFF
}

.one-sector del {
    color: #252525;
}

.one-sector ins {
    color: #3BC341;
    text-decoration: none;
    font-weight: 600;
}

.one-sector.mobile ins {
    padding-left: 105px
}

.one-sector span,
.one-sector strong {
    display: block
}

.one-sector .button {
    display: inline-block
}

.one-sector .button em {
    font-style: normal
}

@media (min-width:1200px) and (max-width:1459px) {
    .one-sector .button em {
        display: none
    }
}

.one-sector .price_p100 {
    background: #ffe600;
    padding: .5rem;
    font-size: 1rem
}

.one-sector .price_p100 strong {
    display: inline-block;
    background: red;
    color: #ffe600;
    padding: 2px 5px;
    border-radius: 4px
}

.one-sector.mobile .price_p100 {
    text-align: center
}

.one-sector.desktop .price_p100 {
    border-radius: .5rem;
    padding: 1rem;
    margin-top: 1rem
}

.one-sector .plot-item {
    border: 1px solid #EEE;
    border-radius: 1rem;
    margin-bottom: 3rem;
    overflow: hidden
}

.one-sector .plot-item .block-name .item {
    padding: .25rem .5rem;
    text-align: center
}

.one-sector .plot-item .block-name .item:nth-child(1) {
    padding-top: .5rem;
    background: #EB165A;
    color: #FFF;
    text-align: center
}

.one-sector .plot-item .block-name .item:nth-child(2) {
    background: #9BCD5C
}

.one-sector .plot-item .block-description .item {
    padding: .5rem;
    font-size: 1rem
}

.one-sector .plot-item .block-description .item:nth-child(1) {
    border-top: 1px solid #EEE
}

.one-sector .plot-item .block-description .item span {
    color: #9BCD5C;
    display: inline-block;
    width: 100px
}

.one-sector .plot-item .block-btn {
    text-align: center;
    margin: 1rem 0
}

.one-sector .plot-item .block-btn .button {
    padding: .5rem 1rem
}

.one-sector.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.one-sector.desktop {
    padding: 1rem 0;
    margin: 1rem 0;
    border-bottom: 1px solid #EEE
}

.krivodanovo .one-sector del {
    color: #ffae00
}

.krivodanovo .one-sector ins {
    color: #57D75C
}

.krivodanovo .one-sector .plot-item .block-name .item:nth-child(1) {
    padding-top: .5rem;
    background: #57D75C
}

.krivodanovo .one-sector .plot-item .block-name .item:nth-child(2) {
    background: #e3ffdf
}

.sun .one-sector del {
    color: #fea700
}

.sun .one-sector ins {
    color: #000
}

.sun .one-sector .plot-item .block-name .item:nth-child(1) {
    padding-top: .5rem;
    background: #fea700
}

.sun .one-sector .plot-item .block-name .item:nth-child(2) {
    background: #e3f1ff
}


.about-near-col {
    position: relative;

}

.about-near-col::before {
    content:'';
    position: absolute;
    left:0;
    top: -70px;
    height: 260px;
    width:100%;
    background: url(/img/bird6.png)no-repeat;
    background-size: contain;
    background-position: center;
}

.img_map::after {
    content: '';
    position: absolute;
    left: 120px;
    right: auto;
    top: 65px;
    height: 150px;
    width: 150px;
   /* background: url(/img/bird5.png)no-repeat;*/
    background-size: contain;
    background-position: center;
    z-index: 2;
}

.with-bird .img-container::before {
    content: '';
    position: absolute;
    left: -100px;
    right: auto;
    top: auto;
    bottom: 67px;
    height: 150px;
    width: 150px;
    background: url(/img/bird7.png)no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
}

.infra.malinovka .img-container.img_house .el1 .skew::before {
    content: '';
    position: absolute;
    left: 16px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 130px;
    width: 130px;
    background: url(/img/bird1.png)no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 2;
}

@media screen and (max-width:820px) {
    .about-near-col::before {
        opacity: 0.2;
        position: absolute;
        top: auto;
        bottom: 0;
        height: 400px;
    }

    .with-bird .img-container::before {
        display:none;
    }


}

@media screen and (max-width:640px) {
    .img_map::after {
        display:none;
    }
}





@media all and (max-width: 640px){
    .img-container.img_map .el1,
    .img-container.img_map .el2,
    .img-container.img_map .el3 {display: none;}

    .img-container.img_map .img, .img-container img {
        margin-top: 0;
        margin-bottom: 0;
    }

    .img-container.img_map .caption {
        top: 140px;
        left: 50px;
        max-width: calc(100% - 50px);
        font-size: 1em;
    }
    .img-container.img_map:hover .caption {left: 50px;}

    .img-container.img_house .el1,
    .img-container.img_house .el2,
    .img-container.img_house .el3 {display: none;}
}

/* 16.01.19 */
.graph .lines .date {
    white-space: nowrap;
    bottom: -20px;
}

.graph .lines .line-3 .date,
.graph .lines .line-4 .date,
.graph .lines .line-5 .date,
.graph .lines .line-6 .date {left: -77px;}

.graph .lines .line-3 .cost {bottom: 120px;}
.graph .lines .line-3 .dot {bottom: 96px;}
.graph .lines .line-3 .circle {bottom: 89px;}

.graph .lines .line-4 {left: 383px;}
.graph .lines .line-4 .circle {bottom: 130px;}
.graph .lines .line-4 .dot {bottom: 137px;}
.graph .lines .line-4 .cost {bottom: 160px;}

.graph .lines .line-5 {left: 766px;}
.graph .lines .line-5 .circle {bottom: 180px;}
.graph .lines .line-5 .dot {bottom: 187px;}
.graph .lines .line-5 .cost {bottom: 210px;}


.graph .lines .line-3 .label {bottom: -50px;}
.graph .lines .line-4 .label,
.graph .lines .line-5 .label {bottom: -110px;}

@media all and (max-width: 819px){
    .graph .lines .line-3 .label {
        bottom: -60px;
        top: 35px;
    }
    .graph .lines .line-4 .label,
    .graph .lines .line-5 .label,
    .graph .lines .line-6 .label {
        bottom: -70px;
        top: 30px;
    }
}


/* video block */
.main-vblock {
    margin-top: 60px;
}

.main-vblock h2.page-title-new {
    margin: 0 0 30px;
    text-align: center;
}

.main-vblock {
    overflow: hidden;
}

.main-vblock .video-elem {
    position:relative;
    padding-bottom:56.25%;
    padding-top:25px;
    height:0;
}

.main-vblock .video-elem iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 99.9%;
    height: 100%;
}

.overlay-vblock {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("https://malinovka.sibvladenia.ru/img/bg_video_malinovka.jpg") no-repeat 50% 50% #fefefe;
    background-size: contain;
    border: 1px solid #eee;
}

@media (min-width: 1060px) {
    .main-vblock .col-lg-9 {
        margin: 0 auto;
        float: none;
    }

}

#main-vblock_play {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    width: 78px;
    height: 78px;
    margin: -39px 0 0 -39px;
    background-size: contain;
}


#main-vblock_play:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 59px;
    height: 58px;
    margin: -31px 0 0 -29px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    background-color: #fff;
}

#main-vblock_play:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 78px;
    height: 78px;
    border-radius: 39px;
    -webkit-border-radius: 39px;
    -moz-border-radius: 39px;
    background: url("https://malinovka.sibvladenia.ru/img/icon-play_video.png") 50% 50%;
}


#main-vblock_play:hover:after,
#main-vblock_play:focus:after {
    opacity: 0.8;
}

/* блок предложений  */
section.stock {
    background: url('/img/action-bg.jpg') no-repeat 50% 0;

    padding-bottom: 38px;
    background-size: cover;
}

section.stock.simple {
    background: none;
}

section.stock h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: PF Agora Slab Pro;
    font-size: 64px;
    line-height: 77px;
    color: #FFFFFF;
    opacity: 0.8;
    margin: 58px 0 37px;

}

section.stock.simple h2 {
    color: #0d0d0d;
    margin-bottom: 30px;
}

.stock .items {
    clear: both;
    /*overflow: hidden;*/
    padding: 20px 0;
    /*text-align: center;*/
}

.stock .items .item .content {
    border-radius: 16px;
    padding: 13px 33px;
    min-height: 96px;
    position: relative;
    perspective: 120px;
    text-align: justify;
    font-size: 18px;
    line-height: 24px;
}

.stock .items .item .content .name strong,
.stock .items .item .content .name b {
    font-size: 14px;
    line-height: 13px;
}

.stock .items .item .content:before {
    content: '';
    min-height: 96px;
    position: absolute;
    top: -11px;
    bottom: 52px;
    right: -50px;
    left: 53px;
    border-radius: 16px;
    background: linear-gradient(180deg, #F3F6F9 0%, #E3EDE7 100%);
}

.stock .items .item {
    display: inline-block;
    width: 49%;
    margin: 0 0 17px;
    position: relative;
    max-width: 630px;
    vertical-align: top;
}

.stock .items .item:nth-child(odd) {
    padding-right: 32px;
}

.stock .items .item:nth-child(even) {
    padding-left: 32px;
}

.stock .items .item:nth-child(2) .content:before,
.stock .items .item:nth-child(3) .content:before,
.stock .items .item:nth-child(6) .content:before,
.stock .items .item:nth-child(7) .content:before,
.stock .items .item:nth-child(10) .content:before {
    right: 0;
    left: -58px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(-2deg) skewY(0) translate(0, 0);
    transform: rotateY(-2deg) skewY(0) translate(0, 0);
}

.stock .items .item:nth-child(1) .content:before,
.stock .items .item:nth-child(4) .content:before,
.stock .items .item:nth-child(5) .content:before,
.stock .items .item:nth-child(8) .content:before,
.stock .items .item:nth-child(9) .content:before {
    left: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(2deg);
    transform: rotateY(2deg);
}

.stock .items .item.link a,
.stock .items .item:last-child a {
    font-family: PF Agora Slab Pro;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;

    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #fff;
}

.stock .items .item.link .content a {
    color: #fff;
}

.stock .items .item:last-child .content:before {
    background: #000000;
}

.stock .items .item.link .content:before {
    background: #EB165A;
    /*    right: -45px;*/
}

.stock .items .item .content del {
    text-decoration-color: #EB165A;
}


.stock .items .item.link a,
.stock .items .item:last-child a {
    display: block;
    z-index: 1;
    position: relative;
    height: 100%;
    line-height: 74px;
    min-height: 74px;
    color: #fff;
}

.stock .items .item.link .content,
.stock .items .item:last-child .content {
    padding: 0;
}


.stock .items .item.link:hover .content:before,
.stock .items .item.link:active .content:before {
    background: #e64477;
}

.stock .items .item:last-child:hover .content:before,
.stock .items .item:last-child:active .content:before {
    background: #505050;
}

.stock .items .item .content div {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 30%;
    z-index: 1;
    position: relative;
    text-align: left;
}

.stock .items .item .content div * {
    white-space: nowrap;
}

.stock .items .item .content .action {
    text-align: center;
    margin: 0 2%;
    vertical-align: top;
}

.stock .items .item .content del {
    font-size: 18px;
    text-align: center;
    color: #383838;
    font-weight: 600;
}

.stock .items .item .content .cost {
    font-size: 24px;
    line-height: 23px;
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
    color: #333A33;
}

/* winter stock */
.stock.winter {
    position: relative;
    background: none;
    height: 760px;
    overflow: hidden;
    color: #1C3043;
}

.stock.winter .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*opacity: 0.5;*/
}

.stock.winter .bg video {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    /*      *opacity: 0.1;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: overlay;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .stock.winter .bg video {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
    }
}

.stock.winter h2 {
    font-family: PF Agora Slab Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 80px;
    margin: 0 0 16px;
    text-align: left;

    text-transform: uppercase;

    color: #1C3043;

    mix-blend-mode: normal;
    text-shadow: 0px 0px 50px #79C7F3, 0px 0px 10px rgba(255, 255, 255, 0.25);
}

.stock.winter .date {
    padding: 32px;
    font-size: 16px;
    line-height: 15px;
    font-family: "Gotham Pro", sans-serif;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;

    color: #000000;

    opacity: 0.3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.stock.winter .bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: overlay;
    z-index: -1;
    background: url("/img/malinovka/banner-winter.jpg") no-repeat 50% 0;
    background-size: cover;
}

.stock.winter .container {
    padding-top: 106px;
}

.stock .anounce {
    padding: 58px 64px;
    position: relative;
    float: right;
    max-width: 55.5%;
    perspective: 160px;
    min-width: 640px;
}

.stock .anounce:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -500px;
    left: 0;
    opacity: 0.3;
    border-radius: 64px;
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 39.83%, rgba(255, 255, 255, 0) 69.65%);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 39.83%, rgba(255, 255, 255, 0) 69.65%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 39.83%, rgba(255, 255, 255, 0) 69.65%);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(1deg);
    transform: rotateY(1deg);
}

.stock .btns .bttn {
    display: block;
    width: 100%;
    margin: 0 0 26px;
    position: relative;
    max-width: 505px;
    vertical-align: top;
}

.stock .btns .bttn .content {
    border-radius: 16px;
    padding: 12px 32px;
    position: relative;
    perspective: 120px;
    white-space: nowrap;
}

.stock .btns .bttn .content:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    border-radius: 16px;
    background: #fff;
    z-index: -1;
}

.stock .btns .bttn:nth-child(odd) .content:before {
    left: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(2deg);
    transform: rotateY(2deg);
    right: -38px;
    z-index: -1;
}

.stock .btns .bttn:nth-child(even) .content:before {
    left: 0;
    background: #EB165A;
    border-radius: 16px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotateY(-2deg);
    transform: rotateY(-2deg);
    right: 35px;
}

.stock .btns .bttn.link .content:before {
    background: #EB165A;
}

.stock .btns .bttn:last-child:hover .content:before,
.stock .btns .bttn:last-child:active .content:before {
    background: #505050;
}

.stock .btns .bttn.text .content span {
    display: inline-block;
    vertical-align: middle;
    font-family: Gotham Pro;
    text-transform: uppercase;
    font-style: normal;
    color: #1C3043;
}
.stock .btns .bttn.text .content .percent {
    width: 205px;
    font-weight: bold;
    font-size: 80px;
    line-height: 77px;
    letter-spacing: -0.02em;
}

.stock .btns .bttn.text .content .txt {
    font-size: 27px;
    line-height: 34px;
    color: #1C3043;
    width: calc(100% - 220px);
    text-transform: lowercase;
    padding: 22px 0px;
    margin-left: 7px;
}

.stock .btns .bttn.link {
    margin: 0;
}

.stock .btns .bttn.link .content {
    padding: 0;
}

.stock .btns .bttn.link .content a {
    color: #fff;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 18px;
    position: relative;
    z-index: 2;
    display: block;
    padding: 28px 0;
    text-align: center;
    text-transform: uppercase;
}


.stock .btns .bttn.link .content a i {
    display: inline-block;
    margin-left: 6px;
    width: 10px;
    height: 16px;
    background: url("/img/malinovka/Vector.svg") no-repeat 0 0;
    background-size: contain;
}

@media all and (min-width: 1200px) {
    .stock .container {
        max-width: 1260px;
        padding: 0;
    }

}

@media all and (max-width: 1261px) {
    .stock .container {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }

    .stock .items .item:nth-child(2) .content:before, .stock .items .item:nth-child(3) .content:before, .stock .items .item:nth-child(6) .content:before {
        right: 0;
        left: -51px;
    }
}

@media all and (max-width: 1210px) {
    .stock.winter .container {
        max-width: 100%;
    }
}

@media all and (max-width: 1159px) {
    .stock.winter {
        height: 600px;
    }

    .stock.winter .container {
        padding: 64px 32px;
        max-width: 100%;
    }

    .stock.winter h2 {
        font-size: 57px;
        line-height: 70px;
        margin: 0 0 20px;
    }

    .stock .anounce {
        padding: 47px 0 47px 56px;
        min-width: 50%;
    }

    .stock .anounce:before {
        border-radius: 56px;
    }

    .stock .btns .bttn.text .content .percent {
        width: 180px;
        font-weight: bold;
        font-size: 70px;
        line-height: 70px;
        letter-spacing: -0.02em;
    }

    .stock .btns .bttn.text .content .txt {
        font-size: 24px;
        line-height: 29px;
        color: #1C3043;
        width: calc(100% - 180px);
        text-transform: lowercase;
        padding: 18px 0px;
        margin-left: 10px;
    }

    .stock .btns .bttn:nth-child(odd) .content:before {
        right: -30px;
    }

    .stock .btns .bttn {
        margin-bottom: 23px;
        max-width: 442px;
    }


    .stock .btns .bttn:nth-child(even) .content:before {
        right: 26px;
    }

    .stock .btns .bttn.link .content a {
        font-size: 18px;
        padding: 23px 0;
    }

    .stock.winter .bg:before {
        top: -10%;
    }

    .stock .btns .bttn .content {
        border-radius: 16px;
        padding: 12px 24px;
    }
}



@media all and (max-width: 1200px) {
    .stock .items .item {
        display: inline-block;
        width: 49%;
    }

    .stock .items .item {
        margin: 0px 0 40px;
    }

    .stock .items .item .content:before {
        bottom: -8px;
    }

    .stock .items .item .content div * {
        white-space: normal;
    }

    .stock .items .item .content .cost {
        font-size: 24px;
    }

    .stock .items .item .content .name strong, .stock .items .item .content .name b {
        font-size: 14px;

    }
    .stock .items .item .content strong, .stock .items .item .content b {
        display: inline-block;
        width: 100%;
        margin: 4px 0 0;
        line-height: 18px !important;
    }

    .stock .items .item:nth-child(1) .content:before, .stock .items .item:nth-child(4) .content:before, .stock .items .item:nth-child(5) .content:before {
        left: 0px;
        right: -70px;
    }

    .stock .items .item:nth-child(2) .content:before, .stock .items .item:nth-child(3) .content:before, .stock .items .item:nth-child(6) .content:before {
        right: -31px;
        left: -31px;
    }

    .stock .items .item.link a,
    .stock .items .item:last-child a {
        line-height: 92px;
    }
    /*
        .stock .items .item:nth-child(1) .content:before, .stock .items .item:nth-child(4) .content:before, .stock .items .item:nth-child(5) .content:before {
    left: 0px;
    right: -31px; }


    .stock .items .item:nth-child(2) .content:before, .stock .items .item:nth-child(3) .content:before, .stock .items .item:nth-child(6) .content:before {
    right: 0px;
    left: -31px;
    }*/

    @media all and (min-width: 1000px) and (max-width: 1060px) {
        .stock .items .item .content div {
            display: block;
            zoom: 1;
            vertical-align: middle;
            width: 100%;
            z-index: 1;
            position: relative;
            text-align: left !important;
            margin: 11px 0 !important;
            padding: 0;
        }

        section.stock h2 {
            text-align: center;
            text-transform: uppercase;
            font-family: PF Agora Slab Pro;
            font-size: 50px;
            line-height: 60px;
        }

        .stock .items .item:nth-child(2) .content:before, .stock .items .item:nth-child(3) .content:before, .stock .items .item:nth-child(6) .content:before, .stock .items .item:nth-child(7) .content:before, .stock .items .item:nth-child(10) .content:before {
            right: -3px;
            left: -16px;
        }

        .stock .items .item:nth-child(1) .content:before, .stock .items .item:nth-child(4) .content:before, .stock .items .item:nth-child(5) .content:before, .stock .items .item:nth-child(8) .content:before, .stock .items .item:nth-child(9) .content:before {
            left: 0px;
            right: -16px;
        }

        .stock .items .item .content .action {
            margin: 14px 0 8px !important;
        }

        .stock .items .item.link a,
        .stock .items .item:last-child a {
            line-height: 92px;
        }
    }

    @media all and (max-width: 1000px) {
        .stock .items .item {
            display: block;
            width: 100%;
            padding: 0 !important;
            max-width: 100%;
        }


        .stock .items .item:nth-child(odd) .content:before {
            left: 0px;
            right: -12%;
            -webkit-transform-origin: left !important;
            -ms-transform-origin: left !important;
            transform-origin: left !important;
            -webkit-transform: rotateY(2deg) !important;
            transform: rotateY(2deg) !important;
        }

        .stock .items .item:nth-child(even) .content:before {
            left: -12%;
            right: 0;
            -webkit-transform-origin: right !important;
            -ms-transform-origin: right !important;
            transform-origin: right !important;
            -webkit-transform: rotateY(-2deg) !important;
            transform: rotateY(-2deg) !important;
        }

        section.stock h2 {
            font-size: 40px;
            line-height: 44px;
            margin: 30px 0 10px;
        }

        .stock .items .item.link a,
        .stock .items .item:last-child a {
            line-height: 92px;
        }

        .stock.winter .bg:before {
            top: -10%;
            left: -500px;
            right: -500px;
        }
    }

    @media all and (max-width: 965px) {
        .stock.winter {
            height: 380px;
        }

        .stock.winter .date {
            font-size: 12px;
            line-height: 11px;
            padding: 16px;
        }

        .stock .anounce {
            padding: 34px 0 34px 35px;
            min-width: 50%;
        }

        .stock.winter .container {
            padding-top: 45px;
        }

        .stock.winter h2 {
            font-size: 34px;
            line-height: 42px;
            margin-bottom: 18px;
        }

        .stock .btns .bttn.text .content .txt {
            font-size: 14px;
            line-height: 18px;
            color: #1C3043;
            width: auto;
            text-transform: lowercase;
            padding: 11px 0px;
            margin-left: 4px;
        }

        .stock .btns .bttn .content {
            border-radius: 9px;
            padding: 5px 17px;
            perspective: 60px;
        }

        .stock .btns .bttn.text .content .percent {
            width: auto;
            font-weight: bold;
            font-size: 43px;
            line-height: 42px;
            letter-spacing: -0.02em;
        }

        .stock.winter .bg:before {
            top: -15%;
            left: 0;
            right: -200px;
            bottom: -16%;
        }

        .stock .anounce {
            padding: 34px 0 34px 35px;
            min-width: 50%;
            perspective: 80px;
        }

        .stock .anounce:before {
            -webkit-border-radius: 34px;
            -moz-border-radius: 34px;
            border-radius: 34px;
        }

        .stock .btns .bttn {
            max-width: 280px;
            margin-bottom: 16px;
        }

        .stock .btns .bttn.link .content a {
            font-size: 12px;
            padding: 18px 0;
        }

        .stock .btns .bttn:nth-child(odd) .content:before {
            right: -23px;
            border-radius: 9px;
        }

        .stock .btns .bttn:nth-child(even) .content:before {
            right: 22px;
            border-radius: 9px;
        }

        .stock .btns .bttn.link .content a i {
            width: 6px;
            height: 9px;
            margin-left: 2px;
        }

        .stock .btns .bttn.link .content a i svg {
            width: 100%;
            height: auto;
        }

    }




    @media all and (max-width: 820px) {
        .stock .items .item:nth-child(odd) .content:before {
            left: 0px;
            right: -8.5%;
        }

        .stock .items .item:nth-child(even) .content:before {
            left: -8.5%;
            right: 0;
        }

        .stock .items .item.link .content,
        .stock .items .item:last-child .content {
            min-height: auto;
        }
    }

    @media all and (max-width: 639px) {
        .stock.winter {
            height: 590px;
        }

        .stock.winter .bg:before {
            background: url("/img/malinovka/bg-winter_mobile.jpg") no-repeat 0 0;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .stock.winter .container {
            padding: 37px 0;
        }

        .stock.winter .date {
            text-align: center;
            width: 100%;
            color: #000000;
        }

        .stock .anounce {
            padding: 0;
            float: none;
            max-width: 100%;
            min-width: 100%;
            text-align: center;
        }

        .stock .anounce .btns {
            width: 272px;
            margin: 0 auto;
        }

        .stock .anounce:before {
            display: none;
        }

        .stock.winter .container h2 {
            font-size: 34px;
            line-height: 41px;
            text-align: center;
            text-transform: uppercase;
            margin: 0 0 16px;
            color: #FFFFFF;

            mix-blend-mode: normal;
            text-shadow: 0px 0px 50px #79C7F3, 0px 0px 10px rgba(255, 255, 255, 0.25);
        }

        .stock .btns .bttn.text .content span {
            display: block;
        }

        .stock .btns .bttn .content {
            border-radius: 0px;
            padding: 30px 33px;
            perspective: 36px;
            text-align: left;
        }

        .stock .btns .bttn:nth-child(odd) .content:before {
            right: -40px;
            border-radius: 16px;
        }

        .stock .btns .bttn.text .content .percent {
            width: auto;
            font-weight: bold;
            font-size: 65px;
            line-height: 60px;
        }

        .stock .btns .bttn.text .content .txt {
            font-size: 24px;
            line-height: 32px;
            color: #1C3043;
            width: auto;
            text-transform: lowercase;
            padding: 0;
            margin: 4px 0 0;
        }



        .stock .btns .bttn.text {
            margin-bottom: 165px;
            position: relative;
        }

        .stock .btns .bttn.text:after {
            content: "";
            position: absolute;
            top: 131px;
            left: 0;
            right: -12px;
            height: 230px;
            display: block;
            background: url("/img/malinovka/house_mobile.png") no-repeat 50% 0;
        }

        .stock .btns .bttn.link .content a {
            font-size: 16px;
            padding: 16px 0;
        }

        .stock .btns .bttn:nth-child(even) .content:before {
            right: 26px;
            border-radius: 14px;
            left: -4px;
        }

        .stock .btns .bttn.link .content a i {
            width: 11px;
            height: 13px;
            margin-left: 8px;
        }
    }

    @media all and (max-width: 560px) {
        .stock .items .item .content div {
            display: block;
            zoom: 1;
            vertical-align: middle;
            width: 100%;
            z-index: 1;
            position: relative;
            text-align: left !important;
            margin: 11px 0 !important;
            padding: 0;
        }

        section.stock h2 {
            margin: 50px 0 10px;
            font-size: 32px;
            line-height: 40px;
        }

        .stock .items .item:nth-child(2) .content:before, .stock .items .item:nth-child(3) .content:before, .stock .items .item:nth-child(6) .content:before {
            right: -3px;
            left: -16px;
        }

        .stock .items .item:nth-child(1) .content:before, .stock .items .item:nth-child(4) .content:before, .stock .items .item:nth-child(5) .content:before {
            left: 0px;
            right: -16px;
        }

        .stock .items .item .content .action {
            white-space: nowrap;
            margin: 14px 0 8px !important;
        }

        .stock .items .item .content .action br {
            display: none;
        }

        .stock .items .item .content .action span {
            width: auto;
            display: inline-block;
            margin-right: 10px;
        }

        .stock .items .item .content del {
            font-size: 16px;
        }

        .stock .items .item:nth-child(even) .content:before {
            left: -8% !important;
            right: 0 !important;
        }

        .stock .items .item:nth-child(odd) .content:before {
            left: 0px !important;
            right: -8% !important;
        }

        .stock .items .item.link a,
        .stock .items .item:last-child a {
            font-family: PF Agora Slab Pro;
            font-size: 17.7793px;
            line-height: 21px;
            text-align: center;
            letter-spacing: 0.02em;
            text-transform: uppercase;
        }

        .stock .items .item.link .content:before,
        .stock .items .item:last-child .content:before {
            min-height: 48px;
        }

        .stock .items .item.link a,
        .stock .items .item:last-child a {
            line-height: 45px;
            min-height: 48px;
        }
    }

    @media all and (max-width: 460px) {
        .stock .items .item:nth-child(even) .content:before {
            left: -4% !important;
            right: 0 !important;
        }

        .stock .items .item:nth-child(odd) .content:before {
            left: 0px !important;
            right: -4% !important;
        }
    }
    @media screen and (max-width: 1080px) {
        .leaflet-popup-content .info .btn-primary {
            width: 50%; !important;
            margin-left: 10px;
        }

        .ballonfixbutton{
            width: 50%; !important;
            margin-right: 10px;

        }
    }
    
    .ymaps-2-1-79-balloon__content {
        box-sizing: border-box;
    }

    .ymaps-2-1-79-balloon ymaps, .ymaps-2-1-79-balloon-panel {
        box-sizing:border-box;
    }

