

/* Start:/local/templates/appsweb/css/main.min.css?1669353103193056*/
@charset 'UTF-8';
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: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    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;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.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;
    transition: opacity 0.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;
    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: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    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 {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    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: 0 0;
    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, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.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: 0;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}

.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;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.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: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 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 {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    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;
    transition: all 0.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: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    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: transparent;
    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;
    box-shadow: inset 0 0 6px rgba(0, 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, 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: 0;
    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;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: 0.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);
    }
}

.slick-loading .slick-list {
    background: #fff url(/local/templates/appsweb/css/../img/ajax-loader.gif) center center no-repeat;
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/local/templates/appsweb/css/../fonts/slick.eot);
    src: url(/local/templates/appsweb/css/../fonts/slick.eot%3F) format("embedded-opentype"), url(/local/templates/appsweb/css/../fonts/slick.woff) format("woff"), url(/local/templates/appsweb/css/../fonts/slick.ttf) format("truetype"), url(/local/templates/appsweb/css/../fonts/slick.svg) format("svg");
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

.form label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@-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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -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-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}

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

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

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

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

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

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

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

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

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

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

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

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

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

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

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

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

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

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

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

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

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

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

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

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

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

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

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

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

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

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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 {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

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

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

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

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

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

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

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !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: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

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

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

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

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

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

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

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

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

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

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

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

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

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

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

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

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

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

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-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;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

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

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

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

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

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

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

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

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

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

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

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

.mh-100 {
    max-height: 100% !important;
}

@font-face {
    font-family: Gilroy-Light;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Light/Gilroy-Light.eot);
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Light/Gilroy-Light.eot%3F) format("embedded-opentype"), url(/local/templates/appsweb/css/../fonts/Gilroy-Light/Gilroy-Light.woff) format("woff"), url(/local/templates/appsweb/css/../fonts/Gilroy-Light/Gilroy-Light.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy-Regular;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Regular/Gilroy-Regular.eot);
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Regular/Gilroy-Regular.eot%3F) format("embedded-opentype"), url(/local/templates/appsweb/css/../fonts/Gilroy-Regular/Gilroy-Regular.woff) format("woff"), url(/local/templates/appsweb/css/../fonts/Gilroy-Regular/Gilroy-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy-Medium;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Medium/Gilroy-Medium.eot);
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Medium/Gilroy-Medium.eot%3F) format("embedded-opentype"), url(/local/templates/appsweb/css/../fonts/Gilroy-Medium/Gilroy-Medium.woff) format("woff"), url(/local/templates/appsweb/css/../fonts/Gilroy-Medium/Gilroy-Medium.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy-SemiBold;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot);
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-SemiBold/Gilroy-SemiBold.eot%3F) format("embedded-opentype"), url(/local/templates/appsweb/css/../fonts/Gilroy-SemiBold/Gilroy-SemiBold.woff) format("woff"), url(/local/templates/appsweb/css/../fonts/Gilroy-SemiBold/Gilroy-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy-Bold;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Bold/Gilroy-Bold.eot);
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Bold/Gilroy-Bold.eot%3F) format("embedded-opentype"), url(/local/templates/appsweb/css/../fonts/Gilroy-Bold/Gilroy-Bold.woff) format("woff"), url(/local/templates/appsweb/css/../fonts/Gilroy-Bold/Gilroy-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy-Black;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Black/Gilroy-Black.eot);
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Black/Gilroy-Black.eot%3F) format("embedded-opentype"), url(/local/templates/appsweb/css/../fonts/Gilroy-Black/Gilroy-Black.woff) format("woff"), url(/local/templates/appsweb/css/../fonts/Gilroy-Black/Gilroy-Black.ttf) format("truetype");
}

@font-face {
    font-family: Gilroy-Heavy;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Heavy/Gilroy-Heavy.eot);
    src: url(/local/templates/appsweb/css/../fonts/Gilroy-Heavy/Gilroy-Heavy.eot%3F) format("embedded-opentype"), url(/local/templates/appsweb/css/../fonts/Gilroy-Heavy/Gilroy-Heavy.woff) format("woff"), url(/local/templates/appsweb/css/../fonts/Gilroy-Heavy/Gilroy-Heavy.ttf) format("truetype");
}

::-webkit-input-placeholder {
    color: rgba(11, 19, 43, 0.5);
}

:-ms-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder,
::placeholder {
    color: rgba(11, 19, 43, 0.5);
}

::-moz-selection {
    background-color: #6d8cca;
    color: #fff;
}

::-moz-selection,
::selection {
    background-color: #6d8cca;
    color: #fff;
}

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

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 24px;
    font-family: Gilroy-Regular, sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    color: #0b132b;
}

body.overflow {
    overflow: hidden;
}

body input,
body select,
body textarea {
    border-bottom: rgba(27, 120, 250, 0.2) 1px solid;
    outline: 0;
}

body input:focus:required:invalid,
body select:focus:required:invalid,
body textarea:focus:required:invalid {
    border-bottom-color: red;
}

body input:required:valid,
body select:required:valid,
body textarea:required:valid {
    border-bottom-color: #6d8cca;
}

