.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;
    margin-left: auto;
    margin-right: auto
}

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

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(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    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(.5, 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;
    -ms-transform-origin: top left;
    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: -webkit-grab;
    cursor: grab
}

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

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

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

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 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--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 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: .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(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    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: fancybox-rotate 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: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(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: translate3d(0, 0, 0)
}

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

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    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: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

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

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

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (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 0
}

.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 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 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 2px;
    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, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    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 .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@font-face {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat-Regular-1.eot) format("embedded-opentype"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/Montserrat-ExtraLight.eot);
    src: url(../fonts/Montserrat-ExtraLight-1.eot) format("embedded-opentype"), url(../fonts/Montserrat-ExtraLight.woff) format("woff"), url(../fonts/Montserrat-ExtraLight.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Montserrat-Light.eot);
    src: url(../fonts/Montserrat-Light-1.eot) format("embedded-opentype"), url(../fonts/Montserrat-Light.woff) format("woff"), url(../fonts/Montserrat-Light.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/Montserrat-Medium.eot);
    src: url(../fonts/Montserrat-Medium-1.eot) format("embedded-opentype"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Montserrat-SemiBold.eot);
    src: url(../fonts/Montserrat-SemiBold-1.eot) format("embedded-opentype"), url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat-Bold-1.eot) format("embedded-opentype"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 800;
    font-style: normal;
    src: url(../fonts/Montserrat-ExtraBold.eot);
    src: url(../fonts/Montserrat-ExtraBold-1.eot) format("embedded-opentype"), url(../fonts/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/Montserrat-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 900;
    font-style: normal;
    src: url(../fonts/Montserrat-Black.eot);
    src: url(../fonts/Montserrat-Black-1.eot) format("embedded-opentype"), url(../fonts/Montserrat-Black.woff) format("woff"), url(../fonts/Montserrat-Black.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-weight: 100;
    font-style: normal;
    src: url(../fonts/Montserrat-Thin.eot);
    src: url(../fonts/Montserrat-Thin-1.eot) format("embedded-opentype"), url(../fonts/Montserrat-Thin.woff) format("woff"), url(../fonts/Montserrat-Thin.ttf) format("truetype")
}

*,
::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: .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: .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: -.25em
}

sup {
    top: -.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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    -webkit-border-radius: 0;
    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: .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,
.col-xlm,
.col-xlm-1,
.col-xlm-10,
.col-xlm-11,
.col-xlm-12,
.col-xlm-2,
.col-xlm-3,
.col-xlm-4,
.col-xlm-5,
.col-xlm-6,
.col-xlm-7,
.col-xlm-8,
.col-xlm-9,
.col-xlm-auto,
.col-xlp,
.col-xlp-1,
.col-xlp-10,
.col-xlp-11,
.col-xlp-12,
.col-xlp-2,
.col-xlp-3,
.col-xlp-4,
.col-xlp-5,
.col-xlp-6,
.col-xlp-7,
.col-xlp-8,
.col-xlp-9,
.col-xlp-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%
    }
}

@media (min-width:1460px) {
    .col-xlm {
        -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-xlm-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-xlm-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-xlm-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-xlm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xlm-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-xlm-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-xlm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xlm-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-xlm-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-xlm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xlm-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-xlm-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-xlm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xlm-0 {
        margin-left: 0
    }

    .offset-xlm-1 {
        margin-left: 8.33333%
    }

    .offset-xlm-2 {
        margin-left: 16.66667%
    }

    .offset-xlm-3 {
        margin-left: 25%
    }

    .offset-xlm-4 {
        margin-left: 33.33333%
    }

    .offset-xlm-5 {
        margin-left: 41.66667%
    }

    .offset-xlm-6 {
        margin-left: 50%
    }

    .offset-xlm-7 {
        margin-left: 58.33333%
    }

    .offset-xlm-8 {
        margin-left: 66.66667%
    }

    .offset-xlm-9 {
        margin-left: 75%
    }

    .offset-xlm-10 {
        margin-left: 83.33333%
    }

    .offset-xlm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1620px) {
    .col-xlp {
        -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-xlp-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-xlp-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-xlp-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-xlp-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xlp-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-xlp-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-xlp-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xlp-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-xlp-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-xlp-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xlp-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-xlp-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-xlp-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xlp-0 {
        margin-left: 0
    }

    .offset-xlp-1 {
        margin-left: 8.33333%
    }

    .offset-xlp-2 {
        margin-left: 16.66667%
    }

    .offset-xlp-3 {
        margin-left: 25%
    }

    .offset-xlp-4 {
        margin-left: 33.33333%
    }

    .offset-xlp-5 {
        margin-left: 41.66667%
    }

    .offset-xlp-6 {
        margin-left: 50%
    }

    .offset-xlp-7 {
        margin-left: 58.33333%
    }

    .offset-xlp-8 {
        margin-left: 66.66667%
    }

    .offset-xlp-9 {
        margin-left: 75%
    }

    .offset-xlp-10 {
        margin-left: 83.33333%
    }

    .offset-xlp-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 (min-width:1460px) {
    .d-xlm-none {
        display: none !important
    }

    .d-xlm-inline {
        display: inline !important
    }

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

    .d-xlm-block {
        display: block !important
    }

    .d-xlm-table {
        display: table !important
    }

    .d-xlm-table-row {
        display: table-row !important
    }

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

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

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

@media (min-width:1620px) {
    .d-xlp-none {
        display: none !important
    }

    .d-xlp-inline {
        display: inline !important
    }

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

    .d-xlp-block {
        display: block !important
    }

    .d-xlp-table {
        display: table !important
    }

    .d-xlp-table-row {
        display: table-row !important
    }

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

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

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

@media (min-width:1460px) {
    .flex-xlm-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-xlm-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-xlm-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-xlm-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-xlm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1620px) {
    .flex-xlp-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-xlp-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-xlp-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-xlp-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-xlp-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xlp-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
}

::-webkit-input-placeholder {
    color: #8a8a8a
}

::-moz-placeholder {
    color: #8a8a8a
}

:-ms-input-placeholder {
    color: #8a8a8a
}

::-ms-input-placeholder {
    color: #8a8a8a
}

::placeholder {
    color: #8a8a8a
}

::-moz-selection {
    background-color: #a6efd9;
    color: #fff
}

::selection {
    background-color: #a6efd9;
    color: #fff
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

* {
    outline: 0
}

::active,
::focus,
::hover {
    outline: 0;
    outline-offset: 0
}

body {
    max-width: 1920px;
    width: 100%;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
    color: #000
}

body input[type=text],
body input[type=tel],
body input[type=email],
body textarea {
    border: 1px solid #d3d3d3;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    outline: 0;
    min-height: 49px;
    min-width: 250px;
    background-color: transparent;
    padding-left: 17px;
    letter-spacing: -.1px
}

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

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

.text-center {
    text-align: center
}

a {
    color: #000
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #000
}

b,
strong {
    font-weight: 700
}

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

@media not all and (pointer:coarse) {
    button:hover {
        cursor: pointer
    }
}

.icon {
    background: url(../img/sprite.png)
}

.icon-menu {
    height: 12px;
    width: 14px
}

.icon-call {
    width: 20px;
    height: 20px;
    background-position: -16px 0
}

.icon-call-2 {
    width: 20px;
    height: 20px;
    background-position: -110px -81px
}

.icon-location {
    width: 12px;
    height: 16px;
    background-position: -38px 0
}

.icon-step-1 {
    width: 51px;
    height: 47px;
    background-position: 0 -31px
}

.icon-step-2 {
    width: 49px;
    height: 49px;
    background-position: -53px -31px
}

.icon-step-3 {
    width: 48px;
    height: 48px;
    background-position: -104px -31px
}

.icon-file {
    width: 14px;
    height: 14px;
    background-position: 0 -15px
}

.icon-attention {
    width: 36px;
    height: 36px;
    background-position: -156px -31px
}

.icon-attention-mini {
    width: 29px;
    height: 29px;
    background-position: -131px -81px
}

.icon-check {
    width: 30px;
    height: 28px;
    background-position: -162px -79px
}

.icon-studio {
    width: 12px;
    height: 18px;
    background-position: -123px 0
}

.icon-close {
    width: 14px;
    height: 14px;
    background-position: -71px -81px
}

.icon-ig {
    width: 26px;
    height: 26px;
    background-position: 0 -81px
}

.icon-vk {
    width: 25px;
    height: 15px;
    background-position: -28px -81px
}

.icon-fb {
    width: 14px;
    height: 26px;
    background-position: -55px -81px
}

.icon-top {
    width: 30px;
    height: 16px;
    background-position: -72px -108px
}

.main-btn {
    display: block;
    text-align: center;
    border: none;
    color: #000;
    font-size: 18px;
    line-height: 70px;
    font-weight: 700;
    min-height: 70px;
    background: #f8d40c;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    outline: 0
}

@media not all and (pointer:coarse) {
    .main-btn:hover {
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        background: #000;
        outline: 0;
        opacity: 1;
        color: #fff
    }
}

.sec-btn {
    display: block;
    padding: 2px 12px 0;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #73f1d9;
    color: #000;
    min-height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .5s background;
    -o-transition: .5s background;
    transition: .5s background;
    outline: none
}

.sec-btn:hover {
    background: #000;
    color: #fff
}

.title {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4px
}

.post-title {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    text-transform: uppercase;
    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
}

.post-title:after,
.post-title:before {
    content: '';
    width: 40px;
    height: 4px;
    margin: 0 19px;
    background: #73f1d9
}

.desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 18px;
    letter-spacing: -.3px
}

.desc span {
    position: relative;
    z-index: 2
}

.desc span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #73f1d9;
    z-index: -1
}

label {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300
}

.file-upload {
    position: relative
}

.file-upload .file-text {
    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
}

.file-upload .file-text .icon-block {
    width: 22px;
    height: 22px;
    background: #73f1d9;
    -webkit-border-radius: 50%;
    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;
    margin-right: 10px
}

.file-upload .file-text span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-decoration: underline;
    letter-spacing: .4px
}

@media not all and (pointer:coarse) {
    .file-upload:hover .file-text .icon-block {
        background: #000
    }

    .file-upload:hover .file-text .icon-block .icon {
        background-position: -151px 0
    }

    .file-upload:hover .file-text span {
        color: #73f1d9
    }
}

.file-upload input[type=file] {
    display: none
}

.file-upload label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.file-upload span {
    font-weight: 700
}

.radio {
    margin: 0
}

.radio input[type=radio] {
    position: absolute;
    opacity: 0
}

.radio input[type=radio]+.radio-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ccc;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -.2em;
    margin-right: 15px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease
}

.radio input[type=radio]:checked+.radio-label:before {
    background: #73f1d9;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff
}

.radio input[type=radio]:focus+.radio-label:before {
    outline: 0
}

nav {
    position: fixed;
    top: 0;
    left: -9999px;
    z-index: 99;
    background: url(../img/menu-bg.png) no-repeat;
    width: 100%;
    max-height: 770px;
    height: 100%
}

nav .nav-block {
    padding: 44px 25px 0 134px;
    max-width: 650px;
    width: 100%
}

nav .close {
    width: 36px;
    height: 36px;
    background: #fff;
    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;
    margin-left: auto;
    cursor: pointer
}

nav ul {
    padding: 0;
    margin: 11px 0 48px;
    list-style: none
}

nav ul li {
    padding: 0;
    margin: 0 0 13px;
    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;
    position: relative;
    cursor: pointer
}

nav ul li:before {
    content: none;
    width: 30px;
    height: 4px;
    background: #000;
    margin-right: 15px
}

nav ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

nav ul li:active:before {
    content: ''
}

nav ul li:active a {
    color: #000
}

nav .socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

nav .socials a {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    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
}

@media not all and (pointer:coarse) {
    nav .socials a:hover .icon {
        background-position-y: -108px
    }
}

header {
    padding: 41px 0 0;
    z-index: 1;
    position: absolute;
    width: 100%
}

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

header .logo {
    max-width: 217px;
    width: 100%
}

header .menu {
    margin-left: 0;
    margin-top: 3px;
    cursor: pointer;
    display: flex;
}

header .menu .menu-btn {
    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: #73f1d9;
    border: none;
    width: 36px;
    height: 36px
}

header .menu .menu-text {
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0 0 8px;
    text-transform: lowercase;
}

@media not all and (pointer:coarse) {
    header .menu .menu-btn:hover {
        background: #000
    }

    header .menu .menu-btn:hover .icon-menu {
        background-position: -59px -19px
    }
}

header .email {
    display: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .3px;
    text-decoration: underline
}

header .contacts {
    text-align: right;
    margin-top: -9px
}

header .contacts .call {
    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
}

header .contacts .call .wa-block {
    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
}

header .contacts .call .icon-block {
    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: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin-right: 11px
}

.icon-wa {
    background: url('../img/wa.png') no-repeat;
    max-width: 24px;
    width: 100%;
    height: 24px;
}

.icon-tg {
    background: url('../img/tg-icon.svg') center / contain no-repeat;
    max-width: 22px;
    width: 100%;
    height: 22px;
    transform: translateX(-1px);
}

header .contacts .call a {
    font-size: 24px;
    font-weight: 300;
    margin-left: 23px
}

header .contacts .call .call-wa {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #14990a;
    margin: 0 14px 0 0;
}

header .contacts .call .call-tg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #179cde;
    margin: 0 7px 0 0;
}

header .contacts .call-text {
    display: none
}

header .contacts .mail {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-top: 0
}

header .contacts .mail a {
    font-weight: 300;
    text-decoration: underline
}

.fixed {
    background: #fff;
    position: fixed;
    padding: 15px 0;
    z-index: 10
}

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

.fixed .row .contacts {
    margin-top: 0
}

.fixed .row .contacts .mail {
    display: none
}

.fixed .row .email {
    display: none
}

.fixed .row .menu {
    margin-left: 0
}

.promo {
    padding: 121px 0 102px;
    position: relative;
    background: url(../img/a-bg.png) 572px top no-repeat;
    overflow: hidden;
}

.promo .row {
    position: relative;
}

.promo-float {
    position: absolute;
    right: -358px;
    bottom: -33px;
}

.promo .slider {
    max-width: 50%;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 124px
}

.promo .main-header {
    z-index: 1;
    padding-top: 17px
}

.promo .main-header .left {
    padding-left: 26px
}

.promo .main-header .left h1 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 300;
    text-transform: uppercase
}

.promo .main-header .left h1 span {
    font-size: 97px;
    line-height: 97px;
    font-weight: 800;
    letter-spacing: .7px;
    margin-left: -4px;
}

.promo .main-header .left h1 span small {
    display: block;
    font-size: .62em;
    font-weight: 700;
    line-height: 1;
    margin-left: -2px;
}

.promo .main-header .left h2 {
    max-width: 520px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    margin: 22px 0 0 3px;
    letter-spacing: .5px
}

.promo .main-header .left h2 span {
    display: block;
    margin-top: 15px;
}

.promo .main-header .left .main-btn {
    margin: 33px 0 0 5px;
    max-width: 315px
}

.promo .main-header .advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 108px
}

