@charset "UTF-8";
#dnone1 {
    display:none;
    }
.polosa{
    border-left: 1px #d8d8d8 solid;
    margin: 0 10px 0 0;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-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-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-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;
    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, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -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;
    background-size: 27px 44px;
    background-position: 50%;
    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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.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-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

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

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-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;
    -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-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.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-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9);
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    line-height: 16px;
    height: 28px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: transparent;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: 22px;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays,
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-weekdays .flatpickr-weekdaycontainer,
span.flatpickr-weekday {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, .54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, .3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.flatpickr-innerContainer,
.flatpickr-rContainer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */



main {
    display: block
}

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

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

pre {
    font-family: monospace;
    font-size: 1em
}



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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
input {
    border: none;
    padding: 0;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

textarea {
    resize: none
}

button,
input,
select,
textarea {
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button::-ms-clear,
button::-ms-reveal,
input::-ms-clear,
input::-ms-reveal,
select::-ms-clear,
select::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
    display: none
}

button::-moz-focus-inner,
button::-moz-focus-outer,
input::-moz-focus-inner,
input::-moz-focus-outer,
select::-moz-focus-inner,
select::-moz-focus-outer,
textarea::-moz-focus-inner,
textarea::-moz-focus-outer {
    border: 0
}

.page {
    /*overflow: hidden;*/
    transition: padding ease
}

.page--visible {
    overflow: visible
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes animatetop {
    0% {
        top: -18.75rem
    }

    to {
        top: 0
    }
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container.container--detail {
    width: 100%;
    margin: 0 auto;
    padding: 0 .9375rem
}

.container.container--relative,
.core-button {
    position: relative
}



.core-button svg {
    display: inline-block;
    margin-right: .875rem;
    transition: transform .2s linear
}



.core-button:hover img {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}



.core-button.core-button--shadow-pink span {
    z-index: 9;
    color: #fff
}

.core-button.core-button--shadow-pink:hover {
    box-shadow: 0 4px 6px rgba(185, 28, 62, .3), 0 2px 6px rgba(185, 28, 62, .3);
    background-color: transparent
}

.core-button.core-button--shadow-pink:hover:before {
    opacity: 0
}








.core-agreement .core-agreement__link:hover {
    text-decoration: underline
}





.button svg {
    vertical-align: middle
}



.button.button--big {
    padding: 0 30px
}

.button.button--middle {
    padding: 0 25px
}

.button.button--new {
    padding: 0 48px
}





.button.button--shadow {
    box-shadow: 0 0 29px 4px rgba(0, 0, 0, .25)
}




.button.button--shadow-pink span {
    z-index: 9;
    color: #fff
}

.button.button--shadow-pink:hover:before {
    opacity: 0
}


.button-animation {
    position: relative;
    overflow: hidden
}



.button-animation:hover:after {
    animation: inherit;
    opacity: 0
}



@keyframes pulse {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    25% {
        transform: scale(2)
    }

    35% {
        transform: scale(2.5)
    }

    50% {
        opacity: 1;
        transform: scale(4)
    }

    60% {
        transform: scale(6)
    }

    75% {
        transform: scale(8)
    }

    to {
        transform: scale(12);
        opacity: 0
    }
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: .25rem
}

.pagination .pagination__btn {
    height: .9375rem;
    width: .9375rem;
    cursor: pointer;
    position: relative;
    margin-top: .1875rem
}

.pagination .pagination__btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .5rem;
    height: .5rem;
    border: 2px solid #b6b6b6;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pagination .pagination__btn.pagination__btn--prev {
    margin-right: .9375rem
}

.pagination .pagination__btn.pagination__btn--prev:after {
    border-right: none;
    border-top: none
}

.pagination .pagination__btn.pagination__btn--next {
    margin-left: .9375rem
}

.pagination .pagination__btn.pagination__btn--next:after {
    border-left: none;
    border-bottom: none
}

.pagination .pagination__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}



.pagination .pagination__link:not(:last-of-type) {
    margin-right: .625rem
}



.pagination.pagination--red .pagination__links {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.pagination.pagination--red .pagination__links > span {
    margin-right: .625rem
}





.pagination.pagination--red .pagination__btn {
    width: 2.5rem;
    height: 2.5rem;
    transition: background-color .3s ease
}

.pagination.pagination--red .pagination__btn:after {
    left: 50%;
    top: 50%;
    width: .9375rem;
    height: .9375rem;
    border-width: 3px;
    margin: -.5625rem 0 0 -.75rem;
    transition: border-color .3s ease
}


.pagination.pagination--red .pagination__btn--next {
    margin-left: .9375rem;
    position: absolute;
    right: -2.5rem
}

.cselect select {
    display: none
}


.cselect ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto
}

.cselect .cselect__li {
    padding: 0 1.25rem 0 .625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2.25rem;
    font-size: .875rem;
    cursor: pointer
}

.cselect .cselect__li:hover {
    background-color: #deeeff;
    color: #333
}

.cselect .cselect__li:hover .cselect__checkbox-label:before {
    border-color: #0871cc
}

.cselect .cselect__li.cselect__li--active {
    background-color: #0871cc;
    color: #fff;
    display: none
}

.cselect .cselect__li.cselect__li--disabled {
    background-color: #cecece;
    cursor: default;
    pointer-events: none
}

.cselect .cselect__col-input {
    border: 0;
    padding: 0 1.25rem;
    border-bottom: 1px solid #d8d8d8;
    line-height: 2.25rem;
    width: 100%
}

.cselect .cselect__title {
    border: 1px solid #e5e5e5;
    padding: 0 1.25rem;
    line-height: 2.6875rem;
    border-radius: .25rem;
    transition: border-color .3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.cselect .cselect__title.cselect__title--open,
.cselect .cselect__title:hover {
    border-color: #0871cc
}

.cselect .cselect__title.cselect__title--open .cselect__title-ico {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    stroke: #0871cc
}

.cselect .cselect__title-add {
    color: #aaa
}

.cselect .cselect__title-ico {
    height: .3125rem;
    width: .5rem;
    transition: stroke .3s ease, transform .3s ease;
    position: absolute;
    right: .9375rem;
    top: 50%;
    margin-top: -.1875rem;
    stroke: #c6c6c6
}

.cselect .cselect__col-title {
    padding: 0 .625rem;
    border-bottom: 1px solid #cecece
}

.cselect .cselect__popup {
    display: none;
    box-shadow: 0 0 .9375rem rgba(0, 0, 0, .15);
    position: absolute;
    top: 98%;
    z-index: 30;
    width: auto;
    min-width: 100%;
    background-color: #fff;
    border-radius: 0 0 .25rem .25rem;
    overflow: hidden
}

.cselect .cselect__popup:after {
    content: " ";
    clear: both;
    display: block
}

.cselect .cselect__popup.cselect__popup--show {
    display: block
}

.cselect .cselect__col {
    width: 50%;
    float: left;
    overflow-y: auto
}

.cselect .cselect__col.cselect__col--max-width {
    width: 100%;
    padding: .625rem 0
}

.cselect .cselect__col.cselect__col--scroll {
    position: relative;
    overflow: hidden
}

.cselect .cselect__col.cselect__col--scroll:after,
.cselect .cselect__col.cselect__col--scroll:before {
    position: absolute;
    content: "";
    width: .25rem;
    height: .25rem;
    right: 0;
    border-left: 2px solid #aaa;
    border-top: 2px solid #aaa;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.cselect .cselect__col.cselect__col--scroll:before {
    top: .1875rem;
    right: 1px
}

.cselect .cselect__col.cselect__col--scroll:after {
    bottom: .25rem;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.cselect .cselect__col-list {
    height: 100%;
    position: relative
}

.cselect .cselect__inputs-wrp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.cselect .cselect__input-wrp {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cselect .cselect__input {
    display: inline-block;
    padding: 0 1.25rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    font-size: 1rem;
    color: #333;
    width: 100%
}

.cselect .cselect__input:-ms-input-placeholder {
    color: #e5e5e5
}

.cselect .cselect__input::placeholder {
    color: #e5e5e5
}

.cselect .cselect__checkbox {
    position: relative
}

.cselect .cselect__checkbox input {
    display: none
}

.cselect .cselect__checkbox input:checked + label:before {
    background-color: #0871cc;
    border-color: #0871cc
}

.cselect .cselect__checkbox input:checked + label:after {
    opacity: 1
}

.cselect .cselect__checkbox-label {
    position: relative;
    display: block;
    cursor: pointer
}

.cselect .cselect__checkbox-label:before,
.cselect .cselect__checkbox-label span {
    display: inline-block;
    vertical-align: middle
}

.cselect .cselect__checkbox-label:before {
    content: "";
    position: relative;
    margin-right: .5625rem;
    height: 1rem;
    width: 1rem;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: .25rem;
    transition: .4s ease
}

.cselect .cselect__checkbox-label:after {
    content: "";
    position: absolute;
    top: .8125rem;
    left: .375rem;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: .5rem;
    width: .25rem;
    opacity: 0;
    transition: opacity .4s ease
}

.cselect .cselect__col-list-wrp {
    position: relative;
    max-height: 11.25rem;
    overflow: hidden
}

.cselect .cselect__col-list-wrp .ps {
    position: relative
}

.cselect .cselect__col-list-wrp .ps__rail-x {
    display: none
}

.cselect .cselect__col-list-wrp .ps__rail-y {
    display: none;
    position: absolute;
    right: .625rem;
    top: .9375rem;
    bottom: .9375rem;
    width: .4375rem;
    background-color: transparent
}

.cselect .cselect__col-list-wrp .ps__thumb-y {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0871cc;
    opacity: 1;
    width: 100%;
    border-radius: .625rem;
    margin-right: -.625rem
}

.cselect .cselect__col-list-wrp.ps--active-y .ps__rail-y {
    display: block
}

.breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs .breadcrumbs__link {
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 400;
    position: relative;
    margin-right: .625rem;
    padding-right: .875rem
}

.breadcrumbs .breadcrumbs__link:last-of-type {
    cursor: default;
    color: #347fdc
}

.breadcrumbs .breadcrumbs__link:not(:last-of-type) {
    color: #999
}

.breadcrumbs .breadcrumbs__link:not(:last-of-type):before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    height: .3125rem;
    width: .3125rem;
    right: 0;
    top: 50%;
    background-color: #e0e0e0;
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.breadcrumbs .breadcrumbs__link:not(:last-of-type):hover {
    color: #0871cc
}

.breadcrumbs.breadcrumbs--white .breadcrumbs__link {
    color: #fff
}

.breadcrumbs.breadcrumbs--white .breadcrumbs__link:not(:first-of-type):before {
    background-color: #fff
}

.breadcrumbs.breadcrumbs--white .breadcrumbs__link:not(:last-of-type) {
    color: #fff
}

.breadcrumbs.breadcrumbs--white .breadcrumbs__link:not(:last-of-type):hover {
    color: #0871cc
}

.icon {
    display: inline-block;
    width: 1.5625rem;
    height: 1.5625rem;
    background-position: 50% 50%
}

.textarea {
    padding: .625rem 1.25rem 0;
    font-size: .875rem;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    color: #333;
    transition: border-color .2s;
    cursor: pointer;
    outline: none
}


.core-calendar {
    width: 100%;
    margin-bottom: .9375rem
}

.core-calendar .flatpickr-calendar {
    width: 100%;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #f4f4f4
}

.core-calendar .flatpickr-rContainer {
    width: 100%
}

.core-calendar .flatpickr-weekdays {
    width: 100%;
    height: 3.125rem;
    border-bottom: 1px solid #e1e1e1
}

.core-calendar .flatpickr-weekdaycontainer {
    max-width: 16.0625rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto
}

.core-calendar .flatpickr-weekday {
    font-weight: 600;
    font-size: .875rem;
    color: #333
}

.core-calendar .flatpickr-days {
    width: 100%;
    max-width: 16.0625rem;
    margin: 0 auto
}

.core-calendar .dayContainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}

.core-calendar .flatpickr-prev-month {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: .625rem
}

.core-calendar .flatpickr-prev-month svg {
    fill: #e1e1e1
}

.core-calendar .flatpickr-prev-month:hover svg {
    fill: #000
}

.core-calendar .flatpickr-next-month {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
    padding: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .625rem
}

.core-calendar .flatpickr-next-month svg {
    fill: #e1e1e1
}

.core-calendar .flatpickr-next-month:hover svg {
    fill: #000
}

.core-calendar .flatpickr-month {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.125rem;
    background-color: #0871cc
}

.core-calendar .flatpickr-day {
    font-family: -apple-system, serif, Arial, sans-serif;
    border-radius: .1875rem
}

.core-calendar .flatpickr-day:hover {
    background-color: #ededed
}

.core-calendar .flatpickr-day:not(.selected) {
    pointer-events: none
}

.core-calendar .flatpickr-day.selected {
    position: relative;
    border-color: transparent;
    border-radius: .125rem;
    background-color: transparent;
    color: #333
}

.core-calendar .flatpickr-day.selected:after {
    position: absolute;
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    border-radius: .125rem;
    border: 1px solid #0871cc;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.core-calendar .flatpickr-day.selected:hover {
    color: #fff
}

.core-calendar .flatpickr-day.selected:hover:after {
    background-color: #f68ba3
}

.core-calendar .flatpickr-day.today {
    position: relative;
    border-color: transparent;
    border-radius: .125rem;
    background-color: transparent;
    color: #fff
}

.core-calendar .flatpickr-day.today:after {
    position: absolute;
    content: "";
    width: 1.875rem;
    height: 1.875rem;
    border-radius: .125rem;
    border: 1px solid #0871cc;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0871cc;
    z-index: -1
}

.core-calendar .flatpickr-day.today:hover {
    color: #fff
}

.core-calendar .flatpickr-day.today:hover:after {
    background-color: #0871cc
}

.core-calendar .flatpickr-current-month {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-family: -apple-system, serif, Arial, sans-serif;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    padding: 0;
    pointer-events: none
}

.core-calendar .flatpickr-current-month .cur-month {
    font-weight: 400
}

.radio .radio__item {
    position: relative
}

.radio .radio__item label {
    position: relative;
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #333;
    cursor: pointer
}

.radio .radio__item label:hover .radio__tooltip {
    opacity: 1
}

.radio .radio__item input {
    display: none
}

.radio .radio__item input:checked + label:after {
    opacity: 1
}

.radio .radio__item input:disabled + label {
    color: #b4b4b4;
    background: #e9e9e9
}

.radio .radio__item input:disabled + label:hover {
    border-color: #e9e9e9
}

.radio .radio__item:not(:first-of-type) {
    margin-top: 1.125rem
}

.radio .radio__tooltip {
    font-size: .875rem;
    line-height: 1.125rem;
    background: #fff;
    color: #363636;
    text-align: center;
    border-radius: .25rem;
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
    display: block;
    min-width: 13.4375rem;
    padding: .3125rem .625rem .375rem;
    bottom: 3.375rem;
    opacity: 0;
    transition: opacity .3s ease
}

.radio .radio__tooltip,
.radio .radio__tooltip:after {
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.radio .radio__tooltip:after {
    content: "";
    bottom: -.375rem;
    width: 0;
    height: 0;
    border-top: .375rem solid #fff;
    border-left: .1875rem solid transparent;
    border-right: .1875rem solid transparent
}

.radio.radio--circle .radio__item label {
    padding-left: 2rem
}

.radio.radio--circle .radio__item label:before {
    position: absolute;
    content: "";
    height: 1rem;
    width: 1rem;
    left: 0;
    top: .125rem;
    border: 1px solid #e5e5e5;
    border-radius: 50%
}

.radio.radio--circle .radio__item label:after {
    content: "";
    position: absolute;
    height: .5rem;
    width: .5rem;
    top: .4375rem;
    left: .3125rem;
    border-radius: 50%;
    background-color: #0871cc;
    opacity: 0;
    transition: opacity .3s ease
}

.header.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500
}

.header-top {
    display: none;
    background-color: #333;
    height: 40px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-top .header-top__geo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 20;
    -ms-flex-preferred-size: 14.5%;
    flex-basis: 14.5%;
    left: 35px;
    position: absolute;
    margin: 10px 0 0 0;
}

.header-top .header-top__geo .header-top__ico {
    fill: #fff
}

.header-top .header-top__geo .cselect .cselect__main {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: transparent
}

.header-top .header-top__geo .cselect .cselect__title {
    display: inline-block;
    font-weight: 600;
    font-size: .875rem;
    padding-right: 1.25rem;
    color: #fff;
    border: none;
    padding-left: 0;
    line-height: 1;
    cursor: pointer
}

.header-top .header-top__geo .cselect .cselect__title:after {
    right: 0;
    top: 50%;
    margin-top: -.1875rem
}

.header-top .header-top__geo .cselect .cselect__title-ico {
    right: 0;
    margin-top: -.0625rem
}

.header-top .header-top__geo .cselect .cselect__popup {
    width: auto;
    top: calc(100% + 12px);
    left: -1.375rem
}

.header-top .header-top__geo .cselect .cselect__popup li {
    cursor: pointer;
    padding: 0 1.375rem
}

.header-top .header-top__geo .cselect .cselect__popup li:hover:not(.cselect--disabled) {
    background-color: transparent;
    color: #0871cc
}

.header-top .header-top__geo .cselect .cselect__popup li.cselect--active {
    background-color: transparent;
    color: #aaa
}

.header-top .header-top__geo-ico {
    height: .9375rem;
    width: .875rem;
    margin-right: .5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #fff
}

.header-top .header-top__nav {
    height: 100%;
    -ms-flex-positive: 1;
    flex-grow: 0;
}

.header-top .header-top__nav ul {
    margin: 0;
    padding: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
}

.header-top .header-top__nav ul li:not(:last-of-type) {
    padding: 11px 20px;
}

.header-top .header-top__link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    color: #fff
}

.header-top .header-top__link-ico {
    width: .9375rem;
    height: .9375rem;
    fill: #fff;
    stroke: #fff;
    margin-right: 8px
}

.header-top .header-top__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-top .header-top__fav {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.header-top .header-top__fav span {
    color: #fff;
    font-size: 13px
}

.header-top .header-top__fav-ico {
    margin-right: 10px;
    stroke: #fff;
    width: 21px;
    height: 18px
}

.header-top .header-top__lk {
    margin-left: 25px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.header-top .header-top__lk span {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.header-top .header-top__lk-ico {
    margin-right: 10px;
    fill: #fff;
    height: 22px;
    width: 22px
}

.header-top.header-top--hide {
    pointer-events: none
}

.header-main {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: height .2s linear;
    box-shadow: -1px -1px 5px 0 rgba(0, 0, 0, 0.26);
    padding-left: .625rem;
    height: 3.8rem;
    top: 0;
    left: 0;
    right: 0
}

.header-main .header-main__logo {
opacity: 1;
    left: 0;
    position: absolute;
    transition: opacity .1s, display .1s 1s;
}

.header-main .header-main__logo a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.header-main .header-main__logo svg {
    transition: height .3s ease, width .3s ease;
    fill: #0871cc;
    pointer-events: none
}

.header-main .header-main__logo-ico {
    height: 2.5625rem;
    margin-right: 25px;
}


.header-main .header-main__logo-text {
    height: 2.625rem;
    width: 4rem
}

.header-main.header-main--small .header-nav .header-nav__item--scroll {
    display: -ms-flexbox;
    display: flex
}

.header-main.header-main--open {
    z-index: 502
}

.header-main.header-main--open .header-buttons .header-buttons__phone,
.header-main.header-main--open .header-nav-tablet {
    display: none
}

.header-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: absolute;
    right: 0;
}

.header-buttons .header-buttons__phone {
    display: flex;
    line-height: 0;
    margin: 22px 15px 0 15px;
}
.trubka .link_trubka{
    color:#1d74fb;
    }
.trubka .link_trubka:hover{
    color:#F44336;
    }
.header-buttons .header-buttons__phone-number {
    font-size: 1.0625rem;
    text-decoration: none;
    color: #333;
    transition: color .3s;
    font-weight: 500
}

.header-buttons .header-buttons__phone-number:hover {
    color: #0871cc
}

.header-buttons .header-buttons__phone-btn {
    font-size: .875rem;
    padding-left: 1.25rem;
    margin-left: 1.25rem;

    color: #333;
    cursor: pointer;
    position: relative;
    display: none
}

.header-buttons .header-buttons__phone-btn svg {
    fill: #0871cc;
    display: inline-block;
    vertical-align: middle;
    margin-right: .625rem
}

.header-buttons .header-buttons__phone-btn:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2
}

.header-buttons .header-buttons__phone-btn:hover {
    color: #0871cc
}

.header-buttons .header-buttons__wrp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 5.625rem;
    flex-basis: 5.625rem;
    max-width: 5.625rem
}

.header-buttons .header-buttons__item {
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    opacity: 1;
    height: 100%;
    transition: opacity .2s;
    animation-play-state: paused;
    animation-fill-mode: both;
    animation-duration: .6s;
    animation-name: fadeIn;
    display: none
}

.header-buttons .header-buttons__item.header-buttons__item--add-fav {
    display: none;
    border-left: 1px solid #e3e3e3;
    padding: 0 1.09375rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 5.625rem;
    flex-basis: 5.625rem;
    max-width: 5.625rem
}

.header-buttons .header-buttons__item.header-buttons__item--add-fav svg {
    display: inline-block;
    height: 1.25rem;
    stroke: #c6c6c6;
    vertical-align: middle;
    fill: none
}

.header-buttons .header-buttons__item.header-buttons__item--add-fav span {
    color: #333;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}

.header-buttons .header-buttons__item.header-buttons__item--lk {
    display: none;
    padding-left: 1.25rem;
    margin-left: 1.25rem
}

.header-buttons .header-buttons__item.header-buttons__item--lk svg {
    fill: #c6c6c6;
    stroke: none;
    display: inline-block;
    vertical-align: middle
}

.header-buttons .header-buttons__item.header-buttons__item--call-me {
    border-left: 1px solid #e3e3e3;
    padding: 0 1.25rem;
    -ms-flex-preferred-size: 5.375rem;
    flex-basis: 5.375rem;
    max-width: 5.375rem;
    animation-play-state: running;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center
}

.header-buttons .header-buttons__item.header-buttons__item--call-me svg {
    fill: #0871cc;
    animation: shake 1.2s ease infinite
}

.header-buttons .header-buttons__item svg {
    transition: fill .5s, stroke .5s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-buttons .header-buttons__item:active svg,
.header-buttons .header-buttons__item:focus svg,
.header-buttons .header-buttons__item:hover svg {
    fill: #0871cc;
    stroke: #0871cc
}

.header-buttons .header-buttons__text,
.header-buttons .header-buttons__text:last-of-type {
    display: none
}

.header-buttons .header-buttons__menu-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .75rem;
    -ms-flex-preferred-size: 5.625rem;
    flex-basis: 5.625rem;
    max-width: 5.625rem;
    cursor: pointer;
    -ms-flex-order: 3;
    order: 3;
    height: 61px;
    transition: .5s ease-in-out;
    border-left: 1px solid #e3e3e3;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center
}

.header-buttons .header-buttons__menu-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: opacity .3s ease
}

.header-buttons .header-buttons__menu-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #0871cc;
    opacity: 1;
    left: 0;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .6s ease-in-out
}

.header-buttons .header-buttons__menu-btn span:first-child {
    top: 0
}

.header-buttons .header-buttons__menu-btn span:nth-child(2),
.header-buttons .header-buttons__menu-btn span:nth-child(3) {
    top: .5625rem
}

.header-buttons .header-buttons__menu-btn span:nth-child(4) {
    top: 1.125rem
}

.header-buttons .header-buttons__menu-btn.header-buttons__menu-btn--open {
    background-color: #fff;
    position: relative
}

.header-buttons .header-buttons__menu-btn.header-buttons__menu-btn--open:after {
    opacity: 1
}

.header-buttons .header-buttons__menu-btn.header-buttons__menu-btn--open span {
    background-color: #0871cc
}

.header-buttons .header-buttons__menu-btn.header-buttons__menu-btn--open span:first-child {
    width: 0;
    left: 50%
}

.header-buttons .header-buttons__menu-btn.header-buttons__menu-btn--open span:nth-child(2) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-buttons .header-buttons__menu-btn.header-buttons__menu-btn--open span:nth-child(3) {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-buttons .header-buttons__menu-btn.header-buttons__menu-btn--open span:nth-child(4) {
    width: 0;
    left: 50%
}

.header-buttons .header-buttons__menu-btn.header-buttons__menu-btn--open .header-buttons__text {
    display: none
}

.header-buttons .header-buttons__menu-btn-lines {
    width: 1.625rem;
    height: 1.125rem;
    position: relative;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

@keyframes shake {
    0% {
        transform: rotate(0deg)
    }

    10% {
        transform: rotate(-30deg)
    }

    20% {
        transform: rotate(15deg)
    }

    30% {
        transform: rotate(-10deg)
    }

    40% {
        transform: rotate(7.5deg)
    }

    50% {
        transform: rotate(-6deg)
    }

    60% {
        transform: rotate(5deg)
    }

    70% {
        transform: rotate(-4.28571deg)
    }

    80% {
        transform: rotate(3.75deg)
    }

    90% {
        transform: rotate(-3.33333deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.header-nav {
    -ms-flex-positive: 1;
    flex-grow: 0;
    height: 100%
}

.header-nav ul {
    margin: 0;
    max-width: 100%;
}

.header-nav .header-nav__item {
    display: block;
    list-style: none;
    height: auto;
    background-color: #fff;
    border-top: 1px solid hsla(0, 0%, 80.4%, .5);
    min-width: 15rem
}

.header-nav .header-nav__item:first-of-type {
    border-top: none
}

.header-nav .header-nav__item:last-of-type {
    border-bottom: 1px solid hsla(0, 0%, 80.4%, .5)
}

.header-nav .header-nav__item.header-nav__item--hover .header-nav__item-link {
    color: #0871cc;
    cursor: pointer;
    font-weight: 600
}

.header-nav .header-nav__item.header-nav__item--hover .header-nav__item-link:after {
    opacity: 1
}

.header-nav .header-nav__item.header-nav__item--hover .header-nav__item-link.header-nav__item.header-nav__item--hover .header-nav__item-link--more svg,
.header-nav .header-nav__item.header-nav__item--hover .header-nav__item-link svg {
    fill: #0871cc;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-nav .header-nav__item.header-nav__item--hover .header-nav__item-link + .header-nav__item-dropdown-wrp {
    opacity: 1;
    pointer-events: all
}

.header-nav .header-nav__item.header-nav__item--hover .header-nav-row__links {
    pointer-events: auto
}

.header-nav .header-nav__item.header-nav__item--active .header-nav__item-link {
    color: #0871cc
}

.header-nav .header-nav__item.header-nav__item--showMob {
    display: block
}

.header-nav .header-nav__item.header-nav__item--dropdown .header-nav__item-link svg {
    display: inline-block
}

.header-nav .header-nav__item-link {
    position: relative;
    display: block;
    text-decoration: none;
    transition: color .3s ease;
    height: 3.75rem;
    line-height: 3.75rem;
    color: #333;;
    font-size: 1rem;
}

.header-nav .header-nav__item-link svg {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    fill: #cdcdcd;
    width: .625rem;
    height: 7px;
    vertical-align: middle;
    transition: fill .3s ease, transform .3s ease
}

.header-nav .header-nav__item-link.header-nav__item-link--more svg {
    display: inline-block
}

.header-nav .header-nav__item-link.header-nav__item-link--open {
    color: #0871cc;
    font-weight: 600
}

.header-nav .header-nav__item-link.header-nav__item-link--open svg {
    fill: #0871cc;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-nav .header-nav__item-link.header-nav__item-link--open + .header-nav__item-dropdown-wrp {
    pointer-events: visible
}

.header-nav .header-nav__item-dropdown-top {
    width: 100%;
    position: relative
}

.header-nav .header-nav__item-dropdown-wrp {
    top: 0;
    position: relative;
    width: auto;
    z-index: 10;
    opacity: 1;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s linear
}

.header-nav .header-nav__item-dropdown-container {
    display: block;
    width: auto;
    max-width: none
}

.header-nav .header-nav__item-dropdown-container.header-nav__item-dropdown-container--many {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-nav .header-nav__item-dropdown-container.header-nav__item-dropdown-container--many .header-nav__item-dropdown {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.header-nav .header-nav__item-dropdown-container.header-nav__item-dropdown-container--many .header-nav__item-dropdown svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-nav .header-nav__item-dropdown-container::-webkit-scrollbar {
    display: none
}

.header-nav .header-nav__item-dropdown {
    position: relative;
    font-size: 1.125rem;
    display: block;
    color: #cdcdcd;
    transition: background-color .5s
}

.header-nav .header-nav__item-dropdown svg {
    fill: #ddd;
    transition: fill .3s ease-in-out;
    height: 1.6875rem;
    margin-right: .75rem;
    display: none
}

.header-nav .header-nav__item-dropdown span {
    padding: .625rem 0 .625rem 1.25rem;
    display: block;
    font-size: 1rem;
    color: rgba(51, 51, 51, .6);
    transition: color .3s ease-in-out
}

.header-nav .header-nav__item-dropdown:last-of-type {
    margin-right: 0;
    margin-bottom: .9375rem
}

.header-nav .header-nav__item-dropdown:hover svg {
    fill: #0871cc
}

.header-nav .header-nav__item-dropdown:hover span {
    color: #0871cc
}

.header-nav .header-nav__item-dropdown.header-nav__item-dropdown--stroke svg {
    fill: none;
    stroke: #ddd;
    transition: stroke .3s ease-in-out
}

.header-nav .header-nav__item-dropdown.header-nav__item-dropdown--stroke:hover svg {
    fill: none;
    stroke: #0871cc
}

.header-nav .header-nav__item-dropdown-column:last-of-type .header-nav__item-dropdown-row:last-of-type {
    border-bottom: none
}

.header-nav .header-nav__item-dropdown-row {
    height: auto;
    width: 100%;
    padding: 1.0625rem 0 1.0625rem .625rem;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    white-space: normal;
    border-bottom: 1px solid hsla(0, 0%, 80.4%, .5)
}

.header-nav .header-nav__item-dropdown-row:hover svg {
    fill: #0871cc
}

.header-nav .header-nav__item-dropdown-row:hover a {
    color: #0871cc
}

.header-nav .header-nav__item-dropdown-row svg {
    display: none
}

.header-nav .header-nav__social {
    opacity: 0;
    padding: 2.5rem;
    margin: 0;
    max-width: 100%;
    -ms-transform: scale(1.1) translateY(-1.5rem);
    transform: scale(1.1) translateY(-1.5rem);
    transition: opacity .5s ease-out, transform .5s ease-out;
    transition-delay: 50ms, 50ms;
    display: block;
    text-align: center
}

.header-nav .header-nav__social-phone {
    font-size: 1.25rem;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    text-align: center;
}

.header-nav .header-nav__social-items {
    margin-top: 1.875rem
}

.header-nav .header-nav__social-item,
.header-nav .header-nav__social-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.header-nav .header-nav__social-item {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cdcdcd;
    margin-right: .8125rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 4px;
    position: relative;
    transition: border-color .3s ease
}

.header-nav .header-nav__social-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.header-nav .header-nav__social-item:last-of-type {
    margin-right: 0
}

.header-nav .header-nav__social-item svg {
    fill: #cdcdcd;
    transition: fill .3s ease
}

.header-nav .header-nav__social-item:hover {
    border-color: #0871cc
}

.header-nav .header-nav__social-item:hover svg {
    fill: #0871cc
}

.header-nav .header-nav__closeCircle {
    display: none
}

.header-nav .header-nav__bottom {
    background: none;
    min-height: 1.875rem;
    width: auto
}

.header-nav .header-nav__circleBtn {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -1.75rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-nav .header-nav__miniCircleBtn {
    width: 1.3125rem;
    height: 1.3125rem;
    border-radius: 50%;
    background-color: #f6f6f6;
    position: relative;
    margin: 1.0625rem auto 0
}

.header-nav .header-nav__miniCircleBtn:after {
    content: "";
    position: absolute;
    width: .35625rem;
    height: .35625rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    top: .375rem;
    left: .4375rem
}

.header-nav .header-nav__miniCircleBtn:before {
    content: "";
    position: absolute;
    height: .6875rem;
    border-left: 1px solid #aaa;
    top: .375rem;
    left: .625rem
}

.header-nav .header-nav__closebtn {
    display: none
}

.header-nav .header-nav__closebtn:after,
.header-nav .header-nav__closebtn:before {
    content: "";
    width: 1.0625rem;
    height: 1.0625rem;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: .125rem
}

.header-nav .header-nav__closebtn:after {
    border-left: 1px solid #aaa;
    position: absolute;
    left: .125rem
}

.header-nav .header-nav__closebtn:before {
    border-top: 1px solid #aaa;
    left: -.5625rem
}

.header-nav .header-nav__closebtn:hover {
    cursor: pointer
}

.header-nav-tablet {
    display: none;
    height: 100%;
}

.header-nav-tablet ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header-nav-tablet .header-nav-tablet__item:not(:last-child) {
    margin-right: 1.25rem
}

.header-nav-tablet .header-nav-tablet__item-link {
    font-size: .875rem;
    color: #000;
    transition: color .3s ease
}

.header-nav-tablet .header-nav-tablet__item-link.header-nav-tablet__item-link--active,
.header-nav-tablet .header-nav-tablet__item-link:hover {
    color: #0871cc
}

.header-nav-row {
    height: auto;
    padding-left: .625rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875rem;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 80.4%, .5)
}

.header-nav-row:last-of-type {
    border-bottom: none
}

.header-nav-row.header-nav-row--text-content {
    display: none
}

.header-nav-row .header-nav-row__part {
    position: relative;
    width: 100%
}

.header-nav-row .header-nav-row__part.header-nav-row__part--open .header-nav-row__svg-row svg {
    fill: #0871cc;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-nav-row .header-nav-row__part.header-nav-row__part--open .header-nav-row__links {
    pointer-events: auto
}

.header-nav-row .header-nav-row__links {
    max-height: 0;
    transition: max-height .5s linear;
    overflow: hidden;
    pointer-events: none
}

.header-nav-row .header-nav-row__title {
    position: relative;
    width: 100%;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: .5rem 0
}

.header-nav-row .header-nav-row__title.header-nav-row__title--nosvg {
    padding-left: .625rem
}

.header-nav-row .header-nav-row__column.header-nav-row__column--main .header-nav-row__list a {
    color: #0e9390
}

.header-nav-row .header-nav-row__column.header-nav-row__column--main .header-nav-row__list:hover a {
    color: #0871cc
}

.header-nav-row .header-nav-row__column.header-nav-row__column--main .header-nav-row__list:hover svg {
    stroke: #0871cc;
    fill: none
}

.header-nav-row .header-nav-row__column.header-nav-row__column--main .header-nav-row__list:hover .header-nav-row__svg--moscow-city,
.header-nav-row .header-nav-row__column.header-nav-row__column--main .header-nav-row__list:hover .header-nav-row__svg--sale-nav {
    stroke: none;
    fill: #0871cc
}

.header-nav-row .header-nav-row__column.header-nav-row__column--invest .header-nav-row__list a {
    color: #333
}

.header-nav-row .header-nav-row__column.header-nav-row__column--invest .header-nav-row__list svg {
    stroke: #aaa
}

.header-nav-row .header-nav-row__column:last-of-type .header-nav-row__list:last-of-type {
    border-bottom: none
}

.header-nav-row .header-nav-row__list {
    display: block;
    position: relative;
    padding: .625rem 0 .625rem .625rem;
    border-bottom: 1px solid hsla(0, 0%, 80.4%, .5)
}

.header-nav-row .header-nav-row__list:hover a {
    cursor: pointer;
    color: #0871cc
}

.header-nav-row .header-nav-row__svg-row {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: .625rem;
    height: .4375rem;
    vertical-align: middle
}

.header-nav-row .header-nav-row__svg-row svg {
    fill: #cdcdcd;
    width: 100%;
    height: 100%
}

.header-nav-row .header-nav-row__svg {
    display: none
}

.header-nav-row .header-nav-row__svg svg {
    stroke: #0e9390;
    stroke-width: .5;
    fill: none;
    height: 1rem;
    width: auto
}

.header-nav-row .header-nav-row__svg.header-nav-row__svg--title svg {
    fill: #aaa;
    stroke: none;
    height: 100%
}

.header-nav-row .header-nav-row__svg.header-nav-row__svg--moscow-city svg {
    fill: #0e9390;
    stroke: none;
    height: 100%
}

.header-nav-row .header-nav-row__svg.header-nav-row__svg--sale-nav svg {
    stroke: none;
    fill: #0e9390
}

.header-nav-row .header-nav-row__text {
    width: 100%;
    padding-top: 4.1875rem;
    margin-left: .625rem
}

.header-nav-row .header-nav-row__text p {
    font-weight: 500;
    font-size: 1.0625rem;
    margin-top: 0;
    line-height: 1.5rem
}

.header-nav-row .header-nav-row__btn,
.header-nav-row .header-nav-row__phone {
    display: inline-block;
    margin: 1.5625rem .625rem 1.5625rem 0
}

.header-nav-row .header-nav-row__phone {
    font-size: 1rem;
    line-height: 1rem;
    color: #333;
    transition: color .3s ease;
    font-weight: 500
}

.header-nav-row .header-nav-row__phone:hover {
    color: #0871cc
}

.footer .footer__links-wrp {
    background-color: #333;
    color: #999;
    padding-top: 2.3125rem;
    padding-bottom: .9375rem
}

.footer .footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .footer__section {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex
}

.footer .footer__section:last-child .footer-links__col:first-child {
    min-width: 11.5625rem
}

.footer .footer__block {
    width: 100%;
    padding-bottom: 1.25rem
}

.footer .footer__block .footer__link--main {
    text-transform: none
}

.footer .footer__col-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer .footer__col:first-child {
    padding-left: 0
}

.footer .footer__link {
    color: #999;
    display: inline-block;
    text-decoration: none;
    padding-bottom: .75rem;
    transition: color .5s
}

.footer .footer__link:hover {
    color: #0871cc
}

.footer .footer__link.footer__link--main {
    color: #fff;
    padding-bottom: .875rem;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 400
}

.footer .footer__link.footer__link--main:hover {
    color: #0871cc
}

.footer .footer__link.footer__link--no-hover:hover {
    color: inherit
}



.footer .footer__bottom .footer__subscribe {
    background-color: transparent;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 1.25rem
}

.footer .footer__bottom .footer__subscribe-form {

}



.footer .footer__phone {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center
}







.footer .footer__copyrights .footer__copyrights-rights {
    font-weight: 400;
    display: inline-block;
    margin-right: .3125rem
}

.footer .footer__copyrights span {
    display: block;
    line-height: 1.375rem
}

.footer .footer__social {
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 1.5625rem;
    text-align: center
}



.footer .footer__social-links {
    display: -ms-flexbox;
    display: flex
}

.footer .footer__social-link {
    height: 2.875rem;
    width: 2.875rem;
    display: inline-block;
    transition: border-color .5s;
    border-radius: 4px
}

.footer .footer__social-link:not(:last-of-type) {
    margin-right: .8125rem
}



.footer .footer__social-link:active svg,
.footer .footer__social-link:focus svg,
.footer .footer__social-link:hover svg {
    fill: #0871cc;
    stroke: #0871cc
}

.footer .footer__law-info {
    font-size: .6875rem;
    line-height: .875rem;
    padding-bottom: 1.25rem;
    color: #989898
}

.footer .footer__law-info > div {
    padding-top: 1.25rem
}

.footer .footer__law-info a {
    color: #0871cc
}



.subscribe .subscribe__title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400
}

.subscribe .subscribe__law-info {
    color: #999;
    font-size: 12px;
    text-align: left;
    margin: 20px auto 0;
    width: 100%
}



.subscribe.subscribe--footer {
    box-shadow: none;
    text-align: left;
    padding: 0
}

.subscribe.subscribe--footer .subscribe__title {
    font-size: 18px;
    color: #fff
    text-align: center;
}

.subscribe.subscribe--footer .subscribe__law-info {
    width: 100%;
    margin: 20px 0 0;
    text-align: center
}

.subscribe-form.subscribe-form--footer {
    font-weight: 400;
    display: block
}

.subscribe-form.subscribe-form--footer .subscribe-form__email {
    background: transparent;
    color: #999;
    border-color: #5b5b5b;
    padding: 0 .5rem 0 .8125rem;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin: 0 auto .625rem;
    border-radius: .25rem
}

.subscribe-form.subscribe-form--footer .subscribe-form__email:focus,
.subscribe-form.subscribe-form--footer .subscribe-form__email:hover {
    border-color: #fff
}

.subscribe-form.subscribe-form--footer .subscribe-form__select-freq {
    border: none;
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto
}

.subscribe-form.subscribe-form--footer .subscribe-form__select-freq:after {
    display: none
}

.subscribe-form.subscribe-form--footer .subscribe-form__select-freq .cselect {
    background-color: #333
}

.subscribe-form.subscribe-form--footer .subscribe-form__select-freq .cselect .cselect__main {
    background-color: transparent
}

.subscribe-form.subscribe-form--footer .subscribe-form__select-freq .cselect .cselect__title {
    background: transparent;
    border-radius: .25rem;
    color: #999;
    border-color: #5b5b5b;
    padding: 0 .625rem
}

.subscribe-form.subscribe-form--footer .subscribe-form__select-freq .cselect .cselect__title--open,
.subscribe-form.subscribe-form--footer .subscribe-form__select-freq .cselect .cselect__title:hover {
    border-color: #fff
}

.subscribe-form.subscribe-form--footer .subscribe-form__select-freq .cselect .cselect__title--open .cselect__title-ico {
    stroke: #fff
}

.subscribe-form.subscribe-form--footer .subscribe-form__select-freq .cselect .cselect__popup {
    color: #999;
    background-color: #333
}

.subscribe-form.subscribe-form--footer .subscribe-form__submit {
    height: 2.8125rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%
}



.subscribe-form .subscribe-form__email:focus,
.subscribe-form .subscribe-form__email:hover {
    border-color: #0871cc
}

.subscribe-form .subscribe-form__select-freq {
    margin-bottom: .625rem
}

.subscribe-form .subscribe-form__phone {
    padding: 0 2.75rem 0 .8125rem;
    border: 1px solid #e6e6e6;
    border-left-color: transparent;
    color: #999;
    text-align: left;
    position: relative;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-radius: .25rem
}

.subscribe-form .subscribe-form__phone:focus,
.subscribe-form .subscribe-form__phone:hover {
    border-color: #0871cc
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1100;
    opacity: 0;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-name: fadeIn
}

.popup.popup--open {
    display: block
}

.popup.popup--open,
.popup.popup--open .popup__content {
    animation-play-state: running
}

.popup .popup__container {
    padding: 0;
    height: 100%
}

.popup .popup__content-wrap {
    text-align: left;
    display: none;
    min-height: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease;
    position: relative;
    pointer-events: none
}

.popup .popup__content-wrap.popup__content-wrap--metro {
    -ms-flex-align: start;
    align-items: flex-start
}

.popup .popup__content-wrap.popup__content-wrap--open {
    display: block;
    margin: 0 auto;
    opacity: 1
}

.popup .popup__content-wrap.popup__content-wrap--template,
.popup .popup__content-wrap.popup__content-wrap--tenants {
    -ms-flex-align: start;
    align-items: flex-start
}

.popup .popup__content {
    position: relative;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    pointer-events: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-name: animatetop
}

.popup .popup__content.popup__content--metro {
    min-height: 100%;
    height: auto
}

.popup .popup__content.popup__content--success-form {
    height: auto
}

.popup .popup__content.popup__content--video {
    width: 100%;
    height: 90%;
    max-width: none;
    padding: 1.875rem 2.5rem;
    background-color: #fff;
    margin: 1.25rem auto;
    border-radius: 5px;
    box-shadow: 0 0 .875rem 3px rgba(0, 0, 0, .3);
    cursor: auto;
    position: relative
}

.popup .popup__content.popup__content--valuation {
    border-radius: .25rem
}

.popup .popup__content.popup__content--question {
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 63.875rem;
    min-height: 38.4375rem;
    border-radius: .375rem;
    overflow: hidden;
    margin-bottom: 1.25rem
}

.popup .popup__content.popup__content--template {
    max-width: 34.375rem
}

.popup .popup__content.popup__content--empty {
    -ms-flex-align: start;
    align-items: flex-start
}

.popup .popup__content.popup__content--countries {
    height: 100%;
    -ms-flex-align: start;
    align-items: flex-start
}

.popup .popup__content.popup__content--countries .popup__close {
    display: none
}

.popup .popup__content.popup__content--new-metro {
    height: 100%;
    -ms-flex-align: start;
    align-items: flex-start
}

.popup .popup__content.popup__content--new-metro .popup__close {
    display: none
}

.popup .popup__close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 5;
    height: 2.125rem;
    width: 2.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #d4d4d4;
    border-radius: 50%;
    background-color: transparent
}

.popup .popup__close svg {
    pointer-events: none;
    fill: #d4d4d4;
    stroke: #d4d4d4;
    stroke-width: 4px;
    width: .875rem;
    height: .875rem;
    transition: transform .3s ease
}

.popup .popup__close:hover svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.popup .popup__close.popup__close--cooperation,
.popup .popup__close.popup__close--video {
    top: .9375rem;
    right: .9375rem
}

.popup .popup__template-content,
.popup .popup__tenants-content {
    padding: 1.875rem 2.5rem
}

.popup-subscribe {
    padding: 0 .9375rem
}

.popup-subscribe .popup-subscribe__title {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    text-align: center;
    margin-bottom: 1.625rem
}

.popup-subscribe .popup-subscribe__form {
    max-width: 23.4375rem;
    margin: 0 auto
}

.popup-subscribe .popup-subscribe__input {
    display: block;
    width: 100%;
    margin-bottom: 1.3125rem;
    height: 3.4375rem
}

.popup-subscribe .popup-subscribe__input:hover {
    border-color: #0871cc
}

.popup-subscribe .popup-subscribe__btn {
    width: 100%;
    margin-bottom: 1.4375rem;
    height: 3.125rem;
    letter-spacing: .0625rem
}

.popup-subscribe .popup-subscribe__info {
    color: #333;
    font-size: .75rem;
    text-align: center;
    line-height: 1rem
}

.popup-subscribe .popup-subscribe__link {
    font-size: .75rem;
    color: #0871cc;
    line-height: 1rem
}

.popup-subscribe .popup-subscribe__link:hover {
    text-decoration: underline
}

.popup-call .popup-call__title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.875rem;
    font-weight: 400
}

.popup-call .popup-call__subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5625rem;
    text-align: center;
    color: #999
}

.popup-call .popup-call__text {
    font-size: 1rem;
    line-height: .9375rem;
    color: #999;
    margin-bottom: 1.25rem
}

.popup-call .popup-call__form {
    margin: 0 auto
}

.popup-call .popup-call__input {
    display: block;
    width: 100%;
    margin-bottom: .625rem;
    height: 2.8125rem
}

.popup-call .popup-call__input:focus,
.popup-call .popup-call__input:hover {
    border-color: #0871cc
}

.popup-call .popup-call__input.popup-call__input--contacts {
    width: 15rem;
    display: inline-block
}

.popup-call .popup-call__input.popup-call__input--name {
    margin-right: .9375rem
}

.popup-call .popup-call__info {
    color: #999;
    font-size: .75rem;
    text-align: center;
    line-height: normal;
    margin-bottom: 1.5625rem
}

.popup-call .popup-call__link {
    font-size: .75rem;
    color: #0871cc
}

.popup-call .popup-call__link:hover {
    text-decoration: underline
}

.popup-call .popup-call__btn {
    width: 100%;
    height: 2.8125rem;
    letter-spacing: .0625rem
}

.popup-call .popup-call__textarea {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-height: 7.5rem;
    margin-bottom: 1.25rem;
    border-color: #cecece
}

.popup-call .popup-call__textarea:focus,
.popup-call .popup-call__textarea:hover {
    border-color: #0871cc
}

.popup-call.popup-call--write-expert .popup-call__form,
.popup-call.popup-call--write-expert .popup-call__inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popup-call.popup-call--write-expert .popup-call__inputs {
    width: 100%
}

.popup-call.popup-call--write-expert .popup-call__input {
    border-color: #cecece
}

.popup-call.popup-call--write-expert .popup-call__input:focus,
.popup-call.popup-call--write-expert .popup-call__input:hover {
    border-color: #0871cc
}

.popup-call.popup-call--review {
    width: 23.25rem
}

.popup-call.popup-call--review .popup-call__subtitle {
    font-size: .875rem;
    margin-bottom: 2.1875rem
}

.popup-call.popup-call--review .popup-call__inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popup-call.popup-call--review .popup-call__input:focus,
.popup-call.popup-call--review .popup-call__input:hover {
    border-color: #0871cc
}

.popup-call.popup-call--layout {
    width: 23.25rem
}

.popup-call.popup-call--layout .popup-call__inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popup-call.popup-call--layout .popup-call__input:focus,
.popup-call.popup-call--layout .popup-call__input:hover {
    border-color: #0871cc
}

.popup-call.popup-call--application .popup-call__form {
    max-width: 100%
}

.popup-call.popup-call--application .popup-call__input {
    border-color: #cecece
}

.popup-call.popup-call--application .popup-call__input:focus,
.popup-call.popup-call--application .popup-call__input:hover {
    border-color: #0871cc
}

.popup-call.popup-call--personalsuggest {
    width: 23.25rem
}

.popup-call.popup-call--presentation .popup-call__subtitle {
    margin-bottom: .625rem
}

.popup-call.popup-call--meeting .popup-call__inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popup-call.popup-call--poll .popup-call__title {
    font-size: 1.125rem
}

.popup-metro {
    width: 100%;
    max-width: 100%;
    padding: 3.125rem 1.25rem
}

.popup-metro .popup-metro__heading {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    text-align: center
}

.popup-metro .popup-metro__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-metro .popup-metro__tab {
    display: none;
    width: 12.5rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    border-radius: .25rem;
    margin: .15625rem;
    text-align: center;
    border: 1px solid transparent;
    background-color: #e6e6e6;
    color: #333;
    outline: none;
    cursor: pointer
}

.popup-metro .popup-metro__tab.popup-metro__tab--active {
    background-color: #fff;
    color: #0871cc;
    border-color: #0871cc;
    pointer-events: none
}

.popup-metro .popup-metro__content {
    display: none;
    margin-top: 1.875rem
}

.popup-metro .popup-metro__content.popup-metro__content--active {
    display: block
}

.popup-metro .popup-metro__checkboxes {
    column-count: 1;
    padding: 1.875rem 0
}

.popup-metro .popup-metro__checkbox {
    width: 100%
}

.popup-metro .popup-metro__button {
    width: 100%;
    height: 2.8125rem
}

.popup-metro .popup-metro__button.popup-metro__button--reset {
    padding: 0 3.125rem;
    color: #999;
    border-color: #cecece;
    background-color: #fff;
    margin-bottom: 1.25rem
}

.popup-metro .popup-metro__button.popup-metro__button--reset:hover {
    background-color: #cecece;
    color: #999
}

.popup-metro .popup-metro__button.popup-metro__button--apply {
    padding: 0 1.875rem
}

.popup-metro .popup-metro__station-select {
    margin-bottom: 1.875rem;
    height: 2.8125rem
}

.popup-metro .popup-metro__station-select .cselect__main {
    height: 100%
}

.popup-metro .popup-metro__counties-item {
    position: relative;
    width: 100%;
    text-align: left;
    padding: .9375rem 1.0625rem;
    color: #333;
    background-color: transparent;
    outline: none
}

.popup-metro .popup-metro__counties-item.popup-metro__counties-item--active {
    color: #0871cc
}

.popup-metro .popup-metro__counties-svg {
    display: inline-block;
    pointer-events: none;
    width: .6875rem;
    height: .6875rem;
    fill: #0871cc
}

.popup-metro .popup-metro__map-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0
}

.popup-metro .popup-metro__map-background[data-active=true] {
    opacity: 1
}

.popup-metro .popup-metro__counties-map {
    position: relative;
    display: none;
    width: 37.875rem;
    height: 45.125rem;
    padding: 1.875rem 0 0;
    margin: 0 auto 1.875rem
}

.popup-metro .popup-metro__counties-map #imap {
    position: relative;
    margin: 1.5625rem 2.1875rem;
    z-index: 1
}

.popup-metro .popup-metro__counties-map .district[data-active=true] path {
    fill: #ff5a7c
}

.popup-metro .popup-metro__counties-map .district[data-active=true] text {
    fill: #fff
}

.popup-metro .popup-metro__counties-map .roadline[data-active=true] {
    display: block
}

.popup-metro .popup-metro__map-city {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.875rem;
    height: 1.875rem;
    top: 20.9375rem;
    left: 12.1875rem;
    border-radius: 50%;
    z-index: 2
}

.popup-metro .popup-metro__map-city svg {
    width: .75rem;
    height: .75rem;
    fill: #0871cc;
    pointer-events: none
}

.popup-metro .popup-metro__map-city[data-active=true] {
    border: 2px solid #0871cc
}

.popup-metro .popup-metro__metro-map {
    position: relative;
    display: none;
    width: 45.1875rem;
    height: 55.6875rem;
    margin: 2.5rem auto
}

.popup-metro .popup-metro__metro-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-metro .popup-metro__station-item {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 1.875rem;
    border-radius: .25rem;
    background-color: transparent;
    border: 1px solid #cecece;
    transition: border-color .3s ease
}

.popup-metro .popup-metro__station-item.popup-metro__station-item--active {
    border-color: #0871cc
}

.popup-metro .popup-metro__highway-map {
    position: relative;
    margin: 1.875rem auto;
    width: 31.875rem;
    height: 40.25rem
}

.popup-metro .popup-metro__highway-item {
    position: relative;
    padding: .9375rem 1.0625rem;
    color: #333;
    background-color: transparent;
    outline: none
}

.popup-metro .popup-metro__highway-item.popup-metro__highway-item--active {
    color: #0871cc
}

.popup-metro .popup-metro__highway-btns {
    padding: .625rem 0 1.4375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.popup-metro .popup-metro__highway-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 2.8125rem;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    font-size: .875rem;
    transition: border-color .3s ease, color .3s ease, font-weight;
    height: 2.8125rem;
    width: 6.25rem;
    cursor: pointer
}

.popup-metro .popup-metro__highway-btn:not(:last-of-type) {
    margin-right: .75rem
}

.popup-metro .popup-metro__highway-btn.popup-metro__highway-btn--active {
    border-color: #0871cc;
    font-weight: 600;
    color: #0871cc
}

.metro-point {
    display: none
}

.metro-station {
    cursor: pointer
}

.metro-station.disabled {
    cursor: auto
}

.metro-station.disabled tspan {
    fill: grey;
    cursor: auto
}

.metro-station.selected tspan {
    font-weight: 700 !important
}

.metro-station[data-active=true] .metro-point {
    display: inline
}

.popup-highway {
    width: 100%;
    max-width: 100%;
    padding: 1.875rem 1.25rem
}

.popup-highway .popup-highway__heading {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    text-align: center
}

.popup-highway .popup-highway__checkbox-wrapper {
    padding: 1.875rem 0;
    font-size: 0
}

.popup-highway .popup-highway__checkbox {
    display: inline-block;
    width: 100%
}

.popup-highway .popup-highway__button {
    width: 100%;
    height: 2.8125rem
}

.popup-highway .popup-highway__button.popup-highway__button--reset {
    padding: 0 3.125rem;
    color: #999;
    border-color: #cecece;
    background-color: #fff;
    margin-bottom: 1.25rem
}

.popup-highway .popup-highway__button.popup-highway__button--reset:hover {
    background-color: #cecece
}

.popup-highway .popup-highway__button.popup-highway__button--apply {
    padding: 0 1.875rem
}

.popup-highway .popup-highway__highway-map {
    position: relative;
    margin: 1.875rem auto;
    width: 31.875rem;
    height: 40.25rem
}

.popup-country {
    width: 100%;
    max-width: 100%;
    padding: 1.875rem 1.25rem
}

.popup-country .popup-country__heading {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    text-align: center
}

.popup-country .popup-country__button {
    width: 100%;
    height: 2.8125rem
}

.popup-country .popup-country__button.popup-country__button--reset {
    padding: 0 3.125rem;
    color: #999;
    border-color: #cecece;
    background-color: #fff;
    margin-bottom: 1.25rem
}

.popup-country .popup-country__button.popup-country__button--reset:hover {
    background-color: #cecece
}

.popup-country .popup-country__button.popup-country__button--apply {
    padding: 0 1.875rem
}

.popup-country .popup-country__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: .9375rem 0 2.5rem
}

.popup-country .popup-country__wrapper {
    display: none
}

.popup-country .popup-country__select {
    width: 100%
}

.popup-country .popup-country__select:first-of-type {
    margin-bottom: .625rem
}

.popup-country .popup-country__select.popup-country__select--disabled {
    pointer-events: none
}

.popup-country .popup-country__select.popup-country__select--city .cselect__li {
    display: none
}

.popup-country .popup-country__select.popup-country__select--city .cselect__li.visible {
    display: block
}

.popup-country .popup-country__radio-item,
.popup-country .popup-country__select.popup-country__select--city .cselect__li--active.visible {
    display: none
}

.popup-country .popup-country__radio-item.visible {
    display: block
}

.popup-success {
    padding: 1.875rem 1.25rem;
    text-align: center
}

.popup-success .popup-success__title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.875rem;
    font-weight: 400
}

.popup-success .popup-success__text {
    font-size: .875rem;
    margin-bottom: 2.1875rem
}

.popup-success .popup-success__btn {
    padding: 0 7.125rem;
    margin: 0 auto
}

.popup-success .popup-success__btn.popup-success__btn--padding {
    padding: 0 3.625rem
}

.popup-success .popup-success__btn.popup-success__btn--hidden {
    display: none
}

.popup-success .popup-success__btn-toggle {
    display: block;
    margin: 1.5625rem auto 0;
    color: #0871cc;
    text-align: center;
    border: none;
    background: none
}

.popup-success .popup-success__form {
    display: none;
    max-width: 18.75rem;
    width: 100%;
    margin: 2rem auto 0
}

.popup-success .popup-success__form.popup-success__form--active {
    display: block
}

.popup-success .popup-success__input {
    height: 2.8125rem;
    width: 100%;
    margin-bottom: 1.25rem;
    border-color: #cecece
}

.popup-success.popup-success--form {
    padding: 3.75rem 1.25rem
}

.popup-success.popup-success--form .popup-success__text {
    padding-bottom: 1.25rem;
    margin-bottom: 0
}

.popup-login {
    max-width: 26.25rem;
    padding: 4.0625rem 2.5rem 4.375rem
}

.popup-login .popup-login__title {
    font-size: 1.875rem;
    margin-bottom: .9375rem;
    line-height: normal;
    text-align: center
}

.popup-login .popup-login__text {
    margin-bottom: 1.5625rem;
    line-height: normal;
    text-align: center
}

.popup-login .popup-login__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup-login .popup-login__input {
    width: 100%;
    height: 3.4375rem;
    border-color: #cecece;
    cursor: auto;
    padding-left: 0;
    margin-bottom: 1.6875rem;
    text-align: center
}

.popup-login .popup-login__input:hover {
    border-color: #0871cc
}

.popup-login .popup-login__button {
    width: 100%;
    height: 3.4375rem;
    margin: 0 auto
}

.popup-login .popup-login__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.125rem 0
}