img {
    max-width: 100%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive.img-width {
    width: 100%;
}

.text-center {
    text-align: center;
}

.t_b,
b,
strong {
    font-weight: 400;
    font-family: Gilroy-Bold, sans-serif;
}

.t_m {
    font-weight: 400;
    font-family: Gilroy-Medium, sans-serif;
}

.icon {
    display: inline-block;
    font-size: inherit;
    overflow: visible;
    vertical-align: middle;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden_lg {
    display: none !important;
}

.header {
    position: relative;
}

.header__top {
    padding: 16px 0;
    font-size: 14px;
    line-height: 21px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__top a {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.header__top a:hover {
    text-decoration: none;
    color: #6d8cca;
}

.header__top-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: right;
}

.header__top-phone a {
    font-size: 18px;
    display: inline-block;
    color: #000;
}

.header__top-phone img {
    position: relative;
}

.header__top-phone .callback {
    color: #00a3ff;
    font-size: 13px;
    line-height: 10px;
    margin-top: 10px;
    font-family: Gilroy-Regular, sans-serif;
}

.header__top-mail a {
    display: block;
    color: #000;
}

.header__top-add,
.header__top-mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
}

.header__top-add img,
.header__top-mail img {
    margin-right: 15px;
    margin-top: 5px;
}

.logo__descr {
    font-size: 12px;
    padding-left: 15px;
    line-height: 18px;
}

.main__nav {
    position: relative;
}

.main__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.main__menu > li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    background-color: transparent;
    border-right: 1px solid #e4e4e4;
    padding: 20px 5px;
    text-align: center;
}

.main__menu > li .m__ar {
    width: 20px;
    display: inline-block;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.main__menu > li:hover .m__ar .icon {
    fill: #6d8cca;
}

.main__menu > li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #6d8cca;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main__menu > li:first-child {
    border-left: 1px solid #e4e4e4;
}

.main__menu > li:hover:after {
    width: 100%;
}

.main__menu > li:hover > a {
    color: #6d8cca;
    text-decoration: none;
}

.main__menu > li.active {
    background-color: #6d8cca;
}

.main__menu > li.active > a {
    color: #fff;
    text-decoration: none;
}

.main__menu > li a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #0b132b;
    font-family: Gilroy-Light, sans-serif;
    text-align: center;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.li__submenu.active:hover .m__ar .icon {
    fill: #fff;
}

.li__submenu.active .m__ar .icon {
    fill: #fff;
}

.li__submenu:hover .nav-submenu {
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}

.nav-submenu {
    position: absolute;
    list-style-type: none;
    padding: 15px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 100%;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px #dbdbdb;
    box-shadow: 0 0 30px #dbdbdb;
    width: 260px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    pointer-events: none;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.nav-submenu li {
    padding: 0;
    text-align: left;
    line-height: 16px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
}

.nav-submenu li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav-submenu li:hover:before {
    background-color: #6d8cca;
    width: 100%;
}

.nav-submenu li:hover a {
    color: #fff;
}

.nav-submenu li a {
    text-align: left;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    padding: 14px;
    display: block;
}

.box_navbar-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}

.main__menu-close {
    display: none;
}

.hero {
    position: relative;
    /*overflow: hidden;*/
    overflow: visible;
    min-height: 590px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
}
.hero.logo-list-bottom{
    margin-bottom: 75px;
}
.hero.logo-list-top{
    padding-top: 0;
}

.hero .row {
    height: 100%;
}

.hero__bage {
    margin: auto;
    text-align: center;
    padding: 15px 20px 30px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    background-image: url(/local/templates/appsweb/css/../img/svg/flag.svg);
    background-size: cover;
    background-position: center;
    width: 160px;
    height: 84px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -80px;
    z-index: 0;
}

.hero__bage span {
    position: relative;
    z-index: 1;
}

.hero__bage:before {
    position: absolute;
    width: auto;
    height: 100%;
    content: "";
    left: 4px;
    right: 4px;
    top: 4px;
    background-image: url(/local/templates/appsweb/css/../img/svg/flag.svg);
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    z-index: 0;
}

.hero__bg {
    position: absolute;
    background-color: #e4e4e4;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #f2f3f8;
    background-position: left center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 0;
}

.box_navbar-wrap {
    display: none;
}

.hero__wrap {
    padding: 0 0 40px 50px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero__title-wrap {
    padding-left: 50px;
}

.hero__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
}

.hero + .info__block-wrap .info__block-descr {
    padding: 20px 15px;
}

.hero + .info__block-wrap .info__block {
    margin-left: auto;
    margin-right: 40px;
}

.hero + .info__block-wrap {
    margin-top: 30px;
}

.hero + .info__block-wrap .info__block:before {
    left: 10px;
}

/*NEW CSS*/

.hero__title_new {
    line-height: 42px;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 42px;
    margin-bottom: 0px;
    font-family: Gilroy-light, sans-serif;
    opacity: 0.5;
    text-align: left !important;
}

.hero_title_new_h1 {
    font-size: 29px;
    font-family: Gilroy-bold, sans-serif;
    line-height: 120%;
    margin-top: -15px;
}

.long_h1 {
    font-size: 23px;
}

.hero__tizer_new {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 140% !important;
    opacity: 0.7;
}

.hero__wrap_new {
    height: 100%;
}

.hero_logo-list{
    /*transform: translate(0, 100%);*/
    display: flex;
    width: fit-content;
    flex-wrap: wrap;
}
.logo-list-bottom .hero_logo-list{
    margin: 0 -15px 0 auto;
}
.logo-list-top .hero_logo-list{
    margin: 0 0 20px 0;
}
.hero_logo{
    height: 100px;
    object-fit: contain;
    outline: 1px solid gray;
    margin: 0 1px 0 0;
    padding: 20px;
    background: white;
}
.logo-list-top .hero_logo{
    padding: 10px;
    height: 70px;
}

@media (max-width: 768px) {
    .hero_logo {
        height: 70px;
        padding: 10px;
    }
}

.up {
    margin-top: -60px;
}

@media screen and (max-width: 992px) and (min-width: 576px) {
    .hero_title_new_h1 {
        font-size: 29px;
        font-family: Gilroy-bold, sans-serif;
        line-height: 120%;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .hero__tizer_new {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 140% !important;
        opacity: 0.7;
        margin-top: 15px;
        margin-bottom: 20px !important;
    }
}

/*NEW CSS END*/
.hero__subtitle {
    font-size: 18px;
    line-height: 27px;
}

.hero__tizers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Gilroy-Light, sans-serif;
    text-shadow: 1px 1px 0 #fff;
    padding-top: 10px;
}

.hero__tizers.pb_0 {
    padding-bottom: 0;
}

.hero__tizers.col__5 .hero__tizer {
    width: 19%;
}

.hero__tizers.col__3 .hero__tizer {
    width: 33%;
}

.hero__tizers.col__3 .hero__tizer br {
    display: block;
}

.hero__tizer {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    padding-right: 10px;
    width: 25%;
}

.hero__btn-wrap p {
    font-size: 14px;
    line-height: 21px;
}

.hero__btn-wrap span {
    font-size: 10px;
    line-height: 18px;
    display: inline-block;
    font-family: Gilroy-Light, sans-serif;
}

.hero__video-bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7f9cd5), to(#324e82));
    background: -o-linear-gradient(top, #7f9cd5 0, #324e82 100%);
    background: linear-gradient(180deg, #7f9cd5 0, #324e82 100%);
    position: absolute;
    width: 102%;
    height: 102%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-radius: 50%;
    z-index: -1;
    opacity: 1;
}

.hero__video-btn {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7f9cd5), to(#324e82));
    background: -o-linear-gradient(top, #7f9cd5 0, #324e82 100%);
    background: linear-gradient(180deg, #7f9cd5 0, #324e82 100%);
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    top: -100px;
    left: -60px;
}

.hero__video-btn:hover .hero__video-bg {
    opacity: 1;
}

.hero__video-btn:before {
    width: 180px;
    height: 180px;
    background: rgb(238 241 250);
}

.hero__video-btn:after {
    width: 180px;
    height: 180px;
    background: rgba(52, 84, 156, 0.5);
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: -1;
}

.hero__video-btn:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: -1;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.hero__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    position: absolute;
    left: -20%;
    margin-bottom: -30px;
    text-shadow: 1px 1px 0 #fff;
}

.hero__right {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero__video-text {
    font-size: 10px;
    line-height: 16px;
    font-style: italic;
    width: 150px;
    position: relative;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}

.hero__video-text .icon {
    position: absolute;
    top: -45px;
    left: 30px;
}

.hero__video-text p {
    margin-bottom: 5px;
}

.hero__about-white {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    font-size: 12px;
    line-height: 17.5px;
    text-align: center;
}

.hero__about-white span:first-child {
    font-weight: 300;
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.hero__about-white span:last-child {
    font-weight: 600;
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    font-style: italic;
}

.hero__about-gray {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    background: rgba(219, 227, 238, 0.9);
}

.hero__about-gray a {
    color: #0085ff;
    display: block;
    text-decoration: underline;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    font-size: 9px;
    line-height: 18px;
    font-style: italic;
}

.hero__about-gray img {
    margin-right: 5px;
}

.wsnw {
    white-space: nowrap;
}

.global__callback form {
    width: 740px;
    max-width: 100%;
}

.global__callback form input,
.global__callback form textarea {
    margin-bottom: 15px;
}

.global__callback form textarea {
    height: 100%;
}

.main__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #0b132b;
    margin-bottom: 30px;
    font-family: Gilroy-Bold, sans-serif;
}

.mb_0 {
    margin-bottom: 0 !important;
}

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

.main__title .t_l {
    font-weight: 300;
}

.section,
section {
    padding: 70px 0;
    position: relative;
}

.section.p_45,
section.p_45 {
    padding: 45px 0;
    margin-top: 70px;
}

.section.p_45 .main__title,
section.p_45 .main__title {
    margin-bottom: 0;
}

.arbitrazhnye-spory .experience {
    padding: 160px 0 120px;
}

.arbitrazhnye-spory .experience .info__block-wrap {
    margin-top: 30px;
}

.section__gray {
    background-color: #f2f3f8;
}

.economic__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    min-height: 120px;
    text-align: center;
    color: #000;
    max-width: 95%;
    margin: 0 auto 35px;
}

.economic__item-title {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f3f8;
    width: 100%;
}

.economic__item-title p {
    font-size: 18px;
}

.economic__item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #4e6ba4;
    left: 10px;
    top: 10px;
    z-index: -1;
    opacity: 0.5;
}

.economic__item-img {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.economic__item-descr {
    position: absolute;
    width: 100%;
    left: 80%;
    top: 30px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 30px #dbdbdb;
    box-shadow: 0 0 30px #dbdbdb;
    padding: 18px 15px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    font-family: Gilroy-Light, sans-serif;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.economic__item-descr.hoverl {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
}

.questions {
    background-size: cover;
    background-position: center;
}

.questions__list {
    padding: 10px 0;
}

.questions__item {
    position: relative;
    font-family: Gilroy-Light, sans-serif;
    margin-bottom: 25px;
    padding-left: 25px;
}

.questions__item:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4e6ba4;
    left: 0;
    top: 9px;
}

.advanture__hidden {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 30px #dbdbdb;
    box-shadow: 0 0 30px #dbdbdb;
    padding: 18px 15px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    font-family: Gilroy-Light, sans-serif;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.advanture__hidden.hoverl {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
}

.ellipse_info {
    position: absolute;
    left: -100px;
    top: -20px;
}

.info__block-wrap {
    position: relative;
}

.info__block-wrap.mt_30 {
    margin-top: 30px;
}

.info__block-wrap .col-12 {
    margin-top: -60px;
}

.info__block {
    position: relative;
    width: 560px;
    max-width: 100%;
    margin: auto;
}

.info__block:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: rgba(107, 138, 200, 0.3);
}

.info__block-descr {
    background: #4e6ba4;
    border-radius: 6px;
    padding: 40px 45px;
    color: #fff;
    position: relative;
}

.info__block-descr .risk {
    margin-right: 10px;
}

.disputes {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.disputes .economic__item-title {
    font-size: 16px;
    line-height: 22px;
}

.disputes__block {
    padding: 35px 10px;
    border: 1px solid #304d86;
    border-radius: 6px;
}

.disputes_subtitle {
    margin: 30px 0 50px;
}

.section ul,
section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.section ul li,
section ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 5px;
}

.advanture__bg {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: right center;
    -webkit-box-shadow: 0 20px 15px 15px rgba(255, 255, 255, 0.8);
    box-shadow: 0 20px 15px 15px rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lawyer__bage {
    padding: 20px 100px 100px 20px;
}

.lawyer__bage-gray,
.lawyer__bage-white {
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}

.lawyer__bage-gray span {
    display: block;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
}

.lawyer__bage-white {
    background-color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    position: relative;
    padding: 10px 25px;
    z-index: 1;
    left: -20px;
}

.lawyer__bage-white span {
    display: block;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
}

.lawyer__bage-white .t_b {
    font-style: italic;
}

.lawyer__bage-gray {
    background: #dbe3ee;
    font-size: 9px;
    line-height: 18px;
    font-weight: 300;
    position: relative;
    top: -5px;
}

.advanture__block {
    border-radius: 4px;
    border: 1px solid rgba(50, 79, 136, 0.4);
    position: relative;
    padding: 25px 30px;
}

.advanture__block .icon {
    position: absolute;
    background-color: #f2f3f8;
    padding: 0 35px;
    top: -30px;
    left: 0;
}

.advanture {
    background-size: cover;
}

.advanture .questions__list {
    margin: 60px 0 0;
}

.advanture p {
    margin-bottom: 0;
}

.advanture__wrap .questions__item a:not(.button),
.advanture__wrap .questions__item span {
    text-decoration: underline;
    color: #0085ff;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    cursor: pointer;
}

.button__wrap span {
    font-size: 10px;
    line-height: 16px;
    display: inline-block;
    font-family: Gilroy-Light, sans-serif;
}

.advanture__wrap {
    padding-left: 40px;
}

.protection__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 120px;
    text-align: center;
    color: #fff;
    width: 260px;
    max-width: 100%;
    margin: 10px auto 25px;
}

.protection__item-title {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #4e6ba4;
    border-radius: 2px;
    width: 100%;
    position: relative;
}

.protection__item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #0e1d37;
    background: #f8f8f8;
    left: 10px;
    top: 10px;
    opacity: 0.5;
}

.protection__subtitle {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
}

.protection .more {
    display: inline-block;
    text-decoration: underline;
    margin-top: 20px;
    font-size: 18px;
}

.protection__dark__item {
    position: relative;
    border-radius: 2px;
    padding: 25px 16px 20px;
    text-align: center;
    margin: auto;
    width: 260px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    z-index: 1;
}

.protection__dark__item-title {
    position: relative;
}

.protection__dark__item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f2f3f8;
    left: 0;
    top: 0;
    z-index: -1;
}

.protection__dark__item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -10px;
    left: -10px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: -1;
}