.promo .main-header .advantages .advantage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 45px
}

.promo .main-header .advantages .advantage .num {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-align: right;
    position: relative
}

.promo .main-header .advantages .advantage .num span {
    font-size: 30px
}

.promo .main-header .advantages .advantage .num:before {
    content: '';
    background: #73f1d9;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: -1
}

.promo .main-header .advantages .advantage .text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-left: 17px
}

.promo .main-header .bottom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 68px;
    position: relative
}

.promo .main-header .bottom-block .location {
    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;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: -.05px
}

.promo .main-header .bottom-block .location .icon {
    margin-right: 10px
}

.promo .main-header .bottom-block .slider-nav .slick-arrow {
    top: 0;
    left: 0;
    width: 29px;
    height: 16px;
    border: none;
    background: url(../img/sprite.png) -52px 0 no-repeat
}

.promo .main-header .bottom-block .slider-nav .pagingInfo {
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300
}

.promo .main-header .bottom-block .slider-nav .pagingInfo .current-slide {
    font-size: 24px;
    font-weight: 700;
    padding-right: 7px
}

.promo .main-header .bottom-block .slider-nav .pagingInfo .count-slide {
    padding-left: 3px
}

.promo .main-header .bottom-block .slider-nav .slider-navigation {
    position: absolute;
    top: 0;
    right: 142px
}

.promo .main-header .bottom-block .slider-nav .slider-navigation:before {
    content: '';
    width: 69px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 3px
}

.promo .main-header .bottom-block .slider-nav .slider-navigation .slick-next {
    position: absolute;
    top: -33px
}