.popup-login .popup-login__btn {
    border: none;
    background: none;
    color: #0871cc;
    text-align: center
}

.popup-login .popup-login__btn:not(:last-child) {
    margin-bottom: .9375rem
}

.popup-login .popup-login__wrap.popup-login__wrap--hide {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s
}

.popup-login .popup-login__advices {
    margin-bottom: 1.5625rem;
    padding: 0 2.5rem
}

.popup-login .popup-login__advices p {
    margin: 0
}

.popup-login .popup-login__advice {
    position: relative;
    padding-left: 1.25rem;
    text-align: left;
    font-size: .875rem;
    font-weight: 400
}

.popup-login .popup-login__advice:first-child {
    margin-bottom: 1.25rem
}

.popup-login .popup-login__advice:before {
    content: "";
    position: absolute;
    top: .21875rem;
    left: .1875rem;
    width: .4375rem;
    height: .4375rem;
    background-color: #0871cc;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-login .popup-login__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup-login .popup-login__timer {
    margin-top: .875rem;
    font-size: .8125rem;
    line-height: 1.3125rem;
    color: #999;
    text-align: center
}

.popup-login .popup-login__timer.popup-login__timer--hide {
    display: none
}

.popup-login .popup-login__agreement {
    max-width: 18.75rem;
    margin: 1.25rem auto auto;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    color: #999
}

