/*! * Bootstrap Grid v4.1.3 (https: //getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https: //github.com/twbs/bootstrap/blob/master/LICENSE) */body.compensate-for-scrollbar {
    overflow: hidden}
.fancybox-active {
    height: auto}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
    -o-transition-timing-function: cubic-bezier(.47,0,.74,.71);
    transition-timing-function: cubic-bezier(.47,0,.74,.71)}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    -o-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    transition-timing-function: cubic-bezier(.22,.61,.36,1)}
.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
    -o-transition: opacity .25s ease,visibility 0s ease .25s;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997}
.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none}
.fancybox-toolbar {
    right: 0;
    top: 0}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994}
.fancybox-is-open .fancybox-stage {
    overflow: hidden}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
    display: block}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0}
.fancybox-slide--image:before {
    display: none}
.fancybox-slide--html {
    padding: 6px}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in}
.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing}
.fancybox-container [data-selectable=true] {
    cursor: text}
.fancybox-image,.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%}
.fancybox-spaceball {
    z-index: 1}
.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%}
.fancybox-slide--video .fancybox-content {
    background: #000}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df}
.fancybox-slide--iframe .fancybox-content {
    background: #fff}
.fancybox-iframe,.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0}
.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
    color: #ccc}
.fancybox-button:hover {
    color: #fff}
.fancybox-button:focus {
    outline: none}
.fancybox-button.fancybox-focus {
    outline: 1px dotted}
.fancybox-button[disabled],.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none}
.fancybox-button div {
    height: 100%}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
    display: none}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px}
.fancybox-navigation .fancybox-button div {
    padding: 7px}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)}
.fancybox-caption {
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.85)),color-stop(50%,rgba(0,0,0,.3)),color-stop(65%,rgba(0,0,0,.15)),color-stop(75.5%,rgba(0,0,0,.075)),color-stop(82.85%,rgba(0,0,0,.037)),color-stop(88%,rgba(0,0,0,.019)),to(transparent));
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    background: -o-linear-gradient(bottom,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    background: linear-gradient(0deg,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996}
@supports (padding: max(0px)) {
    .fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}
}
.fancybox-caption--separate {
    margin-top: -50px}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline}
.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999}
@-webkit-keyframes a {
    to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)}
}
@keyframes a {
    to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)}
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
    -o-transition-timing-function: cubic-bezier(0,0,.25,1);
    transition-timing-function: cubic-bezier(0,0,.25,1)}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1)}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5)}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn)}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn)}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)}
@media (max-height: 576px) {
    .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px}
.fancybox-slide--image {
    padding: 6px 0}
.fancybox-close-small {
    right: -6px}
.fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px}
.fancybox-caption {
    padding-left: 12px;
    padding-right: 12px}
@supports (padding: max(0px)) {
    .fancybox-caption {
    padding-left: max(12px,env(safe-area-inset-left));
    padding-right: max(12px,env(safe-area-inset-right))}
}
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px}
.fancybox-share p {
    margin: 0;
    padding: 0}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap}
.fancybox-share__button:link,.fancybox-share__button:visited {
    color: #fff}
.fancybox-share__button:hover {
    text-decoration: none}
.fancybox-share__button--fb {
    background: #3b5998}
.fancybox-share__button--fb:hover {
    background: #344e86}
.fancybox-share__button--pt {
    background: #bd081d}
.fancybox-share__button--pt:hover {
    background: #aa0719}
.fancybox-share__button--tw {
    background: #1da1f2}
.fancybox-share__button--tw:hover {
    background: #0d95e8}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px}
.fancybox-share__button svg path {
    fill: #fff}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden}
.fancybox-thumbs-y .fancybox-thumbs__list:: -webkit-scrollbar {
    width: 7px}
.fancybox-thumbs-y .fancybox-thumbs__list:: -webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)}
.fancybox-thumbs-y .fancybox-thumbs__list:: -webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    -o-transition: all .2s cubic-bezier(.25,.46,.45,.94);
    transition: all .2s cubic-bezier(.25,.46,.45,.94);
    z-index: 99991}
.fancybox-thumbs__list a:focus:before {
    opacity: .5}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1}
@media (max-width: 576px) {
    .fancybox-thumbs {
    width: 110px}
.fancybox-show-thumbs .fancybox-inner {
    right: 110px}
.fancybox-thumbs__list a {
    max-width: calc(100% - 10px)}
}
/*! Hint.css (base version) - v2.5.1 - 2018-11-17* http: //kushagragour.in/lab/hint/* Copyright (c) 2018 Kushagra Gour */[class*=hint--] {
    position: relative;
    display: inline-block}
[class*=hint--]:after,[class*=hint--]:before {
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
[class*=hint--]:hover:after,[class*=hint--]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s}
[class*=hint--]:before {
    content: "";
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001}
[class*=hint--]:after {
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 12px;
    white-space: nowrap}
[class*=hint--][aria-label]:after {
    content: attr(aria-label)}
[class*=hint--][data-hint]:after {
    content: attr(data-hint)}
[aria-label=""]:after,[aria-label=""]:before,[data-hint=""]:after,[data-hint=""]:before {
    display: none!important}
.hint--top-left:before,.hint--top-right:before,.hint--top:before {
    border-top-color: #383838}
.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before {
    border-bottom-color: #383838}
.hint--top:after,.hint--top:before {
    bottom: 100%;
    left: 50%}
.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)}
.hint--top:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)}
.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)}
.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)}
.hint--bottom:after,.hint--bottom:before {
    top: 100%;
    left: 50%}
.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px)}
.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)}
.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)}
.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -ms-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)}
.hint--right:before {
    border-right-color: #383838;
    margin-left: -11px;
    margin-bottom: -6px}
.hint--right:after {
    margin-bottom: -14px}
.hint--right:after,.hint--right:before {
    left: 100%;
    bottom: 50%}
.hint--right:hover:after,.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)}
.hint--left:before {
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px}
.hint--left:after {
    margin-bottom: -14px}
.hint--left:after,.hint--left:before {
    right: 100%;
    bottom: 50%}
.hint--left:hover:after,.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)}
.hint--top-left:after,.hint--top-left:before {
    bottom: 100%;
    left: 50%}
.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)}
.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px}
.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)}
.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -ms-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)}
.hint--top-right:after,.hint--top-right:before {
    bottom: 100%;
    left: 50%}
.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)}
.hint--top-right:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px}
.hint--top-right:hover:after,.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)}
.hint--bottom-left:after,.hint--bottom-left:before {
    top: 100%;
    left: 50%}
.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px)}
.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px}
.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)}
.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -ms-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)}
.hint--bottom-right:after,.hint--bottom-right:before {
    top: 100%;
    left: 50%}
.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px)}
.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px}
.hint--bottom-right:hover:after,.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)}
.hint--large:after,.hint--medium:after,.hint--small:after {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word}
.hint--small:after {
    width: 80px}
.hint--medium:after {
    width: 150px}
.hint--large:after {
    width: 300px}
.hint--always:after,.hint--always:before {
    opacity: 1;
    visibility: visible}
.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)}
.hint--always.hint--top:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)}
.hint--always.hint--top-left:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)}
.hint--always.hint--top-left:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -ms-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)}
.hint--always.hint--top-right:after,.hint--always.hint--top-right:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)}
.hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)}
.hint--always.hint--bottom:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -ms-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)}
.hint--always.hint--bottom-left:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)}
.hint--always.hint--bottom-left:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -ms-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)}
.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)}
.hint--always.hint--left:after,.hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px)}
.hint--always.hint--right:after,.hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px)}
@-ms-viewport {
    width: device-width}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar}
*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto}
@media (min-width: 576px) {
    .container {
    max-width: 540px}
}
@media (min-width: 768px) {
    .container {
    max-width: 720px}
}
@media (min-width: 992px) {
    .container {
    max-width: 960px}
}
@media (min-width: 1200px) {
    .container {
    max-width: 1140px}
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px}
.no-gutters {
    margin-right: 0;
    margin-left: 0}
.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0}
.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.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-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.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-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.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-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none}
.col-1,.col-auto {
    -webkit-box-flex: 0}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-2,.col-3 {
    -webkit-box-flex: 0}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-4,.col-5 {
    -webkit-box-flex: 0}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-6,.col-7 {
    -webkit-box-flex: 0}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-8,.col-9 {
    -webkit-box-flex: 0}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-10,.col-11 {
    -webkit-box-flex: 0}
.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12}
.offset-1 {
    margin-left: 8.33333%}
.offset-2 {
    margin-left: 16.66667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.33333%}
.offset-5 {
    margin-left: 41.66667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.33333%}
.offset-8 {
    margin-left: 66.66667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.33333%}
.offset-11 {
    margin-left: 91.66667%}
@media (min-width: 576px) {
    .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1}
.order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13}
.order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0}
.order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1}
.order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2}
.order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3}
.order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4}
.order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5}
.order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6}
.order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7}
.order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8}
.order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9}
.order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10}
.order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11}
.order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12}
.offset-sm-0 {
    margin-left: 0}
.offset-sm-1 {
    margin-left: 8.33333%}
.offset-sm-2 {
    margin-left: 16.66667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.33333%}
.offset-sm-5 {
    margin-left: 41.66667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.33333%}
.offset-sm-8 {
    margin-left: 66.66667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.33333%}
.offset-sm-11 {
    margin-left: 91.66667%}
}
@media (min-width: 768px) {
    .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none}
.col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1}
.order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13}
.order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0}
.order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1}
.order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2}
.order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3}
.order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4}
.order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5}
.order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6}
.order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7}
.order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8}
.order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9}
.order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10}
.order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11}
.order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12}
.offset-md-0 {
    margin-left: 0}
.offset-md-1 {
    margin-left: 8.33333%}
.offset-md-2 {
    margin-left: 16.66667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.33333%}
.offset-md-5 {
    margin-left: 41.66667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.33333%}
.offset-md-8 {
    margin-left: 66.66667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.33333%}
.offset-md-11 {
    margin-left: 91.66667%}
}
@media (min-width: 992px) {
    .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none}
.col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1}
.order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13}
.order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0}
.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2}
.order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3}
.order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4}
.order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5}
.order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6}
.order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7}
.order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8}
.order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9}
.order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10}
.order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11}
.order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12}
.offset-lg-0 {
    margin-left: 0}
.offset-lg-1 {
    margin-left: 8.33333%}
.offset-lg-2 {
    margin-left: 16.66667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.33333%}
.offset-lg-5 {
    margin-left: 41.66667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.33333%}
.offset-lg-8 {
    margin-left: 66.66667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.33333%}
.offset-lg-11 {
    margin-left: 91.66667%}
}
@media (min-width: 1200px) {
    .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none}
.col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1}
.order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13}
.order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0}
.order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1}
.order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2}
.order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3}
.order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4}
.order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5}
.order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6}
.order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7}
.order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8}
.order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9}
.order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10}
.order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11}
.order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12}
.offset-xl-0 {
    margin-left: 0}
.offset-xl-1 {
    margin-left: 8.33333%}
.offset-xl-2 {
    margin-left: 16.66667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.33333%}
.offset-xl-5 {
    margin-left: 41.66667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.33333%}
.offset-xl-8 {
    margin-left: 66.66667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.33333%}
.offset-xl-11 {
    margin-left: 91.66667%}
}
.d-none {
    display: none!important}
.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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important}
.d-inline-flex {
    display: -webkit-inline-box!important;
    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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important}
.d-sm-inline-flex {
    display: -webkit-inline-box!important;
    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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important}
.d-md-inline-flex {
    display: -webkit-inline-box!important;
    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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important}
.d-lg-inline-flex {
    display: -webkit-inline-box!important;
    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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important}
.d-xl-inline-flex {
    display: -webkit-inline-box!important;
    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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important}
.d-print-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important}
}
.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important}
.flex-column,.flex-row {
    -webkit-box-direction: normal!important}
.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important}
.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important}
.flex-column-reverse,.flex-row-reverse {
    -webkit-box-direction: reverse!important}
.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -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 {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important}
.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important}
.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -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 {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important}
.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -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 {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important}
.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important}
.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important}
.align-items-stretch {
    -webkit-box-align: stretch!important;
    -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;
    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;
    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;
    align-self: stretch!important}
@media (min-width: 576px) {
    .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important}
.flex-sm-column,.flex-sm-row {
    -webkit-box-direction: normal!important}