.promo .main-header .bottom-block .slider-nav .slider-navigation .slick-prev {
    position: absolute;
    top: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.service {
    padding: 74px 0 40px;
    position: relative;
    background: #f7f7f7
}

.service .triangle {
    position: absolute;
    top: -234px;
    right: 0;
    background: url(../img/triangle-1.png) no-repeat;
    height: 1534px;
    width: 32%
}

.service .desc {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.service .catalog {
    z-index: 3;
    margin-top: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative
}

.service .catalog-list {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    -moz-position: sticky;
    margin-top: 56px;
    top: 95px;
    left: 0;
    max-width: 323px;
    width: 100%;
    height: 100%;
    max-height: 398px;
    padding: 24px 0
}

.service .catalog-list:before {
    content: '';
    width: 300%;
    height: 100%;
    left: -800px;
    top: 0;
    position: absolute;
    background: #fff;
    z-index: 0
}

.service .catalog-list ul {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0
}

.service .catalog-list ul li {
    list-style: none;
    cursor: pointer
}

.service .catalog-list ul li a {
    padding: 23px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #8a8a8a;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.service .catalog-list ul li a:before {
    content: none;
    width: 30px;
    height: 4px;
    background: #000;
    margin-right: 20px
}

@media not all and (pointer:coarse) {
    .service .catalog-list ul li:hover a {
        color: #000
    }

    .service .catalog-list ul li:hover a:before {
        content: ''
    }
}

.service .catalog-list ul .active {
    background: #73f1d9;
    position: relative
}

.service .catalog-list ul .active a {
    color: #000
}

.service .catalog-list ul .active a:before {
    content: ''
}

.service .catalog-list ul .active:before {
    content: '';
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -150%;
    background: #73f1d9
}

.service .catalog-list ul .active:after {
    content: '';
    background: url(../img/list-bg.png) no-repeat;
    width: 29px;
    height: 70px;
    position: absolute;
    right: -29px;
    top: 0
}

.service .catalog-items {
    margin-top: 56px;
    margin-left: auto;
    display: none;
    -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;
    /* max-width: 840px; */
    width: 100%
}

.service .catalog-items .item {
    position: relative;
    max-width: 390px;
    margin-bottom: 40px
}

.service .catalog-items .item .sec-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
}

.service .catalog-items .item img {
    margin-left: 30px
}

.service .catalog-items .item-info {
    position: relative;
    margin-top: -58px;
    background: url(../img/item-bg.png) no-repeat;
    max-width: 370px;
    width: 100%;
    padding: 25px 30px;
    min-height: 160px
}

.service .catalog-items .item-info .info-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 6px
}

.service .catalog-items .item-info p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 10px
}

.service .catalog-items .item-info .price {
    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;
    font-size: 16px;
    line-height: 22px;
    margin-top: 13px
}

.service .catalog-items .item-info .price:before {
    content: '';
    width: 32px;
    height: 4px;
    background: #73f1d9;
    margin-right: 19px
}

.service .catalog-items .item-big {
    width: 100%;
    position: relative
}

.service .catalog-items .item-big .item-info {
    background: url(../img/item-big-bg.png) no-repeat;
    max-width: 430px;
    width: 100%;
    margin: 50px 0 0 30px;
    padding: 34px 70px 34px 40px
}

.service .catalog-items .item-big .item-info .info-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px
}

.service .catalog-items .item-big .item-info p {
    font-style: normal;
    line-height: 24px
}

.service .catalog-items .item-big .item-info .price {
    margin-top: 18px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.service .catalog-items .item-big .item-info .price:before {
    margin-top: 9px;
    max-width: 32px;
    width: 100%
}

.service .catalog-items .item-big img {
    position: absolute;
    right: 0;
    top: 0
}

.quiz {
    padding: 74px 0;
    position: relative
}

.quiz .triangle-2 {
    position: absolute;
    left: -8px;
    top: 0;
    background: url(../img/triangle-2.png);
    width: 644px;
    height: 1464px;
    z-index: -1
}

.quiz .quiz-block {
    margin-top: 7px;
    width: 100%
}

.quiz .quiz-block .question-block {
    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;
    margin-top: 60px
}

.quiz .quiz-block .question-block .block {
    margin: 0 35px
}

.quiz .quiz-block .question-block .block label {
    cursor: pointer
}

.quiz .quiz-block .question-block .block-title {
    font-size: 42px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: -7px 0 0 -3px
}

.quiz .quiz-block .question-block .block .radio-label {
    display: block;
    margin: 0 -15px;
    text-align: center;
}

.quiz .quiz-block .question-block .block .radio {
    margin: 3px 0 0
}

.quiz .quiz-block .btn-block {
    margin: 57px auto 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
}

.quiz .quiz-block .btn-block div {
    margin: 0
}

.quiz .quiz-block .main-btn {
    max-width: 350px;
    width: 100%;
    min-height: 60px;
    max-height: 60px;
    height: 100%;
    line-height: 60px;
    position: relative;
    cursor: pointer
}

.quiz .quiz-block .main-btn:after {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    right: -26px;
    top: 29px;
    background: #000
}

.quiz .quiz-block .back-btn {
    font-weight: 700;
    font-size: 18px;
    background: #fff;
    max-width: 225px;
    width: 100%;
    min-height: 60px;
    max-height: 60px;
    height: 100%;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    color: #8a8a8a;
    text-align: center
}

.quiz .quiz-block .back-btn:before {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    left: 11px;
    top: 29px;
    background: #8a8a8a
}

.quiz .quiz-block .step {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #8a8a8a;
    font-weight: 300;
    font-style: italic;
    margin: 11px 0 0;
    letter-spacing: .2px
}

.quiz .quiz-block .block.pm-block {
    margin: 0 !important;
    width: 100%
}

.quiz .quiz-block .block.pm-block input {
    display: block;
    margin: 10px auto 0;
    max-width: 650px;
    width: 100%;
    height: 100px;
    font-size: 40px;
    font-weight: 700;
    padding-left: 0;
    text-align: center;
    text-transform: uppercase
}

.quiz .quiz-block .block.pm-block .plus-minus {
    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;
    max-width: 463px;
    width: 100%;
    margin: 28px auto 51px
}

.quiz .quiz-block .block.pm-block .plus-minus .minus {
    cursor: pointer;
    max-width: 40px;
    width: 100%;
    height: 40px;
    background: url(../img/minus.png) no-repeat
}

.quiz .quiz-block .block.pm-block .plus-minus .plus {
    cursor: pointer;
    max-width: 40px;
    width: 100%;
    height: 40px;
    background: url(../img/plus.png) no-repeat
}

.quiz .quiz-block .block.pm-block .plus-minus .pm {
    text-align: center;
    font-size: 100px;
    line-height: 95px;
    font-weight: 700;
    color: #c5c5c5;
    border-bottom: 2px solid;
    margin: 0 27px;
    max-width: 135px;
    width: 100%
}

.quiz .quiz-block .block.pm-block .plus-minus .cm {
    font-size: 60px;
    line-height: 40px;
    font-weight: 700;
    color: #c5c5c5;
    margin: 28px 0 0 46px
}

.quiz .quiz-block .block-mini-title {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    margin: -11px 0 0
}

.quiz .quiz-block .send-block {
    margin-top: 59px
}

.quiz .quiz-block .send-block input {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 10px;
    min-height: 60px;
    padding-left: 70px
}

.quiz .quiz-block .send-block .or {
    text-align: center;
    margin-bottom: 10px;
}

.quiz .quiz-block .send-block .send-wa {
    background: url(../img/i1.png) 12px 8px no-repeat
}

.quiz .quiz-block .send-block .send-call {
    background: url(../img/i2.png) 25px 18px no-repeat
}

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

.quiz .quiz__montag input {
    display: none !important;
}

.quiz .quiz__montag input:checked+label::before {
    background: #73f1d9;
}

.quiz .quiz__montag label {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.quiz .quiz__montag label::before {
    content: '';
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #d3d3d3;
    background: #fff;
    box-shadow: inset 0 0 0 3px #fff;
}

.expert {
    padding: 72px 0 94px;
    position: relative
}

.expert .partner {
    margin: 20px 0 0
}

.expert .partner img {
    margin-right: 27px;
    display: inline-block !important
}

.expert .slider-block {
    width: 100%;
    position: relative;
    margin-top: 44px;
    z-index: 2;
}

.expert .slider-block .item {
    position: relative
}

.expert .slider-block .item .row {
    position: relative
}

.expert .slider-block .item-block {
    width: 100%;
    overflow: hidden
}

.expert .slider-block .item-block .image {
    position: absolute;
    top: 20px;
    right: 0;
    overflow: hidden;
    z-index: -1;
    -webkit-transform: translateX(351px) translateY(0);
    -ms-transform: translateX(351px) translateY(0);
    transform: translateX(351px) translateY(0)
}

.expert .slider-block .item-block .image img {
    margin-left: -9px
}

.expert .slider-block .item-block .item-info {
    z-index: 5;
    width: 100%;
    max-width: 600px;
    margin-top: -5px
}

.expert .slider-block .item-block .item-info:before {
    content: none;
    position: absolute;
    width: 1283px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-361px);
    -ms-transform: translateX(-361px);
    transform: translateX(-361px);
    background: url(../img/slider-2/bg.png) right 64px no-repeat
}

.expert .slider-block .item-block .item-info .item-content {
    z-index: 1;
    position: relative;
    padding: 11px 0 0
}

.expert .slider-block .item-block .item-info .item-content .info-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 780px
}