.popup-login .popup-login__link {
    color: #0871cc
}

.popup-offers {
    text-align: center;
    max-width: 23.25rem
}

.popup-offers .popup-offers__title {
    font-size: 2.125rem;
    margin-bottom: 2.1875rem
}

.popup-offers .popup-offers__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popup-offers .popup-offers__image {
    display: none
}

.popup-offers .popup-offers__image img {
    max-width: 100%;
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.popup-offers .popup-offers__content {
    width: 100%
}

.popup-offers .popup-offers__input {
    width: 100%;
    height: 2.8125rem;
    margin-bottom: .625rem
}

.popup-offers .popup-offers__agreement {
    text-align: justify;
    margin-top: .5rem
}

.popup-offers .popup-offers__btn {
    max-width: 14.9375rem;
    width: 100%;
    height: 2.8125rem;
    padding: 0;
    font-size: .875rem
}

.popup-review {
    width: 100%;
    padding: 3.5rem 1.5rem 1.875rem;
    text-align: center
}

.popup-review .popup-review__image-box picture {
    display: inline-block;
    width: 10.625rem;
    height: 10.625rem;
    margin-bottom: .9375rem;
    border-radius: 50%;
    overflow: hidden
}

.popup-review .popup-review__image-box picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.popup-review .popup-review__name {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.0625rem;
    margin-bottom: .9375rem
}

.popup-review .popup-review__position {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin-bottom: 1.6875rem
}

.popup-review .popup-review__text-box {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 1.5625rem
}

.popup-getInfo {
    text-align: center;
    width: 21.875rem;
    padding: 4.375rem 0
}

.popup-getInfo .popup-getInfo__form {
    text-align: center;
    width: 18.4375rem;
    margin: 0 auto
}

.popup-getInfo .popup-getInfo__form-heading {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center
}

.popup-getInfo .popup-getInfo__form-text {
    font-size: .875rem;
    padding-bottom: 1.5625rem
}

.popup-getInfo .popup-getInfo__form-socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.25rem
}