.flex-sm-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important}
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important}
.flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -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 {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important}
.flex-sm-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important}
.flex-sm-grow-1 {
    -webkit-box-flex: 1!important;
    -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 {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important}
.justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important}
.justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important}
.justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -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 {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important}
.align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important}
.align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important}
.align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important}
.align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -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;
    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;
    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;
    align-self: stretch!important}
}
@media (min-width: 768px) {
    .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important}
.flex-md-column,.flex-md-row {
    -webkit-box-direction: normal!important}
.flex-md-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important}
.flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important}
.flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -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 {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important}
.flex-md-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important}
.flex-md-grow-1 {
    -webkit-box-flex: 1!important;
    -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 {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important}
.justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important}
.justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important}
.justify-content-md-between {
    -webkit-box-pack: justify!important;
    -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 {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important}
.align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important}
.align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important}
.align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important}
.align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -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;
    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;
    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;
    align-self: stretch!important}
}
@media (min-width: 992px) {
    .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important}
.flex-lg-column,.flex-lg-row {
    -webkit-box-direction: normal!important}
.flex-lg-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important}
.flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important}
.flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -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 {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important}
.flex-lg-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important}
.flex-lg-grow-1 {
    -webkit-box-flex: 1!important;
    -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 {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important}
.justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important}
.justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important}
.justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -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 {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important}
.align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important}
.align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important}
.align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important}
.align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -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;
    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;
    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;
    align-self: stretch!important}
}
@media (min-width: 1200px) {
    .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important}
.flex-xl-column,.flex-xl-row {
    -webkit-box-direction: normal!important}
.flex-xl-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important}
.flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important}
.flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -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 {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important}
.flex-xl-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important}
.flex-xl-grow-1 {
    -webkit-box-flex: 1!important;
    -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 {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important}
.justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important}
.justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important}
.justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -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 {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important}
.align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important}
.align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important}
.align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important}
.align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -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;
    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;
    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;
    align-self: stretch!important}
}
.m-0 {
    margin: 0!important}
.mt-0,.my-0 {
    margin-top: 0!important}
.mr-0,.mx-0 {
    margin-right: 0!important}
.mb-0,.my-0 {
    margin-bottom: 0!important}
.ml-0,.mx-0 {
    margin-left: 0!important}
.m-1 {
    margin: .25rem!important}
.mt-1,.my-1 {
    margin-top: .25rem!important}
.mr-1,.mx-1 {
    margin-right: .25rem!important}
.mb-1,.my-1 {
    margin-bottom: .25rem!important}
.ml-1,.mx-1 {
    margin-left: .25rem!important}
.m-2 {
    margin: .5rem!important}
.mt-2,.my-2 {
    margin-top: .5rem!important}
.mr-2,.mx-2 {
    margin-right: .5rem!important}
.mb-2,.my-2 {
    margin-bottom: .5rem!important}
.ml-2,.mx-2 {
    margin-left: .5rem!important}
.m-3 {
    margin: 1rem!important}
.mt-3,.my-3 {
    margin-top: 1rem!important}
.mr-3,.mx-3 {
    margin-right: 1rem!important}
.mb-3,.my-3 {
    margin-bottom: 1rem!important}
.ml-3,.mx-3 {
    margin-left: 1rem!important}
.m-4 {
    margin: 1.5rem!important}
.mt-4,.my-4 {
    margin-top: 1.5rem!important}
.mr-4,.mx-4 {
    margin-right: 1.5rem!important}
.mb-4,.my-4 {
    margin-bottom: 1.5rem!important}
.ml-4,.mx-4 {
    margin-left: 1.5rem!important}
.m-5 {
    margin: 3rem!important}
.mt-5,.my-5 {
    margin-top: 3rem!important}
.mr-5,.mx-5 {
    margin-right: 3rem!important}
.mb-5,.my-5 {
    margin-bottom: 3rem!important}
.ml-5,.mx-5 {
    margin-left: 3rem!important}
.p-0 {
    padding: 0!important}
.pt-0,.py-0 {
    padding-top: 0!important}
.pr-0,.px-0 {
    padding-right: 0!important}
.pb-0,.py-0 {
    padding-bottom: 0!important}
.pl-0,.px-0 {
    padding-left: 0!important}
.p-1 {
    padding: .25rem!important}
.pt-1,.py-1 {
    padding-top: .25rem!important}
.pr-1,.px-1 {
    padding-right: .25rem!important}
.pb-1,.py-1 {
    padding-bottom: .25rem!important}
.pl-1,.px-1 {
    padding-left: .25rem!important}
.p-2 {
    padding: .5rem!important}
.pt-2,.py-2 {
    padding-top: .5rem!important}
.pr-2,.px-2 {
    padding-right: .5rem!important}
.pb-2,.py-2 {
    padding-bottom: .5rem!important}
.pl-2,.px-2 {
    padding-left: .5rem!important}
.p-3 {
    padding: 1rem!important}
.pt-3,.py-3 {
    padding-top: 1rem!important}
.pr-3,.px-3 {
    padding-right: 1rem!important}
.pb-3,.py-3 {
    padding-bottom: 1rem!important}
.pl-3,.px-3 {
    padding-left: 1rem!important}
.p-4 {
    padding: 1.5rem!important}
.pt-4,.py-4 {
    padding-top: 1.5rem!important}
.pr-4,.px-4 {
    padding-right: 1.5rem!important}
.pb-4,.py-4 {
    padding-bottom: 1.5rem!important}
.pl-4,.px-4 {
    padding-left: 1.5rem!important}
.p-5 {
    padding: 3rem!important}
.pt-5,.py-5 {
    padding-top: 3rem!important}
.pr-5,.px-5 {
    padding-right: 3rem!important}
.pb-5,.py-5 {
    padding-bottom: 3rem!important}
.pl-5,.px-5 {
    padding-left: 3rem!important}
.m-auto {
    margin: auto!important}
.mt-auto,.my-auto {
    margin-top: auto!important}
.mr-auto,.mx-auto {
    margin-right: auto!important}
.mb-auto,.my-auto {
    margin-bottom: auto!important}
.ml-auto,.mx-auto {
    margin-left: auto!important}