.expert .slider-block .item-block .item-info .item-content .info-header .info-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #a3a3a3;
    max-width: 275px;
    width: 100%
}

.expert .slider-block .item-block .item-info .item-content .info-header .info-title span:before {
    height: 12px
}

.expert .slider-block .item-block .item-info .item-content .info-header .advantages {
    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;
    margin: 6px 6px 0 10px;
}

.expert .slider-block .item-block .item-info .item-content .info-header .advantages .advantage {
    margin-right: 20px;
}

.expert .slider-block .item-block .item-info .item-content .info-header .advantages .advantage:last-child {
    margin-right: 0;
}

.expert .slider-block .item-block .item-info .item-content .info-header .advantages .advantage .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

.expert .slider-block .item-block .item-info .item-content .info-header .advantages .advantage .num {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    position: relative;
    margin-top: 5px
}

.expert .slider-block .item-block .item-info .item-content .info-header .advantages .advantage .num:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 10px;
    left: 0;
    bottom: 5px;
    background: #73f1d9;
    z-index: -1
}

.expert .slider-block .item-block .item-info .item-content .info-header .advantages .advantage .num span {
    font-size: 24px
}

.expert .slider-block .item-block .item-info .item-content .info-header .advantages .advantage .num span:after {
    content: none
}

.expert .slider-block .item-block .item-info .item-content .info-main {
    padding-top: 29px;
    width: 100%;
    max-width: 725px
}

.expert .slider-block .item-block .item-info .item-content .info-main .info-title {
    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;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #aaa
}

.expert .slider-block .item-block .item-info .item-content .info-main .info-title:before {
    content: '';
    background: #73f1d9;
    width: 30px;
    height: 4px;
    margin-right: 15px
}

.expert .slider-block .item-block .item-info .item-content .info-main p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    padding-right: 45px;
    letter-spacing: -.15px
}

.expert .slider-block .item-block .item-info .item-content .info-main p span {
    color: #000;
    font-weight: 600;
    position: relative
}

.expert .slider-block .item-block .item-info .item-content .info-main p span:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 12px;
    background: #73f1d9;
    z-index: -1
}

.expert .slider-block .item-block .item-info .item-content span {
    color: #000;
    position: relative
}

.expert .slider-block .item-block .item-info .item-content span:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 12px;
    background: #73f1d9;
    z-index: -1
}

.expert .navi {
    position: relative
}

.expert .navi .slider-nav {
    position: absolute;
    bottom: -4px;
    right: 196px;
    z-index: 1
}

.expert .navi .slider-nav .slider-navigation2 {
    position: relative
}

.expert .navi .slider-nav .slider-navigation2:after {
    content: '';
    position: absolute;
    right: -31px;
    top: 20px;
    width: 128px;
    height: 1px;
    background: #000
}

.expert .navi .slider-nav .slick-arrow {
    position: absolute;
    left: 0;
    width: 29px;
    height: 16px;
    border: none;
    background: url(../img/sprite.png) -52px 0 no-repeat
}

.expert .navi .slider-nav .slick-next {
    top: -16px
}

.expert .navi .slider-nav .slick-prev {
    bottom: -57px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.expert .navi .slider-nav .pagingInfo2 {
    position: absolute;
    right: 114px;
    top: 11px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px
}

.expert .navi .slider-nav .pagingInfo2 span {
    padding: 0 4px
}

.expert .navi .slider-nav .pagingInfo2 .current-slide {
    font-size: 24px;
    font-weight: 700
}

.design {
    margin-top: -10px;
    padding: 73px 0 53px;
    background: #f7f7f7;
    position: relative
}

.design .triangle-3 {
    background: url(../img/triangle-3.png);
    width: 633px;
    height: 1583px;
    position: absolute;
    right: -9px;
    top: -200px;
    z-index: 0
}

.design-block {
    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;
    position: relative;
    margin-top: 58px
}

.design-block .design-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 7px;
    height: 527px
}

.design-block .design-steps .step-line {
    max-width: 1px;
    width: 100%;
    height: 100%;
    max-height: 500px;
    background: #000;
    position: relative
}

.design-block .design-steps .step-line .step-active {
    position: absolute;
    left: -1px;
    top: 0;
    height: 48px;
    width: 4px;
    background: #a3f1d9
}

.design-block .design-steps .step-line .step-active:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 9px;
    height: 30px;
    width: 15px;
    background: url(../img/sprite.png) -85px 0
}

.design-block .design-steps .steps {
    margin-left: 75px
}

.design-block .design-steps .steps .step {
    cursor: default;
    margin-bottom: 48px
}

.design-block .design-steps .steps .step:nth-child(2) {
    margin-bottom: 75px
}

.design-block .design-steps .steps .step:last-child {
    margin-bottom: 0
}

.design-block .design-steps .steps .step-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.design-block .design-steps .steps .step-header .num {
    font-size: 68px;
    line-height: 48px;
    color: #c9c9c9;
    font-weight: 500;
    position: relative;
    max-width: 119px;
    width: 100%
}

.design-block .design-steps .steps .step-header .num:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 4px;
    background: #c9c9c9
}

.design-block .design-steps .steps .step-header .step-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 18px
}

.design-block .design-steps .steps .step .text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin: 19px 0 0
}

.design-block .design-steps .steps .step .file-upload {
    margin: 8px 0 0 2px
}

.design-block .design-steps .steps .step .no-design {
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
    color: #c9c9c9;
    font-weight: 300;
    padding-left: 35px;
    cursor: pointer
}

.design-block .image-block {
    background: #fff url(../img/design-bg.png) center no-repeat;
    -webkit-box-shadow: 0 6px 40.29px 10.71px rgba(0, 0, 0, .03);
    box-shadow: 0 6px 40.29px 10.71px rgba(0, 0, 0, .03);
    max-width: 712px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    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;
    position: relative
}

.design-block .image-block img {
    width: 100%
}

.design-block .image-block .main-btn {
    font-size: 24px;
    max-width: 430px;
    width: 100%
}

.design-block .image-block .load-status {
    position: absolute;
    bottom: 79px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #c9c9c9;
    text-decoration: underline;
    cursor: pointer
}

.guarantee {
    padding: 75px 0 48px;
    background: #fff;
    z-index: 2;
    position: relative;
}

.guarantee .attention {
    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;
    margin: 17px auto 54px;
    max-width: 624px;
    width: 100%
}

.guarantee .attention-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-left: 22px
}

.guarantee .attention .icon {
    max-width: 36px;
    width: 100%
}

.guarantee-block {
    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;
}

.guarantee-block .guarantee-item {
    width: 100%;
    max-width: 580px;
    position: relative;
    margin-bottom: 38px
}

.guarantee-block .guarantee-item img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.guarantee-block .guarantee-item .guarantee-text {
    margin: 34px 0 0
}

.guarantee-block .guarantee-item .guarantee-text .guarantee-title {
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0
}

.guarantee-block .guarantee-item .guarantee-text .guarantee-title span {
    position: relative
}

.guarantee-block .guarantee-item .guarantee-text .guarantee-title span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    background: #73f1d9;
    z-index: -1
}

.guarantee-block .guarantee-item .guarantee-text .guarantee-plus {
    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;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #a3a3a3;
    margin-top: 12px
}

.guarantee-block .guarantee-item .guarantee-text .guarantee-plus:before {
    content: '';
    width: 40px;
    height: 4px;
    background: #73f1d9;
    margin-right: 19px
}

.guarantee-block .guarantee-item .guarantee-subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
}

.guarantee-block .guarantee-item .guarantee-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
    letter-spacing: -.1px
}

.passport {
    position: relative;
    padding: 74px 0 80px;
    background: #f7f7f7
}

.passport .row {
    position: relative
}

.passport .triangle-4 {
    position: absolute;
    right: -9px;
    top: 298px;
    z-index: 2;
    -webkit-transform: translateX(351px);
    -ms-transform: translateX(351px);
    transform: translateX(351px)
}

.passport .desc,
.passport .post-title,
.passport .title {
    z-index: 3
}

.passport .slider-block {
    width: 100%;
    margin: 54px 0 0;
    position: relative
}

.passport .slider-block .passport-slider .item img {
    width: 100%;
    max-width: 908px;
    margin: 0 15px;
    display: block
}

.passport .passport-slider .slick-list {
    padding: 0 27.6% 0 14.6% !important;
}

.passport .slider-block .info-block {
    z-index: 3;
    max-width: 795px;
    position: absolute;
    width: 100%;
    top: -431px;
    right: -8px;
    background: url(../img/passport/bg.png) left top no-repeat;
    -webkit-transform: translateX(352px);
    -ms-transform: translateX(352px);
    transform: translateX(352px)
}

.passport .slider-block .info-block .info-slider .item {
    padding: 25px 153px
}

.passport .slider-block .info-block .info-slider .item .item-block {
    max-width: 290px;
    width: 100%
}

