

/* Start:/local/templates/msu_common/css/style.css?1754303942605070*/
@import '/local/templates/msu_common/css/fontawesome.css';
@import '/local/templates/msu_common/css/fancy.css';
@import '/local/templates/msu_common/css/bootstrap.css';

@media screen and (max-width: 40em) {
    .small-none {
        display: none;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media print, screen and (min-width: 40em) {
    .reveal,
    .reveal.tiny,
    .reveal.small,
    .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}
.slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    transform: rotate(.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important
}

.long-delay {
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}


body.compensate-for-scrollbar {
    overflow: hidden
}



.chosen-container {
    position: relative;
    vertical-align: middle;
    margin: 0 0 1.07143rem
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -714.21429rem;
    z-index: 1010;
    width: 100%;
    border: .07143rem solid #d3d8df;
    border-top: 0;
    background: #fff
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}
.chosen-container a {
    cursor: pointer
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: .28571rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: .14286rem;
    vertical-align: top
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: .71429rem 0 .57143rem 1.07143rem;
    border: .07143rem solid #d3d8df;
    border-radius: .14286rem;
    background-color: #fff;
    height: 3.21429rem;
    background-clip: padding-box;
    color: #223A5E;
    text-decoration: none;
    font-size: 1.14286rem;
    white-space: nowrap;
    line-height: 1.64286rem
}
.chosen-container-single .chosen-default {
    color: #999
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 1.85714rem;
    text-overflow: ellipsis;
    white-space: nowrap
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 2.71429rem
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: .42857rem;
    right: 1.85714rem;
    display: block;
    width: .85714rem;
    height: .85714rem;
    background: url("/local/templates/msu_common/css/../images/chosen-sprite.png") -3rem .07143rem no-repeat;
    font-size: .07143rem
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -3rem -.71429rem
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -3rem -.71429rem
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.28571rem;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2834, 58, 94%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: .21429rem .28571rem;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: .07143rem 0;
    padding: .28571rem 1.42857rem .28571rem .35714rem;
    width: 100%;
    height: auto;
    outline: 0;
    border: .07143rem solid #aaa;
    background: #fff url("/local/templates/msu_common/css/../images/chosen-sprite.png") no-repeat 100% -1.42857rem;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -.07143rem;
    border-radius: 0 0 .28571rem .28571rem;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -714.21429rem
}

.chosen-container .chosen-results {
    color: #223A5E;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 .28571rem .28571rem 0;
    padding: 0 0 0 .28571rem;
    max-height: 17.14286rem;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: .35714rem .42857rem;
    list-style: none;
    line-height: 1.07143rem;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #223A5E;
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 1.07143rem
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi {
    width: 100% !important
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0 0 1.07143rem;
    padding: .57143rem .35714rem;
    border: .07143rem solid #d3d8df;
    border-radius: .14286rem;
    background-color: #fff;
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li+.search-field {
    width: 20% !important
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 1.78571rem;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #223A5E;
    font-family: inherit;
    line-height: inherit;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: .21429rem .35714rem .21429rem 0;
    padding: .21429rem 1.42857rem .21429rem .35714rem;
    border: .07143rem solid #aaa;
    max-width: 100%;
    border-radius: .21429rem;
    background-color: #eeeeee;
    background-size: 100% 1.35714rem;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 .14286rem #fff inset, 0 .07143rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 .14286rem #fff inset, 0 .07143rem 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: .92857rem;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice:not(:first-of-type):before {
    display: inline;
    content: ', '
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: .21429rem;
    right: .28571rem;
    display: block;
    width: .85714rem;
    height: .85714rem;
    background: url("/local/templates/msu_common/css/../images/chosen-sprite.png") -3rem .07143rem no-repeat;
    font-size: .07143rem
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -3rem -.71429rem
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: .35714rem;
    border: .07143rem solid #ccc;
    background-color: #e4e4e4;
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -3rem -.71429rem
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #7a7a7a;
    cursor: default
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: .07143rem solid #d3d8df;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 .57143rem 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 1.85714rem;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 2.71429rem
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: .21429rem
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 1.85714rem
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: .21429rem .35714rem .21429rem 0;
    padding: .21429rem .35714rem .21429rem 1.35714rem
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: .28571rem
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 714.21429rem
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 .28571rem .28571rem;
    padding: 0 .28571rem 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 1.07143rem;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: .28571rem .35714rem .28571rem 1.42857rem;
    background: #fff url("/local/templates/msu_common/css/../images/chosen-sprite.png") no-repeat -2.14286rem -1.42857rem;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: .42857rem .14286rem
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -.85714rem .14286rem
}

.chosen-select_new+.chosen-container-single .chosen-single span {
    margin-right: 2.14286rem
}

.chosen-select_new+.chosen-container-single .chosen-single div {
    right: .71429rem
}

.chosen-select_new+.chosen-container-single .chosen-single div b {
    background: url("/local/templates/msu_common/css/../images/angle-down.png") no-repeat center;
    background-size: .71429rem .71429rem;
    background-position: center
}

.chosen-select_new+.chosen-container-multi .chosen-choices {
    cursor: pointer;
    padding-bottom: .64286rem
}

.chosen-select_new+.chosen-container-multi .chosen-choices li.search-choice {
    font-size: 1.14286rem;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.85714rem;
    padding: 0;
    margin: 0
}

.chosen-select_new+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    display: none
}

.chosen-select_new+.chosen-container-multi .chosen-choices:after {
    background: url("/local/templates/msu_common/css/../images/angle-down.png") no-repeat center;
    background-size: .71429rem .71429rem;
    background-position: center;
    content: "";
    width: .71429rem;
    height: .71429rem;
    position: absolute;
    right: 1.14286rem;
    top: 1.14286rem
}

.chosen-container-multi .chosen-choices {
    padding-left: 1.07143rem;
    padding-right: 2.14286rem
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=60em&xlarge=75em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 2px
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 2px
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 2px;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.70408rem;
    margin: 0 0 1.14286rem;
    padding: .57143rem .57143rem .57143rem 1.07143rem;
    border: .07143rem solid #d3d8df;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 1.14286rem;
    font-weight: normal;
    line-height: 1.42857;
    color: #223A5E;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    outline: none;
    border: .07143rem solid #223A5E;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #d3d8df;
    cursor: not-allowed
}

[type='submit'],
[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #223A5E
}

::-moz-placeholder {
    color: #223A5E
}

:-ms-input-placeholder {
    color: #223A5E
}

::-ms-input-placeholder {
    color: #223A5E
}

::placeholder {
    color: #223A5E
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1.14286rem
}

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .57143rem;
    margin-right: 1.14286rem;
    margin-bottom: 0
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
    cursor: pointer
}

label>[type='checkbox'],
label>[type='radio'] {
    margin-right: .57143rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4;
    color: #223A5E
}

label.middle {
    margin: 0 0 1.14286rem;
    padding: .64286rem 0
}

.help-text {
    margin-top: -.57143rem;
    font-size: .92857rem;
    font-style: italic;
    color: #223A5E
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.14286rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
    border-radius: 2px 0 0 2px
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0 2px 2px 0
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #dcdcdc;
    background: #dcdcdc;
    color: #223A5E;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.14286rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .57143rem
}

.fieldset {
    margin: 1.28571rem 0;
    padding: 1.42857rem;
    border: 1px solid #dcdcdc
}

.fieldset legend {
    margin: 0;
    margin-left: -.21429rem;
    padding: 0 .21429rem
}

select {
    height: 2.70408rem;
    margin: 0 0 1.14286rem;
    padding: .57143rem .57143rem .57143rem 1.07143rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: .07143rem solid #d3d8df;
    border-radius: 2px;
    background-color: #fff;
    font-family: inherit;
    font-size: 1.14286rem;
    font-weight: normal;
    line-height: 1.42857;
    color: #223A5E;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2834, 58, 94%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1.14286rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.71429rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: .07143rem solid #223A5E;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

select:disabled {
    background-color: #d3d8df;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0
}

.is-invalid-input:not(:focus) {
    border-color: #A63C3C;
    background-color: #f6ecec
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #A63C3C
}

.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #A63C3C
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #A63C3C
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #A63C3C
}

.is-invalid-input:not(:focus)::placeholder {
    color: #A63C3C
}

.is-invalid-label {
    color: #A63C3C
}

.form-error {
    display: none;
    margin-top: -.57143rem;
    margin-bottom: 1.14286rem;
    font-size: .85714rem;
    font-weight: 700;
    color: #A63C3C
}

.form-error.is-visible {
    display: block
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: .71429rem;
    font-size: 1.1rem;
    line-height: 1.42857;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 0;
    color: #7a7a7a
}

h1,
.h1 {
    font-size: 1.64286rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1.64286rem
}

h2,
.h2 {
    font-size: 1.57143rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1.64286rem
}

h3,
.h3 {
    font-size: 1.14286rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .71429rem
}

h4,
.h4 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem
}

h5,
.h5 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem
}

h6,
.h6 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem
}

@media print, screen and (min-width: 40em) {
    h1,
    .h1 {
        font-size: 2rem;
        margin-bottom: 2.14286rem
    }
    h2,
    .h2 {
        font-size: 1.92857rem;
        margin-bottom: 2.14286rem
    }
    h3,
    .h3 {
        font-size: 1.64286rem;
        margin-bottom: 3.42857rem
    }
    h4,
    .h4 {
        font-size: 1.42857rem;
        margin-bottom: 1.64286rem
    }
    h5,
    .h5 {
        font-size: 1.14286rem;
        margin-bottom: 1.42857rem
    }
    h6,
    .h6 {
        font-size: .92857rem
    }
}

a {
    line-height: inherit;
    color: #3C66A6;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a:focus {
    color: #648cc9;
    text-decoration: underline
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 83.35714rem;
    height: 0;
    margin: 0 auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #223A5E;
    border-left: 0
}

ul,
ol,
dl {
    margin-bottom: .71429rem;
    list-style-position: outside;
    line-height: 1.42857
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1.5rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 .71429rem;
    padding: 0 1rem;
    border-left: .14286rem solid #223A5E
}

blockquote,
blockquote p {
    line-height: 1.42857;
    color: #223A5E
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #223A5E;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .14286rem .28571rem 0;
    background-color: #dcdcdc;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #223A5E;
    border-radius: 2px
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #7a7a7a
}

.lead {
    font-size: 1.5rem;
    line-height: 1.6
}

.stat {
    font-size: 2.85714rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ul.no-bullet,
ol.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block,
cite {
    display: block;
    color: #7a7a7a;
    font-size: .92857rem
}

.cite-block:before,
cite:before {
    content: "— "
}

.code-inline,
code {
    border: 1px solid #dcdcdc;
    background-color: #dcdcdc;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #223A5E;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .14286rem .35714rem .07143rem
}

.code-block {
    border: 1px solid #dcdcdc;
    background-color: #dcdcdc;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #223A5E;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width: 60em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 75em) {
    .xlarge-text-left {
        text-align: left
    }
    .xlarge-text-right {
        text-align: right
    }
    .xlarge-text-center {
        text-align: center
    }
    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-text-left {
        text-align: left
    }
    .xxlarge-text-right {
        text-align: right
    }
    .xxlarge-text-center {
        text-align: center
    }
    .xxlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    .show-for-print {
        display: block !important
    }
    .hide-for-print {
        display: none !important
    }
    table.show-for-print {
        display: table !important
    }
    thead.show-for-print {
        display: table-header-group !important
    }
    tbody.show-for-print {
        display: table-row-group !important
    }
    tr.show-for-print {
        display: table-row !important
    }
    td.show-for-print {
        display: table-cell !important
    }
    th.show-for-print {
        display: table-cell !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre,
    blockquote {
        border: 1px solid #7a7a7a;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .print-break-inside {
        page-break-inside: auto
    }
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #223A5E
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #dcdcdc;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #dcdcdc;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 2px;
    background-color: #223A5E;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #1d3150
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1.5rem;
    outline: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 2px;
    background: #dcdcdc;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''
}

input:checked~.switch-paddle {
    background: #223A5E
}

input:checked~.switch-paddle::after {
    left: 2.25rem
}

input:disabled~.switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

[data-whatinput='mouse'] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.micro .switch {
    height: 1.2rem
}

.micro .switch .switch-paddle {
    width: 2.4rem;
    height: 1.2rem;
    font-size: .5714rem
}

.micro .switch .switch-paddle::after {
    top: .2rem;
    left: .2rem;
    width: .8rem;
    height: .8rem
}

.micro .switch input:checked~.switch-paddle::after {
    left: 1.4rem
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .71429rem
}

.switch.tiny .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked~.switch-paddle::after {
    left: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .85714rem
}

.switch.small .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked~.switch-paddle::after {
    left: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.14286rem
}

.switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle::after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: .25rem;
    border-radius: 2px
}

thead,
tbody,
tfoot {
    border: 1px solid #223A5E;
    background-color: #fff
}

caption {
    padding: .57143rem .71429rem .71429rem;
    font-weight: 700
}

thead {
    background: #f9f9f9;
    color: #223A5E
}

tfoot {
    background: #f2f2f2;
    color: #223A5E
}

thead tr,
tfoot tr {
    background: transparent
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: .57143rem .71429rem .71429rem;
    font-weight: 700;
    text-align: left
}

tbody th,
tbody td {
    padding: .57143rem .71429rem .71429rem
}

tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #223A5E;
    background-color: #fff
}

table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2
}

@media print, screen and (max-width: 59.99875em) {
    table.stack thead {
        display: none
    }
    table.stack tfoot {
        display: none
    }
    table.stack tr,
    table.stack th,
    table.stack td {
        display: block
    }
    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover.striped tr:nth-of-type(even):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.badge {
    display: inline-block;
    min-width: 1.92857rem;
    padding: .3em;
    border-radius: 50%;
    font-size: 1rem;
    text-align: center;
    background: #223A5E;
    color: #fff
}

.badge.primary {
    background: #223A5E;
    color: #fff
}

.badge.secondary {
    background: #5F4B8B;
    color: #fff
}

.badge.tertiary {
    background: #9cb3bf;
    color: #223A5E
}

.badge.quaternary {
    background: #7b899d;
    color: #fff
}

.badge.success {
    background: #22a19c;
    color: #223A5E
}

.badge.warning {
    background: #DDC5A1;
    color: #223A5E
}

.badge.alert {
    background: #A63C3C;
    color: #fff
}

.badge.blood {
    background: #A63C3C;
    color: #fff
}

.badge.purple {
    background: #E25959;
    color: #fff
}

.badge.grass {
    background: #74BA5F;
    color: #223A5E
}

.badge.green {
    background: #3ca66a;
    color: #223A5E
}

.badge.sun {
    background: #E7E456;
    color: #223A5E
}

.badge.main {
    background: #F2F2F5;
    color: #223A5E
}

.badge.light-gray {
    background: #dcdcdc;
    color: #223A5E
}

.badge.medium-gray {
    background: #CCCCD8;
    color: #223A5E
}

.badge.dark-gray {
    background: #7a7a7a;
    color: #fff
}

.badge.black {
    background: #283246;
    color: #fff
}

.badge.white {
    background: #fff;
    color: #223A5E
}

.badge.fb {
    background: #3F619C;
    color: #fff
}

.badge.vk {
    background: #3E709C;
    color: #fff
}

.badge.twi {
    background: #2FA4CC;
    color: #223A5E
}

.badge.ok {
    background: #FC6719;
    color: #223A5E
}

.badge.insta {
    background: #000;
    color: #fff
}

.badge.gp {
    background: #DB4437;
    color: #fff
}

.badge.sandy {
    background: #ddc5a1;
    color: #223A5E
}

.badge.lighten-blue {
    background: #f4f5f7;
    color: #223A5E
}

.breadcrumbs {
    margin: 1rem 0 1.5rem;
    list-style: none
}

.breadcrumbs::before,
.breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
    font-size: .85714rem;
    color: #223A5E;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #223A5E
}

.breadcrumbs a {
    color: #3C66A6;
    text-transform: none
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #CCCCD8;
    cursor: not-allowed
}

.breadcrumbs_new {
    display: none
}

.breadcrumbs li {
    text-transform: none;
    font-size: 1.14286rem
}

.breadcrumbs li:not(:last-child)::after {
    font-size: 1.14286rem;
    margin: 0 .21429rem;
    opacity: 1;
    content: "/";
    color: #223A5E
}

.breadcrumbs .current {
    font-weight: bold;
}

@media print, screen and (max-width: 39.99875em) {
    .breadcrumbs_new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .breadcrumbs_new a {
        color: #fff;
        font-size: 1rem
    }
    .breadcrumbs_new a:active,
    .breadcrumbs_new a:focus,
    .breadcrumbs_new a:hover {
        text-decoration: none
    }
    .breadcrumbs_new li {
        display: block;
        color: #fff
    }
    .breadcrumbs_new li:last-child {
        width: 100%
    }
    .breadcrumbs_new li:not(:first-child):after {
        display: none
    }
    .breadcrumbs_new li:not(:last-child):after {
        color: #fff;
        font-size: 1rem
    }
    .breadcrumbs_new li:nth-child(3) {
        margin-bottom: .28571rem
    }
    .breadcrumbs_new li:nth-child(3) a {
        font-size: 1.71429rem;
        font-weight: 700
    }
}
@media print, screen and (max-width: 29.99875em) {
    .breadcrumbs li{
        font-size: 0.9rem;
    }
    .breadcrumbs li:not(:last-child)::after{
        font-size: 0.8rem;
    }
}

.callout,
.input-set__title {
    position: relative;
    margin: 0 0 1.5rem 0;
    padding: 1.5rem 2rem 1rem;
    border: 1px solid rgba(34, 58, 94, 0.5);
    border-radius: 2px;
    background-color: #fff;
}

.callout>:first-child,
.input-set__title>:first-child {
    margin-top: 0
}

.callout>:last-child,
.input-set__title>:last-child {
    margin-bottom: 0
}

.callout.primary,
.primary.input-set__title {
    background-color: #d5e0f0;
    color: #223A5E
}

.callout.secondary,
.secondary.input-set__title {
    background-color: #e6e2ef;
    color: #223A5E
}

.callout.tertiary,
.tertiary.input-set__title {
    background-color: #f0f4f5;
    color: #223A5E
}

.callout.quaternary,
.quaternary.input-set__title {
    background-color: #ebedf0;
    color: #223A5E
}

.callout.success,
.success.input-set__title {
    background-color: #d8f7f6;
    color: #223A5E
}

.callout.warning,
.warning.input-set__title {
    background-color: #faf6f1;
    color: #223A5E
}

.callout.alert,
.alert.input-set__title {
    background-color: #f4e0e0;
    color: #223A5E
}

.callout.blood,
.blood.input-set__title {
    background-color: #f4e0e0;
    color: #223A5E
}

.callout.purple,
.purple.input-set__title {
    background-color: #fbe6e6;
    color: #223A5E
}

.callout.grass,
.grass.input-set__title {
    background-color: #eaf5e7;
    color: #223A5E
}

.callout.green,
.green.input-set__title {
    background-color: #e0f4e8;
    color: #223A5E
}

.callout.sun,
.sun.input-set__title {
    background-color: #fbfbe6;
    color: #223A5E
}

.callout.main,
.main.input-set__title {
    background-color: #fdfdfe;
    color: #223A5E
}

.callout.light-gray,
.light-gray.input-set__title {
    background-color: #fafafa;
    color: #223A5E
}

.callout.medium-gray,
.medium-gray.input-set__title {
    background-color: #f7f7f9;
    color: #223A5E
}

.callout.dark-gray,
.dark-gray.input-set__title {
    background-color: #ebebeb;
    color: #223A5E
}

.callout.black,
.black.input-set__title {
    background-color: #d9dee9;
    color: #223A5E
}

.callout.white,
.white.input-set__title {
    background-color: #fff;
    color: #223A5E
}

.callout.fb,
.fb.input-set__title {
    background-color: #e0e7f2;
    color: #223A5E
}

.callout.vk,
.vk.input-set__title {
    background-color: #e0eaf3;
    color: #223A5E
}

.callout.twi,
.twi.input-set__title {
    background-color: #dff2f8;
    color: #223A5E
}

.callout.ok,
.ok.input-set__title {
    background-color: #ffe8dd;
    color: #223A5E
}

.callout.insta,
.insta.input-set__title {
    background-color: #d9d9d9;
    color: #223A5E
}

.callout.gp,
.gp.input-set__title {
    background-color: #fae3e1;
    color: #223A5E
}

.callout.sandy,
.sandy.input-set__title {
    background-color: #faf6f1;
    color: #223A5E
}

.callout.lighten-blue,
.lighten-blue.input-set__title {
    background-color: #fdfefe;
    color: #223A5E
}

.callout.small,
.small.input-set__title {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large,
.large.input-set__title {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.card,
.card.block-link {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.card{
    margin-bottom: 1.5rem;
    border: 1px solid #223A5E;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #223A5E
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1.5rem;
    background: #dcdcdc
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1.5rem
}
.card-section .font-regular,
.card-section .block-link-description{
    font-size: 1.1em;
}

.card-section>:last-child {
    margin-top: auto;
    margin-bottom: 0 !important;
}

.card-image {
    min-height: 1px
}
.card-indecator-count{
    position: absolute;
    top:10px;
    left:-1px;
    background-color: #ddd;
    color: #000;
    padding: 4px 6px;
}
@media(max-width: 380px){
    .callout{
        padding: 0.5em 1em;
    }
}



.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 330px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    background-color: #fff;
    font-size: 1rem
}
.dropdown-pane__container {
    position: relative;
}
.dropdown-pane.is-opening {
    display: block
}
.dropdown-pane.force-top {
    top: auto !important;
    bottom: 100% !important;
}
.dropdown-pane.force-right {
    left: auto !important;
    right: 0% !important;
}
.dropdown-pane.force-bottom {
    top: 100% !important;
}
.dropdown-pane.force-left {
    left: auto !important;
    right: 100% !important;
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.pagination {
    margin-left: 0;
    margin-bottom: 1.5rem
}

.pagination::before,
.pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .07143rem;
    border-radius: 2px;
    font-size: 1rem;
    display: none
}

.pagination li:last-child,
.pagination li:first-child {
    display: inline-block
}

@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .57143rem 1.07143rem;
    border-radius: 2px;
    color: #223A5E
}

.pagination a:hover,
.pagination button:hover {
    background: #223A5E
}

.pagination .current {
    padding: .57143rem 1.07143rem;
    background: #d3d8df;
    color: #223A5E;
    cursor: default
}

.pagination .disabled {
    padding: .57143rem 1.07143rem;
    color: #dcdcdc;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis::after {
    padding: .57143rem 1.07143rem;
    content: '\2026';
    color: #223A5E
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #7a7a7a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 2px;
    background-color: #223A5E;
    font-size: 80%;
    color: #fff
}

.tooltip::before {
    position: absolute
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #223A5E;
    bottom: 100%
}

.tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #223A5E transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #223A5E;
    left: 100%
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #223A5E transparent transparent;
    right: 100%;
    left: auto
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.align-top::before {
    bottom: auto;
    top: 10%
}

.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto
}

.tooltip.align-left::before {
    left: 10%;
    right: auto
}

.tooltip.align-right::before {
    left: auto;
    right: 10%
}

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: 2px 2px 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 2px 2px
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #223a5e;
    border-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    color: #223a5e
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #223a5e;
    border-radius: 0 0 2px 2px
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: #b6b6b6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"
}

.is-active>.accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #223a5e;
    border-bottom: 0;
    background-color: #fff;
    color: #223A5E
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #223a5e
}

.media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media print, screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1.5rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1.5rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

@media print, screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1.5rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 75%;
    overflow: hidden
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%
}

.tabs {
    margin: 0;
    border: 1px solid #dcdcdc;
    background: #fff;
    list-style-type: none
}

.tabs::before,
.tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: transparent
}

.tabs.primary {
    background: #223A5E
}

.tabs.primary>li>a {
    color: #fff
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
    background: #27436c
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    color: #5F4B8B
}

[data-whatinput='mouse'] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #dcdcdc;
    color: #524178
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
    background: #dcdcdc;
    color: #fff
}

.tabs-content {
    border: 1px solid #dcdcdc;
    border-top: 0;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.tabs-content.vertical {
    border: 1px solid #dcdcdc;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1.5rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1.5rem;
    border: solid 4px #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 0 1px rgba(34, 58, 94, 0.2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow 200ms ease-out;
    transition: -webkit-box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out
}

a.thumbnail:hover,
a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(34, 58, 94, 0.5);
    box-shadow: 0 0 6px 1px rgba(34, 58, 94, 0.5)
}

a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li {
    outline: 0
}

.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 2rem 0.7rem 1rem
}

.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print, screen and (min-width: 60em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
    .menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.xlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
    .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.xxlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.xxlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
    .menu.xxlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active>a {
    background: #223A5E;
    color: #fff
}

.menu .active>a {
    background: #223A5E;
    color: #fff
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: 0.7rem 2rem 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''
}

.menu-icon:hover::after {
    background: #dcdcdc;
    -webkit-box-shadow: 0 7px 0 #dcdcdc, 0 14px 0 #dcdcdc;
    box-shadow: 0 7px 0 #dcdcdc, 0 14px 0 #dcdcdc
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #223A5E;
    -webkit-box-shadow: 0 7px 0 #223A5E, 0 14px 0 #223A5E;
    box-shadow: 0 7px 0 #223A5E, 0 14px 0 #223A5E;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #7a7a7a;
    -webkit-box-shadow: 0 7px 0 #7a7a7a, 0 14px 0 #7a7a7a;
    box-shadow: 0 7px 0 #7a7a7a, 0 14px 0 #7a7a7a
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: 0.7rem 2rem 0.7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 2rem 0.7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #223A5E transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #223A5E transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded='true']::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s
}

.drilldown a {
    padding: 0.7rem 2rem 0.7rem 1rem;
    background: #fff
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 2rem 0.7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #223A5E;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent currentColor;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent currentColor transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back>a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #223A5E transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: currentColor transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -2px
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    background: #fff;
    padding: 0.7rem 2rem 0.7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: rgba(0, 0, 0, 0);
    color: #223A5E
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent currentColor transparent transparent;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent currentColor
}

@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: currentColor transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -2px
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent currentColor transparent transparent;
        right: auto;
        left: 5px
    }
    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent currentColor
    }
}

@media print, screen and (min-width: 60em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: currentColor transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -2px
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.large-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.large-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent currentColor transparent transparent;
        right: auto;
        left: 5px
    }
    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent currentColor
    }
}

@media screen and (min-width: 75em) {
    .dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: currentColor transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -2px
    }
    .dropdown.menu.xlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }
    .dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.xlarge-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.xlarge-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent currentColor transparent transparent;
        right: auto;
        left: 5px
    }
    .dropdown.menu.xlarge-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent currentColor
    }
}

@media screen and (min-width: 90em) {
    .dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: currentColor transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -2px
    }
    .dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }
    .dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.xxlarge-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.xxlarge-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent currentColor transparent transparent;
        right: auto;
        left: 5px
    }
    .dropdown.menu.xxlarge-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 4px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent currentColor
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -4px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 170px;
    border: 1px solid #dcdcdc;
    background: #fff
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 2rem 0.7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent currentColor transparent transparent;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent currentColor
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #dcdcdc
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(34, 58, 94, 0.7);
    box-shadow: 0 0 10px rgba(34, 58, 94, 0.7)
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #dcdcdc
}

[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(34, 58, 94, 0.7);
    box-shadow: 0 0 10px rgba(34, 58, 94, 0.7)
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left:not(.dropdown-pane) {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(34, 58, 94, 0.25);
    box-shadow: inset -13px 0 20px -13px rgba(34, 58, 94, 0.25)
}

.position-right:not(.dropdown-pane) {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(34, 58, 94, 0.25);
    box-shadow: inset 13px 0 20px -13px rgba(34, 58, 94, 0.25)
}

.position-top:not(.dropdown-pane) {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(34, 58, 94, 0.25);
    box-shadow: inset 0 -13px 20px -13px rgba(34, 58, 94, 0.25)
}

.position-bottom:not(.dropdown-pane) {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(34, 58, 94, 0.25);
    box-shadow: inset 0 13px 20px -13px rgba(34, 58, 94, 0.25)
}

.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }
    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }
    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media print, screen and (min-width: 60em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }
    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }
    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width: 75em) {
    .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-xlarge .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }
    .position-left.reveal-for-xlarge~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-xlarge .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }
    .position-right.reveal-for-xlarge~.off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-xlarge .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }
    .position-top.reveal-for-xlarge~.off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-xlarge .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }
    .position-bottom.reveal-for-xlarge~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width: 90em) {
    .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-xxlarge .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }
    .position-left.reveal-for-xxlarge~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-xxlarge .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }
    .position-right.reveal-for-xxlarge~.off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-xxlarge .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }
    .position-top.reveal-for-xxlarge~.off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-xxlarge .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }
    .position-bottom.reveal-for-xxlarge~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top,
    .off-canvas.in-canvas-for-medium.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print, screen and (min-width: 60em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top,
    .off-canvas.in-canvas-for-large.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

@media screen and (min-width: 75em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }
    .off-canvas.in-canvas-for-xlarge.position-left,
    .off-canvas.in-canvas-for-xlarge.position-right,
    .off-canvas.in-canvas-for-xlarge.position-top,
    .off-canvas.in-canvas-for-xlarge.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none
    }
}

@media screen and (min-width: 90em) {
    .off-canvas.in-canvas-for-xxlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }
    .off-canvas.in-canvas-for-xxlarge.position-left,
    .off-canvas.in-canvas-for-xxlarge.position-right,
    .off-canvas.in-canvas-for-xxlarge.position-top,
    .off-canvas.in-canvas-for-xxlarge.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-xxlarge .close-button {
        display: none
    }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(255, 255, 255, 0.5);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 2.85714rem 2.5rem 1.42857rem;
    border: 1px solid #d3d8df;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput='mouse'] .reveal {
    outline: 0
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 664px;
        max-width: 83.35714rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 83.35714rem
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 83.35714rem
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 83.35714rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print, screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    min-width: 100%;
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%;
    min-width: 0;
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

.title-bar {
    padding: .5rem;
    background: #223A5E;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold
}

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #dcdcdc
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print, screen and (min-width: 40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }
    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media print, screen and (max-width: 59.99875em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print, screen and (max-width: 89.99875em) {
    .top-bar.stacked-for-xlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar.stacked-for-xxlarge {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0
}

.top-bar-left,
.top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::before,
.clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print, screen and (min-width: 60em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.flex-wrap{
    flex-wrap: wrap;
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 60em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 75em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media print, screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print, screen and (min-width: 40em) and (max-width: 59.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em),
screen and (min-width: 60em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 60em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 59.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print, screen and (min-width: 60em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 59.99875em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em),
screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important
}

.text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-wrap {
    word-wrap: break-word !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-overline {
    text-decoration: overline !important
}

.text-underline {
    text-decoration: underline !important
}

.text-line-through {
    text-decoration: line-through !important
}

.font-wide {
    letter-spacing: .28571rem
}

.font-normal {
    font-weight: normal
}

.font-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic !important
}

ul.list-disc {
    list-style-type: disc !important
}

ul.list-circle {
    list-style-type: circle !important
}

ul.list-square {
    list-style-type: square !important
}

ol.list-decimal {
    list-style-type: decimal !important
}

ol.list-lower-alpha {
    list-style-type: lower-alpha !important
}

ol.list-lower-latin {
    list-style-type: lower-latin !important
}

ol.list-lower-roman {
    list-style-type: lower-roman !important
}

ol.list-upper-alpha {
    list-style-type: upper-alpha !important
}

ol.list-upper-latin {
    list-style-type: upper-latin !important
}

ol.list-upper-roman {
    list-style-type: upper-roman !important
}

.rounded {
    border-radius: 5000px !important
}

.rounded .switch-paddle {
    border-radius: 5000px !important
}

.rounded .switch-paddle:after {
    border-radius: 50%
}

.radius {
    border-radius: 2px
}

.bordered {
    border: .07143rem solid #dcdcdc
}

.shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.arrow-down {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #223A5E transparent transparent
}

.arrow-up {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #223A5E
}

.arrow-right {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #223A5E
}

.arrow-left {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #223A5E transparent transparent
}

.separator-center {
    text-align: center !important
}

.separator-center::before,
.separator-center::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.separator-center::after {
    clear: both
}

.separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: .14286rem solid #223A5E;
    margin: 1.5rem auto 0
}

.separator-left {
    text-align: left !important
}

.separator-left::before,
.separator-left::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.separator-left::after {
    clear: both
}

.separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: .14286rem solid #223A5E;
    margin: 1.5rem auto 0;
    margin-left: 0 !important
}

.separator-right {
    text-align: right !important
}

.separator-right::before,
.separator-right::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.separator-right::after {
    clear: both
}

.separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: .14286rem solid #223A5E;
    margin: 1.5rem auto 0;
    margin-right: 0 !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.display-inline {
    display: inline !important
}

.display-inline-block {
    display: inline-block !important
}

.display-block {
    display: block !important
}

.display-table {
    display: table !important
}

.display-table-cell {
    display: table-cell !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975
}

.position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975
}

.border-box {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.border-none {
    border: none !important
}

.width-25 {
    width: 25% !important
}

.width-50 {
    width: 50% !important
}

.width-75 {
    width: 75% !important
}

.width-100 {
    width: 100% !important
}

.height-25 {
    height: 25% !important
}

.height-50 {
    height: 50% !important
}

.height-75 {
    height: 75% !important
}

.height-100 {
    height: 100% !important
}

.max-width-100 {
    max-width: 100% !important
}

.max-height-100 {
    max-height: 100% !important
}

.margin-0 {
    margin: 0rem !important
}

.margin-top-0 {
    margin-top: 0rem !important
}

.margin-right-0 {
    margin-right: 0rem !important
}

.margin-bottom-0 {
    margin-bottom: 0rem !important
}

.margin-left-0 {
    margin-left: 0rem !important
}

.margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important
}

.margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
}

.padding-0 {
    padding: 0rem !important
}

.padding-top-0 {
    padding-top: 0rem !important
}

.padding-right-0 {
    padding-right: 0rem !important
}

.padding-bottom-0 {
    padding-bottom: 0rem !important
}

.padding-left-0 {
    padding-left: 0rem !important
}

.padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important
}

.padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
}

.margin-1 {
    margin: .25rem !important
}

.margin-top-1 {
    margin-top: .25rem !important
}

.margin-right-1 {
    margin-right: .25rem !important
}

.margin-bottom-1 {
    margin-bottom: .25rem !important
}

.margin-left-1 {
    margin-left: .25rem !important
}

.margin-horizontal-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.margin-vertical-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.padding-1 {
    padding: .25rem !important
}

.padding-top-1 {
    padding-top: .25rem !important
}

.padding-right-1 {
    padding-right: .25rem !important
}

.padding-bottom-1 {
    padding-bottom: .25rem !important
}

.padding-left-1 {
    padding-left: .25rem !important
}

.padding-horizontal-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.padding-vertical-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.margin-2 {
    margin: .5rem !important
}

.margin-top-2 {
    margin-top: .5rem !important
}

.margin-right-2 {
    margin-right: .5rem !important
}

.margin-bottom-2 {
    margin-bottom: .5rem !important
}

.margin-left-2 {
    margin-left: .5rem !important
}

.margin-horizontal-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.margin-vertical-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.padding-2 {
    padding: .5rem !important
}

.padding-top-2 {
    padding-top: .5rem !important
}

.padding-right-2 {
    padding-right: .5rem !important
}

.padding-bottom-2 {
    padding-bottom: .5rem !important
}

.padding-left-2 {
    padding-left: .5rem !important
}

.padding-horizontal-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.padding-vertical-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.margin-3 {
    margin: .75rem !important
}

.margin-top-3 {
    margin-top: .75rem !important
}

.margin-right-3 {
    margin-right: .75rem !important
}

.margin-bottom-3 {
    margin-bottom: .75rem !important
}

.margin-left-3 {
    margin-left: .75rem !important
}

.margin-horizontal-3 {
    margin-right: .75rem !important;
    margin-left: .75rem !important
}

.margin-vertical-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.padding-3 {
    padding: .75rem !important
}

.padding-top-3 {
    padding-top: .75rem !important
}

.padding-right-3 {
    padding-right: .75rem !important
}

.padding-bottom-3 {
    padding-bottom: .75rem !important
}

.padding-left-3 {
    padding-left: .75rem !important
}

.padding-horizontal-3 {
    padding-right: .75rem !important;
    padding-left: .75rem !important
}

.padding-vertical-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.margin-4 {
    margin: 1rem !important
}

.margin-top-4 {
    margin-top: 1rem !important
}

.margin-right-4 {
    margin-right: 1rem !important
}

.margin-bottom-4 {
    margin-bottom: 1rem !important
}

.margin-left-4 {
    margin-left: 1rem !important
}

.margin-horizontal-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.margin-vertical-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.padding-4 {
    padding: 1rem !important
}

.padding-top-4 {
    padding-top: 1rem !important
}

.padding-right-4 {
    padding-right: 1rem !important
}

.padding-bottom-4 {
    padding-bottom: 1rem !important
}

.padding-left-4 {
    padding-left: 1rem !important
}

.padding-horizontal-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.padding-vertical-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.margin-5 {
    margin: 1.25rem !important
}

.margin-top-5 {
    margin-top: 1.25rem !important
}

.margin-right-5 {
    margin-right: 1.25rem !important
}

.margin-bottom-5 {
    margin-bottom: 1.25rem !important
}

.margin-left-5 {
    margin-left: 1.25rem !important
}

.margin-horizontal-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important
}

.margin-vertical-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
}

.padding-5 {
    padding: 1.25rem !important
}

.padding-top-5 {
    padding-top: 1.25rem !important
}

.padding-right-5 {
    padding-right: 1.25rem !important
}

.padding-bottom-5 {
    padding-bottom: 1.25rem !important
}

.padding-left-5 {
    padding-left: 1.25rem !important
}

.padding-horizontal-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important
}

.padding-vertical-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.margin-6 {
    margin: 1.5rem !important
}

.margin-top-6 {
    margin-top: 1.5rem !important
}

.margin-right-6 {
    margin-right: 1.5rem !important
}

.margin-bottom-6 {
    margin-bottom: 1.5rem !important
}

.margin-left-6 {
    margin-left: 1.5rem !important
}

.margin-horizontal-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.margin-vertical-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.padding-6 {
    padding: 1.5rem !important
}

.padding-top-6 {
    padding-top: 1.5rem !important
}

.padding-right-6 {
    padding-right: 1.5rem !important
}

.padding-bottom-6 {
    padding-bottom: 1.5rem !important
}

.padding-left-6 {
    padding-left: 1.5rem !important
}

.padding-horizontal-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.padding-vertical-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.margin-7 {
    margin: 1.75rem !important
}

.margin-top-7 {
    margin-top: 1.75rem !important
}

.margin-right-7 {
    margin-right: 1.75rem !important
}

.margin-bottom-7 {
    margin-bottom: 1.75rem !important
}

.margin-left-7 {
    margin-left: 1.75rem !important
}

.margin-horizontal-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important
}

.margin-vertical-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important
}

.padding-7 {
    padding: 1.75rem !important
}

.padding-top-7 {
    padding-top: 1.75rem !important
}

.padding-right-7 {
    padding-right: 1.75rem !important
}

.padding-bottom-7 {
    padding-bottom: 1.75rem !important
}

.padding-left-7 {
    padding-left: 1.75rem !important
}

.padding-horizontal-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important
}

.padding-vertical-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important
}

.margin-8 {
    margin: 2rem !important
}

.margin-top-8 {
    margin-top: 2rem !important
}

.margin-right-8 {
    margin-right: 2rem !important
}

.margin-bottom-8 {
    margin-bottom: 2rem !important
}

.margin-left-8 {
    margin-left: 2rem !important
}

.margin-horizontal-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.margin-vertical-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.padding-8 {
    padding: 2rem !important
}

.padding-top-8 {
    padding-top: 2rem !important
}

.padding-right-8 {
    padding-right: 2rem !important
}

.padding-bottom-8 {
    padding-bottom: 2rem !important
}

.padding-left-8 {
    padding-left: 2rem !important
}

.padding-horizontal-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.padding-vertical-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.margin-9 {
    margin: 2.25rem !important
}

.margin-top-9 {
    margin-top: 2.25rem !important
}

.margin-right-9 {
    margin-right: 2.25rem !important
}

.margin-bottom-9 {
    margin-bottom: 2.25rem !important
}

.margin-left-9 {
    margin-left: 2.25rem !important
}

.margin-horizontal-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important
}

.margin-vertical-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important
}

.padding-9 {
    padding: 2.25rem !important
}

.padding-top-9 {
    padding-top: 2.25rem !important
}

.padding-right-9 {
    padding-right: 2.25rem !important
}

.padding-bottom-9 {
    padding-bottom: 2.25rem !important
}

.padding-left-9 {
    padding-left: 2.25rem !important
}

.padding-horizontal-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important
}

.padding-vertical-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
}

.margin-10 {
    margin: 2.5rem !important
}

.margin-top-10 {
    margin-top: 2.5rem !important
}

.margin-right-10 {
    margin-right: 2.5rem !important
}

.margin-bottom-10 {
    margin-bottom: 2.5rem !important
}

.margin-left-10 {
    margin-left: 2.5rem !important
}

.margin-horizontal-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important
}

.margin-vertical-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}

.padding-10 {
    padding: 2.5rem !important
}

.padding-top-10 {
    padding-top: 2.5rem !important
}

.padding-right-10 {
    padding-right: 2.5rem !important
}

.padding-bottom-10 {
    padding-bottom: 2.5rem !important
}

.padding-left-10 {
    padding-left: 2.5rem !important
}

.padding-horizontal-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important
}

.padding-vertical-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.margin-11 {
    margin: 2.75rem !important
}

.margin-top-11 {
    margin-top: 2.75rem !important
}

.margin-right-11 {
    margin-right: 2.75rem !important
}

.margin-bottom-11 {
    margin-bottom: 2.75rem !important
}

.margin-left-11 {
    margin-left: 2.75rem !important
}

.margin-horizontal-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important
}

.margin-vertical-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important
}

.padding-11 {
    padding: 2.75rem !important
}

.padding-top-11 {
    padding-top: 2.75rem !important
}

.padding-right-11 {
    padding-right: 2.75rem !important
}

.padding-bottom-11 {
    padding-bottom: 2.75rem !important
}

.padding-left-11 {
    padding-left: 2.75rem !important
}

.padding-horizontal-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important
}

.padding-vertical-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important
}

.margin-12 {
    margin: 3rem !important
}

.margin-top-12 {
    margin-top: 3rem !important
}

.margin-right-12 {
    margin-right: 3rem !important
}

.margin-bottom-12 {
    margin-bottom: 3rem !important
}

.margin-left-12 {
    margin-left: 3rem !important
}

.margin-horizontal-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.margin-vertical-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.padding-12 {
    padding: 3rem !important
}

.padding-top-12 {
    padding-top: 3rem !important
}

.padding-right-12 {
    padding-right: 3rem !important
}

.padding-bottom-12 {
    padding-bottom: 3rem !important
}

.padding-left-12 {
    padding-left: 3rem !important
}

.padding-horizontal-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.padding-vertical-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.margin-13 {
    margin: 3.25rem !important
}

.margin-top-13 {
    margin-top: 3.25rem !important
}

.margin-right-13 {
    margin-right: 3.25rem !important
}

.margin-bottom-13 {
    margin-bottom: 3.25rem !important
}

.margin-left-13 {
    margin-left: 3.25rem !important
}

.margin-horizontal-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important
}

.margin-vertical-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important
}

.padding-13 {
    padding: 3.25rem !important
}

.padding-top-13 {
    padding-top: 3.25rem !important
}

.padding-right-13 {
    padding-right: 3.25rem !important
}

.padding-bottom-13 {
    padding-bottom: 3.25rem !important
}

.padding-left-13 {
    padding-left: 3.25rem !important
}

.padding-horizontal-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important
}

.padding-vertical-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important
}

.margin-14 {
    margin: 3.5rem !important
}

.margin-top-14 {
    margin-top: 3.5rem !important
}

.margin-right-14 {
    margin-right: 3.5rem !important
}

.margin-bottom-14 {
    margin-bottom: 3.5rem !important
}

.margin-left-14 {
    margin-left: 3.5rem !important
}

.margin-horizontal-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important
}

.margin-vertical-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
}

.padding-14 {
    padding: 3.5rem !important
}

.padding-top-14 {
    padding-top: 3.5rem !important
}

.padding-right-14 {
    padding-right: 3.5rem !important
}

.padding-bottom-14 {
    padding-bottom: 3.5rem !important
}

.padding-left-14 {
    padding-left: 3.5rem !important
}

.padding-horizontal-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important
}

.padding-vertical-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
}

.margin-15 {
    margin: 3.75rem !important
}

.margin-top-15 {
    margin-top: 3.75rem !important
}

.margin-right-15 {
    margin-right: 3.75rem !important
}

.margin-bottom-15 {
    margin-bottom: 3.75rem !important
}

.margin-left-15 {
    margin-left: 3.75rem !important
}

.margin-horizontal-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important
}

.margin-vertical-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important
}

.padding-15 {
    padding: 3.75rem !important
}

.padding-top-15 {
    padding-top: 3.75rem !important
}

.padding-right-15 {
    padding-right: 3.75rem !important
}

.padding-bottom-15 {
    padding-bottom: 3.75rem !important
}

.padding-left-15 {
    padding-left: 3.75rem !important
}

.padding-horizontal-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important
}

.padding-vertical-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important
}

.margin-16 {
    margin: 4rem !important
}

.margin-top-16 {
    margin-top: 4rem !important
}

.margin-right-16 {
    margin-right: 4rem !important
}

.margin-bottom-16 {
    margin-bottom: 4rem !important
}

.margin-left-16 {
    margin-left: 4rem !important
}

.margin-horizontal-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important
}

.margin-vertical-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.padding-16 {
    padding: 4rem !important
}

.padding-top-16 {
    padding-top: 4rem !important
}

.padding-right-16 {
    padding-right: 4rem !important
}

.padding-bottom-16 {
    padding-bottom: 4rem !important
}

.padding-left-16 {
    padding-left: 4rem !important
}

.padding-horizontal-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.padding-vertical-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.margin-17 {
    margin: 4.25rem !important
}

.margin-top-17 {
    margin-top: 4.25rem !important
}

.margin-right-17 {
    margin-right: 4.25rem !important
}

.margin-bottom-17 {
    margin-bottom: 4.25rem !important
}

.margin-left-17 {
    margin-left: 4.25rem !important
}

.margin-horizontal-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important
}

.margin-vertical-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important
}

.padding-17 {
    padding: 4.25rem !important
}

.padding-top-17 {
    padding-top: 4.25rem !important
}

.padding-right-17 {
    padding-right: 4.25rem !important
}

.padding-bottom-17 {
    padding-bottom: 4.25rem !important
}

.padding-left-17 {
    padding-left: 4.25rem !important
}

.padding-horizontal-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important
}

.padding-vertical-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important
}

.margin-18 {
    margin: 4.5rem !important
}

.margin-top-18 {
    margin-top: 4.5rem !important
}

.margin-right-18 {
    margin-right: 4.5rem !important
}

.margin-bottom-18 {
    margin-bottom: 4.5rem !important
}

.margin-left-18 {
    margin-left: 4.5rem !important
}

.margin-horizontal-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important
}

.margin-vertical-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

.padding-18 {
    padding: 4.5rem !important
}

.padding-top-18 {
    padding-top: 4.5rem !important
}

.padding-right-18 {
    padding-right: 4.5rem !important
}

.padding-bottom-18 {
    padding-bottom: 4.5rem !important
}

.padding-left-18 {
    padding-left: 4.5rem !important
}

.padding-horizontal-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important
}

.padding-vertical-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

.margin-19 {
    margin: 4.75rem !important
}

.margin-top-19 {
    margin-top: 4.75rem !important
}

.margin-right-19 {
    margin-right: 4.75rem !important
}

.margin-bottom-19 {
    margin-bottom: 4.75rem !important
}

.margin-left-19 {
    margin-left: 4.75rem !important
}

.margin-horizontal-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important
}

.margin-vertical-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important
}

.padding-19 {
    padding: 4.75rem !important
}

.padding-top-19 {
    padding-top: 4.75rem !important
}

.padding-right-19 {
    padding-right: 4.75rem !important
}

.padding-bottom-19 {
    padding-bottom: 4.75rem !important
}

.padding-left-19 {
    padding-left: 4.75rem !important
}

.padding-horizontal-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important
}

.padding-vertical-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important
}

.margin-20 {
    margin: 5rem !important
}

.margin-top-20 {
    margin-top: 5rem !important
}

.margin-right-20 {
    margin-right: 5rem !important
}

.margin-bottom-20 {
    margin-bottom: 5rem !important
}

.margin-left-20 {
    margin-left: 5rem !important
}

.margin-horizontal-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important
}

.margin-vertical-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.padding-20 {
    padding: 5rem !important
}

.padding-top-20 {
    padding-top: 5rem !important
}

.padding-right-20 {
    padding-right: 5rem !important
}

.padding-bottom-20 {
    padding-bottom: 5rem !important
}

.padding-left-20 {
    padding-left: 5rem !important
}

.padding-horizontal-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important
}

.padding-vertical-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

a {
    -webkit-transition: color 100ms linear;
    transition: color 100ms linear;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

a:active,
a:focus,
a:hover {
    outline: none
}

.respond-on-press:active,
.respond-on-press:visited:active {
    color: #A63C3C
}

.link-primary:link,
.link-primary:visited,
.menu a {
    color: #223A5E
}

.link-primary:link:hover,
.link-primary:visited:hover,
.menu a:hover {
    color: #648cc9
}

body.js-overflow>*:not(.hat):not(#menu-hat) {
    display: none
}

input:disabled,
input[readonly],
select:disabled,
textarea:disabled,
textarea[readonly] {
    color: #223a5e;
    background: #f4f5f7;
    -webkit-text-fill-color: #223a5e
}

.link-as-text,
.link-as-text:active,
.link-as-text:hover,
.link-as-text:link,
.link-as-text:visited {
    color: #333;
    text-decoration: none
}
.block-link:active .block-link-title,
.block-link:hover .block-link-title,
.link-as-text:active .block-link-title,
.link-as-text:hover .block-link-title{
    color: #A63C3C;
    text-decoration: none
}


.accordion-title:active,
.accordion-title:focus,
.accordion-title:hover {
    text-decoration: none
}

table {
    border-width: 0;
    margin-bottom: 1.5rem
}

table tbody,
table thead,
table tr {
    border: none
}

table td,
table th {
    padding: .71429rem;
    color: #223A5E
}

table td {
    border: .07143rem solid #F2F2F5
}

table th {
    color: #223A5E;
    font-weight: 700;
    text-align: center;
    background: #F2F2F5;
    border: .07143rem solid #F2F2F5
}

h1,
h2,
h3,
h4,
h5 {
    text-transform: none
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
    color: #7b899d
}

h3 {
    line-height: 1.53
}

h5 {
    line-height: 1.4;
    font-weight: 700
}

em,
i {
    font-style: italic
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'] {
    height: 3.21429rem;
    padding: .78571rem 1.07143rem .71429rem;
    line-height: normal;
    margin-bottom: 1.07143rem
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    [type="checkbox"],
    [type="radio"] {
        width: 1.07143rem;
        height: 1.07143rem
    }
}

select {
    height: 3.21429rem;
    background-image: url("/local/templates/msu_common/css/../images/angle-down.png");
    padding-right: 1.85714rem;
    background-size: .71429rem .71429rem;
    background-position: right -.92857rem center
}

[name="delivery"]+label {
    display: inline-block;
    margin: 0
}

label.callout,
label.input-set__title {
    height: 100%
}

.label {
    color: white;
    text-transform: none !important;
    font-size: .85714rem;
    border: 0
}

.borderless {
    border: 0 !important;
    background: transparent;
    margin: 0;
    color: #223A5E;
    text-transform: none
}

.borderless:hover {
    color: #223A5E;
    background: transparent;
    text-decoration: underline !important
}

.nowrap {
    white-space: nowrap
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
    .xlarge-invisible {
        visibility: hidden
    }
}

@media print, screen and (max-width: 39.99875em) {
    .h1,
    h1 {
        margin-bottom: 1.07143rem;
        line-height: 1.2
    }
    .safari-js [type='text'],
    .safari-js [type='password'],
    .safari-js [type='date'],
    .safari-js [type='datetime'],
    .safari-js [type='datetime-local'],
    .safari-js [type='month'],
    .safari-js [type='week'],
    .safari-js [type='email'],
    .safari-js [type='number'],
    .safari-js [type='search'],
    .safari-js [type='tel'],
    .safari-js [type='time'],
    .safari-js [type='url'],
    .safari-js [type='color'] {
        padding-bottom: 0;
        padding-top: .28571rem
    }
}

.slick-slide {
    outline: none !important
}

.slick-slide img {
    display: inline-block
}

.slick-slide:focus,
.slick-slide a {
    outline: none
}

.slick-slider {
    padding-left: 2.14286rem;
    padding-right: 2.14286rem
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: initial;
    transform: initial
}

.clients .slick-track {
    height: 4.64286rem
}

.slick-list {
    z-index: 0
}

.slick-next,
.slick-prev {
    z-index: 1;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    color: #223A5E;
    border: none;
    outline: none;
    border-radius: .35714rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: none
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    color: rgba(255, 255, 255, 0.2)
}

.slick-prev {
    left: 0
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 1rem
}

.slick-next {
    right: 0
}

[dir="rtl"] .slick-next {
    left: 1rem;
    right: auto
}

@media print, screen and (max-width: 39.99875em) {
    .slick-slider {
        padding-left: 0;
        padding-right: 0
    }
}

.slick-dots {
    margin: 0 0 1.42857rem;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer
}
.slick-dots li:first-child:last-child {
    display: none;
}

.slick-dots li button {
    border: .07143rem solid #223A5E;
    background: transparent;
    display: block;
    height: .71429rem;
    width: .71429rem;
    outline: none;
    line-height: 0;
    font-size: 0;
    margin: 0.5rem;
    padding: 0;
    cursor: pointer;
    border-radius: 50%
}

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

.slick-dots li.slick-active button {
    background: #223A5E
}

.carousel-main {
    text-align: center
}

.carousel-main__item {
    background: center no-repeat;
    background-size: cover;
    display: none;
    padding: 2rem 0
}

.carousel-main__item:first-child {
    display: block
}

@media print, screen and (min-width: 40em) {
    .carousel-main__item {
        padding: 2rem 3rem
    }
    .carousel-main__content {
        min-height: 21.42857rem
    }
}

@media print, screen and (min-width: 60em) {
    .carousel-main__content {
        min-height: 28.57143rem
    }
}

.carousel-news {
    padding: 0 0 1.5rem
}

.carousel-news__item {
    min-height: 21.42857rem;
    background: center no-repeat;
    background-size: cover;
    display: none;
    padding: 2rem;
    position: relative
}

.carousel-news__item:first-child {
    display: block
}

.carousel-news__link {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.3)
}

.carousel-news__link:hover {
    color: #fff
}

.carousel-services__item {
    display: none
}

.carousel-services__item:first-child {
    display: block
}

.acc {
    font-size: 1.42857rem;
    margin-bottom: 3rem;
    line-height: 1.8
}

.accordion-title {
    padding-right: 2.14286rem
}

.accordion_draggable {
    margin-bottom: 0
}

.accordion_draggable .accordion-title:active,
.accordion_draggable .accordion-title:focus,
.accordion_draggable .accordion-title:hover {
    background: none
}

.accordion_draggable .is-active .accordion-title {
    background: #eee
}

.accordion__grid {
    margin-bottom: .71429rem
}

.accordion__delivery {
    font-size: 1rem
}

.accordion__data {
    margin-bottom: .71429rem;
    font-weight: 600;
    font-size: 1.28571rem
}

.accordion__ellipsis {
    margin-right: 1.21429rem;
    font-size: 1.33333em;
    margin-bottom: .35714rem;
    line-height: 0.75em;
    vertical-align: -15%;
    margin-left: -.35714rem;
    color: #7b899d
}

.accordion__number {
    font-weight: 600;
}

.accordion-custom .accordion-title {
    border: 0 !important;
    color: #3C66A6;
    font-size: 1.14286rem;
    padding: 1.14286rem 0 1.14286rem 1.42857rem
}

.accordion-custom .accordion-title:active,
.accordion-custom .accordion-title:focus,
.accordion-custom .accordion-title:hover {
    background: #F2F2F5;
    color: #223A5E
}

.accordion-custom .accordion-title:before {
    font-weight: bold;
    left: 0;
    margin-top: -0.55rem
}

.accordion-custom .accordion-content {
    border: 0 !important;
    padding-top: 0;
    padding-left: 1.35714rem;
    padding-right: 0
}

.accordion_faq,
.accordion_spec {
    margin-bottom: 1.42857rem
}

.accordion_faq .accordion__label,
.accordion_spec .accordion__label {
    font-size: 1.28571rem;
    cursor: pointer;
    padding-bottom: 1.14286rem
}

.accordion_faq .accordion__nut,
.accordion_spec .accordion__nut {
    padding-bottom: 1rem
}

.accordion_faq .accordion__heading,
.accordion_spec .accordion__heading {
    font-size: 1.28571rem;
    font-weight: 600;
}

.accordion_faq .accordion-content,
.accordion_spec .accordion-content {
    font-size: 1.28571rem;
    padding-bottom: 0;
    padding-left: .57143rem;
    padding-left: 1rem
}

.accordion_faq .accordion-content>:last-child,
.accordion_spec .accordion-content>:last-child {
    padding-bottom: 0
}

.accordion_faq .accordion-item,
.accordion_spec .accordion-item {
    position: relative;
    border-top: .07143rem solid #d3d8df
}

.accordion_faq .accordion-item:last-child,
.accordion_spec .accordion-item:last-child {
    border-bottom: .07143rem solid #d3d8df
}

.accordion_faq .accordion-item:last-child:not(.is-active)>.accordion-title,
.accordion_spec .accordion-item:last-child:not(.is-active)>.accordion-title {
    border-bottom: 0
}

.accordion_faq .accordion-item.is-active,
.accordion_spec .accordion-item.is-active {
    border-top: .07143rem solid #223A5E;
    border-bottom: .07143rem solid #223A5E
}

.accordion_faq .accordion-item.is-active .accordion-title,
.accordion_spec .accordion-item.is-active .accordion-title {
    border-top: 0;
    border-bottom: 0
}

.accordion_faq .accordion-item.is-active .accordion-title:before,
.accordion_spec .accordion-item.is-active .accordion-title:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion_faq .accordion-item.is-active+.accordion-item,
.accordion_spec .accordion-item.is-active+.accordion-item {
    border-top: 0
}

.accordion_faq .accordion-content,
.accordion_spec .accordion-content {
    border: 0
}

.accordion_faq .accordion-title,
.accordion_spec .accordion-title {
    background: none;
    border-bottom: 0;
    border-top: 0;
    color: #223A5E;
    font-weight: 600;
    font-size: 1.28571rem;
    padding-bottom: .71429rem;
    padding-left: 3.71429rem;
    padding-top: 1.14286rem;
    width: 45%
}

@media print, screen and (max-width: 59.99875em) {
    .accordion_faq .accordion-title,
    .accordion_spec .accordion-title {
        width: 100%
    }
}

.accordion_faq .accordion-title:before,
.accordion_spec .accordion-title:before {
    content: "";
    right: auto;
    left: 1.57143rem;
    width: 0;
    height: 0;
    top: 1.42857rem;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-left: .5rem solid #223A5E
}

.accordion_faq .accordion-item:last-child.is-active .accordion-content {
    border-bottom: none
}

.accordion_faq .accordion-item.is-active {
    border-top: .07143rem solid #d3d8df;
    border-bottom: .07143rem solid #d3d8df
}

.accordion_faq .accordion-item.is-active .accordion-title {
    border-top: 0;
    border-bottom: 0
}

.accordion_faq .accordion-item.is-active .accordion-title:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion_faq .accordion-title {
    width: 100%
}

.accordion_check {
    margin-bottom: 1.42857rem
}
.accordion_check .accordion-item:last-child .accordion-content:last-child {
    border-bottom: 0
}
.accordion_check .accordion-item:last-child .accordion-title {
    border-bottom: 0
}
.accordion_check .accordion-item:last-child .accordion-title:hover {
    text-decoration: underline
}
.accordion_check .accordion-item.is-active .accordion-title {
    border-top: 0;
    border-bottom: 0
}
.accordion_check .accordion-item.is-active .accordion-title:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.accordion_check .accordion-item.is-active+.accordion-item {
    border-top: 0
}
.accordion_check .accordion-content {
    border: 0;
    padding: .71429rem 0 0 0
}
.accordion_check .accordion-title {
    background: none;
    border-bottom: 0;
    border-top: 0;
    color: #3C66A6;
    display: inline-block;
    padding: 0 .85714rem 0 0;
    text-align: left
}
.accordion_check .accordion-title:before {
    font-family: FontAwesome;
    content: "\f107";
    left: calc(100% - 5px);
    right: auto;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.accordion_check .accordion-title_stab {
    color: #223a5e;
    font-size: 1.64286rem;
    font-weight: 600;
    padding-top: .57143rem
}


.accordion_bottom {
    margin-bottom: 0
}
.accordion_manner {
    background: transparent
}
.accordion_manner .accordion__label {
    font-size: 1.28571rem;
    cursor: pointer;
    padding-bottom: 1.14286rem
}
.accordion_manner .accordion__nut {
    padding-bottom: 1rem
}
.accordion_manner .accordion__heading {
    font-size: 1.28571rem;
    font-weight: 600;
}
.accordion_manner .is-active {
    background-color: #fff;
    border: .07143rem solid #223A5E
}
.accordion_manner .accordion-item {
    position: relative
}
.accordion_manner .accordion-content {
    font-size: 1.28571rem;
    padding-bottom: 0
}
.accordion_manner .accordion-content>:last-child {
    padding-bottom: 0;
    border-bottom: 0
}
.accordion_manner .accordion-content>:last-child .hr {
    display: none
}
.accordion_manner .accordion-item {
    border: .07143rem solid transparent
}
.accordion_manner .accordion-item:first-child>a {
    border-top: 0
}
.accordion_manner .accordion-item.is-active {
    border-color: #223A5E
}
.accordion_manner .accordion-item.is-active+.is-active {
    border-top: 0
}
.accordion_manner .accordion-item.is-active .accordion-title:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.accordion_manner .accordion-item:last-child>.accordion-content,
.accordion_manner .accordion-item:last-child:not(.is-active)>.accordion-title {
    border-color: #dcdcdc;
    border-bottom: none
}
.accordion_manner .accordion-item .accordion__delivery {
    margin-top: .28571rem
}
.accordion_manner .accordion-content {
    border: 0
}
.accordion_manner .accordion-title {
    background: none;
    border-color: #dcdcdc;
    color: #223A5E;
    font-size: 1.28571rem;
    padding: 1.64286rem .85714rem 1.64286rem 2.28571rem
}
.accordion_manner .accordion-title:before {
    content: "";
    right: auto;
    left: .85714rem;
    width: 0;
    height: 0;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-left: .5rem solid #223A5E
}
.accordion_order {
    background: transparent
}
.accordion_order .accordion__label {
    font-size: 1.28571rem;
    cursor: pointer;
    padding-bottom: 1.14286rem
}

.accordion_order .accordion__nut {
    padding-bottom: 1rem
}

.accordion_order .accordion__heading {
    font-size: 1.28571rem;
    font-weight: 600;
}

.accordion_order .is-active {
    background-color: #fff;
    border: .07143rem solid #223A5E
}

.accordion_order .accordion-item {
    position: relative
}

.accordion_order .accordion-content {
    font-size: 1.28571rem;
    padding-bottom: 0
}

.accordion_order .accordion-content>:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.accordion_order .accordion-content>:last-child .hr {
    display: none
}

.accordion_order .accordion-item:first-child>a {
    border-top: 0
}

.accordion_order .accordion-item.is-active .accordion-title:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion_order .accordion-item:last-child>.accordion-content,
.accordion_order .accordion-item:last-child:not(.is-active)>.accordion-title {
    border-color: #dcdcdc;
    border-bottom: none
}

.accordion_order .accordion-content {
    border: 0
}

.accordion_order .accordion-title {
    background: none;
    border-color: #dcdcdc;
    color: #223A5E;
    font-size: 1.28571rem;
    padding: 2.35714rem 3.71429rem
}

.accordion_order .accordion-title:before {
    content: "";
    right: auto;
    left: 1.57143rem;
    width: 0;
    height: 0;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-left: .5rem solid #223A5E
}

.accordion_orders .accordion-item {
    border-radius: .28571rem;
    border: .07143rem solid #d3d8df;
    margin-bottom: 2.85714rem;
    position: relative;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.accordion_orders .accordion-item:last-child:not(.is-active)>.accordion-title {
    border-bottom: 0
}

.accordion_orders .accordion-item:last-child>.accordion-content:last-child {
    border-bottom: none
}

.accordion_orders .accordion-item:focus,
.accordion_orders .accordion-item:hover {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.accordion_orders .accordion-item.is-active {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.accordion_orders .accordion-item.is-active .accordion-title {
    border-top: 0;
    border-bottom: 0
}

.accordion_orders .accordion-item-compact {
    margin-bottom: 1.21429rem
}

.accordion_orders .accordion-content {
    margin: 0 1.42857rem;
    padding: 2.14286rem 0 0 0;
    border: 0;
    border-top: .07143rem solid #d3d8df;
    border-radius: 0 0 .28571rem .28571rem;
    font-size: 1.28571rem
}

.accordion_orders .accordion-title {
    background: none;
    border-bottom: 0;
    border-top: 0;
    color: #223A5E;
    font-size: 1.28571rem;
    padding: 1.07143rem 1.42857rem
}

.accordion_orders .accordion-title:before {
    display: none
}


.accredit-block{
    display: flex;
    padding: 40px 80px;
    margin: 4.29rem auto 6em;
    max-width: 1000px;
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    border: 1px solid #d3d8df;
    border-radius: 2px;
}
.accredit-block__text{
    flex-grow: 1;
    margin: auto 0;
}
.accredit-block__text .h3,
.accredit-block__text h3{
    margin-bottom: 0.5em;
}
.accredit-block__text p{
    font-size: 1.2em;
}
.accredit-block__img{
    flex-shrink: 0;
    width: 220px;
    margin-left: 40px;
}
.accredit-block__img .img-mobile{
    display: none;
}
@media(max-width: 768px){
    .accredit-block{
        display: block;
        padding: 40px;
    }
    .accredit-block__text{
        margin-bottom: 20px;
    }
    .accredit-block__img{
        margin: 20px auto 0 auto;
        width: 100%;
        max-width: 380px;
    }
    .accredit-block__img .img-mobile{
        display: inline;
    }
    .accredit-block__img .img-large{
        display: none;
    }
}
@media(max-width: 480px){
    .accredit-block{
        padding: 1.07143rem;
    }
}


.agro {
    margin-bottom: 2.85714rem
}

.agro__par {
    margin-bottom: 0
}

.agro__text {
    margin-bottom: 1.21429rem;
    height: 12.07143rem;
    overflow: hidden;
    text-align: justify;
    position: relative
}

.agro__text:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4.28571rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0))
}

.agro__slide {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem
}

@media print, screen and (max-width: 59.99875em) {
    .agro__text {
        height: auto;
        max-height: 6.92857rem
    }
}

.aligner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.aligner__anchor {
    display: inline-block;
    margin-bottom: .71429rem
}

.aligner__bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%
}

.aligner__bottom_first {
    padding-bottom: 5.57143rem
}

@media print, screen and (max-width: 39.99875em) {
    .aligner__bottom_first {
        padding-bottom: 0
    }
}

.analysis-h1 {
    letter-spacing: .1em
}

.analysis-h3 {
    letter-spacing: 0.1em
}

.analysis-leader {
    font-size: 1.285rem;
    letter-spacing: 0.02rem;
    margin-bottom: 1.5rem
}

.analysis-note {
    background: #faf3e9;
    border-radius: 4px;
    color: #805c48;
    margin-left: -.1rem;
    padding: .2rem .5rem .2rem .4rem
}

@media print, screen and (max-width: 39.99875em) {
    .analysis-note {
        text-align: center
    }
}

.analysis-note::before {
    content: "";
    color: #ddc5a1;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.33333em;
    line-height: .75em;
    margin-right: .75rem;
    margin-left: .5rem;
    text-rendering: auto;
    vertical-align: -15%
}

.analysis-sidebar .menu {
    margin-left: 0
}

.analysis-sidebar .menu a {
    -webkit-transition: 0.175s;
    transition: 0.175s
}

.analysis-sidebar .menu a:hover {
    background: rgba(3, 52, 124, 0.13);
    color: #345c99
}

.analysis-sidebar {
    margin: 0;
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none
}

.analysis-sidebar__item {
    position: relative
}

.analysis-sidebar__link {
    font-size: 1.14286rem;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    padding: 0.7rem 3rem 0.7rem 1rem;
    color: #223A5E
}

.analysis-sidebar__link:hover,
.analysis-sidebar__link:active,
.analysis-sidebar__link:focus {
    color: #223A5E;
    text-decoration: none;
    background: #d3d8df
}

.analysis-sidebar__link_active {
    font-weight: 600;
    background: #d3d8df
}

.analysis-sidebar__link_icon svg {
    position: absolute;
    top: 0;
    right: 1.07143rem;
    bottom: 0;
    margin: auto;
    height: 1.85714rem
}

.analysis-sidebar__title {
    padding: 1.07143rem 0 0 .92857rem;
    font-weight: 600;
    font-size: 1.71429rem;
    color: #223A5E
}

.analysis-sidebar__category {
    padding: .71429rem 0 .71429rem .92857rem;
    font-weight: 600;
    font-size: 1.28571rem;
    color: #223A5E
}

.article__share {
    margin-bottom: 1.71429rem
}

.table-wrapper {
    overflow: auto;
}
.table-wrapper table {
    min-width: 600px;
}

.article-blog {
    margin-bottom: 2.85714rem;
    font-size: 1.28571rem;
    text-align: left
}
.article-blog h1 {
    margin-bottom: 0.5em;
}

.article-blog h2,
.article-blog h3,
.article-blog h4,
.article-blog h5,
.article-blog h6 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    line-height: 1.4;
}

.article-blog .article-blog__count {
    margin-bottom: 0
}

.article-blog p {
    margin-bottom: 1.42857rem
}

.article-blog a {
    color: #c6a36c
}

.article-blog .article__share a,
.article-blog .data__borderless a {
    color: #3C66A6
}

.article-blog ul,
.article-blog ol {
    font-size: 1.1rem;
}

.article-blog img {
    margin-bottom: 2.14286rem;
    outline: none
}

.article-blog table {
    position: relative;
    border: .07143rem solid transparent
}

.article-blog table:after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: .07143rem;
    width: 100%;
    background-color: #223A5E
}

.article-blog table thead tr {
    border-left: .07143rem solid #d3d8df;
    border-right: .07143rem solid #d3d8df
}

.article-blog table thead th {
    border: none;
    border-top: .07143rem solid #223A5E;
    border-bottom: .07143rem solid #223A5E;
    background: #d3d8df;
    text-align: left
}

.article-blog table th,
.article-blog table td {
    font-size: 1rem;
    vertical-align: top;
    text-align: left;
}
.article-blog table td[colspan] {
    position: relative;
    border-top: .07143rem solid #223A5E;
    text-align: center;
    background: #f4f5f7
}

.article-blog table td[colspan]:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: -.07143rem;
    width: 100%;
    height: .07143rem;
    background-color: #223A5E
}

.article-blog .block-link-title {
    margin: 0 0 0.5em 0;
}

@media screen and (max-width: 39.99875em) {
    .article-blog table th,
    .article-blog table td {
        font-size: 0.9rem;
        line-height: 1.2em;
        padding: 0.5rem;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .article-blog {
        font-size: 1rem
    }
}

.article-blog .grid-container,
._block-flex-column.grid-container {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
}
.cell-flex-container .cell,
.article-blog .grid-container .cell,
._block-flex-column.grid-container .cell {
    display: flex;
    flex-direction: column;
}

.analysis {
    margin-bottom: 2rem
}

.analysis__subtitle,
.analysis__title {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 2.57143rem
}

.analysis-description {
    margin-bottom: 1.2rem;
    font-size: 1.64286rem
}

.analysis-create {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.53
}

.analysis__subtitle {
    margin-bottom: .35714rem;
    font-size: 1.5rem
}

.analysis__icon {
    position: absolute;
    display: block;
    top: -.64286rem;
    margin-bottom: 0;
    right: -1.92857rem
}

.analysis__count {
    margin-right: .85714rem;
    font-size: 3.57143rem;
    display: inline;
    position: relative;
}

.analysis__text {
    text-transform: uppercase;
    letter-spacing: .3rem
}

.analysis-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.background-primary {
    background: #223A5E;
    color: #fff
}

.background-secondary {
    background: #5F4B8B;
    color: #fff
}

.background-tertiary {
    background: #9cb3bf;
    color: #223A5E
}

.background-quaternary {
    background: #7b899d;
    color: #fff
}

.background-success {
    background: #22a19c;
    color: #223A5E
}

.background-warning {
    background: #DDC5A1;
    color: #223A5E
}

.background-alert {
    background: #A63C3C;
    color: #fff
}

.background-blood {
    background: #A63C3C;
    color: #fff
}

.background-purple {
    background: #E25959;
    color: #fff
}

.background-grass {
    background: #74BA5F;
    color: #223A5E
}

.background-green {
    background: #3ca66a;
    color: #223A5E
}

.background-sun {
    background: #E7E456;
    color: #223A5E
}

.background-main {
    background: #F2F2F5;
    color: #223A5E
}

.background-light-gray {
    background: #dcdcdc;
    color: #223A5E
}

.background-medium-gray {
    background: #CCCCD8;
    color: #223A5E
}

.background-dark-gray {
    background: #7a7a7a;
    color: #fff
}

.background-black {
    background: #283246;
    color: #fff
}

.background-white {
    background: #fff;
    color: #223A5E
}

.background-fb {
    background: #3F619C;
    color: #fff
}

.background-vk {
    background: #3E709C;
    color: #fff
}

.background-twi {
    background: #2FA4CC;
    color: #223A5E
}

.background-ok {
    background: #FC6719;
    color: #223A5E
}

.background-insta {
    background: #000;
    color: #fff
}

.background-gp {
    background: #DB4437;
    color: #fff
}

.background-sandy {
    background: #ddc5a1;
    color: #223A5E
}

.background-lighten-blue {
    background: #f4f5f7;
    color: #223A5E
}

.background-light-blue {
    background: #f4f5f7
}

.badge {
    width: 1.92857rem;
    padding-left: 0;
    padding-right: 0
}

.bank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.bank__text {
    margin-right: .71429rem;
    margin-top: .14286rem
}

.bank__input {
    margin-top: .35714rem
}

.bank img {
    margin-right: .71429rem;
    max-height: 1.28571rem
}

.bank__icon {
    font-size: 1.42857rem
}

.bet {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "AlethiaPro-Italic", sans-serif
}

.bet__data {
    margin-bottom: 1rem;
    text-align: center
}

.bet__val {
    display: none
}

.bet__text {
    padding-left: 1rem
}

@media print, screen and (max-width: 39.99875em) {
    .bet__val {
        display: block;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 1.14286rem
    }
}

.block-link {
    display: block
}

.block-link .card-image {
    /*position: relative;
    height: 0;
    padding-bottom: 55%*/
}

.block-link:hover .block-link-cover {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    -webkit-transition: -webkit-box-shadow ease-out 0.2s;
    transition: -webkit-box-shadow ease-out 0.2s;
    transition: box-shadow ease-out 0.2s;
    transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s
}

.block-link:hover .block-link-title:after {
    opacity: 1
}

.block-link:active .block-link-title:after {
    margin-left: 0.8rem;
    opacity: 0.7
}

.block-link:active .block-link-cover {
    -webkit-box-shadow: 0 1px 4px rgba(34, 58, 94, 0.2);
    box-shadow: 0 1px 4px rgba(34, 58, 94, 0.2)
}

.block-link-title {
    color: #223A5E;
    margin-bottom: 0.75rem;
    position: relative;
    font-size: 1.1rem;
    display: block;
    font-weight: 600;
}

.block-link-title:active,
.block-link-title:focus,
.block-link-title:hover {
    text-decoration: none
}

.block-link-title:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-top: -.05rem;
    vertical-align: text-bottom;
    margin-left: 0.5rem;
    top: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

@media print, screen and (min-width: 40em) {
    .block-link-title:after {
        opacity: 0
    }
}

.card.block-link:hover {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    -webkit-transition: -webkit-box-shadow ease-out 0.2s;
    transition: -webkit-box-shadow ease-out 0.2s;
    transition: box-shadow ease-out 0.2s;
    transition: box-shadow ease-out 0.2s, -webkit-box-shadow ease-out 0.2s
}

.card.block-link:active {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.1);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.1)
}

blockquote {
    margin-bottom: 1.42857rem;
    padding: 1.5rem 1.28571rem;
    background-color: #f4f5f7;
    text-align: left;
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem
}

.brand {
    margin-bottom: 3.14286rem
}

.brand .slick-arrow {
    top: 37%
}

.brand__slide {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem
}


.button {
    font-size: 1rem;
    border: .07143rem solid #223A5E;
    border-radius: .21429rem;
    padding: 1rem 1.71rem;
    font-weight: 600;
    text-decoration: none !important;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease
}

.micro .button {
    font-size: .70rem;
    border: .05714rem solid #223A5E;
    border-radius: .21429rem;
    padding: .666rem 1.14rem;
    margin-left:.8rem;
}

.button.js-focus,
.button:active,
.button:focus,
.button:hover {
    border: .07143rem solid #3C66A6;
    background: #3C66A6;
    color: #fff;
    outline: none;
}

.button_round {
    background: none;
    border-radius: 1.71429rem
}

.button_round:active,
.button_round:focus,
.button_round:hover {
    background: #f2f2f5
}

.button_order {
    margin-right: 1rem
}

.button_disabled {
    cursor: not-allowed;
    opacity: 0.7
}

.button_checkout {
    padding-left: .71429rem;
    padding-right: .71429rem;
    text-align: center
}

.button_prev {
    border: .07143rem solid #223A5E;
    color: #223A5E;
    padding-top: 0.92857rem;
    padding-bottom: 0.85714rem
}

.button_prev:active,
.button_prev:focus,
.button_prev:hover {
    background: #223A5E;
    color: #fff
}

.button_primary{
    background-color: #223A5E;
    border-color: #223A5E;
    color: #fff;
}
.button_primary:active,
.button_primary:focus,
.button_primary:hover{
    background-color: #3C66A6;
    border-color: #3C66A6;
    color: #fff;
}


.button.alert {
    border-color: #A63C3C
}

.button_stop {
    background: #fff;
    border: .14286rem solid #E25959;
    color: #E25959;
    font-weight: 600;
    letter-spacing: .03em;
    padding-bottom: .85714rem;
    padding-top: .92857rem;
    text-transform: uppercase
}

.button_stop:active,
.button_stop:focus,
.button_stop:hover {
    background: #E25959;
    color: #fff;
    border: .14286rem solid #E25959
}

.button_green {
    border-color: #d5f0e1;
    color: #3ca66a
}

.button_green:active,
.button_green:focus,
.button_green:hover {
    color: #3ca66a;
    border-color: #3ca66a
}

.button_red {
    border-color: #f0d5d5;
    color: #A63C3C
}

.button_red:active,
.button_red:focus,
.button_red:hover {
    color: #A63C3C;
    border-color: #A63C3C
}

.button_eye {
    display: block;
    border: none;
    color: #223A5E;
    background: none
}

.button_eye:active,
.button_eye:focus,
.button_eye:hover {
    background: none;
    border: none
}

.button_clear,
.button_search {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    border: none;
    color: #3C66A6;
    background: none
}

.button_clear:active,
.button_clear:focus,
.button_clear:hover,
.button_search:active,
.button_search:focus,
.button_search:hover {
    color: #648cc9;
    background: none;
    border: none
}

.button_clear {
    color: #A63C3C
}

.button_clear:active,
.button_clear:focus,
.button_clear:hover {
    color: #c35858
}

.button_user {
    padding-left: 2.14286rem;
    padding-right: 2.21429rem
}

.button.reset {
    border: none
}

.button.reset:active,
.button.reset:focus,
.button.reset:hover {
    border: none
}

.button_low {
    margin-bottom: 0
}

.button_spec {
    margin-bottom: 0
}

.button_cart {
    padding-left: .85714rem;
    padding-right: .85714rem;
    margin-bottom: .42857rem;
    margin-left: .57143rem;
    margin-right: .57143rem
}

.button_big {
    font-size: 1.28571rem;
    padding-top: .78571rem;
    padding-bottom: .78571rem
}

.button_preserve {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    border-color: #223A5E
}

.button_save {
    width: 100%;
    padding-top: .78571rem;
    color: #223A5E;
    padding-bottom: .78571rem;
    background: #fff
}

.button_save:active,
.button_save:focus,
.button_save:hover {
    background: #fafafa
}

.button_test {
    width: 100%;
    padding-left: .35714rem;
    padding-right: .35714rem;
    background: none;
    color: #223A5E;
    border-width: .07143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.button__half {
    font-size: .64286rem;
    margin-left: .28571rem
}

.button.large {
    padding: 1.35714rem 3.92857rem
}

.button.light-gray {
    border-color: #dcdcdc
}

.button.expanded {
    padding-left: .35714rem;
    padding-right: .35714rem
}

.button.hollow {
    border: .07143rem solid #223A5E;
    color: #223A5E;
    padding-top: 1rem;
    padding-bottom: .92857rem
}

.button.hollow.js-focus,
.button.hollow:active,
.button.hollow:hover {
    background: #223A5E;
    color: #fff;
    border-color: #223A5E
}

.button.hollow.alert:active,
.button.hollow.alert:focus,
.button.hollow.alert:hover {
    color: #fff;
    border-color: #A63C3C;
    background: #A63C3C
}

.button.hollow.white:active,
.button.hollow.white:focus,
.button.hollow.white:hover {
    color: #223A5E;
    border-color: #fff;
    background: #fff
}

.button_rev {
    padding-left: .71429rem;
    padding-right: .71429rem;
    margin-left: 1.42857rem
}

.button_ya {
    border: .07143rem solid #f9c803;
    background-color: #fff;
    color: #f9c803
}

.button_ya.js-focus,
.button_ya:active,
.button_ya:focus,
.button_ya:hover {
    background: #f9c803;
    border: .07143rem solid #f9c803;
    color: #000000
}

.button_icon {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.button_icon svg {
    margin-right: .35714rem;
    height: 1.28571rem;
    vertical-align: bottom;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.button_icon img {
    margin-right: .71429rem;
    height: 1.28571rem;
    margin-bottom: 0;
    vertical-align: bottom
}

.button_table-filter {
    margin-bottom: 0;
    padding: .28571rem .57143rem;
    white-space: nowrap
}

.button_filter,
.button_sandy {
    border: .07143rem solid #223A5E;
    border-radius: .21429rem;
    background-color: transparent;
    color: #223A5E;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.button_filter svg,
.button_sandy svg {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.button_filter svg g,
.button_filter svg path,
.button_sandy svg g,
.button_sandy svg path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.button_filter.js-focus,
.button_filter:active,
.button_filter:focus,
.button_filter:hover,
.button_sandy.js-focus,
.button_sandy:active,
.button_sandy:focus,
.button_sandy:hover {
    background: transparent;
    border: .07143rem solid #ddc5a1;
    color: #ddc5a1
}

.button_filter.js-focus svg g,
.button_filter.js-focus svg path,
.button_filter:active svg g,
.button_filter:active svg path,
.button_filter:focus svg g,
.button_filter:focus svg path,
.button_filter:hover svg g,
.button_filter:hover svg path,
.button_sandy.js-focus svg g,
.button_sandy.js-focus svg path,
.button_sandy:active svg g,
.button_sandy:active svg path,
.button_sandy:focus svg g,
.button_sandy:focus svg path,
.button_sandy:hover svg g,
.button_sandy:hover svg path {
    stroke: #ddc5a1
}

.button_gl {
    border: .07143rem solid #3079ed;
    background-color: #fff;
    color: #3079ed
}

.button_gl.js-focus,
.button_gl:active,
.button_gl:focus,
.button_gl:hover {
    background: #3079ed;
    border: .07143rem solid #3079ed;
    color: #fff
}

.button_otz {
    border: .07143rem solid #084e82;
    background-color: #fff;
    color: #084e82
}

.button_otz.js-focus,
.button_otz:active,
.button_otz:hover {
    background: #084e82;
    border: .07143rem solid #084e82;
    color: #fff
}

@media print, screen and (max-width: 59.99875em) {
    .button_user {
        padding-left: .35714rem;
        padding-right: .35714rem;
        width: 100%
    }
    .button_spec {
        margin-bottom: 1.07143rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .button_round {
        border: 0;
        padding: 0 .28571rem;
        color: #3C66A6
    }
    .button_round:active,
    .button_round:focus,
    .button_round:hover {
        border: 0;
        background: none;
        color: #648cc9
    }
    .button_order {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .button.large-expanded {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.button.dark-white:hover {
    color: white
}

.callout_info {
    padding: 3.57143rem;
    border: .07143rem solid #d3d8df;
    border-radius: .21429rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.callout_mind {
    padding: 3.57143rem;
    border: .07143rem solid #d3d8df;
    border-radius: .21429rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.callout_best {
    padding-bottom: 1.42857rem;
    border-color: #C4E4D2;
    border-left-width: .57143rem
}

.callout_worst {
    padding-bottom: 1.42857rem;
    border-color: #e4c4c4;
    border-left-width: .57143rem
}

.callout__gear {
    margin-bottom: .78571rem;
    font-size: 1.07143rem;
    height: 3.57143rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 0 -.07143rem 0 inset rgba(60, 102, 166, 0.2);
    box-shadow: 0 -.07143rem 0 inset rgba(60, 102, 166, 0.2);
    padding-left: 1.14286rem;
    position: relative
}

.callout__arr {
    position: absolute;
    right: 1.14286rem;
    top: 1rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.callout_one {
    display: none
}

.callout_drop {
    max-height: 20rem;
    overflow-y: auto
}

.callout_client {
    padding-top: 5.35714rem;
    padding-bottom: 5rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.callout__journal {
    padding-top: .21429rem
}

.callout__dot {
    color: #223A5E
}

.callout_light {
    border: .07143rem solid #d3d8df
}

.callout_form {
    padding: 2.85714rem;
    border: .07143rem solid #d3d8df;
    border-radius: .21429rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

@media print, screen and (max-width: 39.99875em) {
    .callout_form {
        padding: 1.42857rem
    }
}

.callout_precise {
    border: 1px solid #d3d8df;
    border-radius: .21429rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.callout_level {
    padding-top: 2.14286rem;
    border: .07143rem solid #d3d8df;
    border-radius: .21429rem
}

.callout_level:active,
.callout_level:focus,
.callout_level:hover {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.callout__price {
    font-size: 2.4rem
}
.callout__price b{
    font-weight: 800;
}
.callout__price-per-one{
    position: relative;
    width: 100%;
}
.callout__price-per-one:before{
    position: absolute;
    top: 0;
    right: 100%;
    content: '~';
}

.callout__steam {
    font-weight: 600;
    font-weight: 400;
    font-size: 1.14286rem;
    margin-bottom: .92857rem
}

.callout__rect {
    width: 4.64286rem;
    margin-bottom: 1.35714rem;
    max-height: 4.64286rem
}

.callout__remove {
    width: .92857rem;
    height: .92857rem;
    position: absolute
}

.callout__oldprice {
    font-size: 1.28571rem;
    text-align: left
}

.callout__input {
    text-align: center
}

.callout_filter {
    background: #fff;
    padding: 0 1.07143rem;
    font-size: 1rem
}

.callout__toggle {
    font-size: 1.14286rem;
    padding-top: .71429rem;
    cursor: pointer
}

.callout__set {
    font-weight: 700;
    margin-bottom: .35714rem
}

.callout__helmet {
    background: #f4f4f6;
    padding-top: 1.42857rem;
    padding-bottom: 1.42857rem
}

.callout_none {
    border: 0;
    font-size: 1.28571rem
}

.callout_head {
    margin-bottom: 0;
    border: 0;
    font-size: 1.28571rem
}

.callout_table {
    margin-bottom: 0;
    border: 0;
    border-bottom: .07143rem solid #dcdcdc;
    font-size: 1.28571rem;
    padding-bottom: .71429rem
}

.callout__btn {
    display: inline-block;
    padding: .57143rem .71429rem;
    font-size: 1.71429rem
}

.callout__con {
    font-size: 1.14286rem;
    margin-bottom: .71429rem;
    padding-top: .71429rem;
    font-weight: 700
}

.callout_empty {
    background: none;
    border: 0;
    padding: 2.42857rem 5.14286rem .35714rem;
    margin-bottom: 1.42857rem
}

.callout__title_ok {
    display: inline-block;
    padding-right: 1.85714rem;
    position: relative;
    font-size: 1.35714rem;
    font-weight: 700
}

.callout__title_semi {
    display: inline-block;
    padding-right: 1.85714rem;
    position: relative;
    font-size: 1.35714rem;
    font-weight: 600
}

.callout__sample-progress,
.callout__title {
    font-size: 1.28571rem;
    margin-bottom: .92857rem;
    font-weight: 600;
}

.callout__sample-progress_samples,
.callout__title_samples {
    cursor: pointer;
    padding-left: 1.57143rem
}

.callout__sample-progress_samples:before,
.callout__title_samples:before {
    position: absolute;
    content: "";
    right: auto;
    left: 1.57143rem;
    width: 0;
    height: 0;
    top: 1.71429rem;
    border-top: .5rem solid transparent;
    border-bottom: .5rem solid transparent;
    border-left: .5rem solid #223A5E
}

.callout__title_client {
    margin-bottom: 2.14286rem
}

.callout__point {
    font-weight: 600;
    font-size: 1rem;
    color: #3c66a6;
    display: block;
    outline: none;
    margin-bottom: .78571rem
}

.callout__order {
    font-size: 1rem;
    margin-bottom: .85714rem
}

.callout__warning {
    color: #a63c3c;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.71429rem
}

.callout__warning_null {
    padding-bottom: .85714rem
}

.callout__warning_spec {
    padding-bottom: 2.14286rem;
    display: none
}

.callout__warning_spec.js-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.callout__warning .js-inl-svg {
    position: relative;
    display: block;
    top: -.14286rem
}

.callout__margin {
    margin-bottom: 2.64286rem
}

.callout__manner {
    margin-bottom: 1.21429rem
}

.callout__fill {
    padding-left: .57143rem;
    width: calc(100% - 23px)
}

.callout__aligner {
    display: inline-block
}

.callout__hall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.callout__map {
    display: inline-block;
    color: #3c66a6;
    font-size: 1rem;
    font-weight: 600;
}

.callout__map:focus {
    color: #3c66a6;
    text-decoration: none
}

.callout__dropdown {
    position: relative
}

.callout__face {
    font-size: 1rem;
    margin-bottom: .5rem;
    font-weight: 600
}

.callout__label {
    margin-bottom: .21429rem;
    display: block;
    min-height: 1.57143rem;
    font-size: 1rem
}

.callout__label_last {
    margin-bottom: 1.42857rem
}

.callout__object {
    margin-bottom: .35714rem;
    display: inline-block;
    margin-right: .42857rem;
    font-size: 1rem
}

.callout__object_big {
    font-size: 1.14286rem;
    font-weight: 600;
}

.callout__quest {
    width: 1.57143rem;
    height: 1.57143rem;
    cursor: pointer;
    display: inline-block;
    position: relative
}

.callout__quest:active .callout__help,
.callout__quest:focus .callout__help,
.callout__quest:hover .callout__help {
    display: block
}

.callout__js+label {
    -webkit-transform: translateY(-.21429rem);
    transform: translateY(-.21429rem)
}

.callout__block {
    margin-bottom: .5rem;
    display: inline-block
}

.callout__comm {
    resize: none;
    height: 6.07143rem;
    padding-left: .57143rem;
    padding-right: .57143rem
}

.callout__zone {
    resize: none
}

.callout__area {
    resize: none;
    height: 5.71429rem;
    padding-left: .57143rem;
    padding-right: .57143rem
}

.callout__sum {
    font-size: 1.28571rem;
    font-weight: 600;
    letter-spacing: .08571rem;
    margin-bottom: 1.14286rem;
    text-transform: uppercase
}

.callout__choose {
    color: #3c66a6;
    font-size: 1.14286rem;
    display: inline-block;
    margin-top: .71429rem;
    margin-bottom: .71429rem
}

.callout__canvas {
    height: 5.35714rem;
    resize: none
}

.callout__help {
    display: none;
    width: 15.71429rem;
    border: .07143rem solid #dcdcdc;
    border-radius: .14286rem;
    padding: .71429rem;
    background: #fff;
    position: absolute;
    bottom: calc(100% + 1px);
    left: calc(50% - 75px);
    z-index: 5
}

.callout__tip {
    cursor: help;
    display: block;
    font-weight: 700;
    margin-bottom: .71429rem;
    font-size: 1.28571rem;
    border-bottom: 0
}

.callout__add {
    font-size: 1.14286rem;
    display: inline-block;
    margin-left: 1.07143rem;
    margin-bottom: .71429rem
}

.callout__add i {
    font-size: .57143rem;
    margin-right: .35714rem
}

.callout__del {
    font-size: 1.14286rem;
    color: #A63C3C;
    display: inline-block;
    margin-top: .71429rem;
    margin-bottom: .71429rem
}

.callout__del i {
    font-size: .57143rem;
    margin-right: .35714rem
}

.callout__data {
    font-size: 1.14286rem;
    margin-bottom: .85714rem
}

.callout__doc {
    font-size: 1.28571rem
}

.callout__hat {
    font-weight: 600;
    font-size: 1.28571rem
}

.callout__sel {
    font-size: 1.28571rem
}

.callout__close {
    top: -.21429rem;
    right: -1.28571rem;
    line-height: 1.78571rem;
    position: relative;
    outline: none;
    font-size: 3.57143rem
}

.callout__select {
    background-color: transparent;
    border: 0;
    width: 6.42857rem;
    max-width: 100%;
    margin-bottom: .35714rem
}

.callout__select:active,
.callout__select:focus,
.callout__select:hover {
    border: 0;
    background-color: transparent
}

.callout__demo {
    color: #A63C3C;
    font-weight: 600;
    font-size: 1.35714rem;
    cursor: pointer
}

.callout__delete {
    color: #A63C3C;
    font-weight: 600;
    font-size: 1.28571rem;
    margin-bottom: 1.14286rem;
    display: block
}

.callout__delete i {
    font-size: .71429rem;
    margin-right: .35714rem
}

.callout__delete:active,
.callout__delete:focus,
.callout__delete:hover {
    color: #A63C3C
}

.callout__cast {
    color: #A63C3C;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.14286rem;
    display: block
}

.callout__cast i {
    font-size: .71429rem;
    margin-right: .35714rem
}

.callout__cast:active,
.callout__cast:focus,
.callout__cast:hover {
    color: #A63C3C
}

.callout__plus {
    color: #223A5E;
    font-weight: 600;
    font-size: 1.28571rem;
    margin-bottom: .64286rem;
    display: block
}

.callout__plus i {
    font-size: .71429rem;
    margin-right: .35714rem
}

.callout__change {
    margin-left: .71429rem
}

.callout_inform {
    padding-left: 1.21429rem;
    background: #fff;
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem;
    padding-bottom: .35714rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    padding-right: 1.21429rem
}

.callout_verb {
    padding-left: 1.21429rem;
    background: #fff;
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem;
    padding-top: 2.85714rem;
    padding-bottom: 2.5rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    padding-right: 1.21429rem
}

.callout_bracket {
    padding: 2.42857rem 5.14286rem 1.5rem;
    background: #fff;
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem;
    margin-bottom: 2.85714rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.callout_zero {
    margin-top: 1.42857rem;
    padding: 2.14286rem 5.14286rem 0;
    background: #fff;
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem;
    margin-bottom: 2.85714rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.callout_brack {
    padding: 2.42857rem 5.14286rem 1.5rem;
    background: #fff;
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.callout_cover {
    padding-left: 1.21429rem;
    background: #f4f5f7;
    border: none;
    border-radius: .28571rem;
    padding-bottom: .35714rem;
    padding-right: 1.21429rem
}

.callout_spec {
    margin: 0;
    padding: 1.42857rem 0;
    background: #f4f5f7;
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem
}

.callout_trans {
    opacity: 0.5;
    border: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.callout_trans:active,
.callout_trans:focus,
.callout_trans:hover {
    opacity: 1
}

.callout__desc {
    margin-bottom: 1.57143rem
}

.callout__circle {
    font-size: 1.78571rem;
    text-align: right;
    top: -.57143rem;
    position: relative
}

.callout__val,
.callout__val-alt {
}

.callout__val {
    text-align: right
}

.callout__digit {
    text-align: right;
    padding-left: 1.42857rem
}

.callout_card {
    border-color: #dcdcdc;
    background: #F2F2F5;
    padding-left: 2.14286rem;
    padding-right: 2.14286rem;
    padding-bottom: 0;
    font-size: 1.28571rem
}

.callout__barrell {
    padding-top: .71429rem;
    border-top: .07143rem solid #223A5E
}

.callout_address {
    background: #f4f5f7;
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem
}

.callout_no-border {
    margin-bottom: 0;
    border: 0;
    letter-spacing: .15714rem;
    padding: .71429rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 500;
    background: #F2F2F5
}

.callout__taken {
    margin-bottom: .71429rem;
    font-size: 1.14286rem;
    font-weight: 600;
}

.callout_power {
    background: #f4f5f7;
    border-radius: .14286rem;
    margin-bottom: 2.5rem;
    border: .07143rem solid #d3d8df;
    padding-left: 1.57143rem;
    margin-left: -1.57143rem;
    margin-right: -1.57143rem;
    padding-right: 1.57143rem
}

.callout_power>:last-child,
.callout_power>:last-child .rink__upload,
.callout_power>:last-child>:last-child,
.callout_power>:last-child>:last-child>:last-child {
    margin-bottom: 0
}

.callout_order {
    padding-top: .78571rem;
    padding-bottom: .78571rem
}

.callout_group {
    background: #f4f5f7;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.28571rem;
    border: 0
}

.callout_other {
    border-color: #d3d8df
}

.callout_another {
    padding-left: 0;
    border: 0;
    padding-top: 0;
    margin-top: .28571rem
}

.callout_feed {
    padding-left: 0;
    border: 0;
    padding-top: 0;
    margin-top: .28571rem
}

@media print, screen and (max-width: 59.99875em) {
    .callout__title_null {
        margin-bottom: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .callout_mind {
        padding-left: 1.78571rem;
        padding-right: 1.78571rem
    }
    .callout__doc,
    .callout__hat {
        text-align: center
    }
    .callout__val {
        text-align: left
    }
    .callout_spec {
        border: .07143rem solid #223A5E
    }
    .callout__close {
        right: 0;
        top: 0
    }
    .callout_another {
        padding: 0
    }
    .callout_feed {
        margin-bottom: 0;
        padding: 0
    }
    .callout__lead {
        margin-bottom: .71429rem;
        display: block
    }
    .callout__help {
        width: calc(100vw - 60px);
        left: 0
    }
    .callout_client {
        padding-bottom: 2.28571rem;
        padding-top: 2.42857rem
    }
    .callout_power {
        margin-left: -1.14286rem;
        margin-right: -1.14286rem
    }
    .callout_empty {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem
    }
    .callout_bracket {
        padding: .71429rem 1.07143rem 0
    }
    .callout_zero {
        padding: 1.42857rem 1.07143rem 0
    }
    .callout_brack {
        padding: .71429rem 1.07143rem 0
    }
    .callout_smoke {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .callout_one {
        padding: 0;
        margin-right: -1.07143rem;
        margin-left: -1.07143rem;
        display: block;
        border: 0;
        margin-bottom: 0
    }
    .callout_one .menu_man {
        display: none
    }
    .callout_active {
        border-bottom: .07143rem solid rgba(60, 102, 166, 0.2);
        margin-bottom: 1.5rem
    }
    .callout_active .menu_man {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .callout_active .callout__gear {
        -webkit-box-shadow: 0 -.07143rem 0 rgba(60, 102, 166, 0.2) inset, 0 .14286rem .14286rem rgba(60, 102, 166, 0.1);
        box-shadow: 0 -.07143rem 0 rgba(60, 102, 166, 0.2) inset, 0 .14286rem .14286rem rgba(60, 102, 166, 0.1)
    }
    .callout_active .callout__arr {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.captcha img {
    height: 3.14286rem;
    margin-bottom: 1.14286rem;
    width: 100%
}

.captcha-google {
    display: block;
    margin: 2.85714rem auto;
    max-width: 17.85714rem
}

.width-captcha {
    max-width: 28.57143rem
}

.card-section_padding {
    padding: .71429rem
}

.card {
    border: .07143rem solid #d3d8df;
    margin-bottom: 2.14286rem
}

.card_shadow {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.card-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

.card-item__image img {
    height: 2.5rem
}

.card-item__title {
    display: block;
    font-size: 1.14286rem
}

.card-item__price,
.card-item__total {
    font-weight: 600;
    font-size: 1.14286rem
}

.card-item__oldprice {
    display: block;
    font-weight: 500;
}

.card_js-height {
    position: relative
}

.card__btn {
    padding-left: .35714rem;
    padding-right: .35714rem;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 42px)
}

.card-image {
    margin-bottom: 0
}

.card-image img {
    width: 100%
}

.card-image_feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .71429rem;
    padding-right: .71429rem;
    padding-top: 1.71429rem;
    margin-bottom: 0;
    text-align: center
}

.card-image_feed img {
    height: 5.71429rem
}

.card-image__manner {
    margin-bottom: 0
}

.card-image_back {
    background-size: cover;
    height: 14.35714rem;
    background-position: center
}

.card-image_spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .71429rem;
    padding-right: .71429rem;
    padding-top: 3.75rem
}

.card-image_spec img {
    height: 5.71429rem
}

.card-image_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0
}

.card-image_cart img {
    width: auto;
    height: 3.57143rem
}

.card__image {
    height: 5.71429rem;
    margin-top: 1.42857rem;
    padding: .5rem
}

.card .card-image_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 2.75rem 1rem 1.14286rem
}

.card .card-image_flow img {
    height: 5.71429rem
}

.card__title {
    margin-bottom: .57143rem;
    font-family: 'alethia-pro-regular'
}

.card__price {
    font-size: 1.14286rem
}

.card_color,
.card_color a {
    color: #223A5E
}

.card_color a:hover {
    color: #648cc9
}

@media print, screen and (max-width: 39.99875em) {
    .card-image_flow img {
        height: 3.57143rem
    }
    .card .card-image.card-image_feed {
        height: auto;
        padding-top: 1.42857rem;
        margin-bottom: 0;
        padding-bottom: 0
    }
    .card .card-image.card-image_feed img {
        height: 3.57143rem
    }
    .card-image_spec img {
        height: 3.57143rem
    }
    .card-image_cart img {
        width: auto;
        height: 3.57143rem
    }
    .card_js-height {
        height: auto !important
    }
}

.cart {
    position: relative;
    z-index: 1
}
.cart__buttons{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.cart__buttons .button{
    margin-right: 0.5em;
    margin-bottom: 0.25em;
}

.cart_active:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7)
}

.cart_active .cart-checkout-js,
.cart_active .cart-continue-js {
    position: relative;
    z-index: 5
}

.cart-checkout-js,
.cart-continue-js {
    display: none
}

.cart-success {
    top: 1.78571rem !important;
    left: unset !important;
    right: 1.78571rem !important;
    width: 32.14286rem;
    text-align: center
}

.cart-success__icon {
    margin-bottom: .71429rem;
    height: 7.14286rem
}

.cart-success__desc {
    margin-bottom: 1.42857rem;
    font-weight: 600;
}

.chat-widget {
    position: fixed;
    display: block;
    bottom: 0;
    left: 75%;
    width: 7rem;
    z-index: 1;
    text-decoration: none;
    height: 2rem;
    background: #91c84f;
    cursor: pointer;
    text-align: center;
    padding: 0.5rem 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.chat-widget:hover {
    text-decoration: none;
    height: 4rem
}

.chat-widget:active,
.chat-widget:focus {
    text-decoration: none
}

.chat {
    position: fixed;
    bottom: 2.14286rem;
    right: 2.14286rem;
    z-index: 5;
    outline: none;
    display: block
}

.check-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.check-input__paddle {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #223A5E;
    position: relative
}

.check-input__paddle:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 1.2rem;
    color: white;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0
}

.check-input:checked+.check-input__paddle {
    background: #223A5E
}

.check-input:checked+.check-input__paddle:after {
    opacity: 1
}

.check .check__label {
    line-height: 1.1;
    margin-left: 0;
    margin-right: 0;
    display: inline
}

.check__hide {
    display: none
}

.checkbox-group {
    font-size: 0;
    margin: 0 0 1.5rem
}

label.checkbox-group__label {
    font-size: 14px;
    padding: 0.83rem;
    margin: 0;
    min-width: 3rem;
    background: #fff;
    line-height: 1;
    display: inline-block;
    border: .07143rem solid #223A5E;
    border-right-width: 0;
    text-align: center
}

label.checkbox-group__label:last-child {
    border-right-width: .07143rem
}

input.checkbox-group__item {
    display: none
}

input.checkbox-group__item:checked+label.checkbox-group__label {
    -webkit-box-shadow: inset 0 0 5px 2px rgba(1, 1, 1, 0.4);
    box-shadow: inset 0 0 5px 2px rgba(1, 1, 1, 0.4)
}

.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 2.14286rem;
    min-height: 1.57143rem;
    cursor: pointer
}

.checkbox__info {
    display: block;
    color: #7b899d
}

.checkbox_empty {
    padding-left: 1.42857rem
}

.checkbox_empty .checkbox__box {
    top: .14286rem
}

.checkbox_disabled {
    cursor: not-allowed
}

.checkbox:hover .checkbox__box,
.checkbox:focus .checkbox__box,
.checkbox:active .checkbox__box {
    border: .07143rem solid #223A5E
}

.checkbox__box {
    position: absolute;
    padding: .14286rem;
    top: -.21429rem;
    left: 0;
    height: 1.42857rem;
    width: 1.42857rem;
    border: .07143rem solid #d3d8df;
    background-color: #fff;
    border-radius: .14286rem;
    background-size: 62%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.checkbox__box:hover,
.checkbox__box:focus,
.checkbox__box:active {
    border: .07143rem solid #223A5E
}

.checkbox__input {
    position: absolute;
    height: .07143rem;
    width: .07143rem;
    clip: rect(0 0 0 0)
}

.checkbox__input:checked+.checkbox__box {
    background-image: url("/local/templates/msu_common/css/../images/done-2.svg")
}

.checkbox__input:focus+.checkbox__box {
    border: .07143rem solid #223A5E
}

.checkbox__input:disabled+.checkbox__box {
    background-color: #f4f5f7;
    border: .07143rem solid #d3d8df;
    cursor: not-allowed
}

.checkbox__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1.14286rem
}

.checkbox__input {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-top: .14286rem;
    margin-right: 1rem
}

.checkbox__descrp {
    width: calc(100% - 28px)
}

.clients {
    margin-top: auto
}

.clients~.footer {
    margin-top: 0
}

.clients {
    border-top: .14286rem solid #d3d8df;
    padding-right: 0
}

.clients__par {
    margin-bottom: 0
}

.clients__slide {
    display: inline-block;
    width: auto;
    height: 4.28571rem;
    line-height: 4.28571rem;
    margin: 0 1.42857rem
}

.clients__slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.clients__slide img:active,
.clients__slide img:focus,
.clients__slide img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

@media print, screen and (max-width: 39.99875em) {
    .clients__slide img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%)
    }
}

.con {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.71429rem
}

.con_bottom {
    margin-bottom: 0
}

.con_low {
    margin-bottom: .71429rem
}

@media print, screen and (max-width: 39.99875em) {
    .con {
        font-size: 1.42857rem
    }
}

.cour {
    background: #fff;
    margin-bottom: 2.14286rem
}

.cour__img {
    font-size: 1.35714rem;
    text-align: center;
    display: block;
    margin-bottom: .35714rem
}

.cour__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .71429rem;
    text-align: center;
    line-height: 1.4;
    display: block
}

.cour__data {
    font-size: 1rem;
    display: block
}

.cour__value {
    font-size: 1rem;
    display: block
}

.cour__helper {
    padding-top: 0;
    display: block
}

.cour__link {
    text-decoration: underline;
    color: #223A5E;
    font-size: 1rem;
    display: block
}

.cour__input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.cour__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-top: 1.78571rem;
    padding-bottom: 1.78571rem;
    cursor: pointer;
    border: .07143rem solid #223A5E;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.cour__input:checked+.cour__text {
    color: white;
    background: #223A5E
}

.cour__input:checked+.cour__text a {
    color: white
}

.cup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: .71429rem;
    margin-bottom: 1.28571rem
}

.cup__input {
    margin-bottom: 0;
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem
}

.cup .cup__label {
    margin-right: 0;
    padding-left: .71429rem;
    color: #223A5E;
    min-height: 1.35714rem
}

.cup_norm {
    margin-left: 0;
    margin-bottom: .35714rem
}

.cup_norm .cup__label {
    padding-left: .35714rem
}

.cup_low {
    margin-bottom: .35714rem
}

.cup_low .cup__label {
    padding-left: .71429rem
}

.cup_no {
    margin-bottom: 0;
    line-height: 1
}

.cup_no .cup__input:checked+.cup__label {
    background-position: 0 .07143rem
}

.cup_no .cup__label {
    min-height: 1rem
}

.data {
    position: relative;
    font-size: 1rem;
    border: .07143rem solid transparent
}

.data:after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: .07143rem;
    width: 100%
}

.data__span {
    margin-right: .35714rem
}

.data__thead th:first-child {
    border-left: .07143rem solid #223A5E
}

.data__thead tr:last-child th {
    border-bottom: .07143rem solid #223A5E
}

.data__manner {
    margin-right: .35714rem;
    display: block;
    text-decoration: none;
    color: #223A5E;
    font-weight: 600;
}

.data__manner:active,
.data__manner:focus,
.data__manner:hover {
    text-decoration: none;
    color: #223A5E
}

.data_null {
    margin-bottom: 0
}

.data__role {
    display: block
}

.data__cup {
    display: block;
    color: #223A5E;
    text-decoration: none;
    font-weight: 600
}

.data__cup_user {
    margin-bottom: .35714rem
}

.data__mold {
    -webkit-transform: 0;
    transform: 0;
    margin-left: .28571rem;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.data__mold_reverse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.data__val {
    height: 1.85714rem;
    display: block;
    padding-top: .14286rem;
    flex-grow: 1;
}

.data__write {
    padding-right: 1.64286rem;
    position: relative;
    height: 1.85714rem
}

.data__block {
    padding-right: 1.64286rem;
    position: relative
}
.data__block--full {
    width: 100%;
    padding: 0;
}
.data__block--flex {
    display: flex;
    width: 100%;
    padding: 0;
}

.data__din {
    margin-left: .28571rem;
    margin-right: .28571rem
}

.data__ok {
    position: absolute;
    right: 0;
    top: .21429rem
}

.data__dash {
    margin-right: .71429rem;
    padding-top: .28571rem
}

.data__change {
    position: absolute;
    right: 0;
    top: 0
}
.data--static {
    position: static;
    margin-left: 6px;
    flex-shrink: 0;
}

.data__input {
    margin-bottom: 0;
    width: 5.78571rem;
    margin-right: .71429rem;
    height: 1.85714rem;
    color: #223A5E
}

.data__label {
    font-size: inherit;
    width: calc(100% - 40px)
}

.data__borderless {
    text-align: center
}

.data__borderless p {
    margin-bottom: 0;
    font-size: 1.14286rem
}

.data__borderless:after {
    background-color: transparent !important
}

.data__borderless thead {
    background-color: transparent
}

.data__borderless tr {
    border: 0 !important
}

.data__borderless td {
    border: 0;
    padding-top: 0;
    padding-bottom: 0
}

.data__borderless img {
    margin-bottom: .5rem
}

.data__title_cell {
    margin-bottom: 1.42857rem;
    padding-top: .64286rem;
    padding-bottom: .64286rem;
    font-weight: 600;
}

.data__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.data__info {
    border: 0;
    background: #D3D8DF;
    text-align: left
}

.data__info a {
    color: #223A5E;
    text-decoration: none
}

.data__info_break {
    word-break: keep-all
}

.data__info_value {
    min-width: 10rem
}

.data__info_close {
    width: 2.85714rem
}

.data__info_name {
    min-width: 22.85714rem
}

.data__info:first-child {
    width: 17.85714rem
}

.data__info:first-child.data__info_name {
    width: 24.28571rem
}

.data__info:first-child.data__info_auto {
    width: auto
}

.data__info:nth-child(4) {
    width: 21.42857rem
}

.data__info:nth-child(4).data__info_close {
    width: 2.85714rem
}

.data__info:nth-child(4).data__info_auto {
    width: auto
}

.data__info.data__info_3 {
    width: 3rem
}
.data__info.data__info_5 {
    width: 5rem
}
.data__info.data__info_10 {
    width: 10rem
}
.data__info.data__info_15 {
    width: 15rem
}
.data__info.data__info_20 {
    width: 20rem
}
.data__info.data__info_25 {
    width: 25rem
}
.data__info.data__info_30 {
    width: 30rem
}
.data__info.data__info_35 {
    width: 35rem
}
.data__info.data__info_40 {
    width: 40rem
}
.data__info.data__info_45 {
    width: 45rem
}
.data__info.data__info_50 {
    width: 50rem
}

.data .data__title {
    border: none;
    border-top: .07143rem solid #223A5E;
    border-bottom: .07143rem solid #223A5E;
    background: #D3D8DF;
    text-align: center
}

.data .data__title a {
    color: #223A5E;
    text-decoration: none
}

.data__add,
.data__delete {
    color: #223A5E;
    text-decoration: none
}

.data_left .data__title {
    text-align: left
}

.data thead {
    border-top: .07143rem solid #223A5E;
    border-bottom: .07143rem solid #223A5E
}

.data thead tr {
    border-left: .07143rem solid #d3d8df;
    border-right: .07143rem solid #d3d8df
}

.data th {
    font-weight: 600;
}

.data td {
    border: .07143rem solid #D3D8DF;
    padding: .5rem .71429rem
}

.data_issue td,
.data_issue th {
    border-right: 0;
    border-left: 0
}

.data_issue td:not(:first-child),
.data_issue th:not(:first-child) {
    padding-left: 0
}

.data_issue thead th {
    white-space: nowrap
}

@media print, screen and (min-width: 60em) {
    .data tr:last-child {
        border-bottom: .07143rem solid #223A5E
    }
}

.data .data__group {
    position: relative;
    background: #F2F2F5;
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.data .data__group:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: -.07143rem;
    width: 100%;
    height: .07143rem;
    background-color: #223A5E
}

.data-issuance_borders .data-issuance__cell {
    border: .07143rem solid #d3d8df
}
.data-issuance_borders .data-issuance__drag {
    width: 1em;
    cursor: grab;
    color: #666;
}
.data-issuance_borders .data-issuance__drag:active {
    cursor: grabbing;
}
.data-issuance_borders .data-issuance__drag svg{
    vertical-align: middle;
}

.data-issuance_twins .data-issuance__cell {
    border: .07143rem solid #d3d8df;
    width: 50%
}

@media print, screen and (max-width: 39.99875em) {
    .data-issuance_twins .data-issuance__cell {
        display: block;
        border: .07143rem solid #d3d8df;
        border-top: none;
        width: 100%
    }
    .data-issuance_twins .data-issuance__category {
        display: block;
        border-top: none;
        border-bottom: none
    }
    .data-issuance_twins .data-issuance__row {
        border-left: none;
        border-right: none
    }
    .data-issuance_twins .data-issuance__row .data-issuance__cell:empty {
        margin-top: -.07143rem;
        visibility: hidden;
        padding: 0
    }
    .data-issuance_twins .data-issuance__row .data-issuance__cell:last-child {
        border-bottom: none
    }
}

.data-issuance__head {
    font-size: 1rem
}

.data-issuance__filter {
    font-weight: 700;
    color: #223A5E;
    cursor: pointer
}

.data-issuance__category {
    background: #f4f5f7;
    color: #223A5E;
    text-align: left;
    padding-left: 2.85714rem;
    border: .07143rem solid #d3d8df;
    font-weight: 700
}

.data-issuance__category .data-issuance__cell {
    border: none;
    font-weight: 400
}

.data-issuance__title {
    padding: .71429rem;
    border: none;
    text-align: left;
    background: #f4f5f7
}

.data-issuance__title_center {
    text-align: center
}

.data-issuance__title_checkbox {
    width: 1.42857rem
}

.data-issuance__title_num {
    padding: .71429rem;
    border: none;
    text-align: left
}

.data-issuance__title-label {
    font-weight: 700
}

.data-issuance__title_cancel {
    width: 2.14286rem
}

.data-issuance__row {
    border: .07143rem solid #d3d8df
}

.data-issuance__cell {
    padding: .71429rem;
    border: none;
    font-size: 1rem
}

.data-issuance__label {
    font-size: 1rem
}

.data .data__check {
    padding-top: 1.14286rem;
    text-align: center
}

@media print, screen and (max-width: 74.99875em) {
    .data__borderless tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .data__borderless img {
        max-height: 3.57143rem
    }
    .data__borderless td {
        text-align: center;
        width: 11.42857rem;
        margin-bottom: .71429rem
    }
    .data__borderless tbody {
        display: none
    }
}

@media print, screen and (max-width: 39.99875em) {
    .data__info:first-child.data__info_name {
        min-width: 0;
        width: auto
    }
}

.dd {
    position: relative;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear
}

.dd_show {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.dd__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.document-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.document-list__item {
    display: block;
    position: relative;
    padding: .35714rem 1.42857rem .35714rem .71429rem
}

.document-list__item:hover,
.document-list__item:active,
.document-list__item:focus {
    text-decoration: none
}

.document-list .document-list .document-list__item:hover,
.document-list .document-list .document-list__item:active,
.document-list .document-list .document-list__item:focus {
    text-decoration: none;
    background-color: #d3d8df
}

.document-list.accordion-menu .document-list__item {
    position: relative;
    padding: .35714rem 1.14286rem .35714rem .71429rem
}

.document-list.accordion-menu .is-accordion-submenu-parent>a:after {
    top: .85714rem
}

.document-list .is-accordion-submenu {
    position: relative;
    width: 100%
}

.deliverytype-item__input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.deliverytype-item__text {
    position: relative;
    cursor: pointer;
    border: 1px solid #223A5E;
    padding: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.deliverytype-item__input:checked+.deliverytype-item__text {
    color: white;
    background: #223A5E
}

.deliverytype-item__input:checked+.deliverytype-item__text a {
    color: white
}

.error {
    width: 40.21429rem;
    max-width: 100%;
    display: inline-block
}

.error_info {
    width: 100%;
    margin-bottom: 2.14286rem;
    text-align: center;
    color: #a63c3c
}

.error__title {
    text-align: center
}

.error__par {
    width: 39.35714rem;
    max-width: 100%;
    line-height: 1.6
}

.error_message_div:not(:empty),
p font.errortext {
    color: #a63c3c;
    text-align: center
}

.faq {
    border: .07143rem solid #d3d8df;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.faq_shadow {
    -webkit-box-shadow: 0 0 1.78571rem rgba(34, 58, 94, 0.3);
    box-shadow: 0 0 1.78571rem rgba(34, 58, 94, 0.3)
}

.faq-head__title {
    margin-bottom: 0
}

@media print, screen and (max-width: 39.99875em) {
    .faq-head__title {
        margin-bottom: .71429rem;
        font-size: 1.28571rem;
        line-height: 1.2
    }
}

.faq-head__category {
    display: block;
    padding: .5rem 1.07143rem;
    border-radius: .28571rem;
    font-weight: 600;
    color: #223A5E;
    background-color: #f4f5f7
}

@media print, screen and (max-width: 39.99875em) {
    .faq-head__category {
        margin-bottom: 1.42857rem;
        text-align: center
    }
}

.faq-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 1.07143rem 0;
    padding: 0;
    list-style: none
}

.faq-tags__item {
    margin: 0 .35714rem 0 0
}

.faq-content__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.07143rem;
    font-size: 1.14286rem
}

@media print, screen and (max-width: 39.99875em) {
    .faq-content__author {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.faq-content__photo {
    margin-right: 1.07143rem;
    height: 2.14286rem;
    width: 2.14286rem;
    border: none;
    border-radius: 50%;
    background-color: #d3d8df;
    background-size: cover;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%)
}


.faq-content__date:before {
    display: inline-block;
    content: '/';
    margin: 0 .35714rem
}

.faq-content__message {
    font-size: 1.14286rem
}

.faq-content__image {
    margin-bottom: .71429rem;
    background-color: #f4f5f7
}

.faq-toggler {
    display: inline-block;
    margin: .71429rem 0 1.42857rem 0;
    color: #3C66A6;
    font-size: 1.14286rem;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    cursor: pointer
}

.faq-toggler:after {
    display: inline-block;
    margin-left: .35714rem;
    content: '\f107';
    font-family: FontAwesome
}

.faq-toggler:hover,
.faq-toggler:focus,
.faq-toggler:active {
    color: #648cc9
}

.faq-answer {
    display: none
}

.faq-add_other span.faq-add__error {
    display: none !important
}

.faq-add img {
    outline: none;
    margin-bottom: .71429rem
}

.faq-add .button img {
    margin-bottom: 0
}

.faq-add__error {
    display: inline-block;
    margin-bottom: .71429rem;
    color: #A63C3C
}

.faq-add__wrapper {
    position: relative
}

.faq-add__message {
    display: block;
    border: .07143rem solid #d3d8df;
    min-height: 14.28571rem;
    resize: none
}

.faq-add__message_other {
    margin-bottom: 1.42857rem
}

@media print, screen and (max-width: 39.99875em) {
    .faq-add__message {
        display: block;
        margin-right: 0;
        height: auto;
        min-height: 7.14286rem
    }
}

.faq-add__plus {
    display: block;
    line-height: 0.7;
    font-weight: 700;
    font-size: 6.85714rem
}

.faq-add__image {
    display: block;
    margin-bottom: 1.14286rem;
    padding: 2.85714rem .71429rem;
    min-height: 14.28571rem;
    width: 100%;
    max-width: 13.57143rem;
    font-weight: 600;
    font-size: 1.28571rem;
    line-height: 1;
    text-align: center;
    border: none;
    border-radius: .28571rem;
    background-color: #f4f5f7;
    cursor: pointer
}

@media print, screen and (min-width: 40em) and (max-width: 59.99875em) {
    .faq-add__image {
        font-size: 1.14286rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .faq-add__image {
        max-width: unset;
        margin-bottom: 1.42857rem;
        min-height: 7.14286rem
    }
}

.faq-add__input {
    padding-left: 1.07143rem;
    border: .07143rem solid #d3d8df;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease
}

.faq-add__input:focus,
.faq-add__input:active {
    border: .07143rem solid #223A5E
}

.faq-add__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faq-done {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 1.42857rem;
    text-align: center;
    width: 100%;
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem;
    background-color: #f4f5f7
}

.faq-done__icon {
    margin-bottom: 1.42857rem;
    height: 2.57143rem;
    width: 3.57143rem
}

.faq-done__text {
    font-weight: 600;
    width: 100%
}

.faq-preview {
    display: none
}

.faq-preview__image {
    display: block;
    max-height: 11.21429rem
}

.fieldset {
    min-width: 0;
    width: 100%
}

.fieldset.medium-gray {
    background: #dcdcdc
}

.fieldset_gray {
    background: #f4f5f7
}

.fieldset_med {
    border: none;
    background-color: #F2F2F5
}

.fieldset__link {
    display: block;
    margin-bottom: .57143rem
}

.flat__head {
    background: transparent
}

.flat__th {
    background: none;
    border: none;
    border-bottom: .07143rem solid #dcdcdc;
    font-weight: 600;
}

.flat__td {
    background: none;
    border: none;
    border-bottom: .07143rem solid #dcdcdc;
    font-weight: 400
}

.flat__td span {
    display: block
}

.flat__th:first-child,
.flat__td:first-child {
    text-align: center;
    padding: 0;
    width: 2.5rem
}

.flat__th:nth-child(2),
.flat__td:nth-child(2) {
    text-align: left
}

.flat__th:last-child,
.flat__td:last-child {
    text-align: right;
    width: 7.14286rem
}

.flat__link {
    color: #223A5E;
    text-decoration: underline
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.foot-stick {
    padding-right: .35714rem;
    padding-left: .35714rem
}

.foot-stick .foot-stick__button {
    background: #fff
}

@media print, screen and (max-width: 59.99875em) {
    .foot-stick {
        top: -1.42857rem !important;
        padding-left: .78571rem;
        padding-right: .78571rem
    }
}

.footer {
    border-top: .14286rem solid #d3d8df;
    background: #F2F2F5;
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #223A5E
}

.footer__title {
    margin-bottom: .71429rem;
    font-weight: 700;
    font-size: 1.14286rem
}

.footer__soc {
    margin-right: 1.42857rem;
    font-size: 1.78571rem;
    margin-bottom: .71429rem;
    display: inline-block
}

.footer__soc:active,
.footer__soc:focus,
.footer__soc:hover {
    text-decoration: none;
    -webkit-transition: color 100ms linear;
    transition: color 100ms linear
}

.footer__heading {
    display: block;
    margin-bottom: .5rem;
    font-weight: 500;
}

.footer__heading:active,
.footer__heading:focus,
.footer__heading:hover {
    color: #3C66A6
}

.footer__heading_spec {
    margin-bottom: 1.07143rem;
    margin-right: -.07143rem
}

.footer__heading_spec:active,
.footer__heading_spec:focus,
.footer__heading_spec:hover {
    color: #fff !important
}

.footer__tel {
    display: block;
    margin-bottom: .5rem;
    color: #223A5E
}

.footer__tel:active,
.footer__tel:focus,
.footer__tel:hover {
    color: #3C66A6
}

.footer__tel_low {
    margin-bottom: 0
}

.footer__cetera {
    display: block;
    margin-bottom: .71429rem
}

.footer__cetera:active,
.footer__cetera:focus,
.footer__cetera:hover {
    color: #3C66A6
}

.footer__pay {
    margin-bottom: 1.5rem;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.footer__pay img {
    max-height: 1.78571rem
}

.footer__manner {
    margin-bottom: 0;
    display: inline-block
}

.footer__bank {
    margin-left: 1rem
}

.footer__bank_first {
    margin-left: 0
}

.footer__logo {
    display: block
}

.footer__logo a {
    -webkit-transition: color 100ms linear;
    transition: color 100ms linear
}

.footer__logo svg {
    max-width: 100%;
    max-height: 13.92857rem;
    height: auto
}

.footer__logo svg:active path,
.footer__logo svg:focus path,
.footer__logo svg:hover path {
    fill: #ddc5a1 !important;
    color: #ddc5a1;
    text-decoration: none
}

@media print, screen and (max-width: 74.99875em) {
    .footer__bank {
        margin-left: .5rem;
        margin-right: .5rem;
        width: 4.64286rem
    }
    .footer__soc {
        margin-left: .71429rem;
        margin-right: .71429rem
    }
}

.frame iframe {
    border: 0;
    width: 100%
}
.frame_map {
    margin-bottom: 1.42857rem
}
.frame_map iframe {
    height: 42.85714rem
}

.fxy-container {
    position: relative;
    vertical-align: middle;
    margin: 0 0 1.07143rem
}

.fxy-formula {
    background-color: #fff;
    border-radius: .14286rem;
    border: .07143rem solid #d3d8df;
    cursor: text;
    overflow: auto;
    padding: .57143rem .35714rem;
    position: relative;
    width: 100% !important
}

.fxy-formula_simple {
    border: 0;
    padding: 0
}

.fxy-formula_simple .fxy-node {
    cursor: default;
    margin-left: .92857rem
}

.fxy-formula_simple .fxy-node-close {
    display: none
}

.fxy-formula_simple .fxy-group {
    margin-left: .92857rem;
    padding-left: .64286rem
}

.fxy-group {
    border-left: .07143rem solid #ddd;
    margin-left: 1.5rem;
    padding-left: .21429rem
}

.fxy-node {
    background-clip: padding-box;
    background-color: #eeeeee;
    background-repeat: repeat-x;
    background-size: 100% 1.35714rem;
    border-radius: .21429rem;
    border: .07143rem solid #aaa;
    -webkit-box-shadow: 0 0 .14286rem #fff inset, 0 .07143rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 .14286rem #fff inset, 0 .07143rem 0 rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: n-resize;
    line-height: 1.14286rem;
    margin: .21429rem 1.07143rem 1.07143rem 1.42857rem;
    max-width: 100%;
    padding: .21429rem .35714rem .21429rem 1.42857rem;
    position: relative;
    white-space: normal
}

.fxy-node-close {
    background: white;
    border-radius: 50%;
    color: #7b899d;
    position: absolute;
    left: -.28571rem;
    top: -.35714rem
}

.fxy-node-close:hover {
    color: #A63C3C;
    text-decoration: none
}

.gas {
    margin-bottom: 2.14286rem;
    padding: 1.07143rem .71429rem;
    border: .07143rem solid #223A5E
}

.giant {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.goto-save {
    position: fixed;
    bottom: 2.85714rem;
    right: 4px;
    z-index: 9
}

.goto-content {
    --left: 20px;
    --bottom: 40px;
    --top: 60px;
    background: white;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    border: .07143rem solid #223A5E;
    border-radius: .21429rem;
    bottom: var(--bottom);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: var(--left);
    max-height: calc(100vh - ( var(--bottom) + var(--top)));
    max-width: calc(100vw - ( var(--left) * 2));
    position: fixed;
    z-index: 9
}

@media print, screen and (min-width: 40em) {
    .goto-content {
        max-width: 35vw
    }
}

@media print, screen and (min-width: 60em) {
    .goto-content {
        max-width: 25vw
    }
}

.goto-content-nav {
    border-bottom: .07143rem solid #d3d8df;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0 0 1.14286rem 0
}

.goto-content-title {
    border: 0;
    margin-bottom: 0
}

.goto-content-title:hover,
.goto-content-title:active,
.goto-content-title:focus {
    border: 0
}

.menu-cart-item,
.menu-user-item {
    display: none
}

.header.is-stuck {
    background: #223A5E;
    padding-top: 0 !important
}

.header.is-stuck .menu-cart-item,
.header.is-stuck .menu-user-item {
    display: inline
}

.header.is-stuck .hide-when-stuck {
    display: none
}

.header.is-stuck .city-nav {
    margin-right: auto
}

@media print, screen and (min-width: 40em) {
    .header.is-stuck .header-logo-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(20.83333% - 2.14286rem);
        margin-left: 1.07143rem;
        margin-right: 1.07143rem
    }
}

@media print, screen and (min-width: 60em) {
    .header.is-stuck .header-logo-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(16.66667% - 2.14286rem);
        margin-left: 1.07143rem;
        margin-right: 1.07143rem
    }
}

@media print, screen and (min-width: 40em) {
    .header.is-stuck .header-tel-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(58.33333% - 2.14286rem);
        margin-left: 1.07143rem;
        margin-right: 1.07143rem
    }
}

@media print, screen and (min-width: 60em) {
    .header.is-stuck .header-tel-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(66.66667% - 2.14286rem);
        margin-left: 1.07143rem;
        margin-right: 1.07143rem
    }
}

@media screen and (min-width: 75em) {
    .header.is-stuck .header__nav {
        padding-top: .35714rem
    }
}

.header.is-stuck .header__tel {
    padding-top: 1rem
}

@media print, screen and (min-width: 60em) {
    .header.is-stuck .header__tel {
        padding-top: 0.85rem
    }
}

.header.is-stuck .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print, screen and (min-width: 60em) and (max-width: 74.99875em) {
    .header.is-stuck .header__logo {
        padding-top: 0
    }
}

@media screen and (min-width: 75em) {
    .header.is-stuck .menu_header {
        margin-top: 0
    }
}

.header.is-stuck .menu_header_city {
    display: none
}

@media screen and (min-width: 75em) {
    .header.is-stuck .menu_header_city {
        margin-right: 0
    }
}

@media screen and (min-width: 75em) {
    .header.is-stuck .menu_header_sticky_phone {
        display: list-item
    }
}

.header.is-stuck .header__toggle {
    margin-top: 0.75rem;
    margin-right: 1rem
}

@media print, screen and (min-width: 40em) {
    .header.is-stuck .header__toggle {
        margin-top: 1rem
    }
}

@media print, screen and (min-width: 60em) {
    .header.is-stuck .header__toggle {
        margin-top: 0.85rem
    }
}

.header.is-stuck .menu-cart-item {
    display: none
}

@media print, screen and (max-width: 74.99875em) {
    .header.is-stuck .menu-user-item {
        display: none
    }
}

@media screen and (min-width: 75em) {
    .header.is-stuck .header__order,
    .header.is-stuck .header__phone {
        display: none
    }
}

.header.is-stuck .dd-search {
    top: 0.75rem
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: .64286rem;
    padding-bottom: .5rem;
    background-color: #223A5E
}

.header-logo-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.header__copy {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__toggle {
    color: #fff;
    width: 2.28571rem;
    top: .21429rem;
    height: 2.28571rem;
    cursor: pointer;
    outline: none;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.header__toggle:hover .header__crust-top,
.header__toggle:hover .header__crust-bottom {
    background: #ddc5a1
}

.header__toggle.js-open .header__bread-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__toggle.js-open .header__bread-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__toggle.js-open .header__crust-bottom,
.header__toggle.js-open .header__crust-top {
    -webkit-transform: none;
    transform: none
}

.header__bread-top {
    transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    position: absolute;
    top: .07143rem;
    left: .07143rem;
    width: 2.14286rem;
    height: 2.14286rem;
    -webkit-transform: none;
    transform: none;
    z-index: 4
}

.header__bread-bottom {
    position: absolute;
    z-index: 3;
    top: .07143rem;
    transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    left: .07143rem;
    width: 2.14286rem;
    height: 2.14286rem;
    -webkit-transform: none;
    transform: none
}

.header__crust-top {
    display: block;
    width: 1.21429rem;
    height: .07143rem;
    background: #fff;
    position: absolute;
    left: .5rem;
    z-index: 1;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    top: 1rem;
    transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s, -webkit-transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s
}

.header__crust-bottom {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    bottom: 1rem;
    transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s, -webkit-transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
    display: block;
    width: 1.21429rem;
    height: .07143rem;
    background: #fff;
    position: absolute;
    left: .5rem;
    z-index: 1
}

.header__anchor {
    margin-right: 1.14286rem;
    top: .64286rem;
    position: relative;
    display: inline-block
}

.header__anchor_basket {
    top: .35714rem;
    margin-right: .57143rem
}

.header__anchor_basket svg {
    width: 1.57143rem;
    height: 1.57143rem
}

.header__anchor_empty circle {
    display: none
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

@media print, screen and (max-width: 74.99875em) {
    .header-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header-menu__item:last-child>a {
    line-height: 1
}

@media print, screen and (max-width: 74.99875em) {
    .header-menu__item {
        display: block
    }
}

.header-menu__item:active .header-menu__user svg g,
.header-menu__item:focus .header-menu__user svg g,
.header-menu__item:hover .header-menu__user svg g {
    stroke: #ddc5a1 !important
}

.header-menu__item:active .header-menu__user svg g ellipse,
.header-menu__item:active .header-menu__user svg g path,
.header-menu__item:focus .header-menu__user svg g ellipse,
.header-menu__item:focus .header-menu__user svg g path,
.header-menu__item:hover .header-menu__user svg g ellipse,
.header-menu__item:hover .header-menu__user svg g path {
    fill: #ddc5a1 !important
}

@media screen and (min-width: 75em) {
    .header-menu__item:active .header-submenu,
    .header-menu__item:focus .header-submenu,
    .header-menu__item:hover .header-submenu {
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
}

.header-menu__link {
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2;
    outline: none;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    text-decoration: none
}

.header-menu__link_search {
    position: relative;
    top: 0
}

.header-menu__link_search svg {
    width: 1.21429rem;
    height: 1.21429rem
}

.header-menu__link_search:visited,
.header-menu__link_search:focus,
.header-menu__link_search:active {
    color: #fff
}

.header-menu__link_orders {
    top: -.21429rem;
    font-size: .85714rem;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    line-height: 1
}

.header-menu__link_orders svg {
    width: 1.57143rem;
    height: 1.57143rem
}

@media print, screen and (max-width: 74.99875em) {
    .header-menu__link_orders {
        display: block;
        text-align: center;
        margin-top: 0;
        font-weight: 600;
        font-size: inherit
    }
}

.header-menu__link_empty circle {
    display: none
}

.header-menu__link svg g,
.header-menu__link svg path {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.header-menu__link:active svg text,
.header-menu__link:focus svg text,
.header-menu__link:hover svg text {
    fill: #ddc5a1 !important
}

.header-menu__link:active svg g,
.header-menu__link:focus svg g,
.header-menu__link:hover svg g {
    stroke: #ddc5a1 !important
}

.header-menu__link:active svg g ellipse,
.header-menu__link:focus svg g ellipse,
.header-menu__link:hover svg g ellipse {
    fill: #ddc5a1 !important
}

@media print, screen and (max-width: 74.99875em) {
    .header-menu__link {
        display: block;
        text-align: center;
        padding: .5rem;
        color: #223A5E
    }
    .header-menu__link:hover {
        text-decoration: none;
        background-color: #f4f5f7;
        color: #223A5E
    }
}

@media screen and (min-width: 75em) {
    .header-menu__link {
        color: #fff
    }
    .header-menu__link:focus,
    .header-menu__link:active {
        color: #fff;
        text-decoration: none
    }
    .header-menu__link:hover {
        text-decoration: none;
        color: #ddc5a1
    }
}

.header-menu__user {
    line-height: 1
}

@media print, screen and (max-width: 74.99875em) {
    .header-menu__user {
        display: block;
        text-align: center;
        padding: .5rem
    }
    .header-menu__user svg ellipse,
    .header-menu__user svg path {
        fill: #223A5E !important;
        stroke: #223A5E !important
    }
    .header-menu__user svg circle {
        stroke: #223A5E !important
    }
    .header-menu__user:active,
    .header-menu__user:focus,
    .header-menu__user:hover {
        background-color: #f4f5f7
    }
    .header-menu__user:active svg ellipse,
    .header-menu__user:active svg path,
    .header-menu__user:focus svg ellipse,
    .header-menu__user:focus svg path,
    .header-menu__user:hover svg ellipse,
    .header-menu__user:hover svg path {
        fill: #223A5E !important;
        stroke: #223A5E !important
    }
    .header-menu__user:active svg circle,
    .header-menu__user:focus svg circle,
    .header-menu__user:hover svg circle {
        stroke: #223A5E !important
    }
}

.header-hotlinks {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 9.5rem;
    margin: 0;
    padding: .71429rem 0;
    list-style: none;
    background-color: #fff;
    width: 57.57143rem;
    border: .07143rem solid #d3d8df;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0 0 .28571rem .28571rem;
    z-index: 999
}

.header-hotlinks__title {
    display: block;
    padding: .35714rem 4rem;
    font-weight: 600;
    font-size: 1.14286rem
}

.header-hotlinks__item {
    display: block;
    padding: .35714rem 4rem;
    font-size: 1.14286rem
}

.header-hotlinks__item:active,
.header-hotlinks__item:focus,
.header-hotlinks__item:hover {
    text-decoration: none;
    background-color: #f4f5f7
}

.header-submenu {
    visibility: hidden;
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
    position: absolute;
    top: 3.35714rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: .71429rem 0;
    list-style: none;
    background-color: #fff;
    border: none;
    border-radius: .21429rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.header-submenu:before {
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1.21429rem solid transparent;
    border-bottom: 1.21429rem solid #fff
}

.header-submenu_small {
    width: 12.85714rem
}

.header-submenu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem 1.07143rem;
    font-weight: 600;
    text-decoration: none;
    color: #223A5E
}

.header-submenu__link svg {
    margin-right: .71429rem
}

.header-submenu__link:active,
.header-submenu__link:focus,
.header-submenu__link:hover {
    text-decoration: none;
    color: #223A5E;
    background-color: #f4f5f7
}

.header-submenu__text {
    font-size: 1.14286rem;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    padding: .5rem 1.07143rem;
    color: #7b899d
}

.header-submenu__logout {
    padding-left: 3.35714rem;
    color: #A63C3C
}

.header-submenu__logout:active,
.header-submenu__logout:focus,
.header-submenu__logout:hover {
    color: #A63C3C
}

@media print, screen and (max-width: 74.99875em) {
    .header-submenu {
        position: relative;
        top: unset;
        left: unset;
        -webkit-transform: none;
        transform: none
    }
    .header-submenu:before {
        display: none
    }
    .header-submenu_small {
        width: 100%
    }
    .header-submenu__link {
        text-align: center
    }
}

@media screen and (min-width: 75em) {
    .header .roistat-phone-msk {
        width: 9.28571rem
    }
}

.header__tel {
    color: #fff;
    display: none;
    margin-top: .21429rem;
    font-weight: 600;
}

.header__tel a {
    -webkit-transition: color 100ms linear;
    transition: color 100ms linear
}

.header__tel:active,
.header__tel:focus,
.header__tel:hover {
    color: #ddc5a1;
    text-decoration: none
}

.header__phone {
    color: #fff;
    margin: 0.75rem .71429rem 0.75rem 0;
    display: inline-block
}

.header__phone:active,
.header__phone:focus,
.header__phone:hover {
    color: #dcdcdc;
    text-decoration: none
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto
}

.header__logo svg {
    max-width: 100%;
    height: 2.14286rem
}

.header__logo svg:active path,
.header__logo svg:focus path,
.header__logo svg:hover path {
    fill: #ddc5a1 !important;
    text-decoration: none
}

@media print, screen and (max-width: 74.99875em) {
    .header {
        padding-top: .35714rem;
        padding-bottom: .64286rem
    }
    .header-menu__link {
        text-align: left;
        padding-left: 0;
        padding-right: 0
    }
    .header__logo {
        margin-right: .42857rem;
        margin-top: .28571rem
    }
    .header-menu__item:nth-child(7),
    .header-menu__item:nth-child(8),
    .header-menu__item:nth-child(9) {
        display: none
    }
    .header-submenu {
        visibility: visible;
        display: none
    }
    .header-submenu__logout {
        padding: .5rem 1.07143rem
    }
    .header-hotlinks {
        display: none !important;
        position: absolute;
        top: calc(100% - 0px);
        left: 0;
        padding: .71429rem 0;
        width: 100%;
        z-index: 9999;
        -webkit-box-shadow: 0 .71429rem 1.64286rem rgba(34, 58, 94, 0.2);
        box-shadow: 0 .71429rem 1.64286rem rgba(34, 58, 94, 0.2)
    }
    .header-hotlinks__title {
        padding: .35714rem 1.42857rem
    }
    .header-hotlinks__item {
        padding: .35714rem 1.42857rem
    }
    .header__tel {
        display: block;
        font-size: 1.5rem;
        margin-top: .35714rem
    }
    .header__nav {
        background: #fff;
        -webkit-box-shadow: 0 .35714rem .85714rem rgba(34, 58, 94, 0.8);
        box-shadow: 0 .35714rem .85714rem rgba(34, 58, 94, 0.8);
        position: fixed;
        top: 3.42857rem;
        width: 100%;
        left: 0;
        height: 0;
        -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
        transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
        overflow: hidden;
        z-index: 10
    }
    .header__nav.js-active {
        height: calc(100vh + 100px)
    }
    .header__logo svg {
        height: 2.14286rem;
        width: 4.28571rem
    }
}

@media print, screen and (max-width: 59.99875em) {
    .header {
        padding-top: .35714rem
    }
    .header__logo {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .header__logo svg {
        max-height: 2.14286rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .header__nav {
        top: 3.28571rem
    }
    .header-tel-cell {
        position: relative
    }
    .header-menu__link {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .header .grid-container {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .header .header-logo-cell {
        margin-left: 0;
        margin-right: 0
    }
    .header__logo svg {
        max-width: 100%;
        width: 3.57143rem;
        height: 1.42857rem
    }
    .header__tel {
        font-size: 1.14286rem
    }
}

.header-submenu_small {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: 0s;
    transition: 0s;
    padding-top: 0;
    padding-bottom: 0
}

.header-submenu_small>li:first-child {
    padding-top: .71429rem
}

.header-submenu_small>li:last-child {
    padding-bottom: .71429rem
}

@media (max-width: 460px) {
    .header__tel {
        position: absolute;
        width: 11.42857rem;
        text-align: center;
        top: .57143rem;
        left: 3.57143rem
    }
}

.header-search {
    position: relative;
    height: 2.14286rem;
    top: -.28571rem
}

.header-search__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.header-search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: .71429rem;
    color: #fff
}

.header-search__button svg {
    width: 1.14286rem;
    height: 1.14286rem
}

.header-search__button svg g {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.header-search__button:active,
.header-search__button:focus,
.header-search__button:hover {
    outline: none
}

.header-search__button:active svg g,
.header-search__button:focus svg g,
.header-search__button:hover svg g {
    stroke: #ddc5a1
}

.header-search__field {
    margin-bottom: 0;
    border: none;
    background: transparent;
    color: #fff;
    max-width: 21.42857rem;
    height: 2.57143rem
}

.header-search__field::-webkit-input-placeholder {
    border: none;
    color: #fff;
    background: transparent
}

.header-search__field::-moz-placeholder {
    border: none;
    color: #fff;
    background: transparent
}

.header-search__field:-ms-input-placeholder {
    border: none;
    color: #fff;
    background: transparent
}

.header-search__field::-ms-input-placeholder {
    border: none;
    color: #fff;
    background: transparent
}

.header-search__field::placeholder,
.header-search__field:active,
.header-search__field:focus,
.header-search__field:hover {
    border: none;
    color: #fff;
    background: transparent
}

.header-search__close {
    vertical-align: middle;
    cursor: pointer
}

.header-search__close svg {
    height: 1.28571rem
}

.header-search__close svg g {
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

.header-search__close:active,
.header-search__close:focus,
.header-search__close:hover {
    outline: none
}

.header-search__close:active svg path,
.header-search__close:focus svg path,
.header-search__close:hover svg path {
    stroke: #ddc5a1
}

@media print, screen and (max-width: 74.99875em) {
    .header-search {
        height: auto;
        margin-bottom: .71429rem;
        top: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .header-search {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.heading {
    letter-spacing: .48571rem;
    line-height: 1.53;
    font-weight: 600;
    font-size: 1.78571rem;
    margin-bottom: .71429rem
}

.heading-normal {
    text-transform: none;
    letter-spacing: 0
}

.heading-spec {
    margin-bottom: 2.14286rem
}

.heading-h2 {
    letter-spacing: .48571rem;
    line-height: 1.53;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: .71429rem
}

.heading-h3 {
    margin-bottom: 1.21429rem
}

.heading-h3_low {
    margin-bottom: .5rem
}

.heading-h3_new {
    margin-bottom: .5rem;
    font-size: 1.64286rem;
    line-height: 1.53;
    font-weight: 400
}

.heading-h5 {
    letter-spacing: 0.2rem;
    line-height: 1.4;
    font-weight: 700;
    font-size: .92857rem;
    text-transform: uppercase
}

.heading-side {
    font-weight: 600;
    font-size: 1.35714rem;
    line-height: 1.53
}

.heading-info {
    min-width: 2.35714rem;
    text-align: center;
    line-height: 1.53;
    font-weight: 600;
    font-size: 1.35714rem;
    margin-right: .5rem
}

.heading-for-modal {
    margin-bottom: 1.5rem;
    text-align: center
}

@media print, screen and (max-width: 59.99875em) {
    .heading {
        letter-spacing: 0
    }
}

@media print, screen and (min-width: 40em) and (max-width: 59.99875em) {
    .heading-for-modal {
        font-size: 1.1rem;
        line-height: 1.3em
    }
}

.article_h2 {
    letter-spacing: 0.85714rem;
    line-height: 1.53;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    text-transform: uppercase
}

.article-h3 {
    letter-spacing: 0;
    font-size: 1.28571rem;
    margin-bottom: 1.64286rem
}

.article em {
    font-family: 'AlethiaPro-Italic'
}

article em {
    font-family: 'AlethiaPro-Italic'
}

.hr {
    border-color: #efefef;
    margin-bottom: 1.57143rem
}

.hr_other {
    border-color: #f1f0f4
}

.hr_tablet {
    margin-bottom: 2rem
}

.hr_new {
    margin-bottom: 1.28571rem
}

.hr_table {
    margin-bottom: 2.14286rem;
    margin-top: 2.14286rem
}

.hr_mon {
    border-color: #d3d8df;
    padding-top: .57143rem;
    padding-bottom: .57143rem
}

.hr_num {
    border-color: #d3d8df;
    padding-top: .57143rem;
    padding-bottom: .57143rem;
    max-width: 100%
}

.hr_read {
    padding-bottom: .57143rem;
    margin-bottom: 2.14286rem;
    border-color: #223A5E
}

.hr_best {
    border-color: #e9ecef;
    padding-top: .57143rem;
    padding-bottom: .57143rem
}

.input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group_null {
    margin-bottom: 0
}

.input-group_other {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.input-group_right {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.input-group_password {
    position: relative
}

.input-group_password .input-group-field {
    margin-right: 0
}

.input-group_password .input-group-button {
    position: absolute;
    top: 0;
    right: 0
}

.input-group__var {
    margin-left: .57143rem;
    font-style: italic;
    font-weight: 700
}

.input-group__dash {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: .28571rem;
    margin-right: .28571rem;
    margin-bottom: 1rem
}

.input-group__dash_big {
    font-size: 1.85714rem
}

.input-group-text {
    background-color: transparent;
    font-weight: 600;
    margin-right: .57143rem
}

.input-group-field {
    margin-right: .57143rem;
    padding-left: 1.07143rem;
    min-width: 3.21429rem
}

.input-group-field_other {
    margin-right: 0
}

.input-group-field:active,
.input-group-field:focus {
    border: 1px solid #223A5E
}

.input-group-field_null {
    margin-bottom: 0
}

.input-group-button {
    margin-bottom: 1.07143rem;
    height: 3.21429rem
}

.input-group-button_other {
    max-width: calc(100% - 96px)
}

.input-group-button_other button {
    width: 100%;
    padding-right: .78571rem
}

.input-group-button button {
    font-size: .92857rem;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: .92857rem
}

.input-group-button_null {
    margin-bottom: 0
}

@media print, screen and (max-width: 74.99875em) {
    .input-group .input-group-field_light {
        margin-bottom: 0
    }
    .input-group .input-group-field_light+.input-group-button {
        margin-bottom: 0
    }
    .input-group-button_other {
        max-width: calc(100% - 78px)
    }
}

@media (max-width: 1040px) {
    .input-group_other {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .input-group-button_other {
        width: 100%;
        max-width: 100%
    }
    .input-group-button_other button {
        width: 100%
    }
}

@media print, screen and (max-width: 59.99875em) {
    .input-group_other {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: unset;
        flex-flow: unset
    }
    .input-group-button_other {
        width: 14.28571rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .input-group-button_other {
        width: calc(100% - 85px)
    }
    .input-group-button_other button {
        width: 100%;
        padding-left: .71429rem;
        padding-right: .71429rem
    }
    .input-group_quad {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -.57143rem;
        margin-right: -.57143rem
    }
    .input-group_quad .input-group-field,
    .input-group_quad .input-group-button {
        margin-left: .57143rem;
        margin-right: .57143rem;
        width: calc(50% - 16px);
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
    .input-group_quad .input-group-field button,
    .input-group_quad .input-group-button button {
        width: 100%
    }
}

.input-params {
    background: #f4f5f8;
    padding: 1rem
}

.input-params_white {
    padding-left: 3.92857rem;
    background: #fff
}

.input-params_small {
    width: 25rem;
    max-width: 100%;
    margin-bottom: 2.14286rem;
    padding: 1.42857rem 2.14286rem .71429rem
}

.input-params__th {
    font-weight: 600;
    margin-bottom: 1.07143rem
}

.input-params__name {
    font-weight: 600;
    margin-bottom: 1.07143rem;
    font-size: 1.14286rem
}

.input-params__data {
    display: none
}

.input-params__input {
    border-color: #b6b6b6
}

.input-params__input_italic {
    font-family: "AlethiaPro-Italic", sans-serif
}

.input-params_other {
    padding-left: 2.14286rem;
    padding-right: 2.14286rem
}

.input-params__label {
    background: transparent;
    border: 0;
    padding-top: .71429rem;
    font-weight: 700
}

.input-params__label_new {
    font-weight: 400;
    font-size: 1.14286rem
}

@media print, screen and (max-width: 59.99875em) {
    .input-params_small {
        padding: 1.42857rem 1.07143rem .71429rem
    }
    .input-params_other {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem
    }
    .input-params_white {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .input-params {
        padding-left: 0;
        padding-right: 0
    }
    .input-params_small {
        padding: 1.42857rem 1.07143rem .71429rem
    }
    .input-params_other {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem
    }
    .input-params_white {
        padding-left: 1.42857rem;
        padding-right: 1.42857rem
    }
    .input-params__data {
        display: block;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 1.14286rem
    }
}

.input-set {
    cursor: pointer
}

.input-set__input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.input-set__block {
    display: block
}

.input-set__img {
    text-align: center;
    height: 2.14286rem;
    margin-bottom: .5rem;
    display: block;
    font-size: 1.71429rem;
    line-height: 2.14286rem
}

.input-set__img img {
    width: 2.85714rem;
    max-height: 2.14286rem
}

.input-set__title {
    border-color: #223A5E;
    color: #223A5E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 600;
    font-size: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .57143rem .57143rem .57143rem 1.07143rem;
    position: relative
}

.input-set__title_plus {
    text-decoration: none;
    text-align: center;
    padding-left: .57143rem
}

.input-set__title_plus:hover,
.input-set__title_plus:active,
.input-set__title_plus:focus {
    text-decoration: none
}

.input-set__title_uni {
    text-align: left;
    padding-left: 1.07143rem;
    margin-bottom: 2.14286rem;
    padding-right: 1.07143rem;
    padding-top: .71429rem
}

.input-set__title_center {
    padding-top: .71429rem;
    padding-bottom: .71429rem;
    font-size: 1.28571rem
}

.input-set__title span {
    display: block
}

.input-set__input:checked+.input-set__title {
    color: white;
    background: #223A5E
}

@media (max-width: 1100px) {
    .input-set__title_center {
        font-size: 1.07143rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .input-set__title_center {
        font-size: 1.14286rem
    }
}

.safari-js .input-set__title_center {
    padding-bottom: .35714rem
}

.input-light {
    border: .07143rem solid #d3d8df;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease
}

.input-light:focus,
.input-light:active,
.input-light:hover {
    border: .07143rem solid #223A5E
}

.error_for_border_fields {
    border: .07143rem solid #e9d3d3;
    background: #eed8d9
}

.error_for_border_fields:focus {
    border: .07143rem solid #a63c3c
}

.issuance-title {
    margin-left: 1rem;
    margin-bottom: .71429rem
}

.issuance-title_low {
    margin-bottom: 0
}

.issuance-title__text {
    font-weight: 600;
    font-size: 1.5rem
}

.issuance-title__button {
    text-align: right
}

@media print, screen and (max-width: 39.99875em) {
    .issuance-title__button {
        text-align: left
    }
}

.issues-monitor-table td,
.issues-monitor-table th {
    border-right: 0;
    border-left: 0
}

.issues-monitor-table td:not(:first-child),
.issues-monitor-table th:not(:first-child) {
    padding-left: 0
}

.issues-monitor-table thead th {
    white-space: nowrap
}

.jobs-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print, screen and (max-width: 39.99875em) {
    .jobs-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.jobs-buttons__input {
    display: none
}

.accordion-title {
    border-color: #F2F2F4;
    border-left: none;
    border-right: none;
    -webkit-transition: none;
    transition: none
}

.accordion-content {
    border-bottom: 1px solid #223a5e
}

:last-child:not(.is-active)>.accordion-title {
    border-color: #F2F2F4
}

@media print, screen and (max-width: 39.99875em) {
    .js-head-height {
        height: auto !important
    }
}

.js-special-hide {
    visibility: hidden;
    position: absolute;
    left: -285.71429rem
}

.label {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: .35714rem;
    border: .14286rem solid #223A5E;
    color: #223A5E
}

.label.primary {
    color: #fff
}

.label_alert {
    color: #a63c3c;
    font-weight: 600;
    border: 0.07143rem solid #f7eaea;
    background-color: #fbf5f5;
    border-radius: 0.28571rem;
    padding: .42857rem .71429rem;
    font-size: 1rem
}

.label_success {
    color: #3ca66a;
    background-color: #f5faf5;
    font-weight: 600;
    border: 0.07143rem solid #d5f0e1;
    border-radius: 0.28571rem;
    padding: .42857rem .71429rem;
    font-size: 1rem
}

.label_process {
    background: #F2F2F5;
    border-color: #F2F2F5;
    color: #223A5E
}

.link:hover,
.link:focus,
.link:active {
    text-decoration: underline
}

.lock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .64286rem
}

.lock__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    outline: none;
    width: 1.28571rem;
    height: 1.71429rem;
    cursor: pointer
}

.lock__btn::before {
    content: "";
    position: absolute;
    top: 40%;
    display: block;
    margin-top: -.35714rem;
    font-family: FontAwesome;
    color: #223A5E
}

.lock__btn_prev::before {
    content: "\f068";
    left: .21429rem
}

.lock__btn_next::before {
    content: "\f067";
    right: .21429rem
}

.lock__input {
    display: inline-block;
    width: 3.92857rem;
    height: 1.42857rem;
    border: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    line-height: 1.71429rem;
    color: #223A5E;
    font-size: 1.28571rem
}

.lock__input:active,
.lock__input:focus,
.lock__input:hover {
    border: 0
}

.lock__input::-webkit-input-placeholder {
    color: #223A5E
}

.lock__input::-moz-placeholder {
    color: #223A5E
}

.lock__input:-ms-input-placeholder {
    color: #223A5E
}

.lock__input::-ms-input-placeholder {
    color: #223A5E
}

.lock__input::placeholder {
    color: #223A5E
}

.map {
    margin-bottom: -.21429rem;
    padding-bottom: 30%;
    border: 0
}

@media print, screen and (max-width: 59.99875em) {
    .map {
        padding-bottom: 40%
    }
}

.map_lazy {
    visibility: hidden
}

.map__delivery {
    height: 400px;
    margin-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 58.55%;
    margin-bottom: 1rem
}

@media print, screen and (max-width: 59.99875em) {
    .map__delivery {
        margin-left: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .map-pickpoint {
        height: 17.85714rem !important
    }
}

.menu-base {
    display: block;
    margin: 0;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    font-weight: 500
}

.menu-base__item {
    display: block;
    padding: .35714rem 1.07143rem .35714rem 0;
    position: relative
}

[data-whatinput='mouse'] .menu-base__item {
    outline: 0
}

.menu-base__item .menu-base {
    text-transform: none;
    font-weight: 400;
    display: none;
    position: absolute;
    margin: -.21429rem 0 0 -1rem;
    padding: 0.5rem 0;
    top: 100%;
    left: 0;
    width: 15rem;
    background: #f9f9fa;
    border-bottom: .14286rem solid #DDC5A1
}

.menu-base__item .menu-base .menu-base {
    left: 100%;
    top: 0
}

.menu-base__item:nth-last-of-type(-n+2) .menu-base {
    right: 0;
    left: auto
}

.menu-base__item:nth-last-of-type(-n+2) .menu-base .menu-base {
    right: 100%
}

.menu-base__item .menu-base__item {
    padding: 0;
    width: 100%
}

.menu-base__item .menu-base__item .menu-base__link {
    display: block;
    padding: 0.5rem 1rem;
    color: #5F4B8B
}

.menu-base__item .menu-base__item .menu-base__link:after {
    display: none
}

.menu-base__item .menu-base__item .menu-base__link:hover {
    color: #5F4B8B;
    background: #e4e4ea
}

.menu-base__link {
    display: block;
    color: #5F4B8B;
    position: relative
}

[data-whatinput='mouse'] .menu-base__link {
    outline: 0
}

.menu-base__link:hover,
.menu-base__link:focus {
    color: #5F4B8B
}

.menu-base__link:after {
    content: ' ';
    display: block;
    border-bottom: .14286rem solid #DDC5A1;
    width: 0;
    position: absolute;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease
}

@media print, screen and (min-width: 40em) {
    .menu-base {
        text-align: center
    }
    .menu-base__item {
        display: inline-block
    }
    .menu-base__link {
        display: inline-block
    }
}

@media screen and (min-width: 75em) {
    .menu-base {
        text-align: left
    }
    .menu-base__item:hover>.menu-base {
        display: block
    }
    .menu-base__item:hover>.menu-base__link:after {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .menu-base__item {
        padding-right: 2.14286rem
    }
    .menu-base__item:last-child {
        padding-right: 0
    }
}

.menu-top {
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 100%;
    text-align: left
}

.menu-top__hamburger {
    margin: 1.14286rem 0 1.14286rem
}

.menu-top__item {
    display: block;
    padding: 0;
    border: solid #dcdcdc;
    border-width: .07143rem 0 0 0
}

[data-whatinput='mouse'] .menu-top__item {
    outline: 0
}

.menu-top__item:first-child {
    border: 0
}

.menu-top__link {
    display: block;
    padding: 0.5rem 0;
    color: #fff
}

[data-whatinput='mouse'] .menu-top__link {
    outline: 0
}

.menu-top__link:hover {
    color: #d9d9d9
}

.menu-top__link_red {
    color: #223A5E
}

@media print, screen and (min-width: 40em) {
    .menu-top__item {
        float: left;
        vertical-align: middle;
        padding: 0 1rem;
        border-width: 0 0 0 .07143rem
    }
    .menu-top__item:first-child {
        border: 0;
        text-align: left;
        padding-left: 0
    }
    .menu-top__item:last-child {
        text-align: right;
        padding-right: 0
    }
    .menu-top__link {
        padding: 0;
        display: inline-block
    }
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a:after,
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
    content: "\f078";
    border: 0;
    font-size: .57143rem;
    right: .92857rem;
    margin-top: -.35714rem;
    font-family: FontAwesome
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after {
    right: .35714rem;
    margin-top: .35714rem
}

.menu .menu__no-hover a:active,
.menu .menu__no-hover a:focus,
.menu .menu__no-hover a:hover {
    background: none;
    cursor: auto
}

.menu.menu_left {
    margin-left: 0
}

.menu a.menu__category,
.menu a.menu__subcategory {
    padding: .71429rem 0 .71429rem 1.78571rem;
    font-weight: 600;
    font-size: 1.28571rem;
    color: #223A5E
}

.menu a.menu__category {
    margin-bottom: .71429rem;
    font-size: 2rem
}

.menu__title {
    font-size: 2rem;
    margin-bottom: .71429rem;
    padding-left: 1.78571rem
}

.menu a.menu__link {
    padding: .64286rem 3.57143rem .64286rem 1.78571rem;
    font-size: 1rem;
    text-decoration: none
}

.menu a.menu__link_active {
    font-weight: 600;
    background: #d3d8df
}

.menu a.menu__link_icon {
    padding-right: .71429rem;
    padding-left: 5rem
}

.menu a.menu__link_icon img {
    position: absolute;
    top: 0;
    left: 2rem;
    bottom: 0;
    margin: auto;
    height: 1.42857rem
}

.menu__item {
    position: relative
}

.menu a {
    -webkit-transition: 0s;
    transition: 0s
}

.menu a:active,
.menu a:focus,
.menu a:hover {
    color: #223A5E;
    text-decoration: none;
    background: #d3d8df
}

.menu .is-dropdown-submenu-item a {
    color: #223A5E;
    line-height: 1.5;
    padding-top: .5rem;
    padding-bottom: .42857rem
}

.safari-js .menu__manner {
    position: relative;
    top: .14286rem
}

@media print, screen and (max-width: 39.99875em) {
    .menu_man {
        padding-bottom: 1.21429rem
    }
    .menu_man a.menu__link {
        padding: .57143rem 1.14286rem
    }
}

.metal {
}
.metal__item {
    position: relative;
    font-size: 1.1em;
    line-height: 1.6em;
}

/*.metal__item:after {
    position: absolute;
    left: -1.42857rem;
    top: 0;
    color: #22a19c;
    content: "\f055";
    font-family: FontAwesome
}

.metal__item_not:after {
    color: #A63C3C;
    content: "\f056"
}
.metal_green .metal__item:after {
    position: absolute;
    left: -1.28571rem;
    top: -.07143rem;
    content: "+"
}
.metal_red .metal__item:after {
    position: absolute;
    left: -1.28571rem;
    top: -.07143rem;
    content: "-"
}*/
.metal-title {
    margin-bottom: .35714rem
}
.metal-title_green {
    color: #3ca66a
}
.metal-title_red {
    color: #A63C3C
}

.mirror {
    text-decoration: none;
    color: transparent;
    display: block;
    border: .07143rem solid #223A5E;
    border-radius: 0.21429rem;
    margin-bottom: 1.42857rem;
    background-repeat: no-repeat;
    background-size: 150% 150%;
    background-position: center
}

.mirror_borderless {
    border-color: white
}

.mirror_empty {
    border-color: transparent !important
}

.mirror:active,
.mirror:focus,
.mirror:hover {
    text-decoration: none
}

.mirror__manner {
    font-size: 1.14286rem;
    text-align: justify;
    height: 9.35714rem;
    overflow: hidden
}

.mirror__cont {
    padding: 0 1.42857rem;
    color: #223A5E;
    background: #fff;
    mix-blend-mode: lighten;
    height: 29.5rem;
    border-radius: 0.21429rem;
    overflow: hidden
}

.mirror__cont_mini {
    height: 0 !important;
    padding-bottom: 75%;
    overflow: hidden
}

.mirror__cont_all {
    background: none;
    mix-blend-mode: unset
}

.mirror_mini {
    position: relative;
    height: 0;
    overflow: hidden
}

.mirror__title {
    margin-bottom: 1.57143rem;
    font-size: 3.42857rem;
    padding-top: 1.57143rem;
    line-height: 1.1;
    font-weight: 600;
}

.mirror__title_mini {
    font-size: 2.14286rem
}

.mirror__journal {
    font-weight: 600;
    font-size: 2.14286rem;
    display: inline-block;
    margin-right: .71429rem
}

.mirror__journal_mini {
    font-size: 1.21429rem;
    margin-bottom: 0
}

.mirror__date {
    font-size: 2.14286rem;
    margin-bottom: 1.78571rem;
    display: inline-block
}

.mirror__date_mini {
    font-size: 1.21429rem
}

.mirror__text {
    font-size: 1.14286rem;
    text-align: justify;
    padding-bottom: 1.42857rem
}

@media print, screen and (max-width: 59.99875em) {
    .mirror__cont {
        height: auto !important
    }
    .mirror__cont_mini {
        height: 0 !important
    }
}

@media print, screen and (max-width: 39.99875em) {
    .mirror_mini {
        height: auto;
        padding-bottom: 1.42857rem
    }
    .mirror__cont_mini {
        padding-bottom: 1.42857rem;
        height: auto !important
    }
    .mirror__title {
        font-size: 2rem
    }
    .mirror__date,
    .mirror__journal {
        font-size: 1.28571rem
    }
}

.modal-open {
    overflow: hidden;
    position: fixed
}

.mon-row {
    padding: 1rem 0;
    border-bottom: 1px dotted #223A5E
}

.myth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.myth__button {
    position: absolute;
    right: .71429rem;
    top: .28571rem;
    font-size: 1.78571rem
}

.myth__input {
    margin-bottom: 0;
    padding-right: 2.85714rem
}

.order-item {
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem
}

.order-item:not(:last-child) {
    border-bottom: 1px dotted #c7d5eb
}

.order-item__title {
    text-transform: none;
    font-size: 1.28571rem;
    margin: 0
}

.over__order {
    padding-right: .28571rem
}

@media print, screen and (max-width: 59.99875em) {
    .over {
        padding-left: 0;
        padding-right: 0
    }
    .over__order {
        padding-right: 0
    }
}

.order_issuance {
    margin-bottom: 2rem
}

.order_issuance .accordion-title {
    padding: 1.92857rem
}

.order_issuance .order__wall {
    top: 1.78571rem
}

@media print, screen and (max-width: 39.99875em) {
    .order_issuance .order__title {
        padding-right: 0
    }
    .order_issuance .order__wall {
        top: 0
    }
}

.order__title {
    position: relative;
    margin-bottom: 1.07143rem
}

@media print, screen and (max-width: 39.99875em) {
    .order__title {
        padding-right: 7.85714rem
    }
}

.order__number {
font-weight: 600;
}

.order__pay {
    display: inline-block;
    position: relative;
    margin-left: .71429rem;
    padding: .42857rem .71429rem .35714rem .71429rem;
    top: -.14286rem;
    font-weight: 600;
    font-weight: 400;
    line-height: 1;
    font-size: 1rem;
    color: #A63C3C;
    border: .07143rem solid #f7eaea;
    background-color: #fbf5f5;
    border-radius: .28571rem
}

.order__pay_success {
    color: #3ca66a;
    border-color: #d5f0e1;
    background-color: #f5faf5
}

@media print, screen and (max-width: 39.99875em) {
    .order__pay {
        position: absolute;
        top: .35714rem;
        right: 0
    }
}

.order__mode {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

.order__delivery {
    font-size: 1rem
}

.order__wall {
    position: absolute;
    right: 1.42857rem;
    top: 2.5rem;
    width: 32%
}

@media print, screen and (max-width: 39.99875em) {
    .order__wall {
        position: relative;
        display: block;
        margin: 0 1.42857rem;
        right: unset;
        top: unset;
        width: auto
    }
}

.order-content_issuance {
    padding-bottom: 1.42857rem
}

.order-content__title {
    margin-bottom: 1.42857rem;
    font-weight: 600;
    font-size: 1.28571rem
}

.order-edit {
    font-size: 1rem;
    font-weight: 600;
}

.order-create {
    position: relative;
    margin-bottom: 4.28571rem;
    padding: 2.14286rem 4.28571rem;
    border: .14286rem dashed #d3d8df;
    text-align: center
}

.order-create:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: -2.85714rem;
    height: .07143rem;
    width: 100%;
    background-color: #d3d8df
}

.order-create__text {
    margin-bottom: 1.42857rem
}

@media print, screen and (max-width: 39.99875em) {
    .order-create {
        padding: 1.42857rem
    }
    .order-create__text {
        font-size: 1rem;
        margin-bottom: 1rem
    }
}

.order-line {
    margin-bottom: 1.42857rem;
    padding-bottom: 2.14286rem;
    border-bottom: .07143rem solid #d3d8df
}

.order-line_primary {
    margin-bottom: 1.42857rem;
    padding-bottom: 0;
    border-bottom: .07143rem solid #223A5E
}

.order-line_low {
    position: relative;
    padding-bottom: .71429rem;
    border-color: transparent
}

.order-line_low:after {
    display: block;
    position: absolute;
    content: '';
    height: .07143rem;
    background: #d3d8df;
    bottom: 0;
    left: 1.07143rem;
    right: 1.07143rem
}

.order-work {
    font-size: 1rem;
    margin-bottom: 2.14286rem;
    padding-bottom: .71429rem;
    border-bottom: .07143rem solid #223A5E
}

.order-work__title,
.order-work__place {
    font-weight: 600;
    font-size: 1.14286rem
}

@media print, screen and (max-width: 59.99875em) {
    .order-work__type {
        margin-bottom: 1.42857rem
    }
}

.order-work__progress {
    position: relative;
    font-size: 1rem;
    margin-top: .07143rem;
    padding-left: 1.07143rem;
    color: #223A5E
}

.order-work__progress:before {
    display: inline-block;
    position: relative;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -.35714rem;
    height: .35714rem;
    width: .35714rem;
    border-radius: 50%;
    background-color: #223A5E
}

.order-work__progress_done {
    color: #3ca66a
}

.order-work__progress_done:before {
    background-color: #3ca66a
}

.order-work__progress_working {
    color: #a6a63c
}

.order-work__progress_working:before {
    background-color: #a6a63c
}

.order-document {
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem;
    margin: 0 .35714rem 1.42857rem;
    padding: .57143rem 0;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.order-document:hover,
.order-document:focus {
    border: .07143rem solid #223A5E
}

.order-document__title {
    font-weight: 600;
    color: #223A5E
}

.order-document__info {
    color: #223A5E
}

@media print, screen and (max-width: 59.99875em) {
    .order-document {
        margin-left: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .order-document {
        margin: 0 0 1.42857rem 0
    }
}

.order-download {
    margin-bottom: 1.42857rem;
    display: inline-block
}

.order-download_disabled {
    cursor: not-allowed;
    opacity: 0.4
}

.order-download__pdf {
    min-height: 4.71429rem
}

.order-info {
    font-size: 1.14286rem
}

.order-info__title {
    font-weight: 600;
    margin-right: 2.85714rem
}

.order-info__title_low {
    margin-bottom: 0
}

.order-info__edit {
    display: inline-block;
    margin-bottom: 1.42857rem
}

.order-table {
    border: none;
    font-size: 1.14286rem
}

.order-table__cancel {
    color: #A63C3C
}

.order-table__cancel:hover,
.order-table__cancel:focus,
.order-table__cancel:active {
    color: #A63C3C
}

.order-table__repeat {
    color: #3ca66a
}

.order-table__repeat:hover,
.order-table__repeat:focus,
.order-table__repeat:active {
    color: #3ca66a
}

.order-table__icon {
    margin: 0 1.78571rem .21429rem .28571rem;
    height: 1.14286rem
}

.order-table__head {
    background: transparent;
    border-bottom: .07143rem solid #223A5E
}

.order-table__title {
    border: none;
    background: transparent;
    text-align: right
}

.order-table__title:first-child {
    text-align: center
}

.order-table__title:nth-child(2) {
    text-align: left
}

.order-table__footer {
    background: transparent;
    border: none;
    border-top: .07143rem solid #223A5E
}

.order-table__total,
.order-table__price {
    border: none;
    background: transparent;
    text-align: right
}

.order-table__elem {
    border: none;
    background: transparent
}

.order-table__item {
    border: none;
    text-align: right
}

.order-table__item:first-child {
    text-align: center
}

.order-table__item:nth-child(2) {
    text-align: left
}

.order-confirm {
    text-align: center
}

.order-confirm__icon {
    margin-bottom: 2.85714rem;
    max-width: 2.14286rem
}

.order-confirm__title {
    font-weight: 600;
    margin-bottom: 2.85714rem
}

.pagination-previous.disabled,
.pagination-next.disabled {
    color: #d3d8df
}

.pagination li {
    border-top: .07143rem solid #d3d8df;
    border-bottom: .07143rem solid #d3d8df;
    border-radius: 0
}

.pagination li.current {
    padding: .57143rem 1rem .35714rem 1rem
}

.pagination li.ellipsis:after {
    padding: 8px 14px 5px 14px;
    display: inline-block
}

.pagination li:not(:first-child) {
    margin: 0 0 0 -.28571rem
}

.pagination li:nth-child(2) {
    border-left: .07143rem solid #d3d8df;
    border-radius: .17857rem 0 0 .17857rem
}

.pagination li:nth-last-child(2) {
    border-right: .07143rem solid #d3d8df;
    border-radius: 0 .17857rem .17857rem 0
}

.pagination li:first-child,
.pagination li:last-child {
    border: none
}

.pagination li:first-child a,
.pagination li:last-child a {
    border: none
}

.pagination li:first-child a:hover,
.pagination li:first-child a:focus,
.pagination li:first-child a:active,
.pagination li:last-child a:hover,
.pagination li:last-child a:focus,
.pagination li:last-child a:active {
    background: none;
    text-decoration: underline
}

.pagination a {
    margin: 0;
    padding: .57143rem 1rem .35714rem 1rem;
    border-radius: 0
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
    text-decoration: none;
    background: #f4f5f7
}

.part {
    margin-bottom: 2.5rem;
    padding-top: .71429rem;
    padding-bottom: .71429rem;
    background: #f4f5f7;
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem;
    padding-left: 1.28571rem;
    padding-right: 1.28571rem
}

.part_bottom {
    margin-bottom: 1.42857rem
}

.part__block {
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: .71429rem;
    padding-bottom: .71429rem
}

@media print, screen and (max-width: 59.99875em) {
    .part__block {
        margin: .71429rem 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .part {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem
    }
    .part__img {
        max-height: 4.28571rem
    }
    .part__icon {
        max-height: 2.14286rem
    }
}

.pickpoint {
    margin-bottom: 1.42857rem;
    padding: 1.42857rem;
    cursor: pointer;
    border: .07143rem solid #d3d8df;
    border-radius: .21429rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.pickpoint_last {
    margin-bottom: 0
}

.pickpoint__title {
    margin-bottom: .35714rem;
    font-size: 1.28571rem
}

.pickpoint-list__block {
    margin-bottom: .71429rem
}

.pickpoint-icon {
    display: inline-block;
    margin-right: .71429rem;
    height: 1.42857rem;
    width: 1.42857rem;
    vertical-align: sub
}

.pickpoint-icon_walker {
    margin: 0 .71429rem
}

.pickpoint-list {
    margin: 1.42857rem 0 0 0;
    padding: 0;
    list-style: none
}

.pickpoint-list__item {
    padding: .35714rem 0
}

.pickpoint-list a {
    position: relative
}

.pickpoint-label {
    display: inline-block;
    margin-left: .35714rem;
    padding: .28571rem .5rem;
    text-transform: none;
    font-weight: 600;
    font-size: .85714rem;
    margin-bottom: .35714rem;
    border: .14286rem solid #f4f5f7;
    border-radius: .28571rem;
    background: #f4f5f7;
    color: #223A5E
}

.pickpoint:focus,
.pickpoint:hover,
.pickpoint.js-focus {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.pool {
    font-size: 1.28571rem;
    margin: 1.42857rem 0
}

.pool__title {
    font-size: 1.28571rem;
    padding-top: .71429rem;
    margin-bottom: .71429rem;
    font-weight: 600;
}


.port {
    font-size: 1rem;
    -webkit-box-align: center;
    font-weight: 600;
    -ms-flex-align: left;
    text-align: left;
    padding-top: 1.07143rem;
    padding-bottom: 1.14286rem;
    background: #d3d8df;
    margin-bottom: 1.14286rem;
    border-top: .07143rem solid #223A5E;
    border-bottom: .07143rem solid #223A5E;
    -ms-flex-align: center;
    align-items: center
}

.port_with-filter {
    border-bottom: 0;
    margin-bottom: 0
}

.port_filter {
    background-color: #F2F2F5;
    padding: .71429rem 0
}

.port__ready {
    margin-right: -.71429rem
}

.port__span_new {
    margin-left: -1.64286rem
}

.port__cell {
    cursor: pointer
}

.port__cell_app {
    padding-left: inherit;
    padding-right: inherit;
    text-align: inherit
}

.port__icon {
    margin-left: .21429rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.port__icon_rev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media print, screen and (max-width: 74.99875em) {
    .port__state {
        display: none
    }
}

@media print, screen and (min-width: 60em) {
    .port__cell_app {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center
    }
}

@media print, screen and (max-width: 59.99875em) {
    .port__state {
        display: block
    }
}

.prime {
    border: 0;
    border-bottom: .07143rem solid #223A5E
}

.prime .tabs-title.is-active {
    border: .07143rem solid #223A5E;
    position: relative
}

.prime .tabs-title.is-active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.35714rem;
    width: 100%;
    border-top: .5rem solid #fff
}

.prime .tabs-title>a {
    outline: none;
    padding: 1.85714rem 3.85714rem;
    font-weight: 600;
    font-size: 1.28571rem;
    color: #223A5E;
    background: none
}

.priority-1 {
    color: #e54a49
}

.priority-2 {
    color: #f39439
}

.priority-3 {
    color: #f3d22b
}

.priority-4 {
    color: #90c049
}

.progress {
    border: .07143rem solid #223A5E
}

.progress__text {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-shadow: 0 0 .35714rem #223a5e;
    padding-top: .07143rem;
    line-height: 1.1
}

.progress__text_white {
    color: #fff
}

.progress__text-2 {
    text-shadow: none;
    padding-top: 0;
    -webkit-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem)
}

.progress_my {
    margin-bottom: 0;
    height: 1.42857rem;
    position: relative;
    font-size: 1rem
}

.progress_my-2 {
    border-radius: 2px;
    height: .57143rem;
    margin-top: .75rem;
    margin-right: 1rem;
}

@media print, screen and (max-width: 59.99875em) {
    .progress_my {
        margin: .71429rem 0
    }
}

.progress {
    border: .07143rem solid #223A5E
}

.progress__text {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    text-shadow: 0 0 .35714rem #223a5e;
    padding-top: .07143rem;
    line-height: 1.1
}

.progress__text_white {
    color: #fff
}

.progress__text-2 {
    text-shadow: none;
    padding-top: 0;
    -webkit-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem)
}

.progress_my {
    margin-bottom: 0;
    height: 1.42857rem;
    position: relative;
    font-size: 1rem
}

.progress_my-2 {
    border-radius: 2px;
    height: .57143rem;
    margin-top: .75rem;
    margin-right: 1rem;
}

@media print, screen and (max-width: 59.99875em) {
    .progress_my {
        margin: .71429rem 0
    }
}

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

.promo__block {
    width: calc(50% - 16px);
    height: 3.21429rem;
    margin-left: .57143rem;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    margin-right: .57143rem;
    border: .07143rem solid #d3d8df
}

.promo__block:first-child {
    margin-left: 0
}

@media print, screen and (max-width: 59.99875em) {
    .promo__block {
        margin-right: 0;
        margin-left: 0;
        width: calc(50% - 15px)
    }
    .promo__block:first-child {
        margin-right: 2.14286rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .promo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .promo__block {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .promo__block:first-child {
        margin-right: 0
    }
}

.promo-offer {
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 2px;
    color: #fff;
    display: block;
    margin-bottom: 1.5rem;
    padding: 2.5rem 2rem;
    position: relative;
    text-shadow: 0 .14286rem .57143rem rgba(34, 58, 94, 0.7), 0 .07143rem .07143rem #223A5E;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 .57143rem 1.64286rem rgba(34, 58, 94, 0);
    box-shadow: 0 .57143rem 1.64286rem rgba(34, 58, 94, 0);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.promo-offer-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-bottom: 0.75rem
}

.promo-offer-caption {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 5.71429rem
}

.promo-offer__block {
    width: 100%;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    top: calc(100% - 59px)
}

.promo-offer__before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 58, 94, 0.2)), color-stop(40%, rgba(34, 58, 94, 0.8)));
    background: linear-gradient(to bottom, rgba(34, 58, 94, 0.2) 0%, rgba(34, 58, 94, 0.8) 40%);
    display: block;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.5
}

.promo-offer:hover {
    -webkit-box-shadow: 0 .57143rem 1.64286rem rgba(34, 58, 94, 0.6);
    box-shadow: 0 .57143rem 1.64286rem rgba(34, 58, 94, 0.6);
    color: #fff;
    text-decoration: none;
    -webkit-transform: translateY(-.28571rem);
    transform: translateY(-.28571rem)
}

@media print, screen and (max-width: 59.99875em) {
    .promo-offer-title {
        font-size: 1.57143rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .promo-offer {
        -webkit-box-shadow: 0 .57143rem 1.64286rem rgba(34, 58, 94, 0.6);
        box-shadow: 0 .57143rem 1.64286rem rgba(34, 58, 94, 0.6);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .promo-offer__before {
        opacity: 1
    }
    .promo-offer__block {
        top: 0 !important
    }
    .promo-offer-caption {
        top: 0
    }
}

.quest {
    margin-left: 1rem;
    margin-right: .5rem
}

@media print, screen and (max-width: 39.99875em) {
    .quest {
        margin-left: .5rem
    }
}

.rad {
    border-radius: 50%
}

.rain {
    background: #F2F2F5;
    padding: 1rem;
    margin-bottom: 1.42857rem
}

.rain_null {
    padding-bottom: 0
}

.rain_bottom {
    margin-bottom: 2.85714rem
}

.rain__field {
    width: 100%;
    display: block
}

.rating {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1.07143rem
}

.rating::before,
.rating::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.rating::after {
    clear: both
}

.rating_disabled {
    pointer-events: none
}

label.rating__star {
    float: right;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    font-size: 1.35rem
}

.rating__star::before {
    color: #c6a36c;
    content: "";
    padding-right: 5px
}

.rating__input {
    display: none
}

.rating__star:hover~.rating__star::before,
.rating__star:hover::before {
    content: ""
}

.rating:not(:hover) .rating__input:checked~.rating__star::before,
.rating:not(:hover) .rating__input:checked::before,
.rating__star:hover~.rating__star::before,
.rating__star:hover::before {
    content: ""
}

.responsive-embed_mini {
    margin-bottom: 0
}

.responsive-embed iframe {
    width: 100%;
    border: 0
}

@media print, screen and (max-width: 39.99875em) {
    .responsive-embed_mini {
        margin-bottom: 1.42857rem
    }
}

.responsive-embed span.video-js-name {
    position: relative;
    top: 50px;
    z-index: 100;
    left: 150px
}

.rev__star {
    position: relative;
    top: -.14286rem;
    display: inline-block;
    font-size: .92857rem;
    line-height: .92857rem
}

.rev__par {
    margin-bottom: 0
}

.rev__title-text {
    display: inline-block;
    padding-right: .57143rem
}

@media print, screen and (min-width: 40em) {
    .rev__title-text {
        padding-right: .85714rem
    }
    .rev__star {
        font-size: 1.07143rem;
        line-height: 1.07143rem
    }
}

@media print, screen and (min-width: 60em) {
    .rev__title-text {
        padding-right: .85714rem
    }
    .rev__star {
        font-size: 1.14286rem;
        line-height: 1.14286rem
    }
}

.reveal-form {
    background-color: transparent;
    top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.reveal {
    outline: none;
    max-width: 100%;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.reveal__name {
    margin-bottom: .71429rem;
    display: block
}

.reveal__dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.07143rem
}

.reveal__alliance {
    display: block
}

.reveal__army {
    text-align: left;
    display: block
}

@media print, screen and (max-width: 59.99875em) {
    .reveal {
        padding: 2.14286rem 1.07143rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .reveal_bath .dropdown-pane {
        width: 18.07143rem
    }
    .reveal__garage {
        margin-bottom: 1.42857rem
    }
}

.risk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: .71429rem;
    background-color: #fff;
    margin-bottom: 1.42857rem;
    border-radius: .28571rem;
    border: .07143rem solid #f4f5f7
}

.risk__title {
    display: block;
    margin-bottom: .35714rem;
    font-family: "AlethiaPro-Regular", sans-serif;
    font-weight: 700;
    font-size: 1rem
}

.risk__image {
    margin: 1.07143rem 0;
    height: 4.28571rem
}

.risk__stat {
    margin: 1.07143rem 0;
    font-weight: 600;
    font-size: 2rem;
    height: 4.28571rem;
    line-height: 4.28571rem
}

.risk__text {
    margin-bottom: 0;
    font-size: 1rem
}
@media print, screen and (max-width: 39.99875em) {
    .risk__holder .cell{
        padding: 0 10px;
    }
    .risk__holder .grid-padding-x{
        margin: 0 -10px;
    }
}


.roistat-lh-wrap {
    position: fixed !important;
    top: 0;
    background: #fff !important;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s, ease-out 0s;
    transition: opacity 0.5s, ease-out 0s;
    cursor: pointer;
    right: 0;
    bottom: 0;
    left: 0
}

.roistat-lh-popup {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    color: #223A5E !important;
    border-radius: 0 0 .14286rem .14286rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2) !important;
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2) !important;
    max-width: 42.85714rem !important;
    z-index: 2147483647;
    background: #fff;
    min-width: 17.85714rem !important;
    cursor: default;
    -webkit-transition: top 0.2s ease-out 0.1s, opacity 0.5s ease 0.1s;
    transition: top 0.2s ease-out 0.1s, opacity 0.5s ease 0.1s;
    font-family: 'Open Sans', OpenSans, 'Segoi UI', "Helvetica Neue", Arial, sans-serif;
    text-align: left !important
}

.roistat-lh-close {
    font-family: sans-serif !important;
    font-weight: 300;
    font-size: 2.14286rem;
    line-height: 1.07143rem !important;
    position: absolute !important;
    top: 0;
    right: 0;
    margin: .57143rem .57143rem 0 0;
    text-decoration: none !important;
    color: #dcdcdc;
    cursor: pointer;
    border: none !important
}

.roistat-lh-head-text {
    margin: 1.78571rem 2.14286rem 1.07143rem
}

.roistat-lh-text {
    display: block;
    font-size: 1.21429rem;
    line-height: 2.14286rem;
    font-weight: 400
}

.roistat-lh-title {
    font-size: 1.57143rem !important;
    line-height: 2.14286rem !important;
    font-weight: normal !important;
    max-width: 42.85714rem !important;
    word-break: normal;
    white-space: normal
}

.roistat-lh-clear {
    clear: both;
    display: block !important
}

.roistat-lh-form {
    margin: 0 2.14286rem 1.42857rem
}

.roistat-lh-form table {
    width: initial !important;
    float: none !important
}

.roistat-lh-table {
    border-width: 0 !important;
    width: auto !important;
    table-layout: auto !important;
    margin: 0 !important;
    padding: 0 !important
}

.roistat-lh-table td {
    padding: 0 .35714rem 0 0 !important;
    vertical-align: top !important;
    border: 0 !important;
    position: relative !important
}

.roistat-lh-hidden {
    display: none
}

.roistat-lh-copyright {
    font-family: 'Open Sans', OpenSans, 'Segoi UI', "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: .71429rem;
    text-align: right;
    color: #dcdcdc;
    display: block;
    margin: 0 1.07143rem .35714rem 0;
    position: absolute !important;
    bottom: 0;
    right: 0;
    clear: both
}

@media print, screen and (max-width: 39.99875em) {
    .roistat-lh-submit {
        width: 100% !important
    }
}

@media (max-width: 566px) {
    .roistat-lh-form {
        margin-bottom: 50px !important
    }
}

.role {
    position: relative;
    display: block;
    margin: 0 0 1.5rem;
    padding: 1.28571rem;
    border: .07143rem solid #223A5E;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff;
    text-decoration: none;
    color: #223A5E;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.role__title {
    display: block;
    color: #223A5E;
    text-decoration: none;
    font-weight: 600
}

.role__title_user {
    margin-bottom: .35714rem
}

.role__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #223A5E
}

.role__text {
    display: block
}

.role__togglers {
    border: none;
    background-color: #F2F2F5
}

.role-hidden {
    display: none
}

.role_active {
    background-color: #223A5E;
    color: #fff
}

.role_active>span {
    color: #fff;
    text-decoration: none
}

.role:hover,
.role:focus,
.role:active {
    background-color: #223A5E;
    color: #fff;
    text-decoration: none
}

.role:hover>span,
.role:focus>span,
.role:active>span {
    color: #fff;
    text-decoration: none
}


.safe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eee;
    height: 3.143rem;
    margin-right: 1em;
    transition: background 0.2s ease;
}

.safe__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 3.143rem;
    height: 3.143rem;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.safe__btn::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    font-size: 2rem;
    line-height: 2.5rem;
}
.safe__btn:hover{
    background-color: #ddd;
}

.safe__btn_prev::before {
    content: '-';
}

.safe__btn_next::before {
    content: '+';
}

.safe__input {
    display: inline-block;
    vertical-align: top;
    width: 3rem;
    height: 2.5rem;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.71429rem;
    color: #223A5E;
    background-color: #eee;
}

.safe__input:active,
.safe__input:focus,
.safe__input:hover {
    border: 0
}

.safe__input::-webkit-input-placeholder {
    color: #223A5E
}

.safe__input::-moz-placeholder {
    color: #223A5E
}

.safe__input:-ms-input-placeholder {
    color: #223A5E
}

.safe__input::-ms-input-placeholder {
    color: #223A5E
}

.safe__input::placeholder {
    color: #223A5E
}





.sample {
    position: relative
}

.sample:first-child {
    margin-top: -2.5rem;
    border-top: none
}

.samples_bottom {
    margin-bottom: 2.85714rem
}

.samples-header+.samples {
    position: relative;
    z-index: 2
}

.samples__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.samples__title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.71429rem
}

.samples__reg {
    font-size: 1.35714rem;
    font-weight: 700;
    color: #1b3d61;
    margin-bottom: .14286rem
}

.samples__text {
    font-size: 1.07143rem;
    margin-bottom: .71429rem;
    color: #1b3d61
}

.samples__img img {
    width: 100%
}

.samples__js-active .callout__title_samples:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.samples__samples-info {
    border: 1px solid #CCCCD8;
    padding: 1.5rem
}

.big-font {
    font-size: 1.2rem
}

.norm-font {
    font-size: 1rem
}

.fa-padding {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.hidden-form {
    display: none
}

.science {
    margin-bottom: 1.42857rem
}

.science__img {
    padding: 0 1.5rem 1.5rem;
    margin-bottom: .71429rem
}

.science__img img {
    max-height: 4.28571rem
}

@media print, screen and (max-width: 59.99875em) {
    .science__img {
        padding: 0
    }
}


.scheme {
    display: flex;
    flex-wrap: wrap;
    margin: 3em -1.07143rem;
    counter-reset: scheme;
}
.scheme-item{
    width: 33.33%;
    padding: 1.07rem;
    margin-bottom: 1.07rem;
}
.scheme-item__head{
    display: flex;
}
.scheme-item__img{
    width: 67px;
    height: 67px;
    flex-shrink: 0;
    margin-right: 12px;
}
.scheme-item__title{
    margin: auto 0;
}
.scheme-item__title:before{
    counter-increment: scheme;
    content: counter(scheme)". "
}
.scheme-item__text{
    font-size: 1.1em;
    margin-top: 1em;
}
.scheme-links{
    margin-top: 12px;
}
.scheme-item__bottom{
    margin-top: 1em;
}
.scheme-item__bottom-link{
    margin-top: 12px;
    font-weight: bold;
    text-decoration: underline;
}

/*.scheme-links__link:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url("/local/templates/msu_common/css/../images/blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: .78571rem;
    height: 1rem
}*/
@media(max-width: 768px){
    .scheme-item{
        width: 50%;
    }
}
@media(max-width: 480px){
    .scheme-item{
        width: 100%;
    }
}



.search-top {
    width: 100%;
    margin: 0
}

@media print, screen and (min-width: 40em) and (max-width: 59.99875em) {
    .search-top {
        margin: 1.5rem 0 0
    }
}

.search-top__input {
    width: 100%;
    border: 0;
    padding: .35714rem;
    line-height: 1.42857;
    height: 2.14286rem;
    margin: 0
}

.search-top__input:focus,
.search-top__input:hover {
    border: 0
}

button.search-top__button {
    border: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    height: 2.14286rem;
    width: 2.14286rem;
    color: #5F4B8B
}

.dd-search {
    top: .5rem
}

@media screen and (min-width: 75em) {
    .dd-search {
        top: .95rem
    }
}

@media print, screen and (max-width: 74.99875em) {
    .dd-search {
        visibility: visible;
        opacity: 1
    }
}

@media print, screen and (max-width: 74.99875em) {
    .dd-search__content {
        position: relative;
        padding: 0 .5rem 1rem .5rem
    }
}

.dd-search__close-button {
    display: none;
    padding: .5rem
}

@media screen and (min-width: 75em) {
    .dd-search__close-button {
        display: block
    }
}

@media print, screen and (min-width: 40em) {
    .dd-search__close-button {
        margin-bottom: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .dd-search__close-button {
        margin-bottom: .75rem
    }
}

@media screen and (min-width: 75em) {
    .dd-search__search-button {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff
    }
    .dd-search__search-button:hover {
        color: #223A5E;
        border-color: #fff;
        background: #fff
    }
}

.select-plan {
    margin-bottom: 3rem
}

.select-plan__input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.select-plan__text {
    position: relative;
    cursor: pointer;
    border: 1px solid #223A5E;
    padding: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.select-plan__text h4 {
    font-weight: bold;
    margin-bottom: 0.5rem;
    letter-spacing: 0;
    text-transform: none
}

.select-plan__text .lead {
    margin: 0;
    font-size: 1rem
}

.select-plan__input:checked+.select-plan__text {
    color: white;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.select-plan__radio_blue .select-plan__text {
    color: #2FA4CC;
    border-color: #2FA4CC
}

.select-plan__radio_blue .select-plan__input:checked+.select-plan__text {
    background: #2FA4CC
}

.select-plan__radio_red .select-plan__text {
    color: #A63C3C;
    border-color: #A63C3C
}

.select-plan__radio_red .select-plan__input:checked+.select-plan__text {
    background: #A63C3C
}

.select-plan__radio_viol .select-plan__text {
    color: #5F4B8B;
    border-color: #5F4B8B
}

.select-plan__radio_viol .select-plan__input:checked+.select-plan__text {
    background: #5F4B8B
}

.select-plan__radio_green .select-plan__text {
    color: #3ca66a;
    border-color: #3ca66a
}

.select-plan__radio_green .select-plan__input:checked+.select-plan__text {
    background: #3ca66a
}

.select-plan__radio_orange .select-plan__text {
    color: #FC6719;
    border-color: #FC6719
}

.select-plan__radio_orange .select-plan__input:checked+.select-plan__text {
    background: #FC6719
}

.select-plan__radio_yellow .select-plan__text {
    color: #e59900;
    border-color: #e59900
}

.select-plan__radio_yellow .select-plan__input:checked+.select-plan__text {
    background: #e59900;
    color: #223A5E
}

.select-plan__radio_lime .select-plan__text {
    color: #91c84f;
    border-color: #91c84f
}

.select-plan__radio_lime .select-plan__input:checked+.select-plan__text {
    background: #91c84f
}

.select-plan__radio_pink .select-plan__text {
    color: #af095c;
    border-color: #af095c
}

.select-plan__radio_pink .select-plan__input:checked+.select-plan__text {
    background: #af095c
}

.select-plan__analysis {
    background: #f4f7fb;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.select-plan__analysis:hover {
    background: #edf1f8
}

.select-plan__analysis__check {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.select-plan__analysis__check:checked+.select-plan__analysis__mark {
    background: #223A5E
}

.select-plan__analysis__check:checked+.select-plan__analysis__mark:before {
    opacity: 1;
    color: white
}

.select-plan__analysis__mark {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #223A5E;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: white
}

.select-plan__analysis__mark:before {
    position: absolute;
    display: block;
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 1.2rem;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.select-plan__analysis h4 {
    passing-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dotted #a2badd;
    text-transform: none
}

.select-plan__analysis__price {
    font-weight: bold
}

.select-plan__analysis span {
    display: inline-block;
    text-align: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin: .28571rem;
    font-size: .85714rem;
    color: white;
    line-height: 2
}

.select-plan__analysis span.red {
    background: #A63C3C
}

.select-plan__analysis span.blue {
    background: #2FA4CC
}

.select-plan__analysis span.viol {
    background: #5F4B8B
}

.select-plan__analysis span.yellow {
    background: #e59900
}

.select-plan__analysis span.green {
    background: #3ca66a
}

.select-plan__analysis span.pink {
    background: #af095c
}

.select-plan__analysis span.orange {
    background: #FC6719
}

.sep__img {
    padding-left: 2.14286rem;
    margin-bottom: 1.07143rem
}

.sep__head {
    font-size: 1.28571rem;
    margin-bottom: .92857rem;
    margin-left: 1.42857rem;
    font-weight: 600;
}

.sep__num {
    padding-left: 3.57143rem;
    margin-bottom: .71429rem;
    font-weight: 600;
    font-size: 1.28571rem
}

.sep__all {
    padding-right: 2.14286rem;
    margin-bottom: .71429rem;
    font-weight: 600;
    font-size: 1.28571rem
}

.sep__sum {
    font-size: 1.28571rem;
    font-weight: 600;
    letter-spacing: .08571rem;
    margin-bottom: 1.14286rem
}

.sep__title {
    font-size: 1.14286rem;
    font-weight: 600;
    letter-spacing: .07143rem;
    display: block;
    text-transform: uppercase
}

.sep__data {
    text-transform: none;
    font-size: 1rem;
    font-weight: 400
}

@media print, screen and (max-width: 59.99875em) {
    .sep__num,
    .sep__img {
        padding-left: 0
    }
    .sep__all {
        padding-right: 0
    }
}

.shares {
    border-top: 1px solid #d1d1d1
}

.shares .shares-list-slider {
    text-align: center
}

.shares .slick-prev:before,
.shares .slick-next:before {
    color: transparent !important
}

.shares .shares-item {
    padding: 20px 10px
}

.shares .shares-img,
.shares .shares-img img {
    width: 100% !important
}

.shares .shares-gray {
    position: relative;
    width: 92% !important
}

.shares .shares-item {
    position: absolute;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    top: 50px;
    bottom: 30px;
    margin-right: 10px;
    margin-left: 10px
}

.shares .shares-item h5 {
    font-weight: bold;
    font-size: 16px
}

.shares .bg-black-opacity::after {
    background-color: rgba(0, 0, 0, 0.5) !important
}

.shares .bg-overlay::before,
.shares .bg-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.side-container {
    margin-right: 0;
    margin-left: -.71429rem;
    margin-right: -.71429rem
}

.side-container__sticky {
    padding-bottom: 3rem
}

@media print, screen and (max-width: 59.99875em) {
    .side-container {
        height: auto !important;
        margin-left: 0
    }
    .side-container__sticky {
        top: auto !important;
        display: block;
        padding-bottom: .35714rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .side-container {
        margin-top: 1.42857rem
    }
}

.skull {
    background: #fff;
    margin-bottom: 2.14286rem
}

.skull__img {
    font-size: 1.35714rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .71429rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.skull__img img,
.skull__img svg {
    height: 2.14286rem;
    width: auto;
    display: block
}

.skull__title {
    font-size: 1.14286rem;
    font-weight: 700;
    margin-bottom: .71429rem;
    text-align: center;
    line-height: 1.3;
    display: block
}

.skull__data {
    font-size: 1rem;
    display: block
}

.skull__value {
    font-size: 1rem;
    display: block
}

.skull__helper {
    padding-top: 0;
    display: block
}

.skull__text {
    display: block;
    font-size: 1.14286rem;
    margin-bottom: .71429rem
}

.skull__text:last-child {
    margin-bottom: 0
}

.skull__link {
    text-decoration: underline;
    color: #223A5E;
    font-size: 1rem;
    display: block
}

.skull__input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.skull__block {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 1.78571rem;
    padding-bottom: 1.07143rem;
    cursor: pointer;
    border: .07143rem solid #223A5E;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.skull__input:checked+.skull__block {
    color: #fff;
    background: #223A5E
}

.skull__input:checked+.skull__block .svg-icon-line,
.skull__input:checked+.skull__block .svg-icon-line-fill {
    stroke: #fff
}

.skull__input:checked+.skull__block .svg-icon-fill,
.skull__input:checked+.skull__block .svg-icon-buble {
    stroke: #fff;
    fill: #fff
}

.skull__input:checked+.skull__block .svg-icon-line-fill {
    stroke: #fff;
    fill: #223A5E
}

.skull__input:checked+.skull__block a {
    color: #fff
}

.slip {
    padding-left: .28571rem
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh
}

body>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.footer {
    margin-top: auto
}

.svg-icon-lines {
    fill: #fff;
    stroke: #223A5E;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}

.svg-icon-line {
    fill: none;
    stroke: #223A5E;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}

.svg-icon-fill {
    fill: #223A5E;
    stroke: #223A5E;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}

.svg-icon-line-fill {
    fill: #D3D8DF;
    stroke: #223A5E;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}

.svg-icon-buble {
    fill: #223A5E
}

.svg-icon-permanent {
    fill: #DDC5A1;
    stroke: #223A5E;
    stroke-width: 1.5;
    stroke-miterlimit: 10
}

.svg-icon-cart {
    position: relative;
    top: 0.125em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1em;
    width: 1em;
    stroke: #223A5E
}

.table-scroll {
    margin-bottom: 1.42857rem
}

.table-scroll__input {
    margin-top: .14286rem;
    margin-bottom: 0
}

.table-scroll table {
    width: calc(100% - 1px)
}

.table-scroll__head {
    border-left: 0;
    border-right: 0;
    position: relative;
    z-index: 3;
    text-transform: none;
    background: none;
    color: #223A5E
}

.table-scroll__head:after,
.table-scroll__head:before {
    position: absolute;
    left: -.07143rem;
    z-index: 3;
    top: 0;
    content: "";
    height: 100%;
    width: .07143rem;
    background: #fff
}

.table-scroll__head:after {
    left: auto;
    right: -.07143rem
}

[data-spec-open-tab] {
    z-index: 1;
    position: relative;
    color: #3C66A6;
    display: inline-block
}

[data-spec-open-tab]:active,
[data-spec-open-tab]:focus,
[data-spec-open-tab]:hover {
    color: #648cc9;
    text-decoration: underline
}

.tabs__adv {
    margin-bottom: .71429rem;
    margin-top: .28571rem
}

.tabs_morning .tabs-title {
    width: 100%
}

.tabs__concise {
    margin-bottom: .71429rem
}

.tabs_great {
    margin-top: 1.85714rem
}

.tabs__proper {
    max-height: 4.14286rem
}

.tabs__canvas {
    height: 3.28571rem
}

.tabs-content_city {
    border: 0;
    padding: 0
}

.tabs-content_city .tabs-panel {
    padding: 0
}

.tabs-content_null {
    border: 0
}


.tabs-panel__row {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem
}

.tabs-panel__way {
    padding-top: .14286rem;
    width: calc(100% - 50px);
    padding-left: .71429rem
}

.tabs-panel__manner {
    margin-bottom: 1.07143rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #3c66a6;
    padding-top: 1.07143rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 1.07143rem;
    border-bottom: .07143rem solid #eee
}

.tabs-content_vis>.tabs-panel {
    display: block;
    position: absolute;
    left: -714.28571rem;
    opacity: 0;
    -webkit-transition: opacity 200ms cubic-bezier(1, 0.105, 1, -0.39);
    transition: opacity 200ms cubic-bezier(1, 0.105, 1, -0.39)
}

.tabs-content_vis>.tabs-panel.is-active {
    position: static;
    opacity: 1
}

.tabs-panel__tarea {
    height: 22.14286rem;
    resize: none;
    background: #f4f5f7;
    overflow: hidden
}

.tabs_city {
    border: 0;
    margin-bottom: 2.5rem;
    border-bottom: .07143rem solid #d3d8df;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tabs_city .is-active:after {
    width: 100%;
    content: '';
    height: .07143rem;
    background: #223a5e;
    position: absolute;
    display: block;
    left: 0;
    bottom: -.07143rem
}

.tabs_city .tabs-title {
    color: #3c66a6;
    font-size: 1rem;
    width: 50%;
    text-transform: none;
    position: relative
}

.tabs_city .tabs-title>a {
    outline: none;
    text-align: center;
    padding-left: .71429rem;
    padding-right: .71429rem;
    padding-bottom: .57143rem;
    color: #3c66a6
}

.tabs_city .tabs-title>a:active,
.tabs_city .tabs-title>a:focus,
.tabs_city .tabs-title>a:hover {
    text-decoration: none;
    background: none
}

.tabs_city .tabs-title>a:focus,
.tabs_city .tabs-title>a[aria-selected='true'] {
    color: #223a5e;
    font-size: 1rem;
    font-weight: 600;
    background: none
}

.tabs_city .tabs-title>a:focus:active,
.tabs_city .tabs-title>a:focus:focus,
.tabs_city .tabs-title>a:focus:hover,
.tabs_city .tabs-title>a[aria-selected='true']:active,
.tabs_city .tabs-title>a[aria-selected='true']:focus,
.tabs_city .tabs-title>a[aria-selected='true']:hover {
    text-decoration: none
}

.tabs_drop .tabs-title>a:focus,
.tabs_drop .tabs-title>a[aria-selected='true'] {
    background: #223A5E;
    color: #fff
}

.tabs_drop .tabs-title {
    width: 100%
}

.tabs_drop .tabs-title a {
    outline: none
}

.tabs-content_drop {
    border: 0
}

.tabs-content_drop .tabs-panel {
    border: .07143rem solid #dcdcdc
}

.tabs_custom {
    position: relative;
    background: none;
    border: 0;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tabs_custom:before {
    display: none
}

.tabs_custom:after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: .07143rem;
    width: 100%;
    background-color: #d3d8df;
    z-index: -1
}

.tabs_custom.accordion .tabs-title_3th {
    width: 100%
}

.tabs_custom.accordion .accordion-title {
    -webkit-transition: 0s;
    transition: 0s;
    border: .07143rem solid #223A5E;
    border-top: 0
}

.tabs_custom.accordion .accordion-title:active,
.tabs_custom.accordion .accordion-title:focus,
.tabs_custom.accordion .accordion-title:hover {
    background: #223A5E;
    color: #fff
}

.tabs_custom.accordion .accordion-content {
    border-top: 0
}

.tabs_custom.accordion .accordion-item:first-child .accordion-title {
    border: .07143rem solid #223A5E
}

.tabs_custom .tabs-title {
    padding-left: 2.85714rem;
    padding-right: 2.85714rem;
    width: 25%;
    font-size: 1.14286rem;
    background: none;
    text-align: center
}

@media print, screen and (max-width: 39.99875em) {
    .tabs_custom .tabs-title {
        padding-left: 0;
        padding-right: 0;
        width: 50%
    }
}

.tabs_custom .tabs-title.is-active {
    border-bottom: .07143rem solid #223A5E
}

.tabs_custom .tabs-title.is-active:before {
    display: none
}

.tabs_custom .tabs-title.is-active>a {
    font-weight: 600;
}

.tabs_custom .tabs-title>a {
    font-size: 1.14286rem;
    text-transform: uppercase;
    padding: .85714rem;
    color: #223A5E;
    background: none;
    text-decoration: none;
    outline: none
}

.tabs_custom .tabs-title_twin {
    width: 50%
}

.tabs_custom .tabs-title_3th {
    width: 33.333%
}

.tabs_issuance {
    position: relative;
    background: none;
    border: 0;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tabs_issuance:before {
    display: none
}

.tabs_issuance:after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: .07143rem;
    width: 100%;
    background-color: #d3d8df;
    z-index: -1
}

.tabs_issuance .tabs-title {
    width: 25%;
    font-size: 1.14286rem;
    background: none;
    text-align: center
}

@media print, screen and (max-width: 39.99875em) {
    .tabs_issuance .tabs-title {
        padding-left: 0;
        padding-right: 0;
        width: 50%
    }
}

.tabs_issuance .tabs-title.is-active {
    border-bottom: .07143rem solid #223A5E
}

.tabs_issuance .tabs-title.is-active:before {
    display: none
}

.tabs_issuance .tabs-title.is-active>a {
    font-weight: 600;
    color: #223A5E
}

.tabs_issuance .tabs-title>a {
    font-size: 1.14286rem;
    text-transform: none;
    padding: .85714rem;
    color: #3C66A6;
    background: none;
    text-decoration: none;
    outline: none
}

.tabs_issuance .tabs-title_twin {
    width: 50%
}

.tabs_issuance .tabs-title_3th {
    width: 33.333%
}

@media print, screen and (max-width: 39.99875em) {
    .tabs_issuance .tabs-title_3th {
        width: 100%
    }
}

.tabs_pill {
    background: none;
    border: 0;
    margin-bottom: 1rem
}

.tabs_pill .tabs-title {
    border: .07143rem solid #d3d8df;
    background: white;
    font-size: 1.14286rem;
    text-align: center;
    -webkit-transition: all ease .12s;
    transition: all ease .12s
}

@media print, screen and (max-width: 39.99875em) {
    .tabs_pill .tabs-title {
        padding-left: 0;
        padding-right: 0
    }
}

.tabs_pill .tabs-title:hover {
    border-color: #223A5E;
    -webkit-box-shadow: .07143rem .07143rem .14286rem #d3d8df;
    box-shadow: .07143rem .07143rem .14286rem #d3d8df
}

.tabs_pill .tabs-title:hover>a {
    color: #223A5E
}

.tabs_pill .tabs-title.is-active {
    border-color: #223A5E;
    -webkit-box-shadow: .14286rem .14286rem .07143rem #d3d8df inset, -.07143rem 0 .07143rem #d3d8df inset;
    box-shadow: .14286rem .14286rem .07143rem #d3d8df inset, -.07143rem 0 .07143rem #d3d8df inset
}

.tabs_pill .tabs-title.is-active:before {
    display: none
}

.tabs_pill .tabs-title.is-active>a {
    color: #223A5E
}

.tabs_pill .tabs-title:not(.hide):first-of-type {
    border-radius: .28571rem 0 0 .28571rem
}

.tabs_pill .tabs-title:last-of-type {
    border-radius: 0 .28571rem .28571rem 0
}

.tabs_pill .tabs-title>a {
    background: none;
    color: #3C66A6;
    font-size: 1.14286rem;
    line-height: 1.15;
    outline: none;
    padding: .85714rem;
    text-decoration: none;
    text-transform: none
}

.tabs__method {
    text-decoration: underline;
    font-weight: 700;
    display: block;
    margin-bottom: .71429rem;
    font-size: 1.28571rem;
    color: #223A5E
}

.tabs__fill {
    padding: 2.14286rem 2.14286rem 0;
    background: #f4f5f8
}

.tabs_indicators,
.tabs_order {
    margin-bottom: 0;
    border: none;
    border-bottom: .07143rem solid #223A5E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs_indicators .tabs-title,
.tabs_order .tabs-title {
    text-align: center;
    width: 33.33333333%;
    border: .07143rem solid transparent
}

.tabs_indicators .tabs-title>a,
.tabs_order .tabs-title>a {
    font-size: 1.28571rem;
    outline: none;
    background: none;
    text-decoration: none
}

.tabs_indicators .tabs-title:first-child,
.tabs_order .tabs-title:first-child {
    border-left-color: transparent
}

.tabs_indicators .tabs-title:last-child,
.tabs_order .tabs-title:last-child {
    border-right-color: transparent
}

.tabs_indicators .is-active,
.tabs_order .is-active {
    position: relative;
    border: .07143rem solid #223A5E;
    border-bottom: none
}

.tabs_indicators .is-active>a,
.tabs_order .is-active>a {
    background: none;
    font-weight: 600;
    color: #223A5E
}

.tabs_indicators .is-active:before,
.tabs_order .is-active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.28571rem;
    width: 100%;
    border-top: .35714rem solid #fff
}

.tabs_roles {
    margin-bottom: 0;
    border: none;
    border-bottom: .07143rem solid #223A5E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs_roles .tabs-title {
    text-align: center;
    width: 50%;
    border: .07143rem solid transparent
}

.tabs_roles .tabs-title>a {
    font-size: 1.28571rem;
    color: #223A5E;
    outline: none;
    background: none;
    text-decoration: none
}

.tabs_roles .tabs-title:first-child {
    border-left-color: transparent
}

.tabs_roles .tabs-title:last-child {
    border-right-color: transparent
}

.tabs_roles .is-active {
    position: relative;
    border: .07143rem solid #223A5E;
    border-bottom: none
}

.tabs_roles .is-active>a {
    background: none;
    font-weight: 600;
    color: #223A5E
}

.tabs_roles .is-active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.28571rem;
    width: 100%;
    border-top: .35714rem solid #fff
}

.tabs_twin {
    border: none;
    border-bottom: .07143rem solid #223A5E
}

.tabs_twin .tabs-title {
    width: 50%;
    text-align: center;
    text-transform: none;
    border: .07143rem solid transparent
}

.tabs_twin .tabs-title>a {
    font-size: 1.71429rem
}

.tabs_twin .tabs-title_3th {
    width: 33.333%
}

.tabs_twin .is-active {
    position: relative;
    border: .07143rem solid #223A5E;
    border-bottom: none
}

.tabs_twin .is-active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.14286rem;
    width: 100%;
    border-top: .21429rem solid #fff
}

.tabs_twin .tabs-title a {
    padding: 1.14286rem 1.07143rem .71429rem;
    background-color: transparent;
    color: #223A5E;
    outline: none
}

.tabs_twin p {
    text-transform: none
}

.tabs_twin p:first-of-type {
    margin-top: .21429rem
}

.tabs_twin p:last-of-type {
    margin-bottom: 0
}

.tabs_uni {
    border: none;
    border-bottom: .07143rem solid #223A5E
}

.tabs_uni .tabs-title {
    text-align: center;
    border: .07143rem solid transparent
}

.tabs_uni .is-active {
    position: relative;
    border: .07143rem solid #223A5E;
    border-bottom: none
}

.tabs_uni .is-active:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.14286rem;
    width: 100%;
    border-top: .21429rem solid #fff
}

.tabs_uni .tabs-title a {
    padding: 1.14286rem 1.07143rem .71429rem;
    background-color: transparent;
    color: #223A5E;
    outline: none
}

.tabs_uni p {
    text-transform: none
}

.tabs_uni p:first-of-type {
    margin-top: .21429rem
}

.tabs_uni p:last-of-type {
    margin-bottom: 0
}



.tabs_cart,
.tabs_other {
    position: relative;
    background: none;
    border: 0;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tabs_cart:after,
.tabs_other:after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: .07143rem;
    width: 100%;
    background-color: #d3d8df;
    z-index: -1
}

.tabs_cart .tabs-title,
.tabs_other .tabs-title {
    width: 25%;
    font-size: 1.14286rem;
    background: none;
    text-align: center;
    text-transform: none
}
.tabs_other .tabs-title {
    position: relative;
    background-color: #F8F9FB;
    border: 1px solid #d3d8df;
    transition: box-shadow 0.2s ease, background 0.2s ease;
}
.tabs_other .tabs-title:not(:last-child){
    border-right: 0;
}
.tabs_other .tabs-title:hover{
    background-color: #fff;
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    z-index: 2;
}
.tabs_other .tabs__link:hover{
    text-decoration: none;
}

@media (max-width: 39.99875em) {
    .tabs_cart .tabs-title,
    .tabs_other .tabs-title {
        padding-left: 0;
        padding-right: 0;
        width: 50%
    }
    .tabs_other{
        border-right: 1px solid #d3d8df;
        border-bottom: 1px solid #d3d8df;
    }
    .tabs_other .tabs-title {
        border-bottom: 0;
        border-right: 0;
    }
    .tabs_other .tabs-title .tabs__link{
        display: flex;
        align-items: center;
        text-align: left;
    }
    .tabs_other .tabs-title .tabs__link .tabs__link-img{
        flex-shrink: 0;
        margin: 0 1em 0 0;
    }
    .tabs_other .tabs-title .tabs__link img{
        width: 58px;
        height: 58px;
    }
    .tabs_other .tabs-title .tabs__link p{
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    .tabs_other .tabs-title .tabs__link{
        display: block;
    }
    .tabs_other .tabs-title .tabs__link .tabs__link-img{
        margin: 0;
    }
}



.tabs_cart .tabs-title.is-active,
.tabs_other .tabs-title.is-active {
    border-bottom: .07143rem solid #223A5E;
    background-color: #fff;
}

.tabs_cart .tabs-title.is-active:before,
.tabs_other .tabs-title.is-active:before {
    display: none
}

.tabs_cart .tabs-title.is-active>a,
.tabs_other .tabs-title.is-active>a {
    color: #223A5E;
    font-weight: bold;
}

.tabs_cart .tabs-title.is-active>a:active,
.tabs_cart .tabs-title.is-active>a:focus,
.tabs_cart .tabs-title.is-active>a:hover,
.tabs_other .tabs-title.is-active>a:active,
.tabs_other .tabs-title.is-active>a:focus,
.tabs_other .tabs-title.is-active>a:hover {
    text-decoration: none
}

.tabs_cart .tabs-title>a,
.tabs_other .tabs-title>a {
    font-size: 1.14286rem;
    padding: .85714rem;
    color: #3C66A6;
    background: none;
    text-decoration: none;
    outline: none
}

.tabs_cart .tabs-title>a:hover {
    text-decoration: underline
}

.tabs_cart .tabs-title>a .tabs__name,
.tabs_other .tabs-title>a .tabs__name {
    font-weight: 600;
}

.tabs_cart .tabs-title_twin,
.tabs_other .tabs-title_twin {
    width: 50%
}

.tabs_cart .tabs-title_3th,
.tabs_other .tabs-title_3th {
    width: 33.333%
}

.tabs_other {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tabs_cart .tabs-title>a {
    font-size: 1.14286rem;
    padding: 1.78571rem .85714rem;
    font-weight: 600;
}

.tabs_js .accordion-item.is-active .pickpoint {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.tabs_js .accordion-item.is-active .accordion-content {
    display: block !important
}

.tabs_js .accordion-item .sticky {
    width: 100% !important;
    max-width: 100% !important
}

.tabs_js .accordion-item .sticky-container {
    height: auto !important
}

.tabs_js .pickpoint {
    overflow: hidden;
    -webkit-transition: 0s;
    transition: 0s
}

.tabs_js .tabs-title.js-active {
    overflow: visible
}

.tabs_pickpoints {
    border: none
}

.tabs_pickpoints.accordion .accordion-item {
    position: relative
}

.tabs_pickpoints.accordion .accordion-item .accordion-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 0
}

.tabs_pickpoints.accordion .accordion-item .accordion-title:after,
.tabs_pickpoints.accordion .accordion-item .accordion-title:before {
    display: none
}

.tabs_pickpoints.accordion .accordion-item .accordion-title:active,
.tabs_pickpoints.accordion .accordion-item .accordion-title:focus,
.tabs_pickpoints.accordion .accordion-item .accordion-title:hover {
    background: none;
    border: none
}

.tabs_pickpoints.accordion .accordion-item .accordion-content {
    margin-bottom: 1.42857rem;
    padding: 0;
    border: none
}

.tabs_pickpoints .tabs-title {
    text-transform: none
}

.tabs_pickpoints .tabs-title:hover {
    background: none
}

.tabs_pickpoints .tabs-title.is-active .pickpoint {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.tabs_pickpoints .tabs-title>a {
    display: none
}

.tabs-panel_custom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.tabs-panel_bottom {
    padding: 0
}

.tabs-panel_none {
    padding-left: 0;
    padding-right: 0
}

.tabs-panel_other,
.tabs-panel_pickpoint {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0
}

.tabs__link_star {
    position: relative
}

.tabs__link_star::before {
    content: "\f005 ";
    position: absolute;
    top: .71429rem;
    right: 30%;
    font-size: 20px;
    font-family: "FontAwesome";
    color: #ffe000;
}

.tabs__star {
    position: relative;
    padding-right: 1.21429rem
}

.tabs__star::before {
    position: relative;
    margin-right: .35714rem;
    font-size: 1.07143rem;
    font-family: "FontAwesome";
    content: "\f005 "
}

.tabs-title {
    text-transform: uppercase
}

.tabs-content {
    margin-bottom: 2.14286rem
}

.tabs-content_other {
    border: .07143rem solid #fff;
    margin-bottom: 0
}

.tabs-content_custom {
    border: .07143rem solid #fff;
    margin-bottom: 0
}

.tabs-content_indicators,
.tabs-content_order {
    border: 0
}

.tabs-content_issuance {
    border: .07143rem solid #fff;
    margin-bottom: 0;
    padding-top: 1.42857rem
}

.tabs-content_pickpoints {
    border: 0
}

.tabs-content_pickpoints .tabs-panel {
    padding: 0
}

.tabs-content_city {
    margin-bottom: 0
}

@media print, screen and (max-width: 59.99875em) {
    .tabs__fill {
        padding-left: 1.07143rem;
        padding-right: 1.07143rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .tabs_spec>:last-child:not(.is-active)>.accordion-title {
        border-color: #223A5E
    }
    .tabs_spec .accordion-item {
        width: 100%;
        font-size: 1.14286rem;
        text-transform: uppercase
    }
    .tabs_spec .accordion-item.is-active+.accordion-item>.accordion-title {
        border-top-color: transparent
    }
    .tabs_spec .accordion-title {
        border: .07143rem solid #223A5E;
        border-bottom: 0
    }
    .tabs_spec .accordion-content {
        text-transform: none;
        padding-top: .42857rem;
        padding-left: 1.14286rem;
        padding-right: 1.14286rem
    }
    .tabs_custom .tabs-title>a {
        font-size: 1rem
    }
    .tabs_great {
        margin-bottom: 0
    }
    .tabs_great .tabs__proper {
        width: auto;
        max-height: 2.42857rem
    }
    .tabs_great .tabs__concise {
        width: 5.71429rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .tabs_great .tabs__plug {
        padding-left: 1.07143rem;
        text-align: left;
        padding-right: 1.07143rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .tabs_great .tabs-title {
        position: relative;
        width: 100%
    }
    .tabs_great .tabs-title .tabs__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-right: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .tabs_great .tabs-title.is-active {
        border-bottom: 0
    }
    .tabs_great .tabs-title.is-active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .tabs_great .tabs-title:after {
        position: absolute;
        left: 0;
        top: calc(50% - 14px);
        width: .64286rem;
        font-size: 1rem;
        height: 1rem;
        color: #3C66A6;
        font-family: FontAwesome;
        content: "\f107";
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    .tabs__link_star::before {
        display: none
    }
    .tabs_pickpoints .sticky-container {
        width: 100%
    }
    .tabs_order {
        border: .07143rem solid #223A5E
    }
    .tabs_order .tabs-title {
        width: 100%;
        border: 0
    }
    .tabs_order .tabs-title:before {
        display: none
    }
    .tabs_order .tabs-title:first-child {
        border-left: 0
    }
    .tabs_order .tabs-title:last-child {
        border-left: 0
    }
    .tabs_other .tabs-title .tabs__link {
        font-size: 1rem
    }
    .tabs_other .accordion-item {
        border: 0
    }
    .tabs__link.accordion-title {
        border: 0;
        text-align: center
    }
    .tabs-panel_other {
        padding-left: 0;
        padding-right: 0
    }
    .tabs-panel_other.accordion-content {
        border: 0
    }
    .tabs_twin {
        border-bottom: 0
    }
    .tabs_twin .tabs-title {
        width: 100%;
        font-size: 1.14286rem
    }
    .tabs_twin .tabs-title.is-active {
        border-bottom: .07143rem solid #223A5E
    }
    .tabs_twin .tabs-title.is-active:before {
        display: none
    }
    .tabs_uni {
        border-bottom: 0
    }
    .tabs_uni .tabs-title {
        width: 100%
    }
    .tabs_uni .tabs-title.is-active {
        border-bottom: .07143rem solid #223A5E
    }
    .tabs_uni .tabs-title.is-active:before {
        display: none
    }
}

@media print, screen and (min-width: 40em) {
    .tabs_other {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .tabs_margin-top {
        margin-top: 1.85714rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .tabs-content_vis .tabs-panel {
        opacity: 0;
        -webkit-transition: opacity 200ms cubic-bezier(1, 0.105, 1, -0.39);
        transition: opacity 200ms cubic-bezier(1, 0.105, 1, -0.39);
        display: none
    }
    .tabs-content_vis .tabs-panel.is-active {
        display: block;
        opacity: 1
    }
}

.tags {
    position: relative
}

.tags.js-one-line .tags-list {
    margin-bottom: 2.14286rem
}

.tags.js-one-line .tags-list:after {
    display: none
}

.tags.js-one-line .tags-list__trigger {
    display: none
}

.tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    list-style: none;
    margin: 0 0 4.28571rem 0;
    padding: 0
}

.tags-list:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, #fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 90%);
    bottom: 0;
    content: '';
    display: block;
    height: 2rem;
    position: absolute;
    width: 100%;
    z-index: 2
}

.tags-list:not(.show-all-tags) {
    max-height: 6.5rem;
    overflow: hidden
}

.tags-list.show-all-tags .tags-list__trigger {
    bottom: -2rem
}

.tags-list.show-all-tags:after {
    display: none
}

.tags-list__trigger {
    bottom: -.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease 0.15s;
    transition: all ease 0.15s;
    width: 100%;
    z-index: 3
}

.tags-list__trigger .button {
    background: #f2f2f5;
    -webkit-box-shadow: 0 1px 2px rgba(34, 58, 94, 0.2);
    box-shadow: 0 1px 2px rgba(34, 58, 94, 0.2);
    border-radius: 2rem;
    padding: .57143rem 1.71429rem
}

.tags-list__trigger .button:hover {
    -webkit-box-shadow: 0 4px 12px rgba(34, 58, 94, 0.3);
    box-shadow: 0 4px 12px rgba(34, 58, 94, 0.3)
}

.tags-list__item {
    padding-right: .71429rem;
    -webkit-transition: 1s all ease;
    transition: 1s all ease
}

.tags-list_active .tags-list__item {
    -webkit-transition: 1s all ease;
    transition: 1s all ease
}
.tags-list__item .button{
    margin-bottom: .71429rem;
}

@media print, screen and (max-width: 39.99875em) {
    .tags-list {
        margin-bottom: 2.14286rem
    }
}

.text-size-tiny {
    font-size: .7rem
}

.text-size-xsmall {
    font-size: .8rem
}

.text-size-small {
    font-size: .86rem
}

.text-size-default {
    font-size: 1rem
}

.text-size-large {
    font-size: 1.142rem
}

.text-size-xlarge {
    font-size: 1.285rem
}

.text-size-xxlarge {
    font-size: 1.5rem
}

.text-size-xxxlarge {
    font-size: 2.5rem
}

.text-primary {
    color: #223A5E
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1d3150
}

.text-secondary {
    color: #5F4B8B
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #514076
}

.text-tertiary {
    color: #9cb3bf
}

a.text-tertiary:hover,
a.text-tertiary:focus {
    color: #7c9baa
}

.text-quaternary {
    color: #7b899d
}

a.text-quaternary:hover,
a.text-quaternary:focus {
    color: #657489
}

.text-success {
    color: #22a19c
}

a.text-success:hover,
a.text-success:focus {
    color: #1d8985
}

.text-warning {
    color: #DDC5A1
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ceab77
}

.text-alert {
    color: #A63C3C
}

a.text-alert:hover,
a.text-alert:focus {
    color: #8d3333
}

.text-blood {
    color: #A63C3C
}

a.text-blood:hover,
a.text-blood:focus {
    color: #8d3333
}

.text-purple {
    color: #E25959
}

a.text-purple:hover,
a.text-purple:focus {
    color: #db3131
}

.text-grass {
    color: #74BA5F
}

a.text-grass:hover,
a.text-grass:focus {
    color: #5ea748
}

.text-green {
    color: #3ca66a
}

a.text-green:hover,
a.text-green:focus {
    color: #338d5a
}

.text-sun {
    color: #E7E456
}

a.text-sun:hover,
a.text-sun:focus {
    color: #e1dd2c
}

.text-main {
    color: #F2F2F5
}

a.text-main:hover,
a.text-main:focus {
    color: #c9c9d5
}

.text-light-gray {
    color: #dcdcdc
}

a.text-light-gray:hover,
a.text-light-gray:focus {
    color: #bbb
}

.text-medium-gray {
    color: #CCCCD8
}

a.text-medium-gray:hover,
a.text-medium-gray:focus {
    color: #a8a8bd
}

.text-dark-gray {
    color: #7a7a7a
}

a.text-dark-gray:hover,
a.text-dark-gray:focus {
    color: #686868
}

.text-black {
    color: #283246
}

a.text-black:hover,
a.text-black:focus {
    color: #222b3c
}

.text-white {
    color: #fff
}

a.text-white:hover,
a.text-white:focus {
    color: #d9d9d9
}

.text-fb {
    color: #3F619C
}

a.text-fb:hover,
a.text-fb:focus {
    color: #365285
}

.text-vk {
    color: #3E709C
}

a.text-vk:hover,
a.text-vk:focus {
    color: #355f85
}

.text-twi {
    color: #2FA4CC
}

a.text-twi:hover,
a.text-twi:focus {
    color: #288bad
}

.text-ok {
    color: #FC6719
}

a.text-ok:hover,
a.text-ok:focus {
    color: #e85203
}

.text-insta {
    color: #000
}

a.text-insta:hover,
a.text-insta:focus {
    color: #000
}

.text-gp {
    color: #DB4437
}

a.text-gp:hover,
a.text-gp:focus {
    color: #c53024
}

.text-sandy {
    color: #ddc5a1
}

a.text-sandy:hover,
a.text-sandy:focus {
    color: #ceab77
}

.text-lighten-blue {
    color: #f4f5f7
}

a.text-lighten-blue:hover,
a.text-lighten-blue:focus {
    color: #c9ced8
}

.text-normal {
    text-transform: none
}

.ton {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem
}

.track {
    height: 28.57143rem;
    position: relative;
    z-index: 10
}

.track:before {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 58, 97, 0.25);
    z-index: 2
}

.track.js-active,
.track.js-main-menu-is-open {
    overflow: visible
}

.track_min {
    height: auto;
    min-height: 24.28571rem;
    overflow: visible
}

.track_min .track__back {
    background-size: cover
}

.track_home {
    z-index: 1
}

.track_new {
    z-index: 1
}

.track_empty {
    height: auto;
    overflow: visible;
    min-height: 0
}

.track_empty .track__rhomb {
    display: none
}

.track_empty .track__menu {
    position: relative
}

.track_mini {
    height: auto;
    min-height: 0;
    padding-bottom: 2.14286rem
}

.track_mini .track__rhomb {
    display: none
}

.track_mini .track__video video {
    width: 100%;
    height: auto
}

.track_mini .track__menu {
    position: relative
}

.track__h1 {
    font-size: 2.71429rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 2.5rem
}

.track__helper {
    position: absolute;
    width: 100%;
    height: calc(100% - 127px);
    left: 0;
    top: 0
}

.track__menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.track__par {
    margin-bottom: 0
}

.track__button {
    color: #fff;
    background: transparent;
    border: .14286rem solid #fff;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.35714rem 3.92857rem
}

.track__button:active,
.track__button:focus,
.track__button:hover {
    border: .14286rem solid #fff;
    background: #fff;
    color: #223A5E
}

.track__image {
    max-width: 30.28571rem;
    display: none
}

.track-scroll {
    position: absolute;
    bottom: .71429rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3
}

.track-scroll__button {
    display: inline-block;
    display: none;
    position: relative;
    margin-bottom: 1.42857rem;
    color: #fff;
    text-decoration: none
}

.track-scroll__button:active,
.track-scroll__button:focus,
.track-scroll__button:hover {
    color: #fff;
    text-decoration: none
}

.track-scroll__button:after {
    display: block;
    position: absolute;
    content: '\f107';
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: FontAwesome;
    font-size: 1.28571rem
}

.track__rhomb,
.track__rhomb-upwards {
    bottom: 2.14286rem;
    border-radius: .28571rem;
    font-size: .71429rem;
    height: 2.14286rem;
    left: 50%;
    margin-left: -1.07143rem;
    padding: .85714rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2.14286rem
}

.track__rhomb i,
.track__rhomb-upwards i {
    left: .71429rem;
    position: absolute;
    top: .71429rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.track__rhomb {
    background: #fff;
    color: #223A5E;
    display: none;
    position: absolute;
    z-index: 3
}

.track__rhomb:active,
.track__rhomb:focus,
.track__rhomb:hover {
    color: #fff;
    background: #223A5E
}

.track__rhomb-upwards {
    color: #fff;
    background: #223A5E;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    position: fixed;
    z-index: 4;
    opacity: 0.8
}

.track__rhomb-upwards:active,
.track__rhomb-upwards:focus,
.track__rhomb-upwards:hover {
    color: #223A5E;
    background: #fff;
    -webkit-box-shadow: 0 0 0 2px #223A5E;
    box-shadow: 0 0 0 2px #223A5E;
    opacity: 1
}

.track__h3 {
    font-weight: 600;
    font-size: 1.42857rem;
    margin-bottom: 3.28571rem
}

.track__h2 {
    font-size: 1.64286rem;
    margin-bottom: 2.85714rem;
}

.track__info {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4.28571rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.track__info_min {
    padding-left: 0;
    padding-right: 0
}

.track__back {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: calc(50% - 0px);
    top: 0;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin: auto;
    z-index: 1
}

.track__back_main {
    background: #223A5E
}

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

.track__video video {
    height: 100%;
    width: auto;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin: auto;
    z-index: 2
}

@media (min-aspect-ratio: 16 / 9) {
    .track__video video {
        width: 100%;
        height: auto
    }
}

@media print, screen and (max-width: 74.99875em) {
    .track_mini .track__menu {
        height: 10.07143rem
    }
}

@media print, screen and (max-width: 59.99875em) {
    .track__info_min {
        padding-top: 9.28571rem;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem
    }
    .track_mini {
        height: 4.5rem
    }
    .track__h1 {
        font-size: 1.85714rem
    }
    .track__h2 {
        font-size: 1.57143rem
    }
    .track__h3 {
        font-size: 1.28571rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .track {
        height: 15.71429rem
    }
    .track_new {
        height: 12.85714rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .track_new .track__info {
        padding-top: 0
    }
    .track_new .track__h1 {
        display: none
    }
    .track_new .track__h2 {
        display: none
    }
    .track_min {
        height: 15.71429rem;
        min-height: 0
    }
    .track_mini {
        height: 4.14286rem
    }
    .track__info {
        padding-top: 3.21429rem
    }
    .track__info_min {
        padding-top: 4.28571rem
    }
    .track__button {
        padding: .64286rem;
        margin-left: .35714rem;
        font-size: 1rem;
        margin-right: .35714rem
    }
    .track__h1 {
        margin-bottom: .85714rem;
        font-size: 1.42857rem
    }
    .track__h2 {
        margin-bottom: .71429rem;
        font-size: 1.28571rem
    }
    .track__h3 {
        font-size: 1.14286rem;
        margin-bottom: 2.14286rem
    }
}

.user-navigation {
    -ms-flex-direction: column;
    -ms-flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    background-color: #f4f5f7;
    border-radius: .35714rem;
    border: .07143rem solid #d3d8df;
    flex-direction: column;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0 0 2.85714rem 0;
    padding: 0 0 .57143rem 0
}

.user-navigation_white {
    background-color: transparent
}

.user-navigation__link {
    font-size: 1.14286rem;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    padding: 0.7rem 2rem 0.7rem 1rem;
    color: #223A5E
}

.user-navigation__link:active,
.user-navigation__link:focus,
.user-navigation__link:hover {
    color: #223A5E;
    text-decoration: none;
    background: #d3d8df
}

.user-navigation__link_active {
    background: #d3d8df;
    color: #283246;
    text-decoration: none
}

.user-navigation__link_icon {
    position: relative
}

.user-navigation__link_icon svg {
    height: 1.78571rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.07143rem
}

.user-navigation__title {
    font-weight: 600;
    font-size: 1.14286rem;
    letter-spacing: 1px;
    padding: 1.07143rem 0 1.07143rem .92857rem;
    text-transform: uppercase
}

.user-navigation__category {
    border-top: 1px solid rgba(123, 137, 157, 0.5);
    color: #7b899d;
    font-weight: 600;
    font-size: 1.14286rem;
    letter-spacing: 1px;
    margin-top: 1.21429rem;
    padding: .71429rem 0 .71429rem .92857rem;
    text-transform: uppercase
}

.user-navigation__text {
    font-size: 1.14286rem;
    line-height: 1.4;
    text-decoration: none;
    display: block;
    padding: 0.7rem 2rem 0.7rem 1rem;
    color: #7b899d
}

.user-navigation__level {
    list-style: none;
    padding: 0 0 .57143rem 0
}

.user-navigation-wrapper {
    padding-bottom: 4.28571rem
}

@media print, screen and (max-width: 59.99875em) {
    .user-navigation-wrapper {
        padding-bottom: 1.42857rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .user-navigation {
        margin-bottom: 1.42857rem
    }
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABBIAAsAAAAAGoQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3RY21hcAAAAYQAAADQAAADIjn098ZnbHlmAAACVAAACv4AABEIAwnSw2hlYWQAAA1UAAAAKgAAADYUHzoRaGhlYQAADYAAAAAbAAAAJA4DByFobXR4AAANnAAAAA8AAACE4AAAAGxvY2EAAA2sAAAARAAAAEQ9NEHGbWF4cAAADfAAAAAfAAAAIAEyAIFuYW1lAAAOEAAAASUAAAIK1cf1oHBvc3QAAA84AAABDwAAAZ5AAl/0eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGQ7xTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGBHcRdyA4RZgQRAC4HCwEAAHic7dFprsIgAEXhg8U61XmeWcBb1FuQP4w7ZQXK5boMm3yclFDSANAHmuKviBBeBPQ8ymyo8w3jOh/5r2ui5nN6v8sYNJb3WMdeWRvLji0DhozKdxM6psyYs2DJijUbtuzYc+DIiTMXrty4k8oGLb+n0xCe37ekM7Z66j1DbUy3l6PpHnLfdLO5NdSBoQ4NdWSoY9ON54mhdqa/y1NDnRnq3FAXhro01JWhrg11Y6hbQ90Z6t5QD4Z6NNSToZ4N9WKoV0O9GerdUJORPqkhTd54nJ1YDXBU1RV+576/JBs2bPYPkrDZt5vsJrv53V/I5mclhGDCTwgGBQQSTEji4hCkYIAGd4TGIWFAhV0RQTpWmQp1xv6hA4OTOlNr2zFANbHUYbq2OtNCpViRqsk+e+7bTQAhzti8vPfuPffcc88959zznbcMMPjHD/KDDGEY0ABpYX384NhlomIYlo4JISGEY9mMh2FSidYiqkEUphtNYDSY/dXg9023l4DdxlqUl0chuZRhncJKrsCQHIwcGuwfnhMIzBnuH4Sym+1D2zaGjheXlhYfD238z80mKYMmvJ5XeOTzd8z9eujbMxJNhu4C9xPE/bCMiDuSNIWgkTQwBE55hLSAE7ZwhrHLnAHZOGV/kmBGTiNjZxzI77Hb7Hqjz68TjT6vh+5JT/cCIkqS0D6CqPf5jX4Qjdx5j6vlDfZM4aZFdbVXIxtOlJaP/WottMnH6CJQ3bTiue3PrY23HjnChtuamxwvvzFjxkPrNj3z0tG9T561HDYf6OgmRWvlY3JQHoQb8ltV2Yet7YfWctEjR1AtxS/cSX6U4alf6NJEBQ7YKg9wrXQKd0IeZCb2ux75Uhh1Un+Nz+9LTOE7PK777nN5xqdTneTBhCbx446mZrhnUkrCz2YhA9dSMxaG0SYmT8hi9ZPu1E94PJYQSH6LRmhxec7Q7ZeXntgQuVpbh+a4qWNsckVyTdn0P7o7DpgPW84+uRcq0BITflBikGdUjAZ9wYBVI3mtrNvr9kpg1UsaK6t3690aoorC1lg0GpMH2HAMtkZjsSi5Ig9ESVosOh7GQfLjKNLvKpMKkLSKNFAka710GdgSi8oDMSoNhqjkKBXTgn3swtaxyzGkUzIzae9RtLdWkSlZ1KDX6EzgllzV4NV4SoDFSOGD4+HCeQUF8wrZ5Hs8zIb5EaVxy8DYFTbMCJPnLIWZxugZE2NlivC0gc1qEQUR8jEKgZcAXeH18BiCgl5nlHh0CrjB4Hb5fX4gb0J7c9PuHVsfgkx2n/vTY/JV8kn8PGxf7faOZ8qX8JVByuIf4whk9sqXli2hvPJV9hrp0hY7l8r2x37ydaVsb4xvXv/47v2NjfCl8m5oRDJclFMoE1yk0Uh1Te4/m8lFXe9qBZD0EkheicebXvzI2PLCuoKCukLuhPIeKwaHPEouxw3kMqaIUXDQ1p0mip+MyCORSCQaoUsnY1VZ38nUTrG21WvVo4f1OsEJFhvSfAFwGfT8VHRMeAVUpwLOoLzjT/REIj3O3FhuURE+nERF+0pTId5Fyxv5sfwGyg4O+my4vZv0sZm7oeQlFZORiB+tG0MweVNraeitl7yxiPIHTk4/diVxs94o5lEYishB2iAtkchEnsActoEpx44Fo8XnsQMaA22BlqC20RmhBKzYojZyYaxg+JggMc4HHY2m+L9EkWSYljirOisrO7d3VorxzyZ6Vc4lJqITAu1b2wOBdrLElAP+bFc2eGaZFVbkmJktv5uT6Jlz5D/MnBFor6ig/JPnRViBsV3LNKGGqB1ChJ0tgQywlVLFJIuQgTFttwkiKxhyQdAZMdMYtSaoAewqfvXVYPAbDT6/1mez85YS8FSDywQ6NfAnef6FNEGMilnppyvn5rB6tTyq1pOceRWnp2WJEZFXHeX5oyoem1nTTgdqc4heDY7bOeKz63vnz+/dRx+s31Ht2JGanQ5seirfWJL9tjozU/12TnEjn5oux9OzU3ckGbBzBwNOyk69JykKH0n/0LM9A72tuwM3zQpIRu4AxiToseEpgPOmbROyFe9/X2yeUvoUsCyEvjcgs7fpWP3/aKlFN0+6HFUe6D9HFz/XPwBlN9tTqNyZjFJ8UO2RUT5/h4CptCctEyeisnOyXjALEp7dXKaQKf6O7IMnGjNNACRMLxqdYJX8eMLvmmd68D+ayBLyKKYZwYxDt/GNhzETDJ05Qxlyi3pi3/Z93ndYVSumgj0V/KkIFlO6+1K3fF2+3g0q+YtuSIf0bvmLqV09nnobI6hwcjIP8aPCKayjsF5JBY3LaKAeRLSyYB1h81oTwe9SlPMkXB7G0mfL9q71gaqqwPqu67QRKS1+ObTx+sbQy9QV2OQHEScGkdFBeT7v7qisqqrs6N52i78/R+6S0qQONVj26agOVoswCyQWIV5D86vH53bxNUeXV0K+XZaHv/nm/KsHhOvylwsWnJX/HE8l/4WCv5x+l5n08z6UU8bUMa3MBpSmM7F63AxntdC9eBCKEZW9Hr+ABNqtxgAQrSbMtmrW7lKQuoSgBhSrTazWVU2QAKWY8wiiuhqFmQgWJBgoXiuWIm42N7hqZbBsgXz52O5P5uSvaNgFGnOuvsRw8I8Laha91wMvDuxqWFheN7/8GVtTltdS83DQsXRmqc5ZtcJXEVrlV2doTWk5+Yunm71dG5f55m/qY0MjI93vv9/NfpxXV9sUXrxy2fbNy1or65cOlDRnOoKFeeXcbw42H/bNDT5Qs3flgs31gWC1lD1nfUV/X7NdCnSUdHY2e8afzfKsqZ5ZljfDqjLOmk3UebNXB+aHArPYDRs+/HDDxeT5DiP+sFg7OpRaVQMGBV89PpeBdj22hCE0Uub0UqwLrNWsG0cuyadgLXTeR5rbO4+3c/vl15cur2nRq+TXCQDcS3SO+s6ak+e5/eMS+1dw3btu3YG2tvFL8XdIZvdjdW6TO/4B7IdrZWVPmctm5/59AgsPItTSbCiIBr2OqIGzmu20SMKAS7yqwGBUfGfgjDYlLLDeF0SfcLB2LSx8flT+08/kzz6yOj96rft4rpTjdPQcmLd47uKibbDq7ZSz/XtbH2nN717Nd62rU+c8Icevvv7I09wA6WvjVcafb+FsbNG+ZQ80Rn6ZZsvrP7teP2dzTdoETvNhjCmsr8FID2sJ69VYvdUcxk4AzYRlKcaE38eXNRlfW9H1as9i6acLHp1XpuNB5K7DIvkX08y1ZYvh3KfWaiCzH+ztrSDmD7LuX73x/mJelB8Yj39t8nhNQJJ2CAthpoFGLsGgtSOCJooCGoaJAMTjSWHVZ08YAa1Fg9lPI5U6DOsGVjDasJeZZ+YyhfCwfOzCxlBA69M9XLXtza7H/rav+9Tjq5xNi0wpKQIRNO4Lrzz7yp5QVYM6Jd/oc1Uvn/mQhhuWh6ENXoS2YTZ8QT42bF5d/559zp5r0Uff2VnR2tdf2/WCOd2cO0Mw6qpWPnvxpV0nrt5fZd2yItc199GWe8vlNfNDq+CH/7yAAnB9hn7T4QO4c1g9ScxsZgmzntnE/IDGndtHMw69lFwoCnYsMGx+rBp8JSBqdLzBr9QRPq/PbhWMWFtQZp1xguy/haw3TEHm3TWAnxFWQQWgt7M5OV0lCz1VRYucpWliy7z6Zd4urwPIyeZQqli2Lgg7szJV09PysATbOQtYIrB2YzbkJYkGgJ0m4AjPUap1pvYu1K9qr97z0Yl3p332b2LYB78ncYIlRkau/8GObSsOlZancACE5d5ily+c2+7h5Yj4lqhVmXXB+iXLfvdqSgqfKtQvfHDV0OnvQR1qhw42XS/vkvsh/hXcrDFP0a+SJNIomEfD1nsrYGO+1bgTOJhM8Hv6ek+7vVglxuSRwoKn17S937bm6YJCeSSG0Op1n+7tE37tcZ/p7dsTv4EUrGpDbWueKigsLHhqTVsoEj+JU0kaSjnj9tz8/gryQWwJ9BcJXBC/7smO+I/IFURJetFPrdt5WcoL6DbEJaygI8CTHfQTjf40ofD+DwalTqIAAHicY2BkYGAA4uByr8R4fpuvDNzsDCBw7f/3LmSanREszsHABKIAKi0J7gAAeJxjYGRgYGcAARD5/z87IwMjAypQBAAtgwI4AHicY2BgYGAfYAwAOkQA4QAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhHicY2BkYGBQZChlYGcAASYg5gJCBob/YD4DABfTAbQAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2PyXLCMBBE3YCNDWEL2ffk7o8S8oCnkCVHC5C/jzBQlUP6IHVPzYyekl5y0iL5X5/ooY8BUmQYIkeBEca4wgRTzDDHAtdY4ga3uMM9HvCIJzzjBa94wzs+8ImvZNAq8TM+HqVkKxWlrQiOxjujQkNlEzyNzl6Z/cU2XF06at7U83VQyklLpEvSnuzsb+HAPnPfQVgaupa1Jlu4sPLsFblcitaz0dHU0ZF1qatjZ1+aTXYCmp6u0gSvWNPyHLtFZ+ZeXWVSaEkqs3T8S74WklbGbNNNq4LL4+CWKtZDv2cfX8l8aFbKFhEnJnJ+IULFpqwoQnNHlHaVQtPBl+ypmbSWdmyC61KS/AKZC3Y+AA==) format("woff");
    font-weight: normal;
    font-style: normal
}

.vjs-icon-play,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\f101"
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: "\f102"
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103"
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\f104"
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\f105"
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\f106"
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\f107"
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108"
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109"
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-square:before {
    content: "\f10a"
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: "\f10b"
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10c"
}

.vjs-icon-captions,
.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\f10d"
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\f10e"
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-share:before {
    content: "\f10f"
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-cog:before {
    content: "\f110"
}

.vjs-icon-circle,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-circle:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
    content: "\f111"
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: "\f112"
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113"
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-hd:before {
    content: "\f114"
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115"
}

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116"
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: "\f117"
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: "\f118"
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: "\f119"
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: "\f11a"
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: "\f11b"
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: "\f11c"
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\f11d"
}

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e"
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-next-item:before {
    content: "\f11f"
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-previous-item:before {
    content: "\f120"
}

.video-js {
    display: block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js[tabindex="-1"] {
    outline: none
}

.video-js *,
.video-js *:before,
.video-js *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: 0.5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66A8CC
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    border-radius: 0.3em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -0.75em;
    margin-left: -1.5em
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    -webkit-transition: all 0s;
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    overflow: auto
}

.video-js .vjs-modal-dialog>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto
}

.vjs-menu .vjs-menu-content>* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5)
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2B333F
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block
}

.video-js .vjs-menu-button-inline {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.0em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7)
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.1s, opacity 0.1s;
    transition: visibility 0.1s, opacity 0.1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
    text-shadow: 0em 0em 1em white
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 4em;
    -ms-touch-action: none;
    touch-action: none
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 0.3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1
}

.video-js .vjs-load-progress {
    background: rgba(115, 133, 159, 0.5)
}

.video-js .vjs-load-progress div {
    background: rgba(115, 133, 159, 0.75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: relative;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
    display: block;
    font-size: 0.6em;
    visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5)
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    text-shadow: 0em 0em 1em white;
    -webkit-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.video-js .vjs-volume-panel {
    -webkit-transition: width 1s;
    transition: width 1s
}

.video-js .vjs-volume-panel:hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:hover,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s
}

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-mute-control:hover~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
    width: 5em;
    height: 3em
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 9em;
    -webkit-transition: width 0.1s;
    transition: width 0.1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3.5em;
    -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: none;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: 0.5em
}

.video-js .vjs-volume-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: 0.3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: 0.3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em
}

.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-time-control {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.vjs-live .vjs-time-control {
    display: none
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.vjs-playback-rate>.vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0em
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
    animation: 0s linear 0.3s forwards vjs-spinner-show
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@-webkit-keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

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

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

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: white
    }
    60% {
        border-top-color: #73859f
    }
    100% {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }
    20% {
        border-top-color: #73859f
    }
    35% {
        border-top-color: white
    }
    60% {
        border-top-color: #73859f
    }
    100% {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "\f10d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " \f11d";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
    display: none
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
    display: none
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports (display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto
    }
    .vjs-text-track-settings .vjs-track-settings-colors {
        display: block;
        grid-column: 1;
        grid-row: 1
    }
    .vjs-text-track-settings .vjs-track-settings-font {
        grid-column: 2;
        grid-row: 1
    }
    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 2;
        grid-row: 2
    }
}

.vjs-track-setting>select {
    margin-right: 5px
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none
}

.vjs-text-track-settings fieldset span {
    display: inline-block
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
    outline-style: solid;
    outline-width: medium;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2B333F;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js>*:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    visibility: hidden
}

.well {
    padding: 2rem 3rem
}

.well_no-pad {
    padding-left: 0;
    padding-right: 0
}

@media print, screen and (max-width: 59.99875em) {
    .well {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }
}

.work {
    margin-bottom: 3.14286rem
}

.work:active .work__text,
.work:focus .work__text,
.work:hover .work__text {
    opacity: 1
}

.work__img {
    margin-bottom: 2rem;
    position: relative
}

.work__img img {
    width: 100%
}

.work__text {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    background: rgba(34, 58, 94, 0.6);
    padding: .71429rem 1.42857rem;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    text-align: left;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.youtube-js__button {
    width: 6.42857rem;
    height: 4.28571rem;
    background-color: #333;
    -webkit-box-shadow: 0 0 2.14286rem rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2.14286rem rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: .42857rem
}

.youtube-js__button:before {
    content: "";
    border-style: solid;
    border-width: 1.07143rem 0 1.07143rem 1.85714rem;
    border-color: transparent transparent transparent #fff
}

.youtube-js img {
    width: 100%
}

.youtube-js__button,
.youtube-js img {
    cursor: pointer
}

.youtube-js__button,
.youtube-js__button:before,
.youtube-js img {
    position: absolute
}

.youtube-js__button,
.youtube-js__button:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.realization {
    margin-bottom: 0;
    border: 0
}

.realization__panel {
    padding: 1.5rem 0 0
}

.switch_new input:checked~.switch-paddle {
    background: #3ca66a
}

.switch_new input:checked~.switch-paddle:after {
    left: 1.78571rem
}

.switch_new input:disabled~.switch-paddle {
    opacity: .5
}

.switch_new .switch-paddle {
    width: 3.42857rem;
    height: 1.85714rem;
    border-radius: 2rem
}

.switch_new .switch-paddle:after {
    border-radius: 50%;
    top: .28571rem;
    width: 1.28571rem;
    height: 1.28571rem
}

.switch_green input:checked~.switch-paddle {
    background: #3ca66a
}

.switch_red input:checked~.switch-paddle {
    background: #E25959
}

.switch_disabled input:checked~.switch-paddle {
    background: #c0e8d2
}

.form-success {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 1.42857rem;
    text-align: center;
    width: 100%;
    border-radius: .28571rem;
    background-color: #f4f5f7
}

.form-success__par {
    margin-bottom: 0
}

.form-success__icon {
    margin-bottom: 1.42857rem;
    height: 2.57143rem;
    width: 3.57143rem
}

.form-success__title {
    font-weight: 600;
    width: 100%
}

.form-success__text {
    width: 100%
}

.upload {
    margin-bottom: 1.14286rem;
    font-size: 1.14286rem
}

.upload__button {
    display: inline-block;
    padding: 1.07143rem;
    cursor: pointer;
    font-size: inherit;
    color: #3C66A6;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.upload__button:hover {
    color: #648cc9
}

.upload__input {
    display: none
}

.upload__done {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.07143rem
}

.upload__name {
    margin-left: .71429rem;
    margin-bottom: 0;
    color: #3C66A6
}

.upload__cancel {
    cursor: pointer
}

@media print, screen and (max-width: 39.99875em) {
    .sticky-container#stick-block,
    .sticky-container_mobile {
        height: auto !important
    }
    .sticky-container#stick-block .sticky,
    .sticky-container_mobile .sticky {
        margin-top: 0 !important;
        position: relative !important;
        top: 0 !important
    }
}

.sticky {
    padding-bottom: .07143rem
}

.sticky_table {
    padding-bottom: 1.92857rem
}

@media print, screen and (max-width: 59.99875em) {
    [data-sticky-on="large"] {
        top: 0 !important
    }
}

.liner {
    font-size: .92857rem;
    font-weight: 600;
    background: #f4f5f7;
    color: #fff;
    text-align: center;
    padding: 1rem 2.78571rem .5rem;
    color: #223a5e;
    position: relative;
    border-bottom: .07143rem solid #d3d8df;
    font-size: .85714rem
}

.liner.js-open .liner__info {
    display: block
}

.liner.js-open .liner__main {
    margin-bottom: 1.42857rem
}

.liner_new {
    padding: 0 0 .85714rem
}

.liner.liner_fixed {
    position: fixed !important;
    width: 100%;
    z-index: 9
}

.liner.liner_disabled {
    padding-top: .42857rem;
    border-bottom: 0;
    padding-bottom: 0
}

.liner.liner_disabled .liner__close {
    display: none
}

.liner.liner_disabled .liner__main {
    display: none
}

.liner__data {
    position: relative
}

.liner__submit {
    position: absolute;
    left: 2.35714rem;
    display: block;
    top: .71429rem;
    cursor: pointer
}

.liner__submit svg {
    width: 1.64286rem;
    height: 1.64286rem
}

.liner__submit * {
    stroke: #223A5E !important
}

.liner__info {
    background: #f4f5f7;
    padding-left: .14286rem;
    padding-right: .14286rem;
    display: none
}

.liner__h2 {
    font-size: .85714rem;
    color: #223A5E;
    display: block;
    font-weight: 600;
    padding-bottom: 1rem;
    padding-right: .64286rem;
    margin-bottom: 1.35714rem;
    text-align: left;
    padding-left: .64286rem;
    border-bottom: .07143rem solid #d3d8df
}

.liner__h2:last-child {
    border-bottom: 0
}

.liner__block {
    padding-bottom: 1.07143rem
}

.liner__search {
    border-radius: .42857rem;
    height: 3rem;
    margin-bottom: 1.78571rem;
    padding-left: 3.57143rem;
    padding-right: 1.42857rem
}

.liner__main {
    padding-top: .71429rem;
    padding-bottom: .35714rem
}

.liner__main_new {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.liner__close {
    width: 1.35714rem;
    cursor: pointer;
    height: 1.35714rem;
    padding: .28571rem;
    position: absolute;
    right: 1.42857rem;
    top: 1rem;
    background-size: .78571rem .78571rem
}

.liner__helper {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: .42857rem;
    background: -webkit-gradient(linear, left top, right top, from(#e88f8f), color-stop(12.5%, #e88f8f), color-stop(12.5%, #bd7cb2), color-stop(25%, #bd7cb2), color-stop(25%, #a2cff0), color-stop(37.5%, #a2cff0), color-stop(37.5%, #71c0aa), color-stop(50%, #71c0aa), color-stop(50%, #90c049), color-stop(62.5%, #90c049), color-stop(62.5%, #f3d22b), color-stop(75%, #f3d22b), color-stop(75%, #f39439), color-stop(87.5%, #f39439), color-stop(87.5%, #e54a49), to(#e54a49));
    background: linear-gradient(to right, #e88f8f 0%, #e88f8f 12.5%, #bd7cb2 12.5%, #bd7cb2 25%, #a2cff0 25%, #a2cff0 37.5%, #71c0aa 37.5%, #71c0aa 50%, #90c049 50%, #90c049 62.5%, #f3d22b 62.5%, #f3d22b 75%, #f39439 75%, #f39439 87.5%, #e54a49 87.5%, #e54a49 100%)
}

.liner__helper_new {
    top: auto;
    height: .71429rem;
    bottom: 0
}

.liner p {
    margin-bottom: 0
}

.dust {
    display: inline-block
}

.sect {
    margin-bottom: 1.42857rem
}

.sect_dash {
    margin-bottom: .85714rem
}

.snow {
    margin-bottom: .92857rem
}

.snow thead {
    background: none
}

.snow__quant {
    text-align: right
}

.snow__digit {
    text-align: right
}

.snow__semi {
    font-weight: 600;
}

.snow tbody tr:first-child td {
    padding-top: .92857rem
}

.snow__row td {
    padding-bottom: 1.14286rem
}

.snow th {
    background: none;
    border: 0;
    padding-top: 1.07143rem;
    padding-bottom: 1.07143rem;
    border-bottom: .07143rem solid #223a5e
}

.snow th:nth-child(2) {
    text-align: left
}

.snow .snow__delivery {
    text-align: right
}

.snow td {
    border: 0;
    padding-top: .42857rem;
    padding-bottom: .42857rem
}

.snow td:first-child {
    text-align: center
}

.snow td:first-child.snow__delivery {
    text-align: right
}

.snow__block td {
    padding-bottom: 1.14286rem
}

.snow__tr td {
    padding-top: .92857rem;
    border-top: .07143rem solid #223a5e
}

.snow__name,
.snow__price,
.snow__sum {
    white-space: nowrap
}

@media print, screen and (max-width: 59.99875em) {
    .snow__name {
        white-space: nowrap
    }
    .snow__price {
        white-space: nowrap;
        text-align: right
    }
    .snow__sum {
        white-space: nowrap;
        text-align: right
    }
}

@media print, screen and (max-width: 39.99875em) {
    .snow_new .snow__name {
        display: none
    }
    .snow_new .snow__delivery_total:first-child,
    .snow_new .snow__delivery_total:nth-child(4) {
        display: block;
        width: 66.66%
    }
    .snow_new .snow__price,
    .snow_new .snow__quant,
    .snow_new .snow__sum {
        width: 33.33%
    }
    .snow_new .snow__quant {
        text-align: center
    }
    .snow_new .snow__price {
        text-align: left
    }
    .snow_new .snow__title {
        font-weight: 600;
    }
    .snow_new .snow__delivery_none {
        display: none
    }
    .snow_new tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .snow_new td:first-child,
    .snow_new th:first-child {
        display: none
    }
    .snow_new td {
        display: block
    }
    .snow_new td:nth-child(2) {
        width: 100%
    }
    .snow_new td:nth-child(2).snow__digit {
        width: 33.33%
    }
    .snow_new td:nth-child(3) {
        text-align: left
    }
    .snow_new td:nth-child(4) {
        text-align: center
    }
    .snow_new td:nth-child(4).snow__delivery_total {
        text-align: right
    }
    .snow_new td:nth-child(3),
    .snow_new td:nth-child(4),
    .snow_new td:nth-child(5) {
        width: 33.33%
    }
}

.offert p {
    padding-left: 6px
}

.try {
    position: relative;
    font-size: 1rem;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 3.42857rem;
    margin-bottom: 1.14286rem;
    border-radius: .14286rem;
    padding-left: 1.07143rem;
    padding-top: .35714rem;
    padding-right: 1.78571rem;
    border: 0.07143rem solid #d3d8df;
    cursor: pointer;
    overflow: hidden
}

.try.js-open {
    overflow: visible
}

.try.js-open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.try.js-open .try__drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.try:after {
    background: url("/local/templates/msu_common/css/../images/angle-down.png") no-repeat center;
    width: .71429rem;
    content: "";
    position: absolute;
    right: 1rem;
    background-size: .71429rem .71429rem;
    top: 1.14286rem;
    height: .71429rem;
    z-index: 4
}

.try__div {
    display: block
}

.try>.try__item {
    margin-bottom: 0
}

.try__item {
    width: 100%;
    display: block;
    cursor: pointer;
    margin-bottom: .71429rem
}

.try__item_no {
    padding-top: .5rem
}

.try__drop {
    position: absolute;
    padding-top: 1.14286rem;
    background: #fff;
    display: none;
    padding-left: 1.07143rem;
    padding-right: 1.78571rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + 2px);
    left: -.07143rem;
    top: 0;
    border: 0.07143rem solid #d3d8df;
    border-top: 0;
    z-index: 3
}

.tree {
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 2.5rem;
    margin-bottom: 1.92857rem
}

.tree_spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tree_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: .71429rem
}

.tree_unusual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .71429rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tree__del {
    position: absolute;
    right: 1.07143rem;
    width: .92857rem;
    height: .92857rem;
    display: block;
    top: 0;
    cursor: pointer
}

.tree__del_spec {
    margin-left: 1.5rem;
    position: static
}

.tree__din {
    font-size: 1rem;
    font-weight: 600;
}

.tree__adv {
    font-size: 1rem
}

.park {
    padding-top: 1.07143rem
}

@media print, screen and (max-width: 39.99875em) {
    .park {
        padding-bottom: 1.07143rem
    }
}

.rink {
    position: relative;
    margin-right: 2.14286rem
}

.rink_right {
    margin-right: 0
}

.rink__remove {
    width: .92857rem;
    height: .92857rem;
    display: none;
    position: absolute;
    cursor: pointer;
    right: -1.35714rem;
    top: 0
}

.rink__upload {
    font-size: 1rem;
    font-weight: 600;
    color: #3c66a6;
    cursor: pointer;
    margin-bottom: 2.5rem;
    max-width: 100%
}

.rink__upload_button {
    display: inline-block;
    border-radius: .21429rem;
    margin-bottom: 1.07143rem;
    border: .07143rem solid #223A5E;
    padding: .78571rem 1.71429rem;
    color: #223A5E;
    word-wrap: break-word
}

.rink__upload_hollow {
    display: inline-block;
    border-radius: .21429rem;
    margin-bottom: 1.07143rem;
    font-size: 1.14286rem;
    background: #fff;
    border: 0.07143rem solid #d3d8df;
    padding: .78571rem 1.71429rem;
    color: #223A5E;
    word-wrap: break-word
}

.rink__upload_big {
    margin-bottom: 1.85714rem;
    font-size: 1.35714rem
}

.rink__upload_low {
    margin-bottom: 0
}

.rink__upload_bottom {
    margin-bottom: .92857rem
}

.rink__upload_green {
    margin-bottom: .78571rem;
    color: #03c66a
}

@-webkit-keyframes cell-opacity {
    from {
        fill-opacity: 0
    }
    33% {
        fill-opacity: 0.8
    }
    34% {
        fill-opacity: 0
    }
    to {
        fill-opacity: 0
    }
}

@keyframes cell-opacity {
    from {
        fill-opacity: 0
    }
    33% {
        fill-opacity: 0.8
    }
    34% {
        fill-opacity: 0
    }
    to {
        fill-opacity: 0
    }
}

.logo-cell {
    -webkit-animation: cell-opacity 3s ease infinite backwards;
    animation: cell-opacity 3s ease infinite backwards
}

#logo-cell1, .id-logo-cell1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#logo-cell2, .id-logo-cell2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

#logo-cell3, .id-logo-cell3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

#preloader {
    display: none
}

.js-add-tare-block {
    margin-bottom: 2.5rem
}

.YMaps-pseudo-link {
    position: relative;
    top: -0.14em;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none !important;
    border-bottom: 1px dotted
}

.YMaps-pseudo-link span {
    position: relative;
    top: 0.14em
}

.YMaps-pseudo-link:hover {
    color: #f00
}

.YMaps-form-button {
    display: -moz-inline-stack;
    display: inline-block;
    outline: none;
    cursor: default;
    text-align: right;
    background: no-repeat 100% -50px
}

a.YMaps-form-button:hover,
a.YMaps-form-button:link,
a.YMaps-form-button:visited {
    text-decoration: none
}

.YMaps-form-button__left {
    display: -moz-inline-stack;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    background: no-repeat 0 0
}

.YMaps-form-button__content {
    display: -moz-inline-box;
    display: inline-block;
    height: 100%;
    text-align: center;
    white-space: nowrap;
    background: repeat-x 0 -100px
}

.YMaps-form-button__text {
    display: -moz-inline-block;
    display: inline-block
}

.YMaps-form-button__click {
    display: none
}

a.YMaps-form-button,
x:-moz-any-link {
    position: relative
}

.YMaps-form-button__click,
x:default {
    font: 0/0 a;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: -moz-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.YMaps-form-button .YMaps-icon {
    position: relative;
    float: none;
    margin: 3px 1px 0;
    padding: 0;
    vertical-align: top
}

.YMaps-form-button_disabled_yes .YMaps-icon {
    opacity: 0.3
}

.YMaps-form-button_pressed_yes .YMaps-icon {
    opacity: 0.6
}

.YMaps-form-button .YMaps-icon_magnifier,
.YMaps-form-button .YMaps-icon_minus,
.YMaps-form-button .YMaps-icon_move,
.YMaps-form-button .YMaps-icon_plus,
.YMaps-form-button .YMaps-icon_ruler {
    width: 16px;
    height: 16px
}

.YMaps-form-button .YMaps-icon_ruler {
    width: 17px;
    height: 17px;
    background-position: -16px 0
}

.YMaps-form-button .YMaps-icon_magnifier {
    background-position: -33px 0
}

.YMaps-form-button .YMaps-icon_minus {
    background-position: -49px 0
}

.YMaps-form-button .YMaps-icon_plus {
    background-position: -64px 0
}

.YMaps-form-button__content {
    padding: 0 1px !important
}

.YMaps-form-button_height_26 .YMaps-icon {
    margin-top: 5px
}

.YMaps-form-button_height_26 .YMaps-form-button__text {
    font-size: 12px
}

.YMaps-form-button__input {
    font: 0/0 a;
    width: 100%;
    height: 100%;
    margin: 0 0 0 -100%;
    padding: 0;
    vertical-align: top;
    outline: none;
    border: 0;
    background: none;
    opacity: 0
}

.YMaps-form-button__input::-moz-focus-inner {
    padding: 0;
    border: 0
}

body .YMaps-form-button_disabled_yes {
    background-position: 100% -650px !important
}

body .YMaps-form-button_disabled_yes .YMaps-form-button__left {
    background-position: 0 -600px !important
}

body .YMaps-form-button_disabled_yes .YMaps-form-button__content {
    color: #999 !important;
    background-position: 0 -700px !important
}

.YMaps-form-button_focused_yes {
    background-position: 100% -500px !important
}

.YMaps-form-button_focused_yes .YMaps-form-button__left {
    background-position: 0 -450px !important
}

.YMaps-form-button_focused_yes .YMaps-form-button__content {
    background-position: 0 -550px !important
}

.YMaps-form-button_height_19 {
    font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
    height: 19px
}

.YMaps-form-button_height_19 .YMaps-form-button__left {
    width: 3px;
    margin-right: -3px
}

.YMaps-form-button_height_19 .YMaps-form-button__content {
    margin: 0 3px;
    padding: 0 9px
}

.YMaps-form-button_height_22 {
    font: 13px/20px Verdana, Arial, Helvetica, sans-serif;
    height: 22px
}

.YMaps-form-button_height_22 .YMaps-form-button__left {
    width: 3px;
    margin-right: -3px
}

.YMaps-form-button_height_22 .YMaps-form-button__content {
    margin: 0 3px;
    padding: 0 10px
}

.YMaps-form-button_height_26 {
    font: 15px/24px Verdana, Arial, Helvetica, sans-serif;
    height: 26px
}

.YMaps-form-button_height_26 .YMaps-form-button__left {
    width: 3px;
    margin-right: -3px
}

.YMaps-form-button_height_26 .YMaps-form-button__content {
    margin: 0 3px;
    padding: 0 10px
}

.YMaps-form-button_hovered_yes {
    background-position: 100% -200px !important
}

.YMaps-form-button_hovered_yes .YMaps-form-button__left {
    background-position: 0 -150px !important
}

.YMaps-form-button_hovered_yes .YMaps-form-button__content {
    background-position: 0 -250px !important
}

.YMaps-form-button_pressed_yes {
    background-position: 100% -350px !important
}

.YMaps-form-button_pressed_yes .YMaps-form-button__left {
    background-position: 0 -300px !important
}

.YMaps-form-button_pressed_yes .YMaps-form-button__content {
    background-position: 0 -400px !important
}

.YMaps-form-button_pressed_yes .YMaps-form-button__text {
    padding-top: 1px
}

.YMaps-form-button_theme_grey-19,
.YMaps-form-button_theme_grey-19 .YMaps-form-button__content,
.YMaps-form-button_theme_grey-19 .YMaps-form-button__left {
    color: #000
}

.YMaps-form-button_theme_grey-22,
.YMaps-form-button_theme_grey-22 .YMaps-form-button__content,
.YMaps-form-button_theme_grey-22 .YMaps-form-button__left {
    color: #000
}

.YMaps-form-button_theme_grey-26,
.YMaps-form-button_theme_grey-26 .YMaps-form-button__content,
.YMaps-form-button_theme_grey-26 .YMaps-form-button__left {
    color: #000
}

.YMaps-form-button_valign_middle {
    vertical-align: middle
}

.YMaps-form-input {
    display: block
}

.YMaps-h-search .YMaps-form-input {
    position: relative
}

.YMaps-form-input__input {
    font: 100% Arial, Helvetica, sans-serif;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.YMaps-form-input__hint {
    position: absolute;
    z-index: 2;
    display: none;
    margin: 0.3em 0.2em;
    cursor: text;
    color: #999
}

.YMaps-form-input__label {
    display: -moz-inline-box;
    display: inline-block;
    margin-bottom: 0.25em
}

.YMaps-slider {
    position: absolute;
    height: 1px;
    margin: 0 1px;
    padding: 0
}

.YMaps-slider-content {
    position: absolute;
    top: 0;
    left: 0
}

.YMaps-slider-minus,
.YMaps-slider-plus {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    outline: none;
    text-decoration: none
}

.YMaps-slider-plus {
    margin-bottom: -50px
}

.YMaps-slider-btn {
    position: absolute;
    overflow: hidden;
    width: 25px;
    height: 25px
}

.YMaps-slider-btn i,
.YMaps-slider-btn i {
    left: -25px
}

.YMaps-slider-minus .YMaps-slider-btn i {
    top: 0
}

.YMaps-slider-plus .YMaps-slider-btn i {
    top: -50px
}

.YMaps-slider-minus:hover,
.YMaps-slider-plus:hover {
    overflow: visible
}

.YMaps-slider-minus:hover .YMaps-slider-btn i {
    top: -25px
}

.YMaps-slider-plus:hover .YMaps-slider-btn i {
    top: -75px
}

.YMaps-slider-minus_disable .YMaps-slider-btn i,
.YMaps-slider-plus_disable .YMaps-slider-btn i {
    cursor: default
}

.YMaps-slider-minus_disable .YMaps-slider-btn i {
    top: -118px !important
}

.YMaps-slider-plus_disable .YMaps-slider-btn i {
    top: -143px !important
}

.YMaps-slider-scale {
    position: relative;
    height: 9px
}

.YMaps-slider-grab {
    font: 0/0 a;
    position: absolute;
    z-index: 1;
    left: -1px;
    overflow: hidden;
    outline: none
}

.YMaps-slider-grab,
.YMaps-slider-grab i,
.YMaps-slider-grab input {
    width: 27px;
    height: 9px
}

.YMaps-slider-grab i {
    top: -100px;
    left: -25px
}

.YMaps-slider-grab input {
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    background: none
}

i.YMaps-slider-grab_h i {
    top: -109px;
    left: -25px
}

.YMaps-slider-marks {
    position: relative;
    display: block;
    overflow: hidden;
    width: 25px;
    height: 100%
}

.YMaps-slider-btn i,
.YMaps-slider-grab i,
.YMaps-slider-marks i {
    font: 0/0 a;
    position: absolute;
    width: 53px;
    height: 250px;
    cursor: pointer;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/controls/zoom/slider.png") no-repeat
}

.YMaps-slider-tips {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 45px;
    margin: 0;
    padding: 0;
    border: none
}

.YMaps-slider-tips .YMaps-button-tip {
    position: relative;
    float: left;
    clear: both;
    height: 17px;
    margin: 0 0 -17px;
    padding: 0
}

.YMaps-button-tip {
    position: absolute
}

.YMaps-button-tip,
a.YMaps-button-tip:hover,
a.YMaps-button-tip:link,
a.YMaps-button-tip:visited {
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    color: #fff !important
}

.YMaps-button-tip-container,
.YMaps-button-tip-l,
.YMaps-button-tip-r {
    height: 17px;
    margin: 0;
    padding: 0;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/controls/tips.png") no-repeat
}

.YMaps-button-tip-l,
.YMaps-button-tip-r {
    font: 0/0 a;
    position: absolute;
    top: 0;
    left: 0
}

.YMaps-button-tip-l {
    left: -9px;
    width: 9px;
    background-position: 0 0
}

.YMaps-button-tip-r {
    left: auto;
    right: -6px;
    width: 6px;
    background-position: 100% 0
}

.YMaps-button-tip-container {
    font-weight: normal;
    display: -moz-inline-block;
    display: inline-block;
    background-repeat: repeat-x;
    background-position: 0 -34px
}

.YMaps-button-tip-container br {
    display: none
}

.YMaps-button-tip-container:-moz-last-node {
    width: 100%
}

.YMaps-button-tip-text {
    font-style: normal;
    line-height: 16px
}

.YMaps-slider_left {
    left: auto
}

.YMaps-slider_left .YMaps-slider-content {
    left: auto;
    right: 0
}

.YMaps-slider-tips_left {
    left: auto;
    right: 45px
}

.YMaps-slider-tips_left .YMaps-button-tip {
    float: right
}

.YMaps-slider-tips_left .YMaps-button-tip-l {
    left: -6px;
    width: 6px;
    background-position: 0 -17px
}

.YMaps-slider-tips_left .YMaps-button-tip-r {
    right: -9px;
    width: 9px;
    background-position: 100% -17px
}

.YMaps-buttons {
    position: absolute;
    margin: 0 0 0 -5px;
    padding: 0
}

.YMaps-button {
    position: relative;
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
    cursor: default;
    outline: none;
    line-height: 1.6em;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    color: #2a323b !important
}

.YMaps-button:hover {
    color: #2a323b !important
}

.YMaps-button,
.YMaps-button .YMaps-button-c,
.YMaps-button-m {
    height: 27px
}

.YMaps-button-m {
    font-style: normal;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 4px;
    padding: 0;
    line-height: 27px;
    text-align: center
}

.YMaps-button-c {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 4px
}

.YMaps-button .YMaps-button-r,
.YMaps-button-c,
.YMaps-button-c i .YMaps-button .YMaps-button-l {
    font: 0/0 a
}

.YMaps-button .YMaps-button-c i,
.YMaps-button .YMaps-button-m i {
    position: absolute;
    width: 100%;
    height: 216px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/controls/toolbar/toolbar-button.png") repeat-x
}

.YMaps-button .YMaps-button-c i {
    width: 8px
}

.YMaps-button .YMaps-button-l {
    left: 0
}

.YMaps-button .YMaps-button-r {
    right: 0
}

.YMaps-button .YMaps-button-l i,
.YMaps-button .YMaps-button-m i {
    left: 0
}

.YMaps-button .YMaps-button-m i {
    top: -81px
}

.YMaps-button .YMaps-button-l i {
    top: 0
}

.YMaps-button .YMaps-button-r i {
    top: 0;
    left: -4px
}

.YMaps-button-none {
    display: none
}

.YMaps-button .YMaps-button-caption {
    position: relative
}

.YMaps-button .YMaps-button-caption {
    padding: 0 2px
}

.YMaps-button_hover .YMaps-button-l i,
.YMaps-button_hover .YMaps-button-r i {
    top: -54px
}

.YMaps-button_hover .YMaps-button-m i {
    top: -135px
}

.YMaps-button_active .YMaps-button-m {
    color: #fff
}

.YMaps-button_active .YMaps-button-m i {
    top: -108px !important
}

.YMaps-button_active .YMaps-button-l i,
.YMaps-button_active .YMaps-button-r i {
    top: -27px !important
}

.YMaps-button_disable .YMaps-button-m * {
    color: #8a8e93
}

.YMaps-button_disable .YMaps-button-m i {
    top: -189px
}

.YMaps-button_disable .YMaps-button-l i,
.YMaps-button_disable .YMaps-button-r i {
    top: -162px
}

.YMaps-button_disable img {
    opacity: 0.4;
    filter: alpha(opacity=40)
}

.YMaps-button .YMaps-icon {
    position: relative;
    float: none;
    margin: 5px 1px 0;
    padding: 0;
    vertical-align: top
}

.YMaps-button .YMaps-icon_magnifier,
.YMaps-button .YMaps-icon_move,
.YMaps-button .YMaps-icon_ruler {
    width: 16px;
    height: 16px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/icons/icon-hand-ruler-zoom.png") no-repeat 0 0
}

.YMaps-button .YMaps-icon_ruler {
    width: 17px;
    height: 17px;
    background-position: -16px 0
}

.YMaps-button .YMaps-icon_magnifier {
    background-position: -33px 0
}

.YMaps-tool-bar-separator {
    visibility: hidden
}

.YMaps-logo {
    position: absolute;
    right: 5px;
    bottom: 19px;
    overflow: hidden;
    width: 51px;
    height: 20px;
    margin: 0
}

.YMaps-logo-link i {
    display: none
}

.YMaps-logo-link {
    position: absolute;
    width: 51px;
    height: 20px;
    cursor: pointer
}

.YMaps-logo-link {
    background-position: 0 -26px
}

.YMaps-logo-link:hover {
    background-position: 0 -46px
}

.YMaps-logo-white .YMaps-logo-link {
    background-position: 0 -66px
}

.YMaps-logo-white .YMaps-logo-link:hover {
    background-position: 0 -86px
}

.YMaps-scale-line {
    font-size: 11px;
    position: absolute;
    margin: 5px 0;
    background: #ff0;
    border: 1px solid #666
}

.YMaps-scale-line span {
    position: absolute;
    right: 0;
    bottom: 5px
}

html body .YMaps .YMaps-copyrights * {
    font-size: 10px !important
}

.YMaps-copyrights {
    position: absolute;
    right: 5px;
    bottom: 5px;
    white-space: nowrap;
    color: #333
}

.YMaps-copyrights a:hover {
    color: #f00
}

.YMaps-mini-map {
    position: absolute;
    overflow: hidden;
    width: 152px;
    height: 116px;
    margin: 0;
    border: 1px solid #8aa48f
}

.YMaps-mini-map .YMaps-button-mini-map-hide {
    font-size: 0;
    right: 0;
    width: 11px;
    height: 11px;
    cursor: pointer;
    line-height: 0;
    background-position: -45px -10px
}

.YMaps-mini-map-frame[class],
.YMaps-mini-map-map[class] {
    cursor: -moz-grab
}

.YMaps-mini-map-map {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: hand
}

.YMaps-mini-map-frame {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 0;
    border: 1px solid red
}

.YMaps-mini-map-invisible {
    width: 14px;
    height: 14px;
    border: none
}

.YMaps-mini-map-invisible .YMaps-mini-map-map {
    display: none
}

.YMaps-mini-map-invisible .YMaps-button-mini-map-hide {
    width: 14px;
    height: 14px;
    background-position: -31px -10px
}

.YMaps-btn {
    position: relative;
    margin: 0;
    padding: 0;
    text-align: left
}

.YMaps-btn-reduce {
    height: 22px
}

.YMaps-b-result,
.YMaps-btn-expand {
    display: none
}

.YMaps-btn-h,
.YMaps-btn-v {
    position: relative;
    padding: 0;
    background: #fff repeat-x 0 100%;
    border: 1px solid #8fa1b6
}

.YMaps-btn-v {
    margin: 0 4px;
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/controls/listbox/btn-map-b.png");
    border-style: solid none
}

.YMaps-btn-h {
    margin: 2px -4px;
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/controls/listbox/btn-map.png");
    border-style: none solid
}

.YMaps-btn-round {
    position: relative;
    display: -moz-inline-block !important;
    display: block
}

.YMaps-btn-l,
.YMaps-btn-r {
    position: absolute;
    left: 0;
    overflow: hidden
}

.YMaps-btn-r {
    right: 0;
    left: auto
}

.YMaps-btn-l *,
.YMaps-btn-r * {
    position: absolute;
    top: auto;
    left: 0;
    width: 8px;
    height: 32px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/controls/listbox/btn-map-corners.png") no-repeat
}

.YMaps-btn-l,
.YMaps-btn-r {
    width: 4px;
    height: 4px
}

.YMaps-btn-r * {
    margin-left: -4px
}

.YMaps-btn-t {
    top: 0;
    margin-bottom: -4px
}

.YMaps-btn-t * {
    margin-top: 0
}

.YMaps-btn-b {
    margin-top: -4px
}

.YMaps-btn-b * {
    margin-top: -4px
}

.YMaps-btn-round .YMaps-btn-t b {
    margin-top: -24px
}

.YMaps-btn-round .YMaps-btn-b b {
    margin-top: -28px
}

.YMaps-btn form {
    margin: 0;
    padding: 0
}

.YMaps-btn__disabler {
    display: none
}

.YMaps-btn-name {
    display: block;
    overflow: hidden;
    height: 22px;
    margin: -1px 0 0;
    padding: 0 20px 0 0;
    cursor: pointer;
    outline: none !important;
    text-decoration: none !important
}

a.YMaps-btn-name:link,
a.YMaps-btn-name:visited {
    color: #000
}

a.YMaps-btn-name:hover {
    color: #f00
}

.YMaps-btn-name .YMaps-btn-caption {
    margin: 0;
    padding: 0;
    line-height: 23px
}

.YMaps-btn-name i {
    font-style: normal
}

.YMaps-btn-name .YMaps-arr {
    font: 0/0 a;
    position: absolute;
    top: 9px;
    right: 7px;
    overflow: hidden;
    width: 9px;
    height: 5px
}

.YMaps-btn-name .YMaps-arr i {
    top: 0;
    left: -11px
}

.YMaps-btn_expanded .YMaps-btn-name {
    height: 24px;
    border-bottom: 1px solid #8FA1B6
}

.YMaps-btn_expanded .YMaps-btn-name .YMaps-arr i {
    top: -5px
}

.YMaps-btn-list {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 0 1px;
    list-style: none
}

.YMaps-btn-list-item {
    margin: 0;
    padding: 3px 8px
}

.YMaps-btn-list-item a:hover,
.YMaps-btn-list-item a:link,
.YMaps-btn-list-item a:visited {
    text-decoration: none;
    outline: none;
    color: #000
}

.YMaps-h-search {
    margin: 0 2px;
    padding: 0
}

.YMaps-l-search {
    width: 100%;
    padding: 0
}

.YMaps-l-search,
.YMaps-l-search td {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border-collapse: collapse
}

.YMaps-l-search-l {
    width: 100%
}

.YMaps-b-result {
    color: #535353
}

.YMaps-b-result td {
    font-size: 11px;
    padding-top: 5px;
    vertical-align: top
}

.YMaps-b-result .YMaps-l-search-l {
    padding-left: 7px
}

.YMaps-b-result .YMaps-l-search-r {
    padding-right: 7px
}

.YMaps-b-result .YMaps-notice {
    margin: 0;
    padding: 0 1em 0 0;
    color: #b40101
}

.YMaps-b-result .YMaps-notice,
.YMaps-b-result .YMaps-search-control-wait {
    clear: both;
    margin: 0
}

.YMaps-b-result .YMaps-btn-list-item .YMaps-pseudo-link {
    white-space: normal
}

.YMaps-b-result .YMaps-btn-list-item_more .YMaps-pseudo-link {
    white-space: nowrap
}

.YMaps-b-result_hide .YMaps-b-result-list {
    display: none
}

.YMaps-b-search-wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0;
    padding: 0
}

.YMaps-b-search-wrap .YMaps-search-control-text {
    font-size: 11px;
    float: left;
    width: 100%;
    height: 21px;
    margin: 0;
    padding: 0.16em 0 0 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #8399b1
}

.YMaps-b-hint-input {
    font-size: 11px;
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 5px;
    cursor: text;
    color: #999
}

.YMaps-search-control-submit {
    font: 0;
    width: 61px;
    height: 21px;
    margin: 0 0 0 2px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    line-height: 21px;
    border: none;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/controls/listbox/search.png") no-repeat
}

.YMaps-search-control-submit i {
    font-size: 13px;
    font-style: normal
}

.YMaps-btn_expanded .YMaps-btn-reduce {
    display: none
}

.YMaps-btn_expanded .YMaps-btn-expand {
    display: block
}

.YMaps-btn_expanded .YMaps-b-result {
    display: table;
    margin-top: 3px
}

.YMaps-btn_expanded .YMaps-btn-t i {
    margin-top: -8px
}

.YMaps-btn_expanded .YMaps-btn-b i {
    margin-top: -12px !important
}

.YMaps-btn_expanded .YMaps-btn-h,
.YMaps-btn_expanded .YMaps-btn-v {
    background-image: none
}

.YMaps-btn_disabled .YMaps-btn-round b {
    z-index: 12
}

.YMaps-btn_disabled .YMaps-btn__disabler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    display: block;
    width: 100%;
    opacity: 0.6;
    background: #fff
}

.YMaps-btn_green .YMaps-btn-t i {
    margin-top: -16px
}

.YMaps-btn_green .YMaps-btn-b i {
    margin-top: -20px
}

.YMaps-btn_green .YMaps-btn-h,
.YMaps-btn_green .YMaps-btn-v {
    background-color: #82ec81
}

.YMaps-btn_green .YMaps-btn-v {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/controls/listbox/btn-display-b.png")
}

.YMaps-btn_green .YMaps-btn-h {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/controls/listbox/btn-display.png")
}

.YMaps-btn_green-expanded .YMaps-btn-h,
.YMaps-btn_green-expanded .YMaps-btn-v {
    background: #fff url("https://api-maps.yandex.ru/1.1/i/0.4/controls/listbox/btn-display.png") repeat-x 0 0
}

.YMaps-btn-name_green {
    padding-left: 8px
}

a.YMaps-btn-name_green:link,
a.YMaps-btn-name_green:visited {
    color: #fff
}

a.YMaps-btn-name_green:hover {
    color: #000
}

.YMaps-btn-name_green .YMaps-arr i {
    left: -29px
}

a.YMaps-btn-name_green:hover .YMaps-arr i {
    left: -38px
}

.YMaps-btn_expanded .YMaps-btn-name_green {
    background: #2cbd2c url("https://api-maps.yandex.ru/1.1/i/0.4/controls/listbox/btn-display.png") repeat-x 0 0
}

.YMaps-btn-name_layers {
    padding-left: 8px;
    color: #000
}

a.YMaps-btn-name_layers:hover .YMaps-arr i {
    left: -20px
}

.YMaps-btn-name_result {
    position: relative;
    float: left;
    padding-left: 0;
    border-bottom: none !important
}

.YMaps-btn-name_result .YMaps-arr {
    top: 5px
}

.YMaps-btn-name_result .YMaps-arr i {
    top: -5px
}

a.YMaps-btn-name_result:hover .YMaps-arr i {
    left: -20px
}

.YMaps-b-result_hide .YMaps-btn-name_result .YMaps-arr i,
a.YMaps-b-result_hide .YMaps-btn-name_result:hover .YMaps-arr i {
    top: 0
}

.YMaps-btn_tailback .YMaps-btn-i {
    max-width: 16.8em
}

.YMaps-btn_tailback .YMaps-btn-expand {
    font-size: 85%;
    min-height: 50px
}

.YMaps-btn_tailback .YMaps-btn-i {
    padding-left: 33px
}

.YMaps-btn_tailback .YMaps-pseudo-link {
    text-decoration: none;
    color: #000 !important
}

.YMaps-btn_tailback .YMaps-pseudo-link:hover {
    color: #f00
}

.YMaps-btn_tailback-warning {
    color: #dc3400
}

.YMaps-btn_tailback-reload {
    outline: none;
    text-decoration: none
}

.YMaps-btn_tailback-reload:hover span {
    color: #f00
}

.YMaps-btn_tailback-reload img {
    margin-left: 2px;
    padding-right: 15px
}

.YMaps-btn_tailback-list-estimate {
    font-size: 115%;
    margin-bottom: 0.3em
}

.YMaps-btn_tailback-list-estimate li {
    display: inline;
    margin-right: 10px
}

.YMaps-btn_tailback-list-estimate .YMaps-btn_tailback-bal {
    font-weight: bold
}

.YMaps-btn_tailback p,
.YMaps-btn_tailback-list-status {
    margin: 0.3em 0
}

.YMaps-btn_tailback-list-inform {
    margin-left: -4px
}

.YMaps-btn_tailback-list-inform li {
    display: inline
}

.YMaps-btn_tailback-list-inform a {
    padding: 0 4px 0 3px
}

.YMaps-btn-list-item_hover {
    background: #72d372 url("https://api-maps.yandex.ru/1.1/i/0.4/controls/listbox/display-back.png") repeat-x !important
}

.YMaps-btn-list_search .YMaps-btn-list-item a.YMaps-pseudo-link:link,
.YMaps-btn-list_search .YMaps-btn-list-item a.YMaps-pseudo-link:visited {
    color: #0000ef
}

.YMaps-btn-list_search .YMaps-btn-list-item a:hover {
    color: #f00
}

.YMaps-btn-list_search .YMaps-btn-list-query {
    margin: 0;
    padding: 0 3em 0.5em 7px
}

.YMaps-btn-list_search .YMaps-btn-list-query b {
    color: #000
}

.YMaps-btn-list_search .YMaps-btn-list-query i {
    font-style: normal;
    color: #f00
}

.YMaps-btn-list_search .YMaps-btn-list-item {
    margin: 0;
    padding: 3px 7px
}

.YMaps-btn-list_search .YMaps-note {
    margin: 0;
    padding: 0
}

.YMaps-btn-list_search .YMaps-btn-list-item_current {
    background: #e2e7ee
}

.YMaps-btn-list_search .YMaps-btn-list-item_current a.YMaps-pseudo-link:hover,
.YMaps-btn-list_search .YMaps-btn-list-item_current a.YMaps-pseudo-link:link,
.YMaps-btn-list_search .YMaps-btn-list-item_current a.YMaps-pseudo-link:visited {
    color: #000
}

.YMaps-btn-list_search .YMaps-btn-list-item_more {
    padding-right: 7px;
    text-align: right
}

.YMaps-btn-list_search .YMaps-btn-list-item_more .YMaps-prev {
    margin-right: 13px
}

.YMaps-hot-keys-focus-holder {
    position: absolute;
    z-index: -1;
    top: 100px;
    left: 100px;
    display: block;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent
}

.YMaps-ruler-label {
    font: 11px Tahoma, Verdana, sans-serif;
    position: absolute;
    top: -19px;
    left: 8px;
    padding: 1px 2px;
    line-height: 13px;
    background: #ffc;
    border: 1px solid black
}

.YMaps-ruler-point-with-hidden-label .YMaps-ruler-label {
    display: none
}

.YMaps-ruler-icon {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #900
}

.YMaps-ruler-tip {
    font-size: 11px;
    font-weight: 400;
    top: -21px;
    left: 10px
}

.YMaps-ruler-tip,
.YMaps-ruler-tip:hover {
    cursor: default;
    color: #000 !important
}

.YMaps-ruler-tip .YMaps-button-tip-container,
.YMaps-ruler-tip .YMaps-button-tip-l,
.YMaps-ruler-tip .YMaps-button-tip-r {
    height: 23px
}

.YMaps-ruler-tip .YMaps-button-tip-l {
    left: -6px;
    width: 6px;
    background-position: 0 -51px
}

.YMaps-ruler-tip .YMaps-button-tip-r {
    right: -6px;
    background-position: 100% -51px
}

.YMaps-ruler-tip .YMaps-button-tip-container {
    background-position: 0 -74px
}

.YMaps-ruler-tip .YMaps-button-tip-text {
    padding-right: 1px;
    line-height: normal
}

.YMaps-ruler-tip .YMaps-number,
.YMaps-ruler-tip .YMaps-ruler-text-dist {
    height: 22px;
    line-height: 21px;
    vertical-align: middle
}

.YMaps-ruler-tip .YMaps-ruler-text-dist {
    padding-right: 3px
}

.YMaps-ruler-tip .YMaps-number {
    font-style: normal;
    color: #38577c;
    background: none
}

.YMaps-ruler-tip-delete {
    font: 0/0 a;
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/controls/polyline-ruler/delete.png") no-repeat 0 0
}

a.YMaps-ruler-tip-delete:hover {
    background-position: 0 100%
}

.YMaps-ruler-tip-via {
    left: 8px
}

.YMaps-ruler-point {
    position: absolute;
    z-index: 900;
    top: -7px;
    left: -7px;
    overflow: hidden;
    width: 15px;
    height: 15px;
    cursor: move
}

.YMaps-via-point {
    top: -5px;
    left: -5px;
    width: 11px;
    height: 11px
}

.YMaps-start-point i {
    top: -11px
}

.YMaps-end-point i {
    top: -11px;
    left: -15px
}

.YMaps-placemark-wrap {
    position: absolute;
    width: 1px;
    height: 1px;
    text-decoration: none
}

.YMaps-placemark-wrap .YMaps-ruler-tip {
    display: none
}

div.YMaps-popup-none .YMaps-ruler-tip {
    display: none
}

.YMaps-Drag .YMaps-ruler-tip,
.YMaps-Hover .YMaps-ruler-tip,
.YMaps-popup-visible .YMaps-ruler-tip {
    display: block
}

.YMaps-cursor-default {
    cursor: default !important
}

.YMaps-cursor-pointer {
    cursor: pointer
}

.YMaps-cursor-move {
    cursor: move
}

.YMaps-cursor-crosshair {
    cursor: crosshair
}

.YMaps-cursor-grab {
    cursor: url("https://api-maps.yandex.ru/1.1/i/0.4/cursors/grab.cur") 16 16, url(https://api-maps.yandex.ru/1.1/i/0.4/cursors/grab.cur), move
}

.YMaps-safari.YMaps-quirks-mode .YMaps-cursor-grab,
.YMaps-safari.YMaps-quirks-mode.YMaps-cursor-grab {
    cursor: move
}

.YMaps-cursor-grab[class] {
    cursor: -moz-grab
}

.YMaps-cursor-grabbing {
    cursor: url("https://api-maps.yandex.ru/1.1/i/0.4/cursors/grabbing.cur") 16 16, url(https://api-maps.yandex.ru/1.1/i/0.4/cursors/grabbing.cur), move
}

.YMaps-safari.YMaps-quirks-mode .YMaps-cursor-grabbing,
.YMaps-safari.YMaps-quirks-mode.YMaps-cursor-grabbing {
    cursor: move
}

.YMaps-cursor-grabbing[class] {
    cursor: -moz-grabbing
}

.YMaps-cursor-help {
    cursor: url(https://api-maps.yandex.ru/1.1/i/0.4/cursors/help.cur), help
}

.YMaps-safari.YMaps-quirks-mode .YMaps-cursor-help,
.YMaps-safari.YMaps-quirks-mode.YMaps-cursor-help {
    cursor: help
}

.YMaps-cursor-zoom {
    cursor: url("https://api-maps.yandex.ru/1.1/i/0.4/cursors/zoom_in.cur") 6 6, url(https://api-maps.yandex.ru/1.1/i/0.4/cursors/zoom_in.cur), crosshair
}

.YMaps-safari.YMaps-quirks-mode .YMaps-cursor-zoom,
.YMaps-safari.YMaps-quirks-mode.YMaps-cursor-zoom {
    cursor: crosshair
}

.YMaps-cursor-zoom[class] {
    cursor: -moz-zoom-in
}

.YMaps-cursor-inherit {
    cursor: inherit
}

body .YMaps-popup {
    position: absolute
}

.YMaps-default-popup {
    padding: 3px;
    background: #ffffe7;
    border: 1px solid #000
}

.YMaps-layer-container {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #bebebe
}

.YMaps-map-type-layer-container {
    position: absolute;
    top: 0;
    left: 0
}

.YMaps-layer {
    position: absolute;
    top: 0;
    left: 0
}

.YMaps-tile-container {
    position: absolute;
    top: 0;
    left: 0
}

.YMaps .YMaps-placemark {
    position: absolute
}

.YMaps .YMaps-placemark.YMaps-Hidden {
    display: none
}

.YMaps .YMaps-placemark-shadow {
    position: absolute
}

.YMaps .YMaps-placemark-shadow.YMaps-Hidden {
    display: none
}

.YMaps-balloon-content-overflow-hidden {
    overflow: hidden !important
}

.YMaps-balloon {
    position: absolute
}

.YMaps-b-balloon-point {
    position: absolute
}

.YMaps-b-balloon {
    position: absolute
}

.YMaps-b-balloon-frame {
    border-collapse: collapse
}

.YMaps-b-balloon-b,
.YMaps-b-balloon-ml,
.YMaps-b-balloon-mr,
.YMaps-b-balloon-t,
.YMaps-b-balloon-tl,
.YMaps-b-balloon-tr {
    font-size: 0;
    padding: 0
}

.YMaps-b-balloon-m {
    font-size: 13px;
    padding: 0
}

.YMaps-b-balloon-content {
    position: relative;
    margin: 0;
    padding: 0
}

.YMaps-b-balloon .YMaps-b-balloon-bit {
    font: 0/0 a;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%
}

.YMaps-b-balloon .YMaps-b-balloon-b .YMaps-b-balloon-bit i,
.YMaps-b-balloon .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    width: 100%
}

.YMaps-b-balloon .YMaps-b-balloon-m {
    background: #fff
}

.YMaps-b-balloon .YMaps-b-balloon-corners {
    position: relative;
    display: block;
    padding: 0
}

.YMaps-b-balloon .YMaps-b-balloon-b .YMaps-b-balloon-bit_l,
.YMaps-b-balloon .YMaps-b-balloon-b .YMaps-b-balloon-bit_r {
    position: absolute;
    top: 0
}

.YMaps-b-balloon .YMaps-b-balloon-b .YMaps-b-balloon-bit_r {
    left: 100%;
    margin-left: 0
}

.YMaps-b-balloon-shad,
.YMaps-b-balloon-tail {
    position: absolute;
    overflow: hidden
}

.YMaps-b-balloon-close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: none;
    overflow: hidden;
    width: 13px;
    height: 13px;
    cursor: pointer
}

.YMaps-b-balloon-close i {
    top: -32px;
    left: 0
}

.YMaps-b-balloon .YMaps-b-balloon-bit i,
.YMaps-b-balloon .YMaps-b-balloon-shad i,
.YMaps-b-balloon .YMaps-b-balloon-tail i,
.YMaps-b-balloon-close i {
    position: absolute
}

.YMaps-b-balloon_full {
    right: -44px;
    bottom: 36px;
    cursor: default
}

.YMaps-b-balloon_full .YMaps-b-balloon-frame {
    cursor: default
}

.YMaps-b-balloon_full .YMaps-b-balloon-content {
    min-height: 1.2em;
    height: 100%
}

.YMaps-b-balloon_full .YMaps-b-balloon-bit {
    height: 9px
}

.YMaps-b-balloon_full .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -96px;
    left: 0
}

.YMaps-b-balloon_full .YMaps-b-balloon-tl .YMaps-b-balloon-bit,
.YMaps-b-balloon_full .YMaps-b-balloon-tr .YMaps-b-balloon-bit {
    width: 8px
}

.YMaps-b-balloon_full .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_full .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: 0
}

.YMaps-b-balloon_full .YMaps-b-balloon-tl .YMaps-b-balloon-bit i {
    left: 0
}

.YMaps-b-balloon_full .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    left: -8px
}

.YMaps-b-balloon_full .YMaps-b-balloon-ml,
.YMaps-b-balloon_full .YMaps-b-balloon-mr {
    width: 8px
}

.YMaps-b-balloon_full .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/balloon/m-left.png") repeat-y 0 0
}

.YMaps-b-balloon_full .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/balloon/m-right.png") repeat-y 100% 0
}

.YMaps-b-balloon_full .YMaps-b-balloon-corners {
    height: 23px;
    margin: 0 52px 0 22px
}

.YMaps-b-balloon_full .YMaps-b-balloon-b .YMaps-b-balloon-bit {
    height: 23px
}

.YMaps-b-balloon_full .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -105px;
    left: 0
}

.YMaps-b-balloon_full .YMaps-b-balloon-b .YMaps-b-balloon-bit_l {
    left: -22px;
    width: 22px
}

.YMaps-b-balloon_full .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i {
    top: -9px;
    left: 0
}

.YMaps-b-balloon_full .YMaps-b-balloon-b .YMaps-b-balloon-bit_r {
    width: 52px
}

.YMaps-b-balloon_full .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i {
    top: -9px;
    left: -22px
}

.YMaps-b-balloon_full .YMaps-b-balloon-tail-full {
    position: absolute;
    right: 15px;
    bottom: -37px;
    cursor: default
}

.YMaps-b-balloon_full .YMaps-b-balloon-tail-bottom,
.YMaps-b-balloon_full .YMaps-b-balloon-tail-middle,
.YMaps-b-balloon_full .YMaps-b-balloon-tail-top {
    position: absolute;
    overflow: hidden
}

.YMaps-b-balloon_full .YMaps-b-balloon-tail-bottom i,
.YMaps-b-balloon_full .YMaps-b-balloon-tail-middle i,
.YMaps-b-balloon_full .YMaps-b-balloon-tail-top i {
    position: absolute
}

.YMaps-b-balloon_full .YMaps-b-balloon-tail-top {
    top: -37px;
    right: 0;
    width: 35px;
    height: 3px
}

.YMaps-b-balloon_full .YMaps-b-balloon-tail-top i {
    top: -32px;
    left: -24px
}

.YMaps-b-balloon_full .YMaps-b-balloon-tail-middle {
    top: -34px;
    right: 5px;
    width: 18px;
    height: 16px
}

.YMaps-b-balloon_full .YMaps-b-balloon-tail-middle i {
    top: -35px;
    left: -36px
}

.YMaps-b-balloon_full .YMaps-b-balloon-tail-bottom {
    top: -18px;
    right: 12px;
    width: 18px;
    height: 18px
}

.YMaps-b-balloon_full .YMaps-b-balloon-tail-bottom i {
    top: -51px;
    left: -29px
}

.YMaps-b-balloon_full .YMaps-b-balloon-shad {
    right: -21px;
    bottom: 1px;
    width: 21px;
    height: 98px
}

.YMaps-b-balloon_full .YMaps-b-balloon-shad i {
    top: 2px;
    left: -74px
}

.YMaps-b-balloon_full .YMaps-b-balloon-shad_short {
    height: 40px
}

.YMaps-b-balloon_full .YMaps-b-balloon-shad_short i {
    top: -56px;
    left: 0
}

.YMaps-b-balloon-close i,
.YMaps-b-balloon_full .YMaps-b-balloon-bit i,
.YMaps-b-balloon_full .YMaps-b-balloon-shad i,
.YMaps-b-balloon_full .YMaps-b-balloon-tail-bottom i,
.YMaps-b-balloon_full .YMaps-b-balloon-tail-middle i,
.YMaps-b-balloon_full .YMaps-b-balloon-tail-top i {
    width: 95px;
    height: 128px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/balloon/balloon.png") repeat-x
}

.YMaps-b-balloon_full .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_full .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_full .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_full .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    width: 95px
}

.YMaps-b-balloon_close-on .YMaps-b-balloon-close {
    display: block !important
}

.YMaps-b-balloon_close-on .YMaps-b-balloon-content {
    margin-right: 16px
}

.YMaps-b-balloon_small {
    right: -17px;
    bottom: 11px
}

.YMaps-b-balloon_small .YMaps-b-balloon-bit {
    height: 5px
}

.YMaps-b-balloon_small .YMaps-b-balloon-tl .YMaps-b-balloon-bit,
.YMaps-b-balloon_small .YMaps-b-balloon-tr .YMaps-b-balloon-bit {
    width: 5px
}

.YMaps-b-balloon_small .YMaps-b-balloon-tl .YMaps-b-balloon-bit i {
    left: 0
}

.YMaps-b-balloon_small .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    left: -5px
}

.YMaps-b-balloon_small .YMaps-b-balloon-ml,
.YMaps-b-balloon_small .YMaps-b-balloon-mr {
    width: 5px
}

.YMaps-b-balloon_small .YMaps-b-balloon-m {
    vertical-align: bottom
}

.YMaps-b-balloon_small .YMaps-b-balloon-content {
    position: relative;
    margin: 0 -4px;
    padding: 0 4px 1px;
    text-align: center;
    background-position: 0 100%;
    background-repeat: repeat-x
}

.YMaps-quirks-mode .YMaps-b-balloon_small .YMaps-b-balloon-content {
    min-height: 13px
}

.YMaps-b-balloon_small .YMaps-b-balloon-corners {
    height: 11px;
    margin: 0 20px 0 8px
}

.YMaps-b-balloon_small .YMaps-b-balloon-b .YMaps-b-balloon-bit {
    height: 11px
}

.YMaps-b-balloon_small .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    left: 0
}

.YMaps-b-balloon_small .YMaps-b-balloon-b .YMaps-b-balloon-bit_l {
    left: -8px;
    width: 8px
}

.YMaps-b-balloon_small .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i {
    left: -10px
}

.YMaps-b-balloon_small .YMaps-b-balloon-b .YMaps-b-balloon-bit_r {
    width: 20px
}

.YMaps-b-balloon_small .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i {
    left: -18px
}

.YMaps-b-balloon_small .YMaps-b-balloon-tail {
    right: 0;
    bottom: -12px;
    width: 19px;
    height: 12px
}

.YMaps-b-balloon_small .YMaps-b-balloon-tail i {
    left: -38px
}

.YMaps-b-balloon_small .YMaps-b-balloon-shad {
    right: -5px;
    bottom: 0;
    width: 5px;
    height: 11px
}

.YMaps-b-balloon_small .YMaps-b-balloon-shad i {
    top: 1px;
    left: 0
}

.YMaps-b-balloon_small .YMaps-b-balloon-bit i,
.YMaps-b-balloon_small .YMaps-b-balloon-shad i,
.YMaps-b-balloon_small .YMaps-b-balloon-tail i {
    width: 52px;
    height: 364px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/balloon-small.png") repeat-x
}

.YMaps-b-balloon_small .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_small .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_small .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_small .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    width: 52px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-content {
    min-height: 1.2em;
    zoom: 1
}

.YMaps-b-balloon_hint .YMaps-b-balloon-gap {
    width: 25px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-bit {
    height: 5px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -13px;
    left: 0
}

.YMaps-b-balloon_hint .YMaps-b-balloon-tl .YMaps-b-balloon-bit,
.YMaps-b-balloon_hint .YMaps-b-balloon-tr .YMaps-b-balloon-bit {
    width: 7px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_hint .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: 0
}

.YMaps-b-balloon_hint .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    left: -7px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-ml,
.YMaps-b-balloon_hint .YMaps-b-balloon-mr {
    width: 7px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/hint/m-left.png") repeat-y 0 0
}

.YMaps-b-balloon_hint .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/hint/m-right.png") repeat-y 100% 0
}

.YMaps-b-balloon_hint .YMaps-b-balloon-content {
    position: relative;
    margin-left: -2px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-corners {
    height: 8px;
    margin: 0 7px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-b .YMaps-b-balloon-bit {
    height: 8px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -18px;
    left: 0
}

.YMaps-b-balloon_hint .YMaps-b-balloon-b .YMaps-b-balloon-bit_l {
    left: -7px;
    width: 7px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i {
    top: -5px;
    left: 0
}

.YMaps-b-balloon_hint .YMaps-b-balloon-b .YMaps-b-balloon-bit_r {
    width: 7px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i {
    top: -5px;
    left: -7px
}

.YMaps-b-balloon_hint .YMaps-b-balloon-bit i,
.YMaps-b-balloon_hint .YMaps-b-balloon-shad i,
.YMaps-b-balloon_hint .YMaps-b-balloon-tail i {
    width: 14px;
    height: 26px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/hint/balloon-hint.png") repeat-x
}

.YMaps-b-balloon_hint .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_hint .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_hint .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_hint .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    width: 14px
}

.YMaps-b-balloon_blue .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_blue .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -28px
}

.YMaps-b-balloon_blue .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -12px
}

.YMaps-b-balloon_blue .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/blue/m-left.png") repeat-y
}

.YMaps-b-balloon_blue .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/blue/bg.png")
}

.YMaps-b-balloon_blue .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/blue/m-right.png") repeat-y
}

.YMaps-b-balloon_blue .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -17px
}

.YMaps-b-balloon_blue .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_blue .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_blue .YMaps-b-balloon-tail i {
    top: 0
}

.YMaps-b-balloon_blue-d .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_blue-d .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -34px
}

.YMaps-b-balloon_blue-d .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -40px
}

.YMaps-b-balloon_blue-d .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/blue-d/m-left.png") repeat-y
}

.YMaps-b-balloon_blue-d .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/blue-d/bg.png")
}

.YMaps-b-balloon_blue-d .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/blue-d/m-right.png") repeat-y
}

.YMaps-b-balloon_blue-d .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -45px
}

.YMaps-b-balloon_blue-d .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_blue-d .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_blue-d .YMaps-b-balloon-tail i {
    top: -28px
}

.YMaps-b-balloon_blue-l .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -68px
}

.YMaps-b-balloon_blue-l .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/blue-l/m-left.png") repeat-y
}

.YMaps-b-balloon_blue-l .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/blue-l/bg.png")
}

.YMaps-b-balloon_blue-l .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/blue-l/m-right.png") repeat-y
}

.YMaps-b-balloon_blue-l .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -73px
}

.YMaps-b-balloon_blue-l .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_blue-l .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_blue-l .YMaps-b-balloon-tail i,
.YMaps-b-balloon_blue-l .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_blue-l .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -56px
}

.YMaps-b-balloon_green .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -96px
}

.YMaps-b-balloon_green .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/green/m-left.png") repeat-y
}

.YMaps-b-balloon_green .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/green/bg.png")
}

.YMaps-b-balloon_green .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/green/m-right.png") repeat-y
}

.YMaps-b-balloon_green .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -101px
}

.YMaps-b-balloon_green .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_green .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_green .YMaps-b-balloon-tail i,
.YMaps-b-balloon_green .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_green .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -84px
}

.YMaps-b-balloon_grey .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -124px
}

.YMaps-b-balloon_grey .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/grey/m-left.png") repeat-y
}

.YMaps-b-balloon_grey .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/grey/bg.png")
}

.YMaps-b-balloon_grey .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/grey/m-right.png") repeat-y
}

.YMaps-b-balloon_grey .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -129px
}

.YMaps-b-balloon_grey .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_grey .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_grey .YMaps-b-balloon-tail i,
.YMaps-b-balloon_grey .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_grey .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -112px
}

.YMaps-b-balloon_night .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -152px
}

.YMaps-b-balloon_night .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/night/m-left.png") repeat-y
}

.YMaps-b-balloon_night .YMaps-b-balloon-m {
    color: #fff;
    background-color: #4068F9
}

.YMaps-b-balloon_night .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/night/bg.png")
}

.YMaps-b-balloon_night .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/night/m-right.png") repeat-y
}

.YMaps-b-balloon_night .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -157px
}

.YMaps-b-balloon_night .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_night .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_night .YMaps-b-balloon-tail i,
.YMaps-b-balloon_night .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_night .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -140px
}

.YMaps-b-balloon_orange .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -180px
}

.YMaps-b-balloon_orange .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/orange/m-left.png") repeat-y
}

.YMaps-b-balloon_orange .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/orange/bg.png")
}

.YMaps-b-balloon_orange .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/orange/m-right.png") repeat-y
}

.YMaps-b-balloon_orange .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -185px
}

.YMaps-b-balloon_orange .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_orange .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_orange .YMaps-b-balloon-tail i,
.YMaps-b-balloon_orange .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_orange .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -168px
}

.YMaps-b-balloon_orange-d .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -208px
}

.YMaps-b-balloon_orange-d .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/orange-d/m-left.png") repeat-y
}

.YMaps-b-balloon_orange-d .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/orange-d/bg.png")
}

.YMaps-b-balloon_orange-d .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/orange-d/m-right.png") repeat-y
}

.YMaps-b-balloon_orange-d .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -213px
}

.YMaps-b-balloon_orange-d .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_orange-d .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_orange-d .YMaps-b-balloon-tail i,
.YMaps-b-balloon_orange-d .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_orange-d .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -196px
}

.YMaps-b-balloon_pink .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -236px
}

.YMaps-b-balloon_pink .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/pink/m-left.png") repeat-y
}

.YMaps-b-balloon_pink .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/pink/bg.png")
}

.YMaps-b-balloon_pink .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/pink/m-right.png") repeat-y
}

.YMaps-b-balloon_pink .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -241px
}

.YMaps-b-balloon_pink .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_pink .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_pink .YMaps-b-balloon-tail i,
.YMaps-b-balloon_pink .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_pink .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -224px
}

.YMaps-b-balloon_red .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -264px
}

.YMaps-b-balloon_red .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/red/m-left.png") repeat-y
}

.YMaps-b-balloon_red .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/red/bg.png")
}

.YMaps-b-balloon_red .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/red/m-right.png") repeat-y
}

.YMaps-b-balloon_red .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -269px
}

.YMaps-b-balloon_red .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_red .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_red .YMaps-b-balloon-tail i,
.YMaps-b-balloon_red .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_red .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -252px
}

.YMaps-b-balloon_violet .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -292px
}

.YMaps-b-balloon_violet .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/violet/m-left.png") repeat-y
}

.YMaps-b-balloon_violet .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/violet/bg.png")
}

.YMaps-b-balloon_violet .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/violet/m-right.png") repeat-y
}

.YMaps-b-balloon_violet .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -297px
}

.YMaps-b-balloon_violet .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_violet .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_violet .YMaps-b-balloon-tail i,
.YMaps-b-balloon_violet .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_violet .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -280px
}

.YMaps-b-balloon_white .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -320px
}

.YMaps-b-balloon_white .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/white/m-left.png") repeat-y
}

.YMaps-b-balloon_white .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/white/bg.png")
}

.YMaps-b-balloon_white .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/white/m-right.png") repeat-y
}

.YMaps-b-balloon_white .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -325px
}

.YMaps-b-balloon_white .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_white .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_white .YMaps-b-balloon-tail i,
.YMaps-b-balloon_white .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_white .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -308px
}

.YMaps-b-balloon_yellow .YMaps-b-balloon-t .YMaps-b-balloon-bit i {
    top: -348px
}

.YMaps-b-balloon_yellow .YMaps-b-balloon-ml {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/yellow/m-left.png") repeat-y
}

.YMaps-b-balloon_yellow .YMaps-b-balloon-content {
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/small/yellow/bg.png")
}

.YMaps-b-balloon_yellow .YMaps-b-balloon-mr {
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/small/yellow/m-right.png") repeat-y
}

.YMaps-b-balloon_yellow .YMaps-b-balloon-b .YMaps-b-balloon-bit i {
    top: -353px
}

.YMaps-b-balloon_yellow .YMaps-b-balloon-b .YMaps-b-balloon-bit_l i,
.YMaps-b-balloon_yellow .YMaps-b-balloon-b .YMaps-b-balloon-bit_r i,
.YMaps-b-balloon_yellow .YMaps-b-balloon-tail i,
.YMaps-b-balloon_yellow .YMaps-b-balloon-tl .YMaps-b-balloon-bit i,
.YMaps-b-balloon_yellow .YMaps-b-balloon-tr .YMaps-b-balloon-bit i {
    top: -336px
}

.YMaps-search {
    position: absolute;
    float: left
}

.YMaps-search .text {
    float: left
}

html body .YMaps {
    font: 13px Arial, Helvetica, sans-serif !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: left
}

.YMaps img {
    border: 0
}

.YMaps-select-frame {
    font-size: 0;
    position: absolute;
    padding: 0;
    cursor: crosshair;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/bg-selected.png") repeat;
    border: 1px solid #d60000
}

.YMaps-display-none {
    display: none !important
}

.YMaps-btn-name .YMaps-arr i,
.YMaps-button-mini-map-hide,
.YMaps-logo-link,
.YMaps-logo-link i,
.YMaps-ruler-point i {
    position: absolute;
    width: 56px;
    height: 106px;
    background-image: url("https://api-maps.yandex.ru/1.1/i/0.4/mics.png");
    background-repeat: no-repeat
}

.YMaps-b-map-button *,
.YMaps-b-tooltip *,
.YMaps-b-traffic-balloon * {
    margin: 0;
    padding: 0
}

.YMaps-b-round {
    position: relative;
    z-index: 1;
    display: block
}

.YMaps-b-round .YMaps-l,
.YMaps-b-round .YMaps-r {
    position: absolute;
    left: 0;
    overflow: hidden
}

.YMaps-b-round .YMaps-r {
    right: 0;
    left: auto
}

.YMaps-b-round .YMaps-l *,
.YMaps-b-round .YMaps-r * {
    position: absolute;
    left: 0;
    width: 80px;
    height: 528px
}

.YMaps-b-round .YMaps-l i,
.YMaps-b-round .YMaps-r i {
    background: url("//yandex.st/lego/2.0/common/block/b-round/b-round.png")
}

.YMaps-b-round_4 .YMaps-l,
.YMaps-b-round_4 .YMaps-r {
    width: 4px;
    height: 4px
}

.YMaps-b-round_4 .YMaps-r * {
    margin-left: -4px
}

.YMaps-b-round_4 .YMaps-t {
    margin-bottom: -4px
}

.YMaps-b-round_4 .YMaps-t * {
    margin-top: -10px
}

.YMaps-b-round_4 .YMaps-b {
    margin-top: -4px
}

.YMaps-b-round_4 .YMaps-b * {
    margin-top: -14px
}

.YMaps-b-pseudo-link {
    white-space: nowrap;
    color: #1a3dc1
}

.YMaps-b-pseudo-link:link,
.YMaps-b-pseudo-link:visited {
    cursor: pointer
}

.YMaps .YMaps-b-pseudo-link:hover,
.YMaps-b-pseudo-link:link:hover,
.YMaps-b-pseudo-link:visited:hover {
    color: red !important
}

.YMaps .YMaps-b-pseudo-link {
    position: relative;
    top: -0.14em;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted
}

.YMaps .YMaps-b-pseudo-link span {
    position: relative;
    top: 0.05em
}

.YMaps-b-icon {
    position: absolute;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin-left: -19px
}

.YMaps-b-icon__i {
    position: relative;
    display: block
}

.YMaps-b-map-button,
.YMaps-b-traffic-balloon h3,
.YMaps-b-traffic-balloon h4 {
    font: 13px normal Arial, sans-serif
}

.YMaps-b-traffic-balloon_level .YMaps-inner {
    position: relative;
    min-height: 55px;
    margin: 0.5em 0 0 40px
}

.YMaps-b-traffic-balloon h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.1em
}

.YMaps-b-traffic-balloon .YMaps-access,
.YMaps-b-traffic-balloon .YMaps-zoom {
    margin-top: 0.5em
}

.YMaps-b-traffic-balloon .YMaps-traffic {
    font-size: 0;
    position: absolute;
    width: 21px;
    height: 50px;
    margin-left: -32px;
    line-height: 0;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/traffic/semaphores/traffic.png") no-repeat -63px 0
}

.YMaps-b-traffic-balloon .YMaps-traffic_red {
    background-position: -42px 0
}

.YMaps-b-traffic-balloon .YMaps-traffic_yellow {
    background-position: -21px 0
}

.YMaps-b-traffic-balloon .YMaps-traffic_green {
    background-position: 0 0
}

.YMaps-b-traffic-info-balloon__title {
    font-size: 130%;
    font-weight: 400;
    margin: 0
}

.YMaps-b-traffic-info-balloon__parameter {
    margin: 0.5em 0
}

.YMaps-b-traffic-info-balloon__separator {
    display: block;
    height: 1px;
    margin: 0.7em 0 0.6em;
    border-bottom: 1px solid #ece9d8;
    background: #aca899
}

.YMaps-b-traffic-info-balloon__copyright {
    font-size: 85%
}

a.YMaps-b-traffic-info-balloon__copyright__link:link:hover,
a.YMaps-b-traffic-info-balloon__copyright__link:visited:hover {
    color: red !important
}

.YMaps-b-traffic-tip__round-i {
    margin: 0;
    padding: 5px
}

.YMaps-b-traffic-tip__title {
    font-size: 15px;
    margin: 0 20px 0 0;
    padding: 0;
    color: #fff
}

.YMaps-b-traffic-tip__close {
    font: 0/0 a;
    position: absolute;
    top: 0;
    left: 100%;
    width: 7px;
    height: 7px;
    margin: 10px 0 0 -16px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/traffic/close.png") no-repeat
}

.YMaps-b-traffic-tip__location {
    font-weight: bold;
    margin: 2px 0;
    padding: 2px
}

.YMaps-b-traffic-tip__distance {
    margin: 0;
    padding: 2px
}

.YMaps-b-traffic-tip_red .YMaps-b-traffic-tip__round-i {
    background: #ff430d
}

.YMaps-b-traffic-tip_yellow .YMaps-b-traffic-tip__round-i {
    background: #fff40f
}

.YMaps-b-traffic-tip_yellow .YMaps-b-traffic-tip__title {
    color: #000
}

.YMaps-b-traffic-tip_yellow .YMaps-b-traffic-tip__close {
    background-position: 0 100%
}

.YMaps-b-traffic-tip_green .YMaps-b-traffic-tip__round-i {
    background: #26b30b
}

.YMaps-b-traffic-tip_brown .YMaps-b-traffic-tip__round-i {
    background: #932100
}

.YMaps-btn-traffic .YMaps-btn-i {
    padding: 0 !important;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/zero.gif") repeat
}

.YMaps-btn-traffic .YMaps-btn-i .YMaps-btn-reduce {
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 5px
}

.YMaps-traffic-icon {
    position: absolute;
    right: 4.2em;
    height: 19px;
    margin: 1px 0 0;
    padding: 0;
    background-repeat: no-repeat
}

.YMaps-traffic-caption__layout .YMaps-traffic-icon {
    position: static
}

.YMaps-traffic-caption__layout {
    height: 22px;
    margin: 0;
    padding: 0 4.2em 0 0;
    text-align: right
}

.YMaps-traffic-caption__layout .YMaps-traffic-button-content__img {
    right: 4.2em;
    left: auto;
    margin-top: 1px
}

.YMaps-btn-traffic .YMaps-btn-caption {
    position: absolute;
    top: 1px;
    right: 5px;
    color: #000;
    border-bottom: 1px dotted #000
}

.YMaps-traffic-beta {
    text-align: right
}

.YMaps-traffic-beta .YMaps-traffic-time {
    font-size: 10px;
    padding-right: 5px
}

.YMaps-traffic-full .YMaps-traffic-level {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: middle
}

.YMaps-traffic-more {
    font-size: 11px
}

.YMaps-traffic-more .YMaps-traffic-hint {
    padding-left: 3px
}

.YMaps-info-layer-switcher {
    font-size: 85%;
    text-align: left
}

.YMaps-info-layer-switcher__control,
.YMaps-info-layer-switcher__description {
    vertical-align: middle
}

.YMaps-info-layer-switcher__control {
    margin: 0 3px 0 0
}

.YMaps-traffic-button-layers__description {
    margin-left: 3px
}

.YMaps-traffic-button-layers__control,
.YMaps-traffic-button-layers__description {
    vertical-align: middle
}

.YMaps-traffic-button-layers {
    margin-left: -2px
}

.YMaps-traffic-switcher-control,
.YMaps-traffic-switcher-description {
    vertical-align: middle
}

.YMaps-traffic-switcher-control {
    margin: 3px 3px 0 5px
}

.YMaps-traffic-switcher-description {
    margin-right: 0.3em
}

.YMaps-btn-traffic .YMaps-btn-expand {
    padding: 0 5px
}

.YMaps-traffic-button-content_now {
    position: relative;
    padding-left: 26px
}

.YMaps-traffic-button-content .YMaps-traffic-button-content__img {
    position: absolute !important;
    top: 0;
    left: 0
}

.YMaps-traffic-button-content__traffic-hint,
.YMaps-traffic-button-content__traffic-level {
    margin: 0
}

.YMaps-traffic-button-content__traffic-level {
    font-weight: bold;
    width: 110px
}

.YMaps-traffic-button-content__traffic-hint {
    font-size: 11px;
    white-space: nowrap
}

.YMaps-traffic-button-content__traffic-time {
    margin-right: 3px
}

.YMaps-traffic-button-content_usually .YMaps-btn-round_half .YMaps-btn-r {
    -margin-right: 0
}

.YMaps-traffic-button-content_usually .YMaps-btn-round_half .YMaps-btn-r i {
    left: 0;
    width: 11px;
    height: 72px;
    margin-top: -43px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/traffic/archive/sprite.png") no-repeat
}

.YMaps-traffic-button-content_usually .YMaps-btn-round_half .YMaps-btn-r b {
    display: none
}

.YMaps-btn_expanded-usually .YMaps-btn-reduce__inner-corner {
    position: absolute;
    left: -4px;
    bottom: -1px;
    z-index: 13;
    overflow: hidden;
    height: 4px;
    width: 4px
}

.YMaps-btn_expanded-usually .YMaps-btn-reduce__inner-corner-i {
    position: absolute;
    top: -43px;
    left: 0;
    width: 11px;
    height: 72px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/traffic/archive/sprite.png") no-repeat
}

.YMaps-traffic-button-content_usually {
    position: absolute;
    right: -1px
}

.YMaps-traffic-button-content_usually-i {
    margin: 0 4px;
    border: 1px solid #8fa1b6;
    border-style: solid none;
    background: #fff
}

.YMaps-traffic-button-content_usually-i2 {
    margin: 2px -4px;
    padding: 8px 5px 5px 18px;
    border: 1px solid #8fa1b6;
    border-style: none solid;
    background: #fff
}

.YMaps-btn_expanded-usually .YMaps-btn-b {
    display: none
}

.YMaps-btn_expanded-usually .YMaps-traffic-button-content_usually .YMaps-btn-b {
    display: block
}

.YMaps-btn_expanded-usually .YMaps-btn-h {
    margin-bottom: 0
}

.YMaps-traffic-button-time__header__time {
    font-style: normal;
    margin-left: 1em;
    color: #1f1e1e
}

.YMaps-traffic-button-time__header__day,
.YMaps-traffic-button-time__header__time {
    vertical-align: middle
}

.YMaps-traffic-button-time__header {
    position: relative;
    padding-right: 110px;
    white-space: nowrap
}

.YMaps-traffic-button-time__header__forecast {
    position: absolute;
    top: 1px;
    right: 14px;
    padding-left: 26px
}

.YMaps-traffic-button-time__scale {
    position: relative;
    width: 304px;
    height: 3em
}

.YMaps-traffic-button-time__minus {
    position: absolute;
    top: 50%;
    left: -13px;
    width: 8px;
    height: 10px;
    margin-top: -6px;
    cursor: pointer;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/traffic/archive/sprite.png") 0 -23px no-repeat
}

.YMaps-traffic-button-time__plus {
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 10px;
    margin-top: -6px;
    cursor: pointer;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/traffic/archive/sprite.png") 0 -33px no-repeat
}

.YMaps-traffic-button-time__scale-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 289px;
    height: 5px;
    margin-top: -2px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/traffic/archive/sprite.png") repeat-x
}

.YMaps-traffic-button-time__scale__marker {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 5px;
    margin-top: -2px;
    background: #000
}

.YMaps-traffic-button-time__scale__marker-time {
    font-style: normal;
    font-size: 11px;
    position: absolute;
    top: 0.7em;
    width: 3em;
    margin-left: -1.5em;
    text-align: center;
    color: #716e6e
}

.YMaps-traffic-button-time__slider {
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 11px;
    height: 18px;
    margin-top: -8px
}

.YMaps-traffic-button-time__slider-i {
    position: absolute;
    top: -5px;
    left: 0;
    width: 11px;
    height: 72px;
    background: url("https://api-maps.yandex.ru/1.1/i/0.4/traffic/archive/sprite.png") no-repeat
}

.YMaps-traffic-button-content__scale-text {
    font-size: 11px;
    margin-bottom: 0
}

.YMaps-traffic-button-content__disabled .YMaps-traffic-button-time__header__time {
    display: none
}

.YMaps-traffic-button-content__disabled .YMaps-traffic-button-time__scale__marker {
    background: #b2b2b2
}

.YMaps-traffic-button-content__disabled .YMaps-traffic-button-time__scale__marker-time {
    color: #a1a1a1
}

.YMaps-traffic-button-content__disabled .YMaps-traffic-button-time__minus {
    background-position: 0 -52px
}

.YMaps-traffic-button-content__disabled .YMaps-traffic-button-time__plus {
    background-position: 0 -62px
}

.YMaps-traffic-button-content__disabled .YMaps-traffic-button-time__scale-line {
    background-position: 0 -47px
}

.YMaps-traffic-button-layers {
    margin-top: 3px
}

.YMaps-traffic-nodata {
    font-size: 85%;
    margin-top: 3px;
    color: #900
}

.YMaps-traffic-addtext {
    margin: 3px 0
}

.YMaps-traffic-addtext-i {
    padding: 2px 4px 3px 32px
}

.YMaps-btn-rolled,
.YMaps-btn-unrolled {
    padding: 0 5px
}

.YMaps-btn-unrolled .YMaps-traffic-button-content__traffic-hint,
.YMaps-btn-unrolled .YMaps-traffic-caption__layout {
    padding-left: 26px
}

.YMaps-btn-unrolled .YMaps-traffic-caption__layout {
    height: auto
}

.YMaps-btn-unrolled .YMaps-traffic-button-content__img {
    left: 5px
}

.YMaps-btn-unrolled .YMaps-traffic-button-content__traffic-hint {
    margin-top: 0.2em
}

.YMaps-btn-traffic .YMaps-btn-rolled .YMaps-btn-caption,
.YMaps-btn-traffic .YMaps-btn-unrolled .YMaps-btn-caption {
    top: 0
}

.YMaps-btn-traffic_with-providers .YMaps-traffic-switchers {
    display: none
}

.YMaps-btn-traffic_with-providers .YMaps-btn-i .YMaps-btn-reduce {
    background: none;
    z-index: 2
}

.YMaps-btn-traffic_with-providers .YMaps-btn-expand {
    position: relative;
    z-index: 1;
    margin-top: -20px
}

.YMaps-btn-traffic_with-providers .YMaps-traffic-button-content__traffic-hint {
    margin-top: 1px
}

.YMaps-traffic-switcher-control__ie8 {
    margin: 1px 0 0
}

.YMaps-traffic-caption__layout .YMaps-traffic-button-content__img,
.YMaps-traffic-caption__layout .YMaps-traffic-icon {
    position: absolute
}

@media all {
    ymaps\:balloon {
        position: absolute;
        z-index: 139
    }
    ymaps:balloon-content {
        position: relative;
        display: block
    }
    ymaps:balloon-tail {
        font: 0/0 a;
        position: absolute;
        left: 50%;
        border-style: solid dotted none
    }
}

@media all {
    ymaps\:balloon.YMaps-balloon-full {
        bottom: 15px;
        cursor: default;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #788870;
        border: 1px solid rgba(120, 136, 112, 0.7);
        -webkit-background-clip: padding !important
    }
    .YMaps-balloon-full ymaps:balloon-inner {
        display: block;
        padding: 5px;
        background: #fff;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px
    }
    .YMaps-balloon-full ymaps:balloon-tail {
        margin: 0 0 0 -15px;
        border-width: 14px;
        border-color: #fff transparent
    }
    .YMaps-balloon-full ymaps:balloon-tail.YMaps-border {
        margin-left: -16px;
        opacity: 0.9;
        border-width: 15px;
        border-color: #788870 transparent
    }
}

@media all {
    ymaps\:balloon.YMaps-balloon-full_hint {
        font: 13px Arial, sans-serif !important;
        top: 0;
        bottom: auto;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3)
    }
}

@media all {
    ymaps\:balloon.YMaps-balloon-full_close ymaps\:balloon-inner {
        padding-right: 20px
    }
    .YMaps-balloon-full_close ymaps:balloon-close {
        font: 0/0 a;
        position: absolute;
        z-index: 112;
        top: 5px;
        left: 100%;
        display: block;
        width: 13px;
        height: 13px;
        margin-left: -16px;
        cursor: pointer;
        background: url("//img.yandex.net/i/maps-api/balloon/close.gif") no-repeat
    }
}

@media all {
    .YMaps-balloon-small {
        bottom: 6px;
        margin-left: -1px;
        color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #fdfdfd;
        border-color: rgba(253, 253, 253, 0.8);
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
    }
    .YMaps-balloon-small ymaps:balloon-tail:after {
        font: 0/0 a;
        position: absolute;
        left: 50%;
        content: "";
        margin: -6px 0 0 -4px;
        opacity: 0.8;
        border-width: 5px 4px 0;
        border-style: solid dotted none
    }
    .YMaps-balloon-small ymaps:balloon-content {
        font-size: 12px;
        overflow: hidden;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -webkit-box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.1)
    }
    .YMaps-balloon-small ymaps:balloon-tail {
        margin: 0 0 0 -5px;
        border-width: 5px
    }
    .YMaps-balloon-small ymaps:balloon-tail.YMaps-border {
        margin-left: -6px;
        opacity: 0.8;
        border-width: 6px;
        border-color: #fdfdfd transparent
    }
}

@media all {
    .YMaps-balloon-small_red ymaps\:balloon-content {
        background: #ff4f26 url("//img.yandex.net/i/maps-api/balloon/_background/red.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #ff4f26, #eb3b12);
        border-color: #be3717
    }
    .YMaps-balloon-small_red ymaps:balloon-tail {
        border-color: #be3717 transparent
    }
    .YMaps-balloon-small_red ymaps:balloon-tail:after {
        border-color: #db3c17 transparent
    }
}

@media all {
    .YMaps-balloon-small_pink ymaps\:balloon-content {
        background: #ff77bd url("//img.yandex.net/i/maps-api/balloon/_background/pink.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #ff77bd, #eb63a9);
        border-color: #be558b
    }
    .YMaps-balloon-small_pink ymaps:balloon-tail {
        border-color: #be558b transparent
    }
    .YMaps-balloon-small_pink ymaps:balloon-tail:after {
        border-color: #db60a0 transparent
    }
}

@media all {
    .YMaps-balloon-small_grey ymaps\:balloon-content {
        background: #c5c5c5 url("//img.yandex.net/i/maps-api/balloon/_background/grey.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #c5c5c5, #b7b7b7);
        border-color: #939393
    }
    .YMaps-balloon-small_grey ymaps:balloon-tail {
        border-color: #939393 transparent
    }
    .YMaps-balloon-small_grey ymaps:balloon-tail:after {
        border-color: #adadad transparent
    }
}

@media all {
    .YMaps-balloon-small_blue ymaps\:balloon-content {
        background: #516aff url("//img.yandex.net/i/maps-api/balloon/_background/blue.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #516aff, #364fe4);
        border-color: #3649bc
    }
    .YMaps-balloon-small_blue ymaps:balloon-tail {
        border-color: #3649bc transparent
    }
    .YMaps-balloon-small_blue ymaps:balloon-tail:after {
        border-color: #384fd6 transparent
    }
}

@media all {
    .YMaps-balloon-small_black ymaps\:balloon-content {
        background: #3d3d3d url("//img.yandex.net/i/maps-api/balloon/_background/black.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #3d3d3d, #2c3441);
        border-color: #292929
    }
    .YMaps-balloon-small_black ymaps:balloon-tail {
        border-color: #292929 transparent
    }
    .YMaps-balloon-small_black ymaps:balloon-tail:after {
        border-color: #2e3641 transparent
    }
}

@media all {
    .YMaps-balloon-small_green ymaps\:balloon-content {
        background: #44e629 url("//img.yandex.net/i/maps-api/balloon/_background/green.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #44e629, #30d215);
        border-color: #2eab19
    }
    .YMaps-balloon-small_green ymaps:balloon-tail {
        border-color: #2eab19 transparent
    }
    .YMaps-balloon-small_green ymaps:balloon-tail:after {
        border-color: #33c61a transparent
    }
}

@media all {
    .YMaps-balloon-small_brown ymaps\:balloon-content {
        background: #b57e4c url("//img.yandex.net/i/maps-api/balloon/_background/brown.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #b57e4c, #a16938);
        border-color: #855a34
    }
    .YMaps-balloon-small_brown ymaps:balloon-tail {
        border-color: #855a34 transparent
    }
    .YMaps-balloon-small_brown ymaps:balloon-tail:after {
        border-color: #986639 transparent
    }
}

@media all {
    .YMaps-balloon-small_night ymaps\:balloon-content {
        background: #414c5c url("//img.yandex.net/i/maps-api/balloon/_background/night.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #414c5c, #2c3747);
        border-color: #2c3441
    }
    .YMaps-balloon-small_night ymaps:balloon-tail {
        border-color: #2c3441 transparent
    }
    .YMaps-balloon-small_night ymaps:balloon-tail:after {
        border-color: #2e3847 transparent
    }
}

@media all {
    .YMaps-balloon-small_white ymaps\:balloon-content {
        color: #333;
        background: #fff url("//img.yandex.net/i/maps-api/balloon/_background/white.png") repeat-x 0 100%;
        background: -moz-linear-gradient(center bottom, #f1f1f1 0, #fff 70%);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f1), color-stop(0.7, #fff));
        border-color: #c5c5c5
    }
    .YMaps-balloon-small_white ymaps:balloon-tail {
        border-color: #c5c5c5 transparent
    }
    .YMaps-balloon-small_white ymaps:balloon-tail:after {
        border-color: #e2e2e2 transparent
    }
}

@media all {
    .YMaps-balloon-small_orange ymaps\:balloon-content {
        color: #333;
        background: #ffbf26 url("//img.yandex.net/i/maps-api/balloon/_background/orange.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #ffbf26, #ebab12);
        border-color: #bc8b16
    }
    .YMaps-balloon-small_orange ymaps:balloon-tail {
        border-color: #bc8b16 transparent
    }
    .YMaps-balloon-small_orange ymaps:balloon-tail:after {
        border-color: #dca218 transparent
    }
}

@media all {
    .YMaps-balloon-small_violet ymaps\:balloon-content {
        background: #b82fd5 url("//img.yandex.net/i/maps-api/balloon/_background/violet.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #b82fd5, #a41bc1);
        border-color: #871e9e
    }
    .YMaps-balloon-small_violet ymaps:balloon-tail {
        border-color: #871e9e transparent
    }
    .YMaps-balloon-small_violet ymaps:balloon-tail:after {
        border-color: #9b1fb5 transparent
    }
}

@media all {
    .YMaps-balloon-small_yellow ymaps\:balloon-content {
        color: #333;
        background: #fff726 url("//img.yandex.net/i/maps-api/balloon/_background/yellow.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #fff726, #ebe312);
        border-color: #beb817
    }
    .YMaps-balloon-small_yellow ymaps:balloon-tail {
        border-color: #beb817 transparent
    }
    .YMaps-balloon-small_yellow ymaps:balloon-tail:after {
        border-color: #dbd417 transparent
    }
}

@media all {
    .YMaps-balloon-small_blue-d ymaps\:balloon-content {
        background: #374297 url("//img.yandex.net/i/maps-api/balloon/_background/darkblue.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #374297, #1c277c);
        border-color: #202869
    }
    .YMaps-balloon-small_blue-d ymaps:balloon-tail {
        border-color: #202869 transparent
    }
    .YMaps-balloon-small_blue-d ymaps:balloon-tail:after {
        border-color: #212b78 transparent
    }
}

@media all {
    .YMaps-balloon-small_blue-l ymaps\:balloon-content {
        background: #6cbbff url("//img.yandex.net/i/maps-api/balloon/_background/lightblue.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #6cbbff, #58a7eb);
        border-color: #4e8bbf
    }
    .YMaps-balloon-small_blue-l ymaps:balloon-tail {
        border-color: #4e8bbf transparent
    }
    .YMaps-balloon-small_blue-l ymaps:balloon-tail:after {
        border-color: #569edb transparent
    }
}

@media all {
    .YMaps-balloon-small_green-d ymaps\:balloon-content {
        background: #31902f url("//img.yandex.net/i/maps-api/balloon/_background/darkgreen.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #31902f, #1d7c1b);
        border-color: #20691e
    }
    .YMaps-balloon-small_green-d ymaps:balloon-tail {
        border-color: #20691e transparent
    }
    .YMaps-balloon-small_green-d ymaps:balloon-tail:after {
        border-color: #227820 transparent
    }
}

@media all {
    .YMaps-balloon-small_orange-d ymaps\:balloon-content {
        background: #ff8328 url("//img.yandex.net/i/maps-api/balloon/_background/darkorange.png") repeat-x 0 100%;
        background: -moz-linear-gradient(top, #ff8328, #eb6e13);
        border-color: #be5f19
    }
    .YMaps-balloon-small_orange-d ymaps:balloon-tail {
        border-color: #be5f19 transparent
    }
    .YMaps-balloon-small_orange-d ymaps:balloon-tail:after {
        border-color: #dc6b19 transparent
    }
}

.number {
    width: 8.57143rem;
    display: inline-block
}

.intuition {
    margin-bottom: .21429rem;
    display: block;
    min-height: 1.57143rem;
    font-size: 1rem
}

input.js-red,
textarea.js-red {
    background: #eed8d9;
    border-color: transparent
}

select.js-red {
    background: #eed8d9;
    border-color: transparent;
    background-image: url("/local/templates/msu_common/css/../images/angle-down.png");
    background-size: .71429rem .71429rem;
    background-position: right .71429rem center;
    background-repeat: no-repeat
}

input:not(:checked).js-red+.checkbox__box {
    background: #eed8d9;
    background-repeat: no-repeat;
    background-position: center;
    border-color: transparent
}

.try.js-red {
    background: #eed8d9
}

.elect {
    display: inline-block;
    margin-bottom: .71429rem
}

.elect .elect__input {
    position: relative;
    top: .14286rem;
    margin-bottom: 0
}

.elect .elect__label {
    margin-left: 0;
    padding-left: .42857rem
}

.rapid {
    background: #fff;
    padding-left: 3.28571rem;
    padding-right: 3.28571rem;
    position: fixed !important;
    border-radius: 0 0 .28571rem .28571rem;
    top: 7.5rem;
    padding-top: 1.71429rem;
    display: none;
    top: 3.28571rem !important;
    z-index: 10;
    max-width: 57.57143rem !important;
    left: 0 !important;
    overflow-y: auto;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important
}

.rapid.js-active {
    display: block
}

@media print, screen and (max-width: 74.99875em) {
    .rapid.js-active {
        display: none
    }
}

.title-search-more,
.title-search-all {
    font-weight: 700
}

.title-search-more a,
.title-search-all a {
    font-weight: 600;
    font-size: 1.14286rem;
    list-style: none;
    font-weight: normal;
    color: #223a5e
}

.defence {
    margin-bottom: 1.78571rem
}

.defence__num {
    width: 5.35714rem;
    height: 5.35714rem;
    display: inline-block;
    background: #f3f4f6;
    text-align: center;
    color: #193a61;
    font-size: 1.78571rem;
    font-weight: 600;
    line-height: 5.35714rem
}

.defence__title {
    font-size: 1.21429rem;
    margin-bottom: .57143rem;
    font-weight: 700;
    color: #193a61
}

.defence__text {
    margin-bottom: 1.07143rem;
    line-height: 1.2;
    font-size: 1.07143rem
}

@media print, screen and (max-width: 39.99875em) {
    .defence__num {
        width: 2.85714rem;
        height: 2.85714rem;
        line-height: 2.85714rem;
        font-size: 1.42857rem
    }
}

.offence {
    padding-left: 1.5rem
}

.offence :last-child {
    margin-bottom: 0
}

.offence__title {
    font-size: 1.21429rem;
    margin-bottom: .85714rem;
    font-weight: 700;
    color: #193a61
}

.offence__text {
    margin-bottom: 1.07143rem;
    line-height: 1.2;
    font-size: 1rem;
    position: relative
}

.offence__text:before {
    position: absolute;
    left: -.92857rem;
    top: .07143rem;
    content: "–"
}

.frog {
    margin-bottom: 2.85714rem
}

.leverage {
    padding-top: 4rem;
    padding-bottom: 1.5rem
}

@media print, screen and (max-width: 59.99875em) {
    .leverage {
        padding-top: 0;
        padding-bottom: 0
    }
}

.run__text {
    padding-bottom: 1rem
}

.mold {
    margin-bottom: 3rem
}

.mold__actor {
    margin-bottom: 1.42857rem
}

.mold__fieldset {
    background: #f4f5f7;
    margin-bottom: 3rem
}

.cargo {
    display: block;
    margin-bottom: .71429rem;
    font-size: 1.14286rem
}

.cargo_success {
    color: #22a19c
}

.cargo_alert {
    color: #A63C3C
}

.assure {
    margin-bottom: 2.14286rem
}

.tooltip {
    text-align: center
}

.rug {
    margin-bottom: 0
}

@media print, screen and (max-width: 59.99875em) {
    .rug {
        margin-bottom: 1.07143rem
    }
}

.pea {
    margin-bottom: .85714rem;
    font-style: normal
}

.bear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 2.85714rem;
    text-align: center
}

.med {
    border: none;
    background-color: #F2F2F5
}

.fa_micro {
    font-size: .92857rem
}

.taken {
    margin-bottom: .85714rem
}

.taken__icon {
    margin-right: .57143rem;
    font-size: .92857rem;
    color: #7b899d
}

.process__text {
    text-align: center
}

.process__wrap {
    position: relative;
    width: 100%;
    height: .57143rem;
    border-radius: .14286rem;
    border: .07143rem solid #223A5E
}

.process__meter {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #223A5E
}

.det {
    margin-bottom: 2.14286rem;
    padding-left: 1.78571rem;
    height: 4.28571rem;
    line-height: 4.28571rem;
    padding-right: 1.78571rem;
    padding-top: 1.07143rem;
    border-radius: .57143rem;
    padding-bottom: 1.07143rem;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-shadow: 0 0 0 rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 0 rgba(34, 58, 94, 0.2)
}

.det:active,
.det:focus,
.det:hover {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

.det:active .det__img,
.det:focus .det__img,
.det:hover .det__img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.det__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.6s;
    transition: 0.6s
}

.ritual {
    padding-top: 2.42857rem;
    margin-bottom: 1.42857rem
}

.account {
    position: relative
}

.account__panel {
    position: absolute;
    width: 100%;
    top: 0;
    right: 714.28571rem
}

.account__panel.is-active {
    position: relative;
    right: 0
}

@media print, screen and (max-width: 39.99875em) {
    .account {
        position: absolute;
        width: calc(100% - 32px);
        left: 1.14286rem;
        z-index: 0;
        height: 17.85714rem;
        overflow: hidden
    }
    .account.js-hidden {
        height: 0
    }
}

.eyelet {
    margin-bottom: 1.42857rem;
    padding: 1.42857rem;
    cursor: pointer;
    border: .07143rem solid #d3d8df;
    border-radius: .21429rem;
    overflow: hidden;
    outline: none;
    height: 5.28571rem;
    background: #fff;
    z-index: 10;
    position: relative
}

.eyelet_last {
    margin-bottom: 0
}

.eyelet__primary {
    color: #223A5E
}

.eyelet__info {
    color: #3C66A6;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s
}

.eyelet__info:active,
.eyelet__info:focus,
.eyelet__info:hover {
    color: #648cc9;
    text-decoration: underline;
    outline: none
}

.eyelet__title {
    margin-bottom: .35714rem;
    font-size: 1.28571rem;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.eyelet__title.is-active:after {
    background: #3ca66a
}

.eyelet__title:after {
    content: "";
    position: relative;
    margin-left: .35714rem;
    top: -.14286rem;
    width: .35714rem;
    display: inline-block;
    height: .35714rem;
    border-radius: 50%;
    background: #A63C3C
}

.eyelet-list__block {
    margin-bottom: .71429rem
}

.eyelet-icon {
    display: inline-block;
    margin-right: .71429rem;
    height: 1.42857rem;
    width: 1.42857rem;
    vertical-align: sub
}

.eyelet-icon_walker {
    margin: 0 .71429rem
}

.eyelet-list {
    margin: 1.42857rem 0 0 0;
    padding: 0;
    list-style: none
}

.eyelet-list__item {
    padding: .35714rem 0
}

.eyelet-list a {
    position: relative
}

.eyelet-label {
    display: inline-block;
    margin-left: .35714rem;
    padding: .28571rem .5rem;
    text-transform: none;
    font-weight: 600;
    font-size: .85714rem;
    margin-bottom: .35714rem;
    border: .14286rem solid #f4f5f7;
    border-radius: .28571rem;
    background: #f4f5f7;
    color: #223A5E
}

.eyelet.is-active,
.eyelet.js-focus,
.eyelet:focus,
.eyelet:hover {
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2)
}

@media print, screen and (max-width: 39.99875em) {
    .eyelet {
        height: auto
    }
    .eyelet.is-active {
        margin-bottom: 19.92857rem
    }
}


/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-icon-block {
    display: block;
    left: 50%;
    margin-left: -8px;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc( 100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}
.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}
.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon-blank {background-position: 16px 16px}
.ui-icon-caret-1-n {background-position: 0 0}
.ui-icon-caret-1-ne {background-position: -16px 0}
.ui-icon-caret-1-e {background-position: -32px 0}
.ui-icon-caret-1-se {background-position: -48px 0}
.ui-icon-caret-1-s {background-position: -65px 0}
.ui-icon-caret-1-sw {background-position: -80px 0}
.ui-icon-caret-1-w {background-position: -96px 0}
.ui-icon-caret-1-nw {background-position: -112px 0}
.ui-icon-caret-2-n-s {background-position: -128px 0}
.ui-icon-caret-2-e-w {background-position: -144px 0}
.ui-icon-triangle-1-n {background-position: 0 -16px}
.ui-icon-triangle-1-ne {background-position: -16px -16px}
.ui-icon-triangle-1-e {background-position: -32px -16px}
.ui-icon-triangle-1-se {background-position: -48px -16px}
.ui-icon-triangle-1-s {background-position: -65px -16px}
.ui-icon-triangle-1-sw {background-position: -80px -16px}
.ui-icon-triangle-1-w {background-position: -96px -16px}
.ui-icon-triangle-1-nw {background-position: -112px -16px}
.ui-icon-triangle-2-n-s {background-position: -128px -16px}
.ui-icon-triangle-2-e-w {background-position: -144px -16px}
.ui-icon-arrow-1-n {background-position: 0 -32px}
.ui-icon-arrow-1-ne {background-position: -16px -32px}
.ui-icon-arrow-1-e {background-position: -32px -32px}
.ui-icon-arrow-1-se {background-position: -48px -32px}
.ui-icon-arrow-1-s {background-position: -65px -32px}
.ui-icon-arrow-1-sw {background-position: -80px -32px}
.ui-icon-arrow-1-w {background-position: -96px -32px}
.ui-icon-arrow-1-nw {background-position: -112px -32px}
.ui-icon-arrow-2-n-s {background-position: -128px -32px}
.ui-icon-arrow-2-ne-sw {background-position: -144px -32px}
.ui-icon-arrow-2-e-w {background-position: -160px -32px}
.ui-icon-arrow-2-se-nw {background-position: -176px -32px}
.ui-icon-arrowstop-1-n {background-position: -192px -32px}
.ui-icon-arrowstop-1-e {background-position: -208px -32px}
.ui-icon-arrowstop-1-s {background-position: -224px -32px}
.ui-icon-arrowstop-1-w {background-position: -240px -32px}
.ui-icon-arrowthick-1-n {background-position: 1px -48px}
.ui-icon-arrowthick-1-ne {background-position: -16px -48px}
.ui-icon-arrowthick-1-e {background-position: -32px -48px}
.ui-icon-arrowthick-1-se {background-position: -48px -48px}
.ui-icon-arrowthick-1-s {background-position: -64px -48px}
.ui-icon-arrowthick-1-sw {background-position: -80px -48px}
.ui-icon-arrowthick-1-w {background-position: -96px -48px}
.ui-icon-arrowthick-1-nw {background-position: -112px -48px}
.ui-icon-arrowthick-2-n-s {background-position: -128px -48px}
.ui-icon-arrowthick-2-ne-sw {background-position: -144px -48px}
.ui-icon-arrowthick-2-e-w {background-position: -160px -48px}
.ui-icon-arrowthick-2-se-nw {background-position: -176px -48px}
.ui-icon-arrowthickstop-1-n {background-position: -192px -48px}
.ui-icon-arrowthickstop-1-e {background-position: -208px -48px}
.ui-icon-arrowthickstop-1-s {background-position: -224px -48px}
.ui-icon-arrowthickstop-1-w {background-position: -240px -48px}
.ui-icon-arrowreturnthick-1-w {background-position: 0 -64px}
.ui-icon-arrowreturnthick-1-n {background-position: -16px -64px}
.ui-icon-arrowreturnthick-1-e {background-position: -32px -64px}
.ui-icon-arrowreturnthick-1-s {background-position: -48px -64px}
.ui-icon-arrowreturn-1-w {background-position: -64px -64px}
.ui-icon-arrowreturn-1-n {background-position: -80px -64px}
.ui-icon-arrowreturn-1-e {background-position: -96px -64px}
.ui-icon-arrowreturn-1-s {background-position: -112px -64px}
.ui-icon-arrowrefresh-1-w {background-position: -128px -64px}
.ui-icon-arrowrefresh-1-n {background-position: -144px -64px}
.ui-icon-arrowrefresh-1-e {background-position: -160px -64px}
.ui-icon-arrowrefresh-1-s {background-position: -176px -64px}
.ui-icon-arrow-4 {background-position: 0 -80px}
.ui-icon-arrow-4-diag {background-position: -16px -80px}
.ui-icon-extlink {background-position: -32px -80px}
.ui-icon-newwin {background-position: -48px -80px}
.ui-icon-refresh {background-position: -64px -80px}
.ui-icon-shuffle {background-position: -80px -80px}
.ui-icon-transfer-e-w {background-position: -96px -80px}
.ui-icon-transferthick-e-w {background-position: -112px -80px}
.ui-icon-folder-collapsed {background-position: 0 -96px}
.ui-icon-folder-open {background-position: -16px -96px}
.ui-icon-document {background-position: -32px -96px}
.ui-icon-document-b {background-position: -48px -96px}
.ui-icon-note {background-position: -64px -96px}
.ui-icon-mail-closed {background-position: -80px -96px}
.ui-icon-mail-open {background-position: -96px -96px}
.ui-icon-suitcase {background-position: -112px -96px}
.ui-icon-comment {background-position: -128px -96px}
.ui-icon-person {background-position: -144px -96px}
.ui-icon-print {background-position: -160px -96px}
.ui-icon-trash {background-position: -176px -96px}
.ui-icon-locked {background-position: -192px -96px}
.ui-icon-unlocked {background-position: -208px -96px}
.ui-icon-bookmark {background-position: -224px -96px}
.ui-icon-tag {background-position: -240px -96px}
.ui-icon-home {background-position: 0 -112px}
.ui-icon-flag {background-position: -16px -112px}
.ui-icon-calendar {background-position: -32px -112px}
.ui-icon-cart {background-position: -48px -112px}
.ui-icon-pencil {background-position: -64px -112px}
.ui-icon-clock {background-position: -80px -112px}
.ui-icon-disk {background-position: -96px -112px}
.ui-icon-calculator {background-position: -112px -112px}
.ui-icon-zoomin {background-position: -128px -112px}
.ui-icon-zoomout {background-position: -144px -112px}
.ui-icon-search {background-position: -160px -112px}
.ui-icon-wrench {background-position: -176px -112px}
.ui-icon-gear {background-position: -192px -112px}
.ui-icon-heart {background-position: -208px -112px}
.ui-icon-star {background-position: -224px -112px}
.ui-icon-link {background-position: -240px -112px}
.ui-icon-cancel {background-position: 0 -128px}
.ui-icon-plus {background-position: -16px -128px}
.ui-icon-plusthick {background-position: -32px -128px}
.ui-icon-minus {background-position: -48px -128px}
.ui-icon-minusthick {background-position: -64px -128px}
.ui-icon-close {background-position: -80px -128px}
.ui-icon-closethick {background-position: -96px -128px}
.ui-icon-key {background-position: -112px -128px}
.ui-icon-lightbulb {background-position: -128px -128px}
.ui-icon-scissors {background-position: -144px -128px}
.ui-icon-clipboard {background-position: -160px -128px}
.ui-icon-copy {background-position: -176px -128px}
.ui-icon-contact {background-position: -192px -128px}
.ui-icon-image {background-position: -208px -128px}
.ui-icon-video {background-position: -224px -128px}
.ui-icon-script {background-position: -240px -128px}
.ui-icon-alert {background-position: 0 -144px}
.ui-icon-info {background-position: -16px -144px}
.ui-icon-notice {background-position: -32px -144px}
.ui-icon-help {background-position: -48px -144px}
.ui-icon-check {background-position: -64px -144px}
.ui-icon-bullet {background-position: -80px -144px}
.ui-icon-radio-on {background-position: -96px -144px}
.ui-icon-radio-off {background-position: -112px -144px}
.ui-icon-pin-w {background-position: -128px -144px}
.ui-icon-pin-s {background-position: -144px -144px}
.ui-icon-play {background-position: 0 -160px}
.ui-icon-pause {background-position: -16px -160px}
.ui-icon-seek-next {background-position: -32px -160px}
.ui-icon-seek-prev {background-position: -48px -160px}
.ui-icon-seek-end {background-position: -64px -160px}
.ui-icon-seek-start {background-position: -80px -160px}
.ui-icon-seek-first {background-position: -80px -160px}
.ui-icon-stop {background-position: -96px -160px}
.ui-icon-eject {background-position: -112px -160px}
.ui-icon-volume-off {background-position: -128px -160px}
.ui-icon-volume-on {background-position: -144px -160px}
.ui-icon-power {background-position: 0 -176px}
.ui-icon-signal-diag {background-position: -16px -176px}
.ui-icon-signal {background-position: -32px -176px}
.ui-icon-battery-0 {background-position: -48px -176px}
.ui-icon-battery-1 {background-position: -64px -176px}
.ui-icon-battery-2 {background-position: -80px -176px}
.ui-icon-battery-3 {background-position: -96px -176px}
.ui-icon-circle-plus {background-position: 0 -192px}
.ui-icon-circle-minus {background-position: -16px -192px}
.ui-icon-circle-close {background-position: -32px -192px}
.ui-icon-circle-triangle-e {background-position: -48px -192px}
.ui-icon-circle-triangle-s {background-position: -64px -192px}
.ui-icon-circle-triangle-w {background-position: -80px -192px}
.ui-icon-circle-triangle-n {background-position: -96px -192px}
.ui-icon-circle-arrow-e {background-position: -112px -192px}
.ui-icon-circle-arrow-s {background-position: -128px -192px}
.ui-icon-circle-arrow-w {background-position: -144px -192px}
.ui-icon-circle-arrow-n {background-position: -160px -192px}
.ui-icon-circle-zoomin {background-position: -176px -192px}
.ui-icon-circle-zoomout {background-position: -192px -192px}
.ui-icon-circle-check {background-position: -208px -192px}
.ui-icon-circlesmall-plus {background-position: 0 -208px}
.ui-icon-circlesmall-minus {background-position: -16px -208px}
.ui-icon-circlesmall-close {background-position: -32px -208px}
.ui-icon-squaresmall-plus {background-position: -48px -208px}
.ui-icon-squaresmall-minus {background-position: -64px -208px}
.ui-icon-squaresmall-close {background-position: -80px -208px}
.ui-icon-grip-dotted-vertical {background-position: 0 -224px}
.ui-icon-grip-dotted-horizontal {background-position: -16px -224px}
.ui-icon-grip-solid-vertical {background-position: -32px -224px}
.ui-icon-grip-solid-horizontal {background-position: -48px -224px}
.ui-icon-gripsmall-diagonal-se {background-position: -64px -224px}
.ui-icon-grip-diagonal-se {background-position: -80px -224px}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {border-top-left-radius: 3px}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {border-top-right-radius: 3px}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {border-bottom-left-radius: 3px}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {border-bottom-right-radius: 3px}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .003;
    filter: Alpha(Opacity=0.3);
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}
.drift {
    padding-top: 1.5rem;
    margin-bottom: 1rem;
}




.hat {
    position: fixed;
    top: 0;
    z-index: 11;
}
.hat.js-open {
    position: fixed;
    overflow: scroll;
    left: 0;
    top: 0;
    z-index: 11;
}
.hat.js-open .hat__main {
    height: auto;
}
.hat.js-static {
    position: static;
    overflow: auto;
}
.hat__main {
    position: relative;
    height: 6rem;
    top: 0;
    z-index: 3;
    left: 0;
    width: 100%;
}
.hat__rect {
    background: #223A5E;
    padding: 0.5rem 0;
}
.hat__rect .grid-x .cell{
    flex: inherit;
    width: auto;
}
.hat__rect .grid-x .cell.full{
    flex-grow: 1;
}
.hat__rect .grid-x .cell.right{
    margin-left: auto;
}

.hat__toggle {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    outline: none;
}
.hat__toggle-holder{
    display: flex;
}
.hat__toggle-box{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 14px;
}
.hat__toggle-inner{
    position: absolute;
    top: 2px;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 2px;
    background-color: #fff;
    display: block;
    margin-top: -2px;
}
.hat__toggle-inner:after,
.hat__toggle-inner:before{
    display: block;
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 2px;
    background-color: #fff;
}
.hat__toggle-inner:before{
    top: 6px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform,opacity;
}
.hat__toggle-inner:after{
    top: 12px;
}
.hat__toggle:hover .hat__toggle-inner,
.hat__toggle:hover .hat__toggle-inner:before,
.hat__toggle:hover .hat__toggle-inner:after{
    background: #aeaeae;
}
.hat__toggle.js-open .hat__toggle-inner {
    transform: translate3d(0,6px,0) rotate(45deg);
}
.hat__toggle.js-open .hat__toggle-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0;
}
.hat__toggle.js-open .hat__toggle-inner:after {
    transform: translate3d(0,-12px,0) rotate(-90deg);
}



.hat__bread-top {
    transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    position: absolute;
    top: .07143rem;
    left: 0;
    width: 2.14286rem;
    height: 2.14286rem;
    -webkit-transform: none;
    transform: none;
    z-index: 4;
}
.hat__bread-bottom {
    position: absolute;
    z-index: 3;
    left: 0;
    top: .28571rem;
    transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96), -webkit-transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    width: 2.14286rem;
    height: 2.14286rem;
    -webkit-transform: none;
    transform: none;
}

.hat__crust-top {
    display: block;
    width: 1.42857rem;
    height: .07143rem;
    background: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    top: 1rem;
    transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s, -webkit-transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s
}

.hat__crust-bottom {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    bottom: 1rem;
    transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s, -webkit-transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
    display: block;
    width: 1.42857rem;
    height: .07143rem;
    background: #fff;
    position: absolute;
    z-index: 1;
}
.hat__order {
    margin-top: 1rem;
    margin-left: 1rem;
    display: inline-block;
}
.hat__order svg {
    display: inline-block;
    width: 1.42857rem;
    height: 1.42857rem;
}
.hat__order:active circle,
.hat__order:active path,
.hat__order:focus circle,
.hat__order:focus path,
.hat__order:hover circle,
.hat__order:hover path {
    stroke: #aeaeae;
}
.hat__search-init{
    display: none;
}
.hat__search-init button{
    margin-top: 4px;
    outline: none;
}
.hat__user {
    position: relative;
    display: inline-block;
    z-index: 22;
}
.hat__user svg {
    display: inline-block;
    width: 1.42857rem;
    height: 1.42857rem;
}
.hat__user:active,
.hat__user:focus,
.hat__user:hover {
    text-decoration: none;
}

.hat__user:active circle,
.hat__user:active path,
.hat__user:focus circle,
.hat__user:focus path,
.hat__user:hover circle,
.hat__user:hover path {
    stroke: #aeaeae !important;
}
.hat__cord {
    position: relative;
    margin-left: 1rem;
    margin-top: 1rem;
}
.hat__cord:hover .profile {
    visibility: visible;
}
.hat__manner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}
.hat__wrap {
    text-align: center;
    padding-bottom: .64286rem;
    padding-top: .92857rem;
    padding-right: .35714rem;
    display: block;
}
.hat__wrap line,
.hat__wrap path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;
}
.hat__wrap svg {
    display: inline-block;
    width: 13rem;
    height: 1.78571rem;
}


@media print, screen and (max-width: 74.99875em) {
    .hat__cord.js-active .profile {
        display: block;
        visibility: visible;
    }
}
@media print, screen and (max-width: 59.99875em) {
    .hat__main .grid-container > .grid-x:last-child{
        flex-wrap: nowrap;
    }
    .hat__toggle-holder{
        position: absolute;
        top: 15px;
    }
    .hat__toggle{
        padding: 10px 5px;
    }
    .hat__repr {
        margin-left: 60px;
    }
    .hat__bottom{
        flex-wrap: nowrap;
    }
    .hat__manner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .hat__rect .grid-x .cell.hat__manner {
        flex-shrink: 0;
        white-space: nowrap;
    }
    .hat__main {
        height: auto
    }
    .fly_tel{
        margin-right: 1rem;
    }
    .hat__cord,
    .hat__user ,
    .hat__order {
        position: relative;
        top: 0;
        margin-top: 0
    }
}

@media (min-width: 801px) {
    .hat__rect .grid-x .cell.center{
        display: flex !important;
        align-items: center;
    }
}
@media (max-width: 800px) {
    .hat__rect{
        padding: 0;
    }
    .hat__rect.active{
        padding: 0 0 1rem 0;
    }
    .hat__toggle-holder{
        top: 8px;
    }
    .hat__main .grid-container > .grid-x:last-child{
        flex-wrap: wrap;
    }
    .hat__rect .grid-x .cell.full{
        display: none;
        width: 100%;
        order: 5;
    }
    .hat__rect .grid-x .cell.hat__manner{
        margin-left: auto;
    }
    .hat__search-init{
        display: block;
    }
    .fly_tel{
        margin-right: 2em;
    }
}
@media (max-width: 700px) {
    .hat__repr {
        left: 0;
    }
}

@media print, screen and (max-width: 39.99875em) {
    .hat {
        top: 0 !important;
    }
    .hat__wrap {
        text-align: left;
    }
    .hat__wrap svg {
        height: 1.42857rem;
        width: 9.85714rem;
    }
    .hat__user {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .hat__toggle {
        padding: 5px 0;
    }
    .hat__toggle:hover .hat__crust-bottom,
    .hat__toggle:hover .hat__crust-top {
        background: #fff;
    }
    .hat__toggle-holder{
        top: 10px;
    }
    .hat__repr{
        margin-left: 50px;
    }
    .hat__manner {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .hat__order {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .hat__repr{
        width: auto !important;
    }
    .hat__manner {
        margin-left: auto;
    }
}
@media(max-width: 530px){
    .hat__rect .grid-x .cell.hat__manner{
        padding-right: 0;
    }
    .hat__wrap{
        position: relative;
        width: 76px;
        overflow: hidden;
    }
    .hat__wrap svg{
        position: relative;
        left: -62px;
    }
    .hat__repr{
        padding: 0 !important;
    }
}
@media(max-width: 374px){
    .hat__repr.cell{
        padding: 0 0 0 10px;
    }
}

.force {
    list-style-type: none;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: 0;
    margin-bottom: .14286rem;
}
.force__item {
    width: 100%
}
.force__link {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #3C66A6;
    display: block;
}

.force__link:active,
.force__link:focus,
.force__link:hover {
    color: #E34C4E;
}
.car {
    position: relative;
    font-size: .92857rem;
    background: #f4f5f7;
    color: #fff;
    text-align: center;
    padding: 0;
    color: #223a5e;
    font-size: 1rem;
    z-index: 3;
}
.car.car_fixed {
    position: fixed !important;
    width: 100%;
    z-index: 9;
}
.car.car_disabled {
    padding-top: .42857rem;
    border-bottom: 0;
    padding-bottom: 0;
}
.car.car_disabled .car__close {
    display: none;
}
.car.car_disabled .car__main {
    display: none;
}
.car__rel {
    position: relative;
    display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    width: 100%;
}
.car__data form{
    position: relative;
}
.car__submit {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    line-height: 0;
}
.car__submit svg {
    width: 20px;
    height: 20px;
}
.car__submit * {
    stroke: #223A5E !important;
}
.car__submit:active,
.car__submit:focus,
.car__submit:hover {
    outline: none;
}
.car__submit:active *,
.car__submit:focus *,
.car__submit:hover * {
    stroke: #223A5E !important;
}
.car__info {
    background: #f4f5f7;
    padding-left: .14286rem;
    padding-right: .14286rem;
    height: 0;
    overflow: auto;
    z-index: 2;
}
.car__h2 {
    display: block;
    color: #223A5E;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    padding-bottom: 1rem;
    margin: 1.35714rem 0 1rem;
    border-bottom: .07143rem solid #d3d8df;
}
.car__h2:last-child {
    border-bottom: 0;
}
.car__h2:focus,
.car__h2:hover{
    color: #E34C4E;
}
.car__block {
    padding-bottom: .71429rem;
    margin: 0 -1.07143rem;
}
.car__block .car__h2{
    border-bottom: 0;
    padding-bottom: 0;
}
.car__search {
    padding: 0.3rem 1rem 0.3rem 3rem;
    border-radius: .21429rem;
    margin: 0;
    outline: none;
    height: auto;
    background: #f4f5f7;
    transition: background 0.2s ease, max-width 0.3s ease-out;
    max-width: 400px;
}

.car__search:active,
.car__search:focus,
.car__search:hover {
    outline: none;
    background: #fff;
    max-width: 550px;
}
.car__main {
    z-index: 3;
    position: relative;
    padding: 0.75rem .5rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
}
.car__close {
    width: 1.35714rem;
    cursor: pointer;
    height: 1.35714rem;
    padding: .28571rem;
    position: absolute;
    right: 1.42857rem;
    top: 1rem;
    background-size: .78571rem .78571rem;
}
.car p {
    margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
    .car{
        font-size: 13px;
        line-height: 18px;
    }
    .car__block {
        padding-bottom: 3.57143rem;
    }
    .car__main{
        padding: .5rem;;
    }
}
@media print, screen and (max-width: 800px) {
    .car__search:active, .car__search:focus, .car__search:hover, .car__search{
        max-width: none;
    }
}

.car__info .disabled {
    pointer-events: none;
    cursor: default;
    color: #223A5E;
}



/**/
/*footer*/
/**/
.sole {
    position: relative;
    padding-top: 3.07143rem;
    background: #2F3338;
    color: #fff;
    padding-bottom: 3.57143rem;
    margin-top: auto;
}
.sole a{
    color: #ccc;
}
.sole a:hover{
    color: #fff;
}
.sole__title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.sole__helper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#e88f8f), color-stop(12.5%, #e88f8f), color-stop(12.5%, #bd7cb2), color-stop(25%, #bd7cb2), color-stop(25%, #a2cff0), color-stop(37.5%, #a2cff0), color-stop(37.5%, #71c0aa), color-stop(50%, #71c0aa), color-stop(50%, #90c049), color-stop(62.5%, #90c049), color-stop(62.5%, #f3d22b), color-stop(75%, #f3d22b), color-stop(75%, #f39439), color-stop(87.5%, #f39439), color-stop(87.5%, #e54a49), to(#e54a49));
    background: linear-gradient(to right, #e88f8f 0%, #e88f8f 12.5%, #bd7cb2 12.5%, #bd7cb2 25%, #a2cff0 25%, #a2cff0 37.5%, #71c0aa 37.5%, #71c0aa 50%, #90c049 50%, #90c049 62.5%, #f3d22b 62.5%, #f3d22b 75%, #f39439 75%, #f39439 87.5%, #e54a49 87.5%, #e54a49 100%);
    height: .71429rem;
}
.sole__tel {
    display: inline-block;
}
.sole__lab {
    margin-bottom: .28571rem;
}
.sole__vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sole__cetera {
    display: block
}
.sole__cetera:active,
.sole__cetera:focus,
.sole__cetera:hover {
    color: #3C66A6
}
.sole__soc {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    margin-left: 0.5rem;
    width: 42px;
    height: 42px;
    padding: 10px;
    font-size: 1.3rem;
    line-height: 1.4em;
    border-radius: 100%;
    color: #97999b;
    background: transparent;
    transition: color 0.2s ease, background 0.2s ease;
}
.sole__soc:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #666;
}
.sole__soc:hover{
    text-decoration: none;
    background-color: #3C66A6;
}
.sole__soc:hover:after{
    border-color: transparent;
}
.sole__soc.vk:hover{
    background: #6695bd;
}
.sole__soc.fb:hover{
    background: #3b5998;
}
.sole__soc.inst:hover{
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);;
}


.sole dl{
    margin: 1rem 0;
}
.sole dl dt{
    font-weight: normal;
    margin: 0;
}
.sole dl dd{
    margin: 0;
}
.sole__days {
    color: #3ca66a;
    position: relative
}
.sole__days_off {
    color: #999;
    margin-bottom: .71429rem
}
.footer__payments{
    margin-top: 2rem;
}
.footer__payments img{
    height: 16px;
    width: auto;
    margin: 0 5px 5px 0;
}
@media print, screen and (max-width: 39.99875em) {
    .sole{
        padding-bottom: 2.14286rem;
        padding-top: 2.14286rem
    }
    .sole__soc{
        margin-left: 0;
        margin-bottom: 1rem;
        margin-right: 1rem
    }
    .sole__vertical{
        margin-top: 2rem;
        display: block;
    }
}



.fly {
    display: inline-block;
    font-size: 0.95rem;
    color: #fff;
}
.fly:active,
.fly:focus,
.fly:hover {
    text-decoration: none;
    color: #aeaeae;
}
.fly_call {
    border-bottom: 1px dashed;
}
.fly_call path {
    fill: #fff;
}
.fly_tel {
    position: relative;
    top: 1rem;
    color: #fff;
    font-size: 1.2rem;
    margin-left: 0;
    margin-bottom: 0
}
.fly_tel span{
    font-weight: bold;
}
.fly_tel svg {
    width: 1.42857rem;
    height: 1.42857rem
}

@media print, screen and (max-width: 74.99875em) {
}
@media print, screen and (max-width: 59.99875em) {
    .fly_tel {top: 0;}
}
@media screen and (max-width: 500px) {
    .fly_tel {
        margin-right: 10px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 374px) {
    .fly_tel {
        vertical-align: top;
        font-size: 0;
        top: 0;
        margin: 0 0.9rem 0 0;
        background-image: url("/local/templates/msu_common/css/../images/tel.svg");
        background-repeat: no-repeat;
        background-position: 0 -2px;
        width: 1.42857rem;
        height: 1.42857rem;
    }
}


.arch__main {
    padding: .5rem 0
}
.arch__lab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.arch__lab a{
    margin: 0 1.5em 0 0;
}

@media print, screen and (max-width: 1100px) {
    .arch__lab a{
        margin: 0 0.8em 0 0;
    }
}
@media print, screen and (max-width: 74.99875em) {
    .arch__lab {
        padding-left: 0;
        padding-right: 0
    }
}
@media print, screen and (max-width: 59.99875em) {
    .arch {
        display: none;
        height: 0 !important
    }
}

.fastener {
    margin: 0;
    list-style: none;
    text-align: left;
    width: 100%;
    z-index: 999
}
.fastener__item ,
.fastener__link {
    display: block;
    padding: 0.5rem 1rem;
}
.fastener__link:active,
.fastener__link:focus,
.fastener__link:hover {
    text-decoration: none;
    background-color: #f4f5f7
}
.js-info-error-block {
    display: none
}


.dep {
    border: .07143rem solid #d3d8df;
    border-radius: .28571rem;
    margin: 0 .35714rem 1.42857rem;
    cursor: pointer;
    position: relative;
    padding: .57143rem 0;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    font-size: 1rem;
    min-height: 3.21429rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.dep:focus,
.dep:hover {
    border: .07143rem solid #223A5E
}
.dep-label {
    margin-bottom: .71429rem;
    margin-bottom: 0.21429rem;
    display: block;
    min-height: 1.57143rem;
    font-size: 1rem
}
.dep_new {
    margin-bottom: .35714rem;
    margin-left: 0;
    margin-right: 0
}
.dep_new .dep__value {
    display: none
}
.dep.js-open .dep__current:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.dep.js-open .dep__list {
    display: block
}
.dep__current {
    padding-left: .71429rem;
    padding-right: 1.85714rem;
    position: relative;
    width: 100%
}
.dep__current:after {
    width: .71429rem;
    background: url("/local/templates/msu_common/css/../images/angle-down.png") no-repeat center;
    background-size: .71429rem .71429rem;
    height: .71429rem;
    content: "";
    position: absolute;
    right: 0.92857rem;
    top: .42857rem
}
.dep__name {
    color: #3C66A6;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: underline;
    height: 2.71429rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.dep__data {
    font-size: 1rem
}
.dep__list {
    margin: 0;
    position: absolute;
    width: calc(100% - 20px);
    background: #fff;
    left: .71429rem;
    top: 2.21429rem;
    z-index: 3;
    border: .07143rem solid #d3d8df;
    list-style: none;
    display: none
}
.dep__item {
    display: block;
    position: relative;
    padding: .35714rem 1.42857rem .35714rem .71429rem
}

.dep__item:active,
.dep__item:focus,
.dep__item:hover {
    text-decoration: none;
    background: #d3d8df
}
.dep__title {
    font-weight: 600;
    color: #223A5E
}
.dep__value {
    color: #223A5E
}
.dep__info {
    color: #223A5E
}


.kladr-error {
    color: #cb3e27
}
#kladr_autocomplete ul {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #c4c4c4;
    background-color: white;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 200px;
    max-height: 420px
}
#kladr_autocomplete li {
    display: list-item;
    list-style-type: none;
    margin-bottom: .35714rem;
    padding-left: 1.07143rem;
    padding-top: .35714rem;
    padding-bottom: .35714rem;
    padding-right: 1.78571rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
#kladr_autocomplete li:hover {
    background-color: #f4f5f7;
    cursor: pointer
}
#kladr_autocomplete li.active {
    background-color: #e9e9e9
}
#kladr_autocomplete a {
    text-decoration: none;
    color: #223A5E
}
#kladr_autocomplete strong {
    font-weight: 700
}
#kladr_autocomplete a,
#kladr_autocomplete strong,
#kladr_autocomplete small {
    font-size: 1rem
}

.res {
    display: inline-block
}

.js-bar {
    padding-right: 1.21429rem
}
.js-bar.safari-js {
    padding-right: 1.07143rem
}

.js-ghost {
    opacity: 0
}

.signature-pad {
    min-height: 18rem;
    padding: 0;
    line-height: 0;
}
.signature-pad_canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px
}

.fix {
    position: relative
}
.fix__rub {
    display: none
}

@media print, screen and (max-width: 39.99875em) {
    .fix {
        /*
        color: transparent;
        display: inline-block;
        width: .53em;
        height: .70667em;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
        */
    }
    .fix__rub {
        /*
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        color: #223A5E;
        line-height: .70667em
        */
        display:none;
    }
    .callout__price .fix__rub {
        top: 20%;
    }
    .fix__rub_red {
        color: #a63c3c
    }
    .fix__rub svg {
        width: .53em;
        height: .70667em
    }
    .fix__rub path {
        fill: currentColor
    }
}

@media print, screen and (max-width: 39.99875em) {
    .interchange {
        height: 8.21429rem
    }
}

.melody {
    font-weight: 600;
}

.future {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.profile {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 10px);
    right: calc(50% - 6.5rem);
    margin: 0;
    padding: .71429rem 0;
    list-style: none;
    z-index: 20;
    background-color: #fff;
    border: none;
    border-radius: .21429rem;
    -webkit-box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    box-shadow: 0 0 1.64286rem rgba(34, 58, 94, 0.2);
    width: 12.85714rem
}
.profile:hover {
    visibility: visible
}
.profile:before {
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1.21429rem solid transparent;
    border-bottom: 1.21429rem solid #fff
}

.safari-js .profile__span {
    position: relative;
    top: .14286rem
}

.profile__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .57143rem 1.07143rem .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    color: #223A5E;
    line-height: 1.28571rem
}
.profile__link svg {
    margin-right: .71429rem;
    width: 1.57143rem;
    height: 1.28571rem
}
.profile__link:active,
.profile__link:focus,
.profile__link:hover {
    text-decoration: none;
    color: #223A5E;
    background-color: #f4f5f7
}
.profile__link_logout {
    color: #A63C3C
}
.profile__link_logout:active,
.profile__link_logout:focus,
.profile__link_logout:hover {
    color: #A63C3C
}

@media print, screen and (max-width: 74.99875em) {
    .profile {
        /*display: none*/
    }
}

@media print, screen and (max-width: 59.99875em) {
    .profile {
        top: calc(100% + 2rem);
        right: calc(50% - 4.9rem)
    }
    .profile:before {
        left: calc(50% + 20px)
    }
}
@media print, screen and (max-width: 39.99875em) {
    .profile {
        right: -2rem
    }
    .profile:before{
        left: 79%;
    }
}

.title-search-result {
    position: absolute;
    display: none;
    max-width: calc(100% - 51px);
    width: 81.21429rem !important;
    left: calc(50% - 577px) !important;
    background: #f4f5f7;
    z-index: 30
}
.title-search-result .car__rel {
    display: block !important
}

@media print, screen and (max-width: 74.99875em) {
    .title-search-result {
        left: 1.21429rem !important
    }
}

.hint {
    border-radius: 0 0 .28571rem .28571rem;
    top: 0 !important;
    left: 0 !important;
    background-color: #f4f5f7;
    text-align: left;
    list-style-type: none;
    margin-top: -.5rem;
    padding: 0;
    width: 100% !important;
    position: relative !important;
    margin-left: 0
}
.hint>.car__rel {
    display: block
}

.man {
    padding-top: 2.14286rem
}

@media print, screen and (max-width: 39.99875em) {
    .man {
        padding-top: 0
    }
}

.leak {
    position: relative;
    padding-bottom: .07143rem
}
.leak_sticky {
    position: fixed
}

.advertising-green {
    border: .06143rem solid #C4E4D2;
    color: #3CA66A;
    background: #EBF6F0
}
.advertising-red {
    border: .06143rem solid #eed9d9;
    color: #a63c3b;
    background: #f6ebeb
}

.js-calc-height {
    word-break: break-word;
    resize: none
}

.fake {
    position: absolute;
    left: -214.28571rem;
    top: 0;
    word-break: break-word
}

.pickmeup {
    background: none;
    border-radius: .4em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-box-shadow: 0 0 .71429rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 .71429rem rgba(0, 0, 0, 0.3);
    display: inline-block;
    overflow: hidden;
    width: auto;
    border-radius: .28571rem;
    position: absolute;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    z-index: 10
}
.pickmeup * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pickmeup.pmu-flat {
    position: relative
}
.pickmeup.pmu-hidden {
    display: none
}
.pickmeup .pmu-instance {
    display: inline-block;
    height: 13.8em;
    padding: 0.5em;
    text-align: center;
    background: #fff;
    width: 15rem
}
.pickmeup .pmu-instance .pmu-button {
    color: #223A5E;
    cursor: pointer;
    outline: none;
    height: 1.5rem;
    line-height: normal;
    padding-top: 0;
    border-radius: .21429rem;
    text-decoration: none
}
.pickmeup .pmu-instance .pmu-button.pmu-saturday,
.pickmeup .pmu-instance .pmu-button.pmu-sunday {
    color: #a63c3c
}
.pickmeup .pmu-instance .pmu-today {
    background: #primary-color;
    color: #d3d8df
}
.pickmeup .pmu-instance .pmu-button:hover {
    background: #223A5E;
    color: #fff
}
.pickmeup .pmu-instance .pmu-not-in-month {
    color: #b2b2b2
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-saturday,
.pickmeup .pmu-instance .pmu-not-in-month.pmu-sunday {
    color: #b2b2b2
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
    color: #333;
    cursor: default
}
.pickmeup .pmu-instance .pmu-selected {
    background: #d3d8df;
    color: #223A5E
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #d3d8df;
    color: #223A5E
}
.pickmeup .pmu-instance nav {
    color: #223A5E;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    line-height: 2em
}
.pickmeup .pmu-instance nav *:first-child :hover {
    color: #dcdcdc
}
.pickmeup .pmu-instance nav .pmu-next,
.pickmeup .pmu-instance nav .pmu-prev {
    display: none;
    height: 2em;
    width: 1em;
    color: #223A5E
}
.pickmeup .pmu-instance nav .pmu-month {
    width: 14em;
    color: #223A5E
}
.pickmeup .pmu-instance .pmu-months *,
.pickmeup .pmu-instance .pmu-years * {
    display: inline-block;
    line-height: 3.6em;
    width: 3.5em
}
.pickmeup .pmu-instance .pmu-day-of-week {
    color: #223A5E;
    font-weight: 700;
    cursor: default
}
.pickmeup .pmu-instance .pmu-day-of-week :nth-child(6),
.pickmeup .pmu-instance .pmu-day-of-week :nth-child(7) {
    color: #a63c3c
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    height: 1.5rem;
    padding-top: .07143rem;
    width: 2rem
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
    display: block
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 12em
}
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
    display: none
}

@media print, screen and (max-width: 39.99875em) {
    .pickmeup {
        left: 1.07143rem !important
    }
    .pickmeup_only .pmu-instance:nth-child(1) {
        display: block !important
    }
    .pickmeup .pmu-instance {
        width: calc(100vw - 30px);
        height: auto
    }
    .pickmeup .pmu-instance .pmu-day-of-week *,
    .pickmeup .pmu-instance .pmu-days * {
        width: calc(100% /7);
        height: 2.14286rem;
        padding-top: .35714rem
    }
    .pickmeup .pmu-instance .pmu-month {
        width: calc(100% - 28px) !important
    }
    .pickmeup .pmu-instance nav .pmu-next,
    .pickmeup .pmu-instance nav .pmu-prev {
        display: block
    }
    .pickmeup .pmu-instance:nth-child(1),
    .pickmeup .pmu-instance:nth-child(3) {
        display: none
    }
}

.safari-js .pmu-instance .pmu-day-of-week *,
.safari-js .pmu-instance .pmu-days * {
    padding-top: .28571rem
}

@media print, screen and (max-width: 39.99875em) {
    .safari-js .pmu-instance .pmu-day-of-week *,
    .safari-js .pmu-instance .pmu-days * {
        padding-top: .57143rem
    }
}

.warn {
    color: #a63c3c;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 1.71429rem
}
.warn_null {
    padding-bottom: .85714rem
}
.warn_spec {
    padding-bottom: 2.14286rem;
    display: none
}
.warn_spec.js-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.warn .js-inl-svg {
    position: relative;
    display: block;
    top: -.14286rem
}
.warn__fill {
    padding-left: .57143rem
}

@media print, screen and (max-width: 39.99875em) {
    .warn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media print, screen and (max-width: 39.99875em) and (max-width: 39.99875em) {
    .warn {
        padding-bottom: .71429rem
    }
    .warn__fill {
        width: calc(100% - 23px)
    }
}

.warn-blue {
    color: #223A5E;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 4.14286rem 2.1rem
}
.warn-user {
    padding: 1.71429rem 5.35714rem
}

.js-open-filter {
    cursor: pointer;
    color: #3C66A6
}

@media print, screen and (max-width: 39.99875em) {
    .g-recaptcha {
        overflow: hidden
    }
}

.layout2-header {
    z-index: 10
}
.layout2-breadcrumbs {
    background: #F2F2F5;
    margin-top: 3.57143rem
}
.layout2-breadcrumbs-list li:after {
    padding: 0 .57143rem
}
.layout2-header-menu .header-menu__item {
    margin-left: 1.25em
}
.layout2-mainmenu-link {
    background: none !important;
    color: #fff !important
}
.layout2-mainmenu-link:hover {
    color: #ddc5a1 !important
}
.layout2-footer {
    background: #F2F2F5;
    border-top: 2px solid rgba(34, 58, 94, 0.1);
    padding: 2.14286rem 0 2.28571rem 0
}

.midi {
    font-size: 1.28571rem;
    font-weight: 600;
    padding-top: .71429rem
}

.sight {
    padding-right: 1rem
}

@media print, screen and (max-width: 39.99875em) {
    .sight {
        padding-right: 0;
        text-align: center
    }
}

.sun {
    margin-bottom: 1.42857rem
}

.js-sortable>* {
    cursor: n-resize
}

.dropdown-pane_new {
    top: calc(100% + .2rem);
    width: 100%;
    right: 0
}
.dropdown-pane_new.js-opened {
    display: block;
    visibility: visible
}
.dropdown-wrap {
    position: relative
}

.freq {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-top: 2.14286rem;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
}


.files__list{
    margin: 2em 0;
}
.files__item{
    display: inline-flex;
    margin: 0 1em 0.5em 0;
}
.files__item img{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    vertical-align: top;
}
.files__item span{
    margin: auto 0.5em;
}


@media print, screen and (max-width: 39.99875em) {
    .freq {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}


@media screen and (max-width:768px) {
    .b24-widget-button-position-bottom-right{
        right: 10px !important;
        bottom: 15px !important;
    }
}


.data__info2 {
    border: 0;
    background: #D3D8DF;
    text-align: left
}

.data__info2 a {
    color: #223A5E;
    text-decoration: none
}


.data__info2:nth-child(1) {
    width: 2em
}

.data__info2:nth-child(2) {
    width: 8em
}

.data__info2:nth-child(3) {
    width: 14em
}

.data__info2:nth-child(4) {
    width: 20em
}

.data__info2:nth-child(5) {
    width: 10em
}

.data__info2:nth-child(6) {
    width: 10em
}

.data__info2:nth-child(7) {
    width: 7em
}

.data__info2:nth-child(7).data__info_close {
    width: auto
}

.data__info2:nth-child(7).data__info_auto {
    width: auto
}

.data__info2:nth-child(8) {
    width: 7em
}

.data__info2:nth-child(9) {
    width: 5em
}

.data__info2:nth-child(10) {
    width: 5em
}

.data__info2:nth-child(10).data__info_name {
    width: auto
}

.data__info2:nth-child(10).data__info_auto {
    width: auto
}
.data__info2:nth-child(11) {
    width: 6em
}
.data__info2:nth-child(12) {
    width: 6em
}

@media print, screen and (max-width: 39.99875em) {
    .data__info2:nth-child(9).data__info_name {
        min-width: 0;
        width: auto
    }
}
.group-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: -.71429rem;
    padding: .71429rem;
}
.group-toggle:hover {
    text-decoration: none;
}

.iframe-holder {
    position: relative;
    padding-bottom: 56.25%;
}
.iframe-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.interchange.admin-panel {
    margin-top:-39px;
}
.red {
    color:red;
}

.documents-slider .slick-dots li,
.documents-slider .slick-dots li button {
    transition: all 0.4s ease;
}

.documents-slider .slick-dots .slick-active + * + * ~ *,
.documents-slider .slick-dots li:has(~ * + * + .slick-active) {
    opacity: 0;
    width: 0;
    height: 0;
}

tr.task-row-deactive td:not(.panel-buttons){
    opacity: 0.4;
}


/* cookie */
.cookie-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 1001;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 4px rgba(200, 200, 200, 0.5);
  z-index: 3001;
}

@media (max-width: 768px) {
  .cookie-container {
    padding: 12px;
  }
}

.cookie-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 83.35714rem;
  margin: 0 auto;
  text-wrap: balance;
  line-height: 20px;
    padding-right: 1.07143rem;
    padding-left: 1.07143rem;
}

@media (max-width: 768px) {
  .cookie-wrapper {
    gap: 15px;
    font-size: 14px;
  }
}

.cookie-btn {
  flex-shrink: 0;
}

.cookie-btn .button {
  margin: 0;
}

@media (max-width: 600px) {
  .cookie-container {
    bottom: 0;
  }
}

@media (max-width: 375px) {
  .cookie-wrapper {
    text-align: center;
    flex-direction: column;
  }
}

/* /cookie */
/* End */


/* Start:/local/templates/msu_common/css/diclaimer.css?1708928333231*/
/*
* Temporary solution MSULC-648
* PATH: local/templates/msu_common/include_areas/header.php
*/
.diclaimer {
    background-color: #f2f2f2;
    width: 100%;
    padding: 5px 0;
}
.diclaimer p{
    margin: 0;
    font-size: 16px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/template1/style.min.css?1708928325467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */
/* /local/templates/msu_common/css/style.css?1754303942605070 */
/* /local/templates/msu_common/css/diclaimer.css?1708928333231 */
/* /local/templates/.default/components/bitrix/breadcrumb/template1/style.min.css?1708928325467 */