@media (min-width: 576px) {
    .m-sm-0 {
    margin: 0!important}
.mt-sm-0,.my-sm-0 {
    margin-top: 0!important}
.mr-sm-0,.mx-sm-0 {
    margin-right: 0!important}
.mb-sm-0,.my-sm-0 {
    margin-bottom: 0!important}
.ml-sm-0,.mx-sm-0 {
    margin-left: 0!important}
.m-sm-1 {
    margin: .25rem!important}
.mt-sm-1,.my-sm-1 {
    margin-top: .25rem!important}
.mr-sm-1,.mx-sm-1 {
    margin-right: .25rem!important}
.mb-sm-1,.my-sm-1 {
    margin-bottom: .25rem!important}
.ml-sm-1,.mx-sm-1 {
    margin-left: .25rem!important}
.m-sm-2 {
    margin: .5rem!important}
.mt-sm-2,.my-sm-2 {
    margin-top: .5rem!important}
.mr-sm-2,.mx-sm-2 {
    margin-right: .5rem!important}
.mb-sm-2,.my-sm-2 {
    margin-bottom: .5rem!important}
.ml-sm-2,.mx-sm-2 {
    margin-left: .5rem!important}
.m-sm-3 {
    margin: 1rem!important}
.mt-sm-3,.my-sm-3 {
    margin-top: 1rem!important}
.mr-sm-3,.mx-sm-3 {
    margin-right: 1rem!important}
.mb-sm-3,.my-sm-3 {
    margin-bottom: 1rem!important}
.ml-sm-3,.mx-sm-3 {
    margin-left: 1rem!important}
.m-sm-4 {
    margin: 1.5rem!important}
.mt-sm-4,.my-sm-4 {
    margin-top: 1.5rem!important}
.mr-sm-4,.mx-sm-4 {
    margin-right: 1.5rem!important}
.mb-sm-4,.my-sm-4 {
    margin-bottom: 1.5rem!important}
.ml-sm-4,.mx-sm-4 {
    margin-left: 1.5rem!important}
.m-sm-5 {
    margin: 3rem!important}
.mt-sm-5,.my-sm-5 {
    margin-top: 3rem!important}
.mr-sm-5,.mx-sm-5 {
    margin-right: 3rem!important}
.mb-sm-5,.my-sm-5 {
    margin-bottom: 3rem!important}
.ml-sm-5,.mx-sm-5 {
    margin-left: 3rem!important}
.p-sm-0 {
    padding: 0!important}
.pt-sm-0,.py-sm-0 {
    padding-top: 0!important}
.pr-sm-0,.px-sm-0 {
    padding-right: 0!important}
.pb-sm-0,.py-sm-0 {
    padding-bottom: 0!important}
.pl-sm-0,.px-sm-0 {
    padding-left: 0!important}
.p-sm-1 {
    padding: .25rem!important}
.pt-sm-1,.py-sm-1 {
    padding-top: .25rem!important}
.pr-sm-1,.px-sm-1 {
    padding-right: .25rem!important}
.pb-sm-1,.py-sm-1 {
    padding-bottom: .25rem!important}
.pl-sm-1,.px-sm-1 {
    padding-left: .25rem!important}
.p-sm-2 {
    padding: .5rem!important}
.pt-sm-2,.py-sm-2 {
    padding-top: .5rem!important}
.pr-sm-2,.px-sm-2 {
    padding-right: .5rem!important}
.pb-sm-2,.py-sm-2 {
    padding-bottom: .5rem!important}
.pl-sm-2,.px-sm-2 {
    padding-left: .5rem!important}
.p-sm-3 {
    padding: 1rem!important}
.pt-sm-3,.py-sm-3 {
    padding-top: 1rem!important}
.pr-sm-3,.px-sm-3 {
    padding-right: 1rem!important}
.pb-sm-3,.py-sm-3 {
    padding-bottom: 1rem!important}
.pl-sm-3,.px-sm-3 {
    padding-left: 1rem!important}
.p-sm-4 {
    padding: 1.5rem!important}
.pt-sm-4,.py-sm-4 {
    padding-top: 1.5rem!important}
.pr-sm-4,.px-sm-4 {
    padding-right: 1.5rem!important}
.pb-sm-4,.py-sm-4 {
    padding-bottom: 1.5rem!important}
.pl-sm-4,.px-sm-4 {
    padding-left: 1.5rem!important}
.p-sm-5 {
    padding: 3rem!important}
.pt-sm-5,.py-sm-5 {
    padding-top: 3rem!important}
.pr-sm-5,.px-sm-5 {
    padding-right: 3rem!important}
.pb-sm-5,.py-sm-5 {
    padding-bottom: 3rem!important}
.pl-sm-5,.px-sm-5 {
    padding-left: 3rem!important}
.m-sm-auto {
    margin: auto!important}
.mt-sm-auto,.my-sm-auto {
    margin-top: auto!important}
.mr-sm-auto,.mx-sm-auto {
    margin-right: auto!important}
.mb-sm-auto,.my-sm-auto {
    margin-bottom: auto!important}
.ml-sm-auto,.mx-sm-auto {
    margin-left: auto!important}
}
@media (min-width: 768px) {
    .m-md-0 {
    margin: 0!important}
.mt-md-0,.my-md-0 {
    margin-top: 0!important}
.mr-md-0,.mx-md-0 {
    margin-right: 0!important}
.mb-md-0,.my-md-0 {
    margin-bottom: 0!important}
.ml-md-0,.mx-md-0 {
    margin-left: 0!important}
.m-md-1 {
    margin: .25rem!important}
.mt-md-1,.my-md-1 {
    margin-top: .25rem!important}
.mr-md-1,.mx-md-1 {
    margin-right: .25rem!important}
.mb-md-1,.my-md-1 {
    margin-bottom: .25rem!important}
.ml-md-1,.mx-md-1 {
    margin-left: .25rem!important}
.m-md-2 {
    margin: .5rem!important}
.mt-md-2,.my-md-2 {
    margin-top: .5rem!important}
.mr-md-2,.mx-md-2 {
    margin-right: .5rem!important}
.mb-md-2,.my-md-2 {
    margin-bottom: .5rem!important}
.ml-md-2,.mx-md-2 {
    margin-left: .5rem!important}
.m-md-3 {
    margin: 1rem!important}
.mt-md-3,.my-md-3 {
    margin-top: 1rem!important}
.mr-md-3,.mx-md-3 {
    margin-right: 1rem!important}
.mb-md-3,.my-md-3 {
    margin-bottom: 1rem!important}
.ml-md-3,.mx-md-3 {
    margin-left: 1rem!important}
.m-md-4 {
    margin: 1.5rem!important}
.mt-md-4,.my-md-4 {
    margin-top: 1.5rem!important}
.mr-md-4,.mx-md-4 {
    margin-right: 1.5rem!important}
.mb-md-4,.my-md-4 {
    margin-bottom: 1.5rem!important}
.ml-md-4,.mx-md-4 {
    margin-left: 1.5rem!important}
.m-md-5 {
    margin: 3rem!important}
.mt-md-5,.my-md-5 {
    margin-top: 3rem!important}
.mr-md-5,.mx-md-5 {
    margin-right: 3rem!important}
.mb-md-5,.my-md-5 {
    margin-bottom: 3rem!important}
.ml-md-5,.mx-md-5 {
    margin-left: 3rem!important}
.p-md-0 {
    padding: 0!important}
.pt-md-0,.py-md-0 {
    padding-top: 0!important}
.pr-md-0,.px-md-0 {
    padding-right: 0!important}
.pb-md-0,.py-md-0 {
    padding-bottom: 0!important}
.pl-md-0,.px-md-0 {
    padding-left: 0!important}
.p-md-1 {
    padding: .25rem!important}
.pt-md-1,.py-md-1 {
    padding-top: .25rem!important}
.pr-md-1,.px-md-1 {
    padding-right: .25rem!important}
.pb-md-1,.py-md-1 {
    padding-bottom: .25rem!important}
.pl-md-1,.px-md-1 {
    padding-left: .25rem!important}
.p-md-2 {
    padding: .5rem!important}
.pt-md-2,.py-md-2 {
    padding-top: .5rem!important}
.pr-md-2,.px-md-2 {
    padding-right: .5rem!important}
.pb-md-2,.py-md-2 {
    padding-bottom: .5rem!important}
.pl-md-2,.px-md-2 {
    padding-left: .5rem!important}
.p-md-3 {
    padding: 1rem!important}
.pt-md-3,.py-md-3 {
    padding-top: 1rem!important}
.pr-md-3,.px-md-3 {
    padding-right: 1rem!important}
.pb-md-3,.py-md-3 {
    padding-bottom: 1rem!important}
.pl-md-3,.px-md-3 {
    padding-left: 1rem!important}
.p-md-4 {
    padding: 1.5rem!important}
.pt-md-4,.py-md-4 {
    padding-top: 1.5rem!important}
.pr-md-4,.px-md-4 {
    padding-right: 1.5rem!important}
.pb-md-4,.py-md-4 {
    padding-bottom: 1.5rem!important}
.pl-md-4,.px-md-4 {
    padding-left: 1.5rem!important}
.p-md-5 {
    padding: 3rem!important}
.pt-md-5,.py-md-5 {
    padding-top: 3rem!important}
.pr-md-5,.px-md-5 {
    padding-right: 3rem!important}
.pb-md-5,.py-md-5 {
    padding-bottom: 3rem!important}
.pl-md-5,.px-md-5 {
    padding-left: 3rem!important}
.m-md-auto {
    margin: auto!important}
.mt-md-auto,.my-md-auto {
    margin-top: auto!important}
.mr-md-auto,.mx-md-auto {
    margin-right: auto!important}
.mb-md-auto,.my-md-auto {
    margin-bottom: auto!important}
.ml-md-auto,.mx-md-auto {
    margin-left: auto!important}
}
@media (min-width: 992px) {
    .m-lg-0 {
    margin: 0!important}
.mt-lg-0,.my-lg-0 {
    margin-top: 0!important}
.mr-lg-0,.mx-lg-0 {
    margin-right: 0!important}
.mb-lg-0,.my-lg-0 {
    margin-bottom: 0!important}
.ml-lg-0,.mx-lg-0 {
    margin-left: 0!important}
.m-lg-1 {
    margin: .25rem!important}
.mt-lg-1,.my-lg-1 {
    margin-top: .25rem!important}
.mr-lg-1,.mx-lg-1 {
    margin-right: .25rem!important}
.mb-lg-1,.my-lg-1 {
    margin-bottom: .25rem!important}
.ml-lg-1,.mx-lg-1 {
    margin-left: .25rem!important}
.m-lg-2 {
    margin: .5rem!important}
.mt-lg-2,.my-lg-2 {
    margin-top: .5rem!important}
.mr-lg-2,.mx-lg-2 {
    margin-right: .5rem!important}
.mb-lg-2,.my-lg-2 {
    margin-bottom: .5rem!important}
.ml-lg-2,.mx-lg-2 {
    margin-left: .5rem!important}
.m-lg-3 {
    margin: 1rem!important}
.mt-lg-3,.my-lg-3 {
    margin-top: 1rem!important}
.mr-lg-3,.mx-lg-3 {
    margin-right: 1rem!important}
.mb-lg-3,.my-lg-3 {
    margin-bottom: 1rem!important}
.ml-lg-3,.mx-lg-3 {
    margin-left: 1rem!important}
.m-lg-4 {
    margin: 1.5rem!important}
.mt-lg-4,.my-lg-4 {
    margin-top: 1.5rem!important}
.mr-lg-4,.mx-lg-4 {
    margin-right: 1.5rem!important}
.mb-lg-4,.my-lg-4 {
    margin-bottom: 1.5rem!important}
.ml-lg-4,.mx-lg-4 {
    margin-left: 1.5rem!important}
.m-lg-5 {
    margin: 3rem!important}
.mt-lg-5,.my-lg-5 {
    margin-top: 3rem!important}
.mr-lg-5,.mx-lg-5 {
    margin-right: 3rem!important}
.mb-lg-5,.my-lg-5 {
    margin-bottom: 3rem!important}
.ml-lg-5,.mx-lg-5 {
    margin-left: 3rem!important}
.p-lg-0 {
    padding: 0!important}
.pt-lg-0,.py-lg-0 {
    padding-top: 0!important}
.pr-lg-0,.px-lg-0 {
    padding-right: 0!important}
.pb-lg-0,.py-lg-0 {
    padding-bottom: 0!important}
.pl-lg-0,.px-lg-0 {
    padding-left: 0!important}
.p-lg-1 {
    padding: .25rem!important}
.pt-lg-1,.py-lg-1 {
    padding-top: .25rem!important}
.pr-lg-1,.px-lg-1 {
    padding-right: .25rem!important}
.pb-lg-1,.py-lg-1 {
    padding-bottom: .25rem!important}
.pl-lg-1,.px-lg-1 {
    padding-left: .25rem!important}
.p-lg-2 {
    padding: .5rem!important}
.pt-lg-2,.py-lg-2 {
    padding-top: .5rem!important}
.pr-lg-2,.px-lg-2 {
    padding-right: .5rem!important}
.pb-lg-2,.py-lg-2 {
    padding-bottom: .5rem!important}
.pl-lg-2,.px-lg-2 {
    padding-left: .5rem!important}
.p-lg-3 {
    padding: 1rem!important}
.pt-lg-3,.py-lg-3 {
    padding-top: 1rem!important}
.pr-lg-3,.px-lg-3 {
    padding-right: 1rem!important}
.pb-lg-3,.py-lg-3 {
    padding-bottom: 1rem!important}
.pl-lg-3,.px-lg-3 {
    padding-left: 1rem!important}
.p-lg-4 {
    padding: 1.5rem!important}
.pt-lg-4,.py-lg-4 {
    padding-top: 1.5rem!important}
.pr-lg-4,.px-lg-4 {
    padding-right: 1.5rem!important}
.pb-lg-4,.py-lg-4 {
    padding-bottom: 1.5rem!important}
.pl-lg-4,.px-lg-4 {
    padding-left: 1.5rem!important}
.p-lg-5 {
    padding: 3rem!important}
.pt-lg-5,.py-lg-5 {
    padding-top: 3rem!important}
.pr-lg-5,.px-lg-5 {
    padding-right: 3rem!important}
.pb-lg-5,.py-lg-5 {
    padding-bottom: 3rem!important}
.pl-lg-5,.px-lg-5 {
    padding-left: 3rem!important}
.m-lg-auto {
    margin: auto!important}
.mt-lg-auto,.my-lg-auto {
    margin-top: auto!important}
.mr-lg-auto,.mx-lg-auto {
    margin-right: auto!important}
.mb-lg-auto,.my-lg-auto {
    margin-bottom: auto!important}
.ml-lg-auto,.mx-lg-auto {
    margin-left: auto!important}
}
@media (min-width: 1200px) {
    .m-xl-0 {
    margin: 0!important}
.mt-xl-0,.my-xl-0 {
    margin-top: 0!important}
.mr-xl-0,.mx-xl-0 {
    margin-right: 0!important}
.mb-xl-0,.my-xl-0 {
    margin-bottom: 0!important}
.ml-xl-0,.mx-xl-0 {
    margin-left: 0!important}
.m-xl-1 {
    margin: .25rem!important}
.mt-xl-1,.my-xl-1 {
    margin-top: .25rem!important}
.mr-xl-1,.mx-xl-1 {
    margin-right: .25rem!important}
.mb-xl-1,.my-xl-1 {
    margin-bottom: .25rem!important}
.ml-xl-1,.mx-xl-1 {
    margin-left: .25rem!important}
.m-xl-2 {
    margin: .5rem!important}
.mt-xl-2,.my-xl-2 {
    margin-top: .5rem!important}
.mr-xl-2,.mx-xl-2 {
    margin-right: .5rem!important}
.mb-xl-2,.my-xl-2 {
    margin-bottom: .5rem!important}
.ml-xl-2,.mx-xl-2 {
    margin-left: .5rem!important}
.m-xl-3 {
    margin: 1rem!important}
.mt-xl-3,.my-xl-3 {
    margin-top: 1rem!important}
.mr-xl-3,.mx-xl-3 {
    margin-right: 1rem!important}
.mb-xl-3,.my-xl-3 {
    margin-bottom: 1rem!important}
.ml-xl-3,.mx-xl-3 {
    margin-left: 1rem!important}
.m-xl-4 {
    margin: 1.5rem!important}
.mt-xl-4,.my-xl-4 {
    margin-top: 1.5rem!important}
.mr-xl-4,.mx-xl-4 {
    margin-right: 1.5rem!important}
.mb-xl-4,.my-xl-4 {
    margin-bottom: 1.5rem!important}
.ml-xl-4,.mx-xl-4 {
    margin-left: 1.5rem!important}
.m-xl-5 {
    margin: 3rem!important}
.mt-xl-5,.my-xl-5 {
    margin-top: 3rem!important}
.mr-xl-5,.mx-xl-5 {
    margin-right: 3rem!important}
.mb-xl-5,.my-xl-5 {
    margin-bottom: 3rem!important}
.ml-xl-5,.mx-xl-5 {
    margin-left: 3rem!important}
.p-xl-0 {
    padding: 0!important}
.pt-xl-0,.py-xl-0 {
    padding-top: 0!important}
.pr-xl-0,.px-xl-0 {
    padding-right: 0!important}
.pb-xl-0,.py-xl-0 {
    padding-bottom: 0!important}
.pl-xl-0,.px-xl-0 {
    padding-left: 0!important}
.p-xl-1 {
    padding: .25rem!important}
.pt-xl-1,.py-xl-1 {
    padding-top: .25rem!important}
.pr-xl-1,.px-xl-1 {
    padding-right: .25rem!important}
.pb-xl-1,.py-xl-1 {
    padding-bottom: .25rem!important}
.pl-xl-1,.px-xl-1 {
    padding-left: .25rem!important}
.p-xl-2 {
    padding: .5rem!important}
.pt-xl-2,.py-xl-2 {
    padding-top: .5rem!important}
.pr-xl-2,.px-xl-2 {
    padding-right: .5rem!important}
.pb-xl-2,.py-xl-2 {
    padding-bottom: .5rem!important}
.pl-xl-2,.px-xl-2 {
    padding-left: .5rem!important}
.p-xl-3 {
    padding: 1rem!important}
.pt-xl-3,.py-xl-3 {
    padding-top: 1rem!important}
.pr-xl-3,.px-xl-3 {
    padding-right: 1rem!important}
.pb-xl-3,.py-xl-3 {
    padding-bottom: 1rem!important}
.pl-xl-3,.px-xl-3 {
    padding-left: 1rem!important}
.p-xl-4 {
    padding: 1.5rem!important}
.pt-xl-4,.py-xl-4 {
    padding-top: 1.5rem!important}
.pr-xl-4,.px-xl-4 {
    padding-right: 1.5rem!important}
.pb-xl-4,.py-xl-4 {
    padding-bottom: 1.5rem!important}
.pl-xl-4,.px-xl-4 {
    padding-left: 1.5rem!important}
.p-xl-5 {
    padding: 3rem!important}
.pt-xl-5,.py-xl-5 {
    padding-top: 3rem!important}
.pr-xl-5,.px-xl-5 {
    padding-right: 3rem!important}
.pb-xl-5,.py-xl-5 {
    padding-bottom: 3rem!important}
.pl-xl-5,.px-xl-5 {
    padding-left: 3rem!important}
.m-xl-auto {
    margin: auto!important}
.mt-xl-auto,.my-xl-auto {
    margin-top: auto!important}
.mr-xl-auto,.mx-xl-auto {
    margin-right: auto!important}
.mb-xl-auto,.my-xl-auto {
    margin-bottom: auto!important}
.ml-xl-auto,.mx-xl-auto {
    margin-left: auto!important}
}
.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}
.text-justify {
    text-align: justify!important}
