@charset "UTF-8";
.btn,
.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.collapse,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-dots li button,
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
a:active,
a:hover {
    outline: 0;
}
.slick-slider,
html {
    -webkit-tap-highlight-color: transparent;
}
.dl-horizontal dd:after,
.slick-track:after {
    clear: both;
}
.animated.infinite,
.iteration-infinite {
    animation-iteration-count: infinite;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}
@keyframes tada {
    0% {
        transform: scale(1, 1);
    }
    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}
@keyframes swing {
    100%,
    20%,
    40%,
    60%,
    80% {
        transform-origin: top center 50%;
    }
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0);
    }
}
@keyframes wobble {
    0%,
    100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        transform: translateX(-5%) rotate(-1deg);
    }
}
@keyframes pulse {
    0%,
    100% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
}
@keyframes wiggle {
    0% {
        transform: skewX(9deg);
    }
    10% {
        transform: skewX(-8deg);
    }
    20% {
        transform: skewX(7deg);
    }
    30% {
        transform: skewX(-6deg);
    }
    40% {
        transform: skewX(5deg);
    }
    50% {
        transform: skewX(-4deg);
    }
    60% {
        transform: skewX(3deg);
    }
    70% {
        transform: skewX(-2deg);
    }
    80% {
        transform: skewX(1deg);
    }
    100%,
    90% {
        transform: skewX(0);
    }
}
@keyframes bounceOut {
    0% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.95, 0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3, 0.3);
    }
}
@keyframes bounceOutUp {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}
@keyframes bounceOutDown {
    0% {
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
@keyframes bounceOutRight {
    0% {
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3, 0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.05, 1.05);
    }
    70% {
        transform: scale(0.9, 0.9);
    }
    100% {
        transform: scale(1, 1);
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        transform: translateY(-30px);
    }
    80% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(-30px);
    }
    80% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        transform: translateX(30px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes fadeOutUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}
@keyframes fadeOutDown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}
@keyframes fadeOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(20px);
        opacity: 0;
    }
}
@keyframes fadeOutLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-20px);
        opacity: 0;
    }
}
@keyframes fadeOutUpBig {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-2000px);
        opacity: 0;
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}
@keyframes fadeInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInRight {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeInLeft {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeInUpBig {
    0% {
        transform: translateY(2000px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: compact(ease-out, false, false, false, false, false, false, false, false, false);
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: compact(ease-out, false, false, false, false, false, false, false, false, false);
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: compact(ease-in, false, false, false, false, false, false, false, false, false);
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        animation-timing-function: compact(ease-in, false, false, false, false, false, false, false, false, false);
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: compact(ease-in, false, false, false, false, false, false, false, false, false);
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }
    100% {
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}
@keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        transform-origin: center center 50%;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: center center 50%;
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom 50%;
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: left bottom 50%;
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom 50%;
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        transform-origin: right bottom 50%;
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center center 50%;
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center center 50%;
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom 50%;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom 50%;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom 50%;
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom 50%;
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom 50%;
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left 50%;
        animation-timing-function: compact(ease-in-out, false, false, false, false, false, false, false, false, false);
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left 50%;
        animation-timing-function: compact(ease-in-out, false, false, false, false, false, false, false, false, false);
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left 50%;
        animation-timing-function: compact(ease-in-out, false, false, false, false, false, false, false, false, false);
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left 50%;
        animation-timing-function: compact(ease-in-out, false, false, false, false, false, false, false, false, false);
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg);
    }
}
.burgermenu-left,
.burgermenu-right {
    width: 273px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    transition: all 0.6s ease;
}
.burgermenu-left .burgermenu-panel,
.burgermenu-right .burgermenu-panel {
    position: absolute;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    left: 273px;
    width: 273px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    transition: all 0.6s ease;
}
.opened-left body,
.opened-right body,
.slick-list {
    overflow: hidden;
}
.burgermenu-left .burgermenu-panel.opened,
.burgermenu-right .burgermenu-panel.opened {
    transform: translate3d(-273px, 0, 0);
    z-index: 5;
}
.burgermenu-left .burgermenu-panel:first-child,
.burgermenu-right .burgermenu-panel:first-child {
    left: 0;
    width: 100%;
    z-index: 0;
}
.burgermenu-left .burgermenu-panel:first-child.opened,
.burgermenu-right .burgermenu-panel:first-child.opened {
    transform: translate3d(0, 0, 0);
}
.burgermenu-right,
.opened-left #burgermenu-blocker,
.opened-left .burgermenu-sticky-head,
.opened-left .page-wrapper {
    transform: translate3d(273px, 0, 0);
}
.burgermenu-left .dropdown .dropdown-children,
.burgermenu-right .dropdown .dropdown-children {
    display: none;
}
.burgermenu-left a,
.burgermenu-right a {
    display: block;
}
.burgermenu-left ul,
.burgermenu-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.burgermenu-right {
    right: 0;
}
.page-wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 320px;
    transition: all 0.6s ease;
}
.burgermenu-sticky-head {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: all 0.6s ease;
}
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.opened-left,
.opened-right {
    overflow: hidden;
    height: 100%;
}
.opened-left .page-wrapper,
.opened-right .page-wrapper {
    min-height: 100vh;
    z-index: 0;
}
.opened-left .burgermenu-left,
.opened-left .burgermenu-right,
.opened-right .burgermenu-left,
.opened-right .burgermenu-right {
    z-index: 1;
}
.opened-left #burgermenu-blocker,
.opened-right #burgermenu-blocker {
    display: block;
}
.opened-left .burgermenu-left {
    transform: translate3d(0, 0, 0);
}
.opened-right #burgermenu-blocker,
.opened-right .burgermenu-sticky-head,
.opened-right .page-wrapper {
    transform: translate3d(-273px, 0, 0);
}
.opened-right .burgermenu-right,
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}
.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.slick-list {
    margin: 0;
    padding: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-slide {
    float: left;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    /* update */
    margin: 0 auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"),
        url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-next,
.slick-prev {
    background: 0 0;
    transform: translate(0, -50%);
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75;
}
.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 0;
    height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    bottom: 2px;
    height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0;
    width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    right: 2px;
    width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    width: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
    height: 11px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width: 11px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    opacity: 0.9;
}
.datepicker {
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    direction: ltr;
}
.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    color: #333;
    font-size: 13px;
    line-height: 18px;
}
.datepicker table {
    border: 0;
    margin: 0;
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer;
}
body,
figure {
    margin: 0;
}
.datepicker td.new,
.datepicker td.old {
    color: #999;
}
.datepicker td span.month.disabled,
.datepicker td span.year.disabled,
.datepicker td.day.disabled {
    color: #eee;
}
.datepicker th span.active,
.datepicker th.active.day,
.datepicker th.active.year {
    background: #2ba6cb;
}
.datepicker th.date-switch {
    width: 145px;
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}
.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
    display: block;
}
.datepicker-dropdown:after,
.datepicker-dropdown:before {
    content: "";
    display: inline-block;
    position: absolute;
}
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}
.datepicker tfoot tr:first-child th {
    cursor: pointer;
}
.datepicker-inline {
    width: 220px;
}
.datepicker-rtl {
    direction: rtl;
}
.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
}
.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 6px;
}
.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 7px;
}
.datepicker-dropdown::after,
.datepicker-dropdown::before,
.datepicker > div,
[hidden],
template {
    display: none;
}
.datepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
}
.img-responsive,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.color-gray-6 {
    color: #666 !important;
}
.color-gray-7 {
    color: #777 !important;
}
.color-gray-9 {
    color: #999 !important;
}
.color-orange-bright {
    color: #ff5a1f;
}
.color-transparent {
    color: transparent;
}
.hover-color-orange:hover {
    color: #ff9a00 !important;
}
.hover-color-orange-bright:hover {
    color: #ff5a1f !important;
}
.hover-color-light:hover {
    color: #f1f1f1 !important;
}
[class*="hover-color"] {
    transition: all 0.2s;
}
.fon-white {
    background-color: #fff;
}
.fon-gray {
    background-color: #292c31;
}
.fon-gray-fa {
    background-color: #fafafa;
}
.fon-gray-dark {
    background-color: #10151a;
}
.fon-gray-dark-2 {
    background-color: #2e3235;
}
.fon-gray-dark-3 {
    background-color: #010102;
}
.color-gray-dark-4,
.color-gray-dark-4.info-text p {
    color: #2f3232;
}
.is-border .accordeon-title::before,
.mobile-list-trigger::before,
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
a {
    background-color: transparent;
    transition: color 0.3s ease;
    color: #a5a5a5;
    text-decoration: none;
}
b,
optgroup,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.form-control,
.open > .btn-danger.dropdown-toggle,
.open > .btn-default.dropdown-toggle,
.open > .btn-info.dropdown-toggle,
.open > .btn-primary.dropdown-toggle,
.open > .btn-success.dropdown-toggle,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    vertical-align: middle;        
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
address,
cite {
    font-style: normal;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
td,
th {
    padding: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a:focus,
a:hover {
    color: #777;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.img-responsive {
    display: block;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}
.img-circle {
    border-radius: 50%;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #b5b5b5;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
kbd kbd,
label {
    font-weight: 700;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-muted {
    color: #b5b5b5;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
pre code,
table {
    background-color: transparent;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
address,
dl {
    margin-bottom: 20px;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix::after,
.container-fluid:after,
.form-horizontal .form-group:after,
.nav:after,
.panel-body:after,
.row:after {
    clear: both;
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #b5b5b5;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    margin: 0;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #b5b5b5;
}
legend,
pre {
    color: #333;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote:after,
blockquote:before {
    content: "";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}
caption,
th {
    text-align: left;
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}
address {
    line-height: 1.42857;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.popover,
.tooltip {
    font-family: "Open Sans", Arial, sans-serif;
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.container-fluid:after,
.container-fluid:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}
.btn,
.input-group-btn,
.label {
    white-space: nowrap;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}
.table,
label {
    max-width: 100%;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-18 {
    width: 100%;
}
.col-xs-17 {
    width: 94.44444%;
}
.col-xs-16 {
    width: 88.88889%;
}
.col-xs-15 {
    width: 83.33333%;
}
.col-xs-14 {
    width: 77.77778%;
}
.col-xs-13 {
    width: 72.22222%;
}
.col-xs-12 {
    width: 66.66667%;
}
.col-xs-11 {
    width: 61.11111%;
}
.col-xs-10 {
    width: 55.55556%;
}
.col-xs-9 {
    width: 50%;
}
.col-xs-8 {
    width: 44.44444%;
}
.col-xs-7 {
    width: 38.88889%;
}
.col-xs-6 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 27.77778%;
}
.col-xs-4 {
    width: 22.22222%;
}
.col-xs-3 {
    width: 16.66667%;
}
.col-xs-2 {
    width: 11.11111%;
}
.col-xs-1 {
    width: 5.55556%;
}
.col-xs-pull-18 {
    right: 100%;
}
.col-xs-pull-17 {
    right: 94.44444%;
}
.col-xs-pull-16 {
    right: 88.88889%;
}
.col-xs-pull-15 {
    right: 83.33333%;
}
.col-xs-pull-14 {
    right: 77.77778%;
}
.col-xs-pull-13 {
    right: 72.22222%;
}
.col-xs-pull-12 {
    right: 66.66667%;
}
.col-xs-pull-11 {
    right: 61.11111%;
}
.col-xs-pull-10 {
    right: 55.55556%;
}
.col-xs-pull-9 {
    right: 50%;
}
.col-xs-pull-8 {
    right: 44.44444%;
}
.col-xs-pull-7 {
    right: 38.88889%;
}
.col-xs-pull-6 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 27.77778%;
}
.col-xs-pull-4 {
    right: 22.22222%;
}
.col-xs-pull-3 {
    right: 16.66667%;
}
.col-xs-pull-2 {
    right: 11.11111%;
}
.col-xs-pull-1 {
    right: 5.55556%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-18 {
    left: 100%;
}
.col-xs-push-17 {
    left: 94.44444%;
}
.col-xs-push-16 {
    left: 88.88889%;
}
.col-xs-push-15 {
    left: 83.33333%;
}
.col-xs-push-14 {
    left: 77.77778%;
}
.col-xs-push-13 {
    left: 72.22222%;
}
.col-xs-push-12 {
    left: 66.66667%;
}
.col-xs-push-11 {
    left: 61.11111%;
}
.col-xs-push-10 {
    left: 55.55556%;
}
.col-xs-push-9 {
    left: 50%;
}
.col-xs-push-8 {
    left: 44.44444%;
}
.col-xs-push-7 {
    left: 38.88889%;
}
.col-xs-push-6 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 27.77778%;
}
.col-xs-push-4 {
    left: 22.22222%;
}
.col-xs-push-3 {
    left: 16.66667%;
}
.col-xs-push-2 {
    left: 11.11111%;
}
.col-xs-push-1 {
    left: 5.55556%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-18 {
    margin-left: 100%;
}
.col-xs-offset-17 {
    margin-left: 94.44444%;
}
.col-xs-offset-16 {
    margin-left: 88.88889%;
}
.col-xs-offset-15 {
    margin-left: 83.33333%;
}
.col-xs-offset-14 {
    margin-left: 77.77778%;
}
.col-xs-offset-13 {
    margin-left: 72.22222%;
}
.col-xs-offset-12 {
    margin-left: 66.66667%;
}
.col-xs-offset-11 {
    margin-left: 61.11111%;
}
.col-xs-offset-10 {
    margin-left: 55.55556%;
}
.col-xs-offset-9 {
    margin-left: 50%;
}
.col-xs-offset-8 {
    margin-left: 44.44444%;
}
.col-xs-offset-7 {
    margin-left: 38.88889%;
}
.col-xs-offset-6 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 27.77778%;
}
.col-xs-offset-4 {
    margin-left: 22.22222%;
}
.col-xs-offset-3 {
    margin-left: 16.66667%;
}
.col-xs-offset-2 {
    margin-left: 11.11111%;
}
.col-xs-offset-1 {
    margin-left: 5.55556%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-18 {
        width: 100%;
    }
    .col-sm-17 {
        width: 94.44444%;
    }
    .col-sm-16 {
        width: 88.88889%;
    }
    .col-sm-15 {
        width: 83.33333%;
    }
    .col-sm-14 {
        width: 77.77778%;
    }
    .col-sm-13 {
        width: 72.22222%;
    }
    .col-sm-12 {
        width: 66.66667%;
    }
    .col-sm-11 {
        width: 61.11111%;
    }
    .col-sm-10 {
        width: 55.55556%;
    }
    .col-sm-9 {
        width: 50%;
    }
    .col-sm-8 {
        width: 44.44444%;
    }
    .col-sm-7 {
        width: 38.88889%;
    }
    .col-sm-6 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 27.77778%;
    }
    .col-sm-4 {
        width: 22.22222%;
    }
    .col-sm-3 {
        width: 16.66667%;
    }
    .col-sm-2 {
        width: 11.11111%;
    }
    .col-sm-1 {
        width: 5.55556%;
    }
    .col-sm-pull-18 {
        right: 100%;
    }
    .col-sm-pull-17 {
        right: 94.44444%;
    }
    .col-sm-pull-16 {
        right: 88.88889%;
    }
    .col-sm-pull-15 {
        right: 83.33333%;
    }
    .col-sm-pull-14 {
        right: 77.77778%;
    }
    .col-sm-pull-13 {
        right: 72.22222%;
    }
    .col-sm-pull-12 {
        right: 66.66667%;
    }
    .col-sm-pull-11 {
        right: 61.11111%;
    }
    .col-sm-pull-10 {
        right: 55.55556%;
    }
    .col-sm-pull-9 {
        right: 50%;
    }
    .col-sm-pull-8 {
        right: 44.44444%;
    }
    .col-sm-pull-7 {
        right: 38.88889%;
    }
    .col-sm-pull-6 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 27.77778%;
    }
    .col-sm-pull-4 {
        right: 22.22222%;
    }
    .col-sm-pull-3 {
        right: 16.66667%;
    }
    .col-sm-pull-2 {
        right: 11.11111%;
    }
    .col-sm-pull-1 {
        right: 5.55556%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-18 {
        left: 100%;
    }
    .col-sm-push-17 {
        left: 94.44444%;
    }
    .col-sm-push-16 {
        left: 88.88889%;
    }
    .col-sm-push-15 {
        left: 83.33333%;
    }
    .col-sm-push-14 {
        left: 77.77778%;
    }
    .col-sm-push-13 {
        left: 72.22222%;
    }
    .col-sm-push-12 {
        left: 66.66667%;
    }
    .col-sm-push-11 {
        left: 61.11111%;
    }
    .col-sm-push-10 {
        left: 55.55556%;
    }
    .col-sm-push-9 {
        left: 50%;
    }
    .col-sm-push-8 {
        left: 44.44444%;
    }
    .col-sm-push-7 {
        left: 38.88889%;
    }
    .col-sm-push-6 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 27.77778%;
    }
    .col-sm-push-4 {
        left: 22.22222%;
    }
    .col-sm-push-3 {
        left: 16.66667%;
    }
    .col-sm-push-2 {
        left: 11.11111%;
    }
    .col-sm-push-1 {
        left: 5.55556%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-18 {
        margin-left: 100%;
    }
    .col-sm-offset-17 {
        margin-left: 94.44444%;
    }
    .col-sm-offset-16 {
        margin-left: 88.88889%;
    }
    .col-sm-offset-15 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-14 {
        margin-left: 77.77778%;
    }
    .col-sm-offset-13 {
        margin-left: 72.22222%;
    }
    .col-sm-offset-12 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-11 {
        margin-left: 61.11111%;
    }
    .col-sm-offset-10 {
        margin-left: 55.55556%;
    }
    .col-sm-offset-9 {
        margin-left: 50%;
    }
    .col-sm-offset-8 {
        margin-left: 44.44444%;
    }
    .col-sm-offset-7 {
        margin-left: 38.88889%;
    }
    .col-sm-offset-6 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 27.77778%;
    }
    .col-sm-offset-4 {
        margin-left: 22.22222%;
    }
    .col-sm-offset-3 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-2 {
        margin-left: 11.11111%;
    }
    .col-sm-offset-1 {
        margin-left: 5.55556%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 960px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-18 {
        width: 100%;
    }
    .col-md-17 {
        width: 94.44444%;
    }
    .col-md-16 {
        width: 88.88889%;
    }
    .col-md-15 {
        width: 83.33333%;
    }
    .col-md-14 {
        width: 77.77778%;
    }
    .col-md-13 {
        width: 72.22222%;
    }
    .col-md-12 {
        width: 66.66667%;
    }
    .col-md-11 {
        width: 61.11111%;
    }
    .col-md-10 {
        width: 55.55556%;
    }
    .col-md-9 {
        width: 50%;
    }
    .col-md-8 {
        width: 44.44444%;
    }
    .col-md-7 {
        width: 38.88889%;
    }
    .col-md-6 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 27.77778%;
    }
    .col-md-4 {
        width: 22.22222%;
    }
    .col-md-3 {
        width: 16.66667%;
    }
    .col-md-2 {
        width: 11.11111%;
    }
    .col-md-1 {
        width: 5.55556%;
    }
    .col-md-pull-18 {
        right: 100%;
    }
    .col-md-pull-17 {
        right: 94.44444%;
    }
    .col-md-pull-16 {
        right: 88.88889%;
    }
    .col-md-pull-15 {
        right: 83.33333%;
    }
    .col-md-pull-14 {
        right: 77.77778%;
    }
    .col-md-pull-13 {
        right: 72.22222%;
    }
    .col-md-pull-12 {
        right: 66.66667%;
    }
    .col-md-pull-11 {
        right: 61.11111%;
    }
    .col-md-pull-10 {
        right: 55.55556%;
    }
    .col-md-pull-9 {
        right: 50%;
    }
    .col-md-pull-8 {
        right: 44.44444%;
    }
    .col-md-pull-7 {
        right: 38.88889%;
    }
    .col-md-pull-6 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 27.77778%;
    }
    .col-md-pull-4 {
        right: 22.22222%;
    }
    .col-md-pull-3 {
        right: 16.66667%;
    }
    .col-md-pull-2 {
        right: 11.11111%;
    }
    .col-md-pull-1 {
        right: 5.55556%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-18 {
        left: 100%;
    }
    .col-md-push-17 {
        left: 94.44444%;
    }
    .col-md-push-16 {
        left: 88.88889%;
    }
    .col-md-push-15 {
        left: 83.33333%;
    }
    .col-md-push-14 {
        left: 77.77778%;
    }
    .col-md-push-13 {
        left: 72.22222%;
    }
    .col-md-push-12 {
        left: 66.66667%;
    }
    .col-md-push-11 {
        left: 61.11111%;
    }
    .col-md-push-10 {
        left: 55.55556%;
    }
    .col-md-push-9 {
        left: 50%;
    }
    .col-md-push-8 {
        left: 44.44444%;
    }
    .col-md-push-7 {
        left: 38.88889%;
    }
    .col-md-push-6 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 27.77778%;
    }
    .col-md-push-4 {
        left: 22.22222%;
    }
    .col-md-push-3 {
        left: 16.66667%;
    }
    .col-md-push-2 {
        left: 11.11111%;
    }
    .col-md-push-1 {
        left: 5.55556%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-18 {
        margin-left: 100%;
    }
    .col-md-offset-17 {
        margin-left: 94.44444%;
    }
    .col-md-offset-16 {
        margin-left: 88.88889%;
    }
    .col-md-offset-15 {
        margin-left: 83.33333%;
    }
    .col-md-offset-14 {
        margin-left: 77.77778%;
    }
    .col-md-offset-13 {
        margin-left: 72.22222%;
    }
    .col-md-offset-12 {
        margin-left: 66.66667%;
    }
    .col-md-offset-11 {
        margin-left: 61.11111%;
    }
    .col-md-offset-10 {
        margin-left: 55.55556%;
    }
    .col-md-offset-9 {
        margin-left: 50%;
    }
    .col-md-offset-8 {
        margin-left: 44.44444%;
    }
    .col-md-offset-7 {
        margin-left: 38.88889%;
    }
    .col-md-offset-6 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 27.77778%;
    }
    .col-md-offset-4 {
        margin-left: 22.22222%;
    }
    .col-md-offset-3 {
        margin-left: 16.66667%;
    }
    .col-md-offset-2 {
        margin-left: 11.11111%;
    }
    .col-md-offset-1 {
        margin-left: 5.55556%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-18 {
        width: 100%;
    }
    .col-lg-17 {
        width: 94.44444%;
    }
    .col-lg-16 {
        width: 88.88889%;
    }
    .col-lg-15 {
        width: 83.33333%;
    }
    .col-lg-14 {
        width: 77.77778%;
    }
    .col-lg-13 {
        width: 72.22222%;
    }
    .col-lg-12 {
        width: 66.66667%;
    }
    .col-lg-11 {
        width: 61.11111%;
    }
    .col-lg-10 {
        width: 55.55556%;
    }
    .col-lg-9 {
        width: 50%;
    }
    .col-lg-8 {
        width: 44.44444%;
    }
    .col-lg-7 {
        width: 38.88889%;
    }
    .col-lg-6 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 27.77778%;
    }
    .col-lg-4 {
        width: 22.22222%;
    }
    .col-lg-3 {
        width: 16.66667%;
    }
    .col-lg-2 {
        width: 11.11111%;
    }
    .col-lg-1 {
        width: 5.55556%;
    }
    .col-lg-pull-18 {
        right: 100%;
    }
    .col-lg-pull-17 {
        right: 94.44444%;
    }
    .col-lg-pull-16 {
        right: 88.88889%;
    }
    .col-lg-pull-15 {
        right: 83.33333%;
    }
    .col-lg-pull-14 {
        right: 77.77778%;
    }
    .col-lg-pull-13 {
        right: 72.22222%;
    }
    .col-lg-pull-12 {
        right: 66.66667%;
    }
    .col-lg-pull-11 {
        right: 61.11111%;
    }
    .col-lg-pull-10 {
        right: 55.55556%;
    }
    .col-lg-pull-9 {
        right: 50%;
    }
    .col-lg-pull-8 {
        right: 44.44444%;
    }
    .col-lg-pull-7 {
        right: 38.88889%;
    }
    .col-lg-pull-6 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 27.77778%;
    }
    .col-lg-pull-4 {
        right: 22.22222%;
    }
    .col-lg-pull-3 {
        right: 16.66667%;
    }
    .col-lg-pull-2 {
        right: 11.11111%;
    }
    .col-lg-pull-1 {
        right: 5.55556%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-18 {
        left: 100%;
    }
    .col-lg-push-17 {
        left: 94.44444%;
    }
    .col-lg-push-16 {
        left: 88.88889%;
    }
    .col-lg-push-15 {
        left: 83.33333%;
    }
    .col-lg-push-14 {
        left: 77.77778%;
    }
    .col-lg-push-13 {
        left: 72.22222%;
    }
    .col-lg-push-12 {
        left: 66.66667%;
    }
    .col-lg-push-11 {
        left: 61.11111%;
    }
    .col-lg-push-10 {
        left: 55.55556%;
    }
    .col-lg-push-9 {
        left: 50%;
    }
    .col-lg-push-8 {
        left: 44.44444%;
    }
    .col-lg-push-7 {
        left: 38.88889%;
    }
    .col-lg-push-6 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 27.77778%;
    }
    .col-lg-push-4 {
        left: 22.22222%;
    }
    .col-lg-push-3 {
        left: 16.66667%;
    }
    .col-lg-push-2 {
        left: 11.11111%;
    }
    .col-lg-push-1 {
        left: 5.55556%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-18 {
        margin-left: 100%;
    }
    .col-lg-offset-17 {
        margin-left: 94.44444%;
    }
    .col-lg-offset-16 {
        margin-left: 88.88889%;
    }
    .col-lg-offset-15 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-14 {
        margin-left: 77.77778%;
    }
    .col-lg-offset-13 {
        margin-left: 72.22222%;
    }
    .col-lg-offset-12 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-11 {
        margin-left: 61.11111%;
    }
    .col-lg-offset-10 {
        margin-left: 55.55556%;
    }
    .col-lg-offset-9 {
        margin-left: 50%;
    }
    .col-lg-offset-8 {
        margin-left: 44.44444%;
    }
    .col-lg-offset-7 {
        margin-left: 38.88889%;
    }
    .col-lg-offset-6 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 27.77778%;
    }
    .col-lg-offset-4 {
        margin-left: 22.22222%;
    }
    .col-lg-offset-3 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-2 {
        margin-left: 11.11111%;
    }
    .col-lg-offset-1 {
        margin-left: 5.55556%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1420px) {
    .col-ex-1,
    .col-ex-10,
    .col-ex-11,
    .col-ex-12,
    .col-ex-13,
    .col-ex-14,
    .col-ex-15,
    .col-ex-16,
    .col-ex-17,
    .col-ex-18,
    .col-ex-2,
    .col-ex-3,
    .col-ex-4,
    .col-ex-5,
    .col-ex-6,
    .col-ex-7,
    .col-ex-8,
    .col-ex-9 {
        float: left;
    }
    .col-ex-18 {
        width: 100%;
    }
    .col-ex-17 {
        width: 94.44444%;
    }
    .col-ex-16 {
        width: 88.88889%;
    }
    .col-ex-15 {
        width: 83.33333%;
    }
    .col-ex-14 {
        width: 77.77778%;
    }
    .col-ex-13 {
        width: 72.22222%;
    }
    .col-ex-12 {
        width: 66.66667%;
    }
    .col-ex-11 {
        width: 61.11111%;
    }
    .col-ex-10 {
        width: 55.55556%;
    }
    .col-ex-9 {
        width: 50%;
    }
    .col-ex-8 {
        width: 44.44444%;
    }
    .col-ex-7 {
        width: 38.88889%;
    }
    .col-ex-6 {
        width: 33.33333%;
    }
    .col-ex-5 {
        width: 27.77778%;
    }
    .col-ex-4 {
        width: 22.22222%;
    }
    .col-ex-3 {
        width: 16.66667%;
    }
    .col-ex-2 {
        width: 11.11111%;
    }
    .col-ex-1 {
        width: 5.55556%;
    }
    .col-ex-pull-18 {
        right: 100%;
    }
    .col-ex-pull-17 {
        right: 94.44444%;
    }
    .col-ex-pull-16 {
        right: 88.88889%;
    }
    .col-ex-pull-15 {
        right: 83.33333%;
    }
    .col-ex-pull-14 {
        right: 77.77778%;
    }
    .col-ex-pull-13 {
        right: 72.22222%;
    }
    .col-ex-pull-12 {
        right: 66.66667%;
    }
    .col-ex-pull-11 {
        right: 61.11111%;
    }
    .col-ex-pull-10 {
        right: 55.55556%;
    }
    .col-ex-pull-9 {
        right: 50%;
    }
    .col-ex-pull-8 {
        right: 44.44444%;
    }
    .col-ex-pull-7 {
        right: 38.88889%;
    }
    .col-ex-pull-6 {
        right: 33.33333%;
    }
    .col-ex-pull-5 {
        right: 27.77778%;
    }
    .col-ex-pull-4 {
        right: 22.22222%;
    }
    .col-ex-pull-3 {
        right: 16.66667%;
    }
    .col-ex-pull-2 {
        right: 11.11111%;
    }
    .col-ex-pull-1 {
        right: 5.55556%;
    }
    .col-ex-pull-0 {
        right: auto;
    }
    .col-ex-push-18 {
        left: 100%;
    }
    .col-ex-push-17 {
        left: 94.44444%;
    }
    .col-ex-push-16 {
        left: 88.88889%;
    }
    .col-ex-push-15 {
        left: 83.33333%;
    }
    .col-ex-push-14 {
        left: 77.77778%;
    }
    .col-ex-push-13 {
        left: 72.22222%;
    }
    .col-ex-push-12 {
        left: 66.66667%;
    }
    .col-ex-push-11 {
        left: 61.11111%;
    }
    .col-ex-push-10 {
        left: 55.55556%;
    }
    .col-ex-push-9 {
        left: 50%;
    }
    .col-ex-push-8 {
        left: 44.44444%;
    }
    .col-ex-push-7 {
        left: 38.88889%;
    }
    .col-ex-push-6 {
        left: 33.33333%;
    }
    .col-ex-push-5 {
        left: 27.77778%;
    }
    .col-ex-push-4 {
        left: 22.22222%;
    }
    .col-ex-push-3 {
        left: 16.66667%;
    }
    .col-ex-push-2 {
        left: 11.11111%;
    }
    .col-ex-push-1 {
        left: 5.55556%;
    }
    .col-ex-push-0 {
        left: auto;
    }
    .col-ex-offset-18 {
        margin-left: 100%;
    }
    .col-ex-offset-17 {
        margin-left: 94.44444%;
    }
    .col-ex-offset-16 {
        margin-left: 88.88889%;
    }
    .col-ex-offset-15 {
        margin-left: 83.33333%;
    }
    .col-ex-offset-14 {
        margin-left: 77.77778%;
    }
    .col-ex-offset-13 {
        margin-left: 72.22222%;
    }
    .col-ex-offset-12 {
        margin-left: 66.66667%;
    }
    .col-ex-offset-11 {
        margin-left: 61.11111%;
    }
    .col-ex-offset-10 {
        margin-left: 55.55556%;
    }
    .col-ex-offset-9 {
        margin-left: 50%;
    }
    .col-ex-offset-8 {
        margin-left: 44.44444%;
    }
    .col-ex-offset-7 {
        margin-left: 38.88889%;
    }
    .col-ex-offset-6 {
        margin-left: 33.33333%;
    }
    .col-ex-offset-5 {
        margin-left: 27.77778%;
    }
    .col-ex-offset-4 {
        margin-left: 22.22222%;
    }
    .col-ex-offset-3 {
        margin-left: 16.66667%;
    }
    .col-ex-offset-2 {
        margin-left: 11.11111%;
    }
    .col-ex-offset-1 {
        margin-left: 5.55556%;
    }
    .col-ex-offset-0 {
        margin-left: 0;
    }
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #b5b5b5;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.btn-group > .btn-group,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
fieldset {
    margin: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
.form-control,
output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="time"] {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm > input.form-control[type="date"],
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > input.input-group-addon[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg > input.form-control[type="date"],
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > input.input-group-addon[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px;
}
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px;
}
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block;
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table;
}
.btn,
.input-group-addon,
.label,
.tooltip-inner {
    text-align: center;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    line-height: 1.42857;
    user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-group-lg > .btn,
.btn-lg {
    line-height: 1.33333;
    border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-group-xs > .btn,
.btn-sm,
.btn-xs {
    line-height: 1.5;
    border-radius: 3px;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
    visibility: visible;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group-vertical > .btn:focus,
.btn-group > .btn:focus {
    outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn .caret,
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn-group-lg > .btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group,
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group,
.input-group-btn,
.input-group-btn > .btn {
    position: relative;
}
.input-group {
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    font-size: 0;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:after,
.nav:before {
    content: " ";
    display: table;
}
.nav > li,
.nav > li > a {
    display: block;
    position: relative;
}
.nav > li > a {
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #b5b5b5;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #b5b5b5;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #a5a5a5;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-justified > li,
.nav-stacked > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav-tabs-justified > li > a,
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: /\00a0;
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #b5b5b5;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit;
}
.label-default {
    background-color: #b5b5b5;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #9c9c9c;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #eee;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.alert,
.thumbnail {
    margin-bottom: 20px;
}
.alert .alert-link,
.close {
    font-weight: 700;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #a5a5a5;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel-body {
    padding: 15px;
}
.panel-body:after,
.panel-body:before {
    content: " ";
    display: table;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
    color: #428bca;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    left: 5px;
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0;
}
.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}
.tooltip.bottom-left .tooltip-arrow {
    left: 5px;
}
.tooltip.bottom-right .tooltip-arrow {
    right: 5px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.mb-0,
.mv-0 {
    margin-bottom: 0 !important;
}
.popover-content {
    padding: 9px 14px;
}
.pb-0,
.pv-0 {
    padding-bottom: 0 !important;
}
.pt-0,
.pv-0 {
    padding-top: 0 !important;
}
.ph-0,
.pl-0 {
    padding-left: 0 !important;
}
.ph-0,
.pr-0 {
    padding-right: 0 !important;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.left > .arrow:after,
.popover.right > .arrow:after {
    content: " ";
    bottom: -10px;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.center-block,
.video-center {
    margin-left: auto;
    margin-right: auto;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.mt-0,
.mv-0 {
    margin-top: 0 !important;
}
.popover.left > .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
}
.center-block {
    display: block;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.hidden,
.visible-ex,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
.relative,
.shadow-top {
    position: relative;
}
@-ms-viewport {
    width: device-width;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 960px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1420px) {
    .visible-ex {
        display: block !important;
    }
    table.visible-ex {
        display: table;
    }
    tr.visible-ex {
        display: table-row !important;
    }
    td.visible-ex,
    th.visible-ex {
        display: table-cell !important;
    }
    .visible-ex-block {
        display: block !important;
    }
    .visible-ex-inline {
        display: inline !important;
    }
    .visible-ex-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    html .pr-xxs-0 {
        padding-right: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 959px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 960px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-ex,
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}
.bb--anim-show {
    animation-name: animSlideElastic;
    animation-duration: 1s;
    animation-timing-function: linear;
}
@keyframes animSlideElastic {
    0% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
    }
    1.666667% {
        transform: matrix3d(1.92933, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -739.26805, 0, 0, 1);
    }
    3.333333% {
        transform: matrix3d(1.96989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -521.82545, 0, 0, 1);
    }
    5% {
        transform: matrix3d(1.70901, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -349.26115, 0, 0, 1);
    }
    6.666667% {
        transform: matrix3d(1.4235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -218.3238, 0, 0, 1);
    }
    8.333333% {
        transform: matrix3d(1.21065, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.29848, 0, 0, 1);
    }
    10% {
        transform: matrix3d(1.08167, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -57.59273, 0, 0, 1);
    }
    11.666667% {
        transform: matrix3d(1.0165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -14.72371, 0, 0, 1);
    }
    13.333333% {
        transform: matrix3d(0.99057, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.12794, 0, 0, 1);
    }
    15% {
        transform: matrix3d(0.98478, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 24.86339, 0, 0, 1);
    }
    16.666667% {
        transform: matrix3d(0.98719, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.40503, 0, 0, 1);
    }
    18.333333% {
        transform: matrix3d(0.9916, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30.75275, 0, 0, 1);
    }
    20% {
        transform: matrix3d(0.99541, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 28.10141, 0, 0, 1);
    }
    21.666667% {
        transform: matrix3d(0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 23.98271, 0, 0, 1);
    }
    23.333333% {
        transform: matrix3d(0.99936, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 19.40752, 0, 0, 1);
    }
    25% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 14.99558, 0, 0, 1);
    }
    26.666667% {
        transform: matrix3d(1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 11.08575, 0, 0, 1);
    }
    28.333333% {
        transform: matrix3d(1.00022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 7.82507, 0, 0, 1);
    }
    30% {
        transform: matrix3d(1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.23737, 0, 0, 1);
    }
    31.666667% {
        transform: matrix3d(1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 3.27389, 0, 0, 1);
    }
    33.333333% {
        transform: matrix3d(1.00005, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1.84893, 0, 0, 1);
    }
    35% {
        transform: matrix3d(1.00002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.86364, 0, 0, 1);
    }
    36.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.22079, 0, 0, 1);
    }
    38.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16687, 0, 0, 1);
    }
    40% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.37284, 0, 0, 1);
    }
    41.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.45594, 0, 0, 1);
    }
    43.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.46116, 0, 0, 1);
    }
    45% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.4214, 0, 0, 1);
    }
    46.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.35963, 0, 0, 1);
    }
    48.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.29103, 0, 0, 1);
    }
    50% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.22487, 0, 0, 1);
    }
    51.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.16624, 0, 0, 1);
    }
    53.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.11734, 0, 0, 1);
    }
    55% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.07854, 0, 0, 1);
    }
    56.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.04909, 0, 0, 1);
    }
    58.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.02773, 0, 0, 1);
    }
    60% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.01295, 0, 0, 1);
    }
    61.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00331, 0, 0, 1);
    }
    63.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.0025, 0, 0, 1);
    }
    65% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00559, 0, 0, 1);
    }
    66.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00684, 0, 0, 1);
    }
    68.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00692, 0, 0, 1);
    }
    70% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00632, 0, 0, 1);
    }
    71.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00539, 0, 0, 1);
    }
    73.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00436, 0, 0, 1);
    }
    75% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00337, 0, 0, 1);
    }
    76.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00249, 0, 0, 1);
    }
    78.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00176, 0, 0, 1);
    }
    80% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00118, 0, 0, 1);
    }
    81.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00074, 0, 0, 1);
    }
    83.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00042, 0, 0, 1);
    }
    85% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00019, 0, 0, 1);
    }
    86.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.00005, 0, 0, 1);
    }
    88.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00004, 0, 0, 1);
    }
    90% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    }
    91.666667%,
    93.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.0001, 0, 0, 1);
    }
    95% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00009, 0, 0, 1);
    }
    96.666667% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00008, 0, 0, 1);
    }
    98.333333% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.00007, 0, 0, 1);
    }
    100% {
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}
.bb--anim-hide {
    animation-name: animSlide;
    animation-duration: 0.25s;
    animation-direction: reverse;
}
@keyframes animSlide {
    0% {
        transform: translate3d(-30px, 0, 0) translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@media (min-width: 992px) {
    @keyframes fade-animation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
            transform: translate3d(0, 0, 0);
        }
    }
    body:not(.transitions-disabled) [data-animated] {
        animation-fill-mode: both;
        animation-delay: 0.3s;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    body:not(.transitions-disabled) [data-delayed="doubled"] {
        animation-delay: 0.7s;
    }
    body:not(.transitions-disabled) [data-delayed="tripled"] {
        animation-delay: 0.9s;
    }
    body:not(.transitions-disabled) [data-delayed="quadrupled"] {
        animation-delay: 1.1s;
    }
    body:not(.transitions-disabled) [data-animated="fade"] {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }
    body:not(.transitions-disabled) .fade-animation {
        animation-name: fade-animation;
        animation-duration: 0.5s;
        opacity: 1 !important;
    }
}
html.ie9 .fade {
    opacity: 1 !important;
}
.clearfix::after,
.clearfix::before {
    display: table;
    line-height: 0;
    content: "";
}
.underline {
    text-decoration: underline;
}
.cursor-pointer {
    cursor: pointer;
}
.max-width-100 {
    max-width: 100%;
}
.bb-grey {
    border-bottom: 1px solid #ddd;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}
.center,
.center-align,
.text-center {
    text-align: center;
}
.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-none {
    text-transform: none !important;
}
.font-italic {
    font-style: italic;
}
.accordeon_new-title:before,
.fx-icon:before,
[data-icon]:before {
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.video-center {
    max-width: 720px;
    width: 100%;
}
.is-disabled {
    opacity: 0.5 !important;
    filter: grayscale(1) !important;
    pointer-events: none !important;
    cursor: none !important;
}
.hover-decoration-none:hover {
    text-decoration: none !important;
}
.shadow-top {
    box-shadow: 0 -5px 20px 20px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.ff-slab {
    font-family: "Roboto Slab", serif;
}
.fx-icon:before,
.lg-actions .lg-next:before,
.lg-actions .lg-prev:after,
[data-icon]:before {
    font-family: icomoon;
}
.bd-gray {
    border: 1px solid #dedede;
}
.width-auto {
    width: auto !important;
}
.list-style-none {
    list-style: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .video-center iframe {
        height: 200px !important;
    }
    .text-center-xs {
        text-align: center;
    }
}
.stg-negative-right {
    margin-right: -15px;
}
.mh-0,
.mr-0 {
    margin-right: 0 !important;
}
.stg-negative-left {
    margin-left: -15px;
}
.mh-0,
.ml-0 {
    margin-left: 0 !important;
}
.mb-5,
.mv-5 {
    margin-bottom: 5px !important;
}
.mt-5,
.mv-5 {
    margin-top: 5px !important;
}
.mh-5,
.ml-5 {
    margin-left: 5px !important;
}
.mh-5,
.mr-5 {
    margin-right: 5px !important;
}
.pb-5,
.pv-5 {
    padding-bottom: 5px !important;
}
.pt-5,
.pv-5 {
    padding-top: 5px !important;
}
.ph-5,
.pl-5 {
    padding-left: 5px !important;
}
.ph-5,
.pr-5 {
    padding-right: 5px !important;
}
.mb-10,
.mv-10 {
    margin-bottom: 10px !important;
}
.mt-10,
.mv-10 {
    margin-top: 10px !important;
}
.mh-10,
.ml-10 {
    margin-left: 10px !important;
}
.mh-10,
.mr-10 {
    margin-right: 10px !important;
}
.pb-10,
.pv-10 {
    padding-bottom: 10px !important;
}
.pt-10,
.pv-10 {
    padding-top: 10px !important;
}
.ph-10,
.pl-10 {
    padding-left: 10px !important;
}
.ph-10,
.pr-10 {
    padding-right: 10px !important;
}
.mb-15,
.mv-15 {
    margin-bottom: 15px !important;
}
.mt-15,
.mv-15 {
    margin-top: 15px !important;
}
.mh-15,
.ml-15 {
    margin-left: 15px !important;
}
.mh-15,
.mr-15 {
    margin-right: 15px !important;
}
.pb-15,
.pv-15 {
    padding-bottom: 15px !important;
}
.pt-15,
.pv-15 {
    padding-top: 15px !important;
}
.ph-15,
.pl-15 {
    padding-left: 15px !important;
}
.ph-15,
.pr-15 {
    padding-right: 15px !important;
}
.mb-20,
.mv-20 {
    margin-bottom: 20px !important;
}
.mt-20,
.mv-20 {
    margin-top: 20px !important;
}
.mh-20,
.ml-20 {
    margin-left: 20px !important;
}
.mh-20,
.mr-20 {
    margin-right: 20px !important;
}
.pb-20,
.pv-20 {
    padding-bottom: 20px !important;
}
.pt-20,
.pv-20 {
    padding-top: 20px !important;
}
.ph-20,
.pl-20 {
    padding-left: 20px !important;
}
.ph-20,
.pr-20 {
    padding-right: 20px !important;
}
.mb-25,
.mv-25 {
    margin-bottom: 25px !important;
}
.mt-25,
.mv-25 {
    margin-top: 25px !important;
}
.mh-25,
.ml-25 {
    margin-left: 25px !important;
}
.mh-25,
.mr-25 {
    margin-right: 25px !important;
}
.pb-25,
.pv-25 {
    padding-bottom: 25px !important;
}
.pt-25,
.pv-25 {
    padding-top: 25px !important;
}
.ph-25,
.pl-25 {
    padding-left: 25px !important;
}
.ph-25,
.pr-25 {
    padding-right: 25px !important;
}
.mb-30,
.mv-30 {
    margin-bottom: 30px !important;
}
.mt-30,
.mv-30 {
    margin-top: 30px !important;
}
.mh-30,
.ml-30 {
    margin-left: 30px !important;
}
.mh-30,
.mr-30 {
    margin-right: 30px !important;
}
.pb-30,
.pv-30 {
    padding-bottom: 30px !important;
}
.pt-30,
.pv-30 {
    padding-top: 30px !important;
}
.ph-30,
.pl-30 {
    padding-left: 30px !important;
}
.ph-30,
.pr-30 {
    padding-right: 30px !important;
}
.mb-35,
.mv-35 {
    margin-bottom: 35px !important;
}
.mt-35,
.mv-35 {
    margin-top: 35px !important;
}
.mh-35,
.ml-35 {
    margin-left: 35px !important;
}
.mh-35,
.mr-35 {
    margin-right: 35px !important;
}
.pb-35,
.pv-35 {
    padding-bottom: 35px !important;
}
.pt-35,
.pv-35 {
    padding-top: 35px !important;
}
.ph-35,
.pl-35 {
    padding-left: 35px !important;
}
.ph-35,
.pr-35 {
    padding-right: 35px !important;
}
.mb-40,
.mv-40 {
    margin-bottom: 40px !important;
}
.mt-40,
.mv-40 {
    margin-top: 40px !important;
}
.mh-40,
.ml-40 {
    margin-left: 40px !important;
}
.mh-40,
.mr-40 {
    margin-right: 40px !important;
}
.pb-40,
.pv-40 {
    padding-bottom: 40px !important;
}
.pt-40,
.pv-40 {
    padding-top: 40px !important;
}
.ph-40,
.pl-40 {
    padding-left: 40px !important;
}
.ph-40,
.pr-40 {
    padding-right: 40px !important;
}
.mb-45,
.mv-45 {
    margin-bottom: 45px !important;
}
.mt-45,
.mv-45 {
    margin-top: 45px !important;
}
.mh-45,
.ml-45 {
    margin-left: 45px !important;
}
.mh-45,
.mr-45 {
    margin-right: 45px !important;
}
.pb-45,
.pv-45 {
    padding-bottom: 45px !important;
}
.pt-45,
.pv-45 {
    padding-top: 45px !important;
}
.ph-45,
.pl-45 {
    padding-left: 45px !important;
}
.ph-45,
.pr-45 {
    padding-right: 45px !important;
}
.mb-50,
.mv-50 {
    margin-bottom: 50px !important;
}
.mt-50,
.mv-50 {
    margin-top: 50px !important;
}
.mh-50,
.ml-50 {
    margin-left: 50px !important;
}
.mh-50,
.mr-50 {
    margin-right: 50px !important;
}
.pb-50,
.pv-50 {
    padding-bottom: 50px !important;
}
.pt-50,
.pv-50 {
    padding-top: 50px !important;
}
.ph-50,
.pl-50 {
    padding-left: 50px !important;
}
.ph-50,
.pr-50 {
    padding-right: 50px !important;
}
.mb-60,
.mv-60 {
    margin-bottom: 60px !important;
}
.mt-60,
.mv-60 {
    margin-top: 60px !important;
}
.mh-60,
.ml-60 {
    margin-left: 60px !important;
}
.mh-60,
.mr-60 {
    margin-right: 60px !important;
}
.pb-60,
.pv-60 {
    padding-bottom: 60px !important;
}
.pt-60,
.pv-60 {
    padding-top: 60px !important;
}
.ph-60,
.pl-60 {
    padding-left: 60px !important;
}
.ph-60,
.pr-60 {
    padding-right: 60px !important;
}
.mb-70,
.mv-70 {
    margin-bottom: 70px !important;
}
.mt-70,
.mv-70 {
    margin-top: 70px !important;
}
.mh-70,
.ml-70 {
    margin-left: 70px !important;
}
.mh-70,
.mr-70 {
    margin-right: 70px !important;
}
.pb-70,
.pv-70 {
    padding-bottom: 70px !important;
}
.pt-70,
.pv-70 {
    padding-top: 70px !important;
}
.ph-70,
.pl-70 {
    padding-left: 70px !important;
}
.ph-70,
.pr-70 {
    padding-right: 70px !important;
}
.mb-80,
.mv-80 {
    margin-bottom: 80px !important;
}
.mt-80,
.mv-80 {
    margin-top: 80px !important;
}
.mh-80,
.ml-80 {
    margin-left: 80px !important;
}
.mh-80,
.mr-80 {
    margin-right: 80px !important;
}
.pb-80,
.pv-80 {
    padding-bottom: 80px !important;
}
.pt-80,
.pv-80 {
    padding-top: 80px !important;
}
.ph-80,
.pl-80 {
    padding-left: 80px !important;
}
.ph-80,
.pr-80 {
    padding-right: 80px !important;
}
.mb-90,
.mv-90 {
    margin-bottom: 90px !important;
}
.mt-90,
.mv-90 {
    margin-top: 90px !important;
}
.mh-90,
.ml-90 {
    margin-left: 90px !important;
}
.mh-90,
.mr-90 {
    margin-right: 90px !important;
}
.pb-90,
.pv-90 {
    padding-bottom: 90px !important;
}
.pt-90,
.pv-90 {
    padding-top: 90px !important;
}
.ph-90,
.pl-90 {
    padding-left: 90px !important;
}
.ph-90,
.pr-90 {
    padding-right: 90px !important;
}
.mb-100,
.mv-100 {
    margin-bottom: 100px !important;
}
.mt-100,
.mv-100 {
    margin-top: 100px !important;
}
.mh-100,
.ml-100 {
    margin-left: 100px !important;
}
.mh-100,
.mr-100 {
    margin-right: 100px !important;
}
.pb-100,
.pv-100 {
    padding-bottom: 100px !important;
}
.pt-100,
.pv-100 {
    padding-top: 100px !important;
}
.ph-100,
.pl-100 {
    padding-left: 100px !important;
}
.ph-100,
.pr-100 {
    padding-right: 100px !important;
}
.mb-110,
.mv-110 {
    margin-bottom: 110px !important;
}
.mt-110,
.mv-110 {
    margin-top: 110px !important;
}
.mh-110,
.ml-110 {
    margin-left: 110px !important;
}
.mh-110,
.mr-110 {
    margin-right: 110px !important;
}
.pb-110,
.pv-110 {
    padding-bottom: 110px !important;
}
.pt-110,
.pv-110 {
    padding-top: 110px !important;
}
.ph-110,
.pl-110 {
    padding-left: 110px !important;
}
.ph-110,
.pr-110 {
    padding-right: 110px !important;
}
.mb-120,
.mv-120 {
    margin-bottom: 120px !important;
}
.mt-120,
.mv-120 {
    margin-top: 120px !important;
}
.mh-120,
.ml-120 {
    margin-left: 120px !important;
}
.mh-120,
.mr-120 {
    margin-right: 120px !important;
}
.pb-120,
.pv-120 {
    padding-bottom: 120px !important;
}
.pt-120,
.pv-120 {
    padding-top: 120px !important;
}
.ph-120,
.pl-120 {
    padding-left: 120px !important;
}
.ph-120,
.pr-120 {
    padding-right: 120px !important;
}
.mb-130,
.mv-130 {
    margin-bottom: 130px !important;
}
.mt-130,
.mv-130 {
    margin-top: 130px !important;
}
.mh-130,
.ml-130 {
    margin-left: 130px !important;
}
.mh-130,
.mr-130 {
    margin-right: 130px !important;
}
.pb-130,
.pv-130 {
    padding-bottom: 130px !important;
}
.pt-130,
.pv-130 {
    padding-top: 130px !important;
}
.ph-130,
.pl-130 {
    padding-left: 130px !important;
}
.ph-130,
.pr-130 {
    padding-right: 130px !important;
}
.mb-140,
.mv-140 {
    margin-bottom: 140px !important;
}
.mt-140,
.mv-140 {
    margin-top: 140px !important;
}
.mh-140,
.ml-140 {
    margin-left: 140px !important;
}
.mh-140,
.mr-140 {
    margin-right: 140px !important;
}
.pb-140,
.pv-140 {
    padding-bottom: 140px !important;
}
.pt-140,
.pv-140 {
    padding-top: 140px !important;
}
.ph-140,
.pl-140 {
    padding-left: 140px !important;
}
.ph-140,
.pr-140 {
    padding-right: 140px !important;
}
.mb-150,
.mv-150 {
    margin-bottom: 150px !important;
}
.mt-150,
.mv-150 {
    margin-top: 150px !important;
}
.mh-150,
.ml-150 {
    margin-left: 150px !important;
}
.mh-150,
.mr-150 {
    margin-right: 150px !important;
}
.pb-150,
.pv-150 {
    padding-bottom: 150px !important;
}
.pt-150,
.pv-150 {
    padding-top: 150px !important;
}
.ph-150,
.pl-150 {
    padding-left: 150px !important;
}
.ph-150,
.pr-150 {
    padding-right: 150px !important;
}
.mb-200,
.mv-200 {
    margin-bottom: 200px !important;
}
.mt-200,
.mv-200 {
    margin-top: 200px !important;
}
.mh-200,
.ml-200 {
    margin-left: 200px !important;
}
.mh-200,
.mr-200 {
    margin-right: 200px !important;
}
.pb-200,
.pv-200 {
    padding-bottom: 200px !important;
}
.pt-200,
.pv-200 {
    padding-top: 200px !important;
}
.ph-200,
.pl-200 {
    padding-left: 200px !important;
}
.ph-200,
.pr-200 {
    padding-right: 200px !important;
}
.mb-250,
.mv-250 {
    margin-bottom: 250px !important;
}
.mt-250,
.mv-250 {
    margin-top: 250px !important;
}
.mh-250,
.ml-250 {
    margin-left: 250px !important;
}
.mh-250,
.mr-250 {
    margin-right: 250px !important;
}
.pb-250,
.pv-250 {
    padding-bottom: 250px !important;
}
.pt-250,
.pv-250 {
    padding-top: 250px !important;
}
.ph-250,
.pl-250 {
    padding-left: 250px !important;
}
.ph-250,
.pr-250 {
    padding-right: 250px !important;
}
.mnl-10 {
    margin-left: -10px !important;
}
.mnr-10 {
    margin-right: -10px !important;
}
.mnt-10 {
    margin-top: -10px !important;
}
.mnb-10 {
    margin-bottom: -10px !important;
}
.mnl-20 {
    margin-left: -20px !important;
}
.mnr-20 {
    margin-right: -20px !important;
}
.mnt-20 {
    margin-top: -20px !important;
}
.mnb-20 {
    margin-bottom: -20px !important;
}
.mnl-30 {
    margin-left: -30px !important;
}
.mnr-30 {
    margin-right: -30px !important;
}
.mnt-30 {
    margin-top: -30px !important;
}
.mnb-30 {
    margin-bottom: -30px !important;
}
.mnl-40 {
    margin-left: -40px !important;
}
.mnr-40 {
    margin-right: -40px !important;
}
.mnt-40 {
    margin-top: -40px !important;
}
.mnb-40 {
    margin-bottom: -40px !important;
}
.mnl-50 {
    margin-left: -50px !important;
}
.mnr-50 {
    margin-right: -50px !important;
}
.mnt-50 {
    margin-top: -50px !important;
}
.mnb-50 {
    margin-bottom: -50px !important;
}
.mnl-60 {
    margin-left: -60px !important;
}
.mnr-60 {
    margin-right: -60px !important;
}
.mnt-60 {
    margin-top: -60px !important;
}
.mnb-60 {
    margin-bottom: -60px !important;
}
.mnl-70 {
    margin-left: -70px !important;
}
.mnr-70 {
    margin-right: -70px !important;
}
.mnt-70 {
    margin-top: -70px !important;
}
.mnb-70 {
    margin-bottom: -70px !important;
}
.mnl-80 {
    margin-left: -80px !important;
}
.mnr-80 {
    margin-right: -80px !important;
}
.mnt-80 {
    margin-top: -80px !important;
}
.mnb-80 {
    margin-bottom: -80px !important;
}
.mnl-90 {
    margin-left: -90px !important;
}
.mnr-90 {
    margin-right: -90px !important;
}
.mnt-90 {
    margin-top: -90px !important;
}
.mnb-90 {
    margin-bottom: -90px !important;
}
.mnl-100 {
    margin-left: -100px !important;
}
.mnr-100 {
    margin-right: -100px !important;
}
.mnt-100 {
    margin-top: -100px !important;
}
.mnb-100 {
    margin-bottom: -100px !important;
}
.mnl-110 {
    margin-left: -110px !important;
}
.mnr-110 {
    margin-right: -110px !important;
}
.mnt-110 {
    margin-top: -110px !important;
}
.mnb-110 {
    margin-bottom: -110px !important;
}
.mnl-120 {
    margin-left: -120px !important;
}
.mnr-120 {
    margin-right: -120px !important;
}
.mnt-120 {
    margin-top: -120px !important;
}
.mnb-120 {
    margin-bottom: -120px !important;
}
.mnl-130 {
    margin-left: -130px !important;
}
.mnr-130 {
    margin-right: -130px !important;
}
.mnt-130 {
    margin-top: -130px !important;
}
.mnb-130 {
    margin-bottom: -130px !important;
}
.mnl-140 {
    margin-left: -140px !important;
}
.mnr-140 {
    margin-right: -140px !important;
}
.mnt-140 {
    margin-top: -140px !important;
}
.mnb-140 {
    margin-bottom: -140px !important;
}
.mnl-150 {
    margin-left: -150px !important;
}
.mnr-150 {
    margin-right: -150px !important;
}
.mnt-150 {
    margin-top: -150px !important;
}
.mnb-150 {
    margin-bottom: -150px !important;
}
@media only screen and (max-width: px) {
    .mb-lg-0,
    .mv-lg-0 {
        margin-bottom: 0 !important;
    }
    .mt-lg-0,
    .mv-lg-0 {
        margin-top: 0 !important;
    }
    .mh-lg-0,
    .ml-lg-0 {
        margin-left: 0 !important;
    }
    .mh-lg-0,
    .mr-lg-0 {
        margin-right: 0 !important;
    }
    .pb-lg-0,
    .pv-lg-0 {
        padding-bottom: 0 !important;
    }
    .pt-lg-0,
    .pv-lg-0 {
        padding-top: 0 !important;
    }
    .ph-lg-0,
    .pl-lg-0 {
        padding-left: 0 !important;
    }
    .ph-lg-0,
    .pr-lg-0 {
        padding-right: 0 !important;
    }
    .mb-lg-5,
    .mv-lg-5 {
        margin-bottom: 5px !important;
    }
    .mt-lg-5,
    .mv-lg-5 {
        margin-top: 5px !important;
    }
    .mh-lg-5,
    .ml-lg-5 {
        margin-left: 5px !important;
    }
    .mh-lg-5,
    .mr-lg-5 {
        margin-right: 5px !important;
    }
    .pb-lg-5,
    .pv-lg-5 {
        padding-bottom: 5px !important;
    }
    .pt-lg-5,
    .pv-lg-5 {
        padding-top: 5px !important;
    }
    .ph-lg-5,
    .pl-lg-5 {
        padding-left: 5px !important;
    }
    .ph-lg-5,
    .pr-lg-5 {
        padding-right: 5px !important;
    }
    .mb-lg-10,
    .mv-lg-10 {
        margin-bottom: 10px !important;
    }
    .mt-lg-10,
    .mv-lg-10 {
        margin-top: 10px !important;
    }
    .mh-lg-10,
    .ml-lg-10 {
        margin-left: 10px !important;
    }
    .mh-lg-10,
    .mr-lg-10 {
        margin-right: 10px !important;
    }
    .pb-lg-10,
    .pv-lg-10 {
        padding-bottom: 10px !important;
    }
    .pt-lg-10,
    .pv-lg-10 {
        padding-top: 10px !important;
    }
    .ph-lg-10,
    .pl-lg-10 {
        padding-left: 10px !important;
    }
    .ph-lg-10,
    .pr-lg-10 {
        padding-right: 10px !important;
    }
    .mb-lg-15,
    .mv-lg-15 {
        margin-bottom: 15px !important;
    }
    .mt-lg-15,
    .mv-lg-15 {
        margin-top: 15px !important;
    }
    .mh-lg-15,
    .ml-lg-15 {
        margin-left: 15px !important;
    }
    .mh-lg-15,
    .mr-lg-15 {
        margin-right: 15px !important;
    }
    .pb-lg-15,
    .pv-lg-15 {
        padding-bottom: 15px !important;
    }
    .pt-lg-15,
    .pv-lg-15 {
        padding-top: 15px !important;
    }
    .ph-lg-15,
    .pl-lg-15 {
        padding-left: 15px !important;
    }
    .ph-lg-15,
    .pr-lg-15 {
        padding-right: 15px !important;
    }
    .mb-lg-20,
    .mv-lg-20 {
        margin-bottom: 20px !important;
    }
    .mt-lg-20,
    .mv-lg-20 {
        margin-top: 20px !important;
    }
    .mh-lg-20,
    .ml-lg-20 {
        margin-left: 20px !important;
    }
    .mh-lg-20,
    .mr-lg-20 {
        margin-right: 20px !important;
    }
    .pb-lg-20,
    .pv-lg-20 {
        padding-bottom: 20px !important;
    }
    .pt-lg-20,
    .pv-lg-20 {
        padding-top: 20px !important;
    }
    .ph-lg-20,
    .pl-lg-20 {
        padding-left: 20px !important;
    }
    .ph-lg-20,
    .pr-lg-20 {
        padding-right: 20px !important;
    }
    .mb-lg-25,
    .mv-lg-25 {
        margin-bottom: 25px !important;
    }
    .mt-lg-25,
    .mv-lg-25 {
        margin-top: 25px !important;
    }
    .mh-lg-25,
    .ml-lg-25 {
        margin-left: 25px !important;
    }
    .mh-lg-25,
    .mr-lg-25 {
        margin-right: 25px !important;
    }
    .pb-lg-25,
    .pv-lg-25 {
        padding-bottom: 25px !important;
    }
    .pt-lg-25,
    .pv-lg-25 {
        padding-top: 25px !important;
    }
    .ph-lg-25,
    .pl-lg-25 {
        padding-left: 25px !important;
    }
    .ph-lg-25,
    .pr-lg-25 {
        padding-right: 25px !important;
    }
    .mb-lg-30,
    .mv-lg-30 {
        margin-bottom: 30px !important;
    }
    .mt-lg-30,
    .mv-lg-30 {
        margin-top: 30px !important;
    }
    .mh-lg-30,
    .ml-lg-30 {
        margin-left: 30px !important;
    }
    .mh-lg-30,
    .mr-lg-30 {
        margin-right: 30px !important;
    }
    .pb-lg-30,
    .pv-lg-30 {
        padding-bottom: 30px !important;
    }
    .pt-lg-30,
    .pv-lg-30 {
        padding-top: 30px !important;
    }
    .ph-lg-30,
    .pl-lg-30 {
        padding-left: 30px !important;
    }
    .ph-lg-30,
    .pr-lg-30 {
        padding-right: 30px !important;
    }
    .mb-lg-35,
    .mv-lg-35 {
        margin-bottom: 35px !important;
    }
    .mt-lg-35,
    .mv-lg-35 {
        margin-top: 35px !important;
    }
    .mh-lg-35,
    .ml-lg-35 {
        margin-left: 35px !important;
    }
    .mh-lg-35,
    .mr-lg-35 {
        margin-right: 35px !important;
    }
    .pb-lg-35,
    .pv-lg-35 {
        padding-bottom: 35px !important;
    }
    .pt-lg-35,
    .pv-lg-35 {
        padding-top: 35px !important;
    }
    .ph-lg-35,
    .pl-lg-35 {
        padding-left: 35px !important;
    }
    .ph-lg-35,
    .pr-lg-35 {
        padding-right: 35px !important;
    }
    .mb-lg-40,
    .mv-lg-40 {
        margin-bottom: 40px !important;
    }
    .mt-lg-40,
    .mv-lg-40 {
        margin-top: 40px !important;
    }
    .mh-lg-40,
    .ml-lg-40 {
        margin-left: 40px !important;
    }
    .mh-lg-40,
    .mr-lg-40 {
        margin-right: 40px !important;
    }
    .pb-lg-40,
    .pv-lg-40 {
        padding-bottom: 40px !important;
    }
    .pt-lg-40,
    .pv-lg-40 {
        padding-top: 40px !important;
    }
    .ph-lg-40,
    .pl-lg-40 {
        padding-left: 40px !important;
    }
    .ph-lg-40,
    .pr-lg-40 {
        padding-right: 40px !important;
    }
    .mb-lg-45,
    .mv-lg-45 {
        margin-bottom: 45px !important;
    }
    .mt-lg-45,
    .mv-lg-45 {
        margin-top: 45px !important;
    }
    .mh-lg-45,
    .ml-lg-45 {
        margin-left: 45px !important;
    }
    .mh-lg-45,
    .mr-lg-45 {
        margin-right: 45px !important;
    }
    .pb-lg-45,
    .pv-lg-45 {
        padding-bottom: 45px !important;
    }
    .pt-lg-45,
    .pv-lg-45 {
        padding-top: 45px !important;
    }
    .ph-lg-45,
    .pl-lg-45 {
        padding-left: 45px !important;
    }
    .ph-lg-45,
    .pr-lg-45 {
        padding-right: 45px !important;
    }
    .mb-lg-50,
    .mv-lg-50 {
        margin-bottom: 50px !important;
    }
    .mt-lg-50,
    .mv-lg-50 {
        margin-top: 50px !important;
    }
    .mh-lg-50,
    .ml-lg-50 {
        margin-left: 50px !important;
    }
    .mh-lg-50,
    .mr-lg-50 {
        margin-right: 50px !important;
    }
    .pb-lg-50,
    .pv-lg-50 {
        padding-bottom: 50px !important;
    }
    .pt-lg-50,
    .pv-lg-50 {
        padding-top: 50px !important;
    }
    .ph-lg-50,
    .pl-lg-50 {
        padding-left: 50px !important;
    }
    .ph-lg-50,
    .pr-lg-50 {
        padding-right: 50px !important;
    }
    .mb-lg-60,
    .mv-lg-60 {
        margin-bottom: 60px !important;
    }
    .mt-lg-60,
    .mv-lg-60 {
        margin-top: 60px !important;
    }
    .mh-lg-60,
    .ml-lg-60 {
        margin-left: 60px !important;
    }
    .mh-lg-60,
    .mr-lg-60 {
        margin-right: 60px !important;
    }
    .pb-lg-60,
    .pv-lg-60 {
        padding-bottom: 60px !important;
    }
    .pt-lg-60,
    .pv-lg-60 {
        padding-top: 60px !important;
    }
    .ph-lg-60,
    .pl-lg-60 {
        padding-left: 60px !important;
    }
    .ph-lg-60,
    .pr-lg-60 {
        padding-right: 60px !important;
    }
    .mb-lg-70,
    .mv-lg-70 {
        margin-bottom: 70px !important;
    }
    .mt-lg-70,
    .mv-lg-70 {
        margin-top: 70px !important;
    }
    .mh-lg-70,
    .ml-lg-70 {
        margin-left: 70px !important;
    }
    .mh-lg-70,
    .mr-lg-70 {
        margin-right: 70px !important;
    }
    .pb-lg-70,
    .pv-lg-70 {
        padding-bottom: 70px !important;
    }
    .pt-lg-70,
    .pv-lg-70 {
        padding-top: 70px !important;
    }
    .ph-lg-70,
    .pl-lg-70 {
        padding-left: 70px !important;
    }
    .ph-lg-70,
    .pr-lg-70 {
        padding-right: 70px !important;
    }
    .mb-lg-80,
    .mv-lg-80 {
        margin-bottom: 80px !important;
    }
    .mt-lg-80,
    .mv-lg-80 {
        margin-top: 80px !important;
    }
    .mh-lg-80,
    .ml-lg-80 {
        margin-left: 80px !important;
    }
    .mh-lg-80,
    .mr-lg-80 {
        margin-right: 80px !important;
    }
    .pb-lg-80,
    .pv-lg-80 {
        padding-bottom: 80px !important;
    }
    .pt-lg-80,
    .pv-lg-80 {
        padding-top: 80px !important;
    }
    .ph-lg-80,
    .pl-lg-80 {
        padding-left: 80px !important;
    }
    .ph-lg-80,
    .pr-lg-80 {
        padding-right: 80px !important;
    }
    .mb-lg-90,
    .mv-lg-90 {
        margin-bottom: 90px !important;
    }
    .mt-lg-90,
    .mv-lg-90 {
        margin-top: 90px !important;
    }
    .mh-lg-90,
    .ml-lg-90 {
        margin-left: 90px !important;
    }
    .mh-lg-90,
    .mr-lg-90 {
        margin-right: 90px !important;
    }
    .pb-lg-90,
    .pv-lg-90 {
        padding-bottom: 90px !important;
    }
    .pt-lg-90,
    .pv-lg-90 {
        padding-top: 90px !important;
    }
    .ph-lg-90,
    .pl-lg-90 {
        padding-left: 90px !important;
    }
    .ph-lg-90,
    .pr-lg-90 {
        padding-right: 90px !important;
    }
    .mb-lg-100,
    .mv-lg-100 {
        margin-bottom: 100px !important;
    }
    .mt-lg-100,
    .mv-lg-100 {
        margin-top: 100px !important;
    }
    .mh-lg-100,
    .ml-lg-100 {
        margin-left: 100px !important;
    }
    .mh-lg-100,
    .mr-lg-100 {
        margin-right: 100px !important;
    }
    .pb-lg-100,
    .pv-lg-100 {
        padding-bottom: 100px !important;
    }
    .pt-lg-100,
    .pv-lg-100 {
        padding-top: 100px !important;
    }
    .ph-lg-100,
    .pl-lg-100 {
        padding-left: 100px !important;
    }
    .ph-lg-100,
    .pr-lg-100 {
        padding-right: 100px !important;
    }
    .mb-lg-110,
    .mv-lg-110 {
        margin-bottom: 110px !important;
    }
    .mt-lg-110,
    .mv-lg-110 {
        margin-top: 110px !important;
    }
    .mh-lg-110,
    .ml-lg-110 {
        margin-left: 110px !important;
    }
    .mh-lg-110,
    .mr-lg-110 {
        margin-right: 110px !important;
    }
    .pb-lg-110,
    .pv-lg-110 {
        padding-bottom: 110px !important;
    }
    .pt-lg-110,
    .pv-lg-110 {
        padding-top: 110px !important;
    }
    .ph-lg-110,
    .pl-lg-110 {
        padding-left: 110px !important;
    }
    .ph-lg-110,
    .pr-lg-110 {
        padding-right: 110px !important;
    }
    .mb-lg-120,
    .mv-lg-120 {
        margin-bottom: 120px !important;
    }
    .mt-lg-120,
    .mv-lg-120 {
        margin-top: 120px !important;
    }
    .mh-lg-120,
    .ml-lg-120 {
        margin-left: 120px !important;
    }
    .mh-lg-120,
    .mr-lg-120 {
        margin-right: 120px !important;
    }
    .pb-lg-120,
    .pv-lg-120 {
        padding-bottom: 120px !important;
    }
    .pt-lg-120,
    .pv-lg-120 {
        padding-top: 120px !important;
    }
    .ph-lg-120,
    .pl-lg-120 {
        padding-left: 120px !important;
    }
    .ph-lg-120,
    .pr-lg-120 {
        padding-right: 120px !important;
    }
    .mb-lg-130,
    .mv-lg-130 {
        margin-bottom: 130px !important;
    }
    .mt-lg-130,
    .mv-lg-130 {
        margin-top: 130px !important;
    }
    .mh-lg-130,
    .ml-lg-130 {
        margin-left: 130px !important;
    }
    .mh-lg-130,
    .mr-lg-130 {
        margin-right: 130px !important;
    }
    .pb-lg-130,
    .pv-lg-130 {
        padding-bottom: 130px !important;
    }
    .pt-lg-130,
    .pv-lg-130 {
        padding-top: 130px !important;
    }
    .ph-lg-130,
    .pl-lg-130 {
        padding-left: 130px !important;
    }
    .ph-lg-130,
    .pr-lg-130 {
        padding-right: 130px !important;
    }
    .mb-lg-140,
    .mv-lg-140 {
        margin-bottom: 140px !important;
    }
    .mt-lg-140,
    .mv-lg-140 {
        margin-top: 140px !important;
    }
    .mh-lg-140,
    .ml-lg-140 {
        margin-left: 140px !important;
    }
    .mh-lg-140,
    .mr-lg-140 {
        margin-right: 140px !important;
    }
    .pb-lg-140,
    .pv-lg-140 {
        padding-bottom: 140px !important;
    }
    .pt-lg-140,
    .pv-lg-140 {
        padding-top: 140px !important;
    }
    .ph-lg-140,
    .pl-lg-140 {
        padding-left: 140px !important;
    }
    .ph-lg-140,
    .pr-lg-140 {
        padding-right: 140px !important;
    }
    .mb-lg-150,
    .mv-lg-150 {
        margin-bottom: 150px !important;
    }
    .mt-lg-150,
    .mv-lg-150 {
        margin-top: 150px !important;
    }
    .mh-lg-150,
    .ml-lg-150 {
        margin-left: 150px !important;
    }
    .mh-lg-150,
    .mr-lg-150 {
        margin-right: 150px !important;
    }
    .pb-lg-150,
    .pv-lg-150 {
        padding-bottom: 150px !important;
    }
    .pt-lg-150,
    .pv-lg-150 {
        padding-top: 150px !important;
    }
    .ph-lg-150,
    .pl-lg-150 {
        padding-left: 150px !important;
    }
    .ph-lg-150,
    .pr-lg-150 {
        padding-right: 150px !important;
    }
    .mb-lg-200,
    .mv-lg-200 {
        margin-bottom: 200px !important;
    }
    .mt-lg-200,
    .mv-lg-200 {
        margin-top: 200px !important;
    }
    .mh-lg-200,
    .ml-lg-200 {
        margin-left: 200px !important;
    }
    .mh-lg-200,
    .mr-lg-200 {
        margin-right: 200px !important;
    }
    .pb-lg-200,
    .pv-lg-200 {
        padding-bottom: 200px !important;
    }
    .pt-lg-200,
    .pv-lg-200 {
        padding-top: 200px !important;
    }
    .ph-lg-200,
    .pl-lg-200 {
        padding-left: 200px !important;
    }
    .ph-lg-200,
    .pr-lg-200 {
        padding-right: 200px !important;
    }
    .mb-lg-250,
    .mv-lg-250 {
        margin-bottom: 250px !important;
    }
    .mt-lg-250,
    .mv-lg-250 {
        margin-top: 250px !important;
    }
    .mh-lg-250,
    .ml-lg-250 {
        margin-left: 250px !important;
    }
    .mh-lg-250,
    .mr-lg-250 {
        margin-right: 250px !important;
    }
    .pb-lg-250,
    .pv-lg-250 {
        padding-bottom: 250px !important;
    }
    .pt-lg-250,
    .pv-lg-250 {
        padding-top: 250px !important;
    }
    .ph-lg-250,
    .pl-lg-250 {
        padding-left: 250px !important;
    }
    .ph-lg-250,
    .pr-lg-250 {
        padding-right: 250px !important;
    }
    .mnl-lg-10 {
        margin-left: -10px !important;
    }
    .mnr-lg-10 {
        margin-right: -10px !important;
    }
    .mnt-lg-10 {
        margin-top: -10px !important;
    }
    .mnb-lg-10 {
        margin-bottom: -10px !important;
    }
    .mnl-lg-20 {
        margin-left: -20px !important;
    }
    .mnr-lg-20 {
        margin-right: -20px !important;
    }
    .mnt-lg-20 {
        margin-top: -20px !important;
    }
    .mnb-lg-20 {
        margin-bottom: -20px !important;
    }
    .mnl-lg-30 {
        margin-left: -30px !important;
    }
    .mnr-lg-30 {
        margin-right: -30px !important;
    }
    .mnt-lg-30 {
        margin-top: -30px !important;
    }
    .mnb-lg-30 {
        margin-bottom: -30px !important;
    }
    .mnl-lg-40 {
        margin-left: -40px !important;
    }
    .mnr-lg-40 {
        margin-right: -40px !important;
    }
    .mnt-lg-40 {
        margin-top: -40px !important;
    }
    .mnb-lg-40 {
        margin-bottom: -40px !important;
    }
    .mnl-lg-50 {
        margin-left: -50px !important;
    }
    .mnr-lg-50 {
        margin-right: -50px !important;
    }
    .mnt-lg-50 {
        margin-top: -50px !important;
    }
    .mnb-lg-50 {
        margin-bottom: -50px !important;
    }
    .mnl-lg-60 {
        margin-left: -60px !important;
    }
    .mnr-lg-60 {
        margin-right: -60px !important;
    }
    .mnt-lg-60 {
        margin-top: -60px !important;
    }
    .mnb-lg-60 {
        margin-bottom: -60px !important;
    }
    .mnl-lg-70 {
        margin-left: -70px !important;
    }
    .mnr-lg-70 {
        margin-right: -70px !important;
    }
    .mnt-lg-70 {
        margin-top: -70px !important;
    }
    .mnb-lg-70 {
        margin-bottom: -70px !important;
    }
    .mnl-lg-80 {
        margin-left: -80px !important;
    }
    .mnr-lg-80 {
        margin-right: -80px !important;
    }
    .mnt-lg-80 {
        margin-top: -80px !important;
    }
    .mnb-lg-80 {
        margin-bottom: -80px !important;
    }
    .mnl-lg-90 {
        margin-left: -90px !important;
    }
    .mnr-lg-90 {
        margin-right: -90px !important;
    }
    .mnt-lg-90 {
        margin-top: -90px !important;
    }
    .mnb-lg-90 {
        margin-bottom: -90px !important;
    }
    .mnl-lg-100 {
        margin-left: -100px !important;
    }
    .mnr-lg-100 {
        margin-right: -100px !important;
    }
    .mnt-lg-100 {
        margin-top: -100px !important;
    }
    .mnb-lg-100 {
        margin-bottom: -100px !important;
    }
    .mnl-lg-110 {
        margin-left: -110px !important;
    }
    .mnr-lg-110 {
        margin-right: -110px !important;
    }
    .mnt-lg-110 {
        margin-top: -110px !important;
    }
    .mnb-lg-110 {
        margin-bottom: -110px !important;
    }
    .mnl-lg-120 {
        margin-left: -120px !important;
    }
    .mnr-lg-120 {
        margin-right: -120px !important;
    }
    .mnt-lg-120 {
        margin-top: -120px !important;
    }
    .mnb-lg-120 {
        margin-bottom: -120px !important;
    }
    .mnl-lg-130 {
        margin-left: -130px !important;
    }
    .mnr-lg-130 {
        margin-right: -130px !important;
    }
    .mnt-lg-130 {
        margin-top: -130px !important;
    }
    .mnb-lg-130 {
        margin-bottom: -130px !important;
    }
    .mnl-lg-140 {
        margin-left: -140px !important;
    }
    .mnr-lg-140 {
        margin-right: -140px !important;
    }
    .mnt-lg-140 {
        margin-top: -140px !important;
    }
    .mnb-lg-140 {
        margin-bottom: -140px !important;
    }
    .mnl-lg-150 {
        margin-left: -150px !important;
    }
    .mnr-lg-150 {
        margin-right: -150px !important;
    }
    .mnt-lg-150 {
        margin-top: -150px !important;
    }
    .mnb-lg-150 {
        margin-bottom: -150px !important;
    }
}
@media only screen and (max-width: 1199px) {
    .mb-md-0,
    .mv-md-0 {
        margin-bottom: 0 !important;
    }
    .mt-md-0,
    .mv-md-0 {
        margin-top: 0 !important;
    }
    .mh-md-0,
    .ml-md-0 {
        margin-left: 0 !important;
    }
    .mh-md-0,
    .mr-md-0 {
        margin-right: 0 !important;
    }
    .pb-md-0,
    .pv-md-0 {
        padding-bottom: 0 !important;
    }
    .pt-md-0,
    .pv-md-0 {
        padding-top: 0 !important;
    }
    .ph-md-0,
    .pl-md-0 {
        padding-left: 0 !important;
    }
    .ph-md-0,
    .pr-md-0 {
        padding-right: 0 !important;
    }
    .mb-md-5,
    .mv-md-5 {
        margin-bottom: 5px !important;
    }
    .mt-md-5,
    .mv-md-5 {
        margin-top: 5px !important;
    }
    .mh-md-5,
    .ml-md-5 {
        margin-left: 5px !important;
    }
    .mh-md-5,
    .mr-md-5 {
        margin-right: 5px !important;
    }
    .pb-md-5,
    .pv-md-5 {
        padding-bottom: 5px !important;
    }
    .pt-md-5,
    .pv-md-5 {
        padding-top: 5px !important;
    }
    .ph-md-5,
    .pl-md-5 {
        padding-left: 5px !important;
    }
    .ph-md-5,
    .pr-md-5 {
        padding-right: 5px !important;
    }
    .mb-md-10,
    .mv-md-10 {
        margin-bottom: 10px !important;
    }
    .mt-md-10,
    .mv-md-10 {
        margin-top: 10px !important;
    }
    .mh-md-10,
    .ml-md-10 {
        margin-left: 10px !important;
    }
    .mh-md-10,
    .mr-md-10 {
        margin-right: 10px !important;
    }
    .pb-md-10,
    .pv-md-10 {
        padding-bottom: 10px !important;
    }
    .pt-md-10,
    .pv-md-10 {
        padding-top: 10px !important;
    }
    .ph-md-10,
    .pl-md-10 {
        padding-left: 10px !important;
    }
    .ph-md-10,
    .pr-md-10 {
        padding-right: 10px !important;
    }
    .mb-md-15,
    .mv-md-15 {
        margin-bottom: 15px !important;
    }
    .mt-md-15,
    .mv-md-15 {
        margin-top: 15px !important;
    }
    .mh-md-15,
    .ml-md-15 {
        margin-left: 15px !important;
    }
    .mh-md-15,
    .mr-md-15 {
        margin-right: 15px !important;
    }
    .pb-md-15,
    .pv-md-15 {
        padding-bottom: 15px !important;
    }
    .pt-md-15,
    .pv-md-15 {
        padding-top: 15px !important;
    }
    .ph-md-15,
    .pl-md-15 {
        padding-left: 15px !important;
    }
    .ph-md-15,
    .pr-md-15 {
        padding-right: 15px !important;
    }
    .mb-md-20,
    .mv-md-20 {
        margin-bottom: 20px !important;
    }
    .mt-md-20,
    .mv-md-20 {
        margin-top: 20px !important;
    }
    .mh-md-20,
    .ml-md-20 {
        margin-left: 20px !important;
    }
    .mh-md-20,
    .mr-md-20 {
        margin-right: 20px !important;
    }
    .pb-md-20,
    .pv-md-20 {
        padding-bottom: 20px !important;
    }
    .pt-md-20,
    .pv-md-20 {
        padding-top: 20px !important;
    }
    .ph-md-20,
    .pl-md-20 {
        padding-left: 20px !important;
    }
    .ph-md-20,
    .pr-md-20 {
        padding-right: 20px !important;
    }
    .mb-md-25,
    .mv-md-25 {
        margin-bottom: 25px !important;
    }
    .mt-md-25,
    .mv-md-25 {
        margin-top: 25px !important;
    }
    .mh-md-25,
    .ml-md-25 {
        margin-left: 25px !important;
    }
    .mh-md-25,
    .mr-md-25 {
        margin-right: 25px !important;
    }
    .pb-md-25,
    .pv-md-25 {
        padding-bottom: 25px !important;
    }
    .pt-md-25,
    .pv-md-25 {
        padding-top: 25px !important;
    }
    .ph-md-25,
    .pl-md-25 {
        padding-left: 25px !important;
    }
    .ph-md-25,
    .pr-md-25 {
        padding-right: 25px !important;
    }
    .mb-md-30,
    .mv-md-30 {
        margin-bottom: 30px !important;
    }
    .mt-md-30,
    .mv-md-30 {
        margin-top: 30px !important;
    }
    .mh-md-30,
    .ml-md-30 {
        margin-left: 30px !important;
    }
    .mh-md-30,
    .mr-md-30 {
        margin-right: 30px !important;
    }
    .pb-md-30,
    .pv-md-30 {
        padding-bottom: 30px !important;
    }
    .pt-md-30,
    .pv-md-30 {
        padding-top: 30px !important;
    }
    .ph-md-30,
    .pl-md-30 {
        padding-left: 30px !important;
    }
    .ph-md-30,
    .pr-md-30 {
        padding-right: 30px !important;
    }
    .mb-md-35,
    .mv-md-35 {
        margin-bottom: 35px !important;
    }
    .mt-md-35,
    .mv-md-35 {
        margin-top: 35px !important;
    }
    .mh-md-35,
    .ml-md-35 {
        margin-left: 35px !important;
    }
    .mh-md-35,
    .mr-md-35 {
        margin-right: 35px !important;
    }
    .pb-md-35,
    .pv-md-35 {
        padding-bottom: 35px !important;
    }
    .pt-md-35,
    .pv-md-35 {
        padding-top: 35px !important;
    }
    .ph-md-35,
    .pl-md-35 {
        padding-left: 35px !important;
    }
    .ph-md-35,
    .pr-md-35 {
        padding-right: 35px !important;
    }
    .mb-md-40,
    .mv-md-40 {
        margin-bottom: 40px !important;
    }
    .mt-md-40,
    .mv-md-40 {
        margin-top: 40px !important;
    }
    .mh-md-40,
    .ml-md-40 {
        margin-left: 40px !important;
    }
    .mh-md-40,
    .mr-md-40 {
        margin-right: 40px !important;
    }
    .pb-md-40,
    .pv-md-40 {
        padding-bottom: 40px !important;
    }
    .pt-md-40,
    .pv-md-40 {
        padding-top: 40px !important;
    }
    .ph-md-40,
    .pl-md-40 {
        padding-left: 40px !important;
    }
    .ph-md-40,
    .pr-md-40 {
        padding-right: 40px !important;
    }
    .mb-md-45,
    .mv-md-45 {
        margin-bottom: 45px !important;
    }
    .mt-md-45,
    .mv-md-45 {
        margin-top: 45px !important;
    }
    .mh-md-45,
    .ml-md-45 {
        margin-left: 45px !important;
    }
    .mh-md-45,
    .mr-md-45 {
        margin-right: 45px !important;
    }
    .pb-md-45,
    .pv-md-45 {
        padding-bottom: 45px !important;
    }
    .pt-md-45,
    .pv-md-45 {
        padding-top: 45px !important;
    }
    .ph-md-45,
    .pl-md-45 {
        padding-left: 45px !important;
    }
    .ph-md-45,
    .pr-md-45 {
        padding-right: 45px !important;
    }
    .mb-md-50,
    .mv-md-50 {
        margin-bottom: 50px !important;
    }
    .mt-md-50,
    .mv-md-50 {
        margin-top: 50px !important;
    }
    .mh-md-50,
    .ml-md-50 {
        margin-left: 50px !important;
    }
    .mh-md-50,
    .mr-md-50 {
        margin-right: 50px !important;
    }
    .pb-md-50,
    .pv-md-50 {
        padding-bottom: 50px !important;
    }
    .pt-md-50,
    .pv-md-50 {
        padding-top: 50px !important;
    }
    .ph-md-50,
    .pl-md-50 {
        padding-left: 50px !important;
    }
    .ph-md-50,
    .pr-md-50 {
        padding-right: 50px !important;
    }
    .mb-md-60,
    .mv-md-60 {
        margin-bottom: 60px !important;
    }
    .mt-md-60,
    .mv-md-60 {
        margin-top: 60px !important;
    }
    .mh-md-60,
    .ml-md-60 {
        margin-left: 60px !important;
    }
    .mh-md-60,
    .mr-md-60 {
        margin-right: 60px !important;
    }
    .pb-md-60,
    .pv-md-60 {
        padding-bottom: 60px !important;
    }
    .pt-md-60,
    .pv-md-60 {
        padding-top: 60px !important;
    }
    .ph-md-60,
    .pl-md-60 {
        padding-left: 60px !important;
    }
    .ph-md-60,
    .pr-md-60 {
        padding-right: 60px !important;
    }
    .mb-md-70,
    .mv-md-70 {
        margin-bottom: 70px !important;
    }
    .mt-md-70,
    .mv-md-70 {
        margin-top: 70px !important;
    }
    .mh-md-70,
    .ml-md-70 {
        margin-left: 70px !important;
    }
    .mh-md-70,
    .mr-md-70 {
        margin-right: 70px !important;
    }
    .pb-md-70,
    .pv-md-70 {
        padding-bottom: 70px !important;
    }
    .pt-md-70,
    .pv-md-70 {
        padding-top: 70px !important;
    }
    .ph-md-70,
    .pl-md-70 {
        padding-left: 70px !important;
    }
    .ph-md-70,
    .pr-md-70 {
        padding-right: 70px !important;
    }
    .mb-md-80,
    .mv-md-80 {
        margin-bottom: 80px !important;
    }
    .mt-md-80,
    .mv-md-80 {
        margin-top: 80px !important;
    }
    .mh-md-80,
    .ml-md-80 {
        margin-left: 80px !important;
    }
    .mh-md-80,
    .mr-md-80 {
        margin-right: 80px !important;
    }
    .pb-md-80,
    .pv-md-80 {
        padding-bottom: 80px !important;
    }
    .pt-md-80,
    .pv-md-80 {
        padding-top: 80px !important;
    }
    .ph-md-80,
    .pl-md-80 {
        padding-left: 80px !important;
    }
    .ph-md-80,
    .pr-md-80 {
        padding-right: 80px !important;
    }
    .mb-md-90,
    .mv-md-90 {
        margin-bottom: 90px !important;
    }
    .mt-md-90,
    .mv-md-90 {
        margin-top: 90px !important;
    }
    .mh-md-90,
    .ml-md-90 {
        margin-left: 90px !important;
    }
    .mh-md-90,
    .mr-md-90 {
        margin-right: 90px !important;
    }
    .pb-md-90,
    .pv-md-90 {
        padding-bottom: 90px !important;
    }
    .pt-md-90,
    .pv-md-90 {
        padding-top: 90px !important;
    }
    .ph-md-90,
    .pl-md-90 {
        padding-left: 90px !important;
    }
    .ph-md-90,
    .pr-md-90 {
        padding-right: 90px !important;
    }
    .mb-md-100,
    .mv-md-100 {
        margin-bottom: 100px !important;
    }
    .mt-md-100,
    .mv-md-100 {
        margin-top: 100px !important;
    }
    .mh-md-100,
    .ml-md-100 {
        margin-left: 100px !important;
    }
    .mh-md-100,
    .mr-md-100 {
        margin-right: 100px !important;
    }
    .pb-md-100,
    .pv-md-100 {
        padding-bottom: 100px !important;
    }
    .pt-md-100,
    .pv-md-100 {
        padding-top: 100px !important;
    }
    .ph-md-100,
    .pl-md-100 {
        padding-left: 100px !important;
    }
    .ph-md-100,
    .pr-md-100 {
        padding-right: 100px !important;
    }
    .mb-md-110,
    .mv-md-110 {
        margin-bottom: 110px !important;
    }
    .mt-md-110,
    .mv-md-110 {
        margin-top: 110px !important;
    }
    .mh-md-110,
    .ml-md-110 {
        margin-left: 110px !important;
    }
    .mh-md-110,
    .mr-md-110 {
        margin-right: 110px !important;
    }
    .pb-md-110,
    .pv-md-110 {
        padding-bottom: 110px !important;
    }
    .pt-md-110,
    .pv-md-110 {
        padding-top: 110px !important;
    }
    .ph-md-110,
    .pl-md-110 {
        padding-left: 110px !important;
    }
    .ph-md-110,
    .pr-md-110 {
        padding-right: 110px !important;
    }
    .mb-md-120,
    .mv-md-120 {
        margin-bottom: 120px !important;
    }
    .mt-md-120,
    .mv-md-120 {
        margin-top: 120px !important;
    }
    .mh-md-120,
    .ml-md-120 {
        margin-left: 120px !important;
    }
    .mh-md-120,
    .mr-md-120 {
        margin-right: 120px !important;
    }
    .pb-md-120,
    .pv-md-120 {
        padding-bottom: 120px !important;
    }
    .pt-md-120,
    .pv-md-120 {
        padding-top: 120px !important;
    }
    .ph-md-120,
    .pl-md-120 {
        padding-left: 120px !important;
    }
    .ph-md-120,
    .pr-md-120 {
        padding-right: 120px !important;
    }
    .mb-md-130,
    .mv-md-130 {
        margin-bottom: 130px !important;
    }
    .mt-md-130,
    .mv-md-130 {
        margin-top: 130px !important;
    }
    .mh-md-130,
    .ml-md-130 {
        margin-left: 130px !important;
    }
    .mh-md-130,
    .mr-md-130 {
        margin-right: 130px !important;
    }
    .pb-md-130,
    .pv-md-130 {
        padding-bottom: 130px !important;
    }
    .pt-md-130,
    .pv-md-130 {
        padding-top: 130px !important;
    }
    .ph-md-130,
    .pl-md-130 {
        padding-left: 130px !important;
    }
    .ph-md-130,
    .pr-md-130 {
        padding-right: 130px !important;
    }
    .mb-md-140,
    .mv-md-140 {
        margin-bottom: 140px !important;
    }
    .mt-md-140,
    .mv-md-140 {
        margin-top: 140px !important;
    }
    .mh-md-140,
    .ml-md-140 {
        margin-left: 140px !important;
    }
    .mh-md-140,
    .mr-md-140 {
        margin-right: 140px !important;
    }
    .pb-md-140,
    .pv-md-140 {
        padding-bottom: 140px !important;
    }
    .pt-md-140,
    .pv-md-140 {
        padding-top: 140px !important;
    }
    .ph-md-140,
    .pl-md-140 {
        padding-left: 140px !important;
    }
    .ph-md-140,
    .pr-md-140 {
        padding-right: 140px !important;
    }
    .mb-md-150,
    .mv-md-150 {
        margin-bottom: 150px !important;
    }
    .mt-md-150,
    .mv-md-150 {
        margin-top: 150px !important;
    }
    .mh-md-150,
    .ml-md-150 {
        margin-left: 150px !important;
    }
    .mh-md-150,
    .mr-md-150 {
        margin-right: 150px !important;
    }
    .pb-md-150,
    .pv-md-150 {
        padding-bottom: 150px !important;
    }
    .pt-md-150,
    .pv-md-150 {
        padding-top: 150px !important;
    }
    .ph-md-150,
    .pl-md-150 {
        padding-left: 150px !important;
    }
    .ph-md-150,
    .pr-md-150 {
        padding-right: 150px !important;
    }
    .mb-md-200,
    .mv-md-200 {
        margin-bottom: 200px !important;
    }
    .mt-md-200,
    .mv-md-200 {
        margin-top: 200px !important;
    }
    .mh-md-200,
    .ml-md-200 {
        margin-left: 200px !important;
    }
    .mh-md-200,
    .mr-md-200 {
        margin-right: 200px !important;
    }
    .pb-md-200,
    .pv-md-200 {
        padding-bottom: 200px !important;
    }
    .pt-md-200,
    .pv-md-200 {
        padding-top: 200px !important;
    }
    .ph-md-200,
    .pl-md-200 {
        padding-left: 200px !important;
    }
    .ph-md-200,
    .pr-md-200 {
        padding-right: 200px !important;
    }
    .mb-md-250,
    .mv-md-250 {
        margin-bottom: 250px !important;
    }
    .mt-md-250,
    .mv-md-250 {
        margin-top: 250px !important;
    }
    .mh-md-250,
    .ml-md-250 {
        margin-left: 250px !important;
    }
    .mh-md-250,
    .mr-md-250 {
        margin-right: 250px !important;
    }
    .pb-md-250,
    .pv-md-250 {
        padding-bottom: 250px !important;
    }
    .pt-md-250,
    .pv-md-250 {
        padding-top: 250px !important;
    }
    .ph-md-250,
    .pl-md-250 {
        padding-left: 250px !important;
    }
    .ph-md-250,
    .pr-md-250 {
        padding-right: 250px !important;
    }
    .mnl-md-10 {
        margin-left: -10px !important;
    }
    .mnr-md-10 {
        margin-right: -10px !important;
    }
    .mnt-md-10 {
        margin-top: -10px !important;
    }
    .mnb-md-10 {
        margin-bottom: -10px !important;
    }
    .mnl-md-20 {
        margin-left: -20px !important;
    }
    .mnr-md-20 {
        margin-right: -20px !important;
    }
    .mnt-md-20 {
        margin-top: -20px !important;
    }
    .mnb-md-20 {
        margin-bottom: -20px !important;
    }
    .mnl-md-30 {
        margin-left: -30px !important;
    }
    .mnr-md-30 {
        margin-right: -30px !important;
    }
    .mnt-md-30 {
        margin-top: -30px !important;
    }
    .mnb-md-30 {
        margin-bottom: -30px !important;
    }
    .mnl-md-40 {
        margin-left: -40px !important;
    }
    .mnr-md-40 {
        margin-right: -40px !important;
    }
    .mnt-md-40 {
        margin-top: -40px !important;
    }
    .mnb-md-40 {
        margin-bottom: -40px !important;
    }
    .mnl-md-50 {
        margin-left: -50px !important;
    }
    .mnr-md-50 {
        margin-right: -50px !important;
    }
    .mnt-md-50 {
        margin-top: -50px !important;
    }
    .mnb-md-50 {
        margin-bottom: -50px !important;
    }
    .mnl-md-60 {
        margin-left: -60px !important;
    }
    .mnr-md-60 {
        margin-right: -60px !important;
    }
    .mnt-md-60 {
        margin-top: -60px !important;
    }
    .mnb-md-60 {
        margin-bottom: -60px !important;
    }
    .mnl-md-70 {
        margin-left: -70px !important;
    }
    .mnr-md-70 {
        margin-right: -70px !important;
    }
    .mnt-md-70 {
        margin-top: -70px !important;
    }
    .mnb-md-70 {
        margin-bottom: -70px !important;
    }
    .mnl-md-80 {
        margin-left: -80px !important;
    }
    .mnr-md-80 {
        margin-right: -80px !important;
    }
    .mnt-md-80 {
        margin-top: -80px !important;
    }
    .mnb-md-80 {
        margin-bottom: -80px !important;
    }
    .mnl-md-90 {
        margin-left: -90px !important;
    }
    .mnr-md-90 {
        margin-right: -90px !important;
    }
    .mnt-md-90 {
        margin-top: -90px !important;
    }
    .mnb-md-90 {
        margin-bottom: -90px !important;
    }
    .mnl-md-100 {
        margin-left: -100px !important;
    }
    .mnr-md-100 {
        margin-right: -100px !important;
    }
    .mnt-md-100 {
        margin-top: -100px !important;
    }
    .mnb-md-100 {
        margin-bottom: -100px !important;
    }
    .mnl-md-110 {
        margin-left: -110px !important;
    }
    .mnr-md-110 {
        margin-right: -110px !important;
    }
    .mnt-md-110 {
        margin-top: -110px !important;
    }
    .mnb-md-110 {
        margin-bottom: -110px !important;
    }
    .mnl-md-120 {
        margin-left: -120px !important;
    }
    .mnr-md-120 {
        margin-right: -120px !important;
    }
    .mnt-md-120 {
        margin-top: -120px !important;
    }
    .mnb-md-120 {
        margin-bottom: -120px !important;
    }
    .mnl-md-130 {
        margin-left: -130px !important;
    }
    .mnr-md-130 {
        margin-right: -130px !important;
    }
    .mnt-md-130 {
        margin-top: -130px !important;
    }
    .mnb-md-130 {
        margin-bottom: -130px !important;
    }
    .mnl-md-140 {
        margin-left: -140px !important;
    }
    .mnr-md-140 {
        margin-right: -140px !important;
    }
    .mnt-md-140 {
        margin-top: -140px !important;
    }
    .mnb-md-140 {
        margin-bottom: -140px !important;
    }
    .mnl-md-150 {
        margin-left: -150px !important;
    }
    .mnr-md-150 {
        margin-right: -150px !important;
    }
    .mnt-md-150 {
        margin-top: -150px !important;
    }
    .mnb-md-150 {
        margin-bottom: -150px !important;
    }
}
@media only screen and (max-width: 991px) {
    .mb-sm-0,
    .mv-sm-0 {
        margin-bottom: 0 !important;
    }
    .mt-sm-0,
    .mv-sm-0 {
        margin-top: 0 !important;
    }
    .mh-sm-0,
    .ml-sm-0 {
        margin-left: 0 !important;
    }
    .mh-sm-0,
    .mr-sm-0 {
        margin-right: 0 !important;
    }
    .pb-sm-0,
    .pv-sm-0 {
        padding-bottom: 0 !important;
    }
    .pt-sm-0,
    .pv-sm-0 {
        padding-top: 0 !important;
    }
    .ph-sm-0,
    .pl-sm-0 {
        padding-left: 0 !important;
    }
    .ph-sm-0,
    .pr-sm-0 {
        padding-right: 0 !important;
    }
    .mb-sm-5,
    .mv-sm-5 {
        margin-bottom: 5px !important;
    }
    .mt-sm-5,
    .mv-sm-5 {
        margin-top: 5px !important;
    }
    .mh-sm-5,
    .ml-sm-5 {
        margin-left: 5px !important;
    }
    .mh-sm-5,
    .mr-sm-5 {
        margin-right: 5px !important;
    }
    .pb-sm-5,
    .pv-sm-5 {
        padding-bottom: 5px !important;
    }
    .pt-sm-5,
    .pv-sm-5 {
        padding-top: 5px !important;
    }
    .ph-sm-5,
    .pl-sm-5 {
        padding-left: 5px !important;
    }
    .ph-sm-5,
    .pr-sm-5 {
        padding-right: 5px !important;
    }
    .mb-sm-10,
    .mv-sm-10 {
        margin-bottom: 10px !important;
    }
    .mt-sm-10,
    .mv-sm-10 {
        margin-top: 10px !important;
    }
    .mh-sm-10,
    .ml-sm-10 {
        margin-left: 10px !important;
    }
    .mh-sm-10,
    .mr-sm-10 {
        margin-right: 10px !important;
    }
    .pb-sm-10,
    .pv-sm-10 {
        padding-bottom: 10px !important;
    }
    .pt-sm-10,
    .pv-sm-10 {
        padding-top: 10px !important;
    }
    .ph-sm-10,
    .pl-sm-10 {
        padding-left: 10px !important;
    }
    .ph-sm-10,
    .pr-sm-10 {
        padding-right: 10px !important;
    }
    .mb-sm-15,
    .mv-sm-15 {
        margin-bottom: 15px !important;
    }
    .mt-sm-15,
    .mv-sm-15 {
        margin-top: 15px !important;
    }
    .mh-sm-15,
    .ml-sm-15 {
        margin-left: 15px !important;
    }
    .mh-sm-15,
    .mr-sm-15 {
        margin-right: 15px !important;
    }
    .pb-sm-15,
    .pv-sm-15 {
        padding-bottom: 15px !important;
    }
    .pt-sm-15,
    .pv-sm-15 {
        padding-top: 15px !important;
    }
    .ph-sm-15,
    .pl-sm-15 {
        padding-left: 15px !important;
    }
    .ph-sm-15,
    .pr-sm-15 {
        padding-right: 15px !important;
    }
    .mb-sm-20,
    .mv-sm-20 {
        margin-bottom: 20px !important;
    }
    .mt-sm-20,
    .mv-sm-20 {
        margin-top: 20px !important;
    }
    .mh-sm-20,
    .ml-sm-20 {
        margin-left: 20px !important;
    }
    .mh-sm-20,
    .mr-sm-20 {
        margin-right: 20px !important;
    }
    .pb-sm-20,
    .pv-sm-20 {
        padding-bottom: 20px !important;
    }
    .pt-sm-20,
    .pv-sm-20 {
        padding-top: 20px !important;
    }
    .ph-sm-20,
    .pl-sm-20 {
        padding-left: 20px !important;
    }
    .ph-sm-20,
    .pr-sm-20 {
        padding-right: 20px !important;
    }
    .mb-sm-25,
    .mv-sm-25 {
        margin-bottom: 25px !important;
    }
    .mt-sm-25,
    .mv-sm-25 {
        margin-top: 25px !important;
    }
    .mh-sm-25,
    .ml-sm-25 {
        margin-left: 25px !important;
    }
    .mh-sm-25,
    .mr-sm-25 {
        margin-right: 25px !important;
    }
    .pb-sm-25,
    .pv-sm-25 {
        padding-bottom: 25px !important;
    }
    .pt-sm-25,
    .pv-sm-25 {
        padding-top: 25px !important;
    }
    .ph-sm-25,
    .pl-sm-25 {
        padding-left: 25px !important;
    }
    .ph-sm-25,
    .pr-sm-25 {
        padding-right: 25px !important;
    }
    .mb-sm-30,
    .mv-sm-30 {
        margin-bottom: 30px !important;
    }
    .mt-sm-30,
    .mv-sm-30 {
        margin-top: 30px !important;
    }
    .mh-sm-30,
    .ml-sm-30 {
        margin-left: 30px !important;
    }
    .mh-sm-30,
    .mr-sm-30 {
        margin-right: 30px !important;
    }
    .pb-sm-30,
    .pv-sm-30 {
        padding-bottom: 30px !important;
    }
    .pt-sm-30,
    .pv-sm-30 {
        padding-top: 30px !important;
    }
    .ph-sm-30,
    .pl-sm-30 {
        padding-left: 30px !important;
    }
    .ph-sm-30,
    .pr-sm-30 {
        padding-right: 30px !important;
    }
    .mb-sm-35,
    .mv-sm-35 {
        margin-bottom: 35px !important;
    }
    .mt-sm-35,
    .mv-sm-35 {
        margin-top: 35px !important;
    }
    .mh-sm-35,
    .ml-sm-35 {
        margin-left: 35px !important;
    }
    .mh-sm-35,
    .mr-sm-35 {
        margin-right: 35px !important;
    }
    .pb-sm-35,
    .pv-sm-35 {
        padding-bottom: 35px !important;
    }
    .pt-sm-35,
    .pv-sm-35 {
        padding-top: 35px !important;
    }
    .ph-sm-35,
    .pl-sm-35 {
        padding-left: 35px !important;
    }
    .ph-sm-35,
    .pr-sm-35 {
        padding-right: 35px !important;
    }
    .mb-sm-40,
    .mv-sm-40 {
        margin-bottom: 40px !important;
    }
    .mt-sm-40,
    .mv-sm-40 {
        margin-top: 40px !important;
    }
    .mh-sm-40,
    .ml-sm-40 {
        margin-left: 40px !important;
    }
    .mh-sm-40,
    .mr-sm-40 {
        margin-right: 40px !important;
    }
    .pb-sm-40,
    .pv-sm-40 {
        padding-bottom: 40px !important;
    }
    .pt-sm-40,
    .pv-sm-40 {
        padding-top: 40px !important;
    }
    .ph-sm-40,
    .pl-sm-40 {
        padding-left: 40px !important;
    }
    .ph-sm-40,
    .pr-sm-40 {
        padding-right: 40px !important;
    }
    .mb-sm-45,
    .mv-sm-45 {
        margin-bottom: 45px !important;
    }
    .mt-sm-45,
    .mv-sm-45 {
        margin-top: 45px !important;
    }
    .mh-sm-45,
    .ml-sm-45 {
        margin-left: 45px !important;
    }
    .mh-sm-45,
    .mr-sm-45 {
        margin-right: 45px !important;
    }
    .pb-sm-45,
    .pv-sm-45 {
        padding-bottom: 45px !important;
    }
    .pt-sm-45,
    .pv-sm-45 {
        padding-top: 45px !important;
    }
    .ph-sm-45,
    .pl-sm-45 {
        padding-left: 45px !important;
    }
    .ph-sm-45,
    .pr-sm-45 {
        padding-right: 45px !important;
    }
    .mb-sm-50,
    .mv-sm-50 {
        margin-bottom: 50px !important;
    }
    .mt-sm-50,
    .mv-sm-50 {
        margin-top: 50px !important;
    }
    .mh-sm-50,
    .ml-sm-50 {
        margin-left: 50px !important;
    }
    .mh-sm-50,
    .mr-sm-50 {
        margin-right: 50px !important;
    }
    .pb-sm-50,
    .pv-sm-50 {
        padding-bottom: 50px !important;
    }
    .pt-sm-50,
    .pv-sm-50 {
        padding-top: 50px !important;
    }
    .ph-sm-50,
    .pl-sm-50 {
        padding-left: 50px !important;
    }
    .ph-sm-50,
    .pr-sm-50 {
        padding-right: 50px !important;
    }
    .mb-sm-60,
    .mv-sm-60 {
        margin-bottom: 60px !important;
    }
    .mt-sm-60,
    .mv-sm-60 {
        margin-top: 60px !important;
    }
    .mh-sm-60,
    .ml-sm-60 {
        margin-left: 60px !important;
    }
    .mh-sm-60,
    .mr-sm-60 {
        margin-right: 60px !important;
    }
    .pb-sm-60,
    .pv-sm-60 {
        padding-bottom: 60px !important;
    }
    .pt-sm-60,
    .pv-sm-60 {
        padding-top: 60px !important;
    }
    .ph-sm-60,
    .pl-sm-60 {
        padding-left: 60px !important;
    }
    .ph-sm-60,
    .pr-sm-60 {
        padding-right: 60px !important;
    }
    .mb-sm-70,
    .mv-sm-70 {
        margin-bottom: 70px !important;
    }
    .mt-sm-70,
    .mv-sm-70 {
        margin-top: 70px !important;
    }
    .mh-sm-70,
    .ml-sm-70 {
        margin-left: 70px !important;
    }
    .mh-sm-70,
    .mr-sm-70 {
        margin-right: 70px !important;
    }
    .pb-sm-70,
    .pv-sm-70 {
        padding-bottom: 70px !important;
    }
    .pt-sm-70,
    .pv-sm-70 {
        padding-top: 70px !important;
    }
    .ph-sm-70,
    .pl-sm-70 {
        padding-left: 70px !important;
    }
    .ph-sm-70,
    .pr-sm-70 {
        padding-right: 70px !important;
    }
    .mb-sm-80,
    .mv-sm-80 {
        margin-bottom: 80px !important;
    }
    .mt-sm-80,
    .mv-sm-80 {
        margin-top: 80px !important;
    }
    .mh-sm-80,
    .ml-sm-80 {
        margin-left: 80px !important;
    }
    .mh-sm-80,
    .mr-sm-80 {
        margin-right: 80px !important;
    }
    .pb-sm-80,
    .pv-sm-80 {
        padding-bottom: 80px !important;
    }
    .pt-sm-80,
    .pv-sm-80 {
        padding-top: 80px !important;
    }
    .ph-sm-80,
    .pl-sm-80 {
        padding-left: 80px !important;
    }
    .ph-sm-80,
    .pr-sm-80 {
        padding-right: 80px !important;
    }
    .mb-sm-90,
    .mv-sm-90 {
        margin-bottom: 90px !important;
    }
    .mt-sm-90,
    .mv-sm-90 {
        margin-top: 90px !important;
    }
    .mh-sm-90,
    .ml-sm-90 {
        margin-left: 90px !important;
    }
    .mh-sm-90,
    .mr-sm-90 {
        margin-right: 90px !important;
    }
    .pb-sm-90,
    .pv-sm-90 {
        padding-bottom: 90px !important;
    }
    .pt-sm-90,
    .pv-sm-90 {
        padding-top: 90px !important;
    }
    .ph-sm-90,
    .pl-sm-90 {
        padding-left: 90px !important;
    }
    .ph-sm-90,
    .pr-sm-90 {
        padding-right: 90px !important;
    }
    .mb-sm-100,
    .mv-sm-100 {
        margin-bottom: 100px !important;
    }
    .mt-sm-100,
    .mv-sm-100 {
        margin-top: 100px !important;
    }
    .mh-sm-100,
    .ml-sm-100 {
        margin-left: 100px !important;
    }
    .mh-sm-100,
    .mr-sm-100 {
        margin-right: 100px !important;
    }
    .pb-sm-100,
    .pv-sm-100 {
        padding-bottom: 100px !important;
    }
    .pt-sm-100,
    .pv-sm-100 {
        padding-top: 100px !important;
    }
    .ph-sm-100,
    .pl-sm-100 {
        padding-left: 100px !important;
    }
    .ph-sm-100,
    .pr-sm-100 {
        padding-right: 100px !important;
    }
    .mb-sm-110,
    .mv-sm-110 {
        margin-bottom: 110px !important;
    }
    .mt-sm-110,
    .mv-sm-110 {
        margin-top: 110px !important;
    }
    .mh-sm-110,
    .ml-sm-110 {
        margin-left: 110px !important;
    }
    .mh-sm-110,
    .mr-sm-110 {
        margin-right: 110px !important;
    }
    .pb-sm-110,
    .pv-sm-110 {
        padding-bottom: 110px !important;
    }
    .pt-sm-110,
    .pv-sm-110 {
        padding-top: 110px !important;
    }
    .ph-sm-110,
    .pl-sm-110 {
        padding-left: 110px !important;
    }
    .ph-sm-110,
    .pr-sm-110 {
        padding-right: 110px !important;
    }
    .mb-sm-120,
    .mv-sm-120 {
        margin-bottom: 120px !important;
    }
    .mt-sm-120,
    .mv-sm-120 {
        margin-top: 120px !important;
    }
    .mh-sm-120,
    .ml-sm-120 {
        margin-left: 120px !important;
    }
    .mh-sm-120,
    .mr-sm-120 {
        margin-right: 120px !important;
    }
    .pb-sm-120,
    .pv-sm-120 {
        padding-bottom: 120px !important;
    }
    .pt-sm-120,
    .pv-sm-120 {
        padding-top: 120px !important;
    }
    .ph-sm-120,
    .pl-sm-120 {
        padding-left: 120px !important;
    }
    .ph-sm-120,
    .pr-sm-120 {
        padding-right: 120px !important;
    }
    .mb-sm-130,
    .mv-sm-130 {
        margin-bottom: 130px !important;
    }
    .mt-sm-130,
    .mv-sm-130 {
        margin-top: 130px !important;
    }
    .mh-sm-130,
    .ml-sm-130 {
        margin-left: 130px !important;
    }
    .mh-sm-130,
    .mr-sm-130 {
        margin-right: 130px !important;
    }
    .pb-sm-130,
    .pv-sm-130 {
        padding-bottom: 130px !important;
    }
    .pt-sm-130,
    .pv-sm-130 {
        padding-top: 130px !important;
    }
    .ph-sm-130,
    .pl-sm-130 {
        padding-left: 130px !important;
    }
    .ph-sm-130,
    .pr-sm-130 {
        padding-right: 130px !important;
    }
    .mb-sm-140,
    .mv-sm-140 {
        margin-bottom: 140px !important;
    }
    .mt-sm-140,
    .mv-sm-140 {
        margin-top: 140px !important;
    }
    .mh-sm-140,
    .ml-sm-140 {
        margin-left: 140px !important;
    }
    .mh-sm-140,
    .mr-sm-140 {
        margin-right: 140px !important;
    }
    .pb-sm-140,
    .pv-sm-140 {
        padding-bottom: 140px !important;
    }
    .pt-sm-140,
    .pv-sm-140 {
        padding-top: 140px !important;
    }
    .ph-sm-140,
    .pl-sm-140 {
        padding-left: 140px !important;
    }
    .ph-sm-140,
    .pr-sm-140 {
        padding-right: 140px !important;
    }
    .mb-sm-150,
    .mv-sm-150 {
        margin-bottom: 150px !important;
    }
    .mt-sm-150,
    .mv-sm-150 {
        margin-top: 150px !important;
    }
    .mh-sm-150,
    .ml-sm-150 {
        margin-left: 150px !important;
    }
    .mh-sm-150,
    .mr-sm-150 {
        margin-right: 150px !important;
    }
    .pb-sm-150,
    .pv-sm-150 {
        padding-bottom: 150px !important;
    }
    .pt-sm-150,
    .pv-sm-150 {
        padding-top: 150px !important;
    }
    .ph-sm-150,
    .pl-sm-150 {
        padding-left: 150px !important;
    }
    .ph-sm-150,
    .pr-sm-150 {
        padding-right: 150px !important;
    }
    .mb-sm-200,
    .mv-sm-200 {
        margin-bottom: 200px !important;
    }
    .mt-sm-200,
    .mv-sm-200 {
        margin-top: 200px !important;
    }
    .mh-sm-200,
    .ml-sm-200 {
        margin-left: 200px !important;
    }
    .mh-sm-200,
    .mr-sm-200 {
        margin-right: 200px !important;
    }
    .pb-sm-200,
    .pv-sm-200 {
        padding-bottom: 200px !important;
    }
    .pt-sm-200,
    .pv-sm-200 {
        padding-top: 200px !important;
    }
    .ph-sm-200,
    .pl-sm-200 {
        padding-left: 200px !important;
    }
    .ph-sm-200,
    .pr-sm-200 {
        padding-right: 200px !important;
    }
    .mb-sm-250,
    .mv-sm-250 {
        margin-bottom: 250px !important;
    }
    .mt-sm-250,
    .mv-sm-250 {
        margin-top: 250px !important;
    }
    .mh-sm-250,
    .ml-sm-250 {
        margin-left: 250px !important;
    }
    .mh-sm-250,
    .mr-sm-250 {
        margin-right: 250px !important;
    }
    .pb-sm-250,
    .pv-sm-250 {
        padding-bottom: 250px !important;
    }
    .pt-sm-250,
    .pv-sm-250 {
        padding-top: 250px !important;
    }
    .ph-sm-250,
    .pl-sm-250 {
        padding-left: 250px !important;
    }
    .ph-sm-250,
    .pr-sm-250 {
        padding-right: 250px !important;
    }
    .mnl-sm-10 {
        margin-left: -10px !important;
    }
    .mnr-sm-10 {
        margin-right: -10px !important;
    }
    .mnt-sm-10 {
        margin-top: -10px !important;
    }
    .mnb-sm-10 {
        margin-bottom: -10px !important;
    }
    .mnl-sm-20 {
        margin-left: -20px !important;
    }
    .mnr-sm-20 {
        margin-right: -20px !important;
    }
    .mnt-sm-20 {
        margin-top: -20px !important;
    }
    .mnb-sm-20 {
        margin-bottom: -20px !important;
    }
    .mnl-sm-30 {
        margin-left: -30px !important;
    }
    .mnr-sm-30 {
        margin-right: -30px !important;
    }
    .mnt-sm-30 {
        margin-top: -30px !important;
    }
    .mnb-sm-30 {
        margin-bottom: -30px !important;
    }
    .mnl-sm-40 {
        margin-left: -40px !important;
    }
    .mnr-sm-40 {
        margin-right: -40px !important;
    }
    .mnt-sm-40 {
        margin-top: -40px !important;
    }
    .mnb-sm-40 {
        margin-bottom: -40px !important;
    }
    .mnl-sm-50 {
        margin-left: -50px !important;
    }
    .mnr-sm-50 {
        margin-right: -50px !important;
    }
    .mnt-sm-50 {
        margin-top: -50px !important;
    }
    .mnb-sm-50 {
        margin-bottom: -50px !important;
    }
    .mnl-sm-60 {
        margin-left: -60px !important;
    }
    .mnr-sm-60 {
        margin-right: -60px !important;
    }
    .mnt-sm-60 {
        margin-top: -60px !important;
    }
    .mnb-sm-60 {
        margin-bottom: -60px !important;
    }
    .mnl-sm-70 {
        margin-left: -70px !important;
    }
    .mnr-sm-70 {
        margin-right: -70px !important;
    }
    .mnt-sm-70 {
        margin-top: -70px !important;
    }
    .mnb-sm-70 {
        margin-bottom: -70px !important;
    }
    .mnl-sm-80 {
        margin-left: -80px !important;
    }
    .mnr-sm-80 {
        margin-right: -80px !important;
    }
    .mnt-sm-80 {
        margin-top: -80px !important;
    }
    .mnb-sm-80 {
        margin-bottom: -80px !important;
    }
    .mnl-sm-90 {
        margin-left: -90px !important;
    }
    .mnr-sm-90 {
        margin-right: -90px !important;
    }
    .mnt-sm-90 {
        margin-top: -90px !important;
    }
    .mnb-sm-90 {
        margin-bottom: -90px !important;
    }
    .mnl-sm-100 {
        margin-left: -100px !important;
    }
    .mnr-sm-100 {
        margin-right: -100px !important;
    }
    .mnt-sm-100 {
        margin-top: -100px !important;
    }
    .mnb-sm-100 {
        margin-bottom: -100px !important;
    }
    .mnl-sm-110 {
        margin-left: -110px !important;
    }
    .mnr-sm-110 {
        margin-right: -110px !important;
    }
    .mnt-sm-110 {
        margin-top: -110px !important;
    }
    .mnb-sm-110 {
        margin-bottom: -110px !important;
    }
    .mnl-sm-120 {
        margin-left: -120px !important;
    }
    .mnr-sm-120 {
        margin-right: -120px !important;
    }
    .mnt-sm-120 {
        margin-top: -120px !important;
    }
    .mnb-sm-120 {
        margin-bottom: -120px !important;
    }
    .mnl-sm-130 {
        margin-left: -130px !important;
    }
    .mnr-sm-130 {
        margin-right: -130px !important;
    }
    .mnt-sm-130 {
        margin-top: -130px !important;
    }
    .mnb-sm-130 {
        margin-bottom: -130px !important;
    }
    .mnl-sm-140 {
        margin-left: -140px !important;
    }
    .mnr-sm-140 {
        margin-right: -140px !important;
    }
    .mnt-sm-140 {
        margin-top: -140px !important;
    }
    .mnb-sm-140 {
        margin-bottom: -140px !important;
    }
    .mnl-sm-150 {
        margin-left: -150px !important;
    }
    .mnr-sm-150 {
        margin-right: -150px !important;
    }
    .mnt-sm-150 {
        margin-top: -150px !important;
    }
    .mnb-sm-150 {
        margin-bottom: -150px !important;
    }
}
@media only screen and (max-width: 960px) {
    .mb-xs-0,
    .mv-xs-0 {
        margin-bottom: 0 !important;
    }
    .mt-xs-0,
    .mv-xs-0 {
        margin-top: 0 !important;
    }
    .mh-xs-0,
    .ml-xs-0 {
        margin-left: 0 !important;
    }
    .mh-xs-0,
    .mr-xs-0 {
        margin-right: 0 !important;
    }
    .pb-xs-0,
    .pv-xs-0 {
        padding-bottom: 0 !important;
    }
    .pt-xs-0,
    .pv-xs-0 {
        padding-top: 0 !important;
    }
    .ph-xs-0,
    .pl-xs-0 {
        padding-left: 0 !important;
    }
    .ph-xs-0,
    .pr-xs-0 {
        padding-right: 0 !important;
    }
    .mb-xs-5,
    .mv-xs-5 {
        margin-bottom: 5px !important;
    }
    .mt-xs-5,
    .mv-xs-5 {
        margin-top: 5px !important;
    }
    .mh-xs-5,
    .ml-xs-5 {
        margin-left: 5px !important;
    }
    .mh-xs-5,
    .mr-xs-5 {
        margin-right: 5px !important;
    }
    .pb-xs-5,
    .pv-xs-5 {
        padding-bottom: 5px !important;
    }
    .pt-xs-5,
    .pv-xs-5 {
        padding-top: 5px !important;
    }
    .ph-xs-5,
    .pl-xs-5 {
        padding-left: 5px !important;
    }
    .ph-xs-5,
    .pr-xs-5 {
        padding-right: 5px !important;
    }
    .mb-xs-10,
    .mv-xs-10 {
        margin-bottom: 10px !important;
    }
    .mt-xs-10,
    .mv-xs-10 {
        margin-top: 10px !important;
    }
    .mh-xs-10,
    .ml-xs-10 {
        margin-left: 10px !important;
    }
    .mh-xs-10,
    .mr-xs-10 {
        margin-right: 10px !important;
    }
    .pb-xs-10,
    .pv-xs-10 {
        padding-bottom: 10px !important;
    }
    .pt-xs-10,
    .pv-xs-10 {
        padding-top: 10px !important;
    }
    .ph-xs-10,
    .pl-xs-10 {
        padding-left: 10px !important;
    }
    .ph-xs-10,
    .pr-xs-10 {
        padding-right: 10px !important;
    }
    .mb-xs-15,
    .mv-xs-15 {
        margin-bottom: 15px !important;
    }
    .mt-xs-15,
    .mv-xs-15 {
        margin-top: 15px !important;
    }
    .mh-xs-15,
    .ml-xs-15 {
        margin-left: 15px !important;
    }
    .mh-xs-15,
    .mr-xs-15 {
        margin-right: 15px !important;
    }
    .pb-xs-15,
    .pv-xs-15 {
        padding-bottom: 15px !important;
    }
    .pt-xs-15,
    .pv-xs-15 {
        padding-top: 15px !important;
    }
    .ph-xs-15,
    .pl-xs-15 {
        padding-left: 15px !important;
    }
    .ph-xs-15,
    .pr-xs-15 {
        padding-right: 15px !important;
    }
    .mb-xs-20,
    .mv-xs-20 {
        margin-bottom: 20px !important;
    }
    .mt-xs-20,
    .mv-xs-20 {
        margin-top: 20px !important;
    }
    .mh-xs-20,
    .ml-xs-20 {
        margin-left: 20px !important;
    }
    .mh-xs-20,
    .mr-xs-20 {
        margin-right: 20px !important;
    }
    .pb-xs-20,
    .pv-xs-20 {
        padding-bottom: 20px !important;
    }
    .pt-xs-20,
    .pv-xs-20 {
        padding-top: 20px !important;
    }
    .ph-xs-20,
    .pl-xs-20 {
        padding-left: 20px !important;
    }
    .ph-xs-20,
    .pr-xs-20 {
        padding-right: 20px !important;
    }
    .mb-xs-25,
    .mv-xs-25 {
        margin-bottom: 25px !important;
    }
    .mt-xs-25,
    .mv-xs-25 {
        margin-top: 25px !important;
    }
    .mh-xs-25,
    .ml-xs-25 {
        margin-left: 25px !important;
    }
    .mh-xs-25,
    .mr-xs-25 {
        margin-right: 25px !important;
    }
    .pb-xs-25,
    .pv-xs-25 {
        padding-bottom: 25px !important;
    }
    .pt-xs-25,
    .pv-xs-25 {
        padding-top: 25px !important;
    }
    .ph-xs-25,
    .pl-xs-25 {
        padding-left: 25px !important;
    }
    .ph-xs-25,
    .pr-xs-25 {
        padding-right: 25px !important;
    }
    .mb-xs-30,
    .mv-xs-30 {
        margin-bottom: 30px !important;
    }
    .mt-xs-30,
    .mv-xs-30 {
        margin-top: 30px !important;
    }
    .mh-xs-30,
    .ml-xs-30 {
        margin-left: 30px !important;
    }
    .mh-xs-30,
    .mr-xs-30 {
        margin-right: 30px !important;
    }
    .pb-xs-30,
    .pv-xs-30 {
        padding-bottom: 30px !important;
    }
    .pt-xs-30,
    .pv-xs-30 {
        padding-top: 30px !important;
    }
    .ph-xs-30,
    .pl-xs-30 {
        padding-left: 30px !important;
    }
    .ph-xs-30,
    .pr-xs-30 {
        padding-right: 30px !important;
    }
    .mb-xs-35,
    .mv-xs-35 {
        margin-bottom: 35px !important;
    }
    .mt-xs-35,
    .mv-xs-35 {
        margin-top: 35px !important;
    }
    .mh-xs-35,
    .ml-xs-35 {
        margin-left: 35px !important;
    }
    .mh-xs-35,
    .mr-xs-35 {
        margin-right: 35px !important;
    }
    .pb-xs-35,
    .pv-xs-35 {
        padding-bottom: 35px !important;
    }
    .pt-xs-35,
    .pv-xs-35 {
        padding-top: 35px !important;
    }
    .ph-xs-35,
    .pl-xs-35 {
        padding-left: 35px !important;
    }
    .ph-xs-35,
    .pr-xs-35 {
        padding-right: 35px !important;
    }
    .mb-xs-40,
    .mv-xs-40 {
        margin-bottom: 40px !important;
    }
    .mt-xs-40,
    .mv-xs-40 {
        margin-top: 40px !important;
    }
    .mh-xs-40,
    .ml-xs-40 {
        margin-left: 40px !important;
    }
    .mh-xs-40,
    .mr-xs-40 {
        margin-right: 40px !important;
    }
    .pb-xs-40,
    .pv-xs-40 {
        padding-bottom: 40px !important;
    }
    .pt-xs-40,
    .pv-xs-40 {
        padding-top: 40px !important;
    }
    .ph-xs-40,
    .pl-xs-40 {
        padding-left: 40px !important;
    }
    .ph-xs-40,
    .pr-xs-40 {
        padding-right: 40px !important;
    }
    .mb-xs-45,
    .mv-xs-45 {
        margin-bottom: 45px !important;
    }
    .mt-xs-45,
    .mv-xs-45 {
        margin-top: 45px !important;
    }
    .mh-xs-45,
    .ml-xs-45 {
        margin-left: 45px !important;
    }
    .mh-xs-45,
    .mr-xs-45 {
        margin-right: 45px !important;
    }
    .pb-xs-45,
    .pv-xs-45 {
        padding-bottom: 45px !important;
    }
    .pt-xs-45,
    .pv-xs-45 {
        padding-top: 45px !important;
    }
    .ph-xs-45,
    .pl-xs-45 {
        padding-left: 45px !important;
    }
    .ph-xs-45,
    .pr-xs-45 {
        padding-right: 45px !important;
    }
    .mb-xs-50,
    .mv-xs-50 {
        margin-bottom: 50px !important;
    }
    .mt-xs-50,
    .mv-xs-50 {
        margin-top: 50px !important;
    }
    .mh-xs-50,
    .ml-xs-50 {
        margin-left: 50px !important;
    }
    .mh-xs-50,
    .mr-xs-50 {
        margin-right: 50px !important;
    }
    .pb-xs-50,
    .pv-xs-50 {
        padding-bottom: 50px !important;
    }
    .pt-xs-50,
    .pv-xs-50 {
        padding-top: 50px !important;
    }
    .ph-xs-50,
    .pl-xs-50 {
        padding-left: 50px !important;
    }
    .ph-xs-50,
    .pr-xs-50 {
        padding-right: 50px !important;
    }
    .mb-xs-60,
    .mv-xs-60 {
        margin-bottom: 60px !important;
    }
    .mt-xs-60,
    .mv-xs-60 {
        margin-top: 60px !important;
    }
    .mh-xs-60,
    .ml-xs-60 {
        margin-left: 60px !important;
    }
    .mh-xs-60,
    .mr-xs-60 {
        margin-right: 60px !important;
    }
    .pb-xs-60,
    .pv-xs-60 {
        padding-bottom: 60px !important;
    }
    .pt-xs-60,
    .pv-xs-60 {
        padding-top: 60px !important;
    }
    .ph-xs-60,
    .pl-xs-60 {
        padding-left: 60px !important;
    }
    .ph-xs-60,
    .pr-xs-60 {
        padding-right: 60px !important;
    }
    .mb-xs-70,
    .mv-xs-70 {
        margin-bottom: 70px !important;
    }
    .mt-xs-70,
    .mv-xs-70 {
        margin-top: 70px !important;
    }
    .mh-xs-70,
    .ml-xs-70 {
        margin-left: 70px !important;
    }
    .mh-xs-70,
    .mr-xs-70 {
        margin-right: 70px !important;
    }
    .pb-xs-70,
    .pv-xs-70 {
        padding-bottom: 70px !important;
    }
    .pt-xs-70,
    .pv-xs-70 {
        padding-top: 70px !important;
    }
    .ph-xs-70,
    .pl-xs-70 {
        padding-left: 70px !important;
    }
    .ph-xs-70,
    .pr-xs-70 {
        padding-right: 70px !important;
    }
    .mb-xs-80,
    .mv-xs-80 {
        margin-bottom: 80px !important;
    }
    .mt-xs-80,
    .mv-xs-80 {
        margin-top: 80px !important;
    }
    .mh-xs-80,
    .ml-xs-80 {
        margin-left: 80px !important;
    }
    .mh-xs-80,
    .mr-xs-80 {
        margin-right: 80px !important;
    }
    .pb-xs-80,
    .pv-xs-80 {
        padding-bottom: 80px !important;
    }
    .pt-xs-80,
    .pv-xs-80 {
        padding-top: 80px !important;
    }
    .ph-xs-80,
    .pl-xs-80 {
        padding-left: 80px !important;
    }
    .ph-xs-80,
    .pr-xs-80 {
        padding-right: 80px !important;
    }
    .mb-xs-90,
    .mv-xs-90 {
        margin-bottom: 90px !important;
    }
    .mt-xs-90,
    .mv-xs-90 {
        margin-top: 90px !important;
    }
    .mh-xs-90,
    .ml-xs-90 {
        margin-left: 90px !important;
    }
    .mh-xs-90,
    .mr-xs-90 {
        margin-right: 90px !important;
    }
    .pb-xs-90,
    .pv-xs-90 {
        padding-bottom: 90px !important;
    }
    .pt-xs-90,
    .pv-xs-90 {
        padding-top: 90px !important;
    }
    .ph-xs-90,
    .pl-xs-90 {
        padding-left: 90px !important;
    }
    .ph-xs-90,
    .pr-xs-90 {
        padding-right: 90px !important;
    }
    .mb-xs-100,
    .mv-xs-100 {
        margin-bottom: 100px !important;
    }
    .mt-xs-100,
    .mv-xs-100 {
        margin-top: 100px !important;
    }
    .mh-xs-100,
    .ml-xs-100 {
        margin-left: 100px !important;
    }
    .mh-xs-100,
    .mr-xs-100 {
        margin-right: 100px !important;
    }
    .pb-xs-100,
    .pv-xs-100 {
        padding-bottom: 100px !important;
    }
    .pt-xs-100,
    .pv-xs-100 {
        padding-top: 100px !important;
    }
    .ph-xs-100,
    .pl-xs-100 {
        padding-left: 100px !important;
    }
    .ph-xs-100,
    .pr-xs-100 {
        padding-right: 100px !important;
    }
    .mb-xs-110,
    .mv-xs-110 {
        margin-bottom: 110px !important;
    }
    .mt-xs-110,
    .mv-xs-110 {
        margin-top: 110px !important;
    }
    .mh-xs-110,
    .ml-xs-110 {
        margin-left: 110px !important;
    }
    .mh-xs-110,
    .mr-xs-110 {
        margin-right: 110px !important;
    }
    .pb-xs-110,
    .pv-xs-110 {
        padding-bottom: 110px !important;
    }
    .pt-xs-110,
    .pv-xs-110 {
        padding-top: 110px !important;
    }
    .ph-xs-110,
    .pl-xs-110 {
        padding-left: 110px !important;
    }
    .ph-xs-110,
    .pr-xs-110 {
        padding-right: 110px !important;
    }
    .mb-xs-120,
    .mv-xs-120 {
        margin-bottom: 120px !important;
    }
    .mt-xs-120,
    .mv-xs-120 {
        margin-top: 120px !important;
    }
    .mh-xs-120,
    .ml-xs-120 {
        margin-left: 120px !important;
    }
    .mh-xs-120,
    .mr-xs-120 {
        margin-right: 120px !important;
    }
    .pb-xs-120,
    .pv-xs-120 {
        padding-bottom: 120px !important;
    }
    .pt-xs-120,
    .pv-xs-120 {
        padding-top: 120px !important;
    }
    .ph-xs-120,
    .pl-xs-120 {
        padding-left: 120px !important;
    }
    .ph-xs-120,
    .pr-xs-120 {
        padding-right: 120px !important;
    }
    .mb-xs-130,
    .mv-xs-130 {
        margin-bottom: 130px !important;
    }
    .mt-xs-130,
    .mv-xs-130 {
        margin-top: 130px !important;
    }
    .mh-xs-130,
    .ml-xs-130 {
        margin-left: 130px !important;
    }
    .mh-xs-130,
    .mr-xs-130 {
        margin-right: 130px !important;
    }
    .pb-xs-130,
    .pv-xs-130 {
        padding-bottom: 130px !important;
    }
    .pt-xs-130,
    .pv-xs-130 {
        padding-top: 130px !important;
    }
    .ph-xs-130,
    .pl-xs-130 {
        padding-left: 130px !important;
    }
    .ph-xs-130,
    .pr-xs-130 {
        padding-right: 130px !important;
    }
    .mb-xs-140,
    .mv-xs-140 {
        margin-bottom: 140px !important;
    }
    .mt-xs-140,
    .mv-xs-140 {
        margin-top: 140px !important;
    }
    .mh-xs-140,
    .ml-xs-140 {
        margin-left: 140px !important;
    }
    .mh-xs-140,
    .mr-xs-140 {
        margin-right: 140px !important;
    }
    .pb-xs-140,
    .pv-xs-140 {
        padding-bottom: 140px !important;
    }
    .pt-xs-140,
    .pv-xs-140 {
        padding-top: 140px !important;
    }
    .ph-xs-140,
    .pl-xs-140 {
        padding-left: 140px !important;
    }
    .ph-xs-140,
    .pr-xs-140 {
        padding-right: 140px !important;
    }
    .mb-xs-150,
    .mv-xs-150 {
        margin-bottom: 150px !important;
    }
    .mt-xs-150,
    .mv-xs-150 {
        margin-top: 150px !important;
    }
    .mh-xs-150,
    .ml-xs-150 {
        margin-left: 150px !important;
    }
    .mh-xs-150,
    .mr-xs-150 {
        margin-right: 150px !important;
    }
    .pb-xs-150,
    .pv-xs-150 {
        padding-bottom: 150px !important;
    }
    .pt-xs-150,
    .pv-xs-150 {
        padding-top: 150px !important;
    }
    .ph-xs-150,
    .pl-xs-150 {
        padding-left: 150px !important;
    }
    .ph-xs-150,
    .pr-xs-150 {
        padding-right: 150px !important;
    }
    .mb-xs-200,
    .mv-xs-200 {
        margin-bottom: 200px !important;
    }
    .mt-xs-200,
    .mv-xs-200 {
        margin-top: 200px !important;
    }
    .mh-xs-200,
    .ml-xs-200 {
        margin-left: 200px !important;
    }
    .mh-xs-200,
    .mr-xs-200 {
        margin-right: 200px !important;
    }
    .pb-xs-200,
    .pv-xs-200 {
        padding-bottom: 200px !important;
    }
    .pt-xs-200,
    .pv-xs-200 {
        padding-top: 200px !important;
    }
    .ph-xs-200,
    .pl-xs-200 {
        padding-left: 200px !important;
    }
    .ph-xs-200,
    .pr-xs-200 {
        padding-right: 200px !important;
    }
    .mb-xs-250,
    .mv-xs-250 {
        margin-bottom: 250px !important;
    }
    .mt-xs-250,
    .mv-xs-250 {
        margin-top: 250px !important;
    }
    .mh-xs-250,
    .ml-xs-250 {
        margin-left: 250px !important;
    }
    .mh-xs-250,
    .mr-xs-250 {
        margin-right: 250px !important;
    }
    .pb-xs-250,
    .pv-xs-250 {
        padding-bottom: 250px !important;
    }
    .pt-xs-250,
    .pv-xs-250 {
        padding-top: 250px !important;
    }
    .ph-xs-250,
    .pl-xs-250 {
        padding-left: 250px !important;
    }
    .ph-xs-250,
    .pr-xs-250 {
        padding-right: 250px !important;
    }
    .mnl-xs-10 {
        margin-left: -10px !important;
    }
    .mnr-xs-10 {
        margin-right: -10px !important;
    }
    .mnt-xs-10 {
        margin-top: -10px !important;
    }
    .mnb-xs-10 {
        margin-bottom: -10px !important;
    }
    .mnl-xs-20 {
        margin-left: -20px !important;
    }
    .mnr-xs-20 {
        margin-right: -20px !important;
    }
    .mnt-xs-20 {
        margin-top: -20px !important;
    }
    .mnb-xs-20 {
        margin-bottom: -20px !important;
    }
    .mnl-xs-30 {
        margin-left: -30px !important;
    }
    .mnr-xs-30 {
        margin-right: -30px !important;
    }
    .mnt-xs-30 {
        margin-top: -30px !important;
    }
    .mnb-xs-30 {
        margin-bottom: -30px !important;
    }
    .mnl-xs-40 {
        margin-left: -40px !important;
    }
    .mnr-xs-40 {
        margin-right: -40px !important;
    }
    .mnt-xs-40 {
        margin-top: -40px !important;
    }
    .mnb-xs-40 {
        margin-bottom: -40px !important;
    }
    .mnl-xs-50 {
        margin-left: -50px !important;
    }
    .mnr-xs-50 {
        margin-right: -50px !important;
    }
    .mnt-xs-50 {
        margin-top: -50px !important;
    }
    .mnb-xs-50 {
        margin-bottom: -50px !important;
    }
    .mnl-xs-60 {
        margin-left: -60px !important;
    }
    .mnr-xs-60 {
        margin-right: -60px !important;
    }
    .mnt-xs-60 {
        margin-top: -60px !important;
    }
    .mnb-xs-60 {
        margin-bottom: -60px !important;
    }
    .mnl-xs-70 {
        margin-left: -70px !important;
    }
    .mnr-xs-70 {
        margin-right: -70px !important;
    }
    .mnt-xs-70 {
        margin-top: -70px !important;
    }
    .mnb-xs-70 {
        margin-bottom: -70px !important;
    }
    .mnl-xs-80 {
        margin-left: -80px !important;
    }
    .mnr-xs-80 {
        margin-right: -80px !important;
    }
    .mnt-xs-80 {
        margin-top: -80px !important;
    }
    .mnb-xs-80 {
        margin-bottom: -80px !important;
    }
    .mnl-xs-90 {
        margin-left: -90px !important;
    }
    .mnr-xs-90 {
        margin-right: -90px !important;
    }
    .mnt-xs-90 {
        margin-top: -90px !important;
    }
    .mnb-xs-90 {
        margin-bottom: -90px !important;
    }
    .mnl-xs-100 {
        margin-left: -100px !important;
    }
    .mnr-xs-100 {
        margin-right: -100px !important;
    }
    .mnt-xs-100 {
        margin-top: -100px !important;
    }
    .mnb-xs-100 {
        margin-bottom: -100px !important;
    }
    .mnl-xs-110 {
        margin-left: -110px !important;
    }
    .mnr-xs-110 {
        margin-right: -110px !important;
    }
    .mnt-xs-110 {
        margin-top: -110px !important;
    }
    .mnb-xs-110 {
        margin-bottom: -110px !important;
    }
    .mnl-xs-120 {
        margin-left: -120px !important;
    }
    .mnr-xs-120 {
        margin-right: -120px !important;
    }
    .mnt-xs-120 {
        margin-top: -120px !important;
    }
    .mnb-xs-120 {
        margin-bottom: -120px !important;
    }
    .mnl-xs-130 {
        margin-left: -130px !important;
    }
    .mnr-xs-130 {
        margin-right: -130px !important;
    }
    .mnt-xs-130 {
        margin-top: -130px !important;
    }
    .mnb-xs-130 {
        margin-bottom: -130px !important;
    }
    .mnl-xs-140 {
        margin-left: -140px !important;
    }
    .mnr-xs-140 {
        margin-right: -140px !important;
    }
    .mnt-xs-140 {
        margin-top: -140px !important;
    }
    .mnb-xs-140 {
        margin-bottom: -140px !important;
    }
    .mnl-xs-150 {
        margin-left: -150px !important;
    }
    .mnr-xs-150 {
        margin-right: -150px !important;
    }
    .mnt-xs-150 {
        margin-top: -150px !important;
    }
    .mnb-xs-150 {
        margin-bottom: -150px !important;
    }
}
@media only screen and (max-width: 768px) {
    .mb-xxs-0,
    .mv-xxs-0 {
        margin-bottom: 0 !important;
    }
    .mt-xxs-0,
    .mv-xxs-0 {
        margin-top: 0 !important;
    }
    .mh-xxs-0,
    .ml-xxs-0 {
        margin-left: 0 !important;
    }
    .mh-xxs-0,
    .mr-xxs-0 {
        margin-right: 0 !important;
    }
    .pb-xxs-0,
    .pv-xxs-0 {
        padding-bottom: 0 !important;
    }
    .pt-xxs-0,
    .pv-xxs-0 {
        padding-top: 0 !important;
    }
    .ph-xxs-0,
    .pl-xxs-0 {
        padding-left: 0 !important;
    }
    .ph-xxs-0,
    .pr-xxs-0 {
        padding-right: 0 !important;
    }
    .mb-xxs-5,
    .mv-xxs-5 {
        margin-bottom: 5px !important;
    }
    .mt-xxs-5,
    .mv-xxs-5 {
        margin-top: 5px !important;
    }
    .mh-xxs-5,
    .ml-xxs-5 {
        margin-left: 5px !important;
    }
    .mh-xxs-5,
    .mr-xxs-5 {
        margin-right: 5px !important;
    }
    .pb-xxs-5,
    .pv-xxs-5 {
        padding-bottom: 5px !important;
    }
    .pt-xxs-5,
    .pv-xxs-5 {
        padding-top: 5px !important;
    }
    .ph-xxs-5,
    .pl-xxs-5 {
        padding-left: 5px !important;
    }
    .ph-xxs-5,
    .pr-xxs-5 {
        padding-right: 5px !important;
    }
    .mb-xxs-10,
    .mv-xxs-10 {
        margin-bottom: 10px !important;
    }
    .mt-xxs-10,
    .mv-xxs-10 {
        margin-top: 10px !important;
    }
    .mh-xxs-10,
    .ml-xxs-10 {
        margin-left: 10px !important;
    }
    .mh-xxs-10,
    .mr-xxs-10 {
        margin-right: 10px !important;
    }
    .pb-xxs-10,
    .pv-xxs-10 {
        padding-bottom: 10px !important;
    }
    .pt-xxs-10,
    .pv-xxs-10 {
        padding-top: 10px !important;
    }
    .ph-xxs-10,
    .pl-xxs-10 {
        padding-left: 10px !important;
    }
    .ph-xxs-10,
    .pr-xxs-10 {
        padding-right: 10px !important;
    }
    .mb-xxs-15,
    .mv-xxs-15 {
        margin-bottom: 15px !important;
    }
    .mt-xxs-15,
    .mv-xxs-15 {
        margin-top: 15px !important;
    }
    .mh-xxs-15,
    .ml-xxs-15 {
        margin-left: 15px !important;
    }
    .mh-xxs-15,
    .mr-xxs-15 {
        margin-right: 15px !important;
    }
    .pb-xxs-15,
    .pv-xxs-15 {
        padding-bottom: 15px !important;
    }
    .pt-xxs-15,
    .pv-xxs-15 {
        padding-top: 15px !important;
    }
    .ph-xxs-15,
    .pl-xxs-15 {
        padding-left: 15px !important;
    }
    .ph-xxs-15,
    .pr-xxs-15 {
        padding-right: 15px !important;
    }
    .mb-xxs-20,
    .mv-xxs-20 {
        margin-bottom: 20px !important;
    }
    .mt-xxs-20,
    .mv-xxs-20 {
        margin-top: 20px !important;
    }
    .mh-xxs-20,
    .ml-xxs-20 {
        margin-left: 20px !important;
    }
    .mh-xxs-20,
    .mr-xxs-20 {
        margin-right: 20px !important;
    }
    .pb-xxs-20,
    .pv-xxs-20 {
        padding-bottom: 20px !important;
    }
    .pt-xxs-20,
    .pv-xxs-20 {
        padding-top: 20px !important;
    }
    .ph-xxs-20,
    .pl-xxs-20 {
        padding-left: 20px !important;
    }
    .ph-xxs-20,
    .pr-xxs-20 {
        padding-right: 20px !important;
    }
    .mb-xxs-25,
    .mv-xxs-25 {
        margin-bottom: 25px !important;
    }
    .mt-xxs-25,
    .mv-xxs-25 {
        margin-top: 25px !important;
    }
    .mh-xxs-25,
    .ml-xxs-25 {
        margin-left: 25px !important;
    }
    .mh-xxs-25,
    .mr-xxs-25 {
        margin-right: 25px !important;
    }
    .pb-xxs-25,
    .pv-xxs-25 {
        padding-bottom: 25px !important;
    }
    .pt-xxs-25,
    .pv-xxs-25 {
        padding-top: 25px !important;
    }
    .ph-xxs-25,
    .pl-xxs-25 {
        padding-left: 25px !important;
    }
    .ph-xxs-25,
    .pr-xxs-25 {
        padding-right: 25px !important;
    }
    .mb-xxs-30,
    .mv-xxs-30 {
        margin-bottom: 30px !important;
    }
    .mt-xxs-30,
    .mv-xxs-30 {
        margin-top: 30px !important;
    }
    .mh-xxs-30,
    .ml-xxs-30 {
        margin-left: 30px !important;
    }
    .mh-xxs-30,
    .mr-xxs-30 {
        margin-right: 30px !important;
    }
    .pb-xxs-30,
    .pv-xxs-30 {
        padding-bottom: 30px !important;
    }
    .pt-xxs-30,
    .pv-xxs-30 {
        padding-top: 30px !important;
    }
    .ph-xxs-30,
    .pl-xxs-30 {
        padding-left: 30px !important;
    }
    .ph-xxs-30,
    .pr-xxs-30 {
        padding-right: 30px !important;
    }
    .mb-xxs-35,
    .mv-xxs-35 {
        margin-bottom: 35px !important;
    }
    .mt-xxs-35,
    .mv-xxs-35 {
        margin-top: 35px !important;
    }
    .mh-xxs-35,
    .ml-xxs-35 {
        margin-left: 35px !important;
    }
    .mh-xxs-35,
    .mr-xxs-35 {
        margin-right: 35px !important;
    }
    .pb-xxs-35,
    .pv-xxs-35 {
        padding-bottom: 35px !important;
    }
    .pt-xxs-35,
    .pv-xxs-35 {
        padding-top: 35px !important;
    }
    .ph-xxs-35,
    .pl-xxs-35 {
        padding-left: 35px !important;
    }
    .ph-xxs-35,
    .pr-xxs-35 {
        padding-right: 35px !important;
    }
    .mb-xxs-40,
    .mv-xxs-40 {
        margin-bottom: 40px !important;
    }
    .mt-xxs-40,
    .mv-xxs-40 {
        margin-top: 40px !important;
    }
    .mh-xxs-40,
    .ml-xxs-40 {
        margin-left: 40px !important;
    }
    .mh-xxs-40,
    .mr-xxs-40 {
        margin-right: 40px !important;
    }
    .pb-xxs-40,
    .pv-xxs-40 {
        padding-bottom: 40px !important;
    }
    .pt-xxs-40,
    .pv-xxs-40 {
        padding-top: 40px !important;
    }
    .ph-xxs-40,
    .pl-xxs-40 {
        padding-left: 40px !important;
    }
    .ph-xxs-40,
    .pr-xxs-40 {
        padding-right: 40px !important;
    }
    .mb-xxs-45,
    .mv-xxs-45 {
        margin-bottom: 45px !important;
    }
    .mt-xxs-45,
    .mv-xxs-45 {
        margin-top: 45px !important;
    }
    .mh-xxs-45,
    .ml-xxs-45 {
        margin-left: 45px !important;
    }
    .mh-xxs-45,
    .mr-xxs-45 {
        margin-right: 45px !important;
    }
    .pb-xxs-45,
    .pv-xxs-45 {
        padding-bottom: 45px !important;
    }
    .pt-xxs-45,
    .pv-xxs-45 {
        padding-top: 45px !important;
    }
    .ph-xxs-45,
    .pl-xxs-45 {
        padding-left: 45px !important;
    }
    .ph-xxs-45,
    .pr-xxs-45 {
        padding-right: 45px !important;
    }
    .mb-xxs-50,
    .mv-xxs-50 {
        margin-bottom: 50px !important;
    }
    .mt-xxs-50,
    .mv-xxs-50 {
        margin-top: 50px !important;
    }
    .mh-xxs-50,
    .ml-xxs-50 {
        margin-left: 50px !important;
    }
    .mh-xxs-50,
    .mr-xxs-50 {
        margin-right: 50px !important;
    }
    .pb-xxs-50,
    .pv-xxs-50 {
        padding-bottom: 50px !important;
    }
    .pt-xxs-50,
    .pv-xxs-50 {
        padding-top: 50px !important;
    }
    .ph-xxs-50,
    .pl-xxs-50 {
        padding-left: 50px !important;
    }
    .ph-xxs-50,
    .pr-xxs-50 {
        padding-right: 50px !important;
    }
    .mb-xxs-60,
    .mv-xxs-60 {
        margin-bottom: 60px !important;
    }
    .mt-xxs-60,
    .mv-xxs-60 {
        margin-top: 60px !important;
    }
    .mh-xxs-60,
    .ml-xxs-60 {
        margin-left: 60px !important;
    }
    .mh-xxs-60,
    .mr-xxs-60 {
        margin-right: 60px !important;
    }
    .pb-xxs-60,
    .pv-xxs-60 {
        padding-bottom: 60px !important;
    }
    .pt-xxs-60,
    .pv-xxs-60 {
        padding-top: 60px !important;
    }
    .ph-xxs-60,
    .pl-xxs-60 {
        padding-left: 60px !important;
    }
    .ph-xxs-60,
    .pr-xxs-60 {
        padding-right: 60px !important;
    }
    .mb-xxs-70,
    .mv-xxs-70 {
        margin-bottom: 70px !important;
    }
    .mt-xxs-70,
    .mv-xxs-70 {
        margin-top: 70px !important;
    }
    .mh-xxs-70,
    .ml-xxs-70 {
        margin-left: 70px !important;
    }
    .mh-xxs-70,
    .mr-xxs-70 {
        margin-right: 70px !important;
    }
    .pb-xxs-70,
    .pv-xxs-70 {
        padding-bottom: 70px !important;
    }
    .pt-xxs-70,
    .pv-xxs-70 {
        padding-top: 70px !important;
    }
    .ph-xxs-70,
    .pl-xxs-70 {
        padding-left: 70px !important;
    }
    .ph-xxs-70,
    .pr-xxs-70 {
        padding-right: 70px !important;
    }
    .mb-xxs-80,
    .mv-xxs-80 {
        margin-bottom: 80px !important;
    }
    .mt-xxs-80,
    .mv-xxs-80 {
        margin-top: 80px !important;
    }
    .mh-xxs-80,
    .ml-xxs-80 {
        margin-left: 80px !important;
    }
    .mh-xxs-80,
    .mr-xxs-80 {
        margin-right: 80px !important;
    }
    .pb-xxs-80,
    .pv-xxs-80 {
        padding-bottom: 80px !important;
    }
    .pt-xxs-80,
    .pv-xxs-80 {
        padding-top: 80px !important;
    }
    .ph-xxs-80,
    .pl-xxs-80 {
        padding-left: 80px !important;
    }
    .ph-xxs-80,
    .pr-xxs-80 {
        padding-right: 80px !important;
    }
    .mb-xxs-90,
    .mv-xxs-90 {
        margin-bottom: 90px !important;
    }
    .mt-xxs-90,
    .mv-xxs-90 {
        margin-top: 90px !important;
    }
    .mh-xxs-90,
    .ml-xxs-90 {
        margin-left: 90px !important;
    }
    .mh-xxs-90,
    .mr-xxs-90 {
        margin-right: 90px !important;
    }
    .pb-xxs-90,
    .pv-xxs-90 {
        padding-bottom: 90px !important;
    }
    .pt-xxs-90,
    .pv-xxs-90 {
        padding-top: 90px !important;
    }
    .ph-xxs-90,
    .pl-xxs-90 {
        padding-left: 90px !important;
    }
    .ph-xxs-90,
    .pr-xxs-90 {
        padding-right: 90px !important;
    }
    .mb-xxs-100,
    .mv-xxs-100 {
        margin-bottom: 100px !important;
    }
    .mt-xxs-100,
    .mv-xxs-100 {
        margin-top: 100px !important;
    }
    .mh-xxs-100,
    .ml-xxs-100 {
        margin-left: 100px !important;
    }
    .mh-xxs-100,
    .mr-xxs-100 {
        margin-right: 100px !important;
    }
    .pb-xxs-100,
    .pv-xxs-100 {
        padding-bottom: 100px !important;
    }
    .pt-xxs-100,
    .pv-xxs-100 {
        padding-top: 100px !important;
    }
    .ph-xxs-100,
    .pl-xxs-100 {
        padding-left: 100px !important;
    }
    .ph-xxs-100,
    .pr-xxs-100 {
        padding-right: 100px !important;
    }
    .mb-xxs-110,
    .mv-xxs-110 {
        margin-bottom: 110px !important;
    }
    .mt-xxs-110,
    .mv-xxs-110 {
        margin-top: 110px !important;
    }
    .mh-xxs-110,
    .ml-xxs-110 {
        margin-left: 110px !important;
    }
    .mh-xxs-110,
    .mr-xxs-110 {
        margin-right: 110px !important;
    }
    .pb-xxs-110,
    .pv-xxs-110 {
        padding-bottom: 110px !important;
    }
    .pt-xxs-110,
    .pv-xxs-110 {
        padding-top: 110px !important;
    }
    .ph-xxs-110,
    .pl-xxs-110 {
        padding-left: 110px !important;
    }
    .ph-xxs-110,
    .pr-xxs-110 {
        padding-right: 110px !important;
    }
    .mb-xxs-120,
    .mv-xxs-120 {
        margin-bottom: 120px !important;
    }
    .mt-xxs-120,
    .mv-xxs-120 {
        margin-top: 120px !important;
    }
    .mh-xxs-120,
    .ml-xxs-120 {
        margin-left: 120px !important;
    }
    .mh-xxs-120,
    .mr-xxs-120 {
        margin-right: 120px !important;
    }
    .pb-xxs-120,
    .pv-xxs-120 {
        padding-bottom: 120px !important;
    }
    .pt-xxs-120,
    .pv-xxs-120 {
        padding-top: 120px !important;
    }
    .ph-xxs-120,
    .pl-xxs-120 {
        padding-left: 120px !important;
    }
    .ph-xxs-120,
    .pr-xxs-120 {
        padding-right: 120px !important;
    }
    .mb-xxs-130,
    .mv-xxs-130 {
        margin-bottom: 130px !important;
    }
    .mt-xxs-130,
    .mv-xxs-130 {
        margin-top: 130px !important;
    }
    .mh-xxs-130,
    .ml-xxs-130 {
        margin-left: 130px !important;
    }
    .mh-xxs-130,
    .mr-xxs-130 {
        margin-right: 130px !important;
    }
    .pb-xxs-130,
    .pv-xxs-130 {
        padding-bottom: 130px !important;
    }
    .pt-xxs-130,
    .pv-xxs-130 {
        padding-top: 130px !important;
    }
    .ph-xxs-130,
    .pl-xxs-130 {
        padding-left: 130px !important;
    }
    .ph-xxs-130,
    .pr-xxs-130 {
        padding-right: 130px !important;
    }
    .mb-xxs-140,
    .mv-xxs-140 {
        margin-bottom: 140px !important;
    }
    .mt-xxs-140,
    .mv-xxs-140 {
        margin-top: 140px !important;
    }
    .mh-xxs-140,
    .ml-xxs-140 {
        margin-left: 140px !important;
    }
    .mh-xxs-140,
    .mr-xxs-140 {
        margin-right: 140px !important;
    }
    .pb-xxs-140,
    .pv-xxs-140 {
        padding-bottom: 140px !important;
    }
    .pt-xxs-140,
    .pv-xxs-140 {
        padding-top: 140px !important;
    }
    .ph-xxs-140,
    .pl-xxs-140 {
        padding-left: 140px !important;
    }
    .ph-xxs-140,
    .pr-xxs-140 {
        padding-right: 140px !important;
    }
    .mb-xxs-150,
    .mv-xxs-150 {
        margin-bottom: 150px !important;
    }
    .mt-xxs-150,
    .mv-xxs-150 {
        margin-top: 150px !important;
    }
    .mh-xxs-150,
    .ml-xxs-150 {
        margin-left: 150px !important;
    }
    .mh-xxs-150,
    .mr-xxs-150 {
        margin-right: 150px !important;
    }
    .pb-xxs-150,
    .pv-xxs-150 {
        padding-bottom: 150px !important;
    }
    .pt-xxs-150,
    .pv-xxs-150 {
        padding-top: 150px !important;
    }
    .ph-xxs-150,
    .pl-xxs-150 {
        padding-left: 150px !important;
    }
    .ph-xxs-150,
    .pr-xxs-150 {
        padding-right: 150px !important;
    }
    .mb-xxs-200,
    .mv-xxs-200 {
        margin-bottom: 200px !important;
    }
    .mt-xxs-200,
    .mv-xxs-200 {
        margin-top: 200px !important;
    }
    .mh-xxs-200,
    .ml-xxs-200 {
        margin-left: 200px !important;
    }
    .mh-xxs-200,
    .mr-xxs-200 {
        margin-right: 200px !important;
    }
    .pb-xxs-200,
    .pv-xxs-200 {
        padding-bottom: 200px !important;
    }
    .pt-xxs-200,
    .pv-xxs-200 {
        padding-top: 200px !important;
    }
    .ph-xxs-200,
    .pl-xxs-200 {
        padding-left: 200px !important;
    }
    .ph-xxs-200,
    .pr-xxs-200 {
        padding-right: 200px !important;
    }
    .mb-xxs-250,
    .mv-xxs-250 {
        margin-bottom: 250px !important;
    }
    .mt-xxs-250,
    .mv-xxs-250 {
        margin-top: 250px !important;
    }
    .mh-xxs-250,
    .ml-xxs-250 {
        margin-left: 250px !important;
    }
    .mh-xxs-250,
    .mr-xxs-250 {
        margin-right: 250px !important;
    }
    .pb-xxs-250,
    .pv-xxs-250 {
        padding-bottom: 250px !important;
    }
    .pt-xxs-250,
    .pv-xxs-250 {
        padding-top: 250px !important;
    }
    .ph-xxs-250,
    .pl-xxs-250 {
        padding-left: 250px !important;
    }
    .ph-xxs-250,
    .pr-xxs-250 {
        padding-right: 250px !important;
    }
    .mnl-xxs-10 {
        margin-left: -10px !important;
    }
    .mnr-xxs-10 {
        margin-right: -10px !important;
    }
    .mnt-xxs-10 {
        margin-top: -10px !important;
    }
    .mnb-xxs-10 {
        margin-bottom: -10px !important;
    }
    .mnl-xxs-20 {
        margin-left: -20px !important;
    }
    .mnr-xxs-20 {
        margin-right: -20px !important;
    }
    .mnt-xxs-20 {
        margin-top: -20px !important;
    }
    .mnb-xxs-20 {
        margin-bottom: -20px !important;
    }
    .mnl-xxs-30 {
        margin-left: -30px !important;
    }
    .mnr-xxs-30 {
        margin-right: -30px !important;
    }
    .mnt-xxs-30 {
        margin-top: -30px !important;
    }
    .mnb-xxs-30 {
        margin-bottom: -30px !important;
    }
    .mnl-xxs-40 {
        margin-left: -40px !important;
    }
    .mnr-xxs-40 {
        margin-right: -40px !important;
    }
    .mnt-xxs-40 {
        margin-top: -40px !important;
    }
    .mnb-xxs-40 {
        margin-bottom: -40px !important;
    }
    .mnl-xxs-50 {
        margin-left: -50px !important;
    }
    .mnr-xxs-50 {
        margin-right: -50px !important;
    }
    .mnt-xxs-50 {
        margin-top: -50px !important;
    }
    .mnb-xxs-50 {
        margin-bottom: -50px !important;
    }
    .mnl-xxs-60 {
        margin-left: -60px !important;
    }
    .mnr-xxs-60 {
        margin-right: -60px !important;
    }
    .mnt-xxs-60 {
        margin-top: -60px !important;
    }
    .mnb-xxs-60 {
        margin-bottom: -60px !important;
    }
    .mnl-xxs-70 {
        margin-left: -70px !important;
    }
    .mnr-xxs-70 {
        margin-right: -70px !important;
    }
    .mnt-xxs-70 {
        margin-top: -70px !important;
    }
    .mnb-xxs-70 {
        margin-bottom: -70px !important;
    }
    .mnl-xxs-80 {
        margin-left: -80px !important;
    }
    .mnr-xxs-80 {
        margin-right: -80px !important;
    }
    .mnt-xxs-80 {
        margin-top: -80px !important;
    }
    .mnb-xxs-80 {
        margin-bottom: -80px !important;
    }
    .mnl-xxs-90 {
        margin-left: -90px !important;
    }
    .mnr-xxs-90 {
        margin-right: -90px !important;
    }
    .mnt-xxs-90 {
        margin-top: -90px !important;
    }
    .mnb-xxs-90 {
        margin-bottom: -90px !important;
    }
    .mnl-xxs-100 {
        margin-left: -100px !important;
    }
    .mnr-xxs-100 {
        margin-right: -100px !important;
    }
    .mnt-xxs-100 {
        margin-top: -100px !important;
    }
    .mnb-xxs-100 {
        margin-bottom: -100px !important;
    }
    .mnl-xxs-110 {
        margin-left: -110px !important;
    }
    .mnr-xxs-110 {
        margin-right: -110px !important;
    }
    .mnt-xxs-110 {
        margin-top: -110px !important;
    }
    .mnb-xxs-110 {
        margin-bottom: -110px !important;
    }
    .mnl-xxs-120 {
        margin-left: -120px !important;
    }
    .mnr-xxs-120 {
        margin-right: -120px !important;
    }
    .mnt-xxs-120 {
        margin-top: -120px !important;
    }
    .mnb-xxs-120 {
        margin-bottom: -120px !important;
    }
    .mnl-xxs-130 {
        margin-left: -130px !important;
    }
    .mnr-xxs-130 {
        margin-right: -130px !important;
    }
    .mnt-xxs-130 {
        margin-top: -130px !important;
    }
    .mnb-xxs-130 {
        margin-bottom: -130px !important;
    }
    .mnl-xxs-140 {
        margin-left: -140px !important;
    }
    .mnr-xxs-140 {
        margin-right: -140px !important;
    }
    .mnt-xxs-140 {
        margin-top: -140px !important;
    }
    .mnb-xxs-140 {
        margin-bottom: -140px !important;
    }
    .mnl-xxs-150 {
        margin-left: -150px !important;
    }
    .mnr-xxs-150 {
        margin-right: -150px !important;
    }
    .mnt-xxs-150 {
        margin-top: -150px !important;
    }
    .mnb-xxs-150 {
        margin-bottom: -150px !important;
    }
}
ol,
ul {
    padding: 0;
    margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dd,
dt,
li {
    line-height: 1.4;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 10px;
}
button,
hr {
    border: none;
}
.thin-shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.hov-opacity0:hover,
.opacity0 {
    opacity: 0 !important;
}
.hov-opacity1:hover,
.opacity1 {
    opacity: 0.1 !important;
}
.hov-opacity2:hover,
.opacity2 {
    opacity: 0.2 !important;
}
.hov-opacity3:hover,
.opacity3 {
    opacity: 0.3 !important;
}
.hov-opacity4:hover,
.opacity4 {
    opacity: 0.4 !important;
}
.hov-opacity5:hover,
.opacity5 {
    opacity: 0.5 !important;
}
.hov-opacity6:hover,
.opacity6 {
    opacity: 0.6 !important;
}
.hov-opacity7:hover,
.opacity7 {
    opacity: 0.7 !important;
}
.hov-opacity8:hover,
.opacity8 {
    opacity: 0.8 !important;
}
.hov-opacity9:hover,
.opacity9 {
    opacity: 0.9 !important;
}
.hov-opacity10:hover,
.opacity10 {
    opacity: 1 !important;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.noborder {
    border: 0;
}
.reset-line-height {
    line-height: 1;
}
.stg-notextshadow,
.stg-notextshadow * {
    text-shadow: none !important;
}
.uppercase {
    text-transform: uppercase;
}
.vtop {
    vertical-align: top;
}
.vmid {
    vertical-align: middle;
}
.vbot {
    vertical-align: bottom;
}
.pull-none {
    float: none !important;
}
.cleft {
    clear: left;
}
.cright {
    clear: right;
}
.cboth {
    clear: both;
}
.list-col-reset[data-columns] {
    margin-left: 0;
}
.list-col-reset[data-columns] li {
    float: none;
    margin-left: 0;
    width: auto;
    display: block;
}
.btn.mid-padding {
    padding: 10px 20px;
    line-height: 1;
}
.btn.big-padding {
    padding: 15px 30px;
    line-height: 1;
}
.btn.long-padding {
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
    .pull-none-md {
        float: none !important;
    }
    .cleft-md {
        clear: left;
    }
    .cright-md {
        clear: right;
    }
    .cboth-md {
        clear: both;
    }
    .list-col-reset-md[data-columns] {
        margin-left: 0;
    }
    .list-col-reset-md[data-columns] li {
        float: none;
        margin-left: 0;
        width: auto;
        display: block;
    }
    .btn.mid-padding-md {
        padding: 10px 20px;
        line-height: 1;
    }
    .btn.big-padding-md {
        padding: 15px 30px;
        line-height: 1;
    }
    .btn.long-padding-md {
        padding-left: 30px;
        padding-right: 30px;
    }
    .text-center-md {
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    .pull-none-sm {
        float: none !important;
    }
    .cleft-sm {
        clear: left;
    }
    .cright-sm {
        clear: right;
    }
    .cboth-sm {
        clear: both;
    }
    .list-col-reset-sm[data-columns] {
        margin-left: 0;
    }
    .list-col-reset-sm[data-columns] li {
        float: none;
        margin-left: 0;
        width: auto;
        display: block;
    }
    .btn.mid-padding-sm {
        padding: 10px 20px;
        line-height: 1;
    }
    .btn.big-padding-sm {
        padding: 15px 30px;
        line-height: 1;
    }
    .btn.long-padding-sm {
        padding-left: 30px;
        padding-right: 30px;
    }
    .text-center-sm {
        text-align: center;
    }
}
@media only screen and (max-width: 960px) {
    .pull-none-xs {
        float: none !important;
    }
    .cleft-xs {
        clear: left;
    }
    .cright-xs {
        clear: right;
    }
    .cboth-xs {
        clear: both;
    }
    .list-col-reset-xs[data-columns] {
        margin-left: 0;
    }
    .list-col-reset-xs[data-columns] li {
        float: none;
        margin-left: 0;
        width: auto;
        display: block;
    }
    .btn.mid-padding-xs {
        padding: 10px 20px;
        line-height: 1;
    }
    .btn.big-padding-xs {
        padding: 15px 30px;
        line-height: 1;
    }
    .btn.long-padding-xs {
        padding-left: 30px;
        padding-right: 30px;
    }
    .text-center-xs {
        text-align: center;
    }
}
.skrollable {
    position: fixed;
    z-index: 100;
}
.skrollable .skrollable {
    position: absolute;
}
.skrollable .skrollable .skrollable {
    position: static;
}
.skrollr-mobile .skrollable {
    position: absolute;
}
.hsize-reset {
    height: 0 !important;
}
.hsize-10 {
    height: 10px;
}
.hsize-20 {
    height: 20px;
}
.hsize-30 {
    height: 30px;
}
.hsize-40 {
    height: 40px;
}
.hsize-50 {
    height: 50px;
}
.hsize-60 {
    height: 60px;
}
.hsize-70 {
    height: 70px;
}
.hsize-80 {
    height: 80px;
}
.hsize-90 {
    height: 90px;
}
.hsize-100 {
    height: 100px;
}
.hsize-110 {
    height: 110px;
}
.hsize-120 {
    height: 120px;
}
.hsize-130 {
    height: 130px;
}
.hsize-140 {
    height: 140px;
}
.hsize-150 {
    height: 150px;
}
.hsize-160 {
    height: 160px;
}
.hsize-170 {
    height: 170px;
}
.hsize-180 {
    height: 180px;
}
.hsize-190 {
    height: 190px;
}
.hsize-200 {
    height: 200px;
}
.hsize-210 {
    height: 210px;
}
.hsize-220 {
    height: 220px;
}
.hsize-230 {
    height: 230px;
}
.hsize-240 {
    height: 240px;
}
.hsize-250 {
    height: 250px;
}
.hsize-260 {
    height: 260px;
}
.hsize-270 {
    height: 270px;
}
.hsize-280 {
    height: 280px;
}
.hsize-290 {
    height: 290px;
}
.hsize-300 {
    height: 300px;
}
.hsize-310 {
    height: 310px;
}
.hsize-320 {
    height: 320px;
}
.hsize-330 {
    height: 330px;
}
.hsize-340 {
    height: 340px;
}
.hsize-350 {
    height: 350px;
}
.hsize-360 {
    height: 360px;
}
.hsize-370 {
    height: 370px;
}
.hsize-380 {
    height: 380px;
}
.hsize-390 {
    height: 390px;
}
.hsize-400 {
    height: 400px;
}
.hsize-410 {
    height: 410px;
}
.hsize-420 {
    height: 420px;
}
.hsize-430 {
    height: 430px;
}
.hsize-440 {
    height: 440px;
}
.hsize-450 {
    height: 450px;
}
.hsize-460 {
    height: 460px;
}
.hsize-470 {
    height: 470px;
}
.hsize-480 {
    height: 480px;
}
.hsize-490 {
    height: 490px;
}
.hsize-500 {
    height: 500px;
}
.hsize-510 {
    height: 510px;
}
.hsize-520 {
    height: 520px;
}
.hsize-530 {
    height: 530px;
}
.hsize-540 {
    height: 540px;
}
.hsize-550 {
    height: 550px;
}
.hsize-560 {
    height: 560px;
}
.hsize-570 {
    height: 570px;
}
.hsize-580 {
    height: 580px;
}
.hsize-590 {
    height: 590px;
}
.hsize-600 {
    height: 600px;
}
.hsize-610 {
    height: 610px;
}
.hsize-620 {
    height: 620px;
}
.hsize-630 {
    height: 630px;
}
.hsize-640 {
    height: 640px;
}
.hsize-650 {
    height: 650px;
}
.hsize-660 {
    height: 660px;
}
.hsize-670 {
    height: 670px;
}
.hsize-680 {
    height: 680px;
}
.hsize-690 {
    height: 690px;
}
.hsize-700 {
    height: 700px;
}
.w-10 {
    width: 10% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-50 {
    width: 50% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.w-100 {
    width: 100% !important;
}
.fs-micro {
    font-size: 9px;
}
.fs-micro-l {
    font-size: 10px;
}
.fs-xsmall {
    font-size: 11px;
}
.fs-normal-mini {
    font-size: 12px;
}
.fs-normal {
    font-size: 13px;
}
.fs-normal-l {
    font-size: 14px;
}
.fs-smaller {
    font-size: 15px;
}
.fs-small {
    font-size: 16px;
}
.fs-m {
    font-size: 18px;
}
.fs-l-mini {
    font-size: 19px;
}
.fs-l {
    font-size: 20px;
}
.fs-x {
    font-size: 22px;
}
.fs-xl {
    font-size: 24px;
}
.fs-xml {
    font-size: 28px;
}
.fs-xxl {
    font-size: 32px;
}
.fs-larger-s {
    font-size: 34px;
}
.fs-larger {
    font-size: 42px;
}
.fs-larger-xl {
    font-size: 44px;
}
.fs-xxxl {
    font-size: 56px;
}
.fs-xxxxl {
    font-size: 75px;
}
.fs-jumbo {
    font-size: 80px;
}
.fs-huge {
    font-size: 120px;
}
.fs-immense {
    font-size: 150px;
}
.fs-crazy {
    font-size: 200px;
}
@media only screen and (max-width: 1199px) {
    .hsize-md-reset {
        height: 0 !important;
    }
    .hsize-md-10 {
        height: 10px;
    }
    .hsize-md-20 {
        height: 20px;
    }
    .hsize-md-30 {
        height: 30px;
    }
    .hsize-md-40 {
        height: 40px;
    }
    .hsize-md-50 {
        height: 50px;
    }
    .hsize-md-60 {
        height: 60px;
    }
    .hsize-md-70 {
        height: 70px;
    }
    .hsize-md-80 {
        height: 80px;
    }
    .hsize-md-90 {
        height: 90px;
    }
    .hsize-md-100 {
        height: 100px;
    }
    .hsize-md-110 {
        height: 110px;
    }
    .hsize-md-120 {
        height: 120px;
    }
    .hsize-md-130 {
        height: 130px;
    }
    .hsize-md-140 {
        height: 140px;
    }
    .hsize-md-150 {
        height: 150px;
    }
    .hsize-md-160 {
        height: 160px;
    }
    .hsize-md-170 {
        height: 170px;
    }
    .hsize-md-180 {
        height: 180px;
    }
    .hsize-md-190 {
        height: 190px;
    }
    .hsize-md-200 {
        height: 200px;
    }
    .hsize-md-210 {
        height: 210px;
    }
    .hsize-md-220 {
        height: 220px;
    }
    .hsize-md-230 {
        height: 230px;
    }
    .hsize-md-240 {
        height: 240px;
    }
    .hsize-md-250 {
        height: 250px;
    }
    .hsize-md-260 {
        height: 260px;
    }
    .hsize-md-270 {
        height: 270px;
    }
    .hsize-md-280 {
        height: 280px;
    }
    .hsize-md-290 {
        height: 290px;
    }
    .hsize-md-300 {
        height: 300px;
    }
    .hsize-md-310 {
        height: 310px;
    }
    .hsize-md-320 {
        height: 320px;
    }
    .hsize-md-330 {
        height: 330px;
    }
    .hsize-md-340 {
        height: 340px;
    }
    .hsize-md-350 {
        height: 350px;
    }
    .hsize-md-360 {
        height: 360px;
    }
    .hsize-md-370 {
        height: 370px;
    }
    .hsize-md-380 {
        height: 380px;
    }
    .hsize-md-390 {
        height: 390px;
    }
    .hsize-md-400 {
        height: 400px;
    }
    .hsize-md-410 {
        height: 410px;
    }
    .hsize-md-420 {
        height: 420px;
    }
    .hsize-md-430 {
        height: 430px;
    }
    .hsize-md-440 {
        height: 440px;
    }
    .hsize-md-450 {
        height: 450px;
    }
    .hsize-md-460 {
        height: 460px;
    }
    .hsize-md-470 {
        height: 470px;
    }
    .hsize-md-480 {
        height: 480px;
    }
    .hsize-md-490 {
        height: 490px;
    }
    .hsize-md-500 {
        height: 500px;
    }
    .hsize-md-510 {
        height: 510px;
    }
    .hsize-md-520 {
        height: 520px;
    }
    .hsize-md-530 {
        height: 530px;
    }
    .hsize-md-540 {
        height: 540px;
    }
    .hsize-md-550 {
        height: 550px;
    }
    .hsize-md-560 {
        height: 560px;
    }
    .hsize-md-570 {
        height: 570px;
    }
    .hsize-md-580 {
        height: 580px;
    }
    .hsize-md-590 {
        height: 590px;
    }
    .hsize-md-600 {
        height: 600px;
    }
    .hsize-md-610 {
        height: 610px;
    }
    .hsize-md-620 {
        height: 620px;
    }
    .hsize-md-630 {
        height: 630px;
    }
    .hsize-md-640 {
        height: 640px;
    }
    .hsize-md-650 {
        height: 650px;
    }
    .hsize-md-660 {
        height: 660px;
    }
    .hsize-md-670 {
        height: 670px;
    }
    .hsize-md-680 {
        height: 680px;
    }
    .hsize-md-690 {
        height: 690px;
    }
    .hsize-md-700 {
        height: 700px;
    }
    .w-md-10 {
        width: 10% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
    .w-md-80 {
        width: 80% !important;
    }
    .w-md-90 {
        width: 90% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .fs-md-micro {
        font-size: 9px;
    }
    .fs-md-micro-l {
        font-size: 10px;
    }
    .fs-md-xsmall {
        font-size: 11px;
    }
    .fs-md-normal-mini {
        font-size: 12px;
    }
    .fs-md-normal {
        font-size: 13px;
    }
    .fs-md-normal-l {
        font-size: 14px;
    }
    .fs-md-smaller {
        font-size: 15px;
    }
    .fs-md-small {
        font-size: 16px;
    }
    .fs-md-m {
        font-size: 18px;
    }
    .fs-md-l-mini {
        font-size: 19px;
    }
    .fs-md-l {
        font-size: 20px;
    }
    .fs-md-x {
        font-size: 22px;
    }
    .fs-md-xl {
        font-size: 24px;
    }
    .fs-md-xml {
        font-size: 28px;
    }
    .fs-md-xxl {
        font-size: 32px;
    }
    .fs-md-larger-s {
        font-size: 34px;
    }
    .fs-md-larger {
        font-size: 42px;
    }
    .fs-md-larger-xl {
        font-size: 44px;
    }
    .fs-md-xxxl {
        font-size: 56px;
    }
    .fs-md-xxxxl {
        font-size: 75px;
    }
    .fs-md-jumbo {
        font-size: 80px;
    }
    .fs-md-huge {
        font-size: 120px;
    }
    .fs-md-immense {
        font-size: 150px;
    }
    .fs-md-crazy {
        font-size: 200px;
    }
}
@media only screen and (max-width: 991px) {
    .hsize-sm-reset {
        height: 0 !important;
    }
    .hsize-sm-10 {
        height: 10px;
    }
    .hsize-sm-20 {
        height: 20px;
    }
    .hsize-sm-30 {
        height: 30px;
    }
    .hsize-sm-40 {
        height: 40px;
    }
    .hsize-sm-50 {
        height: 50px;
    }
    .hsize-sm-60 {
        height: 60px;
    }
    .hsize-sm-70 {
        height: 70px;
    }
    .hsize-sm-80 {
        height: 80px;
    }
    .hsize-sm-90 {
        height: 90px;
    }
    .hsize-sm-100 {
        height: 100px;
    }
    .hsize-sm-110 {
        height: 110px;
    }
    .hsize-sm-120 {
        height: 120px;
    }
    .hsize-sm-130 {
        height: 130px;
    }
    .hsize-sm-140 {
        height: 140px;
    }
    .hsize-sm-150 {
        height: 150px;
    }
    .hsize-sm-160 {
        height: 160px;
    }
    .hsize-sm-170 {
        height: 170px;
    }
    .hsize-sm-180 {
        height: 180px;
    }
    .hsize-sm-190 {
        height: 190px;
    }
    .hsize-sm-200 {
        height: 200px;
    }
    .hsize-sm-210 {
        height: 210px;
    }
    .hsize-sm-220 {
        height: 220px;
    }
    .hsize-sm-230 {
        height: 230px;
    }
    .hsize-sm-240 {
        height: 240px;
    }
    .hsize-sm-250 {
        height: 250px;
    }
    .hsize-sm-260 {
        height: 260px;
    }
    .hsize-sm-270 {
        height: 270px;
    }
    .hsize-sm-280 {
        height: 280px;
    }
    .hsize-sm-290 {
        height: 290px;
    }
    .hsize-sm-300 {
        height: 300px;
    }
    .hsize-sm-310 {
        height: 310px;
    }
    .hsize-sm-320 {
        height: 320px;
    }
    .hsize-sm-330 {
        height: 330px;
    }
    .hsize-sm-340 {
        height: 340px;
    }
    .hsize-sm-350 {
        height: 350px;
    }
    .hsize-sm-360 {
        height: 360px;
    }
    .hsize-sm-370 {
        height: 370px;
    }
    .hsize-sm-380 {
        height: 380px;
    }
    .hsize-sm-390 {
        height: 390px;
    }
    .hsize-sm-400 {
        height: 400px;
    }
    .hsize-sm-410 {
        height: 410px;
    }
    .hsize-sm-420 {
        height: 420px;
    }
    .hsize-sm-430 {
        height: 430px;
    }
    .hsize-sm-440 {
        height: 440px;
    }
    .hsize-sm-450 {
        height: 450px;
    }
    .hsize-sm-460 {
        height: 460px;
    }
    .hsize-sm-470 {
        height: 470px;
    }
    .hsize-sm-480 {
        height: 480px;
    }
    .hsize-sm-490 {
        height: 490px;
    }
    .hsize-sm-500 {
        height: 500px;
    }
    .hsize-sm-510 {
        height: 510px;
    }
    .hsize-sm-520 {
        height: 520px;
    }
    .hsize-sm-530 {
        height: 530px;
    }
    .hsize-sm-540 {
        height: 540px;
    }
    .hsize-sm-550 {
        height: 550px;
    }
    .hsize-sm-560 {
        height: 560px;
    }
    .hsize-sm-570 {
        height: 570px;
    }
    .hsize-sm-580 {
        height: 580px;
    }
    .hsize-sm-590 {
        height: 590px;
    }
    .hsize-sm-600 {
        height: 600px;
    }
    .hsize-sm-610 {
        height: 610px;
    }
    .hsize-sm-620 {
        height: 620px;
    }
    .hsize-sm-630 {
        height: 630px;
    }
    .hsize-sm-640 {
        height: 640px;
    }
    .hsize-sm-650 {
        height: 650px;
    }
    .hsize-sm-660 {
        height: 660px;
    }
    .hsize-sm-670 {
        height: 670px;
    }
    .hsize-sm-680 {
        height: 680px;
    }
    .hsize-sm-690 {
        height: 690px;
    }
    .hsize-sm-700 {
        height: 700px;
    }
    .w-sm-10 {
        width: 10% !important;
    }
    .w-sm-20 {
        width: 20% !important;
    }
    .w-sm-30 {
        width: 30% !important;
    }
    .w-sm-40 {
        width: 40% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .fs-sm-micro {
        font-size: 9px;
    }
    .fs-sm-micro-l {
        font-size: 10px;
    }
    .fs-sm-xsmall {
        font-size: 11px;
    }
    .fs-sm-normal-mini {
        font-size: 12px;
    }
    .fs-sm-normal {
        font-size: 13px;
    }
    .fs-sm-normal-l {
        font-size: 14px;
    }
    .fs-sm-smaller {
        font-size: 15px;
    }
    .fs-sm-small {
        font-size: 16px;
    }
    .fs-sm-m {
        font-size: 18px;
    }
    .fs-sm-l-mini {
        font-size: 19px;
    }
    .fs-sm-l {
        font-size: 20px;
    }
    .fs-sm-x {
        font-size: 22px;
    }
    .fs-sm-xl {
        font-size: 24px;
    }
    .fs-sm-xml {
        font-size: 28px;
    }
    .fs-sm-xxl {
        font-size: 32px;
    }
    .fs-sm-larger-s {
        font-size: 34px;
    }
    .fs-sm-larger {
        font-size: 42px;
    }
    .fs-sm-larger-xl {
        font-size: 44px;
    }
    .fs-sm-xxxl {
        font-size: 56px;
    }
    .fs-sm-xxxxl {
        font-size: 75px;
    }
    .fs-sm-jumbo {
        font-size: 80px;
    }
    .fs-sm-huge {
        font-size: 120px;
    }
    .fs-sm-immense {
        font-size: 150px;
    }
    .fs-sm-crazy {
        font-size: 200px;
    }
}
@media only screen and (max-width: 960px) {
    .hsize-xs-reset {
        height: 0 !important;
    }
    .hsize-xs-10 {
        height: 10px;
    }
    .hsize-xs-20 {
        height: 20px;
    }
    .hsize-xs-30 {
        height: 30px;
    }
    .hsize-xs-40 {
        height: 40px;
    }
    .hsize-xs-50 {
        height: 50px;
    }
    .hsize-xs-60 {
        height: 60px;
    }
    .hsize-xs-70 {
        height: 70px;
    }
    .hsize-xs-80 {
        height: 80px;
    }
    .hsize-xs-90 {
        height: 90px;
    }
    .hsize-xs-100 {
        height: 100px;
    }
    .hsize-xs-110 {
        height: 110px;
    }
    .hsize-xs-120 {
        height: 120px;
    }
    .hsize-xs-130 {
        height: 130px;
    }
    .hsize-xs-140 {
        height: 140px;
    }
    .hsize-xs-150 {
        height: 150px;
    }
    .hsize-xs-160 {
        height: 160px;
    }
    .hsize-xs-170 {
        height: 170px;
    }
    .hsize-xs-180 {
        height: 180px;
    }
    .hsize-xs-190 {
        height: 190px;
    }
    .hsize-xs-200 {
        height: 200px;
    }
    .hsize-xs-210 {
        height: 210px;
    }
    .hsize-xs-220 {
        height: 220px;
    }
    .hsize-xs-230 {
        height: 230px;
    }
    .hsize-xs-240 {
        height: 240px;
    }
    .hsize-xs-250 {
        height: 250px;
    }
    .hsize-xs-260 {
        height: 260px;
    }
    .hsize-xs-270 {
        height: 270px;
    }
    .hsize-xs-280 {
        height: 280px;
    }
    .hsize-xs-290 {
        height: 290px;
    }
    .hsize-xs-300 {
        height: 300px;
    }
    .hsize-xs-310 {
        height: 310px;
    }
    .hsize-xs-320 {
        height: 320px;
    }
    .hsize-xs-330 {
        height: 330px;
    }
    .hsize-xs-340 {
        height: 340px;
    }
    .hsize-xs-350 {
        height: 350px;
    }
    .hsize-xs-360 {
        height: 360px;
    }
    .hsize-xs-370 {
        height: 370px;
    }
    .hsize-xs-380 {
        height: 380px;
    }
    .hsize-xs-390 {
        height: 390px;
    }
    .hsize-xs-400 {
        height: 400px;
    }
    .hsize-xs-410 {
        height: 410px;
    }
    .hsize-xs-420 {
        height: 420px;
    }
    .hsize-xs-430 {
        height: 430px;
    }
    .hsize-xs-440 {
        height: 440px;
    }
    .hsize-xs-450 {
        height: 450px;
    }
    .hsize-xs-460 {
        height: 460px;
    }
    .hsize-xs-470 {
        height: 470px;
    }
    .hsize-xs-480 {
        height: 480px;
    }
    .hsize-xs-490 {
        height: 490px;
    }
    .hsize-xs-500 {
        height: 500px;
    }
    .hsize-xs-510 {
        height: 510px;
    }
    .hsize-xs-520 {
        height: 520px;
    }
    .hsize-xs-530 {
        height: 530px;
    }
    .hsize-xs-540 {
        height: 540px;
    }
    .hsize-xs-550 {
        height: 550px;
    }
    .hsize-xs-560 {
        height: 560px;
    }
    .hsize-xs-570 {
        height: 570px;
    }
    .hsize-xs-580 {
        height: 580px;
    }
    .hsize-xs-590 {
        height: 590px;
    }
    .hsize-xs-600 {
        height: 600px;
    }
    .hsize-xs-610 {
        height: 610px;
    }
    .hsize-xs-620 {
        height: 620px;
    }
    .hsize-xs-630 {
        height: 630px;
    }
    .hsize-xs-640 {
        height: 640px;
    }
    .hsize-xs-650 {
        height: 650px;
    }
    .hsize-xs-660 {
        height: 660px;
    }
    .hsize-xs-670 {
        height: 670px;
    }
    .hsize-xs-680 {
        height: 680px;
    }
    .hsize-xs-690 {
        height: 690px;
    }
    .hsize-xs-700 {
        height: 700px;
    }
    .w-xs-10 {
        width: 10% !important;
    }
    .w-xs-20 {
        width: 20% !important;
    }
    .w-xs-30 {
        width: 30% !important;
    }
    .w-xs-40 {
        width: 40% !important;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-60 {
        width: 60% !important;
    }
    .w-xs-70 {
        width: 70% !important;
    }
    .w-xs-80 {
        width: 80% !important;
    }
    .w-xs-90 {
        width: 90% !important;
    }
    .w-xs-100 {
        width: 100% !important;
    }
    .fs-xs-micro {
        font-size: 9px;
    }
    .fs-xs-micro-l {
        font-size: 10px;
    }
    .fs-xs-xsmall {
        font-size: 11px;
    }
    .fs-xs-normal-mini {
        font-size: 12px;
    }
    .fs-xs-normal {
        font-size: 13px;
    }
    .fs-xs-normal-l {
        font-size: 14px;
    }
    .fs-xs-smaller {
        font-size: 15px;
    }
    .fs-xs-small {
        font-size: 16px;
    }
    .fs-xs-m {
        font-size: 18px;
    }
    .fs-xs-l-mini {
        font-size: 19px;
    }
    .fs-xs-l {
        font-size: 20px;
    }
    .fs-xs-x {
        font-size: 22px;
    }
    .fs-xs-xl {
        font-size: 24px;
    }
    .fs-xs-xml {
        font-size: 28px;
    }
    .fs-xs-xxl {
        font-size: 32px;
    }
    .fs-xs-larger-s {
        font-size: 34px;
    }
    .fs-xs-larger {
        font-size: 42px;
    }
    .fs-xs-larger-xl {
        font-size: 44px;
    }
    .fs-xs-xxxl {
        font-size: 56px;
    }
    .fs-xs-xxxxl {
        font-size: 75px;
    }
    .fs-xs-jumbo {
        font-size: 80px;
    }
    .fs-xs-huge {
        font-size: 120px;
    }
    .fs-xs-immense {
        font-size: 150px;
    }
    .fs-xs-crazy {
        font-size: 200px;
    }
}
.fz-1 {
    font-size: 1px !important;
}
.fz-2 {
    font-size: 2px !important;
}
.fz-3 {
    font-size: 3px !important;
}
.fz-4 {
    font-size: 4px !important;
}
.fz-5 {
    font-size: 5px !important;
}
.fz-6 {
    font-size: 6px !important;
}
.fz-7 {
    font-size: 7px !important;
}
.fz-8 {
    font-size: 8px !important;
}
.fz-9 {
    font-size: 9px !important;
}
.fz-10 {
    font-size: 10px !important;
}
.fz-11 {
    font-size: 11px !important;
}
.fz-12 {
    font-size: 12px !important;
}
.fz-13 {
    font-size: 13px !important;
}
.fz-14 {
    font-size: 14px !important;
}
.fz-15 {
    font-size: 15px !important;
}
.fz-16 {
    font-size: 16px !important;
}
.fz-17 {
    font-size: 17px !important;
}
.fz-18 {
    font-size: 18px !important;
}
.fz-19 {
    font-size: 19px !important;
}
.fz-20 {
    font-size: 20px !important;
}
.fz-21 {
    font-size: 21px !important;
}
.fz-22 {
    font-size: 22px !important;
}
.fz-23 {
    font-size: 23px !important;
}
.fz-24 {
    font-size: 24px !important;
}
.fz-25 {
    font-size: 25px !important;
}
.fz-26 {
    font-size: 26px !important;
}
.fz-27 {
    font-size: 27px !important;
}
.fz-28 {
    font-size: 28px !important;
}
.fz-29 {
    font-size: 29px !important;
}
.fz-30 {
    font-size: 30px !important;
}
.fz-31 {
    font-size: 31px !important;
}
.fz-32 {
    font-size: 32px !important;
}
.fz-33 {
    font-size: 33px !important;
}
.fz-34 {
    font-size: 34px !important;
}
.fz-35 {
    font-size: 35px !important;
}
.fz-36 {
    font-size: 36px !important;
}
.fz-37 {
    font-size: 37px !important;
}
.fz-38 {
    font-size: 38px !important;
}
.fz-39 {
    font-size: 39px !important;
}
.fz-40 {
    font-size: 40px !important;
}
.lh-10 {
    line-height: 1 !important;
}
.lh-11 {
    line-height: 1.1 !important;
}
.lh-12 {
    line-height: 1.2 !important;
}
.lh-13 {
    line-height: 1.3 !important;
}
.lh-14 {
    line-height: 1.4 !important;
}
.lh-15 {
    line-height: 1.5 !important;
}
.lh-16 {
    line-height: 1.6 !important;
}
.lh-17 {
    line-height: 1.7 !important;
}
.lh-18 {
    line-height: 1.8 !important;
}
.lh-19 {
    line-height: 1.9 !important;
}
.lh-20 {
    line-height: 2 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.color-green {
    color: #63ad68 !important;
}
.color-green-dark {
    color: #3d917b !important;
}
.color-blue {
    color: #688cb7 !important;
}
.color-red {
    color: #c00 !important;
}
.color-purple {
    color: #c06fcc !important;
}
.color-yellow {
    color: #f4e36e !important;
}
.color-yellowfull {
    color: #f2d429 !important;
}
.color-lightyellow {
    color: #f1e779 !important;
}
.color-orange {
    color: #ff9a00 !important;
}
.color-turquoise {
    color: #33d1ed !important;
}
.color-aqua {
    color: #49ccc5 !important;
}
.color-lightblue {
    color: #3e94cf !important;
}
.color-cloudblue {
    color: #767c83 !important;
}
.color-lightred {
    color: #df6c8a !important;
}
.color-pink {
    color: #f3749b !important;
}
.color-tomato {
    color: #ff6e6e !important;
}
.color-gray-s-light {
    color: #d2d2d3 !important;
}
.color-gray-m-light {
    color: #ddd !important;
}
.color-gray-super-light {
    color: #c6c6c6 !important;
}
.color-gray-ex-light {
    color: #b6b6b6 !important;
}
.color-gray-light {
    color: #8999a6 !important;
}
.color-gray-white {
    color: #96969a !important;
}
.color-gray-normal {
    color: #ebedef !important;
}
.color-gray {
    color: #888 !important;
}
.color-gray-medium {
    color: #797979 !important;
}
.color-gray-middle {
    color: #666 !important;
}
.color-gray-ease-dark {
    color: #4d4d4d !important;
}
.color-gray-m-dark {
    color: #393c40 !important;
}
.color-gray-l-dark {
    color: #35393e !important;
}
.color-gray-dark {
    color: #333 !important;
}
.color-gray-ex-dark {
    color: #212121 !important;
}
.color-white {
    color: #fff !important;
}
.color-white-bright {
    color: #f4f4f4 !important;
}
.color-white-light {
    color: #f7f8f9 !important;
}
.color-black {
    color: #000 !important;
}
.color-black-m {
    color: #141519 !important;
}
.color-black-light {
    color: #2b2e37 !important;
}
.color-lightgray {
    color: #d0d5d8 !important;
}
.color-silver {
    color: #c1c3c4 !important;
}
.color-darkgray {
    color: #45474d !important;
}
.color-dirtywhite-light-s {
    color: #eaeaea !important;
}
.color-dirtywhite-light {
    color: #f2f2f2 !important;
}
.color-dirtywhite {
    color: #f5f5f5 !important;
}
.color-dirtywhite-xs {
    color: #f7f7f7 !important;
}
.color-dirtywhite-s {
    color: #f8f8f8 !important;
}
.color-dirtywhite-m {
    color: #bababa !important;
}
.color-dirtywhite-dark {
    color: #f3f4f5 !important;
}
.color-dirtywhite-ex-dark {
    color: #7f8082 !important;
}
.color-goldie {
    color: #dcb66b !important;
}
.lt-spacing-1 {
    letter-spacing: 1px !important;
}
.lt-spacing-neg-1 {
    letter-spacing: -1px !important;
}
.lt-spacing-2 {
    letter-spacing: 2px !important;
}
.lt-spacing-neg-2 {
    letter-spacing: -2px !important;
}
.lt-spacing-3 {
    letter-spacing: 3px !important;
}
.lt-spacing-neg-3 {
    letter-spacing: -3px !important;
}
.lt-spacing-5 {
    letter-spacing: 5px !important;
}
.lt-spacing-neg-5 {
    letter-spacing: -5px !important;
}
.lt-spacing-10 {
    letter-spacing: 10px !important;
}
.lt-spacing-neg-10 {
    letter-spacing: -10px !important;
}
.dark-color,
.dark-color a,
.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6 {
    color: #0e111c;
}
.light-color,
.light-color a,
.light-color h1,
.light-color h2,
.light-color h3,
.light-color h4,
.light-color h5,
.light-color h6 {
    color: #f5f5f5;
}
.text-green,
.text-hover-green:hover {
    color: #63ad68 !important;
}
.bg-green,
.bg-hover-green:hover {
    background: #63ad68 !important;
}
.text-green-dark,
.text-hover-green-dark:hover {
    color: #3d917b !important;
}
.bg-green-dark,
.bg-hover-green-dark:hover {
    background: #3d917b !important;
}
.text-blue,
.text-hover-blue:hover {
    color: #688cb7 !important;
}
.bg-blue,
.bg-hover-blue:hover {
    background: #688cb7 !important;
}
.text-hover-red:hover,
.text-red {
    color: #c00 !important;
}
.bg-hover-red:hover,
.bg-red {
    background: #c00 !important;
}
.text-hover-purple:hover,
.text-purple {
    color: #c06fcc !important;
}
.bg-hover-purple:hover,
.bg-purple {
    background: #c06fcc !important;
}
.text-hover-yellow:hover,
.text-yellow {
    color: #f4e36e !important;
}
.bg-hover-yellow:hover,
.bg-yellow {
    background: #f4e36e !important;
}
.text-hover-yellowfull:hover,
.text-yellowfull {
    color: #f2d429 !important;
}
.bg-hover-yellowfull:hover,
.bg-yellowfull {
    background: #f2d429 !important;
}
.text-hover-lightyellow:hover,
.text-lightyellow {
    color: #f1e779 !important;
}
.bg-hover-lightyellow:hover,
.bg-lightyellow {
    background: #f1e779 !important;
}
.text-hover-orange:hover,
.text-orange {
    color: #ff9a00 !important;
}
.bg-hover-orange:hover,
.bg-orange {
    background: #ff9a00 !important;
}
.text-hover-turquoise:hover,
.text-turquoise {
    color: #33d1ed !important;
}
.bg-hover-turquoise:hover,
.bg-turquoise {
    background: #33d1ed !important;
}
.text-aqua,
.text-hover-aqua:hover {
    color: #49ccc5 !important;
}
.bg-aqua,
.bg-hover-aqua:hover {
    background: #49ccc5 !important;
}
.text-hover-lightblue:hover,
.text-lightblue {
    color: #3e94cf !important;
}
.bg-hover-lightblue:hover,
.bg-lightblue {
    background: #3e94cf !important;
}
.text-cloudblue,
.text-hover-cloudblue:hover {
    color: #767c83 !important;
}
.bg-cloudblue,
.bg-hover-cloudblue:hover {
    background: #767c83 !important;
}
.text-hover-lightred:hover,
.text-lightred {
    color: #df6c8a !important;
}
.bg-hover-lightred:hover,
.bg-lightred {
    background: #df6c8a !important;
}
.text-hover-pink:hover,
.text-pink {
    color: #f3749b !important;
}
.bg-hover-pink:hover,
.bg-pink {
    background: #f3749b !important;
}
.text-hover-tomato:hover,
.text-tomato {
    color: #ff6e6e !important;
}
.bg-hover-tomato:hover,
.bg-tomato {
    background: #ff6e6e !important;
}
.text-gray-s-light,
.text-hover-gray-s-light:hover {
    color: #d2d2d3 !important;
}
.bg-gray-s-light,
.bg-hover-gray-s-light:hover {
    background: #d2d2d3 !important;
}
.text-gray-m-light,
.text-hover-gray-m-light:hover {
    color: #ddd !important;
}
.bg-gray-m-light,
.bg-hover-gray-m-light:hover {
    background: #ddd !important;
}
.text-gray-super-light,
.text-hover-gray-super-light:hover {
    color: #c6c6c6 !important;
}
.bg-gray-super-light,
.bg-hover-gray-super-light:hover {
    background: #c6c6c6 !important;
}
.text-gray-ex-light,
.text-hover-gray-ex-light:hover {
    color: #b6b6b6 !important;
}
.bg-gray-ex-light,
.bg-hover-gray-ex-light:hover {
    background: #b6b6b6 !important;
}
.text-gray-light,
.text-hover-gray-light:hover {
    color: #8999a6 !important;
}
.bg-gray-light,
.bg-hover-gray-light:hover {
    background: #8999a6 !important;
}
.text-gray-white,
.text-hover-gray-white:hover {
    color: #96969a !important;
}
.bg-gray-white,
.bg-hover-gray-white:hover {
    background: #96969a !important;
}
.text-gray-normal,
.text-hover-gray-normal:hover {
    color: #ebedef !important;
}
.bg-gray-normal,
.bg-hover-gray-normal:hover {
    background: #ebedef !important;
}
.text-gray,
.text-hover-gray:hover {
    color: #888 !important;
}
.bg-gray,
.bg-hover-gray:hover {
    background: #888 !important;
}
.text-gray-medium,
.text-hover-gray-medium:hover {
    color: #797979 !important;
}
.bg-gray-medium,
.bg-hover-gray-medium:hover {
    background: #797979 !important;
}
.text-gray-middle,
.text-hover-gray-middle:hover {
    color: #666 !important;
}
.bg-gray-middle,
.bg-hover-gray-middle:hover {
    background: #666 !important;
}
.text-gray-ease-dark,
.text-hover-gray-ease-dark:hover {
    color: #4d4d4d !important;
}
.bg-gray-ease-dark,
.bg-hover-gray-ease-dark:hover {
    background: #4d4d4d !important;
}
.text-gray-m-dark,
.text-hover-gray-m-dark:hover {
    color: #393c40 !important;
}
.bg-gray-m-dark,
.bg-hover-gray-m-dark:hover {
    background: #393c40 !important;
}
.text-gray-l-dark,
.text-hover-gray-l-dark:hover {
    color: #35393e !important;
}
.bg-gray-l-dark,
.bg-hover-gray-l-dark:hover {
    background: #35393e !important;
}
.text-gray-dark,
.text-hover-gray-dark:hover {
    color: #333 !important;
}
.bg-gray-dark,
.bg-hover-gray-dark:hover {
    background: #333 !important;
}
.text-gray-ex-dark,
.text-hover-gray-ex-dark:hover {
    color: #212121 !important;
}
.bg-gray-ex-dark,
.bg-hover-gray-ex-dark:hover {
    background: #212121 !important;
}
.text-hover-white:hover,
.text-white {
    color: #fff !important;
}
.bg-hover-white:hover,
.bg-white {
    background: #fff !important;
}
.text-hover-white-bright:hover,
.text-white-bright {
    color: #f4f4f4 !important;
}
.bg-hover-white-bright:hover,
.bg-white-bright {
    background: #f4f4f4 !important;
}
.text-hover-white-light:hover,
.text-white-light {
    color: #f7f8f9 !important;
}
.bg-hover-white-light:hover,
.bg-white-light {
    background: #f7f8f9 !important;
}
.text-black,
.text-hover-black:hover {
    color: #000 !important;
}
.bg-black,
.bg-hover-black:hover {
    background: #000 !important;
}
.text-black-m,
.text-hover-black-m:hover {
    color: #141519 !important;
}
.bg-black-m,
.bg-hover-black-m:hover {
    background: #141519 !important;
}
.text-black-light,
.text-hover-black-light:hover {
    color: #2b2e37 !important;
}
.bg-black-light,
.bg-hover-black-light:hover {
    background: #2b2e37 !important;
}
.text-hover-lightgray:hover,
.text-lightgray {
    color: #d0d5d8 !important;
}
.bg-hover-lightgray:hover,
.bg-lightgray {
    background: #d0d5d8 !important;
}
.text-hover-silver:hover,
.text-silver {
    color: #c1c3c4 !important;
}
.bg-hover-silver:hover,
.bg-silver {
    background: #c1c3c4 !important;
}
.text-darkgray,
.text-hover-darkgray:hover {
    color: #45474d !important;
}
.bg-darkgray,
.bg-hover-darkgray:hover {
    background: #45474d !important;
}
.text-dirtywhite-light-s,
.text-hover-dirtywhite-light-s:hover {
    color: #eaeaea !important;
}
.bg-dirtywhite-light-s,
.bg-hover-dirtywhite-light-s:hover {
    background: #eaeaea !important;
}
.text-dirtywhite-light,
.text-hover-dirtywhite-light:hover {
    color: #f2f2f2 !important;
}
.bg-dirtywhite-light,
.bg-hover-dirtywhite-light:hover {
    background: #f2f2f2 !important;
}
.text-dirtywhite,
.text-hover-dirtywhite:hover {
    color: #f5f5f5 !important;
}
.bg-dirtywhite,
.bg-hover-dirtywhite:hover {
    background: #f5f5f5 !important;
}
.text-dirtywhite-xs,
.text-hover-dirtywhite-xs:hover {
    color: #f7f7f7 !important;
}
.bg-dirtywhite-xs,
.bg-hover-dirtywhite-xs:hover {
    background: #f7f7f7 !important;
}
.text-dirtywhite-s,
.text-hover-dirtywhite-s:hover {
    color: #f8f8f8 !important;
}
.bg-dirtywhite-s,
.bg-hover-dirtywhite-s:hover {
    background: #f8f8f8 !important;
}
.text-dirtywhite-m,
.text-hover-dirtywhite-m:hover {
    color: #bababa !important;
}
.bg-dirtywhite-m,
.bg-hover-dirtywhite-m:hover {
    background: #bababa !important;
}
.text-dirtywhite-dark,
.text-hover-dirtywhite-dark:hover {
    color: #f3f4f5 !important;
}
.bg-dirtywhite-dark,
.bg-hover-dirtywhite-dark:hover {
    background: #f3f4f5 !important;
}
.text-dirtywhite-ex-dark,
.text-hover-dirtywhite-ex-dark:hover {
    color: #7f8082 !important;
}
.bg-dirtywhite-ex-dark,
.bg-hover-dirtywhite-ex-dark:hover {
    background: #7f8082 !important;
}
.text-goldie,
.text-hover-goldie:hover {
    color: #dcb66b !important;
}
.bg-goldie,
.bg-hover-goldie:hover {
    background: #dcb66b !important;
}
.text-black-op1 {
    color: rgba(0, 0, 0, 0.1) !important;
}
.text-white-op1 {
    color: rgba(255, 255, 255, 0.1) !important;
}
.text-black-op3 {
    color: rgba(0, 0, 0, 0.3) !important;
}
.text-white-op3 {
    color: rgba(255, 255, 255, 0.3) !important;
}
.text-black-op5 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-op5 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-black-op6 {
    color: rgba(0, 0, 0, 0.6) !important;
}
.text-white-op6 {
    color: rgba(255, 255, 255, 0.6) !important;
}
.text-black-op9 {
    color: rgba(0, 0, 0, 0.9) !important;
}
.text-white-op9 {
    color: rgba(255, 255, 255, 0.9) !important;
}
@font-face {
    font-family: icomoon;
    src: url(../_icon-font/icons-93762cfd6c9fc7b74767eacd2755ec3e.eot?93762cfd6c9fc7b74767eacd2755ec3e);
    src: url(../_icon-font/icons-93762cfd6c9fc7b74767eacd2755ec3e.woff?93762cfd6c9fc7b74767eacd2755ec3e) format("woff"),
        url(../_icon-font/icons-93762cfd6c9fc7b74767eacd2755ec3e.ttf?93762cfd6c9fc7b74767eacd2755ec3e)
            format("truetype"),
        url(../_icon-font/icons-93762cfd6c9fc7b74767eacd2755ec3e.svg?93762cfd6c9fc7b74767eacd2755ec3e#icomoon)
            format("svg"),
        url(../_icon-font/icons-93762cfd6c9fc7b74767eacd2755ec3e.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: icomoon;
    src: url(../assets/_icon-font/icons-93762cfd6c9fc7b74767eacd2755ec3e.eot?93762cfd6c9fc7b74767eacd2755ec3e);
    src: url(../assets/_icon-font/icons-93762cfd6c9fc7b74767eacd2755ec3e.woff?93762cfd6c9fc7b74767eacd2755ec3e)
            format("woff"),
        url(../assets/_icon-font/icons-93762cfd6c9fc7b74767eacd2755ec3e.ttf?93762cfd6c9fc7b74767eacd2755ec3e)
            format("truetype"),
        url(../assets/_icon-font/icons-93762cfd6c9fc7b74767eacd2755ec3e.svg?93762cfd6c9fc7b74767eacd2755ec3e#icomoon)
            format("svg"),
        url(../assets/_icon-font/icons-93762cfd6c9fc7b74767eacd2755ec3e.eot?#iefix) format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
[data-icon]:before {
    content: attr(data-icon);
}
.fx-icon:before,
[data-icon]:before {
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}
.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    left: 0;
}
.icon-arrow-banner-next:before {
    content: "\f129";
}
.icon-arrow-banner-prev:before {
    content: "\f12a";
}
.icon-arrow-dropdown-up:before {
    content: "\f125";
}
.icon-arrow-dropdown:before {
    content: "\f126";
}
.icon-arrow-left:before {
    content: "\f116";
}
.icon-arrow-panel:before {
    content: "\f124";
}
.icon-arrow-right:before {
    content: "\f117";
}
.icon-arrrow-search:before {
    content: "\f11c";
}
.icon-burger-button-white:before {
    content: "\f11b";
}
.icon-burger-button:before {
    content: "\f115";
}
.icon-close:before {
    content: "\f11d";
}
.icon-comment:before {
    content: "\f102";
}
.icon-corporate:before {
    content: "\f139";
}
.icon-error:before {
    content: "\f11e";
}
.icon-eye-none:before {
    content: "\f11f";
}
.icon-eye:before {
    content: "\f120";
}
.icon-facebook:before {
    content: "\f103";
}
.icon-google:before {
    content: "\f104";
}
.icon-help:before {
    content: "\f121";
}
.icon-house:before {
    content: "\f130";
}
.icon-letter:before {
    content: "\f10a";
}
.icon-light:before {
    content: "\f131";
}
.icon-loop-gallery:before {
    content: "\f12d";
}
.icon-loop:before {
    content: "\f122";
}
.icon-marker:before {
    content: "\f10e";
}
.icon-media:before {
    content: "\f132";
}
.icon-message:before {
    content: "\f10f";
}
.icon-mobile-phone:before {
    content: "\f10b";
}
.icon-ok:before {
    content: "\f12c";
}
.icon-other:before {
    content: "\f136";
}
.icon-pa:before {
    content: "\f133";
}
.icon-phone:before {
    content: "\f110";
}
.icon-prodicon:before {
    content: "\f118";
}
.icon-ProYxo:before {
    content: "\f13a";
}
.icon-question:before {
    content: "\f10c";
}
.icon-reload:before {
    content: "\f123";
}
.icon-search:before {
    content: "\f112";
}
.icon-share:before {
    content: "\f106";
}
.icon-star:before {
    content: "\f127";
}
.icon-testtest:before {
    content: "\f13c";
}
.icon-tm:before {
    content: "\f135";
}
.icon-topicon:before {
    content: "\f119";
}
.icon-twitter:before {
    content: "\f107";
}
.icon-upload:before {
    content: "\f138";
}
.icon-video:before {
    content: "\f128";
}
.icon-videoicon:before {
    content: "\f114";
}
.icon-vk-share:before {
    content: "\f12b";
}
.icon-vk:before {
    content: "\f108";
}
.icon-youtube:before {
    content: "\f109";
} /*!
AniCollection - http://anicollection.github.io/
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Dariel Noel

Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.hinge {
    animation-duration: 2s;
}
.duration-xs {
    animation-duration: 0.25s;
}
.duration-sm {
    animation-duration: 0.5s;
}
.duration-md {
    animation-duration: 1s;
}
.duration-lg {
    animation-duration: 2s;
}
.duration-xl {
    animation-duration: 4s;
}
.timing-linear {
    animation-timing-function: linear;
}
.timing-ease-in {
    animation-timing-function: ease-in;
}
.timing-ease-out {
    animation-timing-function: ease-out;
}
.timing-ease-in-out {
    animation-timing-function: ease-in-out;
}
.timing-cubic-bezier {
    animation-timing-function: cubic-bezier;
}
.delay-xs {
    animation-delay: 0.25s;
}
.delay-sm {
    animation-delay: 0.5s;
}
.delay-md {
    animation-delay: 1s;
}
.delay-lg {
    animation-delay: 2s;
}
.delay-xl {
    animation-delay: 4s;
}
.iteration-1 {
    animation-iteration-count: 1;
}
.iteration-2 {
    animation-iteration-count: 2;
}
.iteration-3 {
    animation-iteration-count: 3;
}
.iteration-4 {
    animation-iteration-count: 2;
}
.iteration-5 {
    animation-iteration-count: 4;
}
.direction-normal {
    animation-direction: normal;
}
.direction-reverse {
    animation-direction: reverse;
}
.direction-alternate {
    animation-direction: alternate;
}
.direction-alternate-reverse {
    animation-direction: alternate-reverse;
}
.fill-mode-none {
    animation-fill-mode: none;
}
.fill-mode-forwards {
    animation-fill-mode: forwards;
}
.fill-mode-backwards {
    animation-fill-mode: backwards;
}
.fill-mode-both {
    animation-fill-mode: both;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}
@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    animation-name: flash;
}
.pulse {
    animation-name: pulse;
}
@keyframes rubberBand {
    0%,
    100% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
}
.rubberBand {
    animation-name: rubberBand;
}
@keyframes shake {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    animation-name: shake;
}
@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    transform-origin: top center;
    animation-name: swing;
}
@keyframes tada {
    0%,
    100% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}
.tada {
    animation-name: tada;
}
@keyframes wobble {
    0%,
    100% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
}
.wobble {
    animation-name: wobble;
}
@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    animation-name: bounceIn;
}
@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transform: none;
    }
}
.bounceInDown {
    animation-name: bounceInDown;
}
@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
.bounceInLeft {
    animation-name: bounceInLeft;
}
@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        transform: none;
    }
}
.bounceInRight {
    animation-name: bounceInRight;
}
@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    animation-name: bounceInUp;
}
@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    animation-name: bounceOut;
}
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    animation-name: bounceOutUp;
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownBig {
    animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightBig {
    animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpBig {
    animation-name: fadeInUpBig;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}
@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important;
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}
.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}
@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@keyframes rotate {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
    }
    100% {
        transform-origin: center;
        transform: none;
    }
}
.rotate {
    animation-name: rotate;
}
@keyframes rotateDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
    }
    100% {
        transform-origin: left bottom;
        transform: none;
    }
}
.rotateDownLeft {
    animation-name: rotateDownLeft;
}
@keyframes rotateDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
    }
    100% {
        transform-origin: right bottom;
        transform: none;
    }
}
.rotateDownRight {
    animation-name: rotateDownRight;
}
@keyframes rotateUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
    }
    100% {
        transform-origin: left bottom;
        transform: none;
    }
}
.rotateUpLeft {
    animation-name: rotateUpLeft;
}
@keyframes rotateUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
    }
    100% {
        transform-origin: right bottom;
        transform: none;
    }
}
.rotateUpRight {
    animation-name: rotateUpRight;
}
@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    animation-name: rotateInUpRight;
}
@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}
@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    animation-name: hinge;
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.rollIn {
    animation-name: rollIn;
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    animation-name: rollOut;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    animation-name: zoomInDown;
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    animation-name: zoomInLeft;
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    animation-name: zoomInRight;
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    animation-name: zoomInUp;
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}
.zoomOut {
    animation-name: zoomOut;
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
.zoomOutLeft {
    animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
.zoomOutRight {
    animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    animation-name: zoomOutUp;
}
@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    animation-name: slideInDown;
}
@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    animation-name: slideInUp;
}
@keyframes slideOutDown {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    animation-name: slideOutDown;
}
@keyframes slideOutLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    animation-name: slideOutLeft;
}
@keyframes slideOutRight {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    animation-name: slideOutRight;
}
@keyframes slideOutUp {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    animation-name: slideOutUp;
}
.loader svg,
.pace .pace-activity {
    animation: pace-spinner 0.4s linear infinite;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-link:focus,
.btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
    background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
    background-repeat: repeat-x;
    background-color: #357ebd;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    text-shadow: compact(0 -1px 0 #3071a9, false, false, false, false, false, false, false, false, false);
    background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
    background-repeat: repeat-x;
    border-color: #3278b3;
}
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
    background-image: none;
}
.btn-default,
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn {
    padding: 10px 15px;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
}
.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
}
.btn-default {
    color: #333;
}
.btn-default .badge {
    color: #fff;
    background-color: #fff;
}
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd;
}
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover {
    background-color: #428bca;
    border-color: #357ebd;
}
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none;
}
.btn-primary {
    color: #fff;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-warning,
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning {
    color: #fff;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-danger,
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger {
    color: #fff;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-success,
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success {
    color: #fff;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-info,
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info {
    color: #fff;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
    color: #999;
    text-decoration: none;
}
.img-thumbnail,
.thumbnail {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.navbar-default {
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .active > a {
    background-image: linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);
    background-repeat: repeat-x;
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand {
    text-shadow: compact(
        0 1px 0 rgba(255, 255, 255, 0.25),
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false
    );
}
.navbar-inverse {
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
    background-image: linear-gradient(to bottom, #222 0, #282828 100%);
    background-repeat: repeat-x;
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: compact(0 -1px 0 rgba(0, 0, 0, 0.25), false, false, false, false, false, false, false, false, false);
}
.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
    border-radius: 0;
}
.alert {
    text-shadow: compact(
        0 1px 0 rgba(255, 255, 255, 0.2),
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false
    );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
    border-color: #b2dba1;
}
.alert-info {
    border-color: #9acfea;
}
.alert-warning {
    border-color: #f5e79e;
}
.alert-danger {
    border-color: #dca7a7;
}
.progress {
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    background-repeat: repeat-x;
}
.progress-bar {
    background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
    background-repeat: repeat-x;
}
.progress-bar-success {
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    background-repeat: repeat-x;
}
.progress-bar-info {
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    background-repeat: repeat-x;
}
.progress-bar-warning {
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    background-repeat: repeat-x;
}
.progress-bar-danger {
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    background-repeat: repeat-x;
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.list-group {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.panel {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.well {
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
}
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
}
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
}
.open .dropdown-toggle.btn-danger,
.open .dropdown-toggle.btn-default,
.open .dropdown-toggle.btn-info,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-success,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}
.navbar-nav > li > a {
    text-shadow: compact(
        0 1px 0 rgba(255, 255, 255, 0.25),
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false,
        false
    );
}
.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
    background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
    background-repeat: repeat-x;
}
.panel-success > .panel-heading {
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
    background-repeat: repeat-x;
}
.panel-info > .panel-heading {
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    background-repeat: repeat-x;
}
.burgermenu-left {
    width: 273px;
    transform: translate3d(-780px, 0, 0);
    left: 0;
    background-color: #393c40;
    z-index: 5;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .burgermenu-left {
        transform: translate3d(-480px, 0, 0);
        width: 270px;
    }
}
.opened-left .burgermenu-left {
    z-index: 105 !important;
}
.opened-left .burgermenu-left.sites-off {
    transform: translate3d(-398px, 0, 0);
}
.opened-left .page-wrapper {
    transform: translate3d(780px, 0, 0);
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .opened-left .page-wrapper {
        transform: translate3d(280px, 0, 0);
    }
}
#burgermenu-blocker {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background-color: #000;
    opacity: 0.8;
    transform: translate3d(0, 0, 0) !important;
}
#burgermenu-blocker:before {
    background: url(../../images/svg/totalclose.svg);
    content: "";
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100% - 860px) / 2);
    cursor: pointer;
    transition: all 0.35s ease;
    z-index: 999999;
}
.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    clear: both;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    #burgermenu-blocker:before {
        right: calc((100% - 350px) / 2);
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 480px) {
    #burgermenu-blocker:before {
        display: none;
    }
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: 0.8;
    display: none;
}
.lightbox {
    position: absolute;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
}
.lb-outerContainer:after {
    display: table;
}
.lb-container {
    padding: 4px;
}
.lb-loader {
    position: absolute;
    top: 43%;
    height: 25%;
    width: 100%;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    opacity: 0;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    opacity: 0;
    transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    display: table;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: right;
    outline: 0;
    opacity: 0.7;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
}
body .lg-outer .lg-image {
    width: 100% !important;
    height: 100% !important;
}
@media only screen and (min-width: 1824px) {
    body .lg-outer .lg-image {
        width: auto !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    body .lg-outer .lg-image {
        height: auto !important;
    }
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: transparent;
    color: #e4e4e2;
}
.lg-outer .lg-thumb-outer {
    background-color: transparent;
}
.lg-outer .lg-thumb {
    margin: 0 auto;
}
.lg-outer .lg-thumb-item {
    border: 2px solid transparent;
    border-radius: 0 !important;
    cursor: pointer !important;
    margin-right: 0 !important;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: rgba(228, 228, 226, 0.9);
}
.lg-actions .lg-prev:after {
    content: "\f116";
}
.fi-arrow-right:before,
.lg-actions .lg-next:before {
    content: "\f117";
}
.ui-datepicker,
.ui-datepicker-material-header {
    font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: 480px) {
    .ui-datepicker {
        left: 50% !important;
        transform: translateX(-50%);
    }
}
.ui-datepicker-material-header {
    color: #fff;
    text-align: center;
    width: 325px;
    padding-left: 21px;
    padding-top: 20px;
    font-size: 17px;
}
.ui-datepicker-material-header .ui-datepicker-material-title {
    text-align: left;
}
.ui-datepicker-material-header .ui-datepicker-material-year {
    text-align: left;
    cursor: pointer;
}
.ui-datepicker-material-header .ui-datepicker-material-year:hover {
    color: #999;
}
.ui-datepicker-material-header .ui-datepicker-material-date {
    font-size: 32px;
    letter-spacing: 3px;
}
.ui-datepicker-material-header .ui-datepicker-material-day {
    background-color: #1f3a58;
    padding: 10px;
    font-size: 1rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month,
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
    padding: 5px;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-month {
    font-size: 2rem;
    text-transform: uppercase;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-day-num {
    font-size: 4.5rem;
}
.ui-datepicker-material-header .ui-datepicker-material-date .ui-datepicker-material-year {
    font-size: 1.8rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.4);
}
.ui-datepicker {
    padding: 0;
    border: none;
    box-shadow: 0 12px 20px 5px rgba(0, 0, 0, 0.24);
    width: 325px;
}
.ui-corner-all {
    border-radius: 0;
}
.ui-widget-header {
    border: 0;
}
.ui-datepicker-header {
    text-align: center;
    background: #fff;
    padding-bottom: 15px;
    font-weight: 300;
}
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-title {
    border: none;
    outline: 0;
    margin: 5px;
}
.ui-datepicker-next.ui-state-hover,
.ui-datepicker-prev.ui-state-hover {
    border: none;
    outline: 0;
    background: #a8acaf;
}
.ui-datepicker-calendar .ui-state-default {
    background: 0 0;
    border: none;
    text-align: center;
    height: 33px;
    width: 33px;
    line-height: 30px;
}
.ui-datepicker-calendar .ui-state-default:hover {
    color: #797979;
}
.ui-datepicker-calendar .ui-state-default.ui-state-active:hover {
    color: #fff;
}
.ui-datepicker-calendar .ui-state-highlight {
    color: #2a2c2e;
}
.ui-datepicker-calendar .ui-state-active {
    border-radius: 50%;
    background-color: #2a2c2e;
    color: #fff;
}
.ui-datepicker-calendar thead th {
    color: #999;
    font-weight: 200;
}
.ui-datepicker-buttonpane {
    border: none;
}
.ui-datepicker-buttonpane .ui-state-default {
    background: #fff;
    border: none;
}
.ui-datepicker-buttonpane .ui-datepicker-close,
.ui-datepicker-buttonpane .ui-datepicker-current {
    background: #fff;
    color: #2a2c2e;
    text-transform: uppercase;
    border: none;
    opacity: 1;
    font-weight: 200;
    outline: 0;
}
.ui-datepicker-buttonpane .ui-datepicker-close:hover,
.ui-datepicker-buttonpane .ui-datepicker-current:hover {
    color: #797979;
}
.ui-datepicker-material-close {
    position: absolute;
    top: 5px;
    right: 16px;
    width: 20px;
    height: 20px;
    font-size: 22px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #2a2c2e;
    background-color: #bcbdc1;
    cursor: pointer;
}
.ui-datepicker-material-close:hover {
    background-color: #888;
}
.ui-button:focus .ui-icon:before,
.ui-button:hover .ui-icon:before,
.ui-state-focus .ui-icon:before,
.ui-state-hover .ui-icon:before {
    color: #333;
}
.fi-arrow-left:before {
    content: "\f116";
}
.fi-arrow-left:before,
.fi-arrow-right:before {
    font-family: icomoon;
    font-size: 14px;
    line-height: 1;
    color: #767676;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
}
.ui-datepicker-material-header {
    display: block !important;
    opacity: 0.99;
}
.datepicker:first-child .ui-datepicker-material-header,
.datepicker:nth-child(2) .ui-datepicker-material-header {
    display: none !important;
}
.datepicker.dropdown-menu {
    background-color: #2a2c2e;
    padding: 0;
}
.datepicker table {
    width: 100% !important;
}
.datepicker-days {
    background-color: #fff;
    padding: 10px 10px 20px;
}
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 15px 5px;
}
.datepicker.dropdown-menu thead td,
.datepicker.dropdown-menu thead th {
    padding: 10px 5px;
}
.datepicker td span.active,
.datepicker td.active.day,
.datepicker td.active.year {
    background: #2a2c2e;
    border-radius: 50%;
    color: #fff;
}
.ui-datepicker-material-date,
.ui-datepicker-material-title,
.ui-datepicker-material-year {
    margin-bottom: 20px;
    display: none;
}
.ui-datepicker-material-header {
    background-color: #fff;
}
.datepicker-close {
    display: block !important;
    padding: 0 !important;
    border: none !important;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .datepicker.dropdown-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
    }
}
.date-switch:hover {
    color: #999;
}
.noUi-horizontal {
    height: 4px;
}
.noUi-target {
    box-shadow: none;
    background-color: #35393e;
    border: none;
}
.noUi-connect {
    background-color: #ff9a00;
}
.noUi-horizontal .noUi-handle {
    background: url(../../images/arrow-bottom-white.png) no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    box-shadow: none;
    right: -8px;
    top: -16px;
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
    display: none;
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none!important;
}
.pace .pace-progress {
    background: #888;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    transition: width 1s;
}
.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #888, 0 0 5px #888;
    opacity: 1;
    transform: rotate(3deg) translate(0, -4px);
}
.pace .pace-activity {
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top-color: #888;
    border-left-color: #888;
    border-radius: 10px;
    display: none;
}
.pace-inactive {
    display: none;
}
@media (max-width: 767px) {
    .pace .pace-activity {
        right: auto;
        left: 120px;
    }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1999;
    transition: opacity 0.2s ease;
}
.loader.hideit {
    opacity: 0;
}
.loader svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -20px 0 0 -20px;
}
.loader svg path {
    fill: #888;
}
.pace-done .loader {
    opacity: 0;
    display: none;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container:hover > .ps-scrollbar-y-rail:hover,
.ps-scrollbar-y-rail {
    background-color: transparent !important;
}
html .choice .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
html .choice .ps-container:hover > .ps-scrollbar-y-rail:hover,
html .choice .ps-scrollbar-y,
html .choice .ps-scrollbar-y-rail {
    background-color: #26272b !important;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .ps-scrollbar-y-rail {
        opacity: 1 !important;
    }
}
html .choice .ps-scrollbar-y-rail {
    width: 2px;
    right: 4px !important;
}
html .choice .ps-scrollbar-y {
    right: -2px !important;
}
html .choice .ps-container:hover > .ps-scrollbar-x-rail,
html .choice .ps-container:hover > .ps-scrollbar-y-rail {
    background-color: #26272b !important;
    opacity: 1 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-dropdown,
.select2-results__option {
    background-color: #06090c;
}
html .choice .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y,
html .choice .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    width: 6px;
}
.select2-container--default .select2-selection--single {
    background-color: #06090c;
    border: 1px solid #292c31;
}
.select2-container .select2-selection--single {
    height: 50px;
    width: 100%;
}
.select2-container {
    min-width: 290px;
    max-width: 310px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #ff9a00;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    margin-left: -18px;
    margin-top: 0;
    transform: rotate(-90deg);
    width: auto;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    content: "\f116";
    color: #ff9a00;
}
.select2-dropdown {
    border-color: #292c31;
}
.select2-results__option {
    padding: 15px;
    text-transform: uppercase;
    color: #fafafa;
    font-weight: 600;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #575757;
}
.covers-link img {
    width: 94%;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 630px) {
    .covers-link img {
        width: 100%;
        max-width: 300px;
    }
}
.covers-link img:hover {
    transform: scale(0.95);
}
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 23px;
    width: 23px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    top: 56%;
    padding: 0;
    border: none;
    outline: 0;
}
.slick-next:hover:before,
.slick-prev:hover:before {
    opacity: 0.99 !important;
}
.slick-next {
    right: -16px;
}
.slick-prev {
    left: -16px;
}
.slick-next:before {
    content: "\f117";
}
.slick-prev:before {
    content: "\f116";
}
.slick-next:before,
.slick-prev:before {
    font-family: icomoon;
    font-size: 23px;
    line-height: 1;
    color: #ebedef;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-doc .slick-prev {
    left: -30px;
}
.slick-doc .slick-prev:before {
    content: "\f12a" !important;
}
.slick-doc .slick-next {
    right: -30px;
}
.slick-doc .slick-next:before {
    content: "\f129" !important;
}
.about-content:before,
.video-company:before {
    content: "";
    width: 100%;
    z-index: 1;
}
.slick-product .product-item {
    text-align: center;
}
.slick-product .product-item a {
    background-color: #fff;
    display: block;
    margin: 0 10px;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.slick-product .product-item a:hover {
    border-color: #999;
}
.slick-product .product-item a img {
    margin: 40px auto;
}
.slick-product .product-item a p {
    margin-bottom: 70px;
}
.slick-slide {
    height: auto;
}
.about {
    background-color: #ebedef;
}
.about-content {
    background-color: #f4f4f4;
    box-shadow: 1.5px 2.6px 12px 6px #ccc;
    padding: 0;
    position: relative;
}
.about-content:before {
    position: absolute;
    height: 44px;
    top: -43px;
    left: 0;
    background-color: #f4f4f4;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .about-content {
        box-shadow: none;
        padding: 0 15px;
    }
    .about-content:before {
        display: none;
    }
}
.about-logo {
    text-align: center;
}
.about .about-content div {
    margin: 0 auto;
}
.about .about-bottom {
    position: relative;
    background-color: #f4f4f4;
}
.about .about-bottom .about-link {
    margin: 10px 55px 44px 0;
    display: block;
}
.video-company {
    background-color: #2b2e37;
    position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .about .about-bottom .about-link {
        margin: 10px 0 44px;
    }
    .video-company .video-block {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .video-company iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .video-company:before {
        display: none;
    }
}
.video-company:before {
    position: absolute;
    bottom: 0;
    background: #2b2e37;
    height: 40px;
}
.accordeon-features {
    max-width: 800px;
    margin: auto;
}
.accordeon-features__item {
    margin-bottom: 10px;
}
.accordeon-features__title {
    font-size: 21px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    line-height: 0.952;
    color: #292c31;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.accordeon-features__content .accordeon-features__title {
    color: #292c31;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
.accordeon-features__line-info,
.accordeon_new-title,
.btn-slab-mini,
.btn.is-slab {
    font-family: "Roboto Slab", serif;
}
.accordeon-features__title .fx-icon {
    transition: all 0.25s;
    will-change: transform;
    font-size: 12px;
    padding-left: 12px;
    padding-top: 6px;
}
.accordeon-features__title.is-active .fx-icon {
    transform: rotate(90deg);
    padding-right: 5px;
}
.accordeon-features__line {
    margin-bottom: 5px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.accordeon-features__line::after {
    content: "";
    height: 1px;
    background-color: #cdcdcd;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px dotted #292c31;
    margin-top: 8px;
}
.accordeon-features__list-item {
    margin-bottom: 5px;
}
.accordeon-features__line-title {
    color: #292c31;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}
.accordeon-features__list .accordeon-features__line-title {
    color: #292c31;
    font-weight: 600;
}
.accordeon-features__line-info {
    font-weight: 700;
    color: #292c31;
    font-size: 14px;
    padding-left: 10px;
    -ms-flex-order: 1;
    order: 1;
}
.accordeon-features__content {
    padding: 20px 0 30px 20px;
}
.accordeon-features__content .accordeon-features__content {
    padding: 5px 0 10px 20px;
}
.accordeon-features__main_title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.accordeon-features__main_title .fx-icon {
    transition: all 0.25s;
    will-change: transform;
    font-size: 20px;
    padding-left: 12px;
    padding-top: 6px;
}
.accordeon-features__main_title.is-active .fx-icon {
    transform: rotate(90deg);
    padding-right: 5px;
}
.accordeon {
    max-width: 960px;
}
.accordeon ul {
    list-style: none;
}
.accordeon a {
    color: #4d4d4d;
    font-size: 16px;
}
.accordeon-list {
    display: none;
    background-color: #f4f4f4;
    list-style-position: inside;
    border-top: 1px solid #ddd;
    padding: 12px 0;
}
.is-border .accordeon-list {
    padding: 12px 20px;
}
.is-border .accordeon-item {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}
.is-border .accordeon-item:last-child .accordeon-list {
    border-bottom: none;
    border-top: 1px solid #ddd;
}
.is-border .accordeon-item:last-child a {
    border-bottom: none;
}
.accordeon-item:last-child a,
.accordeon_new-item {
    border-bottom: 1px solid #ddd;
}
.accordeon-item:last-child .accordeon-list {
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.accordeon-title {
    display: block;
    padding: 15px 30px;
    border-top: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.2s;
}
.is-border .accordeon-title {
    padding: 15px 20px;
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
}
.is-border .accordeon-title::before {
    content: "\f117";
    position: absolute;
    right: 20px !important;
    top: 52%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 12px;
    transition: all 0.2s;
    color: #5d5d5d;
}
.accordeon ._drop:hover .accordeon-title::before {
    content: "\f126";
}
.accordeon ._drop._active .accordeon-title::before {
    content: "\f125";
}
.accordeon .accordeon-title::before {
    right: 0;
}
.accordeon .is-border .accordeon-title::before {
    right: 20px;
}
.is-border ._active .accordeon-title {
    color: #ff9a00;
}
.is-border ._active .accordeon-title::before {
    top: 48%;
    transform: translateY(-50%) rotate(270deg);
}
.accordeon_new {
    background-color: #fff;
}
.accordeon_new-list {
    list-style: none;
}
.accordeon_new-item .accordeon_new-item {
    padding-left: 50px;
}
.accordeon_new-item .accordeon_new-item .accordeon_new-content {
    margin: 0 !important;
}
.accordeon_new-item._active {
    border-bottom: none;
}
.accordeon_new-title {
    font-size: 24px;
    color: #827c7c;
    position: relative;
    display: block;
    padding: 30px 0 30px 60px;
    cursor: pointer;
}
._active .accordeon_new-title,
.accordeon_new-title:hover {
    color: #000;
}
.accordeon_new-title:before {
    font-family: icomoon;
    content: "\f126";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}
.anniversary-boxes-text,
.anniversary-space-text {
    font-family: GothamPro, sans-serif;
}
.anniversary-space-text,
.avatar_buttons,
.box-dark-link a,
.box-dark-title-text,
.brand-list__item,
.btn,
.btn-slab-mini,
.catalog-list__link,
.comparison__caption-gray,
.comparison__caption-normal,
.comparison__caption-white,
.contact-title span {
    text-transform: uppercase;
}
._active > .accordeon_new-title:before {
    transform: rotate(-180deg);
}
.accordeon_new-content {
    display: none;
    padding: 30px 0;
    margin-left: -60px;
    background-color: #f4f4f4;
    position: relative;
    left: 0;
    right: 0;
}
.accordeon_new-content img {
    margin-right: 20px;
    margin-bottom: 20px;
}
.info .accordeon_new-content {
    margin: 0 !important;
    background-color: #fff;
    padding-left: 24px;
}
.files_catalog a img {
    margin-right: 20px;
    margin-bottom: 20px;
}
.box-dark {
    background-color: #f3f4f5;
}
.box-dark-images {
    background: url(../../images/alm2.jpg) center top no-repeat fixed #35393e;
}
.box-dark-title-text {
    font-size: 16px;
    color: #96969a;
    font-weight: 700;
}
@media only screen and (max-width: 480px) {
    .box-dark-title img {
        width: 100%;
    }
}
.box-dark-text {
    max-width: 550px;
    color: #fff;
}
.box-dark-text p {
    font-size: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .accordeon_new-content,
    .files_catalog {
        text-align: center;
    }
    .box-dark-images {
        background: #35393e;
        padding-bottom: 20px;
    }
    .box-dark-text {
        max-width: none;
    }
    .box-dark-text p {
        font-size: 15px;
    }
}
.box-dark-link a {
    color: #fff;
    font-size: 13px;
}
.box-dark-link a:hover {
    color: #d2d2d3;
}
.box-dark-covers {
    position: relative;
    top: -62px;
}
.box-dark-bottom {
    min-height: 200px;
    background-color: #ebedef;
}
@keyframes pulse {
    0%,
    100% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@keyframes fadeIn {
    100% {
        display: block;
        opacity: 1;
    }
}
.anniversary .bread {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .anniversary .bread {
        position: static;
        padding: 30px 0;
    }
}
.anniversary-space,
.anniversary-space-img {
    position: relative;
}
.anniversary-space img {
    max-width: 100%;
}
.anniversary-space-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}
.anniversary-space-text {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #fff;
    letter-spacing: 14px;
    word-spacing: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .anniversary-space-text {
        font-size: 24px;
        letter-spacing: 6px;
        word-spacing: 6px;
    }
}
@media only screen and (max-width: 400px) {
    .anniversary-space-text {
        font-size: 22px;
        letter-spacing: 3px;
        word-spacing: 0;
    }
}
.anniversary-space-text.is-orange {
    color: #ff9a00;
}
.anniversary-space-text:last-child {
    margin-bottom: 0;
}
.anniversary-fon {
    position: relative;
    background: linear-gradient(to bottom, #292c31, #292c31 50%, silver 50%, silver);
    background-size: 100% 670px;
}
.anniversary-content {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .anniversary-content {
        margin-top: 40px;
    }
}
.anniversary-boxes {
    -ms-flex-direction: column;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-align: auto;
    align-items: auto;
    -ms-flex-line-pack: start;
    align-content: start;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .anniversary-boxes {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .anniversary-boxes-item {
        margin-bottom: 40px;
    }
}
.anniversary-boxes-item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 10px;
}
.anniversary-boxes-item:last-child {
    margin-bottom: 0;
}
.anniversary-boxes-item:hover img {
    transform: scale(1.03);
}
.anniversary-boxes-item img {
    width: 100%;
    transition: all 0.5s ease;
}
.anniversary-boxes-text {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 10px;
    right: 10px;
    text-align: center;
    bottom: 110px;
    z-index: 1;
    letter-spacing: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .anniversary-boxes-text {
        font-size: 18px;
        letter-spacing: 3px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
}
.avatar_modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 30px;
    background-color: #eee;
    border: 1px solid #ccc;
}
.avatar_box {
    min-height: 145px;
}
.avatar_box img {
    width: 100%;
    max-width: 100%;
}
.avatar_selection {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: -1px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0.25);
    z-index: 11;
    overflow: auto;
}
.avatar_selection .selection_square {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #999;
}
.avatar_selection .selection_square[data-square="top-left"] {
    top: 0;
    left: 0;
    cursor: nwse-resize;
}
.avatar_selection .selection_square[data-square="top-center"] {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: ns-resize;
}
.avatar_selection .selection_square[data-square="top-right"] {
    top: 0;
    right: 0;
    cursor: nesw-resize;
}
.avatar_selection .selection_square[data-square="left"] {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: ew-resize;
}
.avatar_selection .selection_square[data-square="right"] {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: ew-resize;
}
.avatar_selection .selection_square[data-square="bottom-left"] {
    left: 0;
    bottom: 0;
    cursor: nesw-resize;
}
.avatar_selection .selection_square[data-square="bottom-center"] {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: ns-resize;
}
.avatar_selection .selection_square[data-square="bottom-right"] {
    bottom: 0;
    right: 0;
    cursor: nwse-resize;
}
.avatar_buttons {
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
.avatar_buttons button {
    width: 50%;
    padding: 10px;
}
.avatar_buttons button:first-child {
    margin-right: 8px;
    background: #666;
    color: #fff;
}
.avatar_buttons button:first-child:hover {
    background-color: #777;
}
.avatar_buttons button:last-child {
    margin-left: 8px;
}
.avatar_buttons button:last-child:hover {
    background-color: #c4c4c4;
}
.selection_wrapper {
    position: relative;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 961px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.brand-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.bread-item,
.bread-item:after {
    display: inline-block;
    vertical-align: middle;
}
.brand-list__item {
    padding: 2px 10px;
    border-radius: 2px;
    background-color: #292c31;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-right: 15px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 200px;
}
.brand-list__item:hover {
    background-color: #3a404e;
}
.brand-list__item.is-active {
    color: #ff9a00;
}
.bread {
    padding: 65px 0;
    font-family: Noto Serif italic;
}
@media only screen and (max-width: 767px) {
    .bread {
        padding: 30px 0;
    }
}
.bread.is-mini {
    padding: 30px 0;
}
.bread-item:after {
    content: "—";
    margin: 0 5px;
}
.bread-item:last-child span {
    text-decoration: none;
}
.bread-item:last-child:after {
    display: none;
}
.bread-link,
.bread-text {
    display: inline-block;
    vertical-align: middle;
}
.bread-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #58595d;
    font-style: italic;
}
._drop > a:before,
.gallery a[data-lightbox]:before {
    speak: none;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.is-dark .bread-list {
    color: #ccc;
}
.padding-left-bread .bread-list {
    padding-left: 70px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .padding-left-bread .bread-list {
        padding-left: 0;
    }
    .btnEmp,
    .reclam_akt_options {
        display: block;
    }
}
.bread-link {
    color: #58595d;
}
.is-dark .bread-link {
    color: #ccc;
}
.bread-link:hover {
    color: #58595d;
}
.is-dark .bread-link:hover {
    color: #ccc;
}
.bread-link:hover span {
    text-decoration: none;
}
.bread span,
.cabinet a._active,
.cabinet a:hover,
.dilers-mail a {
    text-decoration: underline;
}
.bread span {
    font-size: 13px;
}
button {
    outline: 0;
}
.btn {
    border: none !important;
    width: 330px;
    height: 48px;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-size: 14px !important;
}
.btn.is-full,
.modal-window .btn.post_anon,
.reg_question .btn {
    width: 100%;
}
.btn-slab-mini,
.cart__product-remove,
.cart__product-remove img,
.cart__remove-all,
.cart__remove-all img,
.comparison__items-fixed,
.comparison__line,
.download-items__item-img img {
    transition: all 0.2s;
}
.btn.is-slab {
    font-weight: 600;
}
.btn._btnDark {
    background-color: #333;
    color: #fff;
}
.btn._btnDark:hover {
    background-color: #666;
}
.btn._btnBlack {
    background-color: #10151a;
    color: #fff;
}
.btn._btnBlack:hover {
    background-color: #333;
}
.btn._btnBlackOrangeBorder {
    background-color: #10151a;
    color: #ff9a00;
    border: 1px solid #ff9a00 !important;
}
.btn._btnBlackOrangeBorder:hover {
    background-color: #333;
}
.btn._btnLight {
    background-color: #ebedef;
    color: #35393e;
}
.btn._btnLight:hover {
    background-color: #96969a;
    color: #fff;
}
.btn._btnOrange {
    background-color: #ff9a00;
    color: #222;
}
.btn._btnOrange:hover {
    background-color: #ff7800;
    color: #fff;
}
.btn._btnOrangeBrd {
    background-color: #ff9a00;
    color: #222;
}
.btn._btnOrange:hover {
    background-color: #ff7800;
    color: #fff;
}
.btnEmp,
.reclam_akt_options {
    width: 180px;
    padding: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #333;
    background-color: #ddd;
    margin-right: 10px;
}
.btnEmp:hover,
.reclam_akt_options:hover {
    background-color: #999;
    color: #fff;
}
.btnEmp {
    width: 150px;
    font-size: 10px;
    display: inline-block;
}
.btnEmp:last-of-type {
    margin-right: 0;
    margin-bottom: 20px;
}
.btn-question {
    color: #ff9a00;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    padding: 3px 7px;
    border-radius: 4px;
    border: 1px solid;
    width: 150px;
}
.btn-question:hover {
    color: #fff;
    border-color: #ff9a00;
    background-color: #ff9a00;
}
.btn-question img {
    margin-left: 5px;
    width: 16px;
}
.btn-slab-mini {
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
}
.btn-slab-mini.is-orange {
    color: #ff5a1f;
}
.btn-slab-mini.is-orange:hover {
    background-color: #ff5a1f;
    border-color: #ff5a1f;
    color: #fff;
}
.btn-slab-mini.is-orange-light {
    color: #ff9a00;
}
.btn-slab-mini.is-orange-light:hover {
    color: #ff5a1f;
}
.btn-slab-mini.is-dark {
    color: #222;
}
.btn-slab-mini.is-dark:hover {
    color: #ff9a00;
}
.btn-slab-mini.is-white {
    color: #fff;
}
.btn-slab-mini.is-white:hover {
    color: #ff9a00;
}
.btn-slab-mini.is-gray {
    color: #a9a9a9;
}
.btn-slab-mini.is-gray:hover {
    color: #ff9a00;
}
.btn-slab-mini.is-width-auto {
    width: auto;
}
.cabinet ul {
    padding: 20px;
    border: 1px solid #e2e2e2;
    margin-top: 40px;
    list-style: none;
}
.cabinet li {
    margin-bottom: 25px;
}
.cabinet a {
    font-size: 16px;
    color: #333;
}
.cart {
    padding-bottom: 60px;
}
.cart__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart__interaction,
.cart__product {
    display: -ms-flexbox;
    margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .btnEmp {
        margin-right: 0;
    }
    .btn-slab-mini {
        white-space: normal;
    }
    .cart__inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.cart__left {
    width: calc(100% - 360px);
    margin-right: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .cart__left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
}
.cart__right {
    width: 340px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .cart__right {
        width: 100%;
        margin-bottom: 35px;
        -ms-flex-order: -1;
        order: -1;
    }
}
.cart__right-title {
    margin-bottom: 20px;
    height: 30px;
    color: silver;
}
.cart__interaction {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
}
.cart__product {
    background-color: #fff;
    padding: 25px 0 25px 15px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart__product-image {
    position: relative;
    padding: 25px 60px;
}
.cart__product-content {
    text-align: center;
    margin-right: 80px;
}
@media (max-width: 1350px) {
    .cart__product-image {
        padding: 20px;
    }
    .cart__product-content {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .cart__product {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cart__product-image {
        padding: 20px 0;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .cart__product-content {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.cart__product-interaction {
    margin: -15px 0;
    padding: 25px 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    min-width: 160px;
}
@media (max-width: 1350px) {
    .cart__product-interaction {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .cart__product-interaction {
        padding: 20px 0;
        border-top: 1px solid #cdcdcd;
        width: 100%;
    }
    .cart__product-interaction::before {
        display: none;
    }
}
.cart__product-interaction::before {
    content: "";
    border-left: 1px solid #cdcdcd;
    position: absolute;
    left: 0;
    top: -10px;
    bottom: -10px;
    z-index: 1;
}
.comments .goto_comment:hover .help,
.comments-icon:hover .help {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 10;
    webkit-transform: translateY(0);
}
.cart__remove-all {
    color: #777;
}
.cart__remove-all:hover {
    color: #f4f4f4;
}
.cart__remove-all:hover img {
    filter: brightness(0) invert(1);
}
.cart__product-remove {
    color: #777;
}
.cart__product-remove:hover {
    color: #333;
}
.catalog-list__caption,
.catalog-list__link {
    color: #fff;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
}
.cart__product-remove:hover img {
    filter: brightness(0.5);
}
.cart__checkout {
    background-color: #0e1215;
    padding: 20px 30px;
}
.catalog-list__caption {
    font-size: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 50px;
    cursor: pointer;
}
.catalog-list__caption::before {
    content: "";
    background-image: url(../../images/burger-white.png);
    width: 18px;
    height: 12px;
    margin-right: 15px;
}
.catalog-list__list {
    list-style: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .catalog-list__caption {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .catalog-list__list {
        display: none;
    }
}
.comments .goto_comment,
.comments-icon {
    display: inline-block;
    position: relative;
}
.catalog-list__item {
    margin-bottom: 18px;
}
.catalog-list__link {
    font-size: 16px;
}
.catalog-list__link.is-active,
.catalog-list__link:hover {
    color: #ff5a1f;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .catalog-list__link {
        font-size: 14px;
    }
}
.comments {
    max-width: 860px;
}
.comments-list {
    list-style: none;
}
.comments-icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #999;
    float: left;
    margin-right: 25px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}
.comments-icon:hover .help {
    color: #b6b6b6;
}
.comments .avatar img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.comments-name {
    font-weight: 600;
}
.comments-date {
    color: #888;
}
.comments-answer a {
    color: #333;
    font-weight: 600;
    font-size: 11px;
}
.comments-answer a:hover {
    color: #888;
}
.comments-quantity i {
    font-size: 15px;
    vertical-align: middle;
}
.comments-quantity span {
    font-size: 16px;
    font-weight: 600;
}
.comments-head {
    font-size: 14px;
    font-weight: 600;
}
.comments-head .commetns-date {
    color: #666;
}
.comments-massage {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    line-height: 2;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .comments-icon {
        float: none;
        margin-right: 0;
    }
    .comments .avatar {
        float: left;
    }
    .comments-massage {
        line-height: 1.6;
    }
}
.comments-item {
    margin-bottom: 60px;
}
.comments .goto_comment:hover .help {
    color: #b6b6b6;
}
.repost {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.repost a {
    vertical-align: middle;
}
.repost a .icon-share {
    font-size: 20px;
    vertical-align: middle;
}
@media only screen and (max-width: 480px) {
    .share-block ul.horizontal > li {
        display: inline-block !important;
    }
    .block-form-btn .btn._btnLight {
        margin-bottom: 10px;
    }
}
.share-block {
    display: inline-block;
    vertical-align: middle;
    margin-left: 130px;
}
@media only screen and (max-width: 630px) {
    .share-block {
        display: block;
        margin-left: 0;
    }
}
.share-block li,
.share-block ul {
    display: inline-block;
}
.share-block .uppercase {
    vertical-align: middle;
}
.share-block li {
    margin-right: 5px;
}
.share-block .ya-share2__counter,
.share-block .ya-share2__icon {
    font-size: 18px;
}
.share-block .ya-share2__badge {
    vertical-align: middle;
}
.share-block a {
    color: #4d4d4d;
    padding: 1px 4px;
    font-size: 27px;
}
.block-form-btn span,
.share-block span {
    font-size: 11px;
    font-weight: 600;
}
.share-block a:hover {
    opacity: 0.8;
}
.share-block span {
    padding-right: 18px;
}
.block-form form {
    margin-left: 65px;
}
.block-form-btn {
    padding-left: 64px;
}
.block-form-btn .btn._btnLight {
    max-width: 160px;
    font-weight: 600;
}
.block-form-btn .btn._btnDark {
    max-width: 140px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .share-block span {
        padding-right: 0;
    }
    .share-block > span {
        padding-right: 5px;
    }
    .block-form {
        text-align: center;
    }
    .block-form form {
        margin-left: 0;
    }
    .block-form-btn {
        padding-left: 0;
        text-align: center;
    }
    .block-form-btn .btn._btnLight {
        width: 140px;
    }
    .block-form-btn span {
        display: none;
    }
}
.block-form textarea {
    width: 794px;
    height: 200px;
    padding: 25px 0 0 25px;
    resize: vertical;
    border: 1px solid #ddd;
    outline: 0;
}
.block-form textarea:focus {
    border-color: #eee !important;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .block-form textarea {
        width: 100%;
        height: 100px;
    }
}
.ya-share2__item_service_vkontakte .ya-share2__badge {
    margin-bottom: 5px;
    display: inline-block;
}
.comparison__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.comparison__settings {
    width: 365px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .comparison__settings {
        width: 180px;
    }
    .comparison__settings .select2-container {
        min-width: 100%;
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .comparison__inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .comparison__settings {
        width: 100%;
    }
}
.comparison__items {
    width: calc(100% - 365px);
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .comparison__items {
        width: calc(100% - 180px);
    }
}
.comparison__item {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 0 60px;
    position: relative;
    border-right: 1px solid #ccc;
}
.comparison__item:last-child {
    border-right-color: transparent;
}
.comparison__height--top {
    height: 250px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .comparison__height--top {
        margin-bottom: 20px;
    }
}
.comparison__caption-white {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}
.comparison__caption-gray {
    font-size: 16px;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    color: #9a9a9a;
    line-height: 1.25;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .comparison__items {
        width: 100%;
    }
    .comparison__item {
        padding: 20px 0 30px;
    }
    .comparison__captions {
        display: none !important;
    }
    .comparison__caption-gray {
        font-size: 14px;
    }
}
.comparison__caption-normal {
    color: #737373;
}
.comparison__line {
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 5px 0 5px 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .comparison__line {
        padding-left: 0;
    }
}
.comparison__line.is-hover {
    background-color: #505050;
}
.comparison__line_wysiwyg {
    max-height: 300px;
    overflow-y: auto;
}
.comparison__item .comparison__line {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 10px;
}
.comparison__item .comparison__line.is-hover {
    background-color: #f1f1f1;
}
.comparison__item-remove {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    color: #777;
    transition: all 0.2s;
}
.comparison__item-remove:hover {
    opacity: 0.7;
}
.comparison__info {
    font-size: 14px;
    font-weight: 600;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.comparison .slick-next {
    top: -35px;
}
.comparison .slick-prev {
    top: -35px;
    left: auto;
    right: 40px;
}
.comparison__items-fixed {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    padding-left: 365px;
    opacity: 0;
    pointer-events: none;
}
@media (max-width: 1440px) {
    .comparison__items-fixed {
        right: 20px;
        left: auto;
        transform: none;
    }
}
@media (max-width: 1109px) {
    .comparison__items-fixed {
        top: 0 !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .comparison__items-fixed {
        padding-left: 180px;
    }
    .contact {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .comparison__items-fixed {
        padding-left: 0;
        left: 20px;
        right: 20px;
        transform: none;
    }
}
.comparison__items-fixed.is-active {
    opacity: 1;
    pointer-events: all;
}
.comparison__items-fixed .slick-track {
    display: -ms-flexbox;
    display: flex;
}
.comparison__items-fixed-item {
    background-color: #fff;
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.comparison__items-fixed-item:last-child {
    border-right-color: transparent;
}
.comparison__items-fixed-item .product-item__link-image {
    width: 60px;
    margin-right: 20px;
}
.comparison__items-fixed-item .product-item__name a {
    font-size: 16px;
}
.comparison__mobile-caption {
    display: none;
    color: #999;
}
@media only screen and (max-width: 767px) {
    .comparison__items-fixed-item .product-item__link-image {
        margin-right: 10px;
    }
    .comparison__items-fixed-item .product-item__name a {
        font-size: 12px;
    }
    .comparison__mobile-caption {
        display: block;
    }
}
.comparison__captions {
    padding-right: 20px;
}
.comparison__height--stocks {
    min-height: 60px;
}
.contact {
    background-color: #2b2e37;
}
.contact-title {
    font-size: 24px;
    color: #8999a6;
    font-family: "Roboto Slab", serif;
}
.contact-title h2 {
    margin: 0;
    font-size: 24px !important;
}
.contact-text {
    font-size: 20px;
    color: #666;
    line-height: 1.2;
    min-height: 94px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .contact-text {
        font-size: 16px;
    }
}
.contact-text p {
    margin: 0;
}
.contact-text p:first-child {
    font-weight: 700;
}
.contact-info-block {
    font-size: 20px;
    display: inline-block;
}
@media only screen and (max-width: 630px) {
    .contact-info-block {
        display: block;
        margin-right: 0 !important;
    }
}
.contact-info-block:first-child {
    margin-right: 52px;
}
@media only screen and (min-width: 961px) and (max-width: 1344px) {
    .contact-info-block:first-child {
        margin-right: 42px;
    }
    .contact-info-block {
        font-size: 16px;
    }
}
.contact-info-block .contact-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    color: #b6b6b6;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    margin-right: 19px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .contact-info-block {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .contact-info-block .contact-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1344px) {
    .contact-info-block .contact-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
.contact-info-block .contact-txt {
    color: #666;
    font-weight: 500;
}
.contact-info-block a.contact-txt:hover {
    color: #212121;
}
.contact-map img {
    width: 100%;
}
.contact-link a {
    padding-right: 35px;
}
.regions {
    padding-top: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .contact-link a {
        padding-right: 0;
    }
    .regions {
        border-top: 1px solid #d5d7d9;
    }
}
.regions-item {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 50%;
}
@media only screen and (min-width: 630px) and (max-width: 960px) {
    .regions-item {
        width: 33.3333%;
    }
}
@media only screen and (max-width: 400px) {
    .regions-item {
        width: 100%;
        float: none;
    }
}
.regions-item:hover span {
    color: #8999a6;
}
.regions-item span {
    position: absolute;
    font-weight: 700;
    left: 5px;
    top: 0;
    font-size: 16px;
}
.regions-item-list {
    list-style-position: outside;
    padding-left: 40px;
}
.regions-item-list li a {
    color: #000;
}
.regions-item-list li a:hover {
    color: #8999a6;
}
.dilers-box {
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 800px) {
    .dilers-box {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.dilers-item {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 70px;
    padding-top: 60px;
}
.dilers-item:first-child {
    padding-top: 0;
}
.dilers-city {
    font-family: "Roboto Slab", serif;
    font-size: 16px;
}
.dilers-name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 35px;
}
.dilers-img {
    margin-right: 70px;
}
.dilers-text a {
    color: #333;
    font-weight: 700;
}
.dilers-text a:hover {
    color: #999;
}
.dilers .employee-post,
.employees .dilers-mail a {
    color: #888;
}
.employees .dilers-phone {
    margin-top: 30px;
    margin-bottom: 30px;
}
.dilers-phone a {
    font-size: 18px;
}
.dilers-street {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
}
.employees .dilers-street {
    margin-bottom: 5px;
}
.dilers-mail {
    margin-bottom: 53px;
}
.dilers-mail a {
    font-size: 15px;
}
.dilers-timetable {
    font-weight: 700;
    margin-bottom: 50px;
}
.dilers-day {
    color: #999;
    font-size: 12px;
    padding-right: 10px;
}
.dilers-time {
    font-size: 14px;
}
.dilers-link a {
    font-size: 11px;
}
.balloon-link {
    color: #797979;
}
.balloon-link:hover {
    color: #000;
}
.map {
    width: 100%;
    height: 700px;
}
.department .city {
    font-size: 19px;
    color: #777;
}
.download-items {
    position: relative;
    z-index: 1;
}
.download-items__item {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.download-items__item:hover img {
    opacity: 0.8;
}
.download-items__item-img {
    border: 1px solid #292c31;
    border-radius: 4px;
    padding: 30px 40px;
    margin-right: 30px;
}
.download-items__item-text {
    font-size: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .download-items__item-img {
        padding: 20px 30px;
    }
    .download-items__item-text {
        font-size: 14px;
    }
}
.dropdown-list {
    visibility: hidden;
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    top: calc(100% + 4px);
    min-width: 275px;
    background-color: rgba(20, 21, 25, 0.9);
    z-index: 5;
    box-shadow: 0 2.6px 20px -5px #999;
    border-radius: 2px;
}
.dark-theme .dropdown-list {
    box-shadow: 0 2px 20px -5px #222;
}
.header-choice-content .dropdown-list {
    top: 37px;
}
.is-anniversary .dropdown-list {
    min-width: 180px;
    color: #ff9a00;
}
.header-catalog .dropdown-list {
    top: -15px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .dropdown-list {
        min-width: 100%;
        position: static;
        visibility: visible;
        opacity: 1;
        display: none;
        padding-top: 0 !important;
        transition: none;
        box-shadow: none;
        transform: none;
    }
}
._drop,
._drop a {
    position: relative;
}
.dropdown-list .dropdown-link {
    color: #ddd;
    text-transform: none;
    display: block;
    padding: 10px 50px;
    font-weight: 400;
}
.is-anniversary .dropdown-list .dropdown-link {
    color: #ff9a00;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .dropdown-list .dropdown-link {
        color: #333;
        padding: 10px 0;
    }
    .dark-theme .dropdown-list .dropdown-link {
        color: #b5b5b5;
    }
    ._drop.opaque a:before {
        display: none;
    }
}
.dropdown-list .dropdown-link:hover {
    background-color: rgba(57, 60, 64, 0.9);
    color: #f1f1f1;
    text-decoration: none !important;
}
._drop > a:before {
    font-family: icomoon;
    content: "\f126";
    position: absolute;
    right: -12px;
    top: 49%;
    transform: translate(0, -50%);
    cursor: pointer;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}
.header-choice-content ._drop > a:before {
    right: 0;
    top: 59%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-choice-content ._drop > a:before {
        top: 49%;
    }
}
@media only screen and (min-width: 961px) {
    ._drop:hover > a:before {
        content: "\f125";
    }
    ._drop.in-hidden:hover > a:before {
        content: "\f126";
    }
    ._drop:hover > .dropdown-list {
        visibility: visible;
        opacity: 1;
    }
}
@media only screen and (max-width: 960px) {
    .mobile-nav._active {
        border: 1px solid #ddd;
    }
    .mobile-nav._active .mobile-title:before {
        content: "\f125";
    }
    .mobile-nav .mobile-title:before {
        font-family: icomoon;
        content: "\f126";
        position: absolute;
        right: -12px;
        top: 49%;
        transform: translate(0, -50%);
        speak: none;
        cursor: pointer;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .mobile-nav .mobile-list {
        background-color: #fff;
        padding: 0 3px !important;
    }
    .dark-theme .mobile-nav .mobile-list {
        background-color: transparent;
    }
    .mobile-title {
        position: relative;
        padding: 10px 0;
        display: inline-block;
        margin-bottom: 0 !important;
    }
}
.footer,
.footer-sites-list li a {
    font-family: Roboto, sans-serif;
}
.help,
.help-inner {
    z-index: 1;
    display: block;
}
.help {
    transform: translateY(-10%);
    opacity: 0;
    transition: all 0.2s ease;
    padding-top: 0;
    position: absolute;
    top: 100%;
    right: -20px;
    overflow: hidden;
    text-align: left;
    border-radius: 2px;
    visibility: hidden;
}
.help-wrap,
.with_help {
    position: relative;
}
.filter-line-slider-item,
.gallery,
.mfp-title {
    text-align: center;
}
.help.is-big {
    width: 240px;
}
.help a {
    color: #fff !important;
}
.help-inner {
    background-color: #393c40;
    padding: 10px;
}
.help-text {
    text-transform: none;
    color: #ada5a5;
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}
.help-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    input:focus + .help,
    textarea:focus + .help {
        transform: translateY(0);
        opacity: 0.7;
        visibility: visible;
    }
    .dropdown-list.big {
        display: none !important;
    }
}
@media only screen and (min-width: 961px) {
    input:hover + .help,
    textarea:hover + .help {
        transform: translateY(0);
        opacity: 0.7;
        visibility: visible;
    }
}
.with_help .help {
    right: 0;
    left: auto;
    overflow: visible;
}
.with_help .help:before {
    content: "";
    width: 0;
    height: 0;
    top: -9px;
    right: 10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #393c40;
    position: absolute;
    z-index: 3;
}
._question:hover .help {
    opacity: 1;
    visibility: visible;
    webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 10;
    color: #b6b6b6;
}
.dropdown-list.big {
    width: 100%;
    left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #282828;
    transform: none;
    z-index: -1;
    overflow: hidden;
    top: calc(100% - 1px);
}
.dropdown-list.big.fixed {
    position: fixed;
    z-index: 100;
    visibility: visible;
    opacity: 1;
    top: 48px;
    left: 0;
    right: 0;
    overflow: auto;
}
.dropdown-list.big.fixed .tabs-list {
    position: fixed;
    top: 60px;
}
.dropdown-list.big.fixed .col-md-13 {
    height: calc(100vh - 60px);
}
.dropdown-list.big.fixed .tabs-left {
    position: static !important;
}
.in-hidden .dropdown-list.big {
    display: none !important;
}
.dropdown-list.big .col-md-5 {
    padding-right: 0;
    position: static !important;
}
.dropdown-list.big .tabs-list {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 360px;
    z-index: 1;
    background: #141519;
}
@media only screen and (min-width: 961px) and (max-width: 1350px) {
    .dropdown-list.big .tabs-list {
        width: 24%;
    }
}
.dropdown-list.big .tabs-list:before {
    content: "";
    position: absolute;
    left: -999%;
    right: 0;
    bottom: 0;
    top: 0;
    background: #141519;
}
@media only screen and (max-width: 1490px) {
    .dropdown-list.big .tabs-list {
        padding-left: 0;
    }
}
.dropdown-list.big .tabs-left {
    width: 100%;
    padding-bottom: 30px;
}
.dropdown-list.big .col-md-13 {
    min-height: calc(100vh - 60px);
}
.dropdown-list.big .menu-tabs-item.active a {
    background-color: #282828;
    color: #fff;
}
.dropdown-list.big .menu-tabs-item a {
    color: #888;
    font-weight: 500;
    font-size: 11px;
}
.dropdown-list.big .brand {
    margin-bottom: 30px;
}
.dropdown-list.big .brand a {
    color: #ff9a00;
    font-weight: 700;
}
.dropdown-list.big .brand a:hover {
    text-transform: uppercase;
    color: #d68100;
}
.dropdown-list.big .head {
    margin-bottom: 10px;
    margin-top: 10px;
}
.dropdown-list.big .head a {
    font-size: 12px;
    color: #f1f1f1;
}
.dropdown-list.big .head a:hover {
    color: #ddd;
}
.dropdown-list.big ul.light li {
    margin-bottom: 5px;
}
.dropdown-list.big ul.light li a {
    color: #7b7e83;
    text-transform: none;
    font-size: 11px;
}
.filter-line-title,
.footer .copyright p,
.footer-diler a,
.footer-nav,
.footer-technologies span {
    text-transform: uppercase;
}
.dropdown-list.big ul.light li a:hover {
    color: #fff;
}
.dropdown-list.big .nav > li > a {
    padding: 15px 30px 15px 40px !important;
}
.dropdown-list.big .nav > li > a:focus,
.dropdown-list.big .nav > li > a:hover {
    background-color: #282828;
    color: #fff;
}
.dropdown-list.big .tab-pane {
    padding-left: 40px;
}
@media (max-width: 1360px) {
    .dropdown-list.big .tab-pane {
        padding-left: 20px;
    }
}
.mobile-nav:hover .dropdown-list.big {
    z-index: 100 !important;
    display: block;
}
.tab-content {
    padding-right: 10px;
    padding-bottom: 50px;
}
.dropdown-big-close {
    position: absolute;
    right: 10px;
    top: 5px;
}
.dropdown-big-close:before {
    content: "×";
    width: 20px;
    height: 20px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}
.equipment-selection__image {
    margin-right: 100px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .tabs-list {
        display: none;
    }
    .equipment-selection__image {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
.equipment-selection__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    max-width: 730px;
}
.equipment-selection__btn {
    background-color: #fff;
    color: #888;
    border-radius: 4px;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 18px 20px;
    cursor: pointer;
    transition: all 0.2s;
    text-transform: uppercase;
    font-size: 14px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .equipment-selection__btn {
        padding: 10px 15px;
    }
}
.equipment-selection__btn.is-active,
.equipment-selection__btn:hover {
    background-color: #ff9a00;
    color: #222;
}
.equipment-selection__btn.is-full {
    width: calc(100% - 10px);
    text-align: center;
}
.field-live {
    position: relative;
    width: 100%;
}
.field-live-input {
    border: none;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    color: #7e7d7d;
    padding-bottom: 3px;
    padding-left: 0;
    background-color: transparent;
    width: 100%;
}
.field-live-options,
.filter-line-slider:hover {
    background-color: #fff;
}
.field-live-input::-moz-placeholder {
    color: #b6b6b6;
    opacity: 1;
}
.field-live-input:-ms-input-placeholder {
    color: #b6b6b6;
}
.field-live-input::-webkit-input-placeholder {
    color: #b6b6b6;
}
.is-light .field-live-input {
    color: #fff;
    font-weight: 400;
    border-bottom-color: #a3a8ad;
}
.field-live-options {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
.is-match .field-live-options {
    display: block;
}
.field-live-option {
    font-size: 14px;
    color: #b6b6b6;
    padding: 15px 18px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    transition: all 0.2s;
}
.field-live-option:hover {
    color: #7e7d7d;
}
.filter-line-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .filter-line-item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.filter-line-item-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 65px;
    width: 33.3333%;
}
@media only screen and (min-width: 1110px) {
    .filter-line-item-box {
        margin-right: 20px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .filter-line-item-box {
        width: 100%;
        margin-right: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 25px;
    }
}
.filter-line-item-box:last-child {
    margin-right: 0;
}
.filter-line-title {
    margin-right: 20px;
    font-size: 14px;
    color: #7e7d7d;
    white-space: nowrap;
    font-weight: 500;
}
.filter-line-slider {
    border: 1px solid #eaeaea;
    border-radius: 30px;
    padding: 5px 45px;
    width: 100%;
    position: relative;
    transition: all 0.25s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.filter-line-slider:hover .filter-line-wrap.is-with-slider::after {
    box-shadow: -20px 0 16px -6px rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .filter-line-title {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .filter-line-slider {
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 20px;
    }
}
.filter-line-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.filter-line-slider .slick-next::before,
.filter-line-slider .slick-prev::before {
    display: none;
}
.filter-line-slider .slick-prev {
    left: 15px;
    background: url(../../images/left-arrow.png) no-repeat;
    background-size: cover;
}
.filter-line-slider .slick-next {
    right: 15px;
    background: url(../../images/right-arrow.png) no-repeat;
    background-size: cover;
}
.filter-line-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    z-index: 3;
}
.filter-line-slider-item {
    color: #b6b6b6;
    white-space: nowrap;
    font-size: 13px;
    cursor: pointer;
    padding: 5px 8px;
    transition: all 0.2s;
    border-radius: 30px;
}
.filter-line-slider-item.is-active,
.filter-line-slider-item:hover {
    background-color: #efefef;
}
.filter-line-slider-item:focus {
    outline: 0;
}
.filter-line-selected-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    position: absolute;
    top: 100%;
    left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .filter-line-selected-items {
        position: static;
    }
}
.filter-line-slider + .filter-line-selected-items {
    left: 60px;
}
.filter-line-selected-item {
    margin-right: 20px;
    color: #7e7d7d;
    font-size: 11px;
}
.filter-line-selected-item:last-child {
    margin-right: 0;
}
.filter-line-selected-item span {
    padding-left: 5px;
    cursor: pointer;
}
.filter-line-wrap {
    position: relative;
}
.filter-line-wrap.is-with-slider {
    width: calc(100% - 170px);
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .filter-line-wrap.is-with-slider {
        width: 100%;
    }
    .filter-line-wrap.is-with-slider::after {
        display: none;
    }
}
.filter-line-wrap.is-with-slider::after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 60px;
    border-radius: 30px;
    z-index: 1;
    box-shadow: -20px 0 16px -6px rgba(250, 250, 250, 0.8);
    background-color: rgba(250, 250, 250, 0.8);
    pointer-events: none;
    transition: all 0.25s;
}
.filter-line .input-panel {
    border-bottom-color: #eaeaea !important;
}
.footer {
    background-color: #ebedef;
}
.dark-theme .footer {
    background-color: #2e3034;
}
.dark-theme .footer-bottom,
.dark-theme .footer-nav {
    background-color: #181b1f;
}
.footer a:hover {
    color: #797979;
}
.footer li {
    line-height: 1.1;
}
.footer-nav .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .footer {
        text-align: center;
    }
    .footer-nav .container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer-nav-list > .footer-nav-list {
    width: auto;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .footer-nav-list {
        width: 100%;
    }
    .footer-nav-list ul {
        display: none;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .footer-nav .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-nav-list {
        width: 33.33333%;
        margin-bottom: 30px;
    }
}
.footer-nav-list a {
    color: #4d4d4d;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 500;
}
.dark-theme .footer-nav-list a {
    color: #fff;
    font-weight: 600;
}
.footer-nav-list ul {
    list-style: none;
    margin: 10px 0 0;
}
.footer-nav-list ul li {
    margin-bottom: 7px;
}
.footer-nav-list ul li a {
    color: #666;
    font-size: 9px;
}
.dark-theme .footer-nav-list ul li a {
    color: #fff;
    font-weight: 600;
}
.footer-nav-list ul li a:hover {
    color: #000;
}
.dark-theme .footer-nav-list ul li a:hover {
    color: #f2f2f2;
}
.footer-diler .container {
    padding: 33px 20px;
    border-bottom: 1px solid #f7f8f9;
    border-top: 1px solid #f7f8f9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 630px) {
    .footer-diler .container {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
    }
}
.dark-theme .footer-diler .container {
    border-bottom-color: #323740;
    border-top-color: #323740;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .footer-nav-list ul li {
        margin-bottom: 7px;
    }
    .footer-nav-list ul li a {
        font-size: 11px;
    }
    .footer-diler {
        padding: 20px 0;
    }
    .footer-diler-list:first-child {
        margin-bottom: 20px;
    }
}
.footer-diler-list li {
    margin-right: 45px;
}
@media only screen and (max-width: 630px) {
    .footer-diler-list li {
        display: block !important;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.footer-diler a {
    color: #212121;
    font-size: 11px;
    margin-right: 45px;
    font-weight: 600;
}
.footer-diler a:last-child,
.footer-sites .footer_site_column:last-child .footer-sites-list {
    margin-right: 0;
}
.dark-theme .footer-diler a {
    color: #fff;
    font-weight: 600;
}
.dark-theme .footer-diler a:hover {
    color: #f2f2f2;
}
.footer .footer_site_column {
    padding: 20px 0;
}
.dark-theme .footer .footer_site_column {
    color: #fff;
    font-weight: 600;
}
.footer-sites .container {
    padding: 20px;
    border-bottom: 1px solid #f7f8f9;
}
.dark-theme .footer-sites .container {
    border-bottom-color: #323740;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .footer-sites .container {
        padding: 0 20px;
    }
    .footer-sites .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer-sites .footer_site_column {
        width: 33.3333%;
        margin-bottom: 20px;
    }
}
.footer-sites-list {
    list-style: none;
    margin-bottom: 0;
}
.footer-sites-list li {
    margin-bottom: 5px;
}
.footer-sites-list li a {
    color: #212121;
    font-size: 11px;
    font-weight: 600;
}
.dark-theme .footer-sites-list li a {
    color: #757575;
}
.footer-sites h5 {
    font-size: 13px;
}
.footer .txt_about {
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #f7f8f9;
}
.dark-theme .footer .txt_about {
    color: #d5d5d5;
    border-bottom-color: #323740;
}
.footer-bottom {
    padding: 45px 0;
}
@media only screen and (min-width: 961px) and (max-width: 1074px) {
    .footer-bottom-right {
        margin-top: 30px;
    }
}
.footer-bottom div:not(.container) {
    display: inline-block;
    vertical-align: middle;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .footer-sites h5 {
        font-size: 12px;
    }
    .footer-bottom {
        padding: 30px 0 20px;
    }
    .footer-bottom div:not(.container) {
        margin-bottom: 10px;
    }
}
.footer-logo {
    margin-right: 70px;
}
@media only screen and (max-width: 480px) {
    .footer-sites .footer_site_column {
        width: 50%;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom div:not(.container) {
        display: block;
    }
    .footer-logo {
        margin: 0 0 10px;
    }
}
.dark-theme .footer-logo img {
    filter: brightness(0) invert(1);
}
.footer-social {
    margin-right: 56px;
}
@media only screen and (max-width: 480px) {
    .footer-social {
        margin: 0 0 10px;
    }
}
.footer-social ul {
    list-style: none;
    margin: 0;
}
.footer-social ul li {
    margin-right: 22px;
}
@media only screen and (max-width: 480px) {
    .footer-social ul li {
        display: inline-block !important;
        margin-right: 20px !important;
    }
}
.footer-social ul li a {
    color: #4d4d4d;
    font-size: 20px;
}
.dark-theme .footer-social ul li a {
    color: #b5b5b5;
}
.footer-social ul li a:hover {
    text-decoration: none;
    color: #000;
}
.dark-theme .footer-social ul li a:hover {
    color: #b5b5b5;
}
.footer-technologies span,
.footer-year {
    color: #4d4d4d;
    font-size: 11px;
}
.footer-technologies {
    margin-right: 56px;
}
.dark-theme .footer-year {
    color: #fff;
    font-weight: 600;
}
.footer .copyright {
    margin-left: 70px;
}
@media only screen and (max-width: 480px) {
    .footer-technologies {
        margin-right: 0;
    }
    .footer .copyright {
        margin-left: 0;
    }
}
.footer .copyright p {
    margin-bottom: 0;
    color: #c6c6c6;
    font-size: 9px;
}
.dark-theme .footer .copyright p {
    color: #757575;
}
.footer .copyright p a {
    color: inherit;
}
.dark-theme .footer .copyright p a {
    color: #757575;
}
.footer .copyright p a:hover {
    color: #999;
}
.dark-theme .footer .copyright p a:hover {
    color: #757575;
}
.form_page {
    max-width: 780px;
    margin: 0;
    padding: 30px 0;
}
.form_page input,
.form_page textarea {
    border: 1px solid #ccc;
    padding-left: 25px;
    width: 100%;
}
.form_page ul {
    list-style: none;
}
.form_page li {
    margin-bottom: 30px;
}
.form_page input {
    height: 58px;
}
.form_page textarea {
    height: 150px;
    resize: none;
    padding-top: 15px;
}
.form_page input[type="checkbox"] {
    height: auto;
    vertical-align: middle;
    margin-right: 10px !important;
}
.form_page input[type="submit"] {
    padding-left: 15px;
}
.form_page .btn._btnDark {
    width: 210px;
}
.form_page .btn._btnDark:first-child {
    margin-right: 20px;
}
.form_page ::-webkit-input-placeholder {
    color: #9e9e9e;
}
.form_page ::-moz-placeholder {
    color: #9e9e9e;
}
.form_page :-moz-placeholder {
    color: #9e9e9e;
}
.form_page :-ms-input-placeholder {
    color: #9e9e9e;
}
.gallery a {
    display: block;
    position: relative;
}
.gallery a:hover {
    color: inherit;
}
.gallery a:hover[data-lightbox]:before {
    color: #c6c6c6;
}
.gallery a[data-lightbox]:before {
    content: "\f12d";
    font-size: 24px;
    color: #888;
    transition: all 0.3s ease;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 12px 9px 0 0;
    display: block;
    font-family: icomoon;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}
.galleryInst-counter,
.galleryInst-modal-history-caption,
.galleryInst-modal-history-title,
.galleryInst-modal-name,
.galleryInst-name {
    font-family: "Roboto Slab", serif;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .gallery a[data-lightbox]:before {
        width: 20px;
        height: 20px;
    }
}
.gallery img {
    width: 100%;
}
.mfp-counter {
    display: none;
}
.mfp-title {
    padding-right: 0;
}
.mfp-title a {
    display: block;
    background-color: #ddd;
    padding: 10px;
    border-radius: 5px;
    color: #333;
    width: 200px;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease;
}
.mfp-title a:hover {
    background-color: #888;
    color: #fff;
}
.galleryInst-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 140px 50px;
}
@media (max-width: 1199px) {
    .galleryInst-filter {
        padding: 10px 0 40px;
    }
}
.galleryInst-filter-item {
    display: -ms-flexbox;
    display: flex;
}
.galleryInst-filter-item:last-child .galleryInst-filter-text {
    margin-right: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-filter {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 0 20px;
    }
    .galleryInst-filter-item:first-child {
        margin-bottom: 15px;
    }
    .galleryInst-filter-item:last-child .galleryInst-filter-text {
        margin-right: 10px;
    }
}
.galleryInst-filter-item:last-child .galleryInst-filter-text:last-child {
    margin-right: 0;
}
.galleryInst-filter-text {
    margin-right: 50px;
    font-size: 11px;
    text-transform: uppercase;
    color: #b5b5b5;
    cursor: pointer;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-filter-text {
        margin-right: 20px;
    }
}
.galleryInst-filter-text.is-active,
.galleryInst-filter-text:hover {
    color: #ff9a00;
}
.galleryInst-tiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12.5px;
    position: relative;
}
.galleryInst-tile-link,
.galleryInst-tile.is-history::after,
.galleryInst-tile.onephoto::after {
    display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-tiles {
        margin: 0 -10px;
    }
}
.galleryInst-tiles.is-loading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../images/loading2.gif) no-repeat rgba(0, 0, 0, 0.8);
    background-position: center 120px;
    z-index: 2;
}
.galleryInst-tile {
    margin: 0 12.5px 25px;
    overflow: hidden;
    position: relative;
    width: calc(33.3333% - 25px);
}
.galleryInst-tile::after,
.galleryInst-tile::before {
    position: absolute;
    content: "";
}
@media (max-width: 1199px) {
    .galleryInst-tile {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
}
@media only screen and (max-width: 630px) {
    .galleryInst-tile {
        width: calc(100% - 20px);
    }
}
.galleryInst-tile::before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #191c20;
    opacity: 0;
}
.galleryInst-tile:hover::before {
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 1;
}
.galleryInst-tile:hover .galleryInst-tile-curtain {
    transform: translateY(0);
    z-index: 2;
}
.galleryInst-tile::after {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background: url(../../images/album-icon.png) no-repeat;
}
.galleryInst-tile.is-video::after {
    background: url(../../images/video-icon.png) no-repeat;
}
.galleryInst-gallery {
    position: relative;
}
.galleryInst-gallery.is-loading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.galleryInst-gallery.is-loading::after {
    content: "";
    background: url(../../images/loading2.gif) no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.galleryInst-tile-link img {
    max-width: 100%;
    width: 100%;
}
.galleryInst-tile-link:first-child {
    display: block;
}
.galleryInst-tile-curtain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px;
    transform: translateY(100%);
    transition: all 0.3s ease;
    pointer-events: none;
}
.galleryInst-like,
.galleryInst-share {
    display: -ms-flexbox;
    pointer-events: all;
}
.galleryInst-name {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.galleryInst-type {
    font-size: 11px;
    text-transform: uppercase;
    color: #b5b5b5;
    margin-bottom: 23px;
}
.galleryInst-like {
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
    cursor: pointer;
}
.galleryInst-like:hover svg {
    stroke: #ff9a00;
}
.galleryInst-like svg {
    width: 20px;
    height: 20px;
    fill: transparent;
    stroke: #fff;
    stroke-width: 2px;
    transition: all 0.3s ease;
}
.galleryInst-like.is-liked svg,
.galleryInst-modal-share .galleryInst-like:hover svg {
    stroke: #ff9a00;
    fill: #ff9a00;
}
.galleryInst-like-count {
    color: #fff;
    font-size: 13px;
    margin-left: 8px;
    transition: all 0.3s ease;
}
.is-liked .galleryInst-like-count {
    color: #ff9a00;
}
.galleryInst-modal .comments-name,
.galleryInst-share-item a {
    color: #fff;
}
.galleryInst-share {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.galleryInst-date {
    font-size: 11px;
    text-transform: uppercase;
}
.galleryInst-date-year {
    font-size: 12px;
}
.galleryInst-share-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.galleryInst-share-item .total_shares {
    padding-left: 10px;
}
.galleryInst-share-item .news-block-social {
    position: relative;
}
.galleryInst-share-item .news-block-social:hover .news-social-list {
    opacity: 1;
    visibility: visible;
}
.galleryInst-share-item .news-block-social:hover + .galleryInst-comment {
    display: none;
}
.galleryInst-share-item .news-social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent !important;
    padding-left: 30px;
    left: 10px;
}
.galleryInst-share-item .ya-share2__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.galleryInst-comment {
    margin-left: 25px;
}
.galleryInst-comment-count {
    padding-left: 10px;
}
.galleryInst-modal .mfp-title {
    text-align: left;
}
.galleryInst-modal .mfp-figure {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-modal .mfp-iframe-holder {
        padding-top: 0;
        padding-bottom: 0;
    }
    .galleryInst-modal .mfp-figure {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.galleryInst-modal .mfp-figure > img {
    padding: 0;
}
.galleryInst-modal .mfp-bottom-bar {
    position: static;
    margin-top: 0;
    background-color: #10151a;
    padding: 25px 25px 15px;
    width: 400px;
    min-width: 400px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-modal .mfp-bottom-bar {
        width: 100%;
        min-width: auto;
    }
    .galleryInst-modal .mfp-img-wrap img {
        height: auto;
    }
}
.galleryInst-modal .ps-scrollbar-y-rail {
    background-color: #010101 !important;
    width: 1px !important;
}
.galleryInst-modal .ps-scrollbar-y {
    width: 2px !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    right: 0 !important;
}
.galleryInst-modal .mfp-img-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #444;
}
.galleryInst-modal .mfp-img-wrap:hover .mfp-arrow {
    opacity: 1;
}
.galleryInst-modal .mfp-img-wrap img {
    padding: 0;
}
.galleryInst-modal .mfp-arrow {
    border: none;
    opacity: 0;
    transition: all 0.25s ease;
    filter: brightness(0.3);
}
.dark-theme .header-logo img,
.dark-theme .header-search button img,
.dark-theme-header .header-logo img,
.dark-theme-header .header-search button img,
.galleryInst-modal .mfp-arrow-left,
.galleryInst-modal .mfp-arrow-right {
    filter: brightness(0) invert(1);
}
.galleryInst-modal .mfp-arrow:after,
.galleryInst-modal .mfp-arrow:before {
    border: none;
}
.galleryInst-modal .mfp-arrow-left {
    background: url(../../images/arrow-left-inst.png) center no-repeat;
}
.galleryInst-modal .mfp-arrow-right {
    background: url(../../images/arrow-right-inst.png) center no-repeat;
}
.galleryInst-modal .comments-massage {
    color: #b5b5b5;
}
.galleryInst-modal .comments-answer a {
    color: #999;
}
.galleryInst-modal .comments-icon {
    overflow: hidden;
    background-color: transparent;
}
.galleryInst-modal .comments-item {
    margin-bottom: 25px;
}
.galleryInst-modal .mfp-iframe-scaler {
    height: auto;
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-modal .mfp-content {
        overflow: auto;
    }
    .galleryInst-modal .mfp-iframe-scaler {
        height: 300px;
        margin-top: 30px;
    }
}
.galleryInst-modal .mfp-iframe-scaler iframe {
    position: static;
    height: 60%;
}
.galleryInst-modal .comments-list {
    max-height: 250px;
    position: relative;
}
.galleryInst-modal .news-block-social:hover + .galleryInst-comment {
    display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-modal .mfp-iframe-scaler iframe {
        height: 300px;
    }
    .galleryInst-modal .mfp-iframe-holder .mfp-close {
        top: -8px;
    }
    .galleryInst-modal-content {
        padding-bottom: 40px;
    }
}
.galleryInst-modal-name {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.galleryInst-modal-date {
    color: #b5b5b5;
    text-transform: uppercase;
    font-size: 11px;
}
.galleryInst-modal-date span {
    font-size: 12px;
}
.galleryInst-modal-description {
    color: #b5b5b5;
    padding: 20px 10px 25px 0;
    margin: 20px 0;
    border-bottom: 1px solid #292c31;
    border-top: 1px solid #292c31;
    max-height: 420px;
    overflow: hidden;
    position: relative;
}
.galleryInst-modal-description-name {
    color: #b5b5b5;
    margin-bottom: 15px;
    font-size: 14px;
}
.galleryInst-modal-description-name span {
    color: #fff;
}
.galleryInst-modal-description-text {
    line-height: 1.867;
    font-size: 15px;
}
.galleryInst-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.galleryInst-pagination div {
    margin-right: 6px;
    width: 2px;
    height: 2px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.35s ease;
}
.galleryInst-pagination div.is-active {
    background-color: #ff9a00;
}
.galleryInst-counter {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    background-color: #191c21;
    padding: 10px 12px;
    line-height: 0.8;
}
.galleryInst-counter span {
    font-size: 20px;
}
.galleryInst-modal-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.galleryInst-modal-share .news-social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent !important;
    padding-left: 30px !important;
    left: 10px !important;
}
.galleryInst-modal-share a,
.galleryInst-modal-share a:hover {
    background-color: transparent;
}
.galleryInst-modal-share a {
    display: block;
    padding: 0;
    border-radius: 0;
    color: #fff;
    width: auto;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease;
}
.galleryInst-modal-share .galleryInst-like {
    margin-bottom: 0;
    margin-right: 20px;
}
.galleryInst-modal-share .galleryInst-like svg {
    fill: #fff;
}
.galleryInst-modal-share .galleryInst-like.is-liked svg {
    fill: #ff9a00;
}
.galleryInst-modal-share .total_shares {
    margin-left: 10px;
}
.galleryInst-modal-share .news-block-social {
    position: relative;
    margin-right: 20px;
}
.galleryInst-modal-share .news-block-social:hover .news-social-list {
    opacity: 1;
    visibility: visible;
}
.galleryInst-modal-share .news-block-social:hover .galleryInst-comment {
    display: none;
}
.galleryInst-modal-share .ya-share2__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.galleryInst-modal-textarea {
    margin: 20px 0;
}
.galleryInst-modal-textarea textarea {
    height: 120px;
    border: 1px solid transparent;
    background-color: #292c31;
    font-size: 15px;
    color: #fff;
    width: 100%;
    resize: none;
    padding: 8px 0 0 8px;
}
.galleryInst-modal-captcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.galleryInst-modal-captcha-text {
    font-size: 10px;
    text-transform: uppercase;
    color: #484d55;
}
.galleryInst-modal-captcha-field {
    width: 70px;
    height: 30px;
    border: 1px solid #4e4a55;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    padding-left: 5px;
}
.galleryInst-modal-captcha-submit {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
    border: none;
}
.galleryInst-modal-captcha-submit:hover,
.header a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 630px) {
    .galleryInst-modal-captcha,
    .galleryInst-modal-captcha img {
        display: block;
    }
    .galleryInst-modal-captcha-field,
    .galleryInst-modal-captcha-text {
        display: inline-block;
        margin-right: 15px;
    }
    .galleryInst-modal-captcha-submit {
        display: inline-block;
    }
}
.galleryInst-modal-history {
    background-color: #2b3038;
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 70px;
    color: #b5b5b5;
}
@media (max-width: 1199px) {
    .galleryInst-modal-history {
        padding: 15px 20px;
    }
}
.galleryInst-modal-history .mfp-close {
    color: #b5b5b5 !important;
    z-index: 9999;
    right: 40px;
    top: 20px;
    position: fixed;
}
.galleryInst-modal-history .share-block a {
    color: #b5b5b5;
}
.galleryInst-modal-history-title {
    color: #fff;
    font-size: 32px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-modal-history {
        padding: 15px 15px 50px;
    }
    .galleryInst-modal-history .mfp-close {
        right: 20px;
    }
    .galleryInst-modal-history-title {
        font-size: 24px;
    }
}
.galleryInst-modal-history-name {
    color: #fff;
    font-size: 14px;
    margin-bottom: 35px;
}
.galleryInst-modal-history-img {
    float: left;
    max-width: 100%;
    margin-right: 30px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-modal-history-name {
        margin-bottom: 20px;
    }
    .galleryInst-modal-history-img {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.galleryInst-modal-history-img-big {
    display: block;
    margin: 30px auto;
    max-width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-modal-history-img-big {
        margin: 10px auto;
    }
}
.galleryInst-modal-history-caption {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.header,
.header-data time span,
.header-info-entry li a,
.header-menu .main-menu-mobile,
.header-menu .main-menu > li > a,
.header-registration a {
    font-family: Roboto, sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-modal-history-caption {
        font-size: 21px;
    }
}
.galleryInst-modal-history-text {
    font-size: 15px;
    line-height: 1.867;
    color: #b5b5b5;
}
.galleryInst-modal-history-text + .galleryInst-modal-history-caption {
    margin-top: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .galleryInst-modal-history-text {
        font-size: 14px;
    }
    .mfp-wrap {
        position: fixed !important;
        top: 0 !important;
        height: 100vh !important;
    }
    .mfp-wrap .mfp-container {
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header {
        text-align: center;
    }
}
.galleryLight .mfp-figure:after {
    background-color: #fff;
}
.header {
    text-transform: uppercase;
}
.dark-theme .header,
.dark-theme-header .header {
    background-color: #2e3235;
}
.header:after {
    content: "";
    display: block;
    background: #a5a8ab;
    opacity: 0.2;
    height: 20px;
}
.dark-theme .header:after,
.dark-theme-header .header:after {
    display: none;
}
.header a {
    outline: 0;
}
.header a:hover {
    color: #212121;
}
.header-top-block,
.header-top-block-list li a {
    color: #6d6d6d;
    font-size: 10px;
}
.header ul {
    list-style: none !important;
    padding: 0;
}
.choice .choice-inner .choice-list,
.info nav ul,
.left-panel ul,
.list-dots,
.modal-window form ul,
.news-block-social .horizontal.news-social-list,
.production-panel__bread {
    list-style: none;
}
.header-top-wrap {
    background-color: #f4f4f4;
}
.dark-theme .header-top-wrap,
.dark-theme-header .header-top-wrap {
    background-color: #191c21;
}
.header-top {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 6;
}
.dark-theme .header-top,
.dark-theme-header .header-top {
    border-bottom: none;
}
.header-top .header-search {
    display: none;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -12px;
}
@media only screen and (max-width: 480px) {
    .header-top .header-search {
        position: relative;
        right: 0;
        text-align: center;
    }
}
.header-top .header-search._active {
    z-index: 2;
    width: 100%;
}
.header-top .header-search._active button {
    opacity: 0;
}
.header-top .header-search button {
    background-color: transparent;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-top .header-search {
        display: block;
    }
}
/*.dark-theme .header-top-block:first-child,
.dark-theme-header .header-top-block:first-child {
    display: none;
}*/
.header-top-block-list {
    margin: 10px 0;
}
.header-top-block-list li {
    margin-right: 60px;
    display: inline-block !important;
    position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-top-block-list li {
        margin-right: 15px !important;
    }
    .header-top-block-list li:last-child {
        margin-right: 0 !important;
    }
}
.dark-theme .header-top-block-list li a,
.dark-theme-header .header-top-block-list li a {
    color: #afb2b7;
}
.dark-theme .header-top-block-list li a:hover,
.dark-theme-header .header-top-block-list li a:hover {
    color: #c2c4c8;
}
.header-info {
    border-bottom: 1px solid #eaeaea;
}
.dark-theme .header-info,
.dark-theme-header .header-info {
    border-bottom-color: #2e3136;
}
.header-info-company {
    margin: 14px 0 10px;
}
@media only screen and (max-width: 1200px) {
    .header-info-company {
        text-align: center;
    }
}
.header-info-company li {
    margin-right: 40px;
    vertical-align: bottom;
}
.header-info-company li:first-child a {
    font-weight: 900;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-info-company li {
        display: inline-block !important;
    }
    .header-info-company li:first-child {
        margin-right: 10px !important;
    }
    .header-info-entry {
        display: none;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .header-info-company li {
        margin-right: 30px;
    }
}
.header-info-company li a {
    font-size: 10px;
    color: #797979;
}
.dark-theme .header-info-company li a,
.dark-theme-header .header-info-company li a {
    color: #b5b5b5;
}
.dark-theme .header-info-company li a:hover,
.dark-theme-header .header-info-company li a:hover {
    color: #c7c7c7;
}
.header-info-entry {
    margin: 14px 0 9px 93px;
    text-align: right;
}
.left-panel .header-info-entry {
    text-align: left;
}
.burgermenu-left .header-info-entry {
    display: none;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1490px) {
    .header-info-entry {
        margin: 14px 0 9px;
    }
}
.header-info-entry li {
    margin-right: 60px;
}
.burgermenu-left .header-info-entry li {
    margin-bottom: 5px;
}
.header-info-entry li a {
    font-size: 12px;
    color: #212121;
    font-weight: 500;
}
.burgermenu-left .header-info-entry li a {
    color: #b6b6b6;
    text-transform: uppercase;
}
.header-info-entry li a:hover {
    color: #797979;
}
.header-info-connect {
    text-align: right;
    margin-top: 11px;
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .burgermenu-left .header-info-entry {
        display: block;
    }
    .header-info-connect {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.header-info-connect li {
    margin-right: 60px;
    vertical-align: top;
}
.dark-theme .header-info-connect li,
.dark-theme-header .header-info-connect li {
    color: #a8a8a8;
}
@media only screen and (max-width: 480px) {
    .header-info-connect li {
        display: block !important;
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 1490px) {
    .header-info-connect li {
        margin-right: 40px;
    }
}
.header-info-connect li a {
    color: #666;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: 2px;
    position: relative;
}
.dark-theme .header-info-connect li a,
.dark-theme-header .header-info-connect li a {
    color: #b5b5b5;
}
.dark-theme .header-info-connect li a:hover,
.dark-theme-header .header-info-connect li a:hover {
    color: #c7c7c7;
}
.header-info-connect li a:first-child {
    margin-top: 0;
}
.header-info-connect li a:hover {
    color: #666;
    text-decoration: none !important;
}
.header-info-connect .help {
    right: 50%;
    margin-right: -65px;
    text-align: center;
    min-width: 130px;
    left: auto;
}
.header-center {
    position: relative;
}
.header-center-inner {
    border-bottom: 1px solid #eaeaea;
}
.dark-theme .header-center-inner,
.dark-theme-header .header-center-inner {
    border-bottom-color: #2e3136;
}
.header-center-inner > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header-center .col-md-15 {
    position: static !important;
}
@media only screen and (min-width: 1110px) {
    .header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        background-color: #fff;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
    }
    .dark-theme .header-fixed .header-center,
    .dark-theme-header .header-fixed .header-center {
        background-color: #191c21;
    }
    .header-fixed .header-center {
        background-color: #fff;
    }
    .header-fixed.ease {
        transition: none !important;
    }
}
@media only screen and (min-width: 961px) {
    .header-fixed .row {
        max-width: 1420px;
        margin: 0 auto;
    }
}
.header-logo a {
    display: block;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-center-inner > .row {
        display: block;
    }
    .header-logo a {
        margin-top: 10px;
    }
}
.header-menu .main-menu-mobile {
    display: none;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 500;
    width: 75px;
    margin: 20px auto 15px;
    position: relative;
    padding-left: 30px;
}
.dark-theme .header-menu .main-menu-mobile,
.dark-theme-header .header-menu .main-menu-mobile {
    color: #b5b5b5;
}
.header-menu .main-menu-mobile:before {
    content: "";
    background-image: url(../../images/svg/burger-button-white.svg);
    width: 20px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dark-theme .header-menu .main-menu-mobile:before,
.dark-theme-header .header-menu .main-menu-mobile:before {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}
.header-menu .main-menu {
    margin-bottom: 0;
}
.header-menu .main-menu > li {
    position: relative;
    padding: 20px 15px 17px;
    z-index: 5;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
}
.header-fixed .header-menu .main-menu > li {
    padding: 20px 15px 17px;
}
@media only screen and (max-width: 1490px) {
    .header-fixed .header-menu .main-menu > li {
        padding: 21px 17px 17px;
    }
}
@media only screen and (min-width: 1225px) and (max-width: 1343px) {
    .header-fixed .header-menu .main-menu > li {
        padding: 21px 10px 17px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
    .header-fixed .header-menu .main-menu > li {
        padding: 21px 8px 17px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-menu .main-menu-mobile {
        display: block;
    }
    .header-menu .main-menu {
        display: none;
    }
    .header-menu .main-menu > li._active {
        border-bottom: 1px solid #ddd !important;
    }
}
.header-menu .main-menu > li._drop:hover {
    border-bottom: 4px solid #111;
}
.header-menu .main-menu > li._drop:hover.in-hidden {
    border-bottom: 4px solid transparent;
}
.header-menu .main-menu > li > a {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 500;
}
.dark-theme .header-menu .main-menu > li > a,
.dark-theme-header .header-menu .main-menu > li > a {
    color: #fff;
}
.dark-theme .header-menu .main-menu > li > a:hover,
.dark-theme-header .header-menu .main-menu > li > a:hover {
    color: #ededed;
}
@media only screen and (max-width: 1490px) {
    .header-menu .main-menu > li {
        padding: 21px 17px 17px;
    }
    .header-menu .main-menu > li > a {
        font-size: 13px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .header-menu .main-menu > li > a {
        font-size: 11px;
    }
}
@media only screen and (min-width: 1225px) and (max-width: 1343px) {
    .header-menu .main-menu > li {
        padding: 21px 10px 17px;
    }
    .header-menu .main-menu > li > a {
        font-size: 13px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1170px) {
    .header-menu .main-menu > li {
        padding: 21px 8px 17px;
    }
    .header-menu .main-menu > li > a {
        font-size: 10px;
    }
}
.header-search {
    text-align: right;
    position: relative;
}
.header-search._active form {
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-menu .main-menu > li._drop:hover._active {
        border-bottom: 1px solid #ddd !important;
    }
    .header-menu .main-menu > li._drop:hover {
        box-shadow: none;
        background-color: #f4f4f4;
        border-bottom: 1px solid transparent !important;
    }
    .dark-theme .header-menu .main-menu > li._drop:hover,
    .dark-theme-header .header-menu .main-menu > li._drop:hover {
        background-color: transparent;
    }
    .header-menu .main-menu > li {
        display: block !important;
        padding: 0 !important;
        margin: 0;
    }
    .header-center-inner .header-search {
        display: none;
    }
}
.header-search button {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    transition: all 0.2s ease;
}
.dark-theme .header-search button,
.dark-theme-header .header-search button {
    background: #2e3034;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-search button {
        height: 37px;
    }
}
.header-search button:hover {
    transform: scale(1.1);
}
.header-search form {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out;
    margin: 0;
}
.header-search .search-input {
    position: absolute;
    left: -1200px;
    height: 71px;
    background: 0 0;
    top: -7px;
    border-radius: 3px;
    z-index: 100;
    width: 1260px;
}
@media only screen and (max-width: 1410px) {
    .header-search .search-input {
        width: 1100px;
        left: -1030px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .header-search .search-input {
        width: 900px;
        left: -830px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-search .search-input {
        width: 91% !important;
        left: 47% !important;
        transform: translateX(-50%);
        box-shadow: 0 5px 20px 0 #ccc;
        top: 5px;
        height: 60px;
    }
    .dark-theme .header-search .search-input,
    .dark-theme-header .header-search .search-input {
        box-shadow: none;
    }
    .header-search .search-input input {
        padding-left: 20px !important;
    }
}
.header-search .search-input input {
    width: 100%;
    height: 50px;
    border: none;
    color: #96969a;
    box-shadow: 0 14px 20px 8px #ccc;
}
.dark-theme .header-search .search-input input,
.dark-theme-header .header-search .search-input input {
    box-shadow: none;
}
.header-search .search-input span {
    color: #797979;
    font-size: 24px;
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.15s ease;
}
.header-search .search-input span:hover {
    color: #212121;
}
.header-search .search-input .search-loop {
    right: 50px;
    font-size: 17px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-search .search-input .search-loop {
        right: 40px;
    }
}
.header-search .search-input .search-close {
    right: 14px;
}
.header-search .liveSearch {
    position: absolute;
    left: -1200px;
    background: #fff;
    z-index: 100;
    top: 91%;
    width: 1260px;
}
@media only screen and (max-width: 1410px) {
    .header-search .liveSearch {
        width: 1100px;
        left: -1030px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .header-search .liveSearch {
        width: 900px;
        left: -830px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-search .search-input .search-close {
        right: 3px;
    }
    .header-search .liveSearch {
        width: 91%;
        left: 47%;
        transform: translateX(-50%);
        top: 120%;
    }
}
.header-search .liveSearch li:nth-child(odd) {
    background-color: #eee;
}
.header-search .liveSearch a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.header-search .liveSearch a span.ii_good_img {
    width: 120px;
    height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-right: 20px;
}
.header-search .liveSearch a img {
    max-width: 100%;
}
.header-search .liveSearch a p {
    margin: 0;
    text-align: left;
}
.header-search .liveSearch .nothing {
    text-align: center;
    display: block;
    padding: 5px;
}
.header-search .liveSearch .view_all {
    position: absolute;
    right: 0;
    background-color: #707070;
    color: #f2f2f2;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: all 0.2s;
}
.header-search .liveSearch .view_all:hover {
    background-color: #f2f2f2;
    color: #707070;
}
.header-catalog {
    background-color: #f2f2f2;
}
.dark-theme .header-catalog,
.dark-theme-header .header-catalog {
    background-color: #0d1114;
}
.header-catalog ul {
    margin: 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-fixed .header-catalog ul {
    margin: 12px 0;
}
.header-catalog ul li {
    position: relative;
    z-index: 1;
}
.header-catalog ul li.active a {
    color: #000;
    font-weight: 500;
}
.header-catalog ul li .dropdown-item {
    margin-right: 0 !important;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-catalog ul {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-catalog ul li .dropdown-item a {
        padding: 5px 0;
    }
}
.header-catalog ul li .dropdown-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-catalog ul li {
        display: block !important;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.header-catalog ul li a {
    font-size: 11px;
    color: #666;
}
.dark-theme .header-catalog ul li a,
.dark-theme-header .header-catalog ul li a {
    color: #b5b5b5;
}
.dark-theme .header-catalog ul li a:hover,
.dark-theme-header .header-catalog ul li a:hover {
    color: #c7c7c7;
}
.header-bottom {
    margin: 27px 0 14px;
}
.dark-theme .header-bottom,
.dark-theme-header .header-bottom {
    padding: 17px 0 15px;
    margin: 0;
    background-color: #333;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .dark-theme .header-bottom,
    .dark-theme-header .header-bottom {
        padding: 15px 0 13px;
        margin: 0;
        background-color: #333;
    }
    .header-bottom {
        margin: 17px 0 14px;
    }
}
.header-bottom a:hover {
    color: #a5a5a5;
}
.header-bottom-box {
    background-color: #050b0b;
    padding: 2px 10px;
    margin-left: 5px;
}
.header-bottom-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-social ul li {
    margin-right: 23px;
}
@media only screen and (max-width: 480px) {
    .header-social ul li {
        display: inline-block !important;
        margin-right: 20px !important;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .header-catalog ul li a {
        font-size: 9px;
    }
    .header-social ul li {
        margin-right: 12px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 992px) {
    .header-social ul li {
        margin-right: 10px;
    }
}
.header-social ul li a {
    color: #4d4d4d;
    font-size: 20px;
}
.header-social ul li a img {
    min-width: 18px;
    height: 18px;
}
.dark-theme .header-social ul li a,
.dark-theme-header .header-social ul li a {
    color: #b5b5b5;
}
.dark-theme .header-social ul li a img,
.dark-theme-header .header-social ul li a img {
    filter: brightness(0) invert(0.7);
}
.dark-theme .burgerButton img,
.dark-theme .icon-insta:before,
.dark-theme-header .burgerButton img,
.mobile-list-trigger::before,
.production-panel__dropping-left:hover img,
.production-panel__dropping:hover img {
    filter: brightness(0) invert(1);
}
.header-social ul li a:hover {
    text-decoration: none;
    color: #000;
}
.dark-theme .header-social ul li a:hover,
.dark-theme-header .header-social ul li a:hover {
    color: #b5b5b5;
}
.header-data time span {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-bottom-inner {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .header-social {
        margin-bottom: 10px;
    }
    .header-choice-content {
        margin: 10px 0;
    }
}
.header-choice-content .main-menu > li {
    margin-right: 12px;
}
.header-choice-content .main-menu > li:last-child {
    margin-right: 0;
}
.header-choice-content .main-menu > li .mobile-title {
    font-size: 13px;
    color: #666;
    padding: 28px 14px 16px;
}
.dark-theme .header-choice-content .main-menu > li .mobile-title,
.dark-theme-header .header-choice-content .main-menu > li .mobile-title {
    color: #b5b5b5;
}
@media only screen and (min-width: 961px) {
    .header-choice-content .main-menu > li .mobile-title:hover {
        border-bottom: 3px solid #4d4d4d;
        text-decoration: none;
        color: #666;
        background-color: #f8f8f8;
    }
    .dark-theme .header-choice-content .main-menu > li .mobile-title:hover,
    .dark-theme-header .header-choice-content .main-menu > li .mobile-title:hover {
        color: #c7c7c7;
        background-color: transparent;
    }
    .dark-theme .header-choice-content .main-menu > li .mobile-title:hover,
    .dark-theme-header .header-choice-content .main-menu > li .mobile-title:hover,
    .is-anniversary .header-choice-content .main-menu > li .mobile-title:hover {
        border-bottom: 3px solid #ff9a00;
    }
}
.header-choice-content .main-menu > li .mobile-title:visited {
    background-color: #f8f8f8;
}
.header-choice-content .main-menu > li.active a {
    font-weight: 900;
}
.header-choice-content .main-menu > li.is-anniversary .mobile-title {
    color: #ff9a00;
}
.header-choice-content .main-menu > li.is-anniversary .mobile-title:hover {
    border-bottom-color: #ff9a00;
}
.header-registration {
    color: #212121;
    text-align: right;
    font-size: 12px;
}
.dark-theme .header-registration,
.dark-theme-header .header-registration {
    color: #fff;
}
.dark-theme .header-registration:hover,
.dark-theme-header .header-registration:hover {
    color: #f2f2f2;
}
.fixed .header-registration {
    margin-top: -3px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-choice-content .main-menu > li {
        margin-right: 0;
        display: block;
    }
    .header-choice-content .main-menu > li .mobile-title {
        padding: 10px 15px;
    }
    .header-registration {
        text-align: inherit;
    }
}
.header-registration a {
    color: #212121;
    font-weight: 500;
}
.dark-theme .header-registration a,
.dark-theme-header .header-registration a {
    color: #fff;
}
.header-registration a:hover {
    color: #797979;
}
.dark-theme .header-registration a:hover,
.dark-theme-header .header-registration a:hover {
    color: #f2f2f2;
}
.header-registration a.registerToEvent {
    color: #c80900;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header-registration a.registerToEvent {
        display: block;
        margin-right: 0;
    }
}
.header-registration a.registerToEvent:hover {
    color: #f10b00;
}
.header-registration .modal-entry {
    display: inline-block;
    margin-right: 12px;
}
.header-registration .modal-registration {
    font-size: 10px;
}
.header .lightyear {
    background: url(../../images/light-years.png) no-repeat;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: -100px;
    top: 6px;
    width: 239px;
    height: 51px;
    display: none;
}
.icon-complex:before,
.icon-concert:before,
.icon-insta:before,
.icon-sound:before {
    content: "";
    width: 16px;
    height: 16px;
}
.dark-theme .header .lightyear,
.dark-theme-header .header .lightyear {
    display: block;
}
@media only screen and (max-width: 1560px) {
    .header .lightyear {
        left: 0;
        top: 0;
    }
}
@media only screen and (max-width: 1200px) {
    .header .lightyear {
        top: 15px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .header .lightyear {
        position: static;
        margin: 5px auto 0;
    }
}
.icon-help {
    color: #ada5a5;
    font-size: 15px;
    padding-left: 12px;
}
.dark-theme .header .icon-help {
    color: #ff9a00;
}
@media (max-width: 1109px) {
    .header-fixed {
        display: none;
    }
}

@media (min-width: 1110px) {
    /* update
    .header-fixed a {
        margin: 0 !important;
    }
    */
    .header-fixed .pt-fixed {
        padding-top: 7px;
    }
}
@media (max-width: 960px) {
    .header-search ::-webkit-input-placeholder {
        opacity: 0;
    }
    .header-search ::-moz-placeholder {
        opacity: 0;
    }
    .header-search :-moz-placeholder {
        opacity: 0;
    }
    .header-search :-ms-input-placeholder {
        opacity: 0;
    }
    .dark-theme .icon-help,
    .dark-theme-header .icon-help {
        color: #b2b2b2;
    }
}
.icon-insta:before {
    background: url(../../images/svg/insta.svg) no-repeat;
    display: block;
}
.dark-theme .icon-insta:before {
    opacity: 0.68;
}
.icon-insta {
    display: none !important;
}
.icon-complex:before {
    background: url(../../images/svg/complex.svg) no-repeat;
    display: block;
}
.icon-concert:before {
    background: url(../../images/svg/concert.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.icon-sound:before {
    background: url(../../images/svg/sound.svg) no-repeat;
    display: block;
}
.info-aside {
    position: relative;
    height: auto !important;
    margin-bottom: 40px;
}
.info-aside form button {
    width: 180px;
    padding: 10px 0;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top: 10px;
}
.info-aside form button:hover {
    background-color: #999;
    color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .info nav ul {
        margin-bottom: 20px;
    }
}
.info nav ul li {
    margin-bottom: 12px;
    font-size: 12px;
}
.info nav ul li.head {
    font-weight: 500;
}
.info nav ul li a {
    color: #666;
}
.info nav ul li a:hover {
    color: #888;
}
.info nav ul li a.active {
    color: rgba(130, 124, 124, 0.42);
}
.info .preview-small {
    margin-top: 40px;
}
.info .preview-small .btn {
    position: relative;
    z-index: 3;
    background-color: #ddd;
    color: #000;
    line-height: 28px;
    text-transform: uppercase;
    width: 100% !important;
}
@media only screen and (min-width: 961px) and (max-width: 1350px) {
    .info .preview-small .btn {
        padding: 5px;
        line-height: 38px;
    }
}
.info .preview-small .btn:hover {
    background-color: #96969a;
    color: #fff;
}
.info .preview-small-block {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 60px;
}
.info .preview-small-block a {
    color: #000;
}
.info .preview-small-block a:hover {
    color: #888;
}
.info .preview-small-content img {
    width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .info .preview-small {
        position: static;
    }
    .info .preview-small-content img {
        height: auto !important;
        max-width: 100%;
    }
}
.info .preview-small-text {
    font-family: "Roboto Slab", serif;
    font-size: 14px;
}
.left-panel-sites-switch span:before,
.panel-close:before {
    font-family: icomoon;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}
body {
    font-size: 13px;
    line-height: 1.6;
}
::selection {
    background: #888;
    color: #fff;
}
::-moz-selection {
    background: #888;
    color: #fff;
}
.burger-button {
    padding: 5px 0;
}
.burger-button i {
    font-size: 18px;
    color: #333;
    background: #222;
}
.left-panel-sites,
.left-panel.modal-window {
    background-color: #141519;
}
.left-panel.bml {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9001;
    height: 100vh;
}
.left-panel .mfp-close {
    color: #d2d2d3;
}
.left-panel a:hover {
    color: #fff !important;
}
.left-panel input,
.left-panel label {
    display: block;
}
.left-panel-sites {
    float: left;
    padding-left: 70px;
    position: relative;
}
.modal-window .left-panel-sites {
    float: none;
    padding-left: 0;
}
.left-panel-sites-switch {
    position: absolute;
    color: #f2f2f2;
    top: 18px;
    right: 18px;
    cursor: pointer;
}
.left-panel-sites-switch span:before {
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}
.left-panel-sites-switch .off:before {
    content: "\f11d";
}
.left-panel-sites-switch .off.on:before {
    content: "\f124";
}
.left-panel-news {
    float: left;
    background-color: #393c40;
}
.left-panel-news.light {
    background-color: transparent;
    float: none;
}
.left-panel-news.light .input-panel {
    background: url(../../images/arrow-dropdown.png) right no-repeat;
}
.left-panel-news.light .input-panel.dealers_shops {
    background-image: none;
    cursor: text;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .burgermenu-left .left-panel-sites {
        display: none;
    }
    .left-panel-news.light .input-panel {
        display: block;
    }
}
.left-panel-news .input-panel {
    border: none;
    border-bottom: 1px solid #bababa;
    color: #bababa;
    width: 180px;
    outline: 0;
    position: relative;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    background: url(../../images/arrow-dropdown.png) right no-repeat #393c40;
}
.left-panel-news textarea {
    overflow: hidden;
    margin-top: 10px;
    min-height: 40px;
    resize: none;
}
.left-panel-news .inputIcon {
    color: #7f8082;
    position: absolute;
    right: 0;
    top: 25px;
}
.left-panel-news .panel-top-title {
    color: #b6b6b6;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.left-panel-news .panel-title {
    color: #b6b6b6;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.left-panel-news .panel-block {
    padding: 0 0 20px;
}
.left-panel-news .panel-block label {
    cursor: pointer;
}
.left-panel-news .panel-block input {
    margin-top: 18px;
    cursor: pointer;
}
.left-panel .substance-list {
    margin-top: 5px;
}
.left-panel .substance-list li a {
    color: #96969a;
    text-transform: uppercase;
    font-size: 11px;
}
.left-panel .panel-title-big {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.left-panel .panel-sites {
    margin-bottom: 55px;
}
.left-panel .panel-sites li {
    margin-bottom: 20px;
}
.left-panel .panel-sites li span {
    display: block;
    color: #b6b6b6;
    font-size: 11px;
    text-transform: uppercase;
}
.left-panel .panel-sites li a {
    color: #b6b6b6;
    text-decoration: underline;
    font-size: 19px;
}
.left-panel .mobile-sites {
    display: none;
    text-transform: uppercase;
    font-size: 11px;
    color: #222;
    text-align: center;
    background: #b6b6b6;
    text-decoration: none;
    padding: 5px;
    margin-bottom: 7px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .left-panel .mobile-sites {
        display: block;
    }
}
.panel-logo {
    min-width: 210px;
    position: absolute;
    left: 91px;
    top: 2px;
    display: none;
}
.panel-logo.active {
    display: block;
}
.panel-logo-img {
    background: url(../../images/svg/panel-logo.svg) no-repeat;
    width: 89px;
    height: 35px;
}
.panel-logo-text {
    color: #d2d2d3;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0;
}
.choice-label {
    padding-bottom: 40px;
}
.choice {
    display: none;
    background-color: #f4f4f4;
    padding: 80px 16px 50px 0;
    width: 330px;
    position: absolute;
    z-index: 107;
    box-shadow: 0 12px 20px 5px rgba(0, 0, 0, 0.24);
}
.choice.rewards_type .choice-inner {
    height: auto;
}
.info-aside .choice {
    top: 80px !important;
    left: 0 !important;
    z-index: 99;
}
.choice.contents {
    position: fixed;
    top: 95px !important;
}
.choice.contents._left {
    left: 450px !important;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .choice.contents {
        left: 0 !important;
        top: 40px !important;
    }
}
.choice.for_news_search {
    position: fixed;
    top: 95px !important;
}
.choice.for_news_search._left {
    left: 450px !important;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .choice.for_news_search {
        left: 0 !important;
        top: 40px !important;
    }
}
.choice.use .choice-inner {
    padding-left: 50px;
}
@media only screen and (max-width: 480px) {
    .choice {
        left: 0 !important;
        width: 280px;
        padding: 30px 16px 30px 0;
    }
}
.choice._active {
    display: block;
}
.choice._off {
    display: none;
}
.choice._left {
    left: 40px;
}
.choice .choice-inner {
    height: 478px;
    padding-left: 90px;
    position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .choice .choice-inner {
        padding-left: 30px;
    }
}
.choice .choice-inner#choice_contents {
    padding-left: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .choice .choice-inner#choice_contents {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .choice .choice-inner {
        height: 338px;
        padding-left: 60px;
    }
}
.choice .choice-inner .choice-item {
    margin-bottom: 36px;
    position: relative;
}
.choice .choice-inner .choice-item span {
    position: absolute;
    left: -40px;
}
.choice .choice-inner .choice-link {
    color: #35393e;
    text-decoration: none;
}
.choice .choice-inner .choice-link._active {
    font-weight: 900;
    text-decoration: underline;
}
.choice .choice-inner .choice-link:hover {
    color: #000;
}
.choice-letter {
    position: relative;
}
.choice-letter .symbol {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    left: -75px;
    top: -5px;
}
.choice .marker-letter {
    position: absolute;
    width: 86px;
    height: 86px;
    text-align: center;
    font-size: 44px;
    line-height: 86px;
    right: 19px;
    top: 0;
    border-radius: 50%;
    background-color: #212121;
    color: #fff;
    transition: all 0.3s ease;
}
.choice .marker-letter._off {
    opacity: 0;
    visibility: hidden;
}
.choice .marker-letter:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 43px solid #212121;
    border-left: 43px solid transparent;
}
.choice .choice-close {
    position: absolute;
    right: 9px;
    top: 18px;
    font-size: 22px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    color: #f4f4f4;
    background-color: #d2d2d3;
}
@media only screen and (max-width: 480px) {
    .choice .choice-close {
        top: 5px;
    }
}
.choice .choice-close:hover {
    background-color: #35393e;
}
.choice .choice-close.button {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 10px;
    width: 120px;
    height: 30px;
    line-height: 30px;
}
.ui-datepicker._off {
    display: none !important;
}
.burgerButton {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 2px;
    outline: 0;
    position: relative;
    z-index: 108;
}
.dark-theme .burgerButton,
.dark-theme-header .burgerButton {
    background: #2e3034;
}
@media only screen and (max-width: 1560px) {
    .burgerButton {
        width: 30px;
        height: 30px;
    }
}
.burgerButton.active {
    background: url(../../images/arrow-panel.png) center center;
}
.burgerButton.active img,
.burgerButton.active::before {
    display: none;
}
.burger-button {
    position: fixed;
    left: 23px;
    height: 48px;
    width: 48px;
}
.burger-button.defautl {
    z-index: 108;
}
.burger-button.defautl.below {
    top: 2px;
}
@media only screen and (max-width: 1560px) {
    .burger-button.defautl.below {
        top: 10px;
    }
}
@media only screen and (max-width: 1480px) {
    .burger-button.defautl.below {
        top: 10px;
    }
}
@media only screen and (max-width: 1480px) {
    .burger-button.defautl.below {
        top: 108px;
    }
}
@media only screen and (max-width: 1226px) {
    .burger-button.defautl.below {
        top: 103px;
    }
}
@media only screen and (max-width: 1110px) {
    .burger-button.defautl.below {
        display: none;
    }
}
.burger-button.defautl.below .burgerButton.burgermenu-toggle {
    border: 1px solid #707070;
}
.burger-button.defautl.active {
    top: 40px;
    left: 450px;
}
@media only screen and (max-width: 1560px) {
    .burger-button.defautl {
        left: 20px;
        top: 0;
        width: 30px;
        height: 30px;
    }
}
@media only screen and (min-width: 1110px) and (max-width: 1550px) {
    .burger-button.below {
        top: 60px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .burger-button {
        left: 10px !important;
        top: 0;
    }
}
.nicescroll-rails.nicescroll-rails-vr {
    display: block !important;
}
.modal-window .left-panel-sites {
    overflow-y: auto;
    height: 400px;
}
.panel-close {
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 18px;
}
.panel-close:before {
    content: "\f11d";
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    color: #fff;
}
.banner-text-title ._subtitle,
.banner-text-title ._title {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
}
.panel-search-button {
    margin-top: 30px;
}
.panel-search-button a,
.panel-search-button button {
    padding: 15px;
    background-color: #eee;
    display: block;
    width: 80%;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    color: #000;
    transition: all 0.35s ease;
}
.panel-search-button a:hover,
.panel-search-button button:hover {
    background-color: #96969a;
    color: #fff;
}
.search_checkboxes input {
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.search_checkboxes label {
    display: inline-block;
    vertical-align: middle;
}
.search_checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.search_checkbox input {
    margin-top: -2px !important;
    margin-right: 15px;
}
.search_checkbox label {
    font-weight: 400;
    color: #35393e;
}
.search_checkbox label:hover {
    color: #777;
}
.light ::-webkit-input-placeholder {
    color: #ccc;
}
.light ::-moz-placeholder {
    color: #ccc;
}
.light :-moz-placeholder {
    color: #ccc;
}
.light :-ms-input-placeholder {
    color: #ccc;
}
.light .panel-title {
    color: #737171;
}
.panel-block-menu {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.list-dots li,
.panel-block-menu .header-choice-content li {
    margin-bottom: 10px;
}
.panel-block-menu .header-top-block {
    display: block !important;
}
.panel-block-menu .header-top-block-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.panel-block-menu .header-top-block-list li {
    margin-right: 0 !important;
    margin-bottom: 10px;
}
.panel-block-menu .header-top-block-list li a {
    font-size: 12px;
}
.panel-block-menu .header-choice-content a {
    padding: 0 !important;
}
html .burgermenu-left .left-panel-news {
    display: none;
}
html .burgermenu-left {
    width: 440px;
}
html.opened-left .page-wrapper.sites-off {
    transform: none;
}
html.opened-left .page-wrapper {
    transform: translate3d(440px, 0, 0);
}
html #burgermenu-blocker:before {
    right: calc((100% - 480px) / 2);
}
.list-dots {
    max-width: 600px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    html .burgermenu-left {
        width: 280px;
    }
    html.opened-left .page-wrapper {
        transform: translate3d(280px, 0, 0);
    }
    html .burgermenu-left .left-panel-sites {
        display: block;
    }
    .list-dots {
        max-width: 100%;
    }
}
.list-dots.is-light li {
    font-weight: 400;
}
.list-dots.is-light li::before {
    padding-right: 15px;
}
.list-dots li {
    font-size: 14px;
    font-weight: 900;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.list-dots li::before {
    content: "●";
    padding-right: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .list-dots li::before {
        padding-right: 10px;
    }
}
.closer-arrors button.mfp-arrow,
.closer-arrors button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    outline: 0;
    padding: 0;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    display: inline-block;
}
.closer-arrors button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.closer-arrors .mfp-arrow-left {
    left: -70px;
}
.closer-arrors .mfp-arrow-left:after {
    border-right: 27px solid #fff;
}
.closer-arrors .mfp-arrow-right {
    right: -70px;
}
.closer-arrors .mfp-arrow-right:after {
    border-left: 27px solid #fff;
}
.closer-arrors .mfp-arrow:after {
    border-top-width: 23px;
    border-bottom-width: 23px;
    top: 8px;
}
.closer-arrors .mfp-arrow-right:before {
    border-right: none;
}
.closer-arrors .mfp-arrow-left:before {
    border-left: none;
}
@keyframes open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes close {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.closer-arrors .mfp-figure {
    animation-name: fadeIn;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.main-slider {
    position: relative;
    min-height: 450px;
    /* update */
    background-color: #0d1114;
}
@media only screen and (min-width: 961px) and (max-width: 1350px) {
    .main-slider {
        min-height: 300px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main-slider {
        min-height: 250px;
        margin-bottom: 90px;
    }
}
.main-slider:hover .sp-thumbnails-container {
    opacity: 1;
}
@media only screen and (max-width: 630px) {
    .main-slider {
        margin-bottom: 0 !important;
    }
}
.main-slider .sp-buttons {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .main-slider .sp-buttons {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main-slider .sp-buttons {
        display: block;
    }
}
.main-slider .sp-horizontal .sp-arrows {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .main-slider .sp-horizontal .sp-arrows {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .main-slider {
        min-height: auto;
    }
    .main-slider .sp-horizontal .sp-arrows {
        display: none;
    }
}
.main-slider .banner-text {
    width: 100%;
}
.is-banner-text-product {
    background-color: #10151a;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .is-banner-text-product {
        padding: 30px 20px;
    }
}
.is-not-images {
    padding: 50px 0 40px;
}
.is-not-images .banner-text,
.is-not-images .banner-text-title {
    position: static;
    transform: none;
}
.banner-text {
    position: absolute;
    color: #fff;
    bottom: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .is-not-images {
        padding: 20px 0;
    }
    .is-banner-text-product .banner-text {
        position: static;
        transform: none;
    }
}
.banner-text .url_slide {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.banner-text .url_slide:hover {
    color: #fff;
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .banner-text {
        width: 95% !important;
    }
}
.banner-text ._tag {
    top: 20px;
    position: absolute;
    width: 415px;
    right: 0;
    pointer-events: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .banner-text ._tag {
        display: none !important;
    }
}
.banner-text ._tag .url_slide {
    display: none;
}
.banner-text ._tag a {
    position: static;
    pointer-events: auto;
    text-align: center;
    display: inline-block;
    padding: 6px 15px;
    min-width: 100px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    background-color: #4d4d4d;
    color: #fff;
}
.banner-text ._tag a:hover {
    background-color: #333;
}
.banner-text-title {
    position: absolute;
    display: block !important;
    bottom: 105px;
    max-width: 1400px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);    
}

@media only screen and (min-width: 320px) and (max-width: 1500px) {
    .banner-text-title{ 
        padding: 0 40px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .banner-text-title {
        bottom: 70px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .banner-text-title {
        display: none !important;
    }
    .is-banner-text-product .banner-text-title {
        display: block !important;
        position: static;
        transform: none;
    }
}
.banner-block,
.sp-buttons,
.thumbnails-container {
    position: relative;
}
.banner-text--bottom .banner-text-title {
    bottom: 50px;
}
.banner-text-title ._title {
    width: 100%;
    line-height: 48px;
    font-size: 44px;
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .banner-text-title ._title {
        font-size: 34px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .banner-text-title ._title {
        font-size: 24px;
    }
}
.banner-text-title ._subtitle {
    color: #9a9a9a;
    font-size: 42px;
    margin-top: 30px;
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .banner-text-title ._subtitle {
        font-size: 36px;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .banner-text-title ._subtitle {
        font-size: 24px;
        margin-top: 0;
    }
}
.banner-text-title ._date {
    text-transform: uppercase;
    font-size: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .banner-text-title ._date {
        font-size: 14px;
        margin-bottom: 0;
    }
}
.banner-text-title ._date span:first-child {
    font-weight: 600;
}
.caption {
    display: block !important;
}
.caption-container {
    display: none;
}
.banner-block img {
    width: 100%;
}
.banner-block .banner-text-title {
    bottom: 20px;
}
.sp-buttons {
    top: 57px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
}
.sp-buttons .sp-button {
    width: 4px;
    height: 2px;
    background-color: #000;
    border: none;
    border-radius: 0;
    position: relative;
    margin: 0 60px 0 0;
}
.sp-buttons .sp-button:last-child {
    margin-right: 0;
    width: 2px;
}
.sp-buttons .sp-button:last-child:after {
    content: "";
    display: none;
}
.sp-buttons .sp-button:after {
    content: "";
    width: 62px;
    display: inline-block;
    height: 2px;
    background-color: #ddd;
    position: absolute;
}
.sp-horizontal .sp-arrows .sp-arrow:after,
.sp-horizontal .sp-arrows .sp-next-arrow:after,
.sp-horizontal .sp-arrows .sp-previous-arrow:after {
    display: none !important;
}
@media only screen and (min-width: 1824px) {
    .sp-buttons .sp-button:after {
        width: 142px;
    }
}
.sp-buttons .sp-button.passed:after {
    background-color: #666;
}
.sp-buttons .sp-button.passed.sp-selected-button:after {
    background-color: #ddd;
}
.sp-selected-button {
    position: relative;
    background-color: #000;
}
.sp-selected-button:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 32px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background: url(../../images/svg/point-banner.svg) center no-repeat;
    top: -41px;
    left: -11px;
}
.sp-fade-arrows {
    opacity: 1 !important;
}
.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    bottom: -60px;
    z-index: 1;
    position: relative;
}
.sp-horizontal .sp-arrows .sp-arrow {
    width: 18px;
    height: 18px;
    font-size: 16px;
}
.sp-horizontal .sp-arrows .sp-arrow:hover:before {
    color: #666;
}
.sp-horizontal .sp-arrows .sp-arrow:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    transform: none;
    color: #a7a1a1;
}
.sp-horizontal .sp-arrows .sp-previous-arrow {
    left: 158px;
}
.sp-horizontal .sp-arrows .sp-previous-arrow:before {
    content: "\f12a" !important;
}
.sp-horizontal .sp-arrows .sp-next-arrow {
    right: 158px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sp-horizontal .sp-arrows .sp-previous-arrow {
        left: 10px;
    }
    .sp-horizontal .sp-arrows .sp-next-arrow {
        right: 15px;
    }
    .sp-thumbnails-container {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .sp-horizontal .sp-arrows .sp-previous-arrow {
        left: 10px;
    }
    .sp-horizontal .sp-arrows .sp-next-arrow {
        right: 15px;
    }
    .sp-thumbnails-container {
        display: none;
    }
}
.sp-horizontal .sp-arrows .sp-next-arrow:before {
    content: "\f12a";
}
.sp-bottom-thumbnails {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    border-bottom: none;
    max-width: 1400px;
}
.modal-window,
.modal-window form ul li {
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .sp-bottom-thumbnails {
        border-bottom: 10px solid #fff;
    }
}
.sp-thumbnails-container {
    opacity: 0;
    transition: all 0.35s ease;
}
.banner-text {
    width: 90%;
}
.banner-text h1 {
    margin-bottom: 60px;
}
.is-banner-text-product .banner-text h1 {
    margin-bottom: 0;
    margin-top: 0;
}
.banner-block > img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.banner-text-img {
    width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .banner-text-img {
        display: none;
    }
}
.tag a {
    text-align: center;
    display: inline-block;
    padding: 5px 12px;
    min-width: 90px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    background-color: #4d4d4d;
    color: #fff;
    font-size: 13px;
}
.col-md-14 .tag a {
    min-width: auto;
    padding: 5px;
    font-size: 12px;
}
.tag a:hover {
    background-color: #333;
}
.sp-selected-button:nth-child(1):before {
    content: "1";
}
.sp-selected-button:nth-child(2):before {
    content: "2";
}
.sp-selected-button:nth-child(3):before {
    content: "3";
}
.sp-selected-button:nth-child(4):before {
    content: "4";
}
.sp-selected-button:nth-child(5):before {
    content: "5";
}
.sp-selected-button:nth-child(6):before {
    content: "6";
}
.sp-selected-button:nth-child(7):before {
    content: "7";
}
.sp-selected-button:nth-child(8):before {
    content: "8";
}
.sp-selected-button:nth-child(9):before {
    content: "9";
}
.sp-selected-button:nth-child(10):before {
    content: "10";
}
.sp-selected-button:nth-child(11):before {
    content: "11";
}
.sp-selected-button:nth-child(12):before {
    content: "12";
}
.sp-selected-button:nth-child(13):before {
    content: "13";
}
.sp-selected-button:nth-child(14):before {
    content: "14";
}
.sp-selected-button:nth-child(15):before {
    content: "15";
}
.sp-selected-button:nth-child(16):before {
    content: "16";
}
.sp-selected-button:nth-child(17):before {
    content: "17";
}
.sp-selected-button:nth-child(18):before {
    content: "18";
}
.sp-selected-button:nth-child(19):before {
    content: "19";
}
.sp-selected-button:nth-child(20):before {
    content: "20";
}
.sp-selected-button:nth-child(21):before {
    content: "21";
}
.sp-selected-button:nth-child(22):before {
    content: "22";
}
.sp-selected-button:nth-child(23):before {
    content: "23";
}
.sp-selected-button:nth-child(24):before {
    content: "24";
}
.sp-selected-button:nth-child(25):before {
    content: "25";
}
.sp-selected-button:nth-child(26):before {
    content: "26";
}
.sp-selected-button:nth-child(27):before {
    content: "27";
}
.sp-selected-button:nth-child(28):before {
    content: "28";
}
.sp-selected-button:nth-child(29):before {
    content: "29";
}
.sp-selected-button:nth-child(30):before {
    content: "30";
}
.sp-link {
    display: block;
}
.modal-window {
    max-width: 450px;
    padding: 60px;
    margin: 0 auto;
    min-height: 190px;
    border-radius: 2px;
}
@media only screen and (max-width: 480px) {
    .modal-window {
        max-width: 300px;
        padding: 30px 20px 20px;
    }
    .modal-window.left-panel {
        max-width: 100%;
    }
}
.modal-window p {
    text-align: center;
    padding: 20px 0;
    margin: 0;
    font-size: 16px;
}
.modal-window._light {
    background-color: #ebedef;
}
.modal-window._light input {
    border-bottom: 1px solid #888;
}
.modal-window._dark {
    background-color: #393c40;
    color: #96969a;
}
.modal-window._dark input {
    color: #96969a;
    border-bottom: 1px solid #96969a;
}
.modal-window._dark input:focus {
    border-color: #49ccc5;
}
.modal-window._dark .mfp-close {
    color: #7d7e81;
}
.modal-window form {
    text-align: center;
}
.modal-window form ul li .eye {
    position: absolute;
    right: 0;
    top: 0;
    color: #96969a;
    font-size: 22px;
    cursor: pointer;
}
@media only screen and (max-width: 480px) {
    .modal-window p {
        padding: 40px 0;
    }
    .modal-window form ul li .eye {
        right: 31px;
    }
}
.modal-window form ul li .eye:hover {
    color: #888;
}
.modal-window form ul li .error-block {
    text-align: left;
}
.modal-window form ul li .error_text {
    color: #ff6e6e;
    font-size: 12px;
}
.modal-window form ul li .icon-error {
    position: absolute;
    bottom: 14px;
    right: 0;
    color: #ff6e6e;
    font-size: 16px;
}
.modal-window form ul input {
    border: none;
    border-bottom: 1px solid #888;
    font-size: 16px;
    background-color: transparent;
    margin-bottom: 40px;
    width: 330px;
}
@media only screen and (max-width: 480px) {
    .modal-window form ul input {
        width: 200px;
    }
}
.modal-window form ul textarea {
    width: 330px;
    max-height: 180px !important;
    padding: 16px;
    resize: none;
    border-radius: 3px;
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #fff;
}
.is-line .product-item__image img,
.product-item__image img,
.tile-item img {
    max-height: 100%;
}
@media only screen and (max-width: 480px) {
    .modal-window form ul textarea {
        width: 200px;
    }
}
.file-upload,
input.filename {
    width: 50%;
    vertical-align: middle;
    height: 48px;
}
.modal-window form ul textarea:focus {
    border: 1px solid #888;
    outline: 0;
}
.modal-window form ul .captcha {
    text-align: left;
    position: relative;
}
.file-upload,
.news .icon-news,
.pagination,
.product-item,
input.filename {
    text-align: center;
}
.modal-window form ul .captcha div {
    display: inline-block;
}
.modal-window form ul .captcha .captcha-reload {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.modal-entry-link a {
    color: #888;
    font-size: 14px;
}
.modal-entry-link a:hover {
    color: #fff;
}
.file-upload {
    background-color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 400;
    margin: 5px 0 !important;
}
.file-upload:hover {
    background-color: #333;
}
.file-upload input[type="file"] {
    display: none;
}
.file-upload span {
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
}
input.filename {
    margin: 5px 0;
    display: inline-block;
    padding-left: 5px;
    opacity: 0;
}
input.filename.active {
    opacity: 1;
}
.news {
    background-color: #f4f4f4;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.news figure {
    box-shadow: 1.5px 2.6px 11px 0 #ccc;
    border-radius: 2px;
    margin-bottom: 20px;
    background-color: #fff;
}
.news figure.concert .category-news,
.news figure.concert .icon-news {
    color: #c00;
}
.news figure.tm .category-news,
.news figure.tm .icon-news {
    color: #00a99d;
}
.news figure.pa .category-news,
.news figure.pa .icon-news {
    color: #f15a24;
}
.news figure.light .category-news,
.news figure.light .icon-news {
    color: #f7931e;
}
.news figure.sound .category-news,
.news figure.sound .icon-news {
    color: #0071bc;
}
.news figure.media .category-news,
.news figure.media .icon-news {
    color: #83a350;
}
.news figure.house .category-news,
.news figure.house .icon-news {
    color: #6b3c6a;
}
.news figure.complex .category-news,
.news figure.complex .icon-news {
    color: #4d4d4d;
}
.news figure.corporate .category-news,
.news figure.corporate .icon-news {
    color: #ed1c24;
}
.news figure.other .category-news,
.news figure.other .icon-news {
    color: #795548;
}
.news figure.ProYxo .category-news,
.news figure.ProYxo .icon-news {
    color: #93278f;
}
.news figure.partner .category-news,
.news figure.partner .icon-news {
    color: #23256e;
}
.news figure.partner .icon-partner {
    background: url(../../images/svg/partner.svg) no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
}
.news figure.partner .icon-partner:before {
    display: none !important;
}
.news figure.action-sale .category-news,
.news figure.action-sale .icon-news {
    color: #e22d3a;
}
.news figure.action-sale .icon-action-sale {
    background: url(../../images/svg/action-sale.svg) no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
}
.news figure.theatre .category-news, .news figure.theatre .icon-theatre {
    color: #7f0f2f;
}
.news figure.theatre .icon-theatre {
    background: url(../../images/svg/theatre2.svg) no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
}
.news figure.action-sale .icon-action-sale:before {
    display: none !important;
}
.news figure.action-service .category-news,
.news figure.action-service .icon-news {
    color: #009245;
}
.news figure.action-service .icon-action-service {
    background: url(../../images/svg/action-service.svg) no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
}
.news figure.action-service .icon-action-service:before {
    display: none !important;
}
.news-block.middle-block {
    display: -ms-flexbox;
    display: flex;
}
.news-block.big-block {
    height: 420px;
}
.news-block.big-block img {
    width: 100%;
}
@media only screen and (max-width: 630px) {
    .news figure {
        box-shadow: none;
    }
    .news-block.middle-block {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-block.big-block,
    .news-block.big-block img {
        height: auto;
    }
}
.news-block .icon-category-news {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 9px;
    left: 10px;
}
.news-block-img {
    position: relative;
    min-width: 265px;
    overflow: hidden;
}

.news:not(.news-main-page) .news-block-img img{
    height: auto;
    min-height: 174px;
    max-height: 174px;
    width: auto;
}

.small-block .news-block-img img {
    width: 100%;
}
@media only screen and (max-width: 630px) {
    .news-block-img img {
        width: 100%;
    }
}
.news-block-img.top:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    z-index: 1;
    background: url(../../images/svg/top.svg);
}
.news-block-social a:hover .news-social-list {
    visibility: visible;
    opacity: 1;
    left: 43px;
}
.news-block-social a .icon-comment {
    vertical-align: text-top;
}
.news .icon-news,
.news-block-text .category-news-icon {
    vertical-align: middle;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .news-block-social .news-social-list.mobile {
        visibility: visible;
        opacity: 1;
    }
}
@media only screen and (max-width: 480px) {
    .news-block-social li {
        display: inline-block !important;
        margin-right: 10px !important;
        margin-left: inherit;
    }
}
.news-block-social .news-social-list {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    position: absolute;
    top: -4px;
    left: 40px;
    padding: 0 10px;
    background-color: #fff;
}
.news-block-social .news-social-list.active {
    visibility: visible;
    opacity: 1;
    left: 43px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .news-block-social .news-social-list {
        left: 55px;
    }
}
.news-block-social .news-social-list li {
    transition: all 0.15s ease;
    margin-right: 20px;
    font-size: 20px;
    display: inline-block;
}
.news-block-social .news-social-list li:last-child {
    margin-right: 0;
}
.news-block-social .news-social-list li .icon-vk {
    color: #5d7294;
}
.news-block-social .news-social-list li .icon-twitter {
    color: #76aaeb;
}
.news-block-social .news-social-list li .icon-facebook {
    color: #475995;
}
.news-block-social .news-social-list li:hover {
    transform: scale(1.2);
}
.news-block-text {
    padding: 24px 25px 0 37px;
    transition: all 0.15s ease;
    width: 100%;
}
.news-block-text.in-hover .news-text a {
    color: #666 !important;
}
.middle-block .news-block-text {
    position: relative;
}
@media only screen and (max-width: 1224px) {
    .news-block-text {
        padding: 10px 8px 0 15px;
    }
}
.news-block-text .category-news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.news .icon-news,
.news .news-block-bottom div {
    display: inline-block;
}
.news-block-text .category-news-text {
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: middle;
    font-weight: 600;
}
.news-block-text .category-news-text._orange {
    color: #ff9a00;
}
.news-block-text .category-news.department {
    color: #c00;
}
.news-block-text .category-news.production {
    color: #3d917b;
}
.news-block-text .news-text {
    height: 99px;
    overflow: hidden;
    position: relative;
}
.news-block-text .news-text:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 18px;
    pointer-events: none;
    background: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0.7) 47%, rgba(255, 255, 255, 0.1) 100%);
}
.news-block-text .news-text a:hover {
    color: #666 !important;
}
@media only screen and (max-width: 630px) {
    .news-block-text {
        padding: 25px;
    }
    .news-block-text .news-text {
        margin: 20px 0;
    }
}
.news-block-text .news-text a {
    font-size: 18px;
    color: #333;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    line-height: 1.389;
}
@media only screen and (max-width: 1224px) {
    .news-block-text .news-text a {
        font-size: 15px;
    }
}
.news .news-block-bottom {
    position: absolute;
    bottom: 23px;
    width: 88%;
}
@media only screen and (max-width: 1410px) {
    .news .news-block-bottom {
        bottom: 8px;
    }
}
.news .news-block-bottom .news-block-social {
    color: #688cb7;
    font-size: 16px;
}
@media only screen and (max-width: 1224px) {
    .news .news-block-bottom .news-block-social {
        font-size: 14px;
    }
}
.news .news-block-bottom .news-block-social a .fx-icon {
    margin-right: 10px;
}
.news .news-block-bottom .news-block-social .news_share {
    padding-right: 20px;
}
.news .news-block-bottom .news-data {
    font-size: 11px;
    text-transform: uppercase;
    color: #8999a6;
    margin-right: 15px;
}
.news .news-block-bottom .news-data-year {
    font-size: 13px;
}
.news .icon-news {
    color: #fff;
}
.news .icon-news i {
    font-size: 16px;
}
.news .icon-category-news.icon-news {
    height: 20px;
    width: 20px;
    line-height: 20px;
}
.news .icon-category-news.icon-news i {
    font-size: 18px;
}
.news .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 72px;
    color: #fff;
}
.news .play-video i {
    display: block;
    transition: all 0.3s ease;
}
.product-item,
.production-panel__dropping,
.production-panel__dropping img,
.production-panel__dropping-left img,
.production-panel__view svg {
    transition: all 0.2s;
}
.news ._video {
    cursor: pointer;
}
.news ._video:hover .play-video i {
    transform: scale(1.1);
    color: #d2d2d3;
}
.news-nav ul {
    margin: 30px 20px 50px 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .news-nav ul {
        text-align: center;
        margin: 20px 0;
    }
}
.news-nav ul li {
    margin-right: 45px;
}
.news .ya-share2__item_service_vkontakte .ya-share2__counter,
.news .ya-share2__item_service_vkontakte .ya-share2__icon {
    color: #5d7294;
}
.news .ya-share2__item_service_twitter .ya-share2__counter,
.news .ya-share2__item_service_twitter .ya-share2__icon {
    color: #76aaeb;
}
.news .ya-share2__item_service_facebook .ya-share2__counter,
.news .ya-share2__item_service_facebook .ya-share2__icon {
    color: #475995;
}
.news .ya-share2__item_service_odnoklassniki .ya-share2__counter,
.news .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    color: #f58220;
}
.small-block .news-block-text {
    height: 221px;
    position: relative;
}
.ya-share2__item .ya-share2__icon {
    padding-right: 5px;
}
.ya-share2__item .ya-share2__icon:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ya-share2__item_service_vkontakte .ya-share2__icon:before {
    content: "\f108";
}
.ya-share2__item_service_twitter .ya-share2__icon:before {
    content: "\f107";
}
.ya-share2__item_service_facebook .ya-share2__icon:before {
    content: "\f103";
}
.ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
    content: "\f12c";
}
.award_img {
    background-size: cover;
}
.award_url {
    display: block;
}
.ya-share2__title {
    display: none;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .news-nav ul li {
        margin-right: 30px;
    }
    .main-news-video .big-block:last-of-type,
    .main-news-video .row {
        display: none;
    }
}
#description_additional .content table {
    margin: 0;
}
.product_name_title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product_logo_link {
    width: 200px;
    margin-top: -34px;
}
.product_logo_link_img {
    width: 200px;
}
.list_item {
    display: -ms-flexbox;
    display: flex;
}
.list_item_icon {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    fill: #2e3033;
}
.list_item:hover .list_item_icon {
    fill: #777;
}
.links__url {
    color: #10151a;
    font-size: 20px;
}
@media (max-width: 960px) {
    .product_logo_link {
        margin-top: -34px;
    }
}
@media (max-width: 480px) {
    .product_logo_link {
        margin-top: -28px;
    }
}
@media (max-width: 360px) {
    .product_logo_link {
        margin-top: -21px;
    }
}
.other-result-item {
    margin-bottom: 60px;
}
.other-result-title {
    margin-bottom: 17px;
}
.other-result-title a {
    color: #000;
    font-size: 18px;
}
.other-result-title a:hover {
    text-decoration: underline;
}
.other-result-text {
    color: #b6b6b6;
    font-size: 15px;
}
.pagination {
    margin: 0 auto;
    position: relative;
}
.pagination .page_item {
    display: inline-block;
    padding: 5px 9px;
    color: #d5d5d5;
    margin: 8px;
    border-radius: 1px;
}
.pagination .page_item.active_item {
    color: #ff9a00;
    border-color: #ff9a00;
}
.pagination-item {
    color: #b6b6b6;
    font-size: 20px;
    margin-right: 18px;
    cursor: pointer;
}
.pagination-item:hover {
    color: #96969a;
}
.pagination-item._active {
    color: #333;
    cursor: default;
}
.pagination-arrow {
    position: absolute;
    width: 18px;
    height: 18px;
    color: #96969a;
    top: 2px;
    font-size: 15px;
    cursor: pointer;
}
.pagination-arrow:hover {
    color: #b6b6b6;
}
.pagination .icon-arrow-banner-prev {
    left: 0;
}
.pagination .icon-arrow-banner-next {
    right: 0;
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
    :after,
    :before {
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
    .bread,
    .btn,
    .btn-slab-mini,
    .footer,
    .header,
    .hidden-print,
    .product-specifications__anchor-link,
    .product-specifications__btn-wrap,
    .spinner {
        display: none !important;
    }
    .product-specifications__content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-specifications__image-big {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 30px;
    }
    html .product-specifications {
        padding-bottom: 0 !important;
    }
    html #description {
        padding-top: 0 !important;
    }
}
.product-accessories__pattern {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.product-badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-item .product-badges {
    top: 10px;
    left: 10px;
}
.comparison__item .product-badges {
    top: 30px;
    left: 30px;
}
.product-badges__item {
    padding: 3px 1px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 8px;
    width: 80px;
    text-align: center;
}
.product-badges__item:last-child {
    margin-bottom: 0;
}
.product-badges__item.is-new {
    background-color: #ff5a1f !important;
}
.product-badges__item.is-test {
    background-color: #ba4847 !important;
}
.product-badges__item.is-sale {
    background-color: #d3d931 !important;
    color: #222;
}
.product-badges__item.soon {
    background-color: #7ab515 !important;
}
.product-badges__item.is-order {
    background-color: #ff9a00 !important;
    color: #222;
}
.product-badges__item.is-inStock {
    background-color: #4aa94b !important;
}
.product-badges__item.is-out {
    background-color: #676767 !important;
    font-size: 8px;
}
.product-badges__item.is-notAvailable {
    background-color: #1a1a1a !important;
    font-size: 8px;
}
.product-badges__item.is-archive {
    background-color: #b3b3b3 !important;
    color: #222;
}
.product-features {
    position: relative;
    margin-top: 40px;
}
.product-features__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .product-features__content {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
    }
}
.product-features__list {
    padding-bottom: 300px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .product-features__list {
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
        margin-bottom: 30px;
    }
}
.product-features__img {
    margin-bottom: -90px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .product-features__img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
}
.product-features__img img {
    max-width: 100%;
}
.product-features__pattern {
    position: absolute;
    bottom: -120px;
    right: 0;
}
.product-interaction__item {
    margin-right: 40px;
}
.product-interaction__item:first-child {
    margin-right: 70px;
}
@media (max-width: 1100px) {
    .product-interaction__item:first-child {
        margin-right: 30px;
    }
}
.product-interaction__item:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .product-interaction__item {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}
.product-interaction__price-number {
    color: #ff9a00;
    font-size: 24px;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
}
@media (max-width: 1100px) {
    .product-interaction__price-number {
        font-size: 20px;
    }
}
.product-item-slider {
    margin: 0 -10px;
}
@media (max-width: 1400px) {
    .product-item-slider {
        padding: 0 15px;
    }
    .product-item-slider .slick-prev {
        left: 0;
    }
}
@media (max-width: 630px) {
    .product-item-slider {
        padding: 0;
    }
}
.product-item-slider__item-wrap {
    padding: 15px;
}
.product-item-slider .slick-prev:before {
    content: "\f12a";
    color: #999;
}
@media (max-width: 1400px) {
    .product-item-slider .slick-next {
        right: 0;
    }
}
.product-item-slider .slick-next:before {
    content: "\f129";
    color: #999;
}
.product-item-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
}
.product-item-slider .product-item-slider__item {
    height: 100%;
}
.product-item {
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 12px 12px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
    position: relative;
    background-color: #fff;
}
.otherUnknown .product-item {
    display: block;
}
.is-line .product-item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px;
}
.is-line .product-item > div {
    margin-right: 15px;
}
.is-line .product-item > div:last-child {
    margin-right: 0;
}
.is-line .product-item__name {
    min-height: auto;
    margin: 0 15px 0 0;
}
.is-line .product-item__image {
    margin-bottom: 0;
    width: 20%;
}
@media only screen and (max-width: 767px) {
    .is-line .product-item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 12px 24px;
    }
    .is-line .product-item__image {
        margin-bottom: 20px;
    }
    .is-line .product-item > div {
        margin-right: 0;
    }
}
.product-item__image {
    height: 175px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.is-line .product-item__wrap-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
}
.product-item__name {
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 60px;
    height: 125px;
}
.product-item__name a {
    color: #222;
    font-family: "Roboto Slab", serif;
    font-size: 19px;
    font-weight: 600;
}
.product-item__name a:hover {
    color: #ff9a00;
}
.product-item__description {
    text-transform: uppercase;
    color: #747474;
    height: 80px;
    overflow: hidden;
    margin: 0 auto 10px;
}
.cart__list .product-item__description {
    height: auto;
    overflow: auto;
}
.is-line .product-item__description {
    text-align: left;
    height: auto;
    margin: 0;
    max-width: 200px;
}
@media only screen and (max-width: 767px) {
    .is-line .product-item__wrap-info {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-item__description {
        height: auto;
    }
}
.product-item__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.is-line .product-item__btns {
    position: absolute;
    right: 35px;
    bottom: 35px;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-item__btn:first-child {
    margin-right: 35px;
}
.is-line .product-item__btn:first-child {
    margin-right: 0;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .is-line .product-item__btns {
        -ms-flex-direction: row;
        flex-direction: row;
        position: static;
    }
    .is-line .product-item__btn:first-child {
        margin-right: 35px;
        margin-bottom: 0;
    }
}
.is-line .product-item__text {
    font-size: 16px;
    margin: 0 10px;
}
.product-specifications {
    position: relative;
    z-index: 1;
}
.product-specifications__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .product-specifications__content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.product-specifications__image-big {
    position: relative;
    padding: 50px;
    width: 45%;
    min-width: 45%;
    margin-right: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ccc;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .product-specifications__image-big {
        padding: 20px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.product-specifications__image-big .product-badges {
    top: 10px;
    left: 10px;
}
.product-specifications__anchor-link {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 20px;
    color: #10151a;
}
.product-specifications__anchor-link:hover {
    text-decoration: none;
}
.product-specifications__btns {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.product-specifications__btn-wrap {
    width: 280px;
    margin: 0 10px 10px 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-specifications__btn-wrap .btn {
    max-width: 100%;
}
.product-specifications__accordeon {
    max-width: 730px;
    width: 100%;
}
.product-specifications__accordeon .accordeon-title {
    border-top: none;
}
.product-specifications__accordeon-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -5px;
}
.product-specifications__accordeon-column {
    width: calc(50% - 10px);
    margin: 0 5px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .product-specifications__accordeon-column {
        width: calc(100% - 10px);
    }
}
.product-specifications__accordeon-item {
    width: 100%;
    margin-bottom: 10px;
}
.product-specifications__images {
    margin: 60px 0 40px;
    padding: 0 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .product-specifications__images {
        margin: 30px 0;
        padding: 0;
    }
}
.product-specifications__images .slick-dots li,
.product-specifications__images .slick-dots li button {
    width: 10px;
    height: 10px;
}
.product-specifications__images .slick-dots li button::before {
    font-size: 24px;
    width: 10px;
    height: 10px;
    top: -15px;
}
.product-specifications__images-item-wrap {
    border: 1px solid #ccc;
    margin: 0 10px;
}
.product-specifications__images-item {
    padding: 10px;
    background-color: #fff;
    display: block;
}
.product-specifications__images-item img {
    margin: 0 auto;
}
/* update */
@media only screen and (max-width: 960px) {
    .production-panel__filter-items {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 480px) {
    .production-panel__filter-items .production-panel__filter-item {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin: 15px;
    }

    .production-panel__filter-items .production-panel__dropping-left::before {
        border: none;
    }
}
/* ----- */

.production-panel__filter-item a.sort_direction {
    font-size: 14px;
}

.production-panel__filter-item,
.production-panel__sections-list-item {
    margin-bottom: 15px;
}
.product-specifications__pattern {
    position: absolute;
    z-index: -1;
    bottom: 0;
}
.product-specifications .slick-next,
.product-specifications .slick-prev {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.product-specifications .slick-next:before,
.product-specifications .slick-prev:before {
    font-size: 50px;
    color: #333;
}
.production-panel__bread-item::after,
.production-panel__bread-link {
    font-size: 13px;
    font-family: "Roboto Slab", serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.product-specifications .slick-prev {
    left: -10px;
}
.product-specifications .slick-next {
    right: -30px;
}
.product-specifications__count-text {
    padding-right: 30px;
}
@media (max-width: 1256px) {
    .product-specifications__count-text {
        padding-right: 10px;
    }
}
.product-specifications-gallery .mfp-content {
    padding: 25px;
}
.production-panel {
    background-color: #10151a;
}
.production-panel__item {
    padding: 25px 20px;
    border-bottom: 1px solid #2f3232;
}
.production-panel__item:last-child {
    border-bottom: none;
}
.production-panel__bread {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.production-panel__bread-item {
    padding-right: 10px;
    position: relative;
}
.production-panel__bread-item:last-child::after {
    display: none;
}
.production-panel__bread-item::after {
    content: "/";
    right: 3px;
    position: absolute;
    top: 0;
}
.production-tile-text,
.projects-item-text .name {
    font-family: "Roboto Slab", serif;
}
.production-panel__sections {
    display: -ms-flexbox;
    display: flex;
}
.production-panel__sections-list {    
    padding: 0 20px;
    width: 33.3333%;
    list-style: none;
}

.production-panel__sections-list:first-child{
    border-right: 2px solid #2f3232;
}

.production-panel__sections-list_new{     
    list-style: none;
    display: none;              
}

.production-panel__sections-list_new .production-panel__sections-list-item{        
}

@media only screen and (max-width: 767px) {
    .production-panel__sections-list{
        display: none;
    }
    
    .production-panel__sections-list_new{
        display: block;        
    }

    .production-panel__sections {
        /*-ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;*/
    }
    .production-panel__sections-list {
        width: 100%;
        border-right: none;
        padding: 0;
    }
}
.production-panel__sections-list:first-child {
    padding-left: 0;
}
.production-panel__sections-list:last-child {
    border-right-color: transparent;
}
.production-panel__sections-list-link {
    text-transform: uppercase;
    font-size: 14px;
    color: #b8b8b8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.production-panel__sections-list-link::before {
    content: "—";
    margin-right: 5px;
}
.production-panel__dropping-left::before,
.production-panel__dropping::after,
.production-panel__dropping::before,
.projects-item-link:before,
.title-toggle::before {
    content: "";
}
.production-panel__sections-list-link.is-active,
.production-panel__sections-list-link:hover {
    color: #ff9a00;
}
.production-panel__dropping-left:hover,
.production-panel__dropping:hover {
    color: #f1f1f1 !important;
}
.production-panel__filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.production-panel__dropping {
    padding: 0 12px;
    height: 100%;
    position: relative;
}
.production-panel__dropping::before {
    border-left: 1px solid #35393e;
    left: 0;
    top: -15px;
    bottom: -15px;
    position: absolute;
}
@media (max-width: 1340px) {
    .production-panel__dropping::before {
        top: -3px;
        bottom: -3px;
    }
}
.production-panel__dropping::after {
    border-right: 1px solid #35393e;
    right: 0;
    top: -15px;
    bottom: -15px;
    position: absolute;
}
@media (max-width: 1340px) {
    .production-panel__dropping::after {
        top: -3px;
        bottom: -3px;
    }
}
.production-panel__dropping-left {
    padding: 0 0 0 12px;
    height: 100%;
    position: relative;
    transition: all 0.2s;
}
.production-panel__dropping-left::before {
    border-left: 1px solid #35393e;
    left: 0;
    top: -15px;
    bottom: -15px;
    position: absolute;
}
@media (max-width: 1340px) {
    .production-panel__dropping-left::before {
        top: -3px;
        bottom: -3px;
    }
}
@media only screen and (max-width: 767px) {
    .production-panel__view-box {
        display: none !important;
    }
}
.production-panel__view svg {
    width: 20px;
    height: 20px;
    fill: #b6b6b6;
    cursor: pointer;
}
.production-panel__view svg:hover {
    fill: #9c9c9c;
}
.production-panel__view.is-active svg {
    fill: #ff9a00;
}
.production-panel .filter_param {
    color: #b6b6b6;
}
.production-panel .filter_param.is-active {
    color: #ff9a00 !important;
}
.production-tile {
    background: #292c31;
    margin-bottom: 50px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .production-tile {
        margin-bottom: 20px;
        margin-top: 20px;
        background: 0 0;
    }
}
.production-tile-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}
.production-tile-item {
    margin: 0 6px 12px;
    width: calc(14.28% - 12px);
    min-width: 189px;
    height: 189px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: all 0.35s ease;
    overflow: hidden;
}
.production-tile-item:hover .production-tile-text {
    transform: translateY(0);
    opacity: 1;
}
.slick-initialized .production-tile-item.slick-slide {
    display: -ms-flexbox;
    display: flex;
}
.production-tile-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.429;
    padding: 25px 25px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.35s ease;
    will-change: transform;
    transform: translateY(-100%);
    opacity: 0;
}
.projects-item-link:before,
.projects-item-text,
.projects-item-text .repost,
.projects-item-text .sum,
.projects-item-text .tag,
.projects-item-text:hover .tag {
    transition: opacity 0.5s ease;
}
.production-tile-bottom {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.production-wrapper .link-dark {
    color: #fff;
    margin-bottom: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .production-tile-text {
        transform: translateY(0);
        opacity: 1;
    }
    .production-tile-bottom {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 5px;
    }
    .production-wrapper {
        display: block;
    }
    .production-wrapper .link-dark {
        color: #212121;
        margin-bottom: 15px;
    }
}
.production-wrapper .link-dark:hover {
    color: #f1f1f1;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .production-wrapper .link-dark:hover {
        color: #888;
    }
}
.title-toggle {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #fff !important;
}
.title-toggle::before {
    position: absolute;
    top: 61%;
    transform: translateY(-50%);
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #fff transparent transparent;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .title-toggle {
        color: #666 !important;
        margin-top: 15px;
    }
    .title-toggle::before {
        display: none;
    }
    .projects-item {
        width: 100% !important;
    }
}
.projects.shadow {
    box-shadow: inset 1px 13px 20px 0 #ccc;
}
.projects-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1800px;
    margin: 0 auto;
}
.projects-item {
    height: 420px;
    position: relative;
    background: url(../../images/loading-projects.gif) center no-repeat #ebedef;
}
.projects-item:hover .projects-item-link:before {
    opacity: 0.7;
}
.projects-item:hover .projects-album-link,
.projects-item:hover .projects-article-link {
    opacity: 1;
}
.projects-item-link {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}
.projects-item-link img {
    opacity: 0;
}
.projects-item-link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
}
.projects-item-link-text {
    position: absolute;
    text-align: center;
    bottom: 20px;
    color: #fff;
    width: 100%;
}
.projects-item img {
    width: 100%;
    height: 100%;
}
.projects-item-text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.projects-item-text:hover .repost,
.projects-item-text:hover .tag {
    opacity: 1;
    position: relative;
    z-index: 2;
}
.projects-item-text:hover .sum {
    opacity: 1;
}
.projects-item-text .title {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 100px;
}
.projects-item-small .projects-item-text .title {
    bottom: 110px;
}
.projects-item-text .social {
    position: absolute;
    text-align: center;
    bottom: 140px;
}
.projects-item-text .sum {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    color: #c6c6c6;
}
.projects-item-text .sum-number {
    font-size: 20px;
}
.projects-item-text .tag {
    opacity: 0;
    margin-bottom: 10px;
    pointer-events: none;
}
.projects-item-text .tag a {
    pointer-events: auto;
}
.projects-item-text .repost {
    border: none !important;
    opacity: 0;
    margin-bottom: 30px;
}
.projects-item-text .repost-link {
    margin-right: 30px;
}
.projects-item-text .repost .share-block {
    margin-left: 0;
}
.projects-item-text .repost .share-block a {
    color: #fff;
}
.projects-item-text .name {
    font-size: 19px;
    line-height: 1.3;
    width: 80%;
    margin: 0 auto 10px;
}
.projects-album-link,
.projects-article-link {
    position: absolute;
    z-index: 10;
    font-size: 11px;
    transition: opacity 0.5s ease;
    transform: translate(-50%);
    left: 50%;
    opacity: 0;
}
.projects-item-text .name:hover {
    text-decoration: underline;
}
.projects-item-big {
    width: 50%;
}
.projects-item-small {
    width: 25%;
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .projects-item-small {
        width: 50%;
    }
    .pull-col-none {
        float: none !important;
    }
}
.projects-album-link {
    color: #fff;
    top: 85px;
    cursor: pointer;
}
.projects-album-link:hover {
    color: #ddd;
}
.projects-article-link {
    color: #b6b6b6;
    top: 105px;
}
.projects-article-link:hover {
    color: #ddd;
}
.projects-gallery {
    height: 100%;
    background-size: cover;
    background-position: center;
}
.lg-outer .lg-item {
    background: url(../../images/loading2.gif) center center no-repeat !important;
}
.range-slider {
    width: 150px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .range-slider {
        margin: 20px 0 10px;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        min-width: 240px;
    }
    .production-panel__filter-item, .production-panel__sections-list-item {
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }
}
.range-slider__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .range-slider__wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
    .range-slider__wrap .spinner-trigger {
        display: none !important;
    }
    .range-slider__spinner-max {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
.secondary-slider .slider-pro-secondary {
    margin: 0 auto;
}
.secondary-slider .sp-button {
    margin: 0 50px 0 0;
}
@media only screen and (max-width: 480px) {
    .secondary-slider .sp-button {
        margin: 0 10px 0 0;
        width: 2px;
    }
}
.secondary-slider .sp-buttons {
    top: 50px;
}
.secondary-slider .sp-buttons .sp-button:after {
    width: 53px;
}
@media only screen and (max-width: 480px) {
    .secondary-slider .sp-buttons .sp-button:after {
        width: 13px;
        display: none;
    }
}
.secondary-slider .sp-caption-container {
    color: #666;
    border-bottom: 1px solid #c6c6c6;
    margin-top: 50px;
    padding-bottom: 20px;
    min-height: 41px;
    text-align: center;
}
.secondary-slider .sp-caption-container span {
    width: 93%;
    display: block;
    margin: 0 auto;
}
.secondary-slider .sp-horizontal .sp-arrows {
    bottom: -40px;
}
.secondary-slider .sp-arrows {
    width: 115%;
    position: absolute;
    bottom: auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.secondary-slider .sp-horizontal .sp-arrows .sp-previous-arrow {
    left: 0;
    font-size: 28px;
}
@media only screen and (max-width: 480px) {
    .secondary-slider .sp-arrows {
        width: 135%;
    }
    .secondary-slider .sp-horizontal .sp-arrows .sp-previous-arrow {
        font-size: 18px;
    }
}
.secondary-slider .sp-horizontal .sp-arrows .sp-next-arrow {
    right: 20px;
    font-size: 28px;
}
@media only screen and (max-width: 480px) {
    .secondary-slider .sp-horizontal .sp-arrows .sp-next-arrow {
        font-size: 18px;
        right: 10px;
    }
}
.custom_share .ya-share2__item {
    width: 24px;
    height: 24px;
}
.custom_share .ya-share2__badge,
.custom_share .ya-share2__mobile-popup-badge {
    background-color: transparent !important;
}
.custom_share .ya-share2__container_shape_round .ya-share2__badge {
    border-radius: 0;
}
.custom_share .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url(../../images/social/vk.png) no-repeat;
}
.custom_share .ya-share2__item_service_facebook .ya-share2__icon {
    background: url(../../images/social/fb.png) no-repeat;
}
.custom_share .ya-share2__item_service_telegram .ya-share2__icon {
    background: url(../../images/social/telegram.png) no-repeat;
}
.custom_share .ya-share2__item_service_viber .ya-share2__icon {
    background: url(../../images/social/viber.png) no-repeat;
}
.custom_share .ya-share2__item_service_whatsapp .ya-share2__icon {
    background: url(../../images/social/wp.png) no-repeat;
}
.custom_share .ya-share2__item .ya-share2__icon:before {
    display: none !important;
}
.slider-animation-item {
    position: relative;
}
.slider-animation-item.video-slider-item {
    cursor: pointer;
}
.slider-animation-item.video-slider-item::before {
    content: "\f114";
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 76px;
    color: #fff;
    transition: all 0.2s;
}
.div-for-textarea,
.link-dark,
.marker-list li {
    text-transform: uppercase;
}
.slider-animation-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.slider-animation-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 100%;
}
.is-play .slider-animation-content {
    display: none;
}
.slider-animation-left {
    transform: translateX(-30px);
    opacity: 0;
    transition: all 0.3s;
    transition-delay: 0.2s;
    margin-bottom: 30px;
}
.slick-active .slider-animation-left {
    transform: translateX(0);
    opacity: 1;
}
.slider-animation-left img {
    max-width: 100%;
}
.slider-animation-right {
    max-width: 600px;
    font-size: 16px;
    transform: translateX(30px);
    opacity: 0;
    transition: all 0.3s;
    transition-delay: 0.5s;
}
.slick-active .slider-animation-right {
    transform: translateX(0);
    opacity: 1;
}
.txt-hover .title,
.txt-hover a .title {
    transform: translateX(-50%);
    transition: all 0.3s ease;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .slider-animation-right {
        font-size: 14px;
    }
}
.slider-animation-img {
    width: 100%;
}
.is-play .slider-animation-img {
    position: relative;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
}
.slider-animation .txt-right-back {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
    .slider-animation-left {
        display: none;
    }
    .slider-animation-right {
        font-size: 10px;
    }
    .slider-animation .txt-right-back {
        padding: 5px;
    }
}
.slider-animation .slick-dots {
    bottom: -40px;
}
.slider-animation .slick-dots li button:before {
    font-size: 44px;
}
@media only screen and (max-width: 767px) {
    .slider-animation .h2,
    .slider-animation h2 {
        font-size: 16px;
    }
}
.spinner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.spinner-text,
.spinner-trigger,
ul.horizontal > li {
    display: inline-block;
}
.spinner-trigger {
    color: #9a9a9a;
    cursor: pointer;
}
.spinner-trigger:hover {
    color: #bfbfbf;
}
.spinner-trigger.is-right {
    margin-left: 5px;
}
.spinner-text {
    width: 80px;
    height: 50px;
    border: none;
    text-align: center;
    color: #ff9a00;
    padding: 0;
    background-color: #04080b;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-size: 22px;
}
.box img,
.w-960 img {
    width: 100%;
    height: auto;
}
.is-mini .spinner-text {
    height: 24px;
    color: #fff;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    text-align: left;
    padding-left: 5px;
    border-radius: 2px;
}
.is-light .spinner-text {
    background-color: #eee;
    border: 1px solid #9e9e9e;
}
body,
html {
    background-color: #f4f4f4;
    font-family: Roboto, sans-serif !important;
}
body {
    position: relative;
    overflow-x: hidden;
    color: #333;
}
.content table,
section._white {
    background-color: #fff;
}
a {
    outline: 0 !important;
}
a:focus,
a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
}
@media only screen and (max-width: 480px) {
    ul.horizontal > li {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
    .pull-xs-none {
        float: none !important;
    }
}
ul:not([class]) li:last-child {
    margin: 0 !important;
}
i {
    font-style: normal;
}
input,
textarea {
    outline: 0;
}
::-webkit-resizer {
    display: none;
}
.link-dark {
    font-size: 11px;
    color: #212121;
    font-weight: 600;
}
.link-dark:hover {
    color: #888;
}
.text-slab {
    font-size: 16px;
    font-family: "Roboto Slab", serif;
    color: #212121;
    font-weight: 400;
    line-height: 1.333;
    margin-bottom: 30px;
}
.citation q::after,
.citation q::before,
.statement-who {
    color: #666;
}
.text-long {
    max-width: 905px;
    padding: 0 20px;
    margin: 0 auto;
}
.text-md,
.text-sm,
.text-xs {
    margin: 0 auto 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .is-mini .spinner-text {
        height: 32px;
    }
    .pull-sm-none {
        float: none !important;
    }
    .text-slab {
        font-size: 16px;
    }
    .text-long {
        padding: 0;
    }
}
.text-long .article-text {
    font-size: 14px;
    line-height: 2;
}
.about .text-long p {
    font-weight: 700;
}
.text-md {
    max-width: 960px;
    font-family: "Roboto Slab", serif;
}
.text-sm {
    max-width: 880px;
    line-height: 2;
}
.text-xs {
    max-width: 770px;
}
.citation,
.citation-italic {
    max-width: 905px;
    margin: 0 auto;
    padding: 0 20px;
}
.citation-italic {
    font-weight: 400 !important;
    font-style: italic;
    position: relative;
    font-size: 14px;
}
.citation-italic.no_italic,
.citation.no_italic {
    font-style: normal;
}
.citation,
q::after,
q::before {
    font-style: italic;
    position: relative;
}
q::after,
q::before {
    font-size: 60px;
    font-family: "Roboto Slab", sans-serif;
    line-height: 0;
    top: 7px;
}
q::after {
    right: -3px;
    content: " »" !important;
}
q::before {
    left: -6px;
    margin-left: -42px;
    content: "« " !important;
}
.txt-hover a:before,
.txt-hover:before,
input[type="checkbox"] + label::before {
    content: "";
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    q::after,
    q::before {
        font-size: 40px;
    }
    q::before {
        left: -3px;
        margin-left: -17px;
    }
}
.text-short {
    max-width: 655px;
    margin: 0 auto;
}
.text-short.medium {
    max-width: 700px !important;
}
.text-short p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    font-family: Roboto, sans-serif;
    margin: 0 0 22px;
}
.citation {
    font-weight: 400 !important;
    font-family: "Noto Sans", sans-serif;
}
.statement {
    max-width: 930px;
    margin: 0 auto;
    font-size: 16px;
}
.statement-head {
    font-weight: 500;
}
.statement-text {
    font-family: "Roboto Slab", serif;
}
.statement-text q {
    line-height: 1.8;
}
div.container_12 {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}
.container-full {
    max-width: 1740px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
h1._gray,
h2._gray,
h3._gray,
h4._gray,
h5._gray,
h6._gray {
    color: #979797;
}
.h1,
h1 {
    font-size: 44px;
    font-family: "Roboto Slab", serif;
}
.h2,
h2 {
    font-size: 34px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .h1,
    h1 {
        font-size: 34px;
    }
    .h2,
    h2 {
        font-size: 24px;
    }
}
.h3,
h3 {
    font-size: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .h3,
    h3 {
        font-size: 21px;
    }
}
.h4,
h4 {
    font-size: 22px;
}
.h5,
h5 {
    font-size: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .h4,
    h4 {
        font-size: 20px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
}
.h6,
h6 {
    font-size: 18px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .h6,
    h6 {
        font-size: 16px;
    }
}
h2.h2-title {
    font-size: 42px;
    color: #666;
    margin-bottom: 45px;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
}
.box h1,
h2.big {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    h2.h2-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}
.box h1 {
    font-size: 44px;
}
.box h2 {
    font-size: 34px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .box h1 {
        font-size: 34px;
    }
    .box h2 {
        font-size: 28px;
    }
}
.box h4 {
    font-size: 22px;
    line-height: 2;
}
.box h5 {
    font-size: 14px;
    line-height: 2;
}
h2.big {
    font-size: 44px;
}
.box._short {
    max-width: 680px;
    margin: 0 auto;
}
.box.images-fon {
    background-image: url(../../images/img-article.png);
    height: 650px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    h2.big {
        font-size: 34px;
    }
    .box.images-fon {
        height: 400px;
        background-attachment: inherit;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .box.images-fon {
        height: 400px;
        background-attachment: inherit;
    }
}
@media only screen and (max-width: 480px) {
    .box.images-fon {
        height: 300px;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1344px) {
    .box.images-fon {
        height: 500px;
    }
}
.marker-list {
    margin-left: 15px;
}
.marker-list li {
    padding-left: 30px;
    font-size: 12px;
    margin-bottom: 13px;
    font-weight: 900;
}
.content ol,
.content ul {
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content ol li,
.content ul li {
    padding-left: 10px;
    font-size: 12px;
    margin-bottom: 13px;
    font-weight: 900;
}
.bold,
.preview-text {
    font-weight: 700;
}
.content table {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}
.content table thead {
    color: #888;
    border-top: 1px solid #ddd;
}
.content table thead td {
    padding: 23px;
}
.content table tr:last-child {
    border-bottom: 1px solid #ddd;
}
.content table td {
    padding: 14px 23px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
    margin: 50px 0;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5 {
        margin: 30px 0;
    }
    .container.mobile {
        padding: 0 !important;
        width: 100%;
    }
}
.center,
.preview-link {
    margin: 0 auto;
}
.citation {
    font-size: 14px !important;
}
.citation q {
    line-height: 2.2;
}
.w-960 {
    max-width: 960px;
}
.preview img,
.preview-content {
    max-width: 100%;
}
.clarification {
    color: #c6c6c6;
    border-bottom: 1px solid #f8f8f8;
}
.info-text p,
p._dark {
    font-size: 16px;
    color: #666;
}
p._dark {
    line-height: 1.6;
    font-family: Roboto, sans-serif;
}
.preview-text,
.txt-hover .title,
.txt-hover a .title {
    font-family: "Roboto Slab", serif;
}
.div-for-textarea {
    border: none;
    border-bottom: 1px solid #bababa;
    color: #bababa;
    width: 180px;
    outline: 0;
    position: relative;
    min-height: 40px;
    display: none;
    background: url(../../images/arrow-dropdown.png) right no-repeat #393c40;
}
.preview {
    border-top: 1px solid #ddd;
}
.preview img {
    width: 100%;
    height: auto;
}
.preview-link {
    width: 90%;
    display: block;
}
.preview-link:hover .preview-text {
    color: #666;
}
.preview-text {
    color: #000;
    font-size: 44px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .preview-link {
        text-align: center;
    }
    .preview-text {
        font-size: 20px;
    }
}
div.grey,
section.grey {
    background-color: #f7f7f7;
}
.txt-hover a:before,
.txt-hover:before,
div.white,
section.white {
    background-color: #fff;
}
ul.ls-n {
    list-style: none !important;
    padding: 0 !important;
}
#pages a {
    color: #fff;
    font-size: 16px;
}
#pages a:hover {
    color: #fafafa;
}
.txt-hover a {
    position: relative;
    display: block;
}
.txt-hover a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s ease;
    opacity: 0;
}
.txt-hover a:hover span,
.txt-hover a:hover:before {
    opacity: 1;
}
.txt-hover a:hover .title {
    top: 70px;
}
.txt-hover a span {
    opacity: 0;
    position: absolute;
    text-align: left;
    z-index: 1;
}
.txt-hover a .title {
    top: 0;
    left: 50%;
    color: #000;
    font-size: 20px;
    width: 90%;
}
.txt-hover a .date {
    bottom: 30px;
    right: 30px;
    color: #888;
    font-size: 18px;
}
.txt-hover {
    position: relative;
    display: inline-block;
}
.txt-hover:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s ease;
    opacity: 0;
}
.txt-hover:hover span,
.txt-hover:hover:before {
    opacity: 1;
}
.txt-hover:hover .title {
    top: 70px;
}
.txt-hover span {
    opacity: 0;
    position: absolute;
    text-align: left;
    z-index: 1;
}
.txt-hover .title {
    top: 0;
    left: 50%;
    color: #000;
    font-size: 20px;
    width: 90%;
}
.txt-hover .date {
    bottom: 30px;
    right: 30px;
    color: #888;
    font-size: 18px;
}
.tile-big-item .tile-big-link {
    position: relative;
    display: block;
    border: 1px solid transparent;
}
.tile-big-item .tile-big-link:hover {
    border-color: #999;
}
.filter {
    position: relative;
    border: 1px solid #e2e2e2;
}
.filter .choice {
    position: static !important;
    display: block !important;
    width: 100%;
    transform: none !important;
    box-shadow: none;
}
.images-prlx,
.images-prlx img {
    position: relative;
    overflow: hidden;
}
.filter .choice .choice-inner {
    padding-left: 20px;
}
.lowercase {
    text-transform: lowercase !important;
}
.slab {
    font-family: "Roboto Slab", serif;
}
.is-block {
    display: block;
}
.images-prlx img {
    width: 100%;
    display: block !important;
}
@media (max-width: 1360px) {
    .images-prlx img {
        margin-bottom: -50px;
    }
}
@media (max-width: 1250px) {
    .images-prlx img {
        margin-bottom: -100px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .images-prlx img {
        position: static !important;
        height: auto;
        margin-bottom: 0;
    }
    .fs-larger-xl {
        font-size: 34px;
    }
}
.g-recaptcha > div,
.infinite-loader {
    margin: 20px auto;
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.infinite-loader.is-absolute,
.news .infinite-loader {
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
}
.infinite-loader {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #999;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}
#totop,
input[type="checkbox"] {
    display: none;
}
.infinite-loader.is-absolute {
    bottom: 10px;
}
.news .infinite-loader {
    bottom: -80px;
}
html .static {
    position: static !important;
}
.preloader-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    z-index: 4;
    background: url(../../images/loading.gif) center no-repeat #fff;
}
#totop {
    position: fixed;
    bottom: 30px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #fff;
    right: 30px;
    z-index: 100;
    background: url(../../images/svg/up.svg) center no-repeat;
    transition: all 0.35s ease;
}
#totop:hover {
    transform: scale(1.15);
}
.g-recaptcha {
    overflow: hidden;
}
.radio_wrapper_help {
    position: relative;
}
input[type="checkbox"] + label {
    cursor: pointer;
    text-align: left;
}
input[type="checkbox"] + label a {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
}
input[type="checkbox"] + label:hover {
    color: #999;
}
input[type="checkbox"] + label::before {
    border-radius: 2px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: #d1d1d1;
    display: inline-block;
    font-size: 19px;
    vertical-align: text-bottom;
    color: #777;
    text-align: center;
    margin-right: 17px;
}
input[type="checkbox"]:checked + label::before {
    content: "\2713";
    line-height: 18px;
}
input[type="checkbox"].is-light + label::before {
    background-color: transparent;
    border: 2px solid #afafaf;
}
input[type="checkbox"].is-light:checked + label::before {
    background-color: #afafaf;
    color: #222;
}
input[type="checkbox"].is-bright + label {
    color: #a3a8ad;
}
input[type="checkbox"].is-bright + label::before {
    border: 2px solid #a3a8ad;
    color: #a3a8ad;
    background-color: transparent;
}
input[type="checkbox"].is-bright:checked + label::before {
    font-size: 16px;
    line-height: 16px;
}
input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: sub;
    margin-right: 5px;
    display: inline-block;
}
input[type="radio"] + label {
    font-size: 15px;
}
input[type="radio"].radio-dark {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    pointer-events: none;
}
input[type="radio"].radio-dark + label {
    cursor: pointer;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #9a9a9a;
    transition: all 0.2s;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
input[type="radio"].radio-dark + label::before {
    content: "";
    border-radius: 50%;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #afafaf;
    display: inline-block;
    font-size: 19px;
    vertical-align: text-bottom;
    color: #777;
    text-align: center;
    margin-right: 10px;
    transition: all 0.2s;
}
.cabinet-list-link,
.image-list {
    vertical-align: middle;
}
input[type="radio"].radio-dark + label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff9a00;
    transform: scale(0);
    transition: all 0.2s;
}
input[type="radio"].radio-dark:checked + label {
    color: #ff9a00;
}
input[type="radio"].radio-dark:checked + label::before {
    border-color: #ff9a00;
}
input[type="radio"].radio-dark:checked + label::after {
    transform: scale(1);
}
a.color-black:hover {
    color: #777 !important;
}
.textarea-dark {
    height: 280px;
    resize: none;
    background-color: #292c31;
    color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    border: none;
    width: 100%;
    border-radius: 2px;
}
.textarea-dark::-moz-placeholder {
    color: #a3a8ad;
    opacity: 1;
}
.textarea-dark:-ms-input-placeholder {
    color: #a3a8ad;
}
.textarea-dark::-webkit-input-placeholder {
    color: #a3a8ad;
}
.flex {
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    input[type="radio"].radio-dark + label::before {
        margin-right: 10px;
    }
    .flex.flex-xs-column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.flex.flex-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex.flex-around.title-around > div:first-child {
    position: relative;
}
.flex.flex-around.title-around > div:first-child h2 {
    position: absolute;
    top: -60px;
}
.add_employee_button {
    border-bottom: 1px solid #888;
    font-size: 16px;
    background-color: transparent;
    margin-bottom: 40px;
    width: 330px;
    position: relative;
    display: block;
    text-align: left;
    color: #838383;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}
.table-wrap table.table tr:last-child,
table.forcont4 tr:last-child {
    border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 480px) {
    .add_employee_button {
        width: 200px;
    }
}
.add_employee_button:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    background: url(../../images/add_employee_button.png) no-repeat;
    width: 16px;
    height: 16px;
}
.reviews-button {
    width: 48px;
    height: 48px;
    border-radius: 2px;
    background: url(../../images/svg/icon-mail.svg) center no-repeat #f2f2f2;
    position: fixed;
    right: 23px;
    background-size: 65%;
    z-index: 100;
    top: 86px;
}
.dark-theme .reviews-button,
.dark-theme-header .reviews-button {
    background: #2e3034;
}
.dark-theme .reviews-button::before,
.dark-theme-header .reviews-button::before {
    content: "";
    background: url(../../images/svg/icon-mail.svg) no-repeat;
    position: absolute;
    left: 52%;
    top: 52%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
    width: 26px;
    height: 22px;
}
.reviews-button._search-open {
    z-index: 99;
}
@media (max-width: 1570px) {
    .reviews-button {
        right: 80px;
        top: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .reviews-button {
        display: none;
    }
}
._question {
    position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0,
        rgba(0, 174, 255, 0.04) 50%,
        rgba(255, 255, 255, 0) 51%,
        rgba(0, 174, 255, 0.03) 100%
    );
}
input:-webkit-autofill {
    -webkit-text-fill-color: #999 !important;
    color: #999 !important;
}
.image-list {
    width: 15px;
    height: 15px;
    margin-right: 7px;
    display: inline-block;
}
.div-for-textarea ~ div[style*="box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px"] {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important;
}
.row-btns-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.is-match a.showList {
    color: transparent;
    position: relative;
}
.is-match a.showList::before {
    content: "×";
    color: #a5a5a5;
    font-size: 24px;
    line-height: 1;
    left: 0;
    top: -5px;
    position: absolute;
}
.showList {
    cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .row-btns-end {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slider-tile-mobile {
        padding: 0 20px;
    }
}
.slider-tile-mobile .slick-next {
    right: -8px;
}
.slider-tile-mobile .slick-prev {
    left: 0;
}
.slider-tile-mobile .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}
.slider-tile-mobile .slick-arrow::before {
    color: #999;
    font-size: 18px;
}
.check_result,
.vacancy-item p {
    font-size: 16px;
}
.check_result > div {
    margin-bottom: 15px;
}
.check_result > div:last-child {
    margin-bottom: 0;
}
.check_result > div span:first-child {
    font-weight: 600;
}
.check_result > div span:last-child {
    padding-left: 8px;
}
.gallery-link {
    position: relative;
    display: block;
}
.gallery-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    z-index: 1;
    opacity: 0;
    transition: all 0.2s;
    background: url(../images/larger.png) no-repeat;
}
.gallery-link:hover::before {
    opacity: 1;
}
.pattern-mini {
    position: absolute;
    right: -100px;
    bottom: 0;
    z-index: 0;
}
.mobile-list-trigger {
    color: #b5b5b5;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    display: none;
    position: relative;
    padding-left: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .pattern-mini {
        right: 0;
    }
    .list-wrap {
        display: none;
    }
    .mobile-list-trigger {
        display: block;
    }
}
.mobile-list-trigger::before {
    content: "\f124";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    opacity: 0.8;
    transition: all 0.2s;
}
.mobile-list-trigger.is-active::before {
    transform: translateY(-50%) rotate(270deg);
}
.brands__tag a {
    pointer-events: auto;
    text-align: center;
    display: inline-block;
    padding: 6px 15px;
    min-width: 100px;
    border-radius: 2px;
    margin: 0 5px 5px 0;
    background-color: #4d4d4d;
    color: #fff;
}
.table-wrap table.table thead,
table.forcont4 thead {
    color: #888;
    border-top: 1px solid #ddd;
}
.brands__tag a:hover {
    background-color: #333;
}
.table-wrap table.table,
table.forcont4 {
    background-color: #fff;
    width: 100%;
}
.dilers-link {
    margin-bottom: 10px;
}
.fon-white {
    position: relative;
}
.fon-white .container {
    z-index: 1;
    position: relative;
}
.beta-sign {
    position: absolute;
    top: 46px;
    left: 300px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
@font-face {
    font-family: "Roboto Slab";
    src: url(../../fonts/RobotoSlab/robotoslabbold.woff) format("woff"),
        url(../../fonts/RobotoSlab/robotoslabbold.woff2) format("woff2"),
        url(../../fonts/RobotoSlab/robotoslabbold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Slab";
    src: url(../../fonts/RobotoSlab/robotoslabregular.woff) format("woff"),
        url(../../fonts/RobotoSlab/robotoslabregular.woff2) format("woff2"),
        url(../../fonts/RobotoSlab/robotoslabregular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../../fonts/Roboto/RobotoBold.woff) format("woff"), url(../../fonts/Roboto/RobotoBold.eot) format("eot"),
        url(../../fonts/Roboto/RobotoBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../../fonts/Roboto/RobotoMedium.woff) format("woff"),
        url(../../fonts/Roboto/RobotoMedium.eot) format("eot"),
        url(../../fonts/Roboto/RobotoMedium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../../fonts/Roboto/RobotoRegular.woff) format("woff"),
        url(../../fonts/Roboto/RobotoRegular.eot) format("eot"),
        url(../../fonts/Roboto/RobotoRegular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: GothamPro;
    src: url(../../fonts/GothamPro/GothamPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: GothamPro;
    src: url(../../fonts/GothamPro/GothamPro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: GothamPro;
    src: url(../../fonts/GothamPro/GothamPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: GothamPro;
    src: url(../../fonts/GothamPro/GothamPro-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: lg;
    src: url(../../fonts/lg.eot?n1z373);
    src: url(../../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),
        url(../../fonts/lg.woff?n1z373) format("woff"), url(../../fonts/lg.ttf?n1z373) format("truetype"),
        url(../../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Slab";
    src: url(../fonts/RobotoSlab/robotoslabbold.woff) format("woff"),
        url(../fonts/RobotoSlab/robotoslabbold.woff2) format("woff2"),
        url(../fonts/RobotoSlab/robotoslabbold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Slab";
    src: url(../fonts/RobotoSlab/robotoslabregular.woff) format("woff"),
        url(../fonts/RobotoSlab/robotoslabregular.woff2) format("woff2"),
        url(../fonts/RobotoSlab/robotoslabregular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/RobotoBold.woff) format("woff"), url(../fonts/Roboto/RobotoBold.eot) format("eot"),
        url(../fonts/Roboto/RobotoBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/RobotoMedium.woff) format("woff"), url(../fonts/Roboto/RobotoMedium.eot) format("eot"),
        url(../fonts/Roboto/RobotoMedium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/RobotoRegular.woff) format("woff"), url(../fonts/Roboto/RobotoRegular.eot) format("eot"),
        url(../fonts/Roboto/RobotoRegular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro/GothamPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro/GothamPro-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro/GothamPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro/GothamPro-Bold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"),
        url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.table-wrap {
    max-width: 955px;
    margin: 0 auto;
}
.table-wrap table.table thead td {
    padding: 23px;
}
.table-wrap table.table td {
    padding: 14px 23px;
}
.content-table {
    overflow-x: auto;
}
.table-product .table {
    display: none;
}
.table-product .table.active {
    display: table;
}
table.forcont4 thead td,
table.forcont4 thead th {
    padding: 23px;
}
table.forcont4 td {
    padding: 14px 23px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table.forcont4 p {
    margin-bottom: 0;
}
.table-edit {
    border-top: 1px solid #ccc;
    width: 100%;
}
.table-edit tr {
    border-bottom: 1px solid #ccc;
}
.table-edit td {
    text-align: center;
    padding: 8px 28px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.table-edit thead td {
    color: #ccc;
}
.table-edit tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.brand-card,
.brand-card a,
.vacancy-item {
    background-color: #fff;
}
.tile-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px;
}
@media only screen and (min-width: 961px) and (max-width: 1350px) {
    .tile-list {
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.tile-item {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px;
}
@media only screen and (min-width: 961px) and (max-width: 1350px) {
    .tile-item {
        width: calc(50% - 20px);
    }
}
@media only screen and (min-width: 630px) and (max-width: 960px) {
    .tile-list {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tile-item {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 630px) {
    .tile-list {
        display: block;
        text-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .tile-item {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .is-product .tile-item {
        width: calc(100% - 20px);
    }
}
.is-line .tile-item {
    width: calc(100% - 20px);
}
.tile-item img {
    max-width: 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.brand-card {
    text-align: center;
    border-radius: 4px;
}
.brand-card a {
    height: 462px;
    padding-top: 60px;
}
.brand-card a:hover .brand-card-name {
    color: #ff9a00;
}
.brand-card-img {
    margin-bottom: 80px;
}
.brand-card-name {
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "Roboto Slab", serif;
    transition: all 0.2s;
    text-transform: uppercase;
}
.brand-card-country {
    color: #b6b6b6;
    margin-bottom: 50px;
}
.block-card a {
    height: auto;
    padding-bottom: 20px;
    padding-left: 1px;
    padding-right: 1px;
}
.block-card .brand-card-country {
    margin-bottom: 0;
}
.tile-big-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tile-big-list .tile-big-item {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
}
@media only screen and (min-width: 960px) and (max-width: 1224px) {
    .tile-big-list .tile-big-item {
        width: calc(33% - 20px);
    }
}
@media only screen and (min-width: 630px) and (max-width: 960px) {
    .tile-big-list .tile-big-item {
        width: calc(50% - 20px);
    }
}
@media only screen and (min-width: 960px) {
    .tile-item.menu {
        width: calc(20% - 20px);
        margin: 0 10px 10px;
    }
}
@media only screen and (max-width: 630px) {
    .tile-big-list .tile-big-item {
        width: calc(100% - 20px);
    }
}
.vacancy-item {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    position: relative;
    color: #333;
    min-height: 350px;
}
.vacancy-item:hover {
    border-color: rgba(0, 0, 0, 0.2);
}
.vacancy-item button {
    width: auto !important;
    font-size: 12px !important;
    position: absolute;
    bottom: 20px;
    left: 1.5rem;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .vacancy-item button {
        position: static;
        margin-bottom: 20px;
    }
}
.vacancy_details_url {
    position: absolute;
    right: 0.6rem;
    bottom: 23px;
    font-size: 14px;
    width: 100px;
}
@media screen and (min-width: 961px) and (max-width: 1430px) {
    .vacancy-item button {
        padding: 5px !important;
        height: 38px !important;
        left: 0.6rem;
    }
    .vacancy_details_url {
        font-size: 12px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .vacancy_details_url {
        position: static;
        display: block;
    }
}
.product-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-tile .product-item {
    text-align: center;
    width: calc(25% - 20px);
    padding: 10px;
    margin: 0 10px 20px;
}
.product-tile .product-item a {
    background-color: #fff;
    display: block;
    border-radius: 2px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.product-tile .product-item a:hover {
    border-color: #999;
}
.product-tile .product-item a img {
    margin: 40px 0;
}
.product-tile .product-item a .text-slab {
    margin-bottom: 70px;
}
@media only screen and (min-width: 961px) and (max-width: 1350px) {
    #put_search_imlight_here_plz .product-item {
        width: calc(33.3333% - 20px);
    }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    #put_search_imlight_here_plz .product-item {
        width: calc(50% - 20px);
    }
}
@media only screen and (max-width: 767px) {
    #put_search_imlight_here_plz .product-item {
        width: calc(100% - 20px);
    }
}
.with-aside__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.with-aside__aside {
    width: 340px;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .with-aside__inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .with-aside__aside {
        width: 100%;
        margin-bottom: 30px;
    }
}
.with-aside__content {
    width: calc(100% - 340px);
    position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 960px) {
    .with-aside__content {
        width: 100%;
    }
}
.main-slider .slick-dots {
    bottom: 25px;
}
.main-slider .slick-dots li button:before {
    border: #f7931e 2px solid;
    content: "";
    border-radius: 100%;
}
.main-slider .slick-slide {
    position: relative;
}
.main-slider .banner-text {
    z-index: 1;
}
.main-slider .slick-arrow {
    z-index: 2;
}
.main-slider .slick-prev {
    left: 15px;
}
.main-slider .slick-next {
    right: 15px;
    /* update */
    transform: translateX(25%);
}
/* update */
@media only screen and (min-width: 2220px) {
    .main-slider .slick-prev {
        left: 5%;
    }
    .main-slider .slick-next {
        right: 5%;
    }
}
/* -------------------------------- */
.main-slider .slick-dotted.slick-slider {
    margin: 0px;
}

.icon-svg svg {
    width: 20px;
    height: 20px;
    vertical-align: top;
}

.error-block {
    color: red;
}
.error-block .fx-icon.icon-error {
    color: red;
    font-size: 32px;
    margin: 20px;
    display: inline-block;
}