.popup-getInfo .popup-getInfo__form-radio {
    position: relative
}

.popup-getInfo .popup-getInfo__form-radio input {
    display: none
}

.popup-getInfo .popup-getInfo__form-radio input:checked + label .popup-getInfo__form-radio-ico--phone {
    background-color: #00ca00
}

.popup-getInfo .popup-getInfo__form-radio input:checked + label .popup-getInfo__form-radio-ico--telegram {
    background-color: #18aded
}

.popup-getInfo .popup-getInfo__form-radio input:checked + label .popup-getInfo__form-radio-ico--viber {
    background-color: #7d3daf
}

.popup-getInfo .popup-getInfo__form-radio input:checked + label .popup-getInfo__form-radio-ico--whatsapp {
    background-color: #1bd741
}

.popup-getInfo .popup-getInfo__form-radio input:checked + label .popup-getInfo__form-radio-checked {
    opacity: 1
}

.popup-getInfo .popup-getInfo__form-radio:not(:last-child) {
    margin-right: 1rem
}

.popup-getInfo .popup-getInfo__form-radio-label {
    display: block;
    text-align: center;
    cursor: pointer
}

.popup-getInfo .popup-getInfo__form-radio-ico {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    margin: 0 auto .625rem;
    position: relative;
    border-radius: .25rem;
    background-color: #c7c7c7
}