.passport .slider-block .info-block .info-slider .item .item-block p {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0
}

.passport .slider-block .info-block .info-slider .item .item-block .address {
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    margin-top: 5px;
}

.passport .slider-block .info-block .info-slider .item .item-block .address span {
    font-weight: 700;
}

.passport .slider-block .info-block .info-slider .item .item-block p:before {
    content: '';
    position: absolute;
    left: -59px;
    top: 9px;
    height: 4px;
    width: 40px;
    background: #73f1d9
}

.passport .slider-block .info-block .info-slider .item .item-block .info-name {
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    margin-top: 11px
}

.passport .slider-block .navi {
    position: relative
}

.passport .slider-block .slider-nav {
    z-index: 4;
    position: relative
}

.passport .slider-block .slider-nav .row {
    position: relative
}

.passport .slider-block .slider-nav .slider-navigation3 {
    position: absolute;
    right: 107px;
    top: -130px
}

.passport .slider-block .slider-nav .slider-navigation3:after {
    content: '';
    height: 90px;
    width: 1px;
    background: #000;
    position: absolute;
    top: 0;
    left: 36px
}

.passport .slider-block .slider-nav .slider-navigation3 .slick-arrow {
    background: url(../img/arrow.png) no-repeat;
    height: 29px;
    width: 16px;
    border: none
}

.passport .slider-block .slider-nav .slider-navigation3 .slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: -57px
}

.passport .slider-block .slider-nav .pagingInfo3 {
    position: absolute;
    right: -7px;
    top: -68px
}

.passport .slider-block .slider-nav .pagingInfo3 span {
    padding: 0 4px;
    font-size: 14px;
    font-weight: 300
}

.passport .slider-block .slider-nav .pagingInfo3 .current-slide {
    font-weight: 700;
    font-size: 24px
}

.accept {
    padding: 134px 0 100px;
    background: url(../img/a2-bg.png) center 79px no-repeat;
    position: relative
}

.accept .row {
    position: relative
}

.accept .fashion {
    position: absolute;
    max-width: 960px;
    width: 100%;
    right: -9px;
    top: 0;
    -webkit-transform: translateX(350px) translateY(-54px);
    -ms-transform: translateX(350px) translateY(-54px);
    transform: translateX(350px) translateY(-54px);
    z-index: 2;
    overflow: hidden
}

.accept .fashion img {
    width: 100%
}

.accept .row {
    padding-left: 27px
}

.accept-h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase
}

.accept-h1 {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 54px;
    font-weight: 700
}

.accept-h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 7px
}

.accept p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 28px 0 0 4px;
    letter-spacing: .4px;
    max-width: 360px;
    width: 100%
}

.accept .question {
    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;
    margin-left: 3px;
    cursor: pointer
}

.accept .question-icon {
    width: 22px;
    height: 22px;
    background: #73f1d9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    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
}

.accept .question-icon:after {
    content: '?';
    font-size: 15px;
    font-weight: 600
}

.accept .question-text {
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: .4px
}

.accept .form {
    margin: 23px 0 0 3px
}

.accept .form input {
    max-width: 390px;
    width: 100%
}

.accept .form .main-btn {
    display: block;
    margin-top: 44px;
    max-width: 315px;
    width: 100%;
    -webkit-box-shadow: 0 6px 11.7px 1.3px rgba(0, 0, 0, .04);
    box-shadow: 0 6px 11.7px 1.3px rgba(0, 0, 0, .04)
}

.accept .write-us {
    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;
    justify-content: center;
    max-width: 315px;
    width: 100%;
    margin: 10px 0 0;
}

.accept .write-us .icon-block {
    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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #14990a;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 10px;
}

.accept .write-us .icon-block--tg {
    background: linear-gradient(203.2deg, #37AEE2 21.67%, #1E96C8 70%);
}

.accept .write-us .write-text {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    margin-right: 19px;
    letter-spacing: 1.5px
}

.formula {
    background: #f7f7f7;
    padding: 73px 0 130px;
    position: relative
}

.formula .row {
    position: relative
}

.formula .slider-block {
    width: 100%;
    max-width: 975px;
    position: absolute;
    left: -8px;
    top: 228px;
    -webkit-transform: translateX(-352px);
    -ms-transform: translateX(-352px);
    transform: translateX(-352px)
}

.formula .slider-block .formula-slider {
    width: 100%
}

.formula .slider-block .slider-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 162px
}

.formula .slider-block .slider-bottom .check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 29px 0 0
}

.formula .slider-block .slider-bottom .check-text {
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 22px
}

.formula .slider-block .slider-bottom .check .icon {
    margin: 3px 16px 0 0
}

.formula .slider-nav {
    background: url(../img/nav-bg.png) 0 no-repeat;
    position: absolute;
    bottom: -26px;
    left: -146px;
    min-height: 119px;
    max-width: 170px;
    width: 100%;
    margin: -1px -45px 0 0
}

.formula .slider-nav .slider-navigation4 {
    position: relative;
    z-index: 5
}

.formula .slider-nav .slider-navigation4 .slick-arrow {
    position: absolute;
    top: 22px;
    right: 71px;
    border: none;
    width: 29px;
    height: 16px;
    background: url(../img/sprite.png) -52px 0 no-repeat
}

.formula .slider-nav .slider-navigation4 .slick-prev {
    top: 79px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.formula .slider-nav .pagingInfo4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    position: absolute;
    right: 55px;
    top: 49px
}

.formula .slider-nav .pagingInfo4 span {
    padding: 0 4px
}

.formula .slider-nav .pagingInfo4 .current-slide {
    font-size: 24px;
    font-weight: 700
}

.formula .main-block {
    z-index: 0;
    max-width: 585px;
    width: 100%;
    margin: 58px 0 0 auto;
    padding-left: 48px;
    position: relative
}

.formula .main-block .main-title {
    position: relative;
    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;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700
}

.formula .main-block .main-title:before {
    content: '';
    max-width: 4px;
    width: 100%;
    height: 70px;
    background: #73f1d9;
    margin-right: 30px
}

.formula .main-block .date {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    font-style: italic;
    margin-top: 8px
}

.formula .main-block .main-text {
    position: relative;
    padding: 73px 0 0
}

.formula .main-block .main-text:before {
    content: '';
    position: absolute;
    right: -67%;
    top: -14px;
    background: url(../img/formula/bg.png) no-repeat;
    width: 1125px;
    height: 504px;
    z-index: -1
}

.formula .main-block .main-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: -.1px
}

.formula .main-block .main-text p span {
    font-size: 34px;
    line-height: 24px;
    font-weight: 700;
    position: relative
}

.formula .main-block .main-text p span:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: -6px;
    background: #73f1d9
}

.formula .main-block .main-text .nums {
    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;
    margin-top: 57px
}

.formula .main-block .main-text .nums .num-block .num {
    font-size: 80px;
    line-height: 60px;
    font-weight: 800;
    color: #73f1d9;
    position: relative
}

.formula .main-block .main-text .nums .num-block .num:before {
    content: '';
    width: 29px;
    height: 4px;
    background: #73f1d9;
    position: absolute;
    top: -22px;
    left: 0
}

.formula .main-block .main-text .nums .num-block .num-text {
    font-size: 16px;
    line-height: 22px;
    margin-top: -12px;
    z-index: 2;
    position: relative
}

.smeta {
    padding: 98px 0 108px;
    background: url(../img/a2-bg.png) 42.5% top no-repeat;
    position: relative;
}

.smeta .row {
    padding-left: 28px;
    position: relative
}

.smeta .smeta-img {
    position: absolute;
    max-width: 100%;
    right: -9px;
    top: 0;
    -webkit-transform: translateX(351px) translateY(-98px);
    -ms-transform: translateX(351px) translateY(-98px);
    transform: translateX(351px) translateY(-98px);
    z-index: 2
}

.smeta .write-us {
    position: absolute;
    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;
    right: 308px;
    bottom: -61px
}

.smeta .write-us .write-text {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    margin-right: 19px;
    letter-spacing: 1.5px
}

.smeta .write-us .icon-block {
    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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    width: 34px;
    height: 34px
}

.smeta-title {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase
}

.smeta-desc {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 7px
}

.smeta p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin: 36px 0 0 4px;
    letter-spacing: .4px
}

.smeta p span {
    font-weight: 700;
    position: relative
}

.smeta p span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #73f1d9;
    z-index: -1
}

.smeta .file-upload {
    margin: 9px 0 0 2px
}

.smeta .main-btn {
    margin: 41px 0 0;
    max-width: 315px;
    width: 100%
}

.smeta .attention {
    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;
    margin-top: 51px
}

.smeta .attention-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    font-style: italic;
    padding-left: 20px
}

footer {
    position: relative;
    padding: 25px 0 0
}

footer #map {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 560px;
    height: 100%;
    z-index: 0
}