.protection__dark__item-img {
    margin-bottom: 10px;
    position: relative;
}

.protection__dark__item-img img {
    margin: auto;
}

.section__dark {
    background: #354461;
}

.section__dark small {
    color: #fff;
}

.section__dark .main__title {
    color: #fff;
}

.section__dark .color_f {
    color: #fff;
}

.section__dark .col-lg-3 {
    margin: 30px auto;
}

.experience__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: top center;
}

.experience__subtitle {
    font-size: 32px;
    margin: 50px 0;
}

.experience .questions__item {
    font-family: Gilroy-Medium, sans-serif;
}

.info__block-big {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
}

.figures__subtitle,
.main__subtitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

.figures .center__block {
    font-size: 20px;
}

.figures .questions__list {
    padding-left: 40px;
}

.figures .row {
    margin-bottom: 70px;
}

.figures .row__rewerse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}

.figures .row__rewerse .questions__image {
    margin-left: 0;
    margin-right: 20px;
}

.figures .row__rewerse .questions__image:before {
    left: auto;
    right: -20px;
}

.questions__image {
    margin-left: 20px;
    position: relative;
}

.questions__image img {
    position: relative;
}

.questions__image:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -20px;
    top: 20px;
    background: rgba(107, 138, 200, 0.3);
}

.figures__number {
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
}

.figures__number span {
    color: rgba(78, 107, 164, 0.1);
    font-size: 140px;
    font-family: Gilroy-Black, sans-serif;
    line-height: 104px;
    display: inline-block;
}

.appeal {
    background-size: cover;
    background-position: top center;
}

.lawyer__bage-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}

.lawyer__bage-wrap .lawyer__bage {
    padding: 0;
}

.appeal__block-wrap {
    margin-top: 100px;
    margin-bottom: 150px;
    position: relative;
}

.appeal__block-wrap:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -10px;
    top: 10px;
    background: rgba(107, 138, 200, 0.3);
    border-radius: 6px;
}

.appeal__block {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px #dbdbdb;
    box-shadow: 0 0 30px #dbdbdb;
    border-radius: 6px;
    padding: 70px 45px;
    position: relative;
}

.appeal__block .icon {
    position: absolute;
    top: -20px;
    left: 45px;
}

.application.section__gray {
    background-color: #f8f8f8;
    padding: 120px 0;
}

.application .button {
    margin: 40px auto 15px;
}

.modals {
    padding-bottom: 30px;
}

.modals__item-window {
    padding: 50px 30px 30px;
}

.modals__item-window ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.no__modals .col-lg-3,
.no__modals .col-lg-4 {
    margin: 20px auto;
}

.no__modals .modals__item {
    height: 100%;
    width: auto;
    margin: auto;
}

.show_hide_2 {
    text-decoration: underline;
}

.modals__item {
    position: relative;
    border-radius: 2px;
    margin: 0 auto 40px;
    width: 220px;
    max-width: 100%;
}

.modals__item .economic__item-img {
    z-index: 1;
    right: 10px;
}

.modals__item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