.text-nowrap {
    white-space: nowrap!important}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap}
.text-left {
    text-align: left!important}
.text-right {
    text-align: right!important}
.text-center {
    text-align: center!important}
@media (min-width: 576px) {
    .text-sm-left {
    text-align: left!important}
.text-sm-right {
    text-align: right!important}
.text-sm-center {
    text-align: center!important}
}
@media (min-width: 768px) {
    .text-md-left {
    text-align: left!important}
.text-md-right {
    text-align: right!important}
.text-md-center {
    text-align: center!important}
}
@media (min-width: 992px) {
    .text-lg-left {
    text-align: left!important}
.text-lg-right {
    text-align: right!important}
.text-lg-center {
    text-align: center!important}
}
@media (min-width: 1200px) {
    .text-xl-left {
    text-align: left!important}
.text-xl-right {
    text-align: right!important}
.text-xl-center {
    text-align: center!important}
}
.text-lowercase {
    text-transform: lowercase!important}
.text-uppercase {
    text-transform: uppercase!important}
.text-capitalize {
    text-transform: capitalize!important}
.font-weight-light {
    font-weight: 300!important}
.font-weight-normal {
    font-weight: 400!important}
.font-weight-bold {
    font-weight: 700!important}
.font-italic {
    font-style: italic!important}