footer #map iframe {
    position: absolute;
    bottom: 0;
    height: 100%
}

footer .contacts {
    position: relative;
    padding: 99px 0 0;
    min-height: 666px;
    z-index: 1;
    max-width: 600px;
    width: 100%;
}

footer .contacts:before {
    content: '';
    position: absolute;
    left: -60%;
    top: 0;
    background: url(../img/footer-bg.png);
    width: 991px;
    height: 666px;
    z-index: -2;
}

footer .contacts .title {
    text-align: left;
    position: relative;
    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;
    font-size: 36px;
    color: #c9c9c9
}

footer .contacts .title:before {
    content: '';
    width: 40px;
    height: 4px;
    background: #73f1d9;
    margin-right: 17px
}

footer .contacts .phone-block {
    margin-top: 45px
}

footer .contacts .phone-block a {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 12px
}

footer .contacts .write-us {
    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
}

footer .contacts .write-us .write-text {
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    letter-spacing: 1.5px;
    margin-right: 18px
}

footer .contacts .write-us .icon-block {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #73f1d9;
    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;
    margin-right: 10px;
}

footer .contacts .write-us .icon-block--tg .icon {
    background: url('../img/tg-icon.svg') center / contain no-repeat;
    width: 20px;
    height: 20px;
}

footer .contacts .contacts-block {
    margin-top: 46px
}

footer .contacts .contacts-block .text-block {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: .4px;
    margin-bottom: 22px;
    max-width: 360px;
    width: 100%
}

footer .contacts .contacts-block .text-block a {
    text-decoration: underline
}

footer .contacts .studio {
    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;
    margin-top: 37px;
    cursor: pointer
}

footer .contacts .studio-text {
    color: #c9c9c9;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-right: 10px
}

@media not all and (pointer:coarse) {
    footer .contacts .studio:hover .studio-text {
        color: #000
    }

    footer .contacts .studio:hover .icon {
        background-position: -137px 0
    }
}

.top {
    cursor: pointer;
    z-index: 15;
    right: 50px;
    bottom: 50px;
    position: fixed;
    display: none;
    -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;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px
}

.top .top-text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c5c5c5
}

.fancybox-slide--html {
    padding: 0
}

.fancybox-close-small {
    position: absolute;
    right: 20em !important;
    top: 10em !important;
    width: 22px;
    height: 22px;
    background: url(../img/sprite.png) -87px -81px;
    z-index: 999
}

.fancybox-close-small svg {
    display: none
}

.modal {
    width: 100%;
    height: 100%;
    background: #fff url(../img/modal-bg.png) center right no-repeat
}

.modal .container {
    height: 100%
}

.modal .row {
    padding-left: 125px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal .row.flex-column {
    justify-content: center;
}

.modal-post {
    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;
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase
}

.modal-post:before {
    content: '';
    margin-right: 28px;
    width: 60px;
    height: 4px;
    background: #73f1d9
}

.modal-title {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 29px
}

.modal p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 38px
}

.modal form {
    display: block;
    margin: 50px 0 0;
    max-width: 440px;
    width: 100%
}

.modal form .form-group {
    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;
    align-items: center;
}

.modal form .form-group input[type=text],
.modal form .form-group input[type=email],
.modal form .form-group input[type=tel] {
    max-width: 200px;
    width: 100%;
    min-width: 150px
}

.modal form .main-btn {
    margin: 39px 0 0;
    max-width: 360px;
    width: 100%
}

.modal form .agree {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .1px;
    font-weight: 300;
    max-width: 360px;
    width: 100%;
    margin-top: 17px
}

.modal form .agree a {
    text-decoration: underline
}

#modal4 .modal-title {
    line-height: 80px;
}

.modal-last {
    max-width: 1061px;
    background: url('../img/modal-last-bg.jpg') center top no-repeat;
    padding: 52px 0;
    height: auto;
    display: none;
}

.modal-last.active {
    display: block;
}

.modal-last2 {
    background: url('../img/modal-last-bg1.jpg') center top no-repeat;
}

.modal-last .row {
    padding-left: 58px;
    display: block;
}

.modal-last .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 22px;
    height: 22px;
    background: url('../img/close.png');
    cursor: pointer;
}

.modal-last .modal-post::before {
    content: none
}

.modal-last .modal-post::after {
    content: '';
    margin-left: 28px;
    width: 60px;
    height: 4px;
    background: #73f1d9;
}

.modal-last .modal-title {
    font-size: 60px;
    line-height: 66px;
    margin-top: 11px;
}

.modal-last p {
    max-width: 430px;
    width: 100%;
    margin-top: 22px;
    letter-spacing: .25px;
    font-size: 18px;
    line-height: 28px;
}

.modal-last p span {
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.modal-last form {
    margin: 17px 0 0;
}

.modal-last .counter {
    font-size: 20px;
    line-height: 30px;
    margin-top: 13px;
}

.modal-last p span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #73f1d9;
    z-index: -1;
}

.modal-last form .main-btn {
    margin: 22px 0 0;
}

.modal-last .fancybox-close-small {
    right: 30px !important;
    top: 30px !important;
}

#ouibounce-modal {
    z-index: 999;
}

#ouibounce-modal .modal {
    width: 100% !important;
    height: auto !important;
}

.mob {
    display: none !important
}

.or {
    font-size: 16px;
    line-height: 22px;
    padding: 0 15px
}

.wa-input {
    padding-left: 45px;
    position: relative;
}

.wha {
    position: relative;
}

.wha input {
    padding-left: 50px !important;
}

.wha .icon-waa {
    background: url('../img/wa-icon.png');
    width: 24px;
    height: 24px;
    position: absolute;
    left: 19px;
    top: 11px;
}

@media (max-width:1619.98px) {
    .quiz .triangle-2 {
        left: -100px
    }

    .design .triangle-3 {
        right: -200px
    }

    .quiz .triangle-2 {
        left: -170px
    }
}

@media (max-width:1459.98px) {
    .service .triangle {
        width: 29%
    }

    .quiz .triangle-2 {
        left: -190px
    }

    .quiz .navi .slider-nav {
        bottom: 150px
    }

    .design .triangle-3 {
        top: -225px;
        right: -18em
    }

    .accept .row {
        padding-left: 0
    }

    header .menu {
        margin-left: 0
    }

    .service .triangle {
        width: 24%
    }

    .quiz .triangle-2 {
        left: -320px
    }
}