.modals__item-title {
    height: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 2px;
    background: #354461;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px;
    min-height: 100px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.modals__item-title:hover {
    color: #b9b9b9;
    text-decoration: none;
}

.section__dark .button__wrap .button {
    margin: 0 auto 15px;
}

.section__dark .button__wrap span {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.progect .info__block-wrap {
    margin: 110px auto 10px;
}

.progect .info__block-wrap .col-12 {
    margin-top: 0;
}

.progect .ellipse_info {
    top: 65%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.progect__item-pdf {
    margin-top: 70px;
    text-align: center;
}

.progect__item-pdf a {
    display: inline-block;
    position: relative;
}

.progect__item-pdf a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7f9cd5), to(#324e82));
    background: -o-linear-gradient(top, #7f9cd5 0, #324e82 100%);
    background: linear-gradient(180deg, #7f9cd5 0, #324e82 100%);
}

.progect__item-pdf:hover a:before {
    opacity: 0.7;
}

.progect__item-pdf:hover img {
    -webkit-box-shadow: 0 0 30px #dbdbdb;
    box-shadow: 0 0 30px #dbdbdb;
}

.progect__item-pdf:hover img.icon {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progect__item-pdf img {
    margin: auto;
    border: 1px solid #354461;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.progect__item-pdf img.icon {
    border: none;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
}

.text__gradient {
    background: -webkit-linear-gradient(90deg, #7d8aa3 0, #8595b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.progect__title {
    font-size: 32px;
}

.progect__title .progect__number.first {
    padding: 0 45px;
}

.progect__title .progect__number.second {
    padding: 0 45px 0 200px;
    margin: 20px 0 30px;
}

.progect__number {
    font-size: 140px;
    line-height: 140px;
    display: inline-block;
    font-family: Gilroy-Heavy, sans-serif;
}

.show_hide {
    display: inline-block;
    color: #0085ff;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
}

.progect__item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px #dbdbdb;
    box-shadow: 0 0 30px #dbdbdb;
    padding: 60px;
    margin: 30px;
}

.progect__item .main__title {
    font-size: 28px;
    line-height: 32px;
}

.progect__item-descr p {
    display: inline;
}

.progect__item-list {
    margin-bottom: 30px;
}

.progect__subtitle {
    margin-bottom: 10px;
}

.progect__item-description {
    padding-left: 50px;
}

.progect__item-price span {
    display: inline-block;
    width: 49%;
}

.progect__item-price span.rigth {
    text-align: right;
}

.progect__item-price .total {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #25d260), to(#0e7d34));
    background: -o-linear-gradient(top, #25d260 0, #0e7d34 100%);
    background: linear-gradient(180deg, #25d260 0, #0e7d34 100%);
    border-radius: 50px;
    margin-top: 20px;
    height: 16px;
}

.progect__slider {
    position: relative;
}

.progect__slider.single__item .slider__counter {
    opacity: 0;
}

.slider__counter,
.slider__counter-next,
.slider__counter-prev {
    position: absolute;
    top: 90px;
    font-size: 20px;
}

.slider__counter-next:first-letter,
.slider__counter-prev:first-letter {
    font-weight: 700;
    font-size: 28px;
}

.slider__counter {
    right: 140px;
}

.slider__counter:first-letter {
    font-weight: 700;
    font-size: 28px;
}

.slider__counter-next {
    z-index: 1;
    right: 140px;
}

.slider__counter-prev {
    z-index: 1;
    right: 240px;
}

.slider__counter-next {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/appsweb/css/../img/svg/counter_next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slider__counter-prev {
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/appsweb/css/../img/svg/counter_prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.next.slick-arrow,
.prev.slick-arrow {
    position: absolute;
    top: 40%;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 70px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 70px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-top: 25px;
    z-index: 1;
    cursor: pointer;
}

.next.slick-arrow img,
.prev.slick-arrow img {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    max-width: 100%;
    height: auto;
}

.next.slick-arrow:hover img,
.prev.slick-arrow:hover img {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.slick-dots {
    bottom: -30px;
}

.slick-dots li {
    background-color: #fff;
    border: 1px solid #354461;
    opacity: 1;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
}

.slick-dots li.slick-active {
    background-color: #354461;
    opacity: 1;
}

.slick-dots li button {
    display: none;
}

.slick-dots li button:before {
    display: none;
}

.prev.slick-arrow {
    left: -5px;
}

.review__item {
    margin: 15px;
}

.review__item a {
    position: relative;
    background-color: #fff;
    z-index: 1;
    display: inline-block;
    -webkit-box-shadow: 0 0 30px #dbdbdb;
    box-shadow: 0 0 30px #dbdbdb;
}

.review__item a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: -10px;
    top: -10px;
    background: rgba(107, 138, 200, 0.3);
    z-index: -1;
}

.review__item-descr {
    margin-top: 30px;
    color: #000;
}

.review__item-descr .date {
    font-size: 14px;
    font-family: Gilroy-Light, sans-serif;
}

.next.slick-arrow {
    right: -5px;
}

.col-12.no__padding {
    padding: 0 5px;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}

.services__title {
    margin: 50px 0 30px;
}

.services__title a {
    color: #000;
    font-size: 18px;
    line-height: 18px;
}

.services__item {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 30px #dbdbdb;
    box-shadow: 0 0 30px #dbdbdb;
    text-align: center;
    color: #000;
    margin: 0 auto 30px;
    width: 260px;
    max-width: 100%;
    border-radius: 2px;
    outline: 2px solid transparent;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.services__item .button {
    padding: 5px 10px;
    font-size: 16px;
    min-height: 70px;
}

.services__item:hover {
    outline: 2px solid #eee;
}

.services__item img {
    margin: auto;
}

.services__item-title {
    margin: 25px auto 15px;
    min-height: 48px;
}

.steps_bg {
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    width: 100%;
    height: 78%;
    left: 0;
    bottom: 0;
}

.steps_bg:before {
    position: absolute;
    width: 100%;
    height: 20px;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background: -o-linear-gradient(top, #fff, transparent);
    background: linear-gradient(to bottom, #fff, transparent);
    top: 0;
    left: 0;
}

.steps .main__subtitle {
    margin-bottom: 45px;
}

.arbitrazhnye-spory .steps .steps__item {
    width: 520px;
    max-width: 100%;
}

.arbitrazhnye-spory .steps .info__block-wrap {
    margin-top: 0;
}

.arbitrazhnye-spory .steps .main__subtitle {
    margin-bottom: 15px;
}

.arbitrazhnye-spory .steps .info__block-descr {
    padding: 65px 35px;
    margin-top: 10px;
}

.info__block-text strong {
    display: inline-block;
    margin-bottom: 10px;
}

.sect__subtitle {
    font-size: 28px;
    line-height: 42px;
}

.mt_60 {
    margin-top: 60px;
}

.button__block small {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
}

.steps__description {
    padding-left: 40px;
}

.steps .col-xl-6 {
    padding: 0;
}

.steps .button__wrap {
    margin-top: 50px;
}

.steps .main__title {
    margin-bottom: 50px;
}

.steps__row .col-lg-6 {
    margin-bottom: 25px;
}

.steps_1 .steps__item-text {
    font-size: 14px;
}

.steps_1 .steps__item {
    background: rgba(255, 255, 255, 0.4);
    padding: 20px 20px 35px 30px;
}

.steps__item {
    padding: 40px 40px 45px 45px;
    background: rgba(107, 138, 200, 0.3);
    position: relative;
    z-index: 1;
    border-radius: 2px;
    height: 100%;
    left: -10px;
    top: 10px;
}

.steps__item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 10px;
    top: -10px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 0;
    -webkit-box-shadow: 0 0 30px #dbdbdb;
    box-shadow: 0 0 30px #dbdbdb;
}

.steps__item .icon {
    height: 50px;
}

.steps__item-number {
    color: #6d8cca;
    font-size: 30px;
    position: relative;
    font-family: Gilroy-Heavy, sans-serif;
}

.main__title.font__heavy,
.sect__subtitle_32.font__heavy {
    font-family: Gilroy-Heavy, sans-serif;
}

.steps__item-title {
    font-size: 18px;
    margin: 20px 0 10px;
    position: relative;
}

.steps__row {
    padding-top: 30px;
}

.steps__item-text {
    position: relative;
}

.s_callback {
    padding: 0;
}

.s_callback .main__subtitle {
    margin-top: -40px;
    margin-bottom: 60px;
}

.s_callback .main__title {
    margin-bottom: 60px;
}

.callback__row {
    position: relative;
    padding: 90px 0;
}

.callback__row:before {
    position: absolute;
    -webkit-box-shadow: 0 0 30px #dbdbdb;
    box-shadow: 0 0 30px #dbdbdb;
    width: auto;
    content: "";
    height: 100%;
    left: 15px;
    top: 0;
    right: 15px;
    border-radius: 6px;
}

.main__footer {
    background: #354461;
    color: #fff;
    font-size: 14px;
    padding: 40px 0 20px;
}

.main__footer a.callback__window {
    font-size: 14px;
    text-decoration: underline;
}

.main__footer .addr {
    color: #fff;
    font-size: 16px;
}

.main__footer a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.main__footer a:hover {
    opacity: 0.5;
}

.registr {
    padding: 10px 0;
    margin-bottom: 16px;
}

.footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.footer__logo img {
    margin-right: 10px;
}

.footer__contact {
    margin-bottom: 25px;
}

.footer__contact .title {
    font-size: 14px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-family: Gilroy-Light, sans-serif;
}

.footer__contact a {
    display: block;
}

.footer__contact a.social {
    display: inline-block;
    margin-right: 5px;
    opacity: 0.8;
    max-width: 16%;
}

.footer__contact a.social:hover {
    -webkit-filter: invert(0.5);
    filter: invert(0.5);
}

.messenger__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
}

.messenger__icons a {
    display: block;
    width: 30px;
    height: 30px;
    padding: 2px;
}

.messenger__icons a img {
    max-width: 100%;
    height: auto;
}

.subfooter {
    font-size: 12px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.subfooter a {
    font-size: 12px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.8);
}

.developer {
    text-align: right;
}

#callback_1 {
    background-size: cover;
    background-position: center;
}

.footer__menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.footer__menu a {
    font-size: 14px;
}

.footer__menu li {
    font-family: Gilroy-Bold, sans-serif;
    margin-bottom: 5px;
}

.footer__menu ul {
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
}

.footer__menu ul li {
    font-weight: 300;
    font-family: Gilroy-Light, sans-serif;
}

.manager__bage {
    position: absolute;
    bottom: 130px;
}

.manager__bage:before {
    position: absolute;
    content: "";
    width: 116px;
    height: 116px;
    border-radius: 50%;
    left: 60px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px dotted #f57718;
}

.manager__img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f57718;
    position: relative;
    left: 25px;
    z-index: 1;
}

.manager__text {
    background-color: #fff;
    padding: 10px 30px 14px 50px;
    position: relative;
    border-radius: 0 10px 10px 0;
    left: -11px;
}

.manager__text .accent {
    font-size: 28px;
    line-height: 36px;
}

.manager__text span {
    font-size: 16px;
    line-height: 24px;
    font-family: Gilroy-SemiBold, sans-serif;
}

.s_callback .info__block-descr {
    padding: 30px;
}

.s_callback .info__block-descr .risk {
    top: 20px;
    left: 20px;
}

.s_callback .subtitle {
    font-size: 18px;
    margin-bottom: 25px;
}

.list__number {
    margin-bottom: 20px;
    padding-left: 30px;
}

.list__number .text {
    font-family: Gilroy-Light, sans-serif;
}

.list__number .number {
    color: #6d8cca;
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
}

.callback.second {
    background-size: cover;
    background-position: center;
    padding-top: 85px;
    margin-top: 0;
}

.callback.second .form__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.callback.second .form__wrap .form {
    margin-top: auto;
    padding-bottom: 50px;
}

.callback.second .form__wrap .form small {
    font-size: 80%;
    margin-bottom: 18px;
    display: inline-block;
}

.callback.second .main__title {
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    padding: 50px 35px;
    width: 550px;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.hero__gray-bage {
    position: relative;
    font-size: 12px;
    padding: 10px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    line-height: 18px;
    text-align: center;
    top: -50px;
    background: rgba(219, 227, 238, 0.9);
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
}
.logo-list-top .hero__gray-bage{
    top: auto;
}

.hero__gray-bage span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

header .info__block-descr {
    padding: 20px 15px;
}

header .info__block {
    margin-left: auto;
    margin-right: 40px;
}

header .info__block-wrap {
    margin-top: 30px;
}

header .info__block:before {
    left: 10px;
}

.pl-35 {
    padding-left: 35px;
}

.no__home .hero__about {
    margin-bottom: 40px;
}

.steps__description .sect__subtitle {
    margin-bottom: 30px;
}

.stage .sect__subtitle_32 {
    margin-top: 60px;
}

.stage .col-lg-4,
.stage .col-lg-5 {
    margin-top: 50px;
}

.stage .main__title {
    font-family: Gilroy-Heavy, sans-serif;
    font-size: 60px;
    line-height: 80px;
}

.sect__subtitle_32 {
    font-size: 32px;
    line-height: 48px;
}

.sect__subtitle_32.heavy {
    font-family: Gilroy-Heavy, sans-serif;
}

.stage__item {
    background: #f2f3f8;
    border-radius: 2px;
    padding: 30px 15px 40px 15px;
    height: 100%;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stage__item .icon {
    bottom: 20px;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}

.stage__item-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.responsibility .col-lg-6 {
    margin-bottom: 50px;
}

.responsibility .info__block-wrap {
    margin-top: 35px;
}

.responsibility .sub__text {
    width: 470px;
    max-width: 100%;
    font-size: 18px;
    line-height: 27px;
}

.docs__title {
    font-size: 18px;
}

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

.hero__btn-wrap {
    text-shadow: 1px 1px 0 #fff;
}

.docs__item {
    width: 24%;
    font-size: 12px;
    line-height: 16px;
    color: #0085ff;
    margin-top: 55px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.docs__item .icon {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.docs__item:hover .icon {
    -webkit-filter: drop-shadow(0 0 30px #dbdbdb) grayscale(1);
    filter: drop-shadow(0 0 30px #dbdbdb) grayscale(1);
}

.docs__item span {
    display: block;
    padding-right: 5px;
    margin-top: 10px;
    text-decoration: underline;
}

.docs .main__subtitle {
    margin: 40px 0;
}

.col__faq {
    margin-bottom: 30px;
}

.faq__item {
    background: #f2f3f8;
    border-radius: 4px;
    padding: 35px 40px;
    height: 100%;
}

.faq__item a {
    text-decoration: underline;
    font-size: 14px;
}

.faq__item.col__single {
    margin-bottom: 35px;
    height: auto;
}

.faq__item-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.t_l {
    font-family: Gilroy-Light, sans-serif;
    font-weight: 300;
}

.hero__star {
    position: relative;
    top: -30px;
    left: -200px;
    font-style: italic;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    width: 150px;
    height: 150px;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(/local/templates/appsweb/css/../img/svg/star.svg);
}

.hero__star .t_b {
    font-size: 26px;
    margin: 5px 0;
}

.hero__star span {
    display: block;
}

.hero__star span:last-of-type {
    font-size: 12px;
    line-height: 12px;
}

.pb-10 {
    padding-bottom: 10px;
}

.info__block-wrap.text-rigth {
    text-align: right;
}

.info__block-wrap.text-rigth .info__block-descr {
    padding: 25px 35px;
}

.info__block-wrap.text-rigth .info__block {
    width: auto;
    display: inline-block;
    background: #4e6ba4;
    border-radius: 4px;
}

.info__block-wrap.text-rigth .info__block:before {
    background: 0 0;
    border-left: 10px solid rgba(107, 138, 200, 0.3);
    border-bottom: 10px solid rgba(107, 138, 200, 0.3);
}

.w_350 {
    width: 350px;
    max-width: 100%;
}

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

.advanture .main__subtitle,
.docs .main__subtitle,
.experience .main__subtitle {
    font-size: 28px;
    line-height: 42px;
}

.experience .main__subtitle {
    margin-bottom: 0;
}

.experience .main__subtitle p {
    margin-bottom: 40px;
}

.experience .info__block-descr {
    font-size: 20px;
    line-height: 33px;
    font-family: Gilroy-Medium, sans-serif;
}

.experience .vzysk {
    margin: 40px 0 20px;
}

.economic__item-descr small {
    display: inline-block;
    margin-top: 5px;
    line-height: 14px;
}

.economic__more .col-lg-4 {
    margin-bottom: 35px;
}

.economic__more .economic__item {
    margin-bottom: 0;
    height: 100%;
}

.economic__f-column .col-lg-4 {
    margin-bottom: 35px;
}

.economic__f-column .economic__item {
    margin: 0;
    height: 100%;
}

.economic__f-column .economic__item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.doc__list p {
    margin-bottom: 7px;
}

.doc__list h3 {
    margin: 30px 0 10px;
}

.doc__block {
    width: 360px;
    max-width: 100%;
    margin: 35px 40px;
    padding: 25px;
    border-radius: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(42, 66, 110, 0.2);
}

.doc__block a {
    font-size: 14px;
    color: #0085ff;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    margin-left: 40px;
}

.first__block .info__block-wrap {
    margin-top: -25px;
    margin-right: 35px;
}

.advanture.section__gray {
    background-image: url(/local/templates/appsweb/css/../img/pattern.jpg);
    background-size: cover;
}

.advanture .main__subtitle {
    margin-top: 60px;
}

.advanture .pl_30 {
    padding-left: 30px;
}

.advanture .list__number {
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.advanture .list__number .number {
    margin-top: 3px;
    margin-right: 10px;
    font-size: 30px;
    font-family: Gilroy-Heavy, sans-serif;
}

.stage.stage__ug .advanture__block {
    margin-top: 40px;
}

.stage.stage__ug .advanture__block .icon {
    background-color: #fff;
}

.stage.stage__ug .main__subtitle {
    margin-bottom: 60px;
}

.protection__subtitle .button {
    margin: 20px auto;
}

.f_18 {
    font-size: 18px;
}

p.f_20 {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 20px;
}

.sub__page {
    padding: 100px 0 120px;
    position: relative;
}

.l_404 {
    color: rgba(53, 68, 97, 0.1);
    font-size: 350px;
    line-height: 75%;
    position: absolute;
    top: 35%;
    z-index: -1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.warning__block .sect__subtitle {
    margin-bottom: 10px;
    line-height: 48px;
}

.warning__block .main__title {
    margin-bottom: 20px;
    font-size: 36px;
}

.warning__block .button {
    margin: 50px auto 20px;
}

.text_404 {
    width: 590px;
    max-width: 100%;
    margin: auto;
}

.back__to {
    margin: 40px 0 20px;
}

.back__to img {
    margin-right: 8px;
}

.price__form {
    margin: 20px 0;
}

.sub__page .col-12 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.success__img {
    width: 50%;
}

.success__img img {
    margin: auto;
}

.success__descr {
    margin-bottom: 35px;
    font-size: 18px;
}

.success__bage {
    background: #55c100;
    border-radius: 4px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    display: inline-block;
    padding: 10px;
    width: 230px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.success__bage span {
    display: block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

.to__top {
    position: fixed;
    bottom: 100px;
    right: -210px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    background: #6d8cca;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    text-align: center;
    color: #fff;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    z-index: 2;
    font-size: 40px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.to__top:hover {
    background: #f57718;
    color: #fff;
}

.to__top.active {
    right: 30px;
}

.button {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-family: Gilroy-Bold, sans-serif;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 4px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    width: 340px;
    max-width: 100%;
    min-height: 80px;
    margin: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    text-shadow: none;
}

.button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 4px;
    -webkit-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}

.button.btn__blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#fbc379), to(#f57718));
    background: -o-linear-gradient(top, #fbc379 0, #f57718 100%);
    background: linear-gradient(180deg, #fbc379 0, #f57718 100%);
}

.button.btn__blue:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#375387), to(#0e1c37));
    background: -o-linear-gradient(#375387 0, #0e1c37 100%);
    background: linear-gradient(#375387 0, #0e1c37 100%);
}

.button.btn__orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#375387), to(#0e1c37));
    background: -o-linear-gradient(#375387 0, #0e1c37 100%);
    background: linear-gradient(#375387 0, #0e1c37 100%);
}

.button.btn__orange:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fbc379), to(#f57718));
    background: -o-linear-gradient(top, #fbc379 0, #f57718 100%);
    background: linear-gradient(180deg, #fbc379 0, #f57718 100%);
}

.button.btn__white {
    background: -webkit-gradient(linear, left top, left bottom, from(#fbc379), to(#f57718));
    background: -o-linear-gradient(top, #fbc379 0, #f57718 100%);
    background: linear-gradient(180deg, #fbc379 0, #f57718 100%);
    color: #354461;
}

.button.btn__white:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: -o-linear-gradient(top, #fff 0, #fff 100%);
    background: linear-gradient(180deg, #fff 0, #fff 100%);
}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.button:hover:before {
    opacity: 0;
}

.button:active,
.button:focus {
    outline: 0;
}

.button:active:before,
.button:focus:before {
    opacity: 0;
}

.button__empty {
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    color: #6d8cca;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    border: none;
    border: 1px solid;
    border-radius: 5px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    width: 170px;
    min-height: 45px;
    margin: 10px 0;
    font-family: Gilroy-Bold, sans-serif;
}

.button__empty:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00a249;
}

.button__empty:active,
.button__empty:focus {
    background-color: #007e39;
    color: #fff;
    text-decoration: none;
    outline: 0;
}

.form__wrap {
    text-align: right;
}

.form__wrap .form {
    display: inline-block;
    width: 400px;
    max-width: 100%;
}

.form {
    width: 340px;
    max-width: 100%;
    color: rgba(11, 19, 43, 0.5);
    margin: auto;
}

form span {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
}

form .small__text {
    font-size: 9px;
    line-height: 10px;
}

.form .button {
    width: 100%;
    margin: 10px 0;
}

.form input,
.form select,
.form textarea {
    border: none;
    padding: 10px;
    height: 70px;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: rgba(11, 19, 43, 0.5);
    line-height: 17px;
    font-family: Gilroy-Light, sans-serif;
}

.form textarea {
    min-height: 120px;
}

form .group_check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px 0;
}

form .group_check label {
    position: relative;
    padding-left: 25px;
    line-height: 20px;
}

form .group_check label a {
    color: #0085ff;
}

form .group_check label a:hover {
    text-decoration: none;
    color: #6d8cca;
}

form .group_check label a:hover span {
    color: #6d8cca;
}

form .group_check label a span {
    color: #728ab4;
    border-bottom: 1px solid #728ab4;
}

form .group_check label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 10;
    width: 20px;
    opacity: 0;
    height: 20px;
    margin: 0;
}

form .group_check label input[type="checkbox"]:checked ~ .check_style:before {
    opacity: 0.5;
}

form .group_check label .check_style {
    opacity: 1;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 1, 5, 0.15);
    box-shadow: inset 0 1px 5px rgba(0, 1, 5, 0.15);
    height: 20px;
    border-radius: 2px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form .group_check label .check_style:before {
    content: "";
    position: absolute;
    background-image: url(/local/templates/appsweb/css/../img/png/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 25px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}

form .group_check label .check_style:hover {
    border: 2px solid #6d8cca;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://www.darinsky.ru/img/svg/arr_down.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    outline: 0;
}

.modal__window {
    display: none;
    margin: auto;
    width: 1160px;
    max-width: 98%;
    border-radius: 5px;
    background-color: #f2f3f8;
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0 0 20px rgba(17, 33, 81, 0.1);
    box-shadow: 0 0 20px rgba(17, 33, 81, 0.1);
    padding: 80px 100px 90px;
}

.modal__window .lawyer__bage {
    padding: 0;
    width: 240px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.modal__window .subtitle {
    margin-bottom: 25px;
    padding-left: 5px;
}

.modal__window .list__number {
    padding-left: 0;
    padding-left: 5px;
}

.modal__window .list__number .text {
    color: #0b132b;
    font-weight: 400;
    font-size: 16px;
}

.modal__window form {
    margin: 0;
    width: 360px;
    max-width: 100%;
}

.form__title {
    font-size: 32px;
    line-height: 36px;
    color: #000;
    margin-bottom: 50px;
    width: 500px;
    max-width: 100%;
}

.agreement__content {
    padding: 20px;
}

.box_navbar-btn {
    z-index: 9;
    cursor: pointer;
}

.box_navbar-btn.active span:nth-child(2) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.box_navbar-btn.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 1px;
}

.box_navbar-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box_navbar-btn span {
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform-origin: 12.5% 12.5%;
    -ms-transform-origin: 12.5% 12.5%;
    transform-origin: 12.5% 12.5%;
}

.box_navbar-btn span:nth-child(2) {
    margin: 5px 0;
}

.accent {
    color: #6d8cca;
}

.blue {
    color: #f57718;
}

.yellow {
    color: #e2b71d;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px;
    }

    .container.container-slider {
        max-width: 1200px;
    }

    .hero__bg {
        max-width: 1130px;
    }
}

@media (max-width: 1600px) {
    .economic__item-descr {
        left: 20px;
    }
}

@media (max-width: 1199.98px) {
    .hero__tizers.col__5 .hero__tizer {
        width: 33%;
    }

    .no__modals .modals__item {
        min-height: auto;
    }

    .stage .main__title {
        margin-bottom: 0;
    }

    .info__block-wrap.text-rigth .info__block-descr {
        padding: 15px 25px;
    }

    .experience .ellipse_info {
        display: none;
    }

    .experience .info__block br {
        display: none;
    }

    .experience .info__block-descr {
        font-size: 18px;
        line-height: 26px;
    }

    .advanture .main__subtitle,
    .docs .main__subtitle,
    .experience .main__subtitle {
        font-size: 22px;
        line-height: 32px;
    }

    .advanture .main__subtitle br,
    .docs .main__subtitle br,
    .experience .main__subtitle br {
        display: none;
    }

    .button {
        font-size: 16px;
        line-height: 20px;
        min-height: 70px;
    }

    .first__block .info__block-wrap {
        margin: -20px auto;
    }

    .doc__block {
        margin: 25px auto;
    }

    .hero__gray-bage {
        margin: 10px 0;
        top: 0;
        max-width: 100%;
    }

    .hero__star {
        left: -100px;
    }

    .stage__item-title {
        font-size: 16px;
        line-height: 18px;
    }

    .stage__item-text {
        font-size: 14px;
        line-height: 16px;
    }

    .stage__item {
        padding: 30px 25px 40px;
    }

    .s_callback .info__block {
        max-width: 95%;
    }

    .list__number {
        padding-left: 0;
    }

    .progect__title {
        text-align: center;
    }

    .progect__title .progect__number.first,
    .progect__title .progect__number.second {
        padding: 0 25px 0 0;
    }

    .hero__video-text {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 4px;
        padding: 2px;
    }

    .hero__video {
        left: -20%;
    }

    .header__top-add .br {
        display: block;
    }

    .main__nav .col-12 {
        padding: 0;
    }

    .header__container {
        max-width: 100%;
    }

    .main__title {
        font-size: 32px;
        line-height: 40px;
    }

    body {
        font-size: 16px;
        line-height: 22px;
    }

    .main__menu > li {
        padding: 10px 5px;
    }

    .main__menu > li a {
        font-size: 13px;
    }

    .hero__tizer {
        width: 50%;
    }

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

    .protection__dark__item-title {
        font-size: 14px;
        line-height: 18px;
    }

    .protection__dark__item {
        padding: 15px 7px;
    }

    .progect__item-description {
        padding-left: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .progect__item .main__title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .progect__subtitle {
        margin-bottom: 5px;
    }

    .col-lg-6 .main__title br {
        display: none;
    }

    .docs__item {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 991.98px) {
    .hero__tizers.col__5 .hero__tizer {
        width: 33%;
    }

    .hero__tizers.col__5 {
        justify-content: start;
    }

    .stage.stage__ug .advanture__block {
        margin: 0 0 30px;
    }

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

    .first__block .info__block-wrap.text-rigth {
        text-align: center;
        margin-bottom: 15px;
    }

    .hero__star {
        left: 0;
    }

    .section.advanture {
        padding-top: 0;
    }

    .section.advanture:before {
        position: absolute;
        width: 100%;
        height: 70%;
        left: 0;
        bottom: 0;
        content: "";
        background-size: cover;
        background-position: top center;
        background-image: url(/local/templates/appsweb/css/../img/pattern.jpg);
    }

    .hero:before {
        position: absolute;
        width: 100%;
        height: 70%;
        left: 0;
        top: 0;
        content: "";
        background-size: cover;
        background-position: top center;
        background-image: url(/local/templates/appsweb/css/../img/pattern.jpg);
    }

    .responsibility .info__block-wrap {
        margin-top: 0;
    }

    .stage__item {
        padding: 25px 30px;
    }

    .stage .col-lg-4 {
        margin-top: 30px;
    }

    .arbitrazhnye-spory .steps .info__block-descr {
        margin-top: 0;
    }

    .steps__description {
        padding-left: 0;
    }

    .steps__description .sect__subtitle {
        font-size: 22px;
        line-height: 26px;
    }

    .steps__description .sect__subtitle br {
        display: none;
    }

    .stage .main__title {
        margin-bottom: 50px;
        font-size: 54px;
        line-height: 54px;
    }

    .stage__item .icon {
        -webkit-transform: translateX(-40px) rotate(90deg);
        -ms-transform: translateX(-40px) rotate(90deg);
        transform: translateX(-40px) rotate(90deg);
        bottom: auto;
        top: -25%;
    }

    .hero {
        background-color: #e4e4e4;
    }

    .hero__gray-bage {
        background-color: #fff;
        top: 0;
        margin: 15px 0;
        -webkit-box-shadow: 0 0 30px #dbdbdb;
        box-shadow: 0 0 30px #dbdbdb;
    }

    .s_callback .info__block {
        max-width: 100%;
        margin-top: 25px;
    }

    .s_callback .subtitle {
        text-align: center;
        margin-top: 25px;
    }

    .s_callback .list__number {
        width: 350px;
        margin: 10px auto;
        max-width: 100%;
    }

    .callback__row {
        padding: 40px 15px;
    }

    .callback__row .main__title br {
        display: none;
    }

    .progect__item-pdf {
        margin-top: 0;
    }

    .next.slick-arrow,
    .prev.slick-arrow {
        width: 50px;
        height: 50px;
        top: 40%;
    }

    .next.slick-arrow {
        right: 0;
    }

    .prev.slick-arrow {
        left: 0;
    }

    .progect__item .main__title {
        padding-right: 50px;
    }

    .slider__counter {
        right: 60px;
        top: 70px;
        font-size: 16px;
    }

    .slider__counter:first-letter {
        font-size: 20px;
    }

    .progect__item-price {
        margin-top: 20px;
    }

    .progect__item-price .total {
        margin-top: 10px;
    }

    .progect__item-list {
        margin-bottom: 15px;
    }

    .progect__item {
        padding: 40px 30px;
    }

    .progect__item-price .total {
        margin-bottom: 30px;
    }

    .progect__number {
        font-size: 120px;
        line-height: 120px;
    }

    .progect__title {
        margin-bottom: 30px;
    }

    .progect__title .progect__number.first,
    .progect__title .progect__number.second {
        padding: 0;
        display: block;
        margin: auto;
    }

    .questions {
        background-position: left;
    }

    .hero__video {
        position: relative;
        left: auto;
        margin-bottom: 0;
    }

    .hero__right {
        height: 500px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .hero__bg {
        height: 500px;
        top: auto;
        bottom: 0;
        z-index: 0;
    }

    .main__menu > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .box_navbar-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 15px;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
    }

    .main__title {
        font-size: 28px;
        line-height: 36px;
    }

    .main__menu-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(109, 140, 202, 0.9);
        padding: 50px 10px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        z-index: 9;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .main__menu-wrap ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin: 0;
        border: none;
        width: 100%;
    }

    .main__menu-wrap.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .main__menu-wrap.active li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        border: none;
    }

    .main__menu-wrap li {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main__menu-wrap li.menu__open a,
    .main__menu-wrap li:hover a {
        color: #fff;
    }

    .main__menu-wrap li.menu__open .m__ar .icon,
    .main__menu-wrap li:hover .m__ar .icon {
        fill: #fff;
    }

    .main__menu-wrap li.active {
        background-color: transparent;
    }

    .main__menu-wrap li.active > a {
        padding-left: 10px;
        border-left: 2px solid #fff;
    }

    .main__menu-wrap li.active a {
        color: #fff;
    }

    .main__menu-wrap li a {
        color: #fff;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        display: block;
        border-bottom: none;
        background-color: transparent;
    }

    .main__menu > li > a {
        color: #fff;
    }

    .main__menu > li .m__ar .icon {
        fill: #fff;
    }

    .main__menu-close {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 35px;
        line-height: 20px;
        color: #fff;
        display: block;
        cursor: pointer;
    }

    .li__submenu {
        margin-bottom: -30px;
    }

    .nav-submenu {
        position: relative;
        width: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background: 0 0;
        pointer-events: auto;
        z-index: 1;
        opacity: 1;
        height: 0;
        top: 10px;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-left: 1px solid #fff !important;
        visibility: hidden;
        margin-bottom: 30px !important;
    }

    .nav-submenu > li {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
        -webkit-transition: all 0s !important;
        -o-transition: all 0s !important;
        transition: all 0s !important;
    }

    .nav-submenu > li a {
        -webkit-transition-delay: 0s !important;
        -o-transition-delay: 0s !important;
        transition-delay: 0s !important;
        -webkit-transition: all 0s !important;
        -o-transition: all 0s !important;
        transition: all 0s !important;
    }

    .nav-submenu.active {
        height: 100%;
        visibility: visible;
    }

    .modal__window {
        padding: 50px 20px;
    }

    .modal__window form {
        border-radius: 10px;
    }

    .modal__window .container {
        max-width: 100%;
    }

    .modals__item-window {
        width: 98%;
        padding: 45px 15px 20px;
    }

    .logo__descr {
        padding-left: 7px;
        line-height: 16px;
    }

    .header__top-add {
        line-height: 14px;
    }

    .header__top-phone .callback {
        font-size: 12px;
    }

    .header__top-phone a {
        font-size: 16px;
    }

    .header__top {
        font-size: 12px;
        line-height: 16px;
    }

    .header__top-add img,
    .header__top-mail img {
        margin-right: 7px;
    }

    .header__top-logo {
        width: 50%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 15px;
    }

    .header__top-phone {
        width: 50%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 15px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .hero__tizers br {
        display: block;
    }

    .advanture__bg {
        width: 100%;
        position: relative;
        background-position: top right;
        height: 400px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lawyer__bage {
        padding: 0 10px 20px;
    }

    .lawyer__bage-gray {
        -webkit-box-shadow: 0 0 30px #dbdbdb;
        box-shadow: 0 0 30px #dbdbdb;
    }

    .advanture__block {
        margin-top: 70px;
    }

    .advanture .questions__list {
        margin-top: 30px;
    }

    .advanture__wrap {
        padding-left: 0;
    }

    .advanture__block {
        padding: 20px 15px;
    }

    .advanture__block .icon {
        padding: 0 20px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        border-radius: 10px;
        left: -10px;
    }

    .advanture .questions__list a {
        color: #446095;
        font-weight: 700;
    }

    .experience .container {
        max-width: 100%;
    }

    .experience__subtitle {
        font-size: 24px;
        line-height: 30px;
        margin: 15px 0;
    }

    .figures__subtitle,
    .main__subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .figures__subtitle br,
    .main__subtitle br {
        display: none;
    }

    .questions__item {
        margin-bottom: 15px;
    }

    .figures .main__title {
        margin-bottom: 10px;
    }

    .figures .questions__list {
        padding-left: 0;
    }

    .figures .row {
        margin-bottom: 50px;
    }

    .figures .row__rewerse {
        margin-bottom: 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .figures__number {
        height: 55px;
        margin-bottom: 0;
    }

    .figures__number span {
        font-size: 100px;
    }

    .questions__image {
        display: inline-block;
        margin-left: 0;
        margin-right: 15px;
    }

    .questions__image:before {
        left: auto;
        right: -15px;
        top: 15px;
    }

    .figures .row__rewerse .questions__image {
        margin-right: 15px;
    }

    .figures .row__rewerse .questions__image:before {
        right: -15px;
    }

    .appeal__block {
        padding: 40px 25px 20px;
    }

    .lawyer__bage-white {
        padding: 10px;
    }

    .appeal__block .icon {
        left: 25px;
        width: 30px;
        top: -15px;
    }

    .modals__item {
        margin-bottom: 0;
    }

    .section__dark .button__wrap .button {
        margin-top: 30px;
    }

    .sect__subtitle_32 {
        font-size: 28px;
        line-height: 32px;
    }

    .steps__description .sect__subtitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .arbitrazhnye-spory .steps .info__block-descr {
        padding: 40px 25px;
    }

    .stage .sect__subtitle_32 {
        margin-top: 80px;
    }

    .experience .ellipse_info {
        display: none;
    }

    .advanture .pl_30 {
        padding-left: 15px;
        margin-top: 30px;
    }

    .hero__bg {
        background-position: bottom right;
    }

    .global__callback form textarea {
        height: auto;
    }

    .global__callback form .button {
        width: 340px;
        max-width: 100%;
        margin: 15px auto;
    }
}

@media (max-width: 767.98px) {
    .section,
    section {
        overflow: hidden;
    }

    .steps .col-xl-6 {
        padding: 0 15px;
    }

    .stage .sect__subtitle_32 {
        margin-top: 40px;
    }

    .stage .sect__subtitle_32 br {
        display: none;
    }

    .steps__item {
        padding: 20px 30px 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .steps__item-title {
        max-width: -webkit-calc(100% - 70px);
        max-width: calc(100% - 70px);
        width: 260px;
        margin: 0;
    }

    .steps__item-number {
        margin-right: 10px;
    }

    .steps__item-text {
        margin-top: 10px;
    }

    .steps__description .sect__subtitle {
        margin: 30px auto;
    }

    .mt_60 {
        margin-top: 30px;
    }

    .steps .col-md-6 {
        margin-bottom: 25px;
    }

    .section,
    section {
        padding: 50px 0;
    }

    .stage .main__title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .sect__subtitle_32 {
        font-size: 22px;
        line-height: 30px;
    }

    .arbitrazhnye-spory .experience {
        padding: 90px 0;
    }

    .info__block-descr {
        padding: 25px 15px;
    }

    .experience__bg:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }

    form .group_check label {
        line-height: 12px;
    }

    form .group_check label a {
        display: block;
    }

    form span br {
        display: none;
    }

    .list__number .number {
        margin-right: 7px;
    }

    .modal__window .list__number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .modal__window .list__number .text {
        font-size: 13px;
    }

    form input {
        height: 54px;
    }

    .modal__window .lawyer__bage {
        position: relative;
        margin: 20px auto;
        bottom: auto;
        right: auto;
    }

    .modal__window .lawyer__bage-white {
        left: 0;
    }

    .form__title {
        font-size: 24px;
        margin-bottom: 25px;
        text-align: center;
    }

    .modal__window {
        padding: 40px 15px;
    }

    .modal__window form {
        margin: auto;
    }

    .progect__title {
        font-size: 28px;
    }

    .progect__number {
        font-size: 100px;
        line-height: 100px;
    }

    .ellipse_info {
        display: none;
    }

    .progect .info__block-wrap {
        margin: 60px auto 25px;
    }

    .steps_bg {
        background-position: left;
    }

    .hero__star {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        font-size: 15px;
    }

    .hero__star span:last-of-type {
        font-size: 13px;
    }

    .no__modals .modals__item {
        min-height: auto;
    }

    .l_404 {
        font-size: 200px;
    }

    .sub__page {
        padding: 50px 0;
    }

    .warning__block .main__title {
        font-size: 30px;
    }

    .warning__block .sect__subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .success__img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: -1;
    }
}

@media (max-width: 575.98px) {
    form {
        width: auto;
    }

    .sub__page .main__title {
        text-align: left;
        font-size: 26px;
    }

    .l_404 {
        font-size: 150px;
    }

    .sub__page {
        padding: 40px 0;
    }

    .warning__block .main__title {
        font-size: 30px;
    }

    .warning__block .sect__subtitle {
        font-size: 20px;
        line-height: 30px;
    }

    .economic__item br {
        display: none;
    }

    .no__modals .col-lg-3 {
        margin: 15px auto;
    }

    .modals__item-title {
        min-height: auto;
    }

    .modals__item:before {
        left: 5px;
        top: 5px;
    }

    .stage.stage__ug .advanture__block br {
        display: none;
    }

    .doc__block {
        padding: 20px;
    }

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

    .hero__tizers.col__3 .hero__tizer {
        width: 49%;
    }

    header .info__block:before {
        left: 5px;
    }

    .info__block-wrap.text-rigth {
        text-align: center;
    }

    .info__block-wrap.text-rigth .info__block-descr {
        padding: 15px 20px;
    }

    .info__block-wrap.text-rigth .info__block {
        margin: auto;
    }

    .info__block-wrap.text-rigth .info__block br {
        display: none;
    }

    .hero__right {
        position: relative;
    }

    .hero__star {
        position: absolute;
        left: auto;
        right: 0;
        top: -40px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .faq__item {
        padding: 25px 20px;
        font-size: 14px;
    }

    .faq__item-title {
        font-size: 16px;
    }

    .docs__item {
        width: 33%;
    }

    .steps__item {
        padding: 20px;
    }

    .s_callback .info__block-descr {
        padding: 20px 15px;
    }

    .s_callback .info__block-descr br {
        display: none;
    }

    #map iframe {
        height: 300px !important;
    }

    .list__number .number {
        font-size: 16px;
    }

    .responsibility .col-lg-6 {
        margin-bottom: 30px;
    }

    .sect__subtitle_32 {
        font-size: 18px;
        line-height: 26px;
    }

    .info__block:before {
        left: -5px;
        top: 5px;
    }

    .steps__description .sect__subtitle {
        font-size: 18px;
    }

    .economic__item {
        min-height: auto;
    }

    .economic__item-title {
        padding: 25px 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .arbitrazhnye-spory .experience {
        padding: 70px 0;
    }

    #callback_1 {
        background-position: left;
    }

    .to__top {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 36px;
    }

    .to__top.active {
        right: 10px;
    }

    .footer__contact .title {
        margin-bottom: 5px;
    }

    .footer__contact a.social {
        max-width: 24%;
        margin-bottom: 10px;
    }

    .main__footer {
        font-size: 12px;
    }

    .main__footer br {
        display: none;
    }

    .main__footer .addr,
    .main__footer a {
        font-size: 12px;
    }

    .footer__logo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .developer,
    .subfooter {
        text-align: center;
    }

    .privacy {
        margin-bottom: 10px;
    }

    .review__item-descr {
        margin-top: 10px;
        font-size: 12px;
        line-height: 14px;
    }

    .review__item-descr .date {
        margin-top: 10px;
        font-size: 12px;
        line-height: 14px;
    }

    .steps .button__wrap {
        margin-top: 20px;
    }

    .steps__item {
        left: -5px;
        top: 5px;
    }

    .steps__item:before {
        left: 5px;
        top: -5px;
    }

    .steps__item-title {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 16px;
    }

    .steps__item-text {
        font-size: 14px;
    }

    .progect__item .main__title {
        padding-right: 0;
        margin-top: 20px;
        font-size: 18px;
        line-height: 18px;
    }

    .slider__counter {
        right: 20px;
        top: 20px;
    }

    .progect__item {
        margin: 10px;
        padding: 20px 10px;
    }

    .progect .info__block-wrap br {
        display: none;
    }

    .progect__title {
        font-size: 20px;
    }

    .progect__number {
        font-size: 70px;
        line-height: 70px;
    }

    .application .button {
        margin-top: 25px;
    }

    .appeal .main__title {
        font-size: 20px;
    }

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

    .appeal__block-wrap {
        width: 100%;
        margin-left: 0;
    }

    .appeal {
        background-position: right;
    }

    .questions__item:before {
        width: 6px;
        height: 6px;
    }

    .disputes__block {
        padding: 25px 10px;
    }

    .disputes,
    .protection__subtitle {
        font-size: 18px;
        line-height: 26px;
    }

    .info__block-descr {
        padding: 30px 15px 25px;
    }

    .questions__item {
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .button {
        min-height: 60px;
    }

    .hero__title-wrap,
    .hero__wrap {
        padding-left: 0;
    }

    /*NEW CSS*/
    .hero__title_new {
        line-height: 42px;
        margin-bottom: 0px !important;
        font-size: 18px !important;
        line-height: 42px;
        margin-bottom: 0px;
        font-family: Gilroy-light, sans-serif;
        opacity: 0.5;
    }

    .hero_title_new_h1 {
        font-size: 24px;
        font-family: Gilroy-bold, sans-serif;
        line-height: 120%;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: left;
    }

    .long_h1 {
        font-size: 23px;
    }

    .hero__tizer_new {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 140% !important;
        opacity: 0.7;
        text-align: left;
        margin-top: 10px;
    }

    .hero__wrap_new {
        height: auto;
    }

    .up {
        margin-top: -60px;
    }

    /*NEW CSS END*/
    .hero__title {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .hero__tizers {
        padding-bottom: 20px;
    }

    .hero__subtitle {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .hero__subtitle br {
        display: none;
    }

    .hero__tizers br {
        display: none;
    }

    .hero__video-text {
        left: 50%;
        margin-left: -75px;
    }

    .hero__video-btn {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .hero__right {
        padding-bottom: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__top-logo,
    .header__top-phone {
        width: auto;
        min-width: 50%;
    }

    body {
        font-size: 15px;
        line-height: 20px;
    }

    .main__title {
        font-size: 22px;
        line-height: 26px;
    }

    .main__title br {
        display: none;
    }

    .windows .callback .main__title {
        font-size: 22px;
        line-height: 26px;
        padding: 35px 20px;
    }

    .header__top-phone {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .messenger__icons {
        margin-right: 0;
    }

    .hero__tizers.col__5 .hero__tizer {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .hero__tizers.col__5 .hero__tizer {
        width: 100%;
    }

    .form__title {
        font-size: 20px;
    }

    .header__top-time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .header__top-add,
    .header__top-mail,
    .header__top-time {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .disputes_subtitle {
        margin: 20px 0 30px;
    }

    .economic__item-descr {
        left: 0;
    }

    .s_callback .list__number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .hero__video-btn .hero__video-bg {
        opacity: 1;
        background: linear-gradient(180deg, #7f9cd5 0, #324e82 100%);
    }
}

@media only screen and (max-width: 400px) {
    .header__top-phone img {
        right: -15px;
    }

    .hero__title {
        font-size: 28px;
    }

    .docs__item br {
        display: none;
    }

    .stage .main__title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .disputes {
        font-size: 16px;
        line-height: 22px;
    }

    .main__title {
        font-size: 20px;
        line-height: 24px;
    }

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

    .header__top-add {
        width: 100%;
    }

    .header__top-add .br {
        display: inline-block;
    }

    .header__top-time {
        width: auto;
    }

    .header__top {
        padding: 10px 0 0;
    }

    .header__top-add img,
    .header__top-mail img {
        margin-right: 5px;
        width: 20px;
    }

    .header__top {
        font-size: 11px;
    }

    .header__top-logo,
    .header__top-phone {
        min-width: auto;
    }

    .logo__descr {
        font-size: 10px;
        line-height: 12px;
        padding-left: 0;
    }
}

/*NEW CSS*/

.hero__title_new {
    line-height: 42px;
    margin-bottom: 0px !important;
    font-size: 16px !important;
    line-height: 130%;
    margin-bottom: 0px;
    font-family: Gilroy-light, sans-serif;
    opacity: 0.5;
    text-align: left;
}

.hero_title_new_h1 {
    font-size: 24px;
    font-family: Gilroy-bold, sans-serif;
    line-height: 120%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.long_h1 {
    font-size: 23px;
}

.hero__tizer_new {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 140% !important;
    opacity: 0.7;
    text-align: left;
    margin-top: 10px;
}

.hero__wrap_new {
    height: auto;
}

.up {
    margin-top: -60px;
}

.hero {
    position: relative;
   /* overflow: hidden;*/
    min-height: 442px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* padding-top: 50px; */
}

/*NEW CSS END*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main__nav .container {
        max-width: 100%;
    }
}

.header__top-add,
.header__top-mail {
    align-items: center;
}

.economic__item-descr {
    pointer-events: none;
}

#map iframe {
    pointer-events: none;
}

.nav-submenu li.active {
    background-color: #6d8cca;
}

.nav-submenu li.active a {
    color: #fff;
}

.breadcrumb-box {
    margin-top: 20px;
}

.title-box {
    margin-bottom: 20px;
}

.title-box h1 {
    line-height: 1.4;
}

main {
    padding-bottom: 20px;
}

@media (max-width: 500px) {
    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 10px;
    }

    .bx-breadcrumb .bx-breadcrumb-item {
        margin-bottom: 5px;
        line-height: 12px;
        margin-right: 5px;
    }
}


.hero-contacts {
    padding: 50px 0 0 50px;
}

.hero-contacts__title {
    font-size: 24px;
    font-weight: bold;
}

.hero-contacts__block {
    padding-top: 25px;
}

.hero-contacts__block_content {
    display: flex;
    align-items: center;
}

.hero-contacts__block_content_icon {
    width: 18px;
}

.hero-contacts__block_content_common {
    padding: 0 20px 0 10px;
}

.hero-contacts__block_content_common a {
    color: inherit;
    text-decoration: none;
}

/* End */


/* Start:/local/templates/appsweb/css/preloader.css?15982380202269*/
.loader{position:fixed;overflow:hidden;z-index:100;left:0;top:0;width:100%;height:100%;background:#f2f3f8;color:#fff;text-align:center}.loader-brand{position:absolute;left:0;width:100%;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%)}.sk-folding-cube{margin:20px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#6d8cca;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:0.3s;animation-delay:0.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:0.6s;animation-delay:0.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:0.9s;animation-delay:0.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
/* End */


/* Start:/local/templates/appsweb/components/bitrix/menu/top_line/style.css?1625114981987*/
.menu-line{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	border-bottom: 1px solid #e4e4e4;
	background: #e4e4e4;
}

.menu-line a{
	font-size: 14px;
    line-height: 14px;
	color: #0b132b;
    font-family: Gilroy-Light, sans-serif;
    text-align: center;
	transition: all 0.35s ease;
	padding: 5px 10px;
	position: relative;
}

.menu-line a:hover {
    color: #6d8cca;
    text-decoration: none;
}

.menu-line a.active{
	color: #fff;
	background-color: #6d8cca;
    text-decoration: none;
}

.menu-line a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #6d8cca;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.menu-line a:hover:after {
    width: 100%;
}
/* End */


/* Start:/local/templates/appsweb/styles.css?178354732639*/
[type="submit"]{
    cursor: pointer;
}
/* End */
/* /local/templates/appsweb/css/main.min.css?1669353103193056 */
/* /local/templates/appsweb/css/preloader.css?15982380202269 */
/* /local/templates/appsweb/components/bitrix/menu/top_line/style.css?1625114981987 */
/* /local/templates/appsweb/styles.css?178354732639 */