.text-white {
    color: #fff!important}
.text-primary {
    color: #7264e8!important}
a.text-primary:focus,a.text-primary:hover {
    color: #4a38e1!important}
.text-secondary {
    color: #6c757d!important}
a.text-secondary:focus,a.text-secondary:hover {
    color: #545b62!important}
.text-success {
    color: #28a745!important}
a.text-success:focus,a.text-success:hover {
    color: #1e7e34!important}
.text-info {
    color: #17a2b8!important}
a.text-info:focus,a.text-info:hover {
    color: #117a8b!important}
.text-warning {
    color: #ffe57f!important}
a.text-warning:focus,a.text-warning:hover {
    color: #ffdb4c!important}
.text-danger {
    color: #dc3545!important}
a.text-danger:focus,a.text-danger:hover {
    color: #bd2130!important}
.text-light {
    color: #f8f9fa!important}
a.text-light:focus,a.text-light:hover {
    color: #dae0e5!important}
.text-dark {
    color: #343a40!important}
a.text-dark:focus,a.text-dark:hover {
    color: #1d2124!important}
.text-body {
    color: #212529!important}
.text-muted {
    color: #6c757d!important}
.text-black-50 {
    color: rgba(51,51,51,.5)!important}
.text-white-50 {
    color: hsla(0,0%,100%,.5)!important}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0}
.w-25 {
    width: 25%!important}
.w-50 {
    width: 50%!important}
.w-75 {
    width: 75%!important}
.w-100 {
    width: 100%!important}
.w-auto {
    width: auto!important}
.h-25 {
    height: 25%!important}
.h-50 {
    height: 50%!important}
.h-75 {
    height: 75%!important}
.h-100 {
    height: 100%!important}
.h-auto {
    height: auto!important}
.mw-100 {
    max-width: 100%!important}
.mh-100 {
    max-height: 100%!important}
@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/rubik-v8-latin_cyrillic-300.eot);
    src: local("Rubik Light"),local("Rubik-Light"),url(../fonts/rubik-v8-latin_cyrillic-300.eot@) format("embedded-opentype"),url(../fonts/rubik-v8-latin_cyrillic-300.woff.html) format("woff"),url(../fonts/rubik-v8-latin_cyrillic-300.ttf.html) format("truetype"),url(../fonts/rubik-v8-latin_cyrillic-300.svg) format("svg")}
@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/rubik-v8-latin_cyrillic-regular.eot);
    src: local("Rubik"),local("Rubik-Regular"),url(../fonts/rubik-v8-latin_cyrillic-regular.eot@) format("embedded-opentype"),url(../fonts/rubik-v8-latin_cyrillic-regular.woff.html) format("woff"),url(../fonts/rubik-v8-latin_cyrillic-regular.ttf.html) format("truetype"),url(../fonts/rubik-v8-latin_cyrillic-regular.svg) format("svg")}
@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/rubik-v8-latin_cyrillic-500.eot);
    src: local("Rubik Medium"),local("Rubik-Medium"),url(../fonts/rubik-v8-latin_cyrillic-500.eot@) format("embedded-opentype"),url(../fonts/rubik-v8-latin_cyrillic-500.woff.html) format("woff"),url(../fonts/rubik-v8-latin_cyrillic-500.ttf.html) format("truetype"),url(../fonts/rubik-v8-latin_cyrillic-500.svg) format("svg")}
@font-face {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/rubik-v8-latin_cyrillic-700.eot);
    src: local("Rubik Bold"),local("Rubik-Bold"),url(../fonts/rubik-v8-latin_cyrillic-700.eot@) format("embedded-opentype"),url(../fonts/rubik-v8-latin_cyrillic-700.woff.html) format("woff"),url(../fonts/rubik-v8-latin_cyrillic-700.ttf.html) format("truetype"),url(../fonts/rubik-v8-latin_cyrillic-700.svg) format("svg")}
html {
    font-family: Rubik;
    font-size: 10px;
    line-height: 1.5}
@media (max-width: 767.98px) {
    html {
    font-size: 9px}
}
body {
    font-size: 1.8rem;
    color: #444}
@media (max-width: 575.98px) {
    body {
    font-size: 1.6rem}
}
a {
    color: #0d3266;
}
h1,h2, .h2,h3 {
    font-weight: 700;
    line-height: 1.18}
.simple-text {
    line-height: 1.5;
    font-size: 1.8rem}
.simple-text a, .seo-text a {
text-decoration: underline;
color: #0e62b3;
}
@media (max-width: 1199.98px) {
    .simple-text {
    font-size: 1.6rem}
}
.page-title {
    font-size: 4.6rem;
    margin-bottom: 5rem;
}
@media (max-width: 1199.98px) {
    .page-title {
    margin-bottom: 3rem;
    font-size: 4rem}
}
.page-title .colored {
    white-space: nowrap}
.sec-title {
    font-size: 4.5rem;
    margin-bottom: 3.5rem}
.sec-title.large-margin {
    margin-bottom: 6.5rem;
}
@media (max-width: 991px) {
    .sec-title.large-margin {
        margin-bottom: 4.5rem;
    }
}
@media (max-width: 767px) {
    .sec-title.large-margin {
        margin-bottom: 3.5rem;
    }
}
.sec-title .colored {
    color: #0e62b3;
    white-space: nowrap}
.sec-title .coloreds {
    color: #0e62b3;
}
.sec-title.line-bottom {
    margin-bottom: 1.5rem}
@media (max-width: 1199.98px) {
    .sec-title {
    font-size: 4rem}
}
.sec-header {
    text-align: center}
@media (max-width: 767.98px) {
    .sec-header br {
    display: none}
    .sec-title {
        font-size: 3.5rem;
    }
}
.line-bottom {
    position: relative;
    text-align: center}
.line-bottom:after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    background-color: #333;
    border-radius: 10px;
    height: 50px;
    width: 1px}
@media (max-width: 575.98px) {
    .line-bottom:after {
    height: 35px}
    .page-title {
        font-size: 3.5rem;
    }
    .sec-title {
        font-size: 3rem;
    }
}
.subtitle {
    font-size: 3.5rem;
    line-height: 1.4;
    margin-bottom: 2rem}
.subtitle .colored {
    color: #2e77bd;
}
@media (max-width: 1199.98px) {
    .subtitle {
    font-size: 2.5rem;
    margin-bottom: 1.5rem}
}
.small-title {
    text-transform: uppercase;
    font-size: 2rem;
    color: #666;
    margin-bottom: 2rem}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box}
body,html {
    height: 100%;
    position: relative}
img {
    max-width: 100%}
ol,ul {
    list-style: none;
    padding: 0}
a,button,input,textarea {
    outline: none;
    border: none;
    resize: none;
    background: none}
input,select,textarea {
    font-family: Rubik;
    font-size: 1.8rem}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none}
input[type=email],input[type=text],select,textarea {
    color: #333;
    border-radius: 5px;
    background: #fff;
    background-color: #fff;
    font-weight: 300}
input:: -webkit-input-placeholder,textarea:: -webkit-input-placeholder {
    opacity: 1;
    color: #333}
input: -moz-placeholder,input:: -moz-placeholder,textarea: -moz-placeholder,textarea:: -moz-placeholder {
    opacity: 1;
    color: #333}
input: -ms-input-placeholder,textarea: -ms-input-placeholder {
    opacity: 1;
    color: #333}
input:focus:: -webkit-input-placeholder,textarea:focus:: -webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease}
input:focus: -moz-placeholder,input:focus:: -moz-placeholder,textarea:focus: -moz-placeholder,textarea:focus:: -moz-placeholder {
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease}
input:focus: -ms-input-placeholder,textarea:focus: -ms-input-placeholder {
    opacity: 0;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease}
input[type=email],input[type=button],input[type=text],select,textarea {
    max-width: 100%;
    height: 51px;
    padding: 0 15px}
textarea {
    width: 100%;
    height: auto;
    min-height: 200px;
    padding-top: 15px}
input[type=button] {
    -webkit-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    display: inline-block;
    text-align: center;
    color: inherit;
    cursor: pointer;
    font-family: Rubik;
    font-weight: 500;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    background-color: #85b700;
    color: #fff;
    padding: 1.05rem 1.65rem;
    font-size: 1.6rem;
    margin-top: 7px;
    border-radius: 4px;
    letter-spacing: .25px;
    padding-top: 0!important;
    padding-bottom: 0!important}
input[type=button]:hover {
    background-color: #75a001}
a {
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
.regular-link {
    text-decoration: underline;
    font-weight: 500;
    color: inherit}
.center-wrap {
    text-align: center}
.wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto}
.agreements {
    display: block!important;
    font-size: 12px;
    position: relative;
    padding-left: 23px}
.agreements a {
    color: inherit;
    border-bottom: 1px solid}
.agreements input {
    display: none}
.agreements .pseudo-checkbox {
    position: absolute;
    left: 0;
    top: 3px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    border: 2px solid #fff}
.agreements :checked ~ .pseudo-checkbox {
    background-color: #d7d7d7}
@media (max-width: 991.98px) {
    .bg-layout {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2)}
}
.bg-theme-dark {
    background-image: url(../img/bg-theme-dark.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #fff}
.bg-dark {
    color: #fff;
    background: -webkit-gradient(linear,left top,right bottom,from(#424853),to(#30353e));
    background: -webkit-linear-gradient(top left,#424853,#30353e);
    background: -o-linear-gradient(top left,#424853,#30353e);
    background: linear-gradient(to bottom right,#424853,#30353e)}
.bg-grey {
    background-color: #f8f8f8}
.bg-dark-grey {
    background-color: #f1f1f1;
}
.bg-white {
    background-color: #fff}
.black {
    color: #000;
}
hr {
    background-color: rgba(100,100,100,0.22);
}
.pos-relative {
    position: relative;
    z-index: 999}
@media (min-width: 768px) {
    .compensate-for-scrollbar .header {
    margin-left: -17px}
.compensate-for-scrollbar .header .container {
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px)}
}
.sec {
    padding-top: 6rem;
    padding-bottom: 6rem}
.sec.large-padding {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem
}
@media (max-width: 575.98px) {
    .sec {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .sec.large-padding {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem
    }
}
.sec-small {
    padding-top: 4rem;
    padding-bottom: 4rem}
.full-size {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0}
.read-more {
    display: inline-block;
    cursor: pointer;
    position: relative}
@media (min-width: 576px) {
    .read-more {
    display: none}
}
.read-more:after {
    content: " ";
    position: absolute}
.colored {
    color: #9dbc2f}
.sr-only {
    display: none;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0}
:focus {
    outline: none}
.price-nowrap {
    white-space: nowrap}
.price-nowrap i {
    font-style: inherit}
.phone-link {
    display: inline-block;
    color: inherit;
    font-weight: 500}
.fancybox-close-small {
    background-image: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABXRSTlMAk4+K8hUo97cAAACASURBVCjPZZK7EQIxDEQX04ATSiAngAqowMNs/63gO/m8wXMgaaRn62fp/dI+96/UPOJ4uuvjKdZp9k+2RwB7EhtpnsQpR4C+lSp06QAxKhA0wDIDSLfDfhQQZAGpqIAgAYJ0OnCFjyItC0PpbA7tc0AYIYZca0h6LgqrxLLxHf6J1kRGS2F2EwAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 50%}
.fancybox-is-open .fancybox-bg {
    opacity: .5}
.fancybox-content {
    background-color: #f8f8f8;
    padding-top: 90px;
    padding-bottom: 90px}
@media (max-width: 575.98px) {
    .fancybox-content {
    padding: 35px 22px}
}
@media (min-width: 768px) {
    .flex-instead-float .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex}
}
.owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #fff !important;
    border: 1px solid rgba(123,123,123,0.28);
    box-shadow: 0 0 0 3px rgba(29,29,29,.07);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 17px 26px !important;
}
@media (max-width: 575px) {
    .owl-nav {
        display: none;
    }
}
.owl-prev {
    left: -35px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAaCAMAAABmdEcLAAAATlBMVEUAAADh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eGiU8HnAAAAGXRSTlMA89esHxLmXEQwCJN47OXexcPBnFVOK5J2H8hvMwAAAHdJREFUGNNlkUcOwCAMBAOkh/Tq/380hXVA2rl5JLC9zhIKZ8YtFbmVhz2KppQX+4vayEevooKQFeIS4NogThVdqFunwmOMGbWpdAwVdRDHAFE26LJA2DwDmGMqULPhV/wzd+cJeQvQxU0VH9PgxDhVTp6vwxe8AeQcEndGBOcaAAAAAElFTkSuQmCC') !important;
}
.owl-next {
    right: -35px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAaCAMAAABmdEcLAAAAS1BMVEUAAADh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eGrcZRyAAAAGHRSTlMA88MuEfnm3auSdlxSCNfWRCAf7eWtm0OPQvf3AAAAdUlEQVQY02WRVxLAIAhEMb1HU7n/SdMAnez7fDPoshANtWsKShj4Zl4SU/NDlUez8os7zRz8UfZqxp2FjpRWVWuqU9WMqvpSVGbBvBMVg+WVqM2ChUkHSSkyiYoGp/Bl/B0T4ha4KbaBjVmrHpr/XWcKUeAFL7LwEi6G1tdlAAAAAElFTkSuQmCC') !important;
}
.owl-dots {
    text-align: center;
    margin-top: 3rem}
.owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px;
    border: 2px solid #0e62b3 !important;
    background-color: transparent!important}
.owl-dots .owl-dot.active {
    background-color: #0e62b3 !important
    }
.text-block-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px;
    height: 100%}
.logo {
    position: relative;
    padding-left: 55px;
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    white-space: nowrap}
.logo__img {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)}
.nav {
    font-size: 1.6rem}
.nav__list {
    margin-left: -5px;
    margin-right: -5px}
@media (max-width: 991.98px) {
    .nav__list {
    margin: 0}
}
@media (min-width: 992px) {
    .nav {
    display: inline-block!important}
}
@media (max-width: 991.98px) {
    .nav {
    position: absolute;
    display: none;
    top: 100%;
    background-image: url(../img/intro.jpg);
    background-position: center -77px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    text-align: center}
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
    .nav {
    background-position: top}
}
.nav__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px}
@media (max-width: 991.98px) {
    .nav__item {
    display: block;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,.12)}
.nav__item: last-child {
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,.1);
    box-shadow: 0 2px 16px rgba(0,0,0,.1)}
}
.nav__item: last-child {
    margin-right: 0;
    margin-bottom: 0}
.nav__item a {
    padding: 5px;
    color: inherit}
.nav__item a:hover {
    color: #ffe57f}
@media (max-width: 991.98px) {
    .nav__item a {
    padding: 15px;
    display: block}
}
.nav-btn {
    font-size: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    width: 30px;
    height: 3px;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-clip: content-box;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
.nav-btn:hover {
    border-color: #ffe57f;
    background-color: #ffe57f}
.nav-bottom__item {
    display: inline-block;
    margin: 0 5px}
@media (max-width: 575.98px) {
    .nav-bottom__item {
    margin-bottom: 5px}
}
.order-now {
    background-color: #0a4c8c;
    padding: 35px 45px 45px;
}
.order-now input {
    height: 39px;
}
.order-now__title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
}
.order-now__wrap {
    max-width: 600px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto}
.order-now [type=text] {
    width: 100%}
.order-now [type=submit] {
    color: #fff;
    border-radius: 4px;
    letter-spacing: .25px;
    display: block;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.05rem 20px;
}

.order-now [type=submit]:hover {
    background-color: #088db3}
@media (max-width: 575.98px) {
    .order-now {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding: 35px 25px 35px;
    }
}
.order-now__text {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.18;
    opacity: 0.65;
    margin-top: 2.5rem}
.order-now__text a {
    color: inherit;
    text-decoration: underline}
.btn {
    color: inherit;
    padding: .5rem 1.5rem}
.btn,.btn-default {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-family: Rubik;
    font-weight: 300;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
.btn-default {
    color: inherit;
    background-color: #0e62b3;
    font-size: 1.6rem;
    color: #fff;
    padding: 1.35rem 2.25rem;
    border-radius: 4px;
    letter-spacing: .25px}
.btn-default:hover {
    background-color: #088db3}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit}
.pagination__item {
    margin: 0 5px}
.pagination a,.pagination span {
    padding: 5px 10px;
    font-weight: 500}
.pagination a {
    color: inherit}
.pagination .active,.pagination a:hover {
    color: #02a2c4}
.request-form label {
    display: none}
.request-form input,.request-form textarea {
    width: 100%;
    margin-bottom: 15px}
.request-line .request-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 490px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between}
@media (max-width: 575.98px) {
    .request-line .request-form {
    display: block}
}
.request-line .request-form input {
    width: 100%}
@media (max-width: 575.98px) {
    .request-line .request-form [type=text] {
    margin-bottom: 1rem}
}
.request-line .request-form [type=submit],.request-line .request-form ul {
    width: 49%}
@media (max-width: 575.98px) {
    .request-line .request-form [type=submit],.request-line .request-form ul {
    width: 100%}
}
.only-phone-field {
    max-width: 420px}
.request-info {
    font-size: 80%}
.header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 320px;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
    height: 90px;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
@media (max-width: 575.98px) {
    .header {
    top: 0}
}
.header__phone {
    position: relative;
    font-size: 2.5rem;
    font-weight: 500;
}
.header__phone:after {
    position: absolute;
    content: '';
    background: #fff;
    z-index: -1;
    top: 5px;
    left: 3px;
    width: 18px;
    height: 18px;
}
.header__phone svg {
    color: #86b802;
}
.header .logo,.header__phone {
    color: inherit}
@media (max-width: 768px) {
    .header__phone:after {
        width: 16px;
        height: 16px;
        top: 5px;
        left: 3px;
    }
}
@media (max-width: 575.98px) {
    .header__phone {
    display:none;
    position: fixed;
    font-size: 0;
    bottom: 50px;
    right: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #7264e8}
.header__phone:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    background-image: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMAZPfb5q6kig0GzcWcc0M479QuIhWBeltQ7LrWKK8tAAAAu0lEQVQ4y4XSUQ6DIBBF0RERBVrQaq3t2/8+W4KkAZlwfucmIgP9OPu2jnh3BK/GHPDM/MBp1vWgRzLWA4FETI0AvvEJbNVgQNJRVdc4I02IFHGG9AHOIwaGWB80lrHGQGxsMcZiIZaMxdA6J278m2gWqllYFOfQq84CnbZq1rgiCTlO2U5SIcKl7wiky4oFJ7Pfqk9AW1y58l9KfXkfF5TzfTGX3OaSo7KYAX9PqvFKcPNk69QyzybcwhfYSyH//sF3mAAAAABJRU5ErkJggg==");
    background-size: contain;
    background-position: 50%}
    .header__phone:after {
        content: none;
    }
}

.header--bg,.header.menu-opened {
    top: 0;
    background-image: url(../img/intro.jpg);
    background-position: top;
    background-size: cover;
    -webkit-box-shadow: 0 0 2px rgba(50,50,50,.4);
    box-shadow: 0 0 2px rgba(50,50,50,.4)}
@media (min-width: 576px) {
    .header--bg .header__btn {
    position: fixed;
    font-size: 0;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%}
.header--bg .header__btn:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 16px;
    height: 16px;
    background-image: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMAZPfb5q6kig0GzcWcc0M479QuIhWBeltQ7LrWKK8tAAAAu0lEQVQ4y4XSUQ6DIBBF0RERBVrQaq3t2/8+W4KkAZlwfucmIgP9OPu2jnh3BK/GHPDM/MBp1vWgRzLWA4FETI0AvvEJbNVgQNJRVdc4I02IFHGG9AHOIwaGWB80lrHGQGxsMcZiIZaMxdA6J278m2gWqllYFOfQq84CnbZq1rgiCTlO2U5SIcKl7wiky4oFJ7Pfqk9AW1y58l9KfXkfF5TzfTGX3OaSo7KYAX9PqvFKcPNk69QyzybcwhfYSyH//sF3mAAAAABJRU5ErkJggg==");
    background-size: contain;
    background-position: 50%}
}
.header a {
    text-decoration: none}
.header [class*=col-] {
    position: static}

.intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 543px;
    background-image: url(../img/bg-man-dark.jpg);
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 17rem;
    padding-bottom: 5.5rem}
.homepage .intro__img {
    position: relative;
    display:inline;
	left: -33px;
}
.homepage .intro  {
    padding-bottom: 0;
}
.intro.height-auto {
    min-height: auto}
.intro.bg-theme-dark {
    background-image: url(../img/bg-theme-dark.jpg)}
@media (max-width: 767.98px) {
    .intro {
    min-height: auto}
}
@media (max-width: 575.98px) {
    .intro {
    padding-top: 12rem}
}
.intro__text {
    font-size: 1.8rem;
    font-weight: 300;
    opacity: 0.74;
    line-height: 1.5;
    margin-bottom: 4rem}
@media (max-width: 1199.98px) {
    .intro__text {
        margin-bottom: 3rem;
    }
}
.intro__price {
    font-size: 3.2rem;
    margin-bottom: 4.5rem;
    font-weight: 700}
    @media (max-width: 1199.98px) {
        .intro__price {
            margin-bottom: 4rem;
        }
    }
.intro__price .fa-coins {
    margin-left: 10px;
    color: #0ab3e4}
.intro__list {
    font-weight: 400}
.intro__list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px}
.intro__list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0ab3e4}

.washing-machine {
    position: relative;
    display: inline-block;
    padding-right: 65px;
    padding-top: 45px;
}
.washing-machine .intro__img {
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 0;
    width: 170px;
    height: 170px;
    object-fit: cover;
    margin-right: 0 !important;
    box-shadow: 35px 35px 73px rgba(29,29,29,0.77);
}
.washing-machine__img {
    display: block;
}

.intro .img-brand-wrap{
    position: relative;
    margin-right: 50px;
}
.intro .brand-logo{
    position: absolute;
    border-radius: 100%;
    right: -50px;
    top: -50px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-right: 0;
    box-shadow: 35px 35px 73px rgba(29,29,29,0.77);
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.problems {
    background-color: #f1f1f1;
}
@media (min-width: 768px) {
    .problems {
        padding-top: 9.5rem;
    }
}
.problems .sec-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 625px;
    margin-bottom: 8rem;
}
@media (max-width: 767px) {
    .problems .sec-header {
        margin-bottom: 6rem;
    }
}
.problems__row [class*=col-] {
    margin-bottom: 30px}
@media (max-width: 575.98px) {
    .problems__row [class*=col-]: last-child {
    margin-bottom: 0}
}
p.price_ot span.price {
margin-top:0;
}

.problems__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    color: inherit;
    padding: 35px 20px 30px;
    border: 1px solid transparent;
    background: #fff}
.problems__item p {
    margin-bottom: 20px;
    font-size: 1.6rem}

.problems__item .price{
    color: #85b700;
    font-weight: 700;
    font-size: 2.4rem;
    display: inline-block;
    width: 100%;
    margin-top: 2rem;
}

.problems__item:after,.problems__item:before {
    content: "";
    position: absolute;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
.problems__item:before {
    height: 100%;
    width: 0;
    top: 0;
    left: 50%;
    border-top: 1px solid #0e62b3;
    border-bottom: 1px solid #0e62b3}
.problems__item:after {
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    border-left: 1px solid #0e62b3;
    border-right: 1px solid #0e62b3}
.problems__item:hover:before {
    left: 0;
    width: 100%}
.problems__item:hover:after {
    top: 0;
    height: 100%}
.problems__title {
    font-size: 2.4rem;
    color: #353535;
    margin-bottom: 2.5rem;
    position: relative;
    padding-right: 30px
}
.problems__title [class*="fa"] {
    font-size: 3rem;
}
.problems__title svg {
    position: absolute;
    right: 0;
    top: 0;
    color: #c2c2c2}
.consult {
    background-color: #ece6d8;
    border: 1px solid #e1dbcd;
    padding: 4rem 6.5rem 3rem;
}
@media (max-width: 1199px) {
    .consult {
        padding: 4rem 4rem 3.5rem;
    }
}
.consult input {
    margin-top: 15px;
}
.consult__text {
    font-size: 2.4rem;
    line-height: 1.45;
    font-weight: 300;
    color: #000;
}
.consult__text b {
    font-weight: 500;
}
.services__bg {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover}
.services__item {
    position: relative;
    font-size: 1.5rem;
    height: 100%;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: inherit;
    line-height: 1.2;
    background: #fff;
    padding: 9px 8px 6px 15px;
    border: 1px solid #d8d8d8;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    vertical-align: middle;
}
.variants .services__row [class*=col-] {
    margin-bottom: 2rem;
}
@media (max-width: 575px) {
    .variants .services__row [class*=col-]:last-child {
        margin-bottom: 0rem;
    }
}
@media (min-width: 576px) {
    .variants .services__item .services__price {
        font-size: 1.8rem;
    }
    .variants .services__item {
        font-size: 1.8rem;
        padding: 19px 15px 15px 20px;
    }
    .variants .services__item .btn-default {
        padding: 3px 15px;
        font-weight: 300;
    }
}

@media (max-width: 991.98px) {
    .services__item {
    height: auto}
}
.services__item .btn-default {
    padding: 3px 5px;
    font-size: 1.5rem;
    background-color: #85b700;
    margin-top: -3px;
    z-index: 100;
}
.services__item .services__price {
    margin-right: 23px;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: right;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 575.98px) {
    .services__item .services__price {
        margin-right: 15px;
    }
}
.services__item .services__name {
    z-index: 100;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 23px;
}
@media (max-width: 575.98px) {
    .services__item .services__name {
        margin-right: 15px;
    }
}
.services__item .services__name svg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: -10px;
}
.services__item .services__name:hover {
    color: #0e62b3;
}
.services__item: last-child {
    margin-bottom: 0}
.services__item:after,.services__item:before {
    content: "";
    position: absolute;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
.services__item:before {
    height: 100%;
    width: 0;
    top: 0;
    left: 50%;
    border-top: 1px solid #0e62b3;
    border-bottom: 1px solid #0e62b3}
.services__item:after {
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    border-left: 1px solid #0e62b3;
    border-right: 1px solid #0e62b3}
.services__item:hover:before {
    left: 0;
    width: 100%}
.services__item:hover:after {
    top: 0;
    height: 100%}
.services__price {
    font-weight: 500;
    white-space: nowrap;
    margin-left: 5px}
.services__row [class*=col-] {
    margin-bottom: 7px;
}
@media (max-width: 991.98px) {
    .services__row [class*=col-] {
    margin-bottom: 5px}
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .services .d-xl-block {
    display: none!important;
}
 .services .col-xl-7 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
.testimonial__slider {
    padding-left: 15px;
    padding-right: 15px;
}
.testimonial {
    background-color: #f7f7f7;
    position: relative}
.testimonial__row .testimonial__item {
    margin-bottom: 0}
.testimonial__row [class*=col-] {
    margin-bottom: 30px}
@media (max-width: 575.98px) {
    .testimonial__row [class*=col-]: last-child {
    margin-bottom: 0}
}
.testimonial__author {
    font-weight: 500}
.testimonial .container {
    z-index: 1}
.testimonial__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto}
.testimonial__date {
    font-size: 1.5rem;
    opacity: .54;
    margin-right: 10px}
.testimonial__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    line-height: 1.8;
    font-weight: 300}
@media (max-width: 767.98px) {
    .testimonial__text {
    font-size: 1.8rem}
}
.testimonial .owl-carousel .testimonial__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%}
@media (max-width: 767.98px) {
    .testimonial .owl-carousel .testimonial__item {
    height: auto}
}
.testimonial .owl-carousel img {
    display: inline-block!important}
.testimonial__item {
    background: #fff;
    color: #333;
    padding: 34px 25px;
    margin-bottom: 2rem}
.testimonial__item: last-child {
    margin-bottom: 0}
.testimonial__item svg {
    color: #e6c844}
@media (max-width: 575.98px) {
    .testimonial__item {
    padding: 20px}
}
.testimonial__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem}
.testimonial__ava {
    width: 90px!important;
    height: 90px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 11%}
.testimonial__form {
    background-color: #e4edf5;
    padding: 45px 40px;
    font-size: 1.4rem}
@media (max-width: 575.98px) {
    .testimonial__form {
    padding: 25px 20px}
}
.testimonial__form .sec-title {
    font-weight: 500;
    font-size: 2.4rem;
    margin-bottom: 2rem}
.testimonial__form li {
    margin-bottom: 14px}
.testimonial__form p {
    margin-bottom: 3rem}
.testimonial__form input,.testimonial__form select,.testimonial__form textarea {
    border: none;
    font-size: 1.4rem}
.testimonial__form textarea {
    width: 100% !important;
    height: auto !important;}
.testimonial__form .agreements {
    color: #8d8d8d;
    margin: 2.5rem 0}
.testimonial.all .testimonial__item {
    position: relative;
    padding-left: 120px;
    margin-bottom: 3.5rem}
@media (max-width: 575.98px) {
    .testimonial.all .testimonial__item {
    padding-left: 20px}
}
.testimonial.all .testimonial__ava {
    position: absolute;
    left: 15px;
    top: 30px}
@media (max-width: 575.98px) {
    .testimonial.all .testimonial__ava {
    position: static;
    display: block;}
}
.testimonial.all .testimonial__bottom {
    display: block}
.text-style p {
    margin-bottom: 2.8rem;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .mobile-centered {
        display: block;
        margin: 2rem auto 0;
    }
}

.sertificate ul,
.about-service ul,
.repair-at-home ul{
    margin: 3rem 0;
}
.sertificate li,
.about-service li,
.repair-at-home li{
    margin-bottom: 1.5rem;
}
.sertificate li:before,
.about-service li:before,
.repair-at-home li:before{
    content: "\27A4";
    color: #85b700;
    margin-right: 10px;
}
.repair-at-home p{
    margin-bottom: 2.8rem;
}

.sertificate__img {
    filter: drop-shadow(0 0 50px rgba(223, 201, 212, 0.85));
}
.repair-at-home {
    background-color: #eef1f6;
}
.large-text {
    font-size: 116%;
}
.seo-text h2,
.seo-text h3 {
    color: #000;
}
.seo-text li,.seo-text p {
    margin-bottom: 1.5rem}
.seo-text p,
.seo-text ul,
.seo-text ol {
    margin-bottom: 3rem;
}
.seo-text h2 {
    font-size: 4.3rem;
    margin: 5rem 0;
}
.seo-text {
    color: black;
}
.seo-text .subtitle {
    line-height: 1.18;
}
.seo-text .container >:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .seo-text h2 {
        font-size: 3.5rem;
        margin: 3.5rem 0;
    }
}
@media (max-width: 575px) {
    .seo-text h2 {
        font-size: 3rem;
        margin: 3rem 0;
    }
}
.seo-text__img {
    display: block;
    margin: 3rem 0;
    border-radius: 10px;
}
@media (max-width: 575px) {
    .seo-text__img {
        margin: 3rem auto;
    }
}
.order {
    background-image: url(../img/bg-man-dark.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}

@media (max-width: 575px) {
.order {
    background-image: url(../img/bg-man-dark-m.jpg);
}
}
.models ul {
    -webkit-columns: 5;
    column-count: 5}
@media (max-width: 991.98px) {
    .models ul {
    -webkit-columns: 4;
    column-count: 4}
}
@media (max-width: 767.98px) {
    .models ul {
    -webkit-columns: 3;
    column-count: 3}
}
@media (max-width: 575.98px) {
    .models ul {
    -webkit-columns: 2;
    column-count: 2}
}
.models li {
    margin-bottom: 5px}
.models a {
    position: relative;
    padding: 5px 0 5px 20px;
    color: inherit;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
.models a:before {
    display: none;
    content: "\f105";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900}
.models a svg {
    color: #0ab3e4;
    position: absolute;
    left: 0;
    top: 6px}
.models a:hover {
    color: #02a2c4;
    padding-left: 25px}
.contacts__map {
    position: relative;
    height: 100%}
@media (max-width: 991.98px) {
    .contacts__map {
    margin-bottom: 3rem}
}
@media (min-width: 992px) {
    .contacts__map img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
}
.contacts [type=submit] {
    margin-bottom: 0}
.contacts__name {
    display: block;
    margin-bottom: 2px}
.contacts__list {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 2rem}
.contacts__item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    margin: 0 10px 1rem}
.contacts__item a {
    color: inherit!important;
    text-decoration: none!important}
.contacts__item [class*=fa-] {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    margin-right: 10px}
@media (max-width: 575.98px) {
    .contacts__item [class*=fa-] {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px)}
}
.blog {
    background-color: #f8f8f8}
@media (max-width: 991.98px) {
    .blog [class*=col-] {
    margin-bottom: 2rem}
.blog [class*=col-]: last-child {
    margin-bottom: 0}
}
.blog__item {
    display: block;
    height: 100%;
    color: inherit;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.05);
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    -o-transition-property: box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
.blog__item:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.1);
    box-shadow: 0 10px 30px rgba(0,0,0,.1)}
.blog__item: last-child {
    margin-bottom: 0}
.blog__item p {
    margin-bottom: 1.5rem}
.blog__item p: last-child {
    margin-bottom: 0}
.blog__img img {
    width: 100%;
    height: 180px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover}
.blog__img.large img {
    height: 280px}
.blog__text {
    padding: 20px 15px;
    font-size: 1.5rem}
.blog__title {
    margin-bottom: 1rem;
    color: #02a2c4}
.blog__subtitle,.blog__title {
    font-weight: 500}
.about p,.blog__subtitle {
    margin-bottom: 1.5rem}
.about p: last-child {
    margin-bottom: 0}
.about__bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 20px 0;
}

.about__bg .cert_fon {
    background: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
}

.about__bg .cert_fon .cert_img {
    height: 100%;
    overflow: hidden;
}

.about__bg .cert_fon .cert_img img {
    width: 80%;
    left: 10%;
    top: 80px;
    position: absolute;
}

.about__bg .cert_fon .cert_text {
    height: 100%;
    background: rgba(10, 179, 228, .65);;
    text-align: center;
    padding: 20% 5px;
    font-size: 3rem;
    color: #fff;
}

@media (max-width: 991px) {

    .about__bg {
        min-height: 450px;
    }


    .about__bg .cert_fon .cert_img {
        height: auto;
    }
    .about__bg .cert_fon .cert_text {
       height: auto;
    }
}

@media (max-width: 768px) {

    .about__bg {
        min-height: 700px;
    }

    .about__bg .cert_fon .cert_img {
        height: 75%;
    }

    .about__bg .cert_fon .cert_text {
        padding: 5% 5px;
       height: 25%;
    }
}

.about__bg .cert_fon .cert_text span {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-weight: 600;
    font-size: 3.5rem;
}

@media (max-width: 991.98px) {
    .about__bg {
    height: 25vh}
}

.masters img {
    display: block;
    width: 60%;
    margin: 30px auto 10px;
}

.masters .descript {
    display: block;
    width: 100%;
    text-align: center;
}

.masters .name {
    font-weight: bold;
    display: block;
    width: 100%;
}

.masters .text {
    width: 100%;
    margin-bottom: 30px;
}

.waranty_blank img {
    border: 1px solid #000;
    max-width: 200px;
}

.pays .col-md-4 {
    padding: 0 0 40px;
}

.pays .pay_variant {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.pays .pay_variant img {
    width: 80%;
    margin: 0 auto;
    display: block;
    border: 3px solid #0ab3e4;
}

.pays .pay_variant .text {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    background: #0ab3e4;
    border: 3px solid #0ab3e4;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 60px;
}

.about__bg.bg-one {
    background-image: url(../img/about-1.jpg)}
.about__bg.bg-two {
    background-image: url(../img/about-2.jpg)}
.brands__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    padding: 10px 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
.brands__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)}
.article__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    max-width: 500px}
.steps-list {
    font-weight: 300;
    counter-reset: cnt}
.steps-list__item {
    position: relative;
    line-height: 1.5;
    padding-left: 55px;
    margin-bottom: 25px}
.steps-list__item:before {
    counter-increment: cnt;
    /*content: counter(cnt,decimal-leading-zero);*/
    content: counter(cnt);
    position: absolute;
    font-size: 3.2rem;
    color: #b7c242;
    line-height: 1;
    left: 0;
    top: -2px;
    font-weight: 700}
.footer {
    background-color: #333;
    font-size: 1.5rem;
    color: #fff}
@media (min-width: 992px) {
    .footer {
        padding-bottom: 10rem;
    }
}
.footer .copyright {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.footer .title{
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}

.footer .text {
    text-align: left;
}

.footer .text ul li {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 3px;
}

.footer a {
    color: inherit}
.footer a:hover {
    color: #02a2c4}
.footer__phone {
    font-size: 19px;
    font-weight: 700;
}
@media (max-width: 1199.98px) {
    .copyright {
    display: block;
    margin-bottom: 1rem}
}
.popup {
    display: none}
.popup--order {
    text-align: center;
    background-color: #ebf1fe;
    max-width: 616px;
    width: 100%}
.popup--order form {
    margin-bottom: 4rem}
@media (max-width: 575.98px) {
    .popup--order form {
    margin-bottom: 3rem}
    .footer__phone {
        font-size: 25px;
    }
}
.popup--order .order-now__text {
    text-align: left;
    color: #8d8d8d;
    font-size: 12px;
    line-height: 1.66}
.popup .fancybox-close-small {
    top: 0;
    right: 0}
.popup__title {
    font-size: 3.8rem;
    margin-bottom: 1.5rem}


.mob_block {display:none;}
@media (max-width: 575.98px) {
    .popup__title {
    font-size: 3rem}
.mob_block {display:block;}
}


.header_phone_mob {
	color: inherit;
    display: block;
    text-align: center;
    width: 100%;
    margin-top:10px;
}

.header_phone_mob svg {
    color: #86b802;
    max-width: 13px;
}
.popup__text {
    margin-bottom: 4rem}
.popup__wrap {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto}
.popup form input,.popup form textarea {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    border: none;
    -webkit-transition-property: border-color;
    -o-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
.popup form [type=submit],.popup form input,.popup form textarea {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s}
.popup form [type=submit] {
    background-color: #0ab3e4;
    color: #fff;
    padding: 1.05rem 1.65rem;
    border-radius: 4px;
    letter-spacing: .25px;
    border: none;
    opacity: .85;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s}
.popup form [type=submit]:hover {
    background-color: #088db3}
.review-form label {
    display: block;
    margin-bottom: 0.5rem;
}
.review-form ul {
    margin-bottom: 2rem}
.review-form input,.review-form select {
    width: 100%}
.review-form li {
    margin-bottom: 1rem}
.review-form [type=submit] {
    margin-bottom: 0}
/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https: //github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE *//* * Owl Carousel - Core */.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
 .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
 .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
 .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
 .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none;
}
 .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
 .owl-carousel.owl-loaded {
    display: block;
}
 .owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
 .owl-carousel.owl-hidden {
    opacity: 0;
}
 .owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
 .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
 .owl-carousel.owl-rtl {
    direction: rtl;
}
 .owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
/* * Owl Carousel - Animate Plugin */.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
    opacity: 1;
}
 100% {
    opacity: 0;
}
 }
/* * Owl Carousel - Auto Height Plugin */.owl-height {
    transition: height 500ms ease-in-out;
}
/* * Owl Carousel - Lazy Load Plugin */.owl-carousel .owl-item {
    /**This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrongcalculation of the height of the owl-item that breaks page layouts */ }
 .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
 .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy: not([src]) {
    max-height: 0;
}
 .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
/* * Owl Carousel - Video Plugin */.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../img/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
 .accordion-header {
    margin: 15px auto 0;
    display: block;
    min-width: 240px;
}
 .accordion-item {
    position: relative;
    padding-bottom: 60px;
}
 .accordion-item .accordion-header {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
 .accordion-item .ui-accordion-header-active:after {
    content: 'Свернуть';
}
 .accordion-item .ui-accordion-header-collapsed:after {
    content: 'Смотреть все бренды';
}
 .problems .accordion-item .ui-accordion-header-collapsed:after {
    content: 'Другие неисправности';
}
.location-and-map .sec-title {
    font-size: 3.6rem;
    margin-bottom: 7rem;
}
@media (max-width: 1199px) {
 .location-and-map .sec-title {
     margin-bottom: 5rem;
 }
}
@media (max-width: 991px) {
    .location-and-map .sec-title {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
}
 .select_locations .row .col-md-4 select, .select_locations .row .col-md-6 select {
    width: 100%;
    margin-bottom: 15px }
 .review-form .btn-tertiary {
    color: #555;
    background: #fff;
    padding: 0;
    line-height: 40px;
    width: 100%;
    margin: auto;
    display: block;
    border: 2px solid #fff;
}
.review-form .btn-tertiary:hover, .review-form .btn-tertiary:focus {
    color: #888;
}
.review-form .input-file {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1}
.review-form .input-file + .js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}
.review-form .input-file + .js-labelFile .icon:before {
    content: "\f093";
}
.review-form .input-file + .js-labelFile.has-file {
    color: #5AAC7B;
}
.review-form .input-file + .js-labelFile.has-file .icon:before {
    content: "\f00c";
    color: #5AAC7B;
}
.season_sales {
    padding-top: 4rem;
}
 .season_sales .banner {
    background: url(../img/bg-theme-dark.jpg) no-repeat 0 0;
    background-size: cover;
}
.season_sales .banner .content {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    background: rgba(0, 0, 0, .25);
}
.season_sales .banner.winter {
    background: url(../img/sale.jpg) no-repeat 0 0;
    background-size: cover;
}
.season_sales .banner.spring {
    background: url(../img/sale.jpg) no-repeat 0 0;
    background-size: cover;
}
.season_sales .banner.sommer {
    background: url(../img/sale.jpg) no-repeat 0 0;
    background-size: cover;
}
.season_sales .banner.autumn {
    background: url(../img/sale.jpg) no-repeat 0 0;
    background-size: cover;
}
.season_sales .banner .heading {
    color: #fff;
    font-weight: 700;
    line-height: 1.18;
    font-size: 4rem;
    text-align: left;
    margin-bottom: 25px;
    padding-right: 20%;
}
.season_name:before {
    content: attr(data-content);
}
.season_sales .banner .form {
    padding-right: 20%;
}
.season_sales .banner .form .request-form ul {
    display: inline-block;
    width: 66%;
}
.season_sales .banner .form .request-form ul li {
    display: inline-block;
    width: 48%;
}
.season_sales .banner .form .request-form ul li:first-child {
    margin-right: 2%;
}
.season_sales .banner .form .request-form ul li input {
    width: 100%;
}
.season_sales .banner .form .request-form input[type=button] {
    display: inline-block;
    width: 33%;
}
.season_sales .banner .form .request-form input {
    border-radius: 5px;
}
.season_sales .banner .date_sales {
    color: #fff;
    margin-bottom: 15px;
}
.season_sales .banner .date_sales .date_label {
    color: #b9ff00;
}
.season_sales .banner .date_sales .date_label:before {
    content: attr(data-content);
}
.season_sales .banner .politic_info {
    color: #fff;
    opacity: 0.5;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.18;
    width: 80%;
}
.season_sales .banner .politic_info a {
    color: inherit;
}
.season_sales .banner .politic_info a:hover {
    opacity: .3;
}
@media (max-width: 991px) {
    .season_sales .banner .heading {
    padding: 0;
}
 .season_sales .banner .form {
    padding: 0;
}
}
@media (max-width: 768px) {
    .season_sales .banner .heading {
    padding: 0;
}
 .season_sales .banner .form {
    padding: 0;
}
 .season_sales .banner .form .request-form ul {
    width: 100%;
}
 .season_sales .banner .form .request-form ul li {
    width: 100%;
}
 .season_sales .banner .form .request-form input[type=button] {
    width: 100%;
}
 .season_sales .banner .politic_info {
    width: 100%;
}
}

.advantages-mini__row {
    margin-left: auto;
    margin-right: auto;
}
.advantages-mini__item {
    display: flex;
}
@media (max-width: 991px) {
  .advantages-mini__item {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
    .advantages-mini__item br {
        display: none;
    }
}
.advantages-mini__item .icon {
    font-size: 3rem;
    margin-right: 1.5rem;
}
@media (max-width: 991px) {
    .advantages-mini__item .icon {
        margin-right: 0;
    }
}
.advantages-mini__item .text {
    line-height: 1.3;
}
.advantages-mini__item .text span {
    font-weight: 700;
    color: #b7c242;
}

.advantages {
    background-color: #0d3266;
    color: #fff;
    text-align: center;
}
.advantages__row [class*="col"] {
    margin: 4rem 0;
}
@media (max-width: 575px) {
    .advantages__row [class*="col"] {
        margin: 2rem 0;
    }
}
.advantages .advantages__row .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 111px;
    margin-bottom: 2rem;
}
.advantages .advantages__row .title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 0.9;
    margin-bottom: 1.5rem;
}
 .advantages .advantages__row .text {
     font-weight: 300;
     font-size: 1.6rem;
 }
 .advantages .advantages__row .colored {
    color: #9dbc2f;
    font-weight: 500;
}
@media (max-width: 768px) {
    .advantages .advantages__row {
    text-align: center;
}
 .advantages .advantages__row .icon {
    width: 100%;
}
}
.seo-text .container >:first-child {
    margin-top: 0;
}
.seo-text ol {
    list-style: decimal;
    padding-left: 20px;
}
.seo-text ul li:before {
    content: "\27A4";
    color: #85b700;
    margin-right: 10px;
}
.seo-text h3 {
    font-size: 3rem;
    margin: 3rem 0;
}
@media (min-width: 1200px) {
    .seo-text .floated-right {
        float: right;
        max-width: 500px;
    }
    .seo-text .floated-left {
        float: left;
        max-width: 500px;
    }
}

@media (max-width: 575px){
    .seo-text h3 {
        font-size: 2.5rem;
        margin: 2.5rem 0;
    }
}
.seo-text .ahtung {
    border: 1px solid #b7c29b;
    border-radius: 4px;
    font-size: 1.7rem;
    line-height: 1.5;
    background: #eff4e1;
    padding: 27px;
    min-height: 130px;
    padding-left: 125px;
    padding-right: 65px;
    width: 100%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAA8CAMAAADi4EJ+AAAAXVBMVEUAAAC31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GW31GXkVgqgAAAAHnRSTlMAt1uwZ8MILX5tp56KeV9OkDUnIK2hPZl0RJMYFkkhY30GAAABtklEQVRIx6WX2XaDMAxEEWZfQ4CEbPr/z2zaNHJ7opGT43kVF4Q8suUEqEyzvjs21By7Pkv3yfsqTv1C/Fe01IfiLXZfEWuiKpzBpSZGovpi5zw4tuQGI//5yCG1JawzcVg06vBJYBvPNHhTYFD8V7jHcPjrgwJj/GD9cxgv//nL8Wdyc+K140+18/Co5Z2nT+XmshcrK/KVuWnh9enZlDWV3oNqPH0Er3rJJqEnvXDXn2DGbGd+YFUPz7R68Ab+W7RanTX6JQGWmSRxUBWpqqbtHkM2k1aA73f3giKH10LXDFMfGKj3zctAA3wxV0JXjNLDoU7oDn4At9dZ6DNutBbuvUIbjzgUaoRuGMhhehHaQRqnRUITzBxXLZcjK8dVq5gDRk8hXWG3cP4UY7cMbIiIrPCAu4SpGffJPC743RNeD/q1anEm3KFJFnTLauwOJcG0HrKfaKFZbLussvHggwo3WWacBk3i1YDTAO+ZNAs8k2XFYrX3lg2egvgEJvG5Gh0Dpz9t83faHcGi2pMHuW4hMHlETT1RE1fUtBc1aUZNuVETdtR0H3eziL/VxN+o4m9zcTfJL9BaH98JOG+RAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 28px 35px;
}
@media (min-width: 992px) {
    .seo-text .ahtung {
       margin: 5rem 0;
       background-position: 28px center;
    }
}
@media (max-width: 575px) {
    .seo-text .ahtung {
        padding: 20px 27px;
        background-image: none;
    }
}
.seo-text .ahtung .icon {
    display: none !important;
    font-size: 50px;
    color: #0ab3e4;
    width: 10%;
    vertical-align: middle;
    text-align: center;
    padding-right: 15px;
}
.seo-text .ahtung .text {
    display: inline-block;
    width: 90%;
    margin: 0 0 0 auto;
    vertical-align: middle;
}
@media (max-width: 768px) {
    .seo-text .ahtung .icon {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
 .seo-text .ahtung .text {
    width: 100%;
    display: block;
    text-align: center;
}
}
.select_locations {
   max-width: 470px;
}
.select_locations select {
    position: relative;
    width: 100%;
    background-color: #eee;
    border: none;
    border-radius: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAICAYAAAArzdW1AAAAgElEQVQYlXWMsQ2DMBAADxRRZQ5v4QYajxCv4IKJItqMAI0bqKGPsgVJE5pPkScSDpz00t/r9FnblzfgDCz8UwCvE/AELjvByjUTEbqhugNmJ3g4G02u4g++eIAcwNk4AU0SNM7G8RcpAZh1n9XZRM7GN1Cr1upfRGQzbV+G9PYBb/A2eZrb9+QAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-size: 9px 8px;
    background-position: right 24px center;
}
@media (max-width: 991px) {
    .select_locations  {
        margin-bottom: 6rem;
    }
}
.fielderrormessage {
    font-weight: 400 !important;
    margin-top: 5px !important;
}
.template14 .intro__text {
    color:#fff;
}
.bold {font-weight:bold;}

.img-cont {
    display: flex;
    align-items: center;
}

.ul {
    width: 20%;
     margin-right: 30px;
    box-sizing: border-box;
}

@media (max-width: 425px) {
.img-cont {
    flex-direction:column;
    margin-right: 0;

}
.img-ul {
margin-bottom: 2.8rem;
}
}

/*Мастера*/
.master-cart {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgb(10 76 140 / 14%);
    border-radius: 5px;
    padding: 38px 30px 38px 37px;
    box-sizing:border-box;
    margin: 20px;
}

.master-cart-descriptions {
    margin-left: 26px;
    line-height: 18px;
}
.master-cart img {
align-self: center;
max-width:151px;
width:100%;
}

.master-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 19px;
}

.master-cart-descriptions p {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 19px;
    color: #676767;
}

.master-cart-descriptions span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #0A4C8C;
}

.master-container .owl-nav span {font-size:0;}

.master-container .owl-nav button {
    border: none!important;
    box-shadow: none!important;
    background-color: none !important;
    width:11px;
    height:21px;
    background-size: unset !important;
    top: 47%;
    margin-top: 0;
}

.master-container .owl-prev {
    left: 0;
    background-image: url(../img/master/prev.png) !important;
}
.zag-m {
font-weight: 500;
font-size: 30px;
line-height: 36px;
color: #444444;
margin-bottom: 20px;
}

.master-container .owl-next {
    right: 0;
    background-image: url(../img/master/next.png) !important;
}
@media (max-width: 991px) {
.master-container .owl-nav button {top:38%;}
}
@media (max-width: 460px) {
.master-cart {
    flex-direction: column;
    align-items: center;
    padding: 38px 30px;
    text-align: center;
}
.master-cart img {
    margin-bottom: 20px;
}
.master-container .owl-dots {
    margin-top: 0;
}

}

.about-service .text-style p:last-child {margin-bottom:0;}

/*Преимущества*/
.zag-adv {
font-weight: bold;
font-size: 3.6rem;
line-height: 43px;
color: #444444;
margin-bottom: 60px;
}

.adv-cart {border-radius: 5px;width:33%;padding: 42px 15px;box-sizing: border-box;margin:0 10px;}
.adv-container {display:flex;margin:0 -10px 90px -10px;}
.adv-container .color-1 {background: #0D3266;}
.adv-container .color-2 {background: #85B700;}
.adv-container .color-3 {background: #F82227;}

.adv-container .color-1 p {color: rgba(255, 255, 255, 0.6);}
.adv-container .color-2 p {color: rgba(255, 255, 255, 0.72);}
.adv-container .color-3 p {color: rgba(255, 255, 255, 0.72);}
.adv-cart span {
    font-weight: bold;
    font-size: 68px;
    line-height: 81px;
    color: #FFFFFF;
    text-align: center;
    display: block;
}
.adv-cart p {
font-weight: normal;
font-size: 16px;
line-height: 144%;
text-align: center;
margin-bottom:0;
}

@media (max-width: 991px) {
.adv-container {flex-direction:column;}
.adv-cart {width:100%;padding: 15px;}
.adv-cart span {
    font-size: 35px;
    line-height: normal;
}
.adv-cart p {
font-size: 15px;
}
.zag-adv {
    margin-bottom: 40px;
    font-size: 3rem;
    line-height: normal;
}
.adv-container {
    margin: 0 0 50px 0;
}
.adv-cart {margin:0 0 15px 0; }
}

/*faq*/
section.faq {
    background: #F7F7F7;
    padding: 80px 0;
}
.faq-zg {
font-weight: bold;
font-size: 3.6rem;
line-height: 43px;
color: #444444;
margin-bottom: 60px;
}

.accordion-item-faq {
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 13px;
    padding: 23px 74px 26px 74px;
}

.accordion-header-faq {
font-weight: 500;
font-size: 18px;
line-height: 143.5%;
color: #444444;
}

.accordion-item-faq .answer {
font-weight: normal;
font-size: 16px;
line-height: 143.5%;
color: #444444;
margin-top:15px;
padding-right: 50px;
}




.accordion-faq .ui-accordion-header {
	position: relative;
	cursor:pointer;
}
.accordion-faq .ui-accordion-header-icon {
	content: '';
	position: absolute;
	top: -4px;
	right: 0;
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../img/down.png) 50% 50% no-repeat;
}
.accordion-faq .ui-accordion-header-active .ui-accordion-header-icon {
	background-image: url(../img/up.png);
}

@media (max-width: 991px) {
.faq-zg {
    margin-bottom: 40px;
    font-size: 3rem;
    line-height: normal;
}

.accordion-item-faq {
    padding: 23px 20px 26px 20px;
}
section.faq {
    padding: 60px 0;
}
}

@media (max-width: 580px) {
.accordion-faq .ui-accordion-header {

    padding-right: 40px;
}
.accordion-item-faq .answer {padding-right:0;}
}

/*err-code*/
.err_row_container {
    display: flex;
    background: #EEF1F6;
    border-radius: 5px;
    justify-content: space-between;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #444444;
}

.err_row_container > div {
    width: 50%;
}

.err-container {
    justify-content: space-between;
}

.err_row_val {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 20px 0;
    padding: 20px;
}

.err_row_val >div {
    width: 50%;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 143.5%;
    color: #444444;
}

.err_row_val span {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 143.5%;
    color: #444444;
    display: block;
}



.err-container .err_row_val:nth-child(2n+1) {
    background: red;
    background: #F7F7F7;
    border-radius: 5px;
}
.err_row_val ul
{
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
}

@media (max-width: 500px) {
.err_row_val >div:first-child {
    width: 20%;
}
.err_row_val {padding:20px 0;}

.err_row_val >div:last-child {
    width: 70%;padding: 0 10px;
}
.err_row_val span {margin-right:20px;}
}

/*portfolio*/
.porfolio_row .portfolio_cart {display:flex;background: #F7F7F7;
border-radius: 5px;padding:46px 54px 46px 40px;align-items: center;}
.portfolio_descriptions {
    margin-left: 50px;
    font-size: 16px;
    font-weight: normal;
    color: #444444;
}
.portfolio_cart img {max-width:417px;width:100%;}
span.potf-cart_zg {
    font-weight: 500;
    font-size: 24px;
    line-height: 143.5%;
    color: #444444;
    margin-bottom: 18px;
    display: block;
}

.portfolio_descriptions p {
    margin-bottom: 15px;
}
section.porfolio_row {
    margin: 30px 0 90px 0;
}

.portfolio_descriptions ul {
    list-style-image: url(../img/li.svg);
    margin-left: 20px;
}

.portfolio_descriptions ul li {padding-left:7px;}
.portfolio_container {max-width:1050px;margin: 0 auto;}
.portfolio_container .owl-nav {    font-size: 0;}

.portfolio_container .owl-nav button {
    width: 11px;
    height: 21px;
    box-shadow: none;
        margin-top: -21px;
    background-size: auto !important;
}

.portfolio_container .owl-prev {
    left: -20px;
   background-image: url(../img/master/prev.png) !important;
}

.portfolio_container .owl-next {
    right: -20px;
    background-image: url(../img/master/next.png) !important;
}

@media (max-width: 991px) {
.porfolio_row .portfolio_cart {flex-direction:column;}
.portfolio_descriptions {margin:20px 0;}
.portfolio_container .owl-dots {
    margin-top: 20px;
}
section.porfolio_row {
    margin: 30px 0 60px 0;
}
}

.pd_service {
    align-items: center;
    margin-bottom: 25px;
}

.repair-at-home .pd_service p:last-child {margin-bottom:0;}

.service_inn {
    margin-bottom: 30px;
}

.service_inn .sec-title{
	font-size: 2.5rem;
    margin-bottom: 2rem;
}

.repair-at-home div.sec-title {
    font-size: 3rem;
    margin-bottom: 3rem;
}

.repair-at-home h2 {
    margin-bottom: 3rem;

}

section.sec.models ul li:before, .models.nobefore li:before {display:none;}

section.sec.models a:not([href]) {cursor:default;}

section.sec.models a.fancybox {text-decoration:none;}


@media (max-width: 575.98px) {

.problems .container > div.problems__row > div:nth-child(n+5) {
display:none;
}
}


.photo_c {
    padding-top: 3rem;
}

.photo_c img {border-radius: 5px;max-width:357px;width:100%;}
.photo_gal .owl-prev {
    left: -35px;
    background-image: url(../img/service/prev.png) !important;
    background-color: unset !important;
    width: 48px;
    height: 48px;
    background-size: inherit !important;
}

.photo_gal .owl-next {
    right: -35px;
    background-image: url(../img/service/next.png) !important;
    background-color: unset !important;
    width: 48px;
    height: 48px;
    background-size: inherit !important;
}
.photo_gal .owl-next:hover, .photo_gal .owl-prev:hover {opacity:.8;}
.photo_gal button span {display:none;}

.photo_gal .owl-nav button {margin-top: -30px;}

.photo_c .subtitle {margin-bottom: 5rem;}

@media (max-width: 991px) {
.photo_c img {margin: 0 auto;}
.photo_c .subtitle {text-align: center;}
}
.map img {display:block;}
.img_content {
    margin-bottom: 3rem;
    text-align: center;
}
.img_content img {max-width:500px;width:100%;}