@media (max-width:1199.98px) {
    .promo .main-header .left {
        padding-left: 0
    }

    .promo .main-header .left h1 span {
        font-size: 70px;
        line-height: 70px
    }

    .promo .main-header .bottom-block .advantages {
        margin-left: 30px
    }

    .promo .main-header .bottom-block .advantages .advantage {
        margin-right: 15px
    }

    .promo .main-header .bottom-block .slider-nav .slider-navigation {
        right: 110px
    }

    .promo .main-header .bottom-block .slider-nav .slider-navigation:before {
        width: 39px
    }

    .service .catalog-items {
        -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
    }

    .service .catalog-items .item {
        margin-left: 15px;
        margin-right: 15px;
    }

    .service .catalog-items .item-info {
        margin: -58px auto 0
    }

    .quiz .triangle-2 {
        left: -420px
    }

    .expert {
        padding-bottom: 90px
    }

    .expert .partner {
        text-align: center
    }

    .expert .slider-block .item-block .image {
        position: relative;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100%
    }

    .expert .slider-block .item-block .image img {
        display: block;
        margin: 0 auto;
        width: 100%
    }

    .expert .slider-block .item-block .item-info:before {
        content: none
    }

    .expert .slider-block .item-block .item-info .item-content {
        padding-left: 45px;
        padding-right: 45px
    }

    .expert .slider-block .item-block .item-info .item-content .info-header {
        max-width: 100%
    }

    .expert .slider-block .item-block .item-info .item-content .info-main {
        max-width: 100%
    }

    .expert .navi .slider-nav {
        bottom: 00px
    }

    .design {
        padding-bottom: 120px
    }

    .design .triangle-3 {
        display: none
    }

    .design .design-steps .steps {
        margin-left: 35px
    }

    .design .design-block .image-block {
        max-width: 612px
    }

    .guarantee .guarantee-block .guarantee-item {
        max-width: 50%;
        padding: 0 10px;
    }

    .guarantee .guarantee-block .guarantee-item img {
        width: 100%;
    }

    .formula .slider-block {
        -webkit-transform: translateX(-490px);
        -ms-transform: translateX(-490px);
        transform: translateX(-490px)
    }

    .formula .slider-block .slider-bottom {
        padding-right: 165px
    }

    .formula .slider-block .slider-bottom .check {
        max-width: 300px;
        width: 100%;
        margin-top: 10px
    }

    .formula .slider-block .slider-bottom .check .icon {
        max-width: 30px;
        width: 100%
    }

    .formula .main-block {
        max-width: 530px
    }

    .formula .main-block .main-text:before {
        right: -90%
    }

    .formula .main-block .main-text .nums {
        margin-top: 10px
    }

    .formula .main-block .main-text .nums .num-block .num {
        font-size: 50px;
        line-height: 50px
    }

    .formula .main-block .main-text .nums .num-block .num:before {
        top: -5px
    }

    .formula .slider-nav {
        bottom: -53px;
        left: -127px
    }

    .accept .fashion {
        -webkit-transform: translateX(480px) translateY(-54px);
        -ms-transform: translateX(480px) translateY(-54px);
        transform: translateX(480px) translateY(-54px)
    }

    .smeta .smeta-img {
        -webkit-transform: translateX(480px) translateY(-68px);
        -ms-transform: translateX(480px) translateY(-68px);
        transform: translateX(480px) translateY(-68px)
    }

    .quiz .quiz-block .question-block .block {
        margin: 0 15px;
    }

    .quiz .quiz-block .question-block .block img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width:991.98px) {
    .passport .passport-slider .slick-list {
        padding: 0 !important;
    }

    .dp {
        display: none !important
    }

    .mob {
        display: block
    }

    .design .triangle-3,
    .passport .triangle-4,
    .quiz .triangle-2,
    .service .triangle {
        display: none
    }

    header .contacts {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    header .contacts .mail {
        display: none
    }

    header .contacts .call {
        justify-content: center
    }

    header .contacts .call a {
        display: block;
        margin-left: 0;
        font-size: 16px
    }

    header .contacts .call .call-wa {
        margin: 0 14px 0 0
    }

    header .contacts .call-text {
        display: block;
        font-size: 13px;
        margin-right: 7px
    }

    header .contacts .call .icon-block {
        max-width: 44px;
        margin-right: 15px;
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }

    .title {
        width: 100%
    }

    .post-title:after,
    .post-title:before {
        content: none
    }

    .fixed {
        display: none
    }

    .promo {
        background-position: right top
    }

    .promo .slider-nav {
        display: none
    }

    .promo .slider {
        display: none
    }

    .promo .main-header h1 {
        text-align: center
    }

    .promo .main-header .left h2 {
        max-width: none;
        text-align: center;
    }

    .promo .main-header .advantages {
        margin-top: 25px
    }

    .promo .main-header .mob {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-left: 0;
    }

    .promo-float {
        display: none;
    }

    .promo .main-header .left .main-btn {
        display: block;
        margin: 25px auto 0
    }

    .promo .main-header .bottom-block {
        margin-top: 5px;
        width: 100%
    }

    .promo .main-header .bottom-block .location {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding-left: 15px
    }

    .service {
        padding: 70px 0 25px
    }

    .service .catalog {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .service .catalog .catalog-list {
        padding: 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 25px
    }

    .service .catalog .catalog-list:before {
        content: none
    }

    .service .catalog .catalog-list ul {
        display: none;
        position: absolute;
        width: 100%;
        top: 59px;
        background: #fff;
        padding: 0 25px
    }

    .service .catalog .catalog-list ul li a {
        font-size: 16px
    }

    .service .catalog .catalog-list ul .active {
        background: #fff
    }

    .service .catalog .catalog-list ul .active:after,
    .service .catalog .catalog-list ul .active:before {
        content: none
    }

    .service .catalog .catalog-list ul .active a {
        color: #8a8a8a
    }

    .service .catalog .catalog-list ul .active a:before {
        content: none
    }

    .service .catalog .catalog-current {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -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;
        padding: 15px 25px;
        background: #73f1d9;
        cursor: pointer
    }

    .service .catalog .catalog-current .text {
        font-size: 16px;
        font-weight: 700
    }

    .service .catalog .catalog-items {
        margin-top: 25px
    }

    .service .catalog .catalog-items .item {
        text-align: center;
        width: 100%;
        margin: 0 auto 20px
    }

    .service .catalog-items .item .sec-btn {
        right: 35px
    }

    .service .catalog .catalog-items .item img {
        margin-left: 0
    }

    .service .catalog .catalog-items .item .item-info {
        margin-top: 0;
        background: 0 0;
        min-height: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .service .catalog .catalog-items .item .item-info .info-title {
        text-align: left
    }

    .service .catalog .catalog-items .item-big img {
        position: relative
    }

    .service .catalog .catalog-items .item-big .item-info {
        margin: 0;
        max-width: 100%;
        padding: 34px 35px
    }

    .service .catalog .catalog-items .item-big .item-info p {
        text-align: left
    }

    .service .catalog .catalog-items .item-big .item-info .price {
        text-align: left
    }

    .quiz {
        padding: 45px 0
    }

    .quiz .quiz-block {
        margin-top: 15px
    }

    .quiz .quiz-block .question-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .quiz .quiz-block .question-block .block {
        width: 100%;
        margin: 15px auto 0;
        text-align: center
    }

    .quiz .quiz-block .question-block .block img {
        margin: 0 auto;
        display: block
    }

    .expert .slider-block .item-block .item-info {
        margin-top: 25px;
        max-width: 100%;
    }

    .expert .slider-block .item-block .item-info .item-content .info-header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .expert .slider-block .item-block .item-info .item-content .info-header .advantages {
        margin: 15px 0 0
    }

    .expert .slider-block .item-block .item-info .item-content .info-header .advantages .advantage {
        margin: 0 55px 0 0
    }

    .design {
        padding-bottom: 40px
    }

    .design-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .design-block .image-block {
        margin-top: 30px
    }

    .guarantee .attention {
        padding: 0 15px;
        margin-bottom: 0;
        margin-top: 25px;
    }

    .guarantee .guarantee-block {
        margin-top: 25px
    }

    .guarantee .guarantee-block .guarantee-item {
        margin-top: 25px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .guarantee .guarantee-block .guarantee-item img {
        width: 100%;
        display: block;
        margin: 0 auto
    }

    .guarantee .guarantee-block .guarantee-item .guarantee-text {
        margin-left: 15px
    }

    .passport .slider-block .passport-slider .item {
        margin: 0;
        max-width: 100%
    }

    .passport .slider-block .passport-slider .item img {
        max-width: 100%;
        margin: 0
    }

    .passport .slider-block .info-block {
        background: #fff;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        max-width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .accept {
        padding: 45px 0;
        background: #fff
    }

    .accept .fashion {
        margin-top: 25px;
        top: 0;
        right: 0;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .accept .write-us {
        margin-top: 25px;
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .formula {
        padding: 55px 0
    }

    .formula .formula-block {
        width: 100%;
        padding-top: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .formula .slider-block {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .formula .slider-block .slider-nav {
        left: auto;
        right: 0;
        bottom: -43px
    }

    .formula .slider-block .item img {
        width: 100%
    }

    .formula .slider-block .slider-bottom {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 0
    }

    .formula .slider-block .slider-bottom .check {
        max-width: 100%;
        width: 100%
    }

    .formula .slider-nav {
        margin: 0
    }

    .formula .main-block {
        max-width: 100%;
        padding-left: 0
    }

    .formula .main-block .main-text {
        margin-top: 10px;
        background: #fff;
        padding: 35px 25px
    }

    .formula .main-block .main-text:before {
        content: none
    }

    .smeta {
        padding: 75px 0 35px;
        background-position: center top
    }

    .smeta .smeta-img {
        right: 0;
        top: 0;
        position: relative;
        margin-top: 25px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .smeta .write-us {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px
    }

    footer .contacts {
        padding: 35px 0;
        background: #fff;
        min-height: 100%
    }

    footer .contacts:before {
        content: none
    }

    footer #map {
        position: relative;
        min-height: 250px
    }

    footer #map iframe {
        height: 100%
    }

    .modal {
        background-position: left center
    }

    #ouibounce-modal {
        display: none !important;
    }

    .fancybox-close-small {
        right: 30px !important;
        top: 30px !important
    }

    .modal-title {
        margin-top: 15px;
        font-size: 60px;
        line-height: 60px
    }

    .modal-last .row {
        padding-left: 0;
    }

    .modal-last .container {
        max-width: 100%;
    }
}

@media (max-width:767.98px) {
    header .contacts {
        margin-top: 15px;
    }

    .title {
        font-size: 24px;
        line-height: 28px
    }

    .post-title {
        font-size: 21px;
        line-height: 24px
    }

    .desc {
        font-size: 16px;
        line-height: 19px;
        padding: 0 15px
    }

    header {
        padding: 25px 15px 0
    }

    header .menu {
        margin-left: 0;
        position: absolute;
        top: 20px;
        right: 15px
    }

    header .menu .menu-text {
        display: none;
    }

    .promo {
        padding-top: 140px;
        padding-bottom: 60px
    }

    .promo .main-header .left h1 {
        font-size: 24px;
        line-height: 28px
    }

    .promo .main-header .left h1 span {
        font-size: 36px;
        line-height: 42px
    }

    .promo .main-header .advantages {
        margin-left: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .promo .main-header .advantages .advantage {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        margin: 15px auto 0
    }

    .service .catalog .catalog-items .item img {
        width: 100%
    }

    .service .catalog .catalog-items .item .item-info {
        padding: 15px
    }

    .service .catalog-items .item .sec-btn {
        right: 20px
    }

    .expert .slider-block .item-block .image img {
        width: 100%
    }

    .expert .slider-block .item-block .item-info:before {
        content: none
    }

    .expert .slider-block .item-block .item-info .item-content {
        padding: 25px
    }

    .expert .slider-block .item-block .item-info .item-content .info-header .advantages {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .expert .slider-block .item-block .item-info .item-content .info-header .advantages .advantage {
        margin: 25px 0 0
    }

    .expert .slider-block .item-block .item-info .item-content .info-main p {
        padding-right: 0
    }

    .expert .navi .slider-nav {
        right: 100px
    }

    .design-block .design-steps {
        height: 100%
    }

    .design-block .design-steps .step-line {
        display: none
    }

    .design-block .design-steps .steps {
        margin: 0 25px
    }

    .design-block .image-block {
        height: 350px;
        -webkit-background-size: cover;
        background-size: cover;
        display: block;
        text-align: center
    }

    .design-block .image-block .main-btn {
        font-size: 18px;
        line-height: 21px;
        max-width: 250px;
        width: 100%;
        margin: 135px auto 0
    }

    .design-block .image-block .load-status {
        text-align: center;
        width: 100%
    }

    .guarantee {
        padding-top: 45px;
        padding-bottom: 0;
    }

    .guarantee .guarantee-block .guarantee-item {
        max-width: 100%;
        margin-bottom: 0;
    }

    .quiz .quiz-block .main-btn::after {
        content: none;
    }

    .guarantee .guarantee-block .guarantee-item .num {
        display: none
    }

    .guarantee .guarantee-block .guarantee-item img {
        margin-bottom: 25px
    }

    .guarantee .guarantee-block .guarantee-item .guarantee-text {
        margin: 0;
        padding: 0 15px
    }

    .guarantee .guarantee-block .guarantee-item .guarantee-text .guarantee-title {
        font-size: 18px;
        line-height: 21px
    }

    .passport {
        padding-bottom: 20px
    }

    .passport .slider-block .passport-slider .item img {
        width: 100%
    }

    .passport .slider-block .info-block .info-slider .item {
        padding: 25px 35px
    }

    .passport .slider-block .info-block .info-slider .item .item-block .info-name {
        font-size: 24px;
        line-height: 28px
    }

    .passport .slider-block .slider-nav {
        padding-top: 25px
    }

    .passport .slider-block .slider-nav .slider-navigation3 {
        width: 100%;
        padding: 0 25px;
        position: relative;
        right: 0;
        top: 0;
        z-index: 5
    }

    .passport .slider-block .slider-nav .slider-navigation3 .slick-arrow {
        max-width: 16px;
        width: 100%
    }

    .passport .slider-block .slider-nav .slider-navigation3 .slick-next {
        right: 25px
    }

    .passport .slider-block .slider-nav .slider-navigation3:after {
        content: none
    }

    .passport .slider-block .slider-nav .pagingInfo3 {
        position: relative;
        right: 0;
        top: 0;
        text-align: center;
        width: 100%;
        margin-top: -35px
    }

    .accept {
        text-align: center;
        padding: 45px 15px
    }

    .accept .accept-h2 {
        font-size: 21px;
        line-height: 24px
    }

    .accept .accept-h1 {
        font-size: 28px;
        line-height: 36px
    }

    .accept .question {
        margin: 10px 0 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .accept .question-icon {
        display: none;
    }

    .accept .question-text {
        margin-left: 0;
    }

    .accept p {
        margin-left: 0;
    }

    .formula .slider-block {
        margin-top: 25px
    }

    .formula .slider-block .slider-nav {
        position: relative;
        bottom: 0;
        background: #73f1d9;
        max-width: 100%;
        text-align: center;
        z-index: 5
    }

    .formula .slider-block .slider-nav .slider-navigation4 .slick-arrow {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .formula .slider-block .slider-nav .pagingInfo4 {
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto
    }

    .formula .slider-block .formula-slider .item img {
        width: 100%
    }

    .formula .slider-block .slider-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .formula .slider-block .slider-bottom .check {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 15px
    }

    .formula .slider-block .slider-bottom .check .check-text {
        font-size: 14px;
        line-height: 16px
    }

    .formula .slider-block .slider-bottom .check .icon-check {
        max-width: 30px;
        width: 100%
    }

    .formula .slider-block .slider-bottom .slider-nav {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-left: auto
    }

    .formula .main-block {
        padding: 0 15px
    }

    .formula .main-block .main-text .nums {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .formula .main-block .main-text .nums .num-block {
        text-align: center;
        width: 100%;
        margin-bottom: 25px
    }

    .formula .main-block .main-text .nums .num-block .num:before {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    .formula .main-block .main-text .nums .num-block .num-text {
        margin-top: 0
    }

    .smeta {
        text-align: center;
        background: #fff
    }

    .smeta .row {
        padding-left: 0
    }

    .smeta .smeta-title {
        font-size: 28px;
        line-height: 32px
    }

    .smeta .smeta-desc {
        font-size: 18px;
        line-height: 21px
    }

    .smeta .file-upload {
        text-align: center;
        margin-left: 0
    }

    .smeta .file-upload .file-text {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .smeta .main-btn {
        margin: 45px auto 0
    }

    .smeta .attention .icon {
        max-width: 29px;
        width: 100%
    }

    .smeta .attention .attention-text {
        text-align: left;
        font-size: 14px;
        line-height: 16px
    }

    footer .contacts {
        padding: 25px 15px
    }

    footer .contacts .title {
        font-size: 24px;
        line-height: 28px
    }

    footer .contacts .phone-block a {
        font-size: 21px;
        line-height: 24px
    }

    .modal {
        padding: 25px;
        text-align: center
    }

    .modal .row {
        padding-left: 0;
        display: block
    }

    .modal .modal-post {
        font-size: 18px;
        line-height: 21px;
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .modal .modal-post:before {
        margin-right: 15px
    }

    .modal .modal-title {
        font-size: 26px;
        line-height: 30px;
    }

    #modal4 .modal-title,
    #modal5 .modal-title {
        line-height: 30px;
    }

    .or {
        margin: 10px 0;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .wha {
        max-width: 100%;
        width: 100%;
    }

    .modal p {
        margin-top: 25px;
        font-size: 16px;
        line-height: 19px
    }

    .modal p br {
        content: ' '
    }

    .modal p br:after {
        content: ' '
    }

    .modal form {
        margin-top: 25px
    }

    .modal form .form-group {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .modal form .form-group input[type=text],
    .modal form .form-group input[type=email],
    .modal form .form-group input[type=tel] {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px
    }

    .modal form .main-btn {
        margin-top: 15px
    }

    nav {
        height: 100%
    }

    nav .nav-block {
        padding: 25px;
        max-width: 100%
    }

    nav .nav-block ul {
        margin-bottom: 25px
    }

    nav .nav-block ul li {
        margin-bottom: 5px
    }

    nav .nav-block ul li a {
        font-size: 21px
    }

    .quiz {
        padding: 15px 0 55px;
    }

    .quiz .quiz-block .question-block {
        margin-top: 30px
    }

    .quiz .quiz-block .btn-block {
        margin-top: 25px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .quiz .quiz-block .send-block {
        margin-top: 15px
    }

    .quiz .quiz-block .send-block input {
        margin-bottom: 15px
    }

    .quiz .quiz-block .send-block input:last-child {
        margin-bottom: 0
    }

    .quiz .quiz-block .block {
        padding: 0 15px
    }

    .quiz .quiz-block .block.pm-block input {
        height: 60px;
        font-size: 18px;
        line-height: 24px
    }

    .quiz .quiz-block .block.pm-block .plus-minus {
        margin-bottom: 30px
    }

    .quiz .quiz-block .block.pm-block .plus-minus .pm {
        font-size: 60px;
        line-height: 55px
    }

    .quiz .quiz-block .block.pm-block .plus-minus .cm {
        font-size: 40px;
        line-height: 30px;
        margin: 10px 0 0 15px
    }

    .service .catalog-list ul li:hover a:before {
        content: none
    }

    .top {
        right: 10px;
        bottom: 10px
    }

    .modal-last .modal-post {
        text-align: center;
        display: block;
    }

    .modal-last .modal-post::after {
        content: none
    }

    .modal-last .or {
        margin: 0 0 10px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}