.popup-getInfo .popup-getInfo__form-radio-ico.popup-getInfo__form-radio-ico--phone svg {
    width: 1.25rem;
    height: 1.25rem
}

.popup-getInfo .popup-getInfo__form-radio-ico.popup-getInfo__form-radio-ico--telegram svg {
    width: 1.4375rem;
    height: 1.1875rem
}

.popup-getInfo .popup-getInfo__form-radio-ico.popup-getInfo__form-radio-ico--viber svg {
    width: 1.5625rem;
    height: 1.625rem
}

.popup-getInfo .popup-getInfo__form-radio-ico.popup-getInfo__form-radio-ico--whatsapp svg {
    width: 1.625rem;
    height: 1.625rem
}

.popup-getInfo .popup-getInfo__form-radio-text {
    display: inline-block;
    font-size: .875rem;
    line-height: 1
}

.popup-getInfo .popup-getInfo__form-radio-checked {
    position: absolute;
    height: 1.125rem;
    width: 1.125rem;
    top: -.5rem;
    right: -.5rem;
    background-color: #ff1147;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s ease
}

.popup-getInfo .popup-getInfo__form-radio-checked:after {
    display: block;
    position: absolute;
    content: "";
    height: .1875rem;
    width: .375rem;
    top: 50%;
    left: 50%;
    border: .125rem solid #fff;
    border-top: none;
    border-right: none;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.popup-getInfo .popup-getInfo__input {
    width: 100%;
    height: 3.4375rem;
    margin-bottom: 1.25rem
}

.popup-getInfo .popup-getInfo__form-button {
    width: 100%;
    height: 3.4375rem;
    padding: 0 1.25rem
}

.popup-getInfo .popup-getInfo__agreement {
    text-align: center
}

.popup-getInfo .popup-getInfo__link {
    color: #fff
}

.popup-getInfo .popup-getInfo__link:hover {
    color: #0871cc
}

@media (min-width:411px) {
    .footer .footer__section {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 1.25rem
    }

}
@media (max-width:480px){

    .header-main a.header-main__logo-ico2 img{
        display: inline-flex;
        width: 55px;
        margin-top: -12px;
        height: auto;
    }


}
@media (min-width:480px){

    .header-main a.header-main__logo-ico2 img{
        display: none;
    }
}

@media (min-width:480px) {
    .subscribe-form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }

    .subscribe-form.subscribe-form--footer .subscribe-form__email {
        max-width: 50%
    }

    .subscribe-form.subscribe-form--footer .subscribe-form__select-freq {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .subscribe-form.subscribe-form--footer .subscribe-form__submit {
        max-width: 12.5rem
    }

    .subscribe-form .subscribe-form__email,
    .subscribe-form .subscribe-form__select-freq {
        margin-bottom: 0
    }
}

@media (min-width:481px) {
    .header-buttons .header-buttons__menu-btn {
        padding: 0;
        max-width: 5.1875rem;
        -ms-flex-preferred-size: 5.1875rem;
        flex-basis: 5.1875rem
    }

    .subscribe .subscribe__law-info {
        width: 90%
    }
}
@media (max-width:540px) {
    .header-buttons .header-buttons__phone {
        display: none;
    }
    .calltel{
        opacity: 1;
        border-left: 1px solid #e3e3e3;
        cursor: pointer;
        display: flex;
        justify-content: center;
        padding: 0 .90625rem;
        max-width: 5.1875rem;
        -ms-flex-preferred-size: 5.1875rem;
        flex-basis: 5.1875rem;
        align-items: center;
        color: #1d74fb;
    }
}
@media (min-width:540px) {
    .calltel {

        display: none;
    }
}
@media (min-width:620px) {
    .pagination.pagination--red {
        padding: .6875rem 3.125rem
    }

    .popup .popup__content.popup__content--video {
        width: 70%
    }

    .popup .popup__close.popup__close--cooperation {
        top: 1.875rem;
        right: 1.875rem
    }

    .popup .popup__close.popup__close--video {
        top: 0;
        right: -3.4375rem
    }

    .popup-call .popup-call__title {
        font-size: 2rem
    }

    .popup-call .popup-call__subtitle {
        margin-bottom: 2.1875rem
    }

    .popup-call .popup-call__info {
        line-height: .9375rem;
        margin-bottom: 2.1875rem;
        padding: 0 1.875rem
    }

    .popup-call .popup-call__btn {
        max-width: 13rem;
        margin: 0 auto;
        display: block
    }

    .popup-call.popup-call--getprice .popup-call__info {
        line-height: 1.25rem
    }

    .popup-success .popup-success__title {
        font-size: 2rem
    }
}

@media (min-width:768px) {
    .header-buttons .header-buttons__phone-number {
        font-size: 1.025rem;
        width: 155px;
    }

    .perenos {
        margin: 15px 0 0 8px;
    }

    .container {
        max-width: 100%;
    }

    .pagination {
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination .pagination__btn.pagination__btn--prev {
        margin-right: 3.125rem
    }

    .pagination.pagination--red {
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-buttons .header-buttons__item.header-buttons__item--add-fav {
        padding: 0 1.25rem;
        -ms-flex-preferred-size: 5.375rem;
        flex-basis: 5.375rem;
        max-width: 5.375rem
    }

    .header-buttons .header-buttons__item.header-buttons__item--call-me {
        -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
        max-width: 5rem
    }

    .header-buttons .header-buttons__item.header-buttons__item--call-me svg {
        animation: stop
    }

    .header-buttons .header-buttons__text {
        display: block
    }

    .header-buttons .header-buttons__menu-btn {
        -ms-flex-preferred-size: 7.5rem;
        flex-basis: 7.5rem;
        max-width: 5.5rem
    }

    .header-buttons .header-buttons__menu-btn.header-buttons__menu-btn--open .header-buttons__text:last-of-type {
        display: block
    }

    .header-buttons .header-buttons__menu-btn-lines {
        margin-right: .625rem
    }

    .header-nav ul {
        margin: 0 auto
    }

    .header-nav .header-nav__item-link {
        padding-left: 1.5rem
    }

    .header-nav .header-nav__item-dropdown-row {
        margin-left: 1.875rem;
        padding-left: 2.5rem
    }

    .header-nav .header-nav__item-dropdown-row svg {
        display: block;
        fill: #aaa;
        width: 1.25rem;
        height: 1.25rem;
        left: .625rem;
        position: absolute
    }


    .header-nav .header-nav__social {
        display: grid;
        justify-content: center;
        max-width: 38.125rem;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        opacity: 1;
        -ms-transform: none;
        transform: none;
        white-space: nowrap;
    }

    .header-nav .header-nav__social-items {
        margin-top: 0;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header-nav-row {
        padding-left: 5rem
    }

    .header-nav-row,
    .header-nav-row:last-of-type .header-nav-row__part {
        border-bottom: none
    }

    .header-nav-row .header-nav-row__part {
        border-bottom: 1px solid hsla(0, 0%, 80.4%, .5)
    }

    .header-nav-row .header-nav-row__list.header-nav-row__list--hassvg,
    .header-nav-row .header-nav-row__title {
        padding-left: 2.5rem
    }

    .header-nav-row .header-nav-row__svg {
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2.5rem;
        height: 1.25rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .footer .footer__section {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer .footer__col-wrapper {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer .footer__col {
        min-width: 40%;
        padding-left: 1.25rem
    }

    .subscribe-form.subscribe-form--footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .subscribe-form.subscribe-form--footer .subscribe-form__email {
        -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
        max-width: 38%;
        border-radius: .25rem 0 0 .25rem;
        margin: 0
    }

    .subscribe-form.subscribe-form--footer .subscribe-form__select-freq {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
        max-width: 36%;
        margin: 0
    }

    .subscribe-form.subscribe-form--footer .subscribe-form__select-freq .cselect .cselect__title {
        border-radius: 0
    }

    .subscribe-form.subscribe-form--footer .subscribe-form__submit {
        border-radius: 0 .25rem .25rem 0;
        -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
        max-width: 26%;
        margin: 0
    }

    .subscribe-form .subscribe-form__email {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }

    .popup .popup__content-wrap.popup__content-wrap--cooperation {
        height: auto
    }

    .popup .popup__content.popup__content--cooperation {
        max-width: 47.3125rem;
        height: auto
    }

    .popup .popup__content.popup__content--valuation {
        max-width: 34.375rem
    }

    .popup-subscribe {
        padding: 0
    }

    .popup-subscribe .popup-subscribe__title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 1.8125rem
    }

    .popup-subscribe .popup-subscribe__input {
        margin-bottom: 1.25rem
    }

    .popup-subscribe .popup-subscribe__info {
        padding: 0 .625rem
    }

    .popup-call {
        padding: 30px;
    }

    .popup-call .popup-call__input,
    .popup-call .popup-call__subtitle {
        margin-bottom: 1.25rem
    }

    .popup-call .popup-call__info {
        padding: 0;
        margin-bottom: 1.25rem
    }

    .popup-call.popup-call--write-expert .popup-call__input {
        max-width: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    .popup-call.popup-call--layout .popup-call__input:not(:first-of-type),
    .popup-call.popup-call--review .popup-call__input:not(:first-of-type) {
        width: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    .popup-call.popup-call--meeting .popup-call__input:nth-last-child(-n+2) {
        max-width: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    .popup-metro {
        padding: 1.875rem 2.5rem
    }

    .popup-metro .popup-metro__heading {
        font-size: 2rem
    }

    .popup-metro .popup-metro__checkboxes {
        column-count: 3
    }

    .popup-metro .popup-metro__button {
        width: 13rem
    }

    .popup-metro .popup-metro__button.popup-metro__button--reset {
        margin-right: 1.25rem
    }

    .popup-metro .popup-metro__counties-item {
        width: auto;
        text-align: center
    }

    .popup-metro .popup-metro__counties-map,
    .popup-metro .popup-metro__metro-map {
        display: block
    }

    .popup-highway {
        padding: 1.875rem 2.5rem
    }

    .popup-highway .popup-highway__heading {
        font-size: 2rem
    }

    .popup-highway .popup-highway__checkbox {
        width: 33.33%
    }

    .popup-highway .popup-highway__button {
        width: 13rem
    }

    .popup-highway .popup-highway__button.popup-highway__button--reset {
        margin-right: 1.25rem;
        margin-bottom: 0
    }

    .popup-highway .popup-highway__buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .popup-country {
        padding: 1.875rem 2.5rem
    }

    .popup-country .popup-country__heading {
        font-size: 2rem
    }

    .popup-country .popup-country__buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .popup-country .popup-country__button {
        width: 13rem
    }

    .popup-country .popup-country__button.popup-country__button--reset {
        margin-right: 1.25rem;
        margin-bottom: 0
    }

    .popup-country .popup-country__wrapper {
        display: block;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 50%
    }

    .popup-country .popup-country__wrapper:last-of-type {
        padding-left: 3.75rem
    }

    .popup-country .popup-country__select {
        display: none
    }

    .popup-login {
        padding-right: .625rem;
        padding-left: .625rem
    }

    .popup-login .popup-login__title {
        font-size: 2.125rem
    }

    .popup-login .popup-login__button {
        width: 11.5625rem
    }

    .popup-review {
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        padding: 4.75rem 2.5rem 1.875rem
    }

    .popup-review .popup-review__content {
        padding-left: 2.375rem
    }

    .popup-review .popup-review__name {
        font-size: 1.75rem;
        line-height: 2.5rem;
        margin-bottom: .75rem
    }

    .popup-review .popup-review__buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:769px) {
    .subscribe .subscribe__law-info {
        width: 85%
    }
}

@media (min-width:991px) {
    .container {
        max-width: 78.75rem;
        padding: 0 10px;
    }

    .container.container--detail {
        padding: 0 .625rem
    }

    .header-nav ul {
        z-index: 2;
        height: auto
    }

    .popup-login .popup-login__input {
        max-width: 18.75rem;
        height: 2.8125rem;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 1.0625rem
    }

    .popup-login .popup-login__button {
        height: 2.8125rem
    }
}

@media (min-width:1024px) {

    .pagination.pagination--red .pagination__link:not(:last-of-type),
    .pagination.pagination--red .pagination__links > span {
        margin-right: 1.25rem
    }

    .header-main .header-main__logo {
        left: 0;
        position: absolute;
        -ms-flex-preferred-size: 7.5%;
        flex-basis: 7.5%
    }

    .header-main__logo-ico img {
        width: 290px;
        height: 68px;
        position: absolute;
        margin-top: 2px;
    }

    .header-buttons .header-buttons__item {
        opacity: 1
    }

    .header-buttons .header-buttons__item.header-buttons__item--add-fav {
        display: -ms-flexbox;
        display: flex;
        animation-play-state: running
    }

    .footer .footer__bottom {
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 2.5rem 0 1.875rem
    }

    .footer .footer__bottom .footer__subscribe {
        max-width: 49.5%;
        -ms-flex-preferred-size: 49.5%;
        flex-basis: 49.5%;
        text-align: left;
        margin-bottom: 0
    }

    .footer .footer__phone {
        max-width: 23.5%;
        -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
        text-align: left
    }


    .footer .footer__social {
        max-width: 20%;
        -ms-flex-preferred-size: 20%;

        margin-bottom: 0;
        text-align: center;
    }

    .footer .footer__law-info {
        padding-bottom: 2.5rem
    }

    .subscribe.subscribe--footer .subscribe__law-info {
        text-align: left
    }

    .popup .popup__content-wrap {
        padding: 3.125rem 2.5rem
    }

    .popup .popup__content-wrap.popup__content-wrap--metro,
    .popup .popup__content-wrap.popup__content-wrap--tenants {
        margin: 3.125rem 0
    }

    .popup .popup__content-wrap.popup__content-wrap--video {
        padding: 1.875rem 2.5rem
    }

    .popup .popup__content-wrap.popup__content-wrap--countries,
    .popup .popup__content-wrap.popup__content-wrap--new-metro {
        padding: 0
    }

    .popup .popup__content {
        height: auto;
        max-width: 36.25rem;
        border-radius: .25rem
    }

    .popup .popup__content.popup__content--metro {
        max-width: 56.25rem
    }

    .popup .popup__content.popup__content--login {
        border-radius: .375rem
    }

    .popup .popup__content.popup__content--call {
        max-width: 27.5rem
    }

    .popup .popup__content.popup__content--review,
    .popup .popup__content.popup__content--writexpert {
        max-width: 37.5rem
    }

    .popup .popup__content.popup__content--view {
        max-width: 27.5rem
    }

    .popup .popup__content.popup__content--suggestprice {
        max-width: 37.5rem
    }

    .popup .popup__content.popup__content--personalsuggest {
        max-width: 27.5rem
    }

    .popup .popup__content.popup__content--success {
        max-width: 29.375rem
    }

    .popup .popup__content.popup__content--success .popup__close {
        right: -3.4375rem;
        top: 0
    }

    .popup .popup__content.popup__content--success-form {
        max-width: 34.375rem;
        margin-bottom: 3.125rem
    }

    .popup .popup__content.popup__content--application,
    .popup .popup__content.popup__content--tenants,
    .popup .popup__content.popup__content--tenants form {
        max-width: 37.5rem
    }

    .popup .popup__content.popup__content--empty {
        width: 53.75rem;
        max-width: 53.75rem
    }

    .popup .popup__content.popup__content--offers {
        padding: 3.75rem 4.375rem 3.4375rem;
        width: 53.75rem;
        max-width: 53.75rem
    }

    .popup .popup__content.popup__content--layout {
        max-width: 26.875rem
    }

    .popup .popup__content.popup__content--countries,
    .popup .popup__content.popup__content--new-metro {
        height: 100%;
        max-width: 100%
    }

    .popup .popup__close,
    .popup .popup__close.popup__close--cooperation {
        right: -3.4375rem;
        top: 0
    }

    .popup .popup__close.popup__close--question {
        right: 1.25rem;
        top: 1.25rem
    }

    .popup-call {
        width: 100%;
        padding: 1.875rem 2.5rem
    }

    .popup-call .popup-call__title {
        font-size: 1.875rem
    }

    .popup-call .popup-call__btn {
        max-width: 7.25rem
    }

    .popup-call.popup-call--layout,
    .popup-call.popup-call--review {
        width: 37.5rem
    }

    .popup-call.popup-call--personalsuggest {
        width: 100%
    }

    .popup-metro {
        max-width: 56.25rem
    }

    .popup-metro .popup-metro__heading {
        font-size: 1.875rem
    }

    .popup-metro .popup-metro__tab {
        display: inline-block
    }

    .popup-metro .popup-metro__button {
        width: auto
    }

    .popup-metro .popup-metro__select,
    .popup-metro .popup-metro__station-select {
        display: none
    }

    .popup-metro .popup-metro__metro-buttons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .popup-metro .popup-metro__station-item {
        width: 33.33%;
        margin: 0 .625rem
    }

    .popup-highway {
        max-width: 56.25rem
    }

    .popup-highway .popup-highway__heading {
        font-size: 1.875rem
    }

    .popup-highway .popup-highway__button {
        width: auto
    }

    .popup-country {
        max-width: 56.25rem;
        padding-top: 5.3125rem
    }

    .popup-country .popup-country__heading {
        font-size: 1.875rem
    }

    .popup-country .popup-country__button {
        width: auto
    }

    .popup-success {
        padding: 1.875rem 2.5rem
    }

    .popup-success .popup-success__title {
        font-size: 1.875rem
    }

    .popup-offers {
        border-radius: .375rem;
        max-width: 45rem
    }

    .popup-offers .popup-offers__image {
        display: block;
        width: 50%;
        padding-top: .9375rem
    }

    .popup-offers .popup-offers__content {
        width: 18.75rem
    }
}

@media (min-width:1280px) {
    .container {
        max-width: 78.75rem
    }

    .core-calendar {
        margin-bottom: 1.5625rem
    }

    .header-top {
        display: -ms-flexbox;
        display: flex
    }

    .header-main {
        height: 75px;
        position: relative
    }

    .header-main.header-main--small .header-main__logo {
        -ms-flex-preferred-size: 4.5%;
        flex-basis: 4.5%
    }

    .header-main.header-main--small .header-main__logo .header-main__logo-ico {
        height: 1.875rem;
        width: 1.875rem
    }

    .header-main__logo-ico img {
        width: 290px;
        height: 68px;
        position: absolute;
        margin-top: 2px
    }


    .header-main.header-main--small .header-main__logo .header-main__logo-text {
        width: 0;
        height: 1.875rem;
        overflow: hidden
    }
    .header-nav {
        margin: 0 0 0 45px;
        }
    .header-main.header-main--small {
        height: 58px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 300;
    }

    .header-buttons {
        margin: -20px 0px 0 0;
        }

    .header-buttons .header-buttons__phone {
        margin: 0px 15px 0 0;
    }

    .header-buttons .header-buttons__phone-btn {
        display: inline-block
    }

    .header-buttons .header-buttons__wrp {
        width: 0;
        transition: width .4s ease;
        overflow: hidden;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none
    }

    .header-buttons .header-buttons__item.header-buttons__item--add-fav {
        margin-left: 20px;

    }

    .header-buttons .header-buttons__item.header-buttons__item--lk {
        display: -ms-flexbox;
        display: flex;
        border-left: 1px solid #e3e3e3
    }

    .header-buttons .header-buttons__item.header-buttons__item--call-me {
        display: none
    }

    .header-buttons .header-buttons__item {
        height: 100%
    }

    .header-buttons .header-buttons__menu-btn {
        display: none
    }

    .header-nav ul {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        margin: 0;
        position: static
    }

    .header-nav .header-nav__item:last-of-type {
        border-bottom: none
    }

    .header-nav .header-nav__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        background-color: transparent;
        border: none;
        min-width: 0
    }

    .header-nav .header-nav__item.header-nav__item--contacts,
    .header-nav .header-nav__item.header-nav__item--more,
    .header-nav .header-nav__item.header-nav__item--showMob {
        display: none
    }

    .header-nav .header-nav__item.header-nav__item--dropdown .header-nav__item-link {
        padding: 0;
    }

    .header-nav .header-nav__item.header-nav__item--scroll {
        display: none
    }

    .header-nav .header-nav__item-link {
        height: auto;
        line-height: normal;
        color: #333;
        padding: 0 .3125rem;
        margin-right: .625rem;
        cursor: pointer
    }



    .header-nav .header-nav__item-link.header-nav__item-link--more:hover svg {
        fill: #0871cc;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header-nav .header-nav__item-dropdown-top {
        width: 77.5rem;
        margin: 0 auto;
        padding: .9375rem 3.125rem 2.5rem;
        background-color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        box-shadow: 0 -2px 5px 2px rgba(0, 0, 0, .1);
        height: auto;
        max-height: calc(100vh - 150px);
        z-index: 20;
    }

    .header-nav .header-nav__item-dropdown-wrp {
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: calc(100% + 1px);
        box-shadow: none;
        z-index: 2;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease-in-out;
        max-height: none;
        height: 100vh;
        width: 100%;
        background: rgba(0, 0, 0, .4)
    }

    .header-nav .header-nav__item-dropdown-container.header-nav__item-dropdown-container--many .header-nav__item-dropdown {
        max-width: 12.5rem;
        -ms-flex-preferred-size: 12.5rem;
        flex-basis: 12.5rem;
        margin-right: 1.25rem
    }

    .header-nav .header-nav__item-dropdown-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 56.25rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-height: calc(100vh - 210px);
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .header-nav .header-nav__item-dropdown svg {
        display: block
    }

    .header-nav .header-nav__item-dropdown span {
        color: #333;
        text-align: left;
        padding: 0;
        display: inline-block
    }

    .header-nav .header-nav__item-dropdown:last-of-type {
        margin-bottom: 0;
        margin-top: 0
    }

    .header-nav .header-nav__item-dropdown {
        font-size: .875rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: .9375rem 2.1875rem 1.125rem 0
    }

    .header-nav .header-nav__item-dropdown-column {
        width: 26.25rem
    }


    .header-nav .header-nav__item-dropdown-row {
        border-bottom: 1px solid #e5e5e5;
        font-size: .875rem;
        padding: 0 0 0 4.375rem;
        margin: 0;
        line-height: 1.1875rem;
        height: 4rem
    }

    .header-nav .header-nav__item-dropdown-row:last-of-type {
        border: none
    }

    .header-nav .header-nav__item-dropdown-row svg {
        left: 2.5rem
    }

    .header-nav .header-nav__social {
        display: none
    }

    .header-nav .header-nav__closeCircle {
        display: block;
        width: 77.5rem;
        height: 3.125rem;
        margin: 0 auto;
        position: absolute;
        bottom: -2.8125rem;
        left: 0;

    }

    .header-nav .header-nav__closeCircle:hover {
        cursor: pointer
    }

    .header-nav .header-nav__closeCircle svg {
        width: 100%;
        height: 3.625rem
    }

    .header-nav .header-nav__closebtn {
        display: block;
        position: absolute;
        top: 1.875rem;
        right: 1.875rem;
        width: .75rem;
        height: .75rem
    }

    .header-nav-row {
        display: -ms-flexbox;
        display: flex;
        height: 14.375rem;
        padding-left: 2.5rem;
    }

    .header-nav-row:first-of-type {
        border: none
    }

    .header-nav-row.header-nav-row--text-content {
        display: block;
        height: auto
        border-top: 1px solid #e0e0e0
    }

    .header-nav-row.header-nav-row--text-content .header-nav-row__part {
        display: block
    }

    .header-nav-row .header-nav-row__part {
        width: auto;
        display: -ms-flexbox;
        display: flex;
        border: none
    }

    .header-nav-row .header-nav-row__part:nth-of-type(2) {
        padding-left: 2.5rem;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .header-nav-row .header-nav-row__part:nth-of-type(2) .header-nav-row__column {
        padding-left: .625rem;
        width: 33.3%
    }

    .header-nav-row .header-nav-row__links {
        max-height: none;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        transition: none;
        overflow: visible
    }

    .header-nav-row .header-nav-row__title {
        width: auto;
        position: absolute;
        top: 1.5625rem;
        padding: 0 0 0 2.5rem
    }

    .header-nav-row .header-nav-row__column {
        padding-top: 4.1875rem;
        width: 12.5rem
    }

    .header-nav-row .header-nav-row__column.header-nav-row__column--main {
        width: 16.25rem
    }

    .header-nav-row .header-nav-row__list {
        padding: .625rem 0 .625rem 2.5rem;
        border-bottom: none
    }

    .header-nav-row .header-nav-row__svg-row {
        display: none
    }

    .subscribe-form.subscribe-form--footer .subscribe-form__email {
        padding: 0 .8125rem
    }

    .subscribe-form .subscribe-form__submit {
        margin-top: 0
    }

    .popup .popup__content-wrap.popup__content-wrap--countries,
    .popup .popup__content-wrap.popup__content-wrap--new-metro {
        padding: 3.125rem 2.5rem
    }

    .popup .popup__content.popup__content--empty {
        max-width: 52.5rem;
        border-radius: .375rem
    }

    .popup .popup__content.popup__content--deal {
        max-width: 30.9375rem
    }

    .popup .popup__content.popup__content--countries {
        height: auto;
        max-width: 55rem
    }

    .popup .popup__content.popup__content--countries .popup__close {
        display: -ms-flexbox;
        display: flex
    }

    .popup .popup__content.popup__content--new-metro {
        height: auto;
        max-width: 55rem
    }

    .popup .popup__content.popup__content--new-metro .popup__close {
        display: -ms-flexbox;
        display: flex
    }

    .popup-subscribe {
        padding: 3.75rem 3.75rem 4.6875rem
    }

    .popup-subscribe .popup-subscribe__title {
        font-size: 2.125rem;
        line-height: 2.875rem;
        margin-bottom: 2.0625rem
    }

    .popup-call .popup-call__btn {
        max-width: 7.875rem
    }
}

@media (min-width:1281px) {
    .subscribe .subscribe__law-info {
        width: 75%
    }
}

@media (min-width:1440px) {
    .header {
        transition: height .2s linear
    }

    .header.header--active {
        height: 3.4375rem
    }

    .header-top .header-top__geo {
        -ms-flex-preferred-size: 17.5%;
        flex-basis: 17.5%;
        left: 35px;
        position: absolute;
        margin: 10px 0 0 0;
    }

    .header-top .header-top__nav ul {
        -ms-flex-pack: start;
        justify-content: flex-start
    }


    .header-main .header-main__logo {
        -ms-flex-preferred-size: 10.5%;
        flex-basis: 10.5%
    }

    .header-main.header-main--small .header-nav .header-nav__item--more {
        display: -ms-flexbox;
        display: flex
    }

    .header-main.header-main--small .header-nav .header-nav__item-link:after {
        bottom: -1.125rem
    }



    .header-nav .header-nav__item.header-nav__item--contacts {
        display: block
    }

    .header-nav .header-nav__item-link {
        padding: 0 .625rem;
        font-size: 1rem
    }

    .header-nav .header-nav__item-dropdown .header-nav__item-dropdown--contacts {
        display: none
    }
}

@media (min-width:1441px) {
    .footer .footer__section {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .subscribe .subscribe__law-info {
        width: 68%
    }
}

@media (min-width:1600px) {
    .header-top .header-top__geo {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media (min-width:1640px) {
    .header-main .header-main__logo {
        -ms-flex-preferred-size: 24.5%;
        flex-basis: 24.5%
    }

    .header-main.header-main--small .header-main__logo {
        -ms-flex-preferred-size: 14.5%;
        flex-basis: 14.5%
    }
}

@media (max-width:1024px) {
    .button.button--new {
        height: 55px;
        padding: 0 58px;
        line-height: 55px
    }
}

@media (max-width:480px) {
    .button.button--new {
        padding: 0 85px
    }

    .button.button--big {
        display: block;
        padding: 0
    }

    .button.button--middle {
        padding: 0 40px
    }

    .button.button--call-me {
        display: block
    }

    .subscribe.subscribe--footer .subscribe__law-info {
        max-width: 100%
    }
}

@media (max-width:1440px) {
    .button.button--big {
        padding: 0 45px
    }

    .button.button--middle {
        padding: 0 20px
    }

    .header-main .header-main__logo-ico {
        height: 2rem;
    }

    .header-main .header-main__logo-text {
        height: 2rem;
        width: 3.1875rem
    }
}

@media (max-width:1279px) {
    .header-main.header-main--open .header-buttons {
        width: 100%
    }

    .header-main.header-main--open .header-buttons .header-buttons__item--add-fav {
        display: -ms-flexbox;
        display: flex;
        animation-play-state: running
    }

    .header-nav {
        display: block;
        position: absolute;
        right: 0;
        z-index: 2000;
        top: 3.825rem;
        overflow: hidden;
        background-color: #fff;
        height: 100%;
        max-width: 0;
    }

    .header-nav.header-nav--js-active {
        transition: max-width .6s linear
    }

    .header-nav.header-nav--open {
        max-width: 70%;
        height: 100%;
        max-height: calc(100vh - 0px);
        overflow-y: auto;
        border: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }

    .header-nav .header-nav__item.header-nav__item--more .header-nav__item-dropdown-container {
        padding-bottom: .9375rem
    }

    .header-nav .header-nav__item-dropdown .header-nav__item-dropdown--contacts {
        display: none
    }
}

@media (max-width:1023px) {

    .header-main.header-main--open .header-buttons .header-buttons__wrp {
        display: -ms-flexbox;
        display: flex
    }

    .footer .footer__phone .button--call-me {
        margin: 0 auto
    }

    .footer .footer__copyrights {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .footer .footer__social-title {
        margin-bottom: 1.25rem
    }

    .footer .footer__social-links {
        -ms-flex-pack: center;
        justify-content: center
    }

    .popup .popup__content {
        min-height: 100%
    }
}

@media (max-width:767px) {
    .header-main.header-main--open .header-buttons .header-buttons__item--call-me {
        display: none
    }

    .header-nav {
        max-height: 0;
        max-width: 70%;
    }

    .header-nav.header-nav--js-active {
        transition: max-height .4s linear
    }

    .header-nav.header-nav--open {
        max-height: calc(100vh - 66px);
        overflow-y: auto
    }

    .header-nav.header-nav--open .header-nav__item {
        -ms-transform: none;
        transform: none;
        opacity: 1
    }


    .header-nav.header-nav--open .header-nav__item:first-child {
        transition-delay: 50ms, 50ms;
    }

    .header-nav.header-nav--open .header-nav__item:nth-child(2) {
        transition-delay: .1s, .1s
    }

    .header-nav.header-nav--open .header-nav__item:nth-child(3) {
        transition-delay: .15s, .15s
    }

    .header-nav.header-nav--open .header-nav__item:nth-child(4) {
        transition-delay: .2s, .2s
    }

    .header-nav.header-nav--open .header-nav__item:nth-child(5) {
        transition-delay: .25s, .25s
    }

    .header-nav.header-nav--open .header-nav__item:nth-child(6) {
        transition-delay: .3s, .3s
    }

    .header-nav.header-nav--open .header-nav__item:nth-child(7) {
        transition-delay: .35s, .35s
    }

    .header-nav.header-nav--open .header-nav__item:nth-child(8) {
        transition-delay: .4s, .4s
    }

    .header-nav.header-nav--open .header-nav__item:nth-child(9) {
        transition-delay: .45s, .45s
    }

    .header-nav.header-nav--open .header-nav__social {
        -ms-transform: none;
        transform: none;
        opacity: 1;
        transition-delay: .5s, .5s
    }

    .header-nav .header-nav__item {
        opacity: 0;
        -ms-transform: scale(1.1) translateY(-1.5rem);
        transform: scale(1.1) translateY(-1.5rem);
        transition: opacity .5s ease-out, transform .5s ease-out
    }

    .header-nav .header-nav__item:first-child {
        transition-delay: .5s, .5s
    }

    .header-nav .header-nav__item:nth-child(2) {
        transition-delay: .45s, .45s
    }

    .header-nav .header-nav__item:nth-child(3) {
        transition-delay: .4s, .4s
    }

    .header-nav .header-nav__item:nth-child(4) {
        transition-delay: .35s, .35s
    }

    .header-nav .header-nav__item:nth-child(5) {
        transition-delay: .3s, .3s
    }

    .header-nav .header-nav__item:nth-child(6) {
        transition-delay: .25s, .25s
    }

    .header-nav .header-nav__item:nth-child(7) {
        transition-delay: .2s, .2s
    }

    .header-nav .header-nav__item:nth-child(8) {
        transition-delay: .15s, .15s
    }

    .header-nav .header-nav__item:nth-child(9) {
        transition-delay: .1s, .1s
    }
}

@media (max-width:375px) {
    .header-nav {
        width: 100%
    }
}

@media (max-width:1280px) {
    .subscribe.subscribe--footer .subscribe__title {
        margin-bottom: 15px
    }

    .subscribe.subscribe--footer .subscribe__law-info {
        margin: 10px 0 0
    }
}

@media (max-width:768px) {
    .subscribe.subscribe--footer .subscribe__law-info {
        margin: 10px auto 0;
        max-width: 60%
    }
}

@media (min-width:768px) and (max-width:990px) {
    .container.container--detail {
        max-width: 44.25rem;
        padding: 0 .625rem
    }
}

@media (min-width:768px) and (max-width:1023px) {

    .header-buttons .header-buttons__wrp,
    .header-main .header-main__logo-text {
        display: none
    }
}

@media (min-width:1280px) and (max-width:1439px) {
    .header-main.header-main--small .header-main__logo {
        -ms-flex-preferred-size: 3%;
        flex-basis: 3%
    }
}

@media (min-width:768px) and (max-width:1279px) {
    .header-nav-tablet {
        display: block margin: 0 15px 0 0;
    }
}

.fon {
    padding-top: 20px;

}

.svg1 {
    width: 15px;
    position: absolute;
    left: -21px;
}

.header-main--small a img {
    width: 220px;
    height: auto;
    position: absolute;
    left: -53px;
    z-index: 500;
    transition: all 0.8s;
    }

.header-main--small .header-nav .asdd:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #006eff;
    left: 0;
    bottom: 0;
    transition: .5s;
    transform: scale(0);
    transform-origin: center;
    margin: 15px 0 0 0;
    top: 20px;
}


