@charset "UTF-8";
.back-hod {
    margin-bottom: 20px;
}
.back-hod a{
    text-decoration: none;
    color: #2382A7;
    font-weight: 600;
}
.back-hod a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.vztov1-hodstroy {
    margin-top: 30px;
    margin-bottom: 40px;
}
.vztov1-hodstroy a{
    color: #2382A7;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}
.vztov1-hodstroy a:hover{
    text-decoration: none !important;
}

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

.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, visibility 0s .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, visibility;
    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/100% 100% no-repeat;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

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

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

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

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

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

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .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: dotted 1px
}

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

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: 1s linear infinite a;
    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 a {
    to {
        transform: rotate(1turn)
    }
}

.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: translateZ(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: scaleX(1)
}

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

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

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

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

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

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

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.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: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

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

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: 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: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

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

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

@media (max-width: 576px) {

    .fancybox-thumbs {
        width: 110px
    }

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

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

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

.tippy-box[data-animation=shift-away][data-state=hidden] {
    opacity: 0
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
    transform: translateY(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
    transform: translateY(-10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
    transform: translateX(10px)
}

.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
    transform: translateX(-10px)
}


.api-icon, .ui-textfield-icon {
    font-family: APIMediaIcons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-www:before {
    content: "⚪"
}

.icon-star:before {
    content: "\e94c"
}

.icon-warning:before {
    content: "\e94a"
}

.icon-gift-box:before {
    content: "\e946"
}

.icon-radio-thin-on:before {
    content: "\e944"
}

.icon-radio-thin-off:before {
    content: "\e945"
}

.icon-radio-off:before {
    content: "\e942"
}

.icon-radio-on:before {
    content: "\e943"
}

.icon-chevron-right:before {
    content: "\e923"
}

.icon-chevron-left:before {
    content: "\e924"
}

.icon-chevron-up:before {
    content: "\e925"
}

.icon-chevron-down:before {
    content: "\e926"
}

.icon-arrow-thin-up:before {
    content: "\e93e"
}

.icon-arrow-thin-right:before {
    content: "\e93f"
}

.icon-arrow-thin-down:before {
    content: "\e940"
}

.icon-arrow-thin-left:before {
    content: "\e941"
}

.icon-arrow-up:before {
    content: "\e911"
}

.icon-arrow-right:before {
    content: "\e910"
}

.icon-arrow-down:before {
    content: "\e913"
}

.icon-arrow-left:before {
    content: "\e912"
}

.icon-angle-top-thin:before {
    content: "\e90d"
}

.icon-angle-right-thin:before {
    content: "\e90c"
}

.icon-angle-down-thin:before {
    content: "\e90f"
}

.icon-angle-left-thin:before {
    content: "\e90e"
}

.icon-triangle-sharp-up:before {
    content: "\e906"
}

.icon-triangle-sharp-right:before {
    content: "\e909"
}

.icon-triangle-sharp-down:before {
    content: "\e908"
}

.icon-triangle-sharp-left:before {
    content: "\e907"
}

.icon-angle-up:before {
    content: "\e902"
}

.icon-angle-right:before {
    content: "\e904"
}

.icon-angle-down:before {
    content: "\e903"
}

.icon-angle-left:before {
    content: "\e905"
}

.icon-whatsapp:before {
    content: "\e933"
}

.icon-instagram-stroke:before {
    content: "\e92d"
}

.icon-viber:before {
    content: "\e934"
}

.icon-youtube:before {
    content: "\e92e"
}

.icon-instagram:before {
    content: "\e914"
}

.icon-twitter:before {
    content: "\e930"
}

.icon-vk:before {
    content: "\e915"
}

.icon-odnoklassniki:before {
    content: "\e936"
}

.icon-telegram:before {
    content: "\e94d"
}

.icon-facebook:before {
    content: "\e937"
}

.icon-to-cart:before {
    content: "\e93b"
}

.icon-timer:before {
    content: "\e938"
}

.icon-menu-button:before {
    content: "\e935"
}

.icon-magnifier:before {
    content: "\e932"
}

.icon-clock:before {
    content: "\e931"
}

.icon-photo-camera:before {
    content: "\e92f"
}

.icon-map-marker:before {
    content: "✔"
}

.icon-envelope:before {
    content: "@"
}

.icon-bars:before {
    content: "\e929"
}

.icon-edit:before {
    content: "\e927"
}

.icon-check:before {
    content: "\e92a"
}

.icon-check-2:before {
    content: "\e93d"
}

.icon-question-mark:before {
    content: "\e928"
}

.icon-checkbox-circle-active:before {
    content: "\e93a"
}

.icon-checkbox-active-filled:before {
    content: "\e922"
}

.icon-checkbox-active:before {
    content: "\e920"
}

.icon-checkbox:before {
    content: "\e921"
}

.icon-checkbox-square-on:before {
    content: "\e947"
}

.icon-checkbox-square-off:before {
    content: "\e948"
}

.icon-close-thin:before {
    content: "\e91f"
}

.icon-sort-by-attributes:before {
    content: "\e91a"
}

.icon-sliders:before {
    content: "\e91b"
}

.icon-tile:before {
    content: "\e91c"
}

.icon-tile-2:before {
    content: "\e91d"
}

.icon-tile-3:before {
    content: "\e91e"
}

.icon-tile-4:before {
    content: "\e94b"
}

.icon-ellipse:before {
    content: "\e919"
}

.icon-minus:before {
    content: "\e917"
}

.icon-plus:before {
    content: "\e918"
}

.icon-play:before {
    content: "\e916"
}

.icon-phone:before {
    content: "\260E"
}

.icon-profile:before {
    content: "\e90a"
}

.icon-close:before {
    content: "×";
    font-size: 60px;
}

.icon-close-thick:before {
    content: "\e93c"
}

.icon-magnifying-glass:before {
    content: "\e949"
}

.icon-search:before {
    content: "\e900"
}

.icon-search-large:before {
    content: "\e939"
}

/*!
 * Bootstrap Reboot v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::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%;
    -webkit-tap-highlight-color: transparent
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
    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
}
h2 a {
    text-decoration: none;
}

dl, ol, p, ul {
    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;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote, figure {
    margin: 0 0 1rem
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent
}

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

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

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

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

svg {
    overflow: hidden;
    vertical-align: middle
}

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 {
    border-radius: 0
}

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

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;
    cursor: pointer
}

[role=button], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], 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
}

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

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    height: 100%;
    width: 100%
}

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

.container-fluid {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.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-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}

.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;
    min-width: 0;
    max-width: 100%
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

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

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

.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.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

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

.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.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

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

.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.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

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

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

.offset-2 {
    margin-left: 16.6666666667%
}

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

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

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

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

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

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@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;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .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: 100%
    }

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

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

    .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.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

    .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.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

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

    .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.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

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

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

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@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;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .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: 100%
    }

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

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

    .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.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

    .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.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

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

    .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.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

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

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

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@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;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .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: 100%
    }

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

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

    .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.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

    .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.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

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

    .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.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

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

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

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

.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) {
    .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;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .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: 100%
    }

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

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

    .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.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

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

    .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.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

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

    .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.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

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

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

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }

    .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: 1440px) {
    .col-xxl {
        -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;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }

    .d-xxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.mt-5, .my-5 {
    margin-top: 2rem !important
}

.mr-5, .mx-5 {
    margin-right: 2rem !important
}

.mb-5, .my-5 {
    margin-bottom: 2rem !important
}

.ml-5, .mx-5 {
    margin-left: 2rem !important
}

.m-6 {
    margin: 3rem !important
}

.mt-6, .my-6 {
    margin-top: 3rem !important
}

.mr-6, .mx-6 {
    margin-right: 3rem !important
}

.mb-6, .my-6 {
    margin-bottom: 3rem !important
}

.ml-6, .mx-6 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.pt-5, .py-5 {
    padding-top: 2rem !important
}

.pr-5, .px-5 {
    padding-right: 2rem !important
}

.pb-5, .py-5 {
    padding-bottom: 2rem !important
}

.pl-5, .px-5 {
    padding-left: 2rem !important
}

.p-6 {
    padding: 3rem !important
}

.pt-6, .py-6 {
    padding-top: 3rem !important
}

.pr-6, .px-6 {
    padding-right: 3rem !important
}

.pb-6, .py-6 {
    padding-bottom: 3rem !important
}

.pl-6, .px-6 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -2rem !important
}

.mt-n5, .my-n5 {
    margin-top: -2rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -2rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -2rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -2rem !important
}

.m-n6 {
    margin: -3rem !important
}

.mt-n6, .my-n6 {
    margin-top: -3rem !important
}

.mr-n6, .mx-n6 {
    margin-right: -3rem !important
}

.mb-n6, .my-n6 {
    margin-bottom: -3rem !important
}

.ml-n6, .mx-n6 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 2rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 2rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 2rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 2rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 2rem !important
    }

    .m-sm-6 {
        margin: 3rem !important
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 3rem !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 3rem !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 3rem !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 2rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 2rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 2rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 2rem !important
    }

    .p-sm-6 {
        padding: 3rem !important
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 3rem !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 3rem !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 3rem !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -2rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -2rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -2rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -2rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -2rem !important
    }

    .m-sm-n6 {
        margin: -3rem !important
    }

    .mt-sm-n6, .my-sm-n6 {
        margin-top: -3rem !important
    }

    .mr-sm-n6, .mx-sm-n6 {
        margin-right: -3rem !important
    }

    .mb-sm-n6, .my-sm-n6 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n6, .mx-sm-n6 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 2rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 2rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 2rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 2rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 3rem !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 3rem !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 3rem !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 2rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 2rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 2rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 2rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .pt-md-6, .py-md-6 {
        padding-top: 3rem !important
    }

    .pr-md-6, .px-md-6 {
        padding-right: 3rem !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 3rem !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -2rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -2rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -2rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -2rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -2rem !important
    }

    .m-md-n6 {
        margin: -3rem !important
    }

    .mt-md-n6, .my-md-n6 {
        margin-top: -3rem !important
    }

    .mr-md-n6, .mx-md-n6 {
        margin-right: -3rem !important
    }

    .mb-md-n6, .my-md-n6 {
        margin-bottom: -3rem !important
    }

    .ml-md-n6, .mx-md-n6 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 2rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 2rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 2rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 2rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 3rem !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 3rem !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 3rem !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 2rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 2rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 2rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 2rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 3rem !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 3rem !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 3rem !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -2rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -2rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -2rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -2rem !important
    }

    .m-lg-n6 {
        margin: -3rem !important
    }

    .mt-lg-n6, .my-lg-n6 {
        margin-top: -3rem !important
    }

    .mr-lg-n6, .mx-lg-n6 {
        margin-right: -3rem !important
    }

    .mb-lg-n6, .my-lg-n6 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n6, .mx-lg-n6 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .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
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 2rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 2rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 2rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 2rem !important
    }

    .m-xl-6 {
        margin: 3rem !important
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 3rem !important
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 3rem !important
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 3rem !important
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 2rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 2rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 2rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 2rem !important
    }

    .p-xl-6 {
        padding: 3rem !important
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 3rem !important
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 3rem !important
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 3rem !important
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -2rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -2rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -2rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -2rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -2rem !important
    }

    .m-xl-n6 {
        margin: -3rem !important
    }

    .mt-xl-n6, .my-xl-n6 {
        margin-top: -3rem !important
    }

    .mr-xl-n6, .mx-xl-n6 {
        margin-right: -3rem !important
    }

    .mb-xl-n6, .my-xl-n6 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n6, .mx-xl-n6 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

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

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

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

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 2rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 2rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 2rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 2rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 2rem !important
    }

    .m-xxl-6 {
        margin: 3rem !important
    }

    .mt-xxl-6, .my-xxl-6 {
        margin-top: 3rem !important
    }

    .mr-xxl-6, .mx-xxl-6 {
        margin-right: 3rem !important
    }

    .mb-xxl-6, .my-xxl-6 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-6, .mx-xxl-6 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 2rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 2rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 2rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 2rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 2rem !important
    }

    .p-xxl-6 {
        padding: 3rem !important
    }

    .pt-xxl-6, .py-xxl-6 {
        padding-top: 3rem !important
    }

    .pr-xxl-6, .px-xxl-6 {
        padding-right: 3rem !important
    }

    .pb-xxl-6, .py-xxl-6 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-6, .px-xxl-6 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -2rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -2rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -2rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -2rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -2rem !important
    }

    .m-xxl-n6 {
        margin: -3rem !important
    }

    .mt-xxl-n6, .my-xxl-n6 {
        margin-top: -3rem !important
    }

    .mr-xxl-n6, .mx-xxl-n6 {
        margin-right: -3rem !important
    }

    .mb-xxl-n6, .my-xxl-n6 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n6, .mx-xxl-n6 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s;
    -o-transition: height .35s;
    transition: height .35s
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    font-family: APIMediaIcons;
    margin-left: 6px;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903"
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #1e2026;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, .25);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .25);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    font-family: APIMediaIcons;
    margin-left: 6px;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902"
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    font-family: APIMediaIcons;
    margin-left: 6px;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    vertical-align: 0
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    font-family: APIMediaIcons;
    margin-left: 6px;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2026;
    text-decoration: none;
    background-color: #d0d2da
}

.dropdown-item.active, .dropdown-item.active:hover, .dropdown-item:active, .dropdown-item:active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5a891d
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

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

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

@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }
    100% {
        opacity: 0
    }
}

.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    vertical-align: middle
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, .5)
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: #1E2026 dotted thin !important
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled, .bootstrap-select > .disabled {
    cursor: not-allowed
}

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
    outline: 0 !important
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: 0 !important
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, .5) !important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a:focus {
    outline: #1E2026 dotted thin !important
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    animation: .3s linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: " "
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: "";
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.sm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    -webkit-tap-highlight-color: transparent
}

.sm, .sm .menu__item, .sm .menu__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left
}

.sm-rtl, .sm-rtl .menu__item, .sm-rtl .menu__list {
    direction: rtl;
    text-align: right
}

.sm > .menu__item > h1, .sm > .menu__item > h2, .sm > .menu__item > h3, .sm > .menu__item > h4, .sm > .menu__item > h5, .sm > .menu__item > h6 {
    margin: 0;
    padding: 0
}

.sm .menu__list {
    display: none
}

.sm .menu__item, .sm .menu__link {
    position: relative
}

.sm .menu__link {
    display: block
}

.sm .menu__link.disabled {
    cursor: default
}

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

@media (min-width: 991.98px) {
    .sm, .sm .menu__item, .sm .menu__link {
        position: relative
    }

    .menu .menu__item.menu__item_state_desktop-hidden {
        display: none
    }
}

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

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

::-moz-selection {
    background-color: #3390ff;
    color: #fff
}

::selection {
    background-color: #3390ff;
    color: #fff
}

body {
    margin: 0;
    text-align: left;
    font-size: 16px;
    min-width: 320px;
    background-color: #fff;
    line-height: 1.5;
    font-family: Montserrat, arial, helvetica, courier, sans-serif;
    color: #1e2026;
    position: relative;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

body.locked {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0
}

main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

b, strong {
    font-weight: 700
}

input[type=email], input[type=password], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none
}

.container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1568px
}

@media (min-width: 1262px) {
    .container {
        padding-right: 2rem;
        padding-left: 2rem
    }
}

.fancybox-container {
    z-index: 99999999992
}

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

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

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

.img-responsive.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.img-lazy {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

.img-lazy.error, .img-lazy.loaded, .img-lazy.swiper-lazy-loaded {
    visibility: visible;
    opacity: 1
}

.img-lazy.error .ui-preloader, .img-lazy.error + .ui-preloader, .img-lazy.loaded .ui-preloader, .img-lazy.loaded + .ui-preloader, .img-lazy.swiper-lazy-loaded .ui-preloader, .img-lazy.swiper-lazy-loaded + .ui-preloader, [data-ll-status=loaded] + .ui-preloader {
    display: none
}

.ui-logo:active {
    position: relative;
    top: 1px
}

.text-center {
    text-align: center
}

.header-info__contact-link, .text-nowrap {
    white-space: nowrap
}

.text-accent {
    color: #3fadd7
}

.text-main {
    color: #83c82a
}

.text-white {
    color: #fff
}

.text-dark {
    color: #1e2026
}

.text-disabled {
    color: #888
}

.text-success {
    color: #709419
}

.text-error {
    color: #d70000
}

.text-warning {
    color: #eb7100
}

.table-responsive {
    overflow-x: auto
}

.strikethrough {
    position: relative
}

.strikethrough::after {
    content: "";
    width: calc(100% + 4px);
    height: 1px;
    background-color: #7a8196;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -2px
}

.product-details__title, .seo-section__title, .typography-h1 {
    font-size: 28px
}

@media (min-width: 992px) {
    .product-details__title, .seo-section__title, .typography-h1 {
        font-size: 28px
    }

    .typography-h2 {
        font-size: 24px
    }
}

.typography-h2 {
    font-size: 24px
}

.typography-h3 {
    font-size: 20px
}

@media (min-width: 992px) {
    .typography-h3 {
        font-size: 20px
    }

    .typography-h4 {
        font-size: 18px
    }
}

.typography-h4 {
    font-size: 18px
}

.typography-h5 {
    font-size: 16px
}

@media (min-width: 992px) {
    .typography-h5 {
        font-size: 16px
    }
}

.typography-h6 {
    font-size: 14px
}

.autocomplete-list__item, .info-contact__text, .typography-p, .typography-strong {
    font-size: 16px
}

.mini-cart-item__option, .typography-small {
    font-size: 13px
}

.autocomplete-list__city-region, .typography-very-small {
    font-size: 12px
}

.page-section {
    padding: 72px 0 0px 0;
}

.section-separator_top {
    margin-top: 32px
}

.section-separator_bottom {
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .page-section {
        padding: 104px 0 0 0;
    }

    .section-separator_top {
        margin-top: 64px
    }

    .section-separator_bottom {
        margin-bottom: 64px
    }
}

.section-title {
    margin-bottom: 32px
}

.currency-sign {
    font-family: Arial, -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, sans-serif
}

.h-abs-container {
    position: relative;
    width: 100%
}

.h-abs-container::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

.h-abs-container__image {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%
}

.h-abs-container__image_center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.portfolio-gallery__image-wrapper, .ratio {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block
}

.ratio__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%
}

.ratio__element_center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ratio_1x1 {
    padding-top: 100%
}

.ratio_3x4, .ratio_4x3 {
    padding-top: 75%
}

.ratio_16x9 {
    padding-top: 56.25%
}

.ratio_16x10 {
    padding-top: 62.5%
}

.ratio_21x9 {
    padding-top: 42.8571428571%
}

.ratio_432x313 {
    padding-top: 72.4537037037%
}

.ruble-sign {
    display: inline-block;
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures
}

.underline {
    position: relative;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

.underline:hover {
    text-decoration: none
}

.underline:hover::after {
    width: 100%;
    opacity: 1
}

.underline::after {
    position: absolute;
    content: "";
    width: 0;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #83c82a;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: 0
}

.underline.active::after {
    width: 100%;
    opacity: 1
}

.ttu {
    text-transform: uppercase
}

.fwb {
    font-weight: 700
}

.border-radius-default {
    border-radius: 8px
}

.desktop-nav__list-link, .footer__creator, .info-contact__text_link, .mega-menu-list__link, .reviews__link, .ui-link {
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    display: inline;
    cursor: pointer;
    color: #1e2026;
    background-color: transparent
}

.desktop-nav__list-link, .footer__creator, .info-contact__text_link, .mega-menu-list__link, .reviews__link, .ui-link, .ui-link:hover {
    color: inherit;
    text-decoration: none
}

.desktop-nav__list-link:focus, .footer__creator:focus, .info-contact__text_link:focus, .mega-menu-list__link:focus, .reviews__link:focus, .ui-link:focus {
    outline: 0
}

.footer__email, .footer__phone, .header-info__contact-link, .info-contact__text_link, .mega-menu-list__link, .mini-cart-item__link, .nav-panel__name-link, .ui-link_theme_default {
    color: #1e2026
}

.footer__email:focus, .footer__email:hover, .footer__phone:focus, .footer__phone:hover, .header-info__contact-link:focus, .header-info__contact-link:hover, .info-contact__text_link:focus, .info-contact__text_link:hover, .mega-menu-list__link:focus, .mega-menu-list__link:hover, .mini-cart-item__link:focus, .mini-cart-item__link:hover, .nav-panel__name-link:focus, .nav-panel__name-link:hover, .ui-link_theme_default:focus, .ui-link_theme_default:hover {
    color: #83c82a
}

.top-nav__link, .ui-link_theme_menu {
    color: #fff
}

.top-nav__link:focus, .top-nav__link:hover, .ui-link_theme_menu:focus, .ui-link_theme_menu:hover {
    color: #679e21
}

.info-contact__text_link_light, .ui-link_theme_light {
    color: #fff
}

.info-contact__text_link_light:focus, .info-contact__text_link_light:hover, .ui-link_theme_light:focus, .ui-link_theme_light:hover {
    color: #b3b7c3
}

.ui-link_theme_murky {
    color: #83c82a
}

.ui-link_theme_murky:focus, .ui-link_theme_murky:hover {
    color: #7a8196
}

.ui-link_theme_dark {
    color: #888
}

.ui-link_theme_dark:focus, .ui-link_theme_dark:hover, .ui-link_theme_main-only, .ui-link_theme_main-only:focus, .ui-link_theme_main-only:hover {
    color: #83c82a
}

.arrow-link {
    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;
    color: #3fadd7 !important
}

.arrow-link__icon {
    margin-left: 4px;
    margin-top: -4px
}

.arrow-link:hover {
    color: #2382a7 !important
}

.categories__button, .quickorder__button, .reviews-form__button, .reviews__button, .ui-button {
    position: relative;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -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;
    line-height: 1;
    border: none;
    max-width: 100%;
    border-radius: 4px;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: background-color, color, border-color, opacity;
    -o-transition-property: background-color, color, border-color, opacity;
    transition-property: background-color, color, border-color, opacity;
    font-weight: 700;
    font-size: 13px;
    height: 35px;
    padding: 0 16px
}

.categories__button, .quickorder__button, .reviews-form__button, .reviews__button, .ui-button, .ui-button:hover {
    text-decoration: none
}

.categories__button:hover, .quickorder__button:hover, .reviews-form__button:hover, .reviews__button:hover, .ui-button:hover {
    cursor: pointer
}

.categories__button:focus, .quickorder__button:focus, .reviews-form__button:focus, .reviews__button:focus, .ui-button:focus {
    outline: 0
}

.categories__button .ui-spinner, .quickorder__button .ui-spinner, .reviews-form__button .ui-spinner, .reviews__button .ui-spinner, .ui-button .ui-spinner {
    width: 30px;
    height: 30px
}

.hot-offer__btn, .quickorder__button, .reviews-form__button, .ui-button_theme_accent {
    background: #3fadd7;
    color: #1e2026
}

.hot-offer__btn:focus, .hot-offer__btn:hover, .quickorder__button:focus, .quickorder__button:hover, .reviews-form__button:focus, .reviews-form__button:hover, .ui-button_theme_accent:focus, .ui-button_theme_accent:hover {
    background: #2793bc;
    color: #1e2026
}

.hot-offer__btn .ui-spinner, .quickorder__button .ui-spinner, .reviews-form__button .ui-spinner, .ui-button_theme_accent .ui-spinner {
    width: 30px;
    height: 30px
}

.hot-offer__btn .spinner-layer, .quickorder__button .spinner-layer, .reviews-form__button .spinner-layer, .ui-button_theme_accent .spinner-layer {
    border-color: #1e2026
}

.categories__button, .reviews__button, .ui-button_theme_main {
    color: #fff;
    border: none;
    background: #75b326
}

.categories__button:focus, .categories__button:hover, .reviews__button:focus, .reviews__button:hover, .ui-button_theme_main:focus, .ui-button_theme_main:hover {
    color: #fff;
    background: #5a891d
}

.ui-button_theme_side {
    background-color: #fff;
    color: #1e2026;
    border: 2px solid #3fadd7
}

.ui-button_theme_side:focus, .ui-button_theme_side:hover {
    color: #83c82a;
    border-color: #83c82a
}

.ui-button_theme_dark {
    background: #1e2026;
    color: #fff
}

.ui-button_theme_dark:focus, .ui-button_theme_dark:hover {
    background: #7a8196;
    color: #fff
}

.ui-button_theme_dark .ui-spinner {
    width: 30px;
    height: 30px
}

.ui-button_theme_dark .spinner-layer {
    border-color: #fff
}

.ui-button_theme_light {
    color: #fff;
    border: 2px solid #fff;
    background: 0 0
}

.ui-button_theme_light:focus, .ui-button_theme_light:hover {
    color: #fff;
    border-color: #83c82a
}

.ui-button_theme_tag {
    color: #292c34;
    background: #fff;
    border: 1px solid #ddd
}

.ui-button_theme_tag:focus, .ui-button_theme_tag:hover {
    background: #3fadd7;
    border-color: #3fadd7;
    color: #1e2026
}

.hot-offer__btn, .product-tile__quickview, .ui-button_size_default {
    font-size: 13px;
    height: 35px;
    padding: 0 16px
}

.ui-button_size_small {
    font-size: 14px;
    height: 40px;
    padding: 0 16px
}

.ui-button_size_medium {
    font-size: 16px;
    height: 45px;
    padding: 0 25px
}

.categories__button, .quickorder__button, .reviews-form__button, .reviews__button, .ui-button_size_large {
    font-size: 16px;
    height: 50px;
    padding: 0 24px
}

@media (min-width: 992px) {
    .categories__button, .quickorder__button, .reviews-form__button, .reviews__button, .ui-button_size_large, .ui-button_size_medium {
        font-size: 16px
    }
}

._loading.categories__button .ui-button__text, ._loading.quickorder__button .ui-button__text, ._loading.reviews-form__button .ui-button__text, ._loading.reviews__button .ui-button__text, .ui-button._loading .ui-button__text, .ui-button_state_loading .ui-button__text {
    visibility: hidden
}

.categories__button, .ui-button_mobile_fluid {
    width: 100%
}

@media (min-width: 576px) {
    .categories__button, .ui-button_mobile_fluid {
        width: auto
    }
}

.ui-button-spinner {
    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;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ui-button_full-width {
    width: 100%
}

.ui-preloader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-image: url("../img/utils/loader.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center
}

.ui-radio {
    color: #353843;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin: 0;
    line-height: 1;
    min-height: 24px
}

.ui-radio:hover > .ui-radio__checkmark::after {
    background-color: #edf8df
}

.ui-radio_disabled {
    color: #979cad
}

.ui-radio_disabled:hover {
    cursor: default
}

.ui-radio_disabled:hover > .ui-radio__checkmark {
    border-color: #979cad
}

.ui-radio_disabled:hover > .ui-radio__checkmark::after {
    background-color: #979cad
}

.ui-radio__checkmark, .ui-radio__input {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0
}

.ui-radio__checkmark {
    position: absolute;
    border: 2px solid #62687c;
    border-radius: 50%;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    cursor: inherit
}

.ui-radio__checkmark::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.ui-radio__input {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.ui-radio__input:checked + .ui-radio__checkmark::after {
    background-color: #caeba0
}

.ui-radio__text {
    line-height: 1.5
}

.ui-radio__tooltip {
    margin-left: 3px;
    display: inline-block;
    color: #2382a7;
    position: relative;
    cursor: help;
    font-size: 0;
    height: 16px;
    width: 16px
}

.ui-radio__tooltip::before {
    font-family: APIMediaIcons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: "\e928"
}

.ui-color-radio {
    color: #353843;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 0;
    line-height: 1
}

.ui-color-radio:hover .ui-color-radio__checkmark {
    -webkit-box-shadow: 0 0 8px 4px #ddd;
    box-shadow: 0 0 8px 4px #ddd
}

.ui-color-radio_disabled {
    color: #979cad
}

.ui-color-radio_disabled:hover {
    cursor: default
}

.ui-color-radio_disabled:hover .ui-color-radio__checkmark {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ui-color-radio__checkmark, .ui-color-radio__input {
    width: 64px;
    height: 64px;
    left: 0;
    top: 0
}

.ui-color-radio__checkmark {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    cursor: inherit;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid transparent;
    position: relative
}

.ui-color-radio__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%
}

.ui-color-radio__input {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.ui-color-radio__input:checked + .ui-color-radio__checkmark {
    border: 2px solid #3fadd7
}

.ui-color-radio__text {
    line-height: 1.25
}

.ui-color-radio__tooltip {
    margin-left: 3px;
    display: inline-block;
    color: #2382a7;
    position: relative;
    cursor: help;
    font-size: 0;
    height: 16px;
    width: 16px
}

.ui-color-radio__tooltip::before {
    font-family: APIMediaIcons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: "\e928"
}

.ui-checkbox {
    color: inherit;
    position: relative;
    padding-left: 32px;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 16px;
    font-size: 16px
}

.ui-checkbox.disabled {
    cursor: default;
    color: #979cad
}

.ui-checkbox.disabled > .ui-checkbox__checkmark {
    color: #979cad
}

.ui-checkbox__input {
    opacity: 0
}

.ui-checkbox__checkmark, .ui-checkbox__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px
}

.ui-checkbox__input:checked + .ui-checkbox__checkmark::before {
    content: "\e920";
    color: #4b505f
}

.ui-checkbox__checkmark {
    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;
    color: inherit;
    font-size: 16px
}

.ui-checkbox__checkmark::before {
    content: "\e921";
    font-family: APIMediaIcons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ui-checkbox__text {
    margin-top: 1px;
    display: inline-block;
    font-size: 13px
}

.ui-textfield-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ui-textfield-wrapper ._error.reviews-form__input ~ .ui-float-label, .ui-textfield-wrapper ._focused.reviews-form__input ~ .ui-float-label, .ui-textfield-wrapper .reviews-form__input:focus ~ .ui-float-label, .ui-textfield-wrapper .ui-textfield._error ~ .ui-float-label, .ui-textfield-wrapper .ui-textfield._focused ~ .ui-float-label, .ui-textfield-wrapper .ui-textfield.ui-textfield_error ~ .ui-float-label, .ui-textfield-wrapper .ui-textfield.ui-textfield_focused ~ .ui-float-label, .ui-textfield-wrapper .ui-textfield:focus ~ .ui-float-label, .ui-textfield-wrapper .ui-textfield_error.reviews-form__input ~ .ui-float-label, .ui-textfield-wrapper .ui-textfield_focused.reviews-form__input ~ .ui-float-label {
    top: 0;
    left: 12px;
    font-size: 12px;
    padding: 0 4px
}

.ui-textfield-wrapper ._error.reviews-form__input ~ .ui-float-label_above, .ui-textfield-wrapper ._focused.reviews-form__input ~ .ui-float-label_above, .ui-textfield-wrapper .reviews-form__input:focus ~ .ui-float-label_above, .ui-textfield-wrapper .ui-textfield._error ~ .ui-float-label_above, .ui-textfield-wrapper .ui-textfield._focused ~ .ui-float-label_above, .ui-textfield-wrapper .ui-textfield.ui-textfield_error ~ .ui-float-label_above, .ui-textfield-wrapper .ui-textfield.ui-textfield_focused ~ .ui-float-label_above, .ui-textfield-wrapper .ui-textfield:focus ~ .ui-float-label_above, .ui-textfield-wrapper .ui-textfield_error.reviews-form__input ~ .ui-float-label_above, .ui-textfield-wrapper .ui-textfield_focused.reviews-form__input ~ .ui-float-label_above {
    left: 2px;
    -webkit-transform: translateY(calc(-100% - 4px));
    -ms-transform: translateY(calc(-100% - 4px));
    transform: translateY(calc(-100% - 4px));
    background: 0 0
}

.ui-textfield-wrapper ._error.reviews-form__input ~ .ui-float-label_static, .ui-textfield-wrapper ._focused.reviews-form__input ~ .ui-float-label_static, .ui-textfield-wrapper .reviews-form__input:focus ~ .ui-float-label_static, .ui-textfield-wrapper .ui-textfield._error ~ .ui-float-label_static, .ui-textfield-wrapper .ui-textfield._focused ~ .ui-float-label_static, .ui-textfield-wrapper .ui-textfield.ui-textfield_error ~ .ui-float-label_static, .ui-textfield-wrapper .ui-textfield.ui-textfield_focused ~ .ui-float-label_static, .ui-textfield-wrapper .ui-textfield:focus ~ .ui-float-label_static, .ui-textfield-wrapper .ui-textfield_error.reviews-form__input ~ .ui-float-label_static, .ui-textfield-wrapper .ui-textfield_focused.reviews-form__input ~ .ui-float-label_static {
    display: none
}

.ui-textfield-wrapper ._required.reviews-form__input ~ .ui-float-label::after, .ui-textfield-wrapper .reviews-form__input:required ~ .ui-float-label::after, .ui-textfield-wrapper .ui-textfield._required ~ .ui-float-label::after, .ui-textfield-wrapper .ui-textfield:required ~ .ui-float-label::after, .ui-textfield-wrapper .ui-textfield[data-required] ~ .ui-float-label::after, .ui-textfield-wrapper .ui-textfield_required ~ .ui-float-label::after, .ui-textfield-wrapper [data-required].reviews-form__input ~ .ui-float-label::after {
    content: "*";
    color: #d70000;
    display: inline-block;
    margin-left: 4px;
    font-size: 1.25em
}

.ui-float-label {
    position: absolute;
    font-size: 16px;
    line-height: 1;
    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: 90%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    left: 16px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    color: #4b505f
}

.reviews-form__input, .ui-textfield {
    -webkit-transition: border-color .25s, color .25s, opacity .25s, background-color .25s;
    -o-transition: border-color .25s, color .25s, opacity .25s, background-color .25s;
    transition: border-color .25s, color .25s, opacity .25s, background-color .25s;
    line-height: 1;
    width: 100%;
    position: relative;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 4px
}

.reviews-form__input::-ms-clear, .ui-textfield::-ms-clear {
    display: none
}

._focused.reviews-form__input, .reviews-form__input:focus, .ui-textfield._focused, .ui-textfield.ui-textfield_focused, .ui-textfield:focus, .ui-textfield_focused.reviews-form__input {
    border-color: #83c82a
}

._focused.reviews-form__input ~ .ui-float-label, .reviews-form__input:focus ~ .ui-float-label, .ui-textfield._focused ~ .ui-float-label, .ui-textfield.ui-textfield_focused ~ .ui-float-label, .ui-textfield:focus ~ .ui-float-label, .ui-textfield_focused.reviews-form__input ~ .ui-float-label {
    color: #83c82a
}

._error.reviews-form__input, .ui-textfield._error {
    border-color: #d70000;
    color: #d70000
}

._error.reviews-form__input ~ .ui-float-label, .ui-textfield._error ~ .ui-float-label {
    color: #d70000
}

.ui-textfield_size_default {
    height: 35px;
    padding: 8px 16px;
    font-size: 16px
}

.reviews-form__input, .ui-textfield_size_large {
    height: 50px;
    padding: 12px 16px;
    font-size: 16px
}

textarea.reviews-form__input, textarea.ui-textfield_size_large {
    height: auto;
    line-height: 24px
}

textarea.reviews-form__input ~ .ui-float-label, textarea.ui-textfield_size_large ~ .ui-float-label {
    top: 25px
}

.ui-textfield_searchfield {
    padding-right: 34px
}

.ui-textfield-icon {
    position: absolute;
    width: 34px;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #888;
    height: 100%;
    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;
    cursor: pointer
}

.ui-textfield-icon:hover {
    color: #83c82a
}

.ui-textfield-error, .ui-textfield-warning {
    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: 13px;
    margin-top: 3px;
    line-height: 1;
    padding-left: 8px;
    width: 100%;
    color: #d70000
}

.ui-textfield-warning::before {
    content: "\e94a";
    margin-right: 4px;
    font-family: APIMediaIcons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px
}

.preloader-wrapper.small {
    width: 36px;
    height: 36px
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px
}

.preloader-wrapper.active {
    -webkit-animation: 1568ms linear infinite container-rotate;
    animation: 1568ms linear infinite container-rotate
}

.ui-spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    font-size: 0
}

.ui-spinner.small {
    width: 36px;
    height: 36px
}

.ui-spinner.very-small {
    width: 24px;
    height: 24px
}

.ui-spinner.active {
    -webkit-animation: 1568ms linear infinite container-rotate;
    animation: 1568ms linear infinite container-rotate
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #83c82a
}

.spinner-layer_theme_light {
    border-color: #fff
}

.spinner-blue, .spinner-blue-only {
    border-color: #4285f4
}

.spinner-red, .spinner-red-only {
    border-color: #db4437
}

.spinner-yellow, .spinner-yellow-only {
    border-color: #f4b400
}

.spinner-green, .spinner-green-only {
    border-color: #0f9d58
}

.spinner-white, .spinner-white-only {
    border-color: #fff
}

.active .spinner-layer.spinner-blue {
    -webkit-animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5332ms cubic-bezier(.4, 0, .2, 1) infinite both blue-fade-in-out;
    animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5332ms cubic-bezier(.4, 0, .2, 1) infinite both blue-fade-in-out
}

.active .spinner-layer.spinner-red {
    -webkit-animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5332ms cubic-bezier(.4, 0, .2, 1) infinite both red-fade-in-out;
    animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5332ms cubic-bezier(.4, 0, .2, 1) infinite both red-fade-in-out
}

.active .spinner-layer.spinner-yellow {
    -webkit-animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5332ms cubic-bezier(.4, 0, .2, 1) infinite both yellow-fade-in-out;
    animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5332ms cubic-bezier(.4, 0, .2, 1) infinite both yellow-fade-in-out
}

.active .spinner-layer.spinner-green {
    -webkit-animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5332ms cubic-bezier(.4, 0, .2, 1) infinite both green-fade-in-out;
    animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate, 5332ms cubic-bezier(.4, 0, .2, 1) infinite both green-fade-in-out
}

.active .spinner-layer, .active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-green-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only {
    opacity: 1;
    -webkit-animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate;
    animation: 5332ms cubic-bezier(.4, 0, .2, 1) infinite both fill-unfill-rotate
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes blue-fade-in-out {
    100%, 25%, 90%, from {
        opacity: 1
    }
    26%, 89% {
        opacity: 0
    }
}

@keyframes blue-fade-in-out {
    100%, 25%, 90%, from {
        opacity: 1
    }
    26%, 89% {
        opacity: 0
    }
}

@-webkit-keyframes red-fade-in-out {
    15%, 51%, from {
        opacity: 0
    }
    25%, 50% {
        opacity: 1
    }
}

@keyframes red-fade-in-out {
    15%, 51%, from {
        opacity: 0
    }
    25%, 50% {
        opacity: 1
    }
}

@-webkit-keyframes yellow-fade-in-out {
    40%, 76%, from {
        opacity: 0
    }
    50%, 75% {
        opacity: 1
    }
}

@keyframes yellow-fade-in-out {
    40%, 76%, from {
        opacity: 0
    }
    50%, 75% {
        opacity: 1
    }
}

@-webkit-keyframes green-fade-in-out {
    100%, 65%, from {
        opacity: 0
    }
    75%, 90% {
        opacity: 1
    }
}

@keyframes green-fade-in-out {
    100%, 65%, from {
        opacity: 0
    }
    75%, 90% {
        opacity: 1
    }
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.gap-patch .circle {
    width: 1000%;
    left: -450%
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    transform: rotate(129deg)
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    transform: rotate(-129deg)
}

.active .circle-clipper.left .circle {
    -webkit-animation: 1333ms cubic-bezier(.4, 0, .2, 1) infinite both left-spin;
    animation: 1333ms cubic-bezier(.4, 0, .2, 1) infinite both left-spin
}

.active .circle-clipper.right .circle {
    -webkit-animation: 1333ms cubic-bezier(.4, 0, .2, 1) infinite both right-spin;
    animation: 1333ms cubic-bezier(.4, 0, .2, 1) infinite both right-spin
}

@-webkit-keyframes left-spin {
    from, to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@keyframes left-spin {
    from, to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes right-spin {
    from, to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@keyframes right-spin {
    from, to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

#spinnerContainer.cooldown {
    -webkit-animation: 1568ms linear infinite container-rotate, .4s cubic-bezier(.4, 0, .2, 1) fade-out;
    animation: 1568ms linear infinite container-rotate, .4s cubic-bezier(.4, 0, .2, 1) fade-out
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.ui-filter__item:not(:last-child) {
    margin-bottom: 8px
}

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

.ui-filter-row__item {
    margin-bottom: 8px
}

.ui-filter-row__item:not(:last-child) {
    margin-right: 8px
}

@media (max-width: 991.98px) {
    .menu .menu__item.menu__item_state_mobile-hidden {
        display: none
    }
}

@media (min-width: 991.98px) {
    .menu .menu__list {
        position: absolute;
        width: 12em
    }

    .menu .menu__item {
        float: left
    }

    .menu .menu__list .menu__item, .menu.sm-rtl .menu__list .menu__item, .menu.sm-vertical .menu__item {
        float: none
    }

    .menu .menu__link {
        white-space: nowrap
    }

    .menu .menu__list .menu__link, .menu.sm-vertical .menu__link {
        white-space: normal
    }

    .menu .sm-nowrap > .menu__item > .menu__link, .menu .sm-nowrap > .menu__item > :not(.menu__list) > .menu__link {
        white-space: nowrap
    }

    .menu {
        padding: 0;
        background: 0 0;
        border-radius: 0;
        margin: 0
    }

    .menu__link-icon {
        position: absolute;
        left: 0;
        top: 50%;
        width: auto;
        height: 16px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none
    }

    .menu__link-text {
        position: relative
    }
}

@media (min-width: 991.98px) {
    .menu > .menu__item {
        border-top: none;
        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: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

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

    .menu > .menu__item > .menu__link {
        font-weight: 700;
        background-color: #83c82a;
        width: 100%;
        height: 50px;
        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
    }

    .menu > .menu__item > .menu__link, .menu > .menu__item > .menu__link.active, .menu > .menu__item > .menu__link.highlighted, .menu > .menu__item > .menu__link:active, .menu > .menu__item > .menu__link:focus, .menu > .menu__item > .menu__link:hover {
        color: #fff
    }

    .menu > .menu__item > .menu__link.active, .menu > .menu__item > .menu__link.highlighted, .menu > .menu__item > .menu__link:focus, .menu > .menu__item > .menu__link:hover {
        background-color: #75b326
    }

    .menu > .menu__item > .menu__link > .sub-arrow {
        display: none
    }

    .menu .menu__item:first-child {
        border-top: none
    }

    .menu .menu__link {
        text-decoration: none;
        padding: 0 8px;
        border-radius: 0;
        color: #1e2026;
        -webkit-transition: color .25s, background-color .25s;
        -o-transition: color .25s, background-color .25s;
        transition: color .25s, background-color .25s;
        position: relative;
        font-size: 16px
    }

    .menu .menu__link.active, .menu .menu__link.current, .menu .menu__link.highlighted, .menu .menu__link:active, .menu .menu__link:focus, .menu .menu__link:hover {
        color: #83c82a
    }

    .menu .menu__link.disabled {
        color: #bbb
    }

    .menu .menu__link.menu__link_type_catalog {
        padding: 0 24px
    }

    .menu .menu__link.menu__link_type_catalog.has-submenu {
        padding-right: 24px
    }

    .menu .menu__link.menu__link_type_catalog > .sub-arrow {
        display: none
    }
}

@media (min-width: 991.98px) and (min-width: 1200px) {
    .menu__link-icon {
        display: block
    }

    .menu__link-text_icon {
        padding-left: 27px
    }

    .menu .menu__link.menu__link_type_catalog {
        padding: 0 38px
    }

    .menu .menu__link.menu__link_type_catalog.has-submenu {
        padding-right: 38px
    }
}

@media (min-width: 991.98px) {
    .menu .menu__link.menu__link_type_catalog, .menu .menu__link.menu__link_type_catalog.active, .menu .menu__link.menu__link_type_catalog.highlighted, .menu .menu__link.menu__link_type_catalog:active, .menu .menu__link.menu__link_type_catalog:focus, .menu .menu__link.menu__link_type_catalog:hover {
        background-color: #3fadd7;
        color: #1e2026
    }

    .menu .menu__link.menu__link_type_catalog::before {
        font-family: APIMediaIcons;
        font-size: 12px;
        margin-right: 10px;
        display: inline-block;
        width: 18px;
        height: 12px;
        content: "\e935"
    }

    .menu .menu__link_discard {
        padding-right: 0 !important
    }

    .menu .menu__link_discard .sub-arrow {
        display: none
    }

    .menu > .menu__item {
        display: inline-block
    }

    .menu > .menu__item > .menu__list, .menu > .menu__item > span.scroll-down, .menu > .menu__item > span.scroll-up {
        top: 100% !important
    }

    .menu .menu__list {
        padding: 8px 16px;
        background: #fff;
        border-radius: 0 !important;
        -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, .2);
        box-shadow: 0 5px 9px rgba(0, 0, 0, .2);
        min-width: 20em;
        z-index: 9999
    }

    .menu .menu__list .menu__link {
        position: relative
    }

    .menu .menu__list .menu__link, .menu .menu__list .menu__link.highlighted, .menu .menu__list .menu__link:active, .menu .menu__list .menu__link:focus, .menu .menu__list .menu__link:hover {
        border: 0 !important;
        padding: 12px 32px 12px 0;
        color: #1e2026;
        font-weight: 400;
        margin: 0;
        height: initial
    }

    .menu .menu__list .menu__link::before {
        content: "";
        display: block;
        top: 0;
        left: -16px;
        position: absolute;
        height: 100%;
        width: 4px;
        background-color: #83c82a;
        opacity: 0;
        -webkit-transition: opacity .25s;
        -o-transition: opacity .25s;
        transition: opacity .25s
    }

    .menu .menu__list .menu__link.active, .menu .menu__list .menu__link.highlighted, .menu .menu__list .menu__link:active, .menu .menu__list .menu__link:focus, .menu .menu__list .menu__link:hover {
        color: #83c82a;
        background-color: #ecedf0
    }

    .menu .menu__list .menu__link.active::before, .menu .menu__list .menu__link.highlighted::before, .menu .menu__list .menu__link:active::before, .menu .menu__list .menu__link:focus::before, .menu .menu__list .menu__link:hover::before {
        opacity: 1
    }

    .menu .menu__list .menu__link.active .sub-arrow, .menu .menu__list .menu__link.highlighted .sub-arrow, .menu .menu__list .menu__link:active .sub-arrow, .menu .menu__list .menu__link:focus .sub-arrow, .menu .menu__list .menu__link:hover .sub-arrow {
        color: #83c82a
    }

    .menu .menu__list .menu__link.current {
        color: #d23600
    }

    .menu .menu__list .menu__link.disabled {
        background: #fff;
        color: #ccc
    }

    .menu .menu__list .menu__link.has-submenu {
        padding-right: 40px
    }

    .menu .menu__list .menu__link .sub-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
        right: 0;
        font-size: 12px;
        line-height: 1;
        color: #4b505f
    }

    .menu .menu__list .menu__link .sub-arrow::after {
        font-family: APIMediaIcons;
        content: "\e904";
        display: inline-block
    }

    .menu .menu__list .menu__item {
        border-bottom: 1px solid #ddd
    }

    .menu .menu__list .menu__item:last-child {
        border-bottom: 0
    }

    .menu .scroll-down, .menu .scroll-up {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background-color: rgba(41, 44, 52, .2);
        height: 24px;
        -webkit-transition: background-color .1s;
        -o-transition: background-color .1s;
        transition: background-color .1s
    }

    .menu .scroll-down:hover, .menu .scroll-up:hover {
        background: rgba(41, 44, 52, .5)
    }

    .menu .scroll-down:hover .scroll-down-arrow, .menu .scroll-up:hover .scroll-up-arrow {
        color: #fff
    }

    .menu .scroll-down-arrow, .menu .scroll-up-arrow {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block;
        font-size: 12px;
        line-height: 1
    }

    .menu .scroll-down-arrow::after, .menu .scroll-up-arrow::after {
        font-family: APIMediaIcons;
        display: inline-block
    }

    .menu .scroll-up-arrow::after {
        content: "\e906"
    }

    .menu .scroll-down-arrow::after {
        content: "\e908"
    }

    .menu.sm-rtl .menu__link.has-submenu {
        padding-right: 12px;
        padding-left: 24px
    }

    .menu.sm-rtl .menu__link .sub-arrow {
        right: auto;
        left: 12px
    }

    .menu.sm-rtl.sm-vertical .menu__link.has-submenu {
        padding: 10px 20px
    }

    .menu.sm-rtl.sm-vertical .menu__link .sub-arrow {
        right: auto;
        left: 8px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #fff transparent transparent
    }

    .menu.sm-rtl > .menu__item > .menu__list::before {
        left: auto;
        right: 30px
    }

    .menu.sm-rtl > .menu__item > .menu__list::after {
        left: auto;
        right: 31px
    }

    .menu.sm-rtl .menu__list .menu__link.has-submenu {
        padding: 12px 32px
    }

    .menu.sm-rtl .menu__list .menu__link .sub-arrow {
        right: auto;
        left: 8px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #fff transparent transparent
    }

    .menu.sm-vertical {
        padding: 10px 0;
        border-radius: 0
    }

    .menu.sm-vertical .menu__link {
        padding: 10px 20px
    }

    .menu.sm-vertical .menu__link.highlighted, .menu.sm-vertical .menu__link:active, .menu.sm-vertical .menu__link:focus, .menu.sm-vertical .menu__link:hover {
        background: #fff
    }

    .menu.sm-vertical .menu__link.disabled {
        background: 0 0
    }

    .menu.sm-vertical .menu__link .sub-arrow {
        right: 8px;
        top: 50%;
        margin-top: -5px;
        border-width: 5px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #fff
    }

    .menu.sm-vertical > .menu__item > .menu__list::after, .menu.sm-vertical > .menu__item > .menu__list::before {
        display: none
    }

    .menu.sm-vertical .menu__list .menu__link {
        padding: 12px 32px
    }

    .menu.sm-vertical .menu__list .menu__link.highlighted, .menu.sm-vertical .menu__list .menu__link:active, .menu.sm-vertical .menu__list .menu__link:focus, .menu.sm-vertical .menu__list .menu__link:hover {
        background: #ecedf0
    }

    .menu.sm-vertical .menu__list .menu__link.disabled {
        background: #fff
    }
}

.menu > .menu__item_type_mega {
    position: static
}

.menu > .menu__item_type_mega .scroll-down, .menu > .menu__item_type_mega .scroll-up {
    margin-left: 0 !important;
    width: 100% !important
}

.mega-menu {
    margin-left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    position: absolute;
    display: none;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 9px rgba(0, 0, 0, .2);
    border-radius: 0;
    list-style: none;
    top: 100% !important;
    z-index: 9999
}

.mega-menu__inner {
    padding: 1rem 2rem
}

.mega-menu__heading {
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    font-size: 20px
}

@media (min-width: 992px) {
    .mega-menu__heading {
        font-size: 20px
    }
}

.mega-menu-list {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px -7px 9px
}

.mega-menu-list_sub {
    display: block;
    margin: 10px 0 0
}

.mega-menu-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 7px
}

.mega-menu-list__item_sub {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 4px
}

.mega-menu-list__item_sub:last-child {
    margin-bottom: 0
}

.mega-menu-list__link {
    display: inline;
    border-bottom: 1px solid transparent;
    -webkit-transition-property: color, border-color;
    -o-transition-property: color, border-color;
    transition-property: color, border-color
}

.mega-menu-list__link.active, .mega-menu-list__link:hover {
    color: #83c82a;
    border-color: #83c82a
}

.mega-menu-img {
    padding-top: 192px
}

.mega-menu-img__img {
    height: auto
}

@media (max-width: 991.98px) {
    .menu {
        background: 0 0;
        border-radius: 0
    }

    .menu .menu__link, .menu .menu__link:active, .menu .menu__link:focus {
        padding: 13px 58px 13px 20px;
        color: #1e2026;
        font-size: 18px;
        font-weight: 400;
        line-height: 17px;
        text-decoration: none
    }

    .menu .menu__link.active, .menu .menu__link.current, .menu .menu__link.highlighted, .menu .menu__link:hover {
        color: #83c82a
    }

    .menu .menu__link.disabled {
        color: #bbb
    }

    .menu .menu__link_accent, .menu .menu__link_accent.active, .menu .menu__link_accent.highlighted, .menu .menu__link_accent:active, .menu .menu__link_accent:focus, .menu .menu__link_accent:hover {
        background: #3fadd7;
        color: #1e2026
    }

    .menu .menu__link .sub-arrow {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        width: 58px;
        height: 100%;
        overflow: hidden;
        text-align: center;
        text-shadow: none;
        border-radius: 0;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        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;
        font-size: 16px
    }

    .menu .menu__link .sub-arrow::after {
        font-family: APIMediaIcons !important;
        content: "\e903"
    }

    .menu .menu__link.highlighted .sub-arrow::after {
        content: "\e902"
    }

    .menu .menu__item {
        border-top: 1px solid rgba(0, 0, 0, .05)
    }

    .menu > .menu__item:first-child {
        border-top: 0
    }

    .menu .menu__list {
        background: rgba(0, 0, 0, .05);
        min-width: 100%
    }

    .menu .menu__list .menu__link, .menu .menu__list .menu__link:active, .menu .menu__list .menu__link:focus, .menu .menu__list .menu__link:hover {
        font-size: 16px;
        border-left: 8px solid transparent
    }

    .menu .menu__list ul .menu__link, .menu .menu__list ul .menu__link:active, .menu .menu__list ul .menu__link:focus, .menu .menu__list ul .menu__link:hover {
        border-left: 16px solid transparent
    }

    .menu .menu__list ul ul .menu__link, .menu .menu__list ul ul .menu__link:active, .menu .menu__list ul ul .menu__link:focus, .menu .menu__list ul ul .menu__link:hover {
        border-left: 24px solid transparent
    }

    .menu .menu__list ul ul ul .menu__link, .menu .menu__list ul ul ul .menu__link:active, .menu .menu__list ul ul ul .menu__link:focus, .menu .menu__list ul ul ul .menu__link:hover {
        border-left: 32px solid transparent
    }

    .menu .menu__list ul ul ul ul .menu__link, .menu .menu__list ul ul ul ul .menu__link:active, .menu .menu__list ul ul ul ul .menu__link:focus, .menu .menu__list ul ul ul ul .menu__link:hover {
        border-left: 40px solid transparent
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container.swiper-container_lazy {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.swiper-container.swiper-container_lazy.swiper-container-initialized {
    visibility: visible;
    opacity: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-thumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    height: auto
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-buttons-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swiper-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-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;
    -webkit-transition: color .25s, background-color .25s, border-color .25s;
    -o-transition: color .25s, background-color .25s, border-color .25s;
    transition: color .25s, background-color .25s, border-color .25s;
    pointer-events: auto;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    background: #1e2026;
    color: #fff
}

.swiper-button::after {
    font-family: APIMediaIcons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.swiper-button_prev {
    left: 0
}

.swiper-button_prev::after {
    content: "<"
}

.swiper-button_next {
    right: 0
}

.swiper-button_next::after {
    content: ">"
}

.swiper-button_disabled {
    opacity: 0;
    pointer-events: none
}

.swiper-button:focus, .swiper-button:hover {
    background: #83c82a;
    color: #fff
}

.dst-button, .product-gallery__main-slider-button, .swiper-button_size_default {
    width: 43px;
    height: 52px;
    font-size: 20px
}

.swiper-button_theme_default {
    border: none;
    background-color: #d0d2da;
    color: #caeba0;
    border-radius: 50%
}

.swiper-button_theme_default:hover {
    color: #fff;
    background-color: #caeba0
}

.swiper-button_theme_transparent {
    background-color: transparent;
    border: none;
    color: #fff
}

.swiper-button_theme_transparent:hover {
    color: #83c82a
}

.dst-button, .swiper-button_theme_light {
    background-color: #fff;
    color: #1e2026
}

.dst-button:hover, .swiper-button_theme_light:hover {
    background-color: #679e21;
    color: #fff
}

.swiper-button_theme_main {
    color: #7a8196
}

.swiper-button_theme_main:hover {
    color: #83c82a
}

.swiper-pagination {
    text-align: center;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination_hidden {
    opacity: 0
}

.swiper-pagination_clickable > .swiper-pagination-dot {
    cursor: pointer
}

.swiper-pagination_locked {
    display: none
}

.swiper-pagination_overlayed {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 69px;
    width: 100%
}

.swiper-container-horizontal > .swiper-pagination_bullets .swiper-pagination-dot {
    vertical-align: middle
}

.swiper-pagination_bullets-dynamic {
    text-align: center;
    white-space: nowrap;
    overflow: hidden
}

.swiper-pagination_bullets-dynamic > .swiper-pagination-dot {
    position: relative;
    -webkit-transition: left .2s, background-color .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s, background-color .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s, background-color .2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    display: inline-block
}

.swiper-pagination_bullets-dynamic > .swiper-pagination-dot.swiper-pagination-dot_active, .swiper-pagination_bullets-dynamic > .swiper-pagination-dot.swiper-pagination-dot_active-main, .swiper-pagination_bullets-dynamic > .swiper-pagination-dot.swiper-pagination-dot_active-next, .swiper-pagination_bullets-dynamic > .swiper-pagination-dot.swiper-pagination-dot_active-next-next, .swiper-pagination_bullets-dynamic > .swiper-pagination-dot.swiper-pagination-dot_active-prev, .swiper-pagination_bullets-dynamic > .swiper-pagination-dot.swiper-pagination-dot_active-prev-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-dot {
    position: relative;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50px;
    background-color: #1e2026;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swiper-pagination-dot:focus {
    outline: 0
}

.swiper-pagination-dot:hover, .swiper-pagination-dot_active {
    background-color: #83c82a
}

.swiper-pagination-dot_active {
    width: 32px
}

.dst-pagination, .ui-slider-pagination {
    line-height: 8px;
    height: 8px;
    font-size: 0;
    margin: 0 auto
}

.dst-pagination > .swiper-pagination-dot, .ui-slider-pagination > .swiper-pagination-dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #dbdbdb
}

.dst-pagination > .swiper-pagination-dot.swiper-pagination-dot_active-main, .dst-pagination > .swiper-pagination-dot:hover, .ui-slider-pagination > .swiper-pagination-dot.swiper-pagination-dot_active-main, .ui-slider-pagination > .swiper-pagination-dot:hover {
    background-color: #5a891d
}

@media (min-width: 1200px) {
    .dst-pagination, .ui-slider-pagination {
        line-height: 10px;
        height: 10px
    }

    .dst-pagination > .swiper-pagination-dot, .ui-slider-pagination > .swiper-pagination-dot {
        width: 10px;
        height: 10px;
        margin: 0 8px
    }
}

.ui-slider-pagination_theme_light > .swiper-pagination-dot {
    background-color: #fff
}

.ui-slider-pagination_theme_light > .swiper-pagination-dot.swiper-pagination-dot_active-main, .ui-slider-pagination_theme_light > .swiper-pagination-dot.swiper-pagination_active, .ui-slider-pagination_theme_light > .swiper-pagination-dot:hover {
    background-color: #75b326
}

.ui-slider-pagination_theme_default > .swiper-pagination-dot {
    background-color: #fff
}

.ui-slider-pagination_theme_default > .swiper-pagination-dot.swiper-pagination-dot_active, .ui-slider-pagination_theme_default > .swiper-pagination-dot.swiper-pagination-dot_active-main, .ui-slider-pagination_theme_default > .swiper-pagination-dot:hover {
    background-color: #caeba0
}

.dst-pagination > .swiper-pagination-dot, .ui-slider-pagination_theme_main > .swiper-pagination-dot {
    background: #fff;
    border: 1px solid #83c82a
}

.dst-pagination > .swiper-pagination-dot.swiper-pagination-dot_active, .dst-pagination > .swiper-pagination-dot.swiper-pagination-dot_active-main, .dst-pagination > .swiper-pagination-dot:hover, .ui-slider-pagination_theme_main > .swiper-pagination-dot.swiper-pagination-dot_active, .ui-slider-pagination_theme_main > .swiper-pagination-dot.swiper-pagination-dot_active-main, .ui-slider-pagination_theme_main > .swiper-pagination-dot:hover {
    background: #83c82a
}

.ui-swiper-fraction {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    background-color: rgba(30, 32, 38, .4);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    color: #fff;
    border-radius: 4px
}

.ui-swiper-fraction_locked {
    opacity: 0
}

.ui-swiper-fraction__icon {
    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: 8px;
    width: 16px;
    height: 16px
}

.ui-swiper-fraction__icon::before {
    content: "\e92f";
    font-family: APIMediaIcons;
    font-size: 16px;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.scroll-top {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    pointer-events: none;
    cursor: pointer;
    z-index: 20;
    opacity: 0;
    position: fixed;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    border-radius: 2px;
    border: none;
    height: 50px;
    width: 50px;
    background-color: #4b505f;
    font-size: 16px;
    color: #fff;
    bottom: 100px;
    right: 20px;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.scroll-top.is-visible {
    pointer-events: auto;
    opacity: .5;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.scroll-top::after {
    content: "∧";
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 5px;
    font-style: normal
}

@media (min-width: 768px) {
    .scroll-top {
        font-size: 20px;
        height: 50px;
        width: 50px;
        bottom: 20px
    }
}

.title {
    position: relative;
    margin-bottom: 0;
    font-weight: 700
}

.title_seo_h1 {
    font-size: 28px
}

@media (min-width: 992px) {
    .title_seo_h1 {
        font-size: 28px
    }

    .title_seo_h2 {
        font-size: 24px
    }
}

.title_seo_h2 {
    font-size: 24px
}

.title_seo_h3 {
    font-size: 20px
}

@media (min-width: 992px) {
    .title_seo_h3 {
        font-size: 20px
    }

    .title_seo_h4 {
        font-size: 18px
    }
}

.title_seo_h4 {
    font-size: 18px
}

.title_seo_h5 {
    font-size: 16px
}

@media (min-width: 992px) {
    .title_seo_h5 {
        font-size: 16px
    }
}

.title_seo_h6 {
    font-size: 14px
}

.social-list {
    margin: -6px;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block
}

.social-list__item {
    display: inline-block;
    padding: 6px
}

.social-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    font-size: 0;
    -webkit-transition: color .25s, border-color .25s, background-color .25s;
    -o-transition: color .25s, border-color .25s, background-color .25s;
    transition: color .25s, border-color .25s, background-color .25s;
    color: #fff
}

.social-link, .social-link:hover {
    text-decoration: none
}

.social-link__icon {
    font-size: inherit
}

.social-link_shape_square {
    width: 45px;
    height: 45px;
    border-radius: 0;
    border: 2px solid;
    background-color: transparent;
    font-size: 20px;
    border-color: inherit
}

.social-link_shape_square:active, .social-link_shape_square:focus, .social-link_shape_square:hover {
    color: #353843
}

.social-link_shape_circle {
    height: 37px;
    width: 37px;
    border-radius: 50%;
    font-size: 16px
}

.social-link_theme_main {
    color: #fff;
    background-color: #4b505f
}

.social-link_theme_main:active, .social-link_theme_main:focus, .social-link_theme_main:hover {
    color: #fff;
    background-color: #1e2026
}

.social-link_theme_dark {
    color: #1e2026;
    border-color: inherit
}

.social-link_theme_dark:active, .social-link_theme_dark:focus, .social-link_theme_dark:hover {
    color: #3fadd7;
    border-color: inherit
}

.social-link_theme_light {
    color: #fff
}

.social-link_theme_light:hover {
    color: rgba(255, 255, 255, .7);
    border-color: rgba(255, 255, 255, .7)
}

.breadcrumbs__list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #4b505f
}

@media (max-width: 991.98px) {
    .breadcrumbs__list {
        margin: -10px -5px;
        padding: 0;
        overflow-x: auto;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 14px
    }
}

@media (min-width: 991.98px) {
    .scroll-top.is-visible:active, .scroll-top.is-visible:hover {
        opacity: 1;
        background-color: #83c82a;
        color: #fff
    }

    .scroll-top.is-sticky {
        position: absolute
    }

    .breadcrumbs__list {
        margin: -2px 0;
        padding: 0;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px
    }
}

.breadcrumbs__item {
    white-space: nowrap
}

.breadcrumbs__item_current {
    display: none
}

@media (max-width: 991.98px) {
    .breadcrumbs__item {
        padding: 10px 5px
    }
}

@media (min-width: 991.98px) {
    .breadcrumbs__item {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 2px 0;
        border-radius: 0
    }

    .breadcrumbs__item::after {
        content: "/‎";
        padding: 0 9px
    }
}

.breadcrumbs__item:last-child::after {
    display: none
}

@media (max-width: 991.98px) {
    .breadcrumbs__link {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 1px 2px rgba(0, 0, 0, .23);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 1px 2px rgba(0, 0, 0, .23);
        display: inline-block;
        line-height: 30px;
        vertical-align: middle;
        padding: 0 20px;
        background-color: #fff;
        border-radius: 4px
    }

    .breadcrumbs__link:active, .breadcrumbs__link:focus, .breadcrumbs__link:hover {
        background-color: #679e21;
        color: #fff
    }
}

@media (min-width: 991.98px) {
    .breadcrumbs__link {
        color: #888
    }

    .breadcrumbs__link:hover {
        color: #679e21
    }

    .breadcrumbs__link_current, .breadcrumbs__link_current:hover {
        color: #888
    }
}

.pagination {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    list-style: none;
    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
}

.pagination__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2px
}

.pagination__item:last-child {
    margin-right: 0
}

.pagination__link {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
    line-height: 28px;
    min-width: 28px;
    font-size: 16px;
    color: #888;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    position: relative
}

@media (min-width: 992px) {
    .pagination__link {
        font-size: 16px
    }

    .page-heading__date {
        font-size: 18px
    }
}

@media (min-width: 576px) {
    .pagination__link {
        line-height: 37px;
        min-width: 37px
    }
}

.pagination__link_current {
    cursor: default
}

.pagination__link_arrow {
    border: none
}

.pagination__link:hover, .pagination__link_current {
    color: #fff;
    background-color: #83c82a;
    border-color: #83c82a
}

.pagination__link_disabled, .pagination__link_disabled:hover {
    cursor: not-allowed;
    color: #7a8196;
    background-color: #fff
}

.pagination__link::before {
    font-size: 10px;
    font-family: APIMediaIcons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pagination__link_prev::before {
    content: "\e905"
}

.pagination__link_next::before {
    content: "\e904"
}

.pagination__link_first::before {
    content: "\e924"
}

.pagination__link_last::before {
    content: "\e923"
}

@media (max-width: 480px) {
    .ui-pnotify.ui-pnotify-mobile-able.modPNotify-message {
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        font-size: .9em
    }

    .ui-pnotify.ui-pnotify-mobile-able.modPNotify-message .ui-pnotify-shadow {
        border-bottom-width: 2px
    }

    .ui-pnotify.ui-pnotify-mobile-able.modPNotify-message .ui-pnotify-container {
        padding: 12px
    }

    .ui-pnotify.ui-pnotify-mobile-able.modPNotify-message .ui-pnotify-container.brighttheme .ui-pnotify-title {
        margin-bottom: 6px
    }

    .ui-pnotify.ui-pnotify-mobile-able.modPNotify-message.ui-pnotify-fade-normal {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }

    .ui-pnotify.ui-pnotify-mobile-able.modPNotify-message.api-pnotify-is-closing {
        -webkit-transition: opacity .25s !important;
        -o-transition: opacity .25s !important;
        transition: opacity .25s !important
    }
}

.page-heading {
    margin-bottom: 30px
}

.page-heading__title {
    line-height: 36px
}

.page-heading__date {
    font-size: 18px;
    color: #1e2026
}

.section-heading {
    margin-bottom: 2rem
}

.section-heading.small-margin {
    margin-bottom: 16px
}

@media (min-width: 1200px) {
    .section-heading {
        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;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.section-heading__title {
    position: relative;
    line-height: 32px
}

.section-heading__icon {
    margin-right: 16px
}

.section-heading__subtitle {
    color: #4b505f;
    display: none;
    margin-left: 2rem;
    font-size: 16px
}

@media (min-width: 1200px) {
    .section-heading__subtitle {
        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
    }

    .product-tile:hover .product-tile__quickview {
        opacity: 1
    }
}

.section-heading__subtitle::before {
    content: "";
    display: inline-block;
    width: 96px;
    height: 1px;
    background-color: #4b505f;
    margin-right: 2rem
}

.section-heading__subtitle.text-white {
    color: #fff
}

.section-heading__subtitle.text-white::before {
    background-color: #fff
}

.section-heading__text {
    margin-bottom: 32px
}

.tab-content > .tab-content__item {
    display: none
}

.tab-content > .tab-content__item.active {
    display: block
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.tab-controls {
    position: relative
}

.tab-controls__list {
    padding-left: 0;
    list-style: none
}

@media (max-width: 767.98px) {
    .tab-controls__list {
        margin-left: -1rem;
        margin-right: -1rem;
        background: #f2f2f2
    }
}

@media (min-width: 768px) {
    .tab-controls__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #ddd
    }
}

.tab-controls__slider {
    position: absolute;
    top: calc(100% - 3px);
    background-color: #83c82a;
    height: 3px;
    width: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    -webkit-transition: width .25s, -webkit-transform .25s;
    transition: transform .25s, width .25s, -webkit-transform .25s;
    -o-transition: transform .25s, width .25s;
    display: none
}

.tab-controls__slider.is-hidden {
    display: none
}

@media (min-width: 768px) {
    .tab-controls__slider {
        display: block
    }

    .tab-controls__item {
        margin-right: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto
    }

    .tab-controls__item:last-child {
        margin-right: 0
    }
}

.tab-controls__link {
    position: relative;
    width: 100%;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
    font-size: 16px
}

@media (max-width: 767.98px) {
    .tab-controls__item {
        border: solid #ddd;
        border-width: 1px 0 0
    }

    .tab-controls__item:last-child {
        border-width: 1px 0
    }

    .tab-controls__link {
        padding: 16px 56px 16px 20px;
        color: #1e2026;
        font-weight: 700;
        display: block
    }

    .tab-controls__link.active, .tab-controls__link:hover {
        background-color: #83c82a;
        color: #fff
    }

    .tab-controls__link::after {
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: APIMediaIcons;
        font-size: 16px;
        position: absolute;
        right: 20px;
        content: "\e903"
    }
}

@media (min-width: 768px) {
    .tab-controls__link {
        padding: 10px 16px;
        color: #4b505f;
        white-space: normal;
        height: auto;
        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;
        text-align: center
    }

    .tab-controls__link.active, .tab-controls__link:hover {
        color: #1e2026
    }

    .tab-controls__link.is-start::after {
        content: "";
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        background: #83c82a;
        height: 3px;
        width: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: none
    }
}

.degree-360 {
    display: inline-block;
    background-image: url("/assets/img/icons/360-degree.svg");
    background-repeat: no-repeat;
    background-size: 76%;
    background-color: #fff;
    background-position: center;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 50;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.degree-360:focus, .degree-360:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width: 768px) {
    .degree-360 {
        left: 16px;
        top: 16px;
        width: 64px;
        height: 64px
    }
}

.mini-cart {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 300;
    position: relative
}

.mini-cart:hover .mini-cart__link::after {
    display: block
}

.mini-cart__badge {
    width: 31px
}

.mini-cart__link {
    height: 86px;
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    margin-left: auto;
    border-radius: 4px;
    position: relative
}

.mini-cart__link::after {
    position: absolute;
    top: calc(100% - 1px);
    display: none;
    content: "";
    height: 2px;
    z-index: 351;
    left: 0;
    width: 100%;
    background-color: transparent
}

.mini-cart__link, .mini-cart__link:hover {
    text-decoration: none;
    color: #292c34
}

.mini-cart__title {
    display: block;
    margin-right: 8px;
    font-size: 14px;
    color: #4b505f
}

.mini-cart__content {
    margin-right: 8px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-weight: 700;
    color: #292c34
}

.mini-cart__content .ruble-sign {
    margin-left: 2px
}

.mini-cart__icon {
    width: 31px;
    height: 31px
}

.mini-cart-popup {
    background-color: #fff;
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    width: 500px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 500px
}

.mini-cart-popup._visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mini-cart-popup__empty {
    padding: 1rem 2rem;
    text-align: center;
    font-size: 20px
}

@media (min-width: 992px) {
    .mini-cart-popup__empty {
        font-size: 20px
    }

    .mini-cart-popup__head {
        font-size: 18px
    }
}

.mini-cart-popup__body {
    overflow: auto;
    padding: 1rem 2rem
}

.mini-cart-popup__body::-webkit-scrollbar {
    width: 4px
}

.mini-cart-popup__body::-webkit-scrollbar-track {
    background-color: #ddd
}

.mini-cart-popup__body::-webkit-scrollbar-thumb {
    background: #83c82a;
    border-radius: 4px
}

.mini-cart-popup__head {
    padding: 1rem 2rem;
    border-bottom: 1px solid #ddd;
    font-size: 18px
}

.mini-cart-popup__footer {
    padding: 1rem 2rem;
    border-top: 1px solid #ddd
}

.mini-cart-popup__item {
    margin-bottom: .5rem
}

.mini-cart-popup__item:last-of-type {
    margin-bottom: 0
}

.mini-cart-popup__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mini-cart-popup__total-title {
    font-size: 18px
}

@media (min-width: 992px) {
    .mini-cart-popup__total-title {
        font-size: 18px
    }

    .mini-cart-popup__total-value {
        font-size: 16px
    }
}

.mini-cart-popup__total-value {
    font-size: 16px
}

.mini-cart-popup__controls {
    margin-top: 12px
}

.mini-cart-popup__control {
    margin-top: 8px
}

.mini-cart-popup__control:last-child {
    margin-bottom: 0
}

.mini-cart-item {
    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
}

.mini-cart-item__picture {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 1rem
}

.mini-cart-item__image-wrapper {
    position: relative;
    padding-top: 66.6666666667%
}

.mini-cart-item__image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%
}

.mini-cart-item__name {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: .5rem;
    line-height: 1.25;
    font-size: 14px
}

.mini-cart-item__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    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-right: .5rem;
    font-size: 16px
}

@media (min-width: 992px) {
    .mini-cart-item__info {
        font-size: 16px
    }
}

.mini-cart-item__value {
    width: 100%;
    text-align: right;
    margin-right: .5rem
}

.mini-cart-item__controls {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10px;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    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
}

.mini-cart-item__close {
    padding: 0;
    border: none;
    margin: 0;
    font-size: 10px;
    color: #7a8196;
    background-color: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mini-cart-item__close:focus {
    outline: 0
}

.mini-cart-item__close:focus, .mini-cart-item__close:hover {
    color: #4c7418
}

.mini-cart-item__options {
    margin-top: 4px
}

.mini-cart-item__option {
    color: #888;
    margin-bottom: 2px
}

.mini-cart-item__option:last-child {
    margin-bottom: 0
}

.mini-cart-item__option-name {
    color: #1e2026
}

.mobile-mini-cart {
    font-family: Roboto
}

.mobile-mini-cart__icon {
    width: 30px;
    height: 30px
}

.product-tile {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    -webkit-transition: border-color .25s, -webkit-box-shadow .25s;
    transition: box-shadow .25s, border-color .25s, -webkit-box-shadow .25s;
    -o-transition: box-shadow .25s, border-color .25s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.product-tile:hover {
    -webkit-box-shadow: 0 0 8px 4px #ddd;
    box-shadow: 0 0 8px 4px #ddd;
    border-color: #fff
}

.product-tile__head {
    margin-bottom: 16px;
    position: relative
}

.product-tile__image-wrapper {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-tile__image-wrapper::before {
    content: "";
    width: 100%;
    padding-top: 56.25%;
    display: block
}

.product-tile__mask {
    opacity: 0
}

.product-tile__badges {
    position: absolute;
    left: 13px;
    top: 13px;
    z-index: 10
}

.product-tile__badge {
    height: 26px;
    width: 54px;
    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;
    padding: 0 4px;
    margin-bottom: 6px;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 1px
}

.product-tile__badge:last-child {
    margin-bottom: 0
}

.product-tile__badge_discount {
    color: #83c82a;
    background: #deeff2
}

.product-tile__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.product-tile__image.loaded ~ .product-tile__mask, .product-tile__image.swiper-lazy-loaded ~ .product-tile__mask {
    opacity: 1
}

.product-tile__title {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700
}

@media (min-width: 992px) {
    .product-tile__title {
        font-size: 20px
    }
}

.product-tile__title-link {
    color: #1e2026
}

.product-tile__title-link:focus, .product-tile__title-link:hover {
    color: #83c82a
}

.product-tile__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px 12px
}

@media (min-width: 768px) {
    .product-tile__body {
        padding: 0 24px 24px
    }
}

.product-tile__quickview-wrapper {
    display: none
}

@media (min-width: 1200px) {
    .product-tile__quickview-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -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;
        pointer-events: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.product-tile__quickview {
    pointer-events: auto;
    width: 100%
}

@media (max-width: 1439.98px) {
    .product-tile__quickview {
        background-color: #fff;
        color: #1e2026;
        border: 2px solid #3fadd7
    }

    .product-tile__quickview:focus, .product-tile__quickview:hover {
        color: #83c82a;
        border-color: #83c82a
    }
}

@media (min-width: 1200px) {
    .product-tile__quickview {
        width: auto;
        opacity: 0;
        font-weight: 700;
        color: #fff;
        border: 2px solid #fff;
        background: 0 0
    }

    .product-tile__quickview:focus, .product-tile__quickview:hover {
        color: #fff;
        border-color: #83c82a
    }
}

.product-tile__subtitle {
    margin-bottom: 8px;
    color: #888;
    font-size: 13px
}

.product-tile__price-meter {
    font-weight: 700;
    font-size: 14px;
    color: #1e2026
}

.product-tile__price-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1
}

.product-tile__price {
    color: #2382a7;
    white-space: nowrap;
    font-weight: 700;
    margin-right: 12px;
    font-size: 24px
}

@media (min-width: 992px) {
    .product-tile__price {
        font-size: 24px
    }

    .product-tile__price_small {
        font-size: 18px
    }
}

.product-tile__price_small {
    font-size: 18px
}

.product-tile__old-price {
    color: #ff3e3e;
    padding: 4px 0;
    white-space: nowrap;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 20px
}

@media (min-width: 992px) {
    .product-tile__old-price {
        font-size: 20px
    }
}

.product-tile__btn-look {
    color: #62687c;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    font-size: 16px
}

.product-tile__control_icon {
    display: inline-block;
    height: 16px;
    width: auto;
    margin-left: 8px
}

.product-tile__controls {
    margin-top: auto
}

.product-tile__control_quickview {
    margin-top: 16px
}

@media (min-width: 1200px) {
    .product-tile__control_quickview {
        display: none
    }

    .projects-slider__wrapper {
        max-height: 1000px
    }
}

@media (max-width: 991.98px) {
    .product-tile_view_small .product-tile__title {
        font-size: 14px;
        margin-bottom: 12px;
        height: 24px
    }

    .product-tile_view_small .product-tile__btn-look, .product-tile_view_small .product-tile__quickview {
        font-size: 12px
    }

    .product-tile_view_small .product-tile__body {
        padding: 0 6px 6px
    }

    .product-tile_view_small .product-tile__controls {
        margin-top: 12px
    }

    .product-tile_view_small .product-tile__control_quickview {
        margin-top: 6px
    }

    .product-tile_view_small .product-tile__price-wrapper {
        height: 22px
    }
}

@media (max-width: 575.98px) {
    .product-tile_view_small .product-tile__vendor-code {
        font-size: 12px
    }

    .product-tile_view_small .product-tile__price {
        font-size: 14px
    }

    .product-tile_view_small .product-tile__old-price {
        font-size: 12px
    }

    .product-tile_view_small .product-tile__title {
        font-size: 12px;
        line-height: 12px
    }

    .product-tile_view_small .product-tile__btn-look, .product-tile_view_small .product-tile__quickview {
        height: 30px;
        font-size: 10px
    }

    .product-tile_view_small .product-tile__badges {
        left: 6px;
        top: 6px
    }
}

@media (min-width: 992px) and (max-width: 1439.98px) {
    .product-tile_view_small .product-tile__body {
        padding: 0 8px 8px
    }
}

.product-tile__info-item, .product-tile__info_items {
    margin: 8px 0
}

.product-tile__info-item:not(:last-child) {
    margin-right: 32px
}

@media (max-width: 991.98px) {
    .product-tile__info-item:not(:last-child) {
        margin-right: 12px
    }
}

.product-tile__info-icon {
    margin-right: 8px;
    max-width: 22px;
    height: auto
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .product-tile, .product-tile__body {
        display: block
    }
}

.product-tile__quckview-helper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    background: 0 0;
    z-index: 10;
    outline: 0
}

.product-tile__quckview-helper:focus, .product-tile__quckview-helper:hover {
    outline: 0;
    border: none;
    background: 0 0
}

.picture-mask {
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    background-position: center;
    display: block;
    pointer-events: none;
    -webkit-transition: opacity 0s .2s;
    -o-transition: opacity 0s .2s;
    transition: opacity 0s .2s
}

.category-showcase .picture-mask {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.quickorder__button {
    width: 100%
}

.showcase-wrapper {
    position: relative
}

.category-hint {
    position: absolute;
    right: -155px;
    top: 100px;
    width: 132px;
    text-align: center;
    z-index: 1;
    padding-top: 16px;
    display: none;
    cursor: pointer
}

@media (min-width: 1900px) {
    .category-hint {
        display: block
    }
}

.category-hint__close {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s
}

.category-hint__close:hover {
    color: #83c82a
}

.category-hint__close::after {
    font-family: APIMediaIcons;
    content: "\e93c";
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.category-hint__title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px
}

.category-hint__text {
    font-size: 14px;
    margin-bottom: 10px
}

.category-hint__icon {
    width: 60px
}

.dst .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto
}

.dst-wrapper {
    position: relative
}

.dst-container_recess {
    padding: 16px;
    margin: -16px 0;
    left: -16px;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.dst-container_lazy {
    visibility: hidden;
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
    opacity: 0
}

.dst-container_lazy.swiper-container-initialized {
    visibility: visible;
    opacity: 1
}

.dst-button.swiper-button_prev {
    left: -1rem
}

.dst-button.swiper-button_next {
    right: -1rem
}

@media (min-width: 1440px) {
    .dst-button.swiper-button_prev {
        left: auto;
        right: 100%
    }

    .dst-button.swiper-button_next {
        right: auto;
        left: 100%
    }
}

@media (max-width: 575.98px) {
    .clients-section__item:nth-last-child(2), .dst-button_mobile_hidden {
        display: none
    }
}

.dst-pagination {
    margin-top: 32px
}

@media (max-width: 1199.98px) {
    .plans-slider .dst-container {
        max-width: calc(100% - 48px);
        margin: 0 auto
    }
}

.plans-slider__item {
    position: relative;
    padding-top: 57.579787234%
}

.plans-slider__img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%
}

@-webkit-keyframes skeleton-blink {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes skeleton-blink {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.skeleton {
    position: relative;
    width: 100%;
    height: 32px;
    background: #ededed;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 1rem
}

.skeleton:last-of-type {
    margin-bottom: 0
}

.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, .2)), color-stop(60%, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: 1s infinite skeleton-blink;
    animation: 1s infinite skeleton-blink
}

.skeleton_size_xs {
    height: 16px
}

.skeleton_size_sm {
    height: 32px
}

.skeleton_size_md {
    height: 48px
}

.skeleton_size_lg {
    height: 64px
}

.skeleton_size_xl {
    height: 80px
}

.skeleton_width_10 {
    width: 10%
}

.skeleton_width_15 {
    width: 15%
}

.skeleton_width_20 {
    width: 20%
}

.skeleton_width_25 {
    width: 25%
}

.skeleton_width_30 {
    width: 30%
}

.skeleton_width_40 {
    width: 40%
}

.skeleton_width_50 {
    width: 50%
}

.skeleton_width_60 {
    width: 60%
}

.skeleton_width_70 {
    width: 70%
}

.skeleton_width_75 {
    width: 75%
}

.skeleton_width_80 {
    width: 80%
}

.skeleton_width_90 {
    width: 90%
}

.skeleton_xs_width_10 {
    width: 10%
}

.skeleton_xs_width_15 {
    width: 15%
}

.skeleton_xs_width_20 {
    width: 20%
}

.skeleton_xs_width_25 {
    width: 25%
}

.skeleton_xs_width_30 {
    width: 30%
}

.skeleton_xs_width_40 {
    width: 40%
}

.skeleton_xs_width_50 {
    width: 50%
}

.skeleton_xs_width_60 {
    width: 60%
}

.skeleton_xs_width_70 {
    width: 70%
}

.skeleton_xs_width_75 {
    width: 75%
}

.skeleton_xs_width_80 {
    width: 80%
}

.skeleton_xs_width_90 {
    width: 90%
}

@media (min-width: 576px) {
    .skeleton_sm_width_10 {
        width: 10%
    }

    .skeleton_sm_width_15 {
        width: 15%
    }

    .skeleton_sm_width_20 {
        width: 20%
    }

    .skeleton_sm_width_25 {
        width: 25%
    }

    .skeleton_sm_width_30 {
        width: 30%
    }

    .skeleton_sm_width_40 {
        width: 40%
    }

    .skeleton_sm_width_50 {
        width: 50%
    }

    .skeleton_sm_width_60 {
        width: 60%
    }

    .skeleton_sm_width_70 {
        width: 70%
    }

    .skeleton_sm_width_75 {
        width: 75%
    }

    .skeleton_sm_width_80 {
        width: 80%
    }

    .skeleton_sm_width_90 {
        width: 90%
    }
}

@media (min-width: 768px) {
    .skeleton_md_width_10 {
        width: 10%
    }

    .skeleton_md_width_15 {
        width: 15%
    }

    .skeleton_md_width_20 {
        width: 20%
    }

    .skeleton_md_width_25 {
        width: 25%
    }

    .skeleton_md_width_30 {
        width: 30%
    }

    .skeleton_md_width_40 {
        width: 40%
    }

    .skeleton_md_width_50 {
        width: 50%
    }

    .skeleton_md_width_60 {
        width: 60%
    }

    .skeleton_md_width_70 {
        width: 70%
    }

    .skeleton_md_width_75 {
        width: 75%
    }

    .skeleton_md_width_80 {
        width: 80%
    }

    .skeleton_md_width_90 {
        width: 90%
    }
}

@media (min-width: 992px) {
    .skeleton_lg_width_10 {
        width: 10%
    }

    .skeleton_lg_width_15 {
        width: 15%
    }

    .skeleton_lg_width_20 {
        width: 20%
    }

    .skeleton_lg_width_25 {
        width: 25%
    }

    .skeleton_lg_width_30 {
        width: 30%
    }

    .skeleton_lg_width_40 {
        width: 40%
    }

    .skeleton_lg_width_50 {
        width: 50%
    }

    .skeleton_lg_width_60 {
        width: 60%
    }

    .skeleton_lg_width_70 {
        width: 70%
    }

    .skeleton_lg_width_75 {
        width: 75%
    }

    .skeleton_lg_width_80 {
        width: 80%
    }

    .skeleton_lg_width_90 {
        width: 90%
    }
}

@media (min-width: 1200px) {
    .projects-slider__wrapper {
        max-height: 1200px
    }

    .skeleton_xl_width_10 {
        width: 10%
    }

    .skeleton_xl_width_15 {
        width: 15%
    }

    .skeleton_xl_width_20 {
        width: 20%
    }

    .skeleton_xl_width_25 {
        width: 25%
    }

    .skeleton_xl_width_30 {
        width: 30%
    }

    .skeleton_xl_width_40 {
        width: 40%
    }

    .skeleton_xl_width_50 {
        width: 50%
    }

    .skeleton_xl_width_60 {
        width: 60%
    }

    .skeleton_xl_width_70 {
        width: 70%
    }

    .skeleton_xl_width_75 {
        width: 75%
    }

    .skeleton_xl_width_80 {
        width: 80%
    }

    .skeleton_xl_width_90 {
        width: 90%
    }
}

.clients-section__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1rem
}

.clients-section__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem
}

@media (max-width: 767.98px) {
    .clients-section__item:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 576px) {
    .clients-section__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

@media (min-width: 768px) {
    .clients-section__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.clients-section__item-wrapper {
    position: relative;
    width: 100%
}

.clients-section__item-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.0553633218%
}

.clients-section__item-wrapper_offer {
    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;
    height: auto
}

.clients-section__item-wrapper_offer::before {
    display: none
}

.clients-section__img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.clients-section__button {
    white-space: normal
}

.circle-badge {
    position: relative;
    display: block
}

.circle-badge__badge {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    position: absolute;
    border-radius: 10px;
    background-color: #83c82a;
    color: #fff;
    right: -6px;
    bottom: -6px;
    min-width: 20px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 20px;
    font-size: 12px
}

.advantages {
    background-color: #edf8df;
    background-image: url("/assets/img/pages/landing/forest.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    padding: 74px 0 64px 0;
}

@media (min-width: 768px) {
    .advantages {
        padding: 104px 0
    }
}

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

.advantages__item-number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: 16px;
    border-radius: 50%;
    color: #fff;
    background-color: #83c82a;
    -webkit-box-shadow: 0 4px 12px #83c82a;
    box-shadow: 0 4px 12px #83c82a;
    font-size: 28px
}

@media (min-width: 992px) {
    .advantages__item-number {
        font-size: 28px
    }
}

@media (min-width: 576px) {
    .advantages__item-number {
        margin-right: 32px
    }
}

.advantages__item-icon {
    width: 35px;
    height: 35px;
    display: inline-block
}

.advantages__item-text {
    margin-bottom: 0;
    font-size: 16px
}

.advantages__item-title {
    margin-bottom: 8px;
    font-weight: 700;
    color: #292c34;
    font-size: 18px
}

@media (min-width: 992px) {
    .advantages__item-title {
        font-size: 18px
    }
}

.autocomplete-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin-top: 8px;
    border-radius: 4px;
    background-color: #fff;
    list-style: none;
    -webkit-box-shadow: 0 3px 6px rgba(149, 157, 165, .15);
    box-shadow: 0 3px 6px rgba(149, 157, 165, .15);
    border: 1px solid rgba(33, 33, 33, .07);
    z-index: 21;
    outline: 0;
    max-height: 250px;
    overflow-y: auto
}

.autocomplete-list::-webkit-scrollbar {
    width: 4px
}

.autocomplete-list::-webkit-scrollbar-track {
    background-color: #ddd
}

.autocomplete-list::-webkit-scrollbar-thumb {
    background: #83c82a;
    border-radius: 4px
}

.autocomplete-list::-webkit-scrollbar-track {
    border-radius: 0 4px 4px 0
}

.autocomplete-list._hidden {
    display: none
}

.autocomplete-list__item {
    margin: 4px;
    padding: 4px 8px;
    list-style: none;
    color: #1e2026;
    border-radius: 4px;
    background-color: #fff;
    line-height: 1.2
}

@media (min-width: 576px) {
    .autocomplete-list__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.autocomplete-list__item._selected, .autocomplete-list__item:hover {
    cursor: pointer;
    color: #1e2026;
    background-color: rgba(131, 200, 42, .1)
}

.autocomplete-list__no-result {
    margin: .3rem;
    padding: .3rem .5rem;
    list-style: none;
    text-align: left;
    font-size: 1rem;
    color: #212121;
    border-radius: .35rem;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    outline: 0
}

.autocomplete-list__city-name {
    display: block
}

.autocomplete-list__city-region {
    white-space: nowrap;
    display: block;
    color: #888
}

@media (min-width: 576px) {
    .autocomplete-list__city-region {
        margin-left: 4px
    }
}

.b-info {
    padding: 32px 0
}

@media (min-width: 768px) {
    .b-info {
        padding: 64px 0
    }
}

.b-info__row {
    margin: -1rem
}

.b-info__item {
    padding: 1rem
}

.b-info-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-info-item__column {
    width: 100%;
    max-width: 100%;
    padding-left: .5rem;
    padding-right: .5rem
}

.b-info-item__title {
    color: #1e2026;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.b-info-item__text {
    color: #4b505f;
    font-size: 16px
}

.b-info-item__image {
    display: inline-block;
    width: 93px;
    height: 93px
}

@media (max-width: 575.98px) {
    .b-info-item__column {
        padding-bottom: 1rem
    }

    .b-info-item__column:last-child {
        padding-bottom: 0
    }
}

.b-steps__row {
    counter-reset: line-number
}

.b-steps__item {
    counter-increment: line-number;
    position: relative;
    margin-top: 22px
}

.b-steps__item::before {
    content: counter(line-number);
    display: block;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 44px;
    line-height: 44px;
    white-space: nowrap;
    background-color: #2192a4;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none
}

.b-steps__item .b-steps__item:not(:nth-last-child(-n+1)) {
    margin-bottom: 40px
}

@media (min-width: 576px) {
    .b-info-item__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }

    .b-info-item__column_for_image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 109px;
        -ms-flex: 0 0 109px;
        flex: 0 0 109px;
        max-width: 109px
    }

    .b-info-item__column_for_info {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }

    .b-steps__item:not(:nth-last-child(-n+2)) {
        margin-bottom: 50px
    }
}

@media (min-width: 768px) {
    .b-steps__item:not(:nth-last-child(-n+3)) {
        margin-bottom: 60px
    }
}

.b-steps-item__head {
    position: relative;
    padding-top: 76.9230769231%;
    overflow: hidden
}

.b-steps-item__image, .b-steps-item__image-outer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.b-steps-item__image-outer_effect_zoom:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.b-steps-item__image-outer_effect_zoom:hover::after, .b-steps-item__image-outer_effect_zoom:hover::before {
    opacity: 1
}

.b-steps-item__text {
    margin-top: 18px;
    font-size: 18px;
    color: #1e2026
}

.b-steps-item__image-outer_effect_zoom {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.b-steps-item__image-outer_effect_zoom::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, .6);
    z-index: 1;
    pointer-events: none
}

.b-steps-item__image-outer_effect_zoom::after {
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: APIMediaIcons;
    content: "\e900";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    font-size: 60px;
    pointer-events: none
}

.b-steps-item__image-outer_effect_zoom::after, .b-steps-item__image-outer_effect_zoom::before {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: 0
}

.categories__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.categories__item {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px
}

@media (min-width: 576px) {
    .categories__items {
        margin: -1rem
    }

    .categories__item {
        padding: 1rem
    }
}

@media (min-width: 992px) {
    .categories__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .content h1 {
        font-size: 28px
    }
}

@media (min-width: 1200px) {
    .categories__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

.categories__control {
    margin-top: 48px;
    text-align: center
}

.content {
    color: #4b505f;
    line-height: 1.2;
    font-size: 16px
}

.content_md {
    font-size: 18px
}

.content h1 {
    font-weight: 700;
    font-size: 28px
}

.content h2 {
    font-weight: 700;
    font-size: 24px
}

@media (min-width: 992px) {
    .content h2 {
        font-size: 24px
    }

    .content h3 {
        font-size: 20px
    }
}

.content h3 {
    font-weight: 700;
    font-size: 20px
}

.content h4 {
    font-weight: 700;
    font-size: 18px
}

@media (min-width: 992px) {
    .content h4 {
        font-size: 18px
    }

    .content h5 {
        font-size: 16px
    }
}

.content h5 {
    font-weight: 700;
    font-size: 16px
}

.content h6 {
    font-weight: 700;
    font-size: 14px
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin: 0 0 20px;
    color: #1e2026
}

.content p {
    margin: 0 0 20px
}

.content p:last-child {
    margin-bottom: 0
}

.content b, .content strong {
    font-weight: 700;
    color: #3fadd7
}

.content small {
    font-size: 13px
}

.content a {
    display: inline;
    color: #83c82a;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s
}

.content a:hover {
    color: #679e21
}

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

.content iframe {
    max-width: 100%
}

.content ul {
    padding-left: 24px;
    margin: 0 0 20px
}

.content li {
    margin-bottom: 8px
}

.content li::marker {
    color: #83c82a;
    font-size: 1.6em;
    line-height: 1.2
}

.content li:last-child, .content > :last-child {
    margin-bottom: 0
}

.content table {
    width: 100%;
    border-collapse: collapse;
    max-width: 100%;
    overflow: hidden;
    margin: 0 0 20px
}

.content td, .content th {
    padding: 16px
}

.content th, .content thead td {
    background-color: #54585d;
    color: #fff;
    font-weight: 700;
    border: 1px solid #54585d;
    border-right: 1px solid #ddd
}

.content th:last-child, .content thead td:last-child {
    border-right: 1px solid #54585d
}

.content td {
    color: #4b505f
}

.content tbody tr, .content tr {
    background-color: #f9fafb;
    border: 1px solid #ddd
}

.content tbody tr td, .content tr td {
    border-right: 1px solid #ddd
}

.content tbody tr td:last-child, .content tr td:last-child {
    border-right: none
}

.content tr:nth-child(odd) {
    background-color: #fff
}

.custom-content_space_top {
    margin-top: 40px
}

.custom-content__title {
    margin-bottom: 20px
}

.custom-content__text {
    color: #4b505f;
    line-height: 23px;
    margin-bottom: 0
}

.custom-content__section {
    margin-bottom: 40px
}

.custom-content__section:last-child {
    margin-bottom: 0
}

.custom-content__list_theme_checked {
    margin-bottom: 0;
    padding-left: 32px;
    list-style: none
}

.custom-content__list_theme_checked li {
    color: #1e2026;
    margin-bottom: 18px
}

.custom-content__list_theme_checked li::before {
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: APIMediaIcons;
    content: "\e93d";
    width: 32px;
    margin-left: -32px;
    color: #709419
}

.custom-content__list_theme_dashed {
    padding-left: 30px;
    list-style: none
}

.custom-content__list_theme_dashed li {
    color: #4b505f;
    margin-bottom: 20px
}

.custom-content__list_theme_dashed li::before {
    content: "—";
    font-weight: 700;
    color: #709419;
    display: inline-block;
    font-size: 18px;
    width: 30px;
    margin-left: -30px;
    line-height: 1
}

.custom-content__list_theme_dashed li:last-child {
    margin-bottom: 0
}

.custom-content__important {
    font-weight: 700;
    font-size: 20px;
    color: #83c82a
}

.glory-tile {
    overflow: hidden;
    position: relative;
    display: block
}

.glory-tile::before {
    content: "";
    padding-top: 69.5%;
    display: block
}

.glory-tile:hover .glory-tile__overlay {
    opacity: 1;
    visibility: visible
}

.glory-tile:hover .glory-tile__overlay::before {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    opacity: 1
}

.glory-tile:hover .glory-tile__title {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.glory-tile:hover .glory-tile__overlay-text {
    opacity: 1
}

.glory-tile__title {
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    width: calc(100% + 2px);
    display: block;
    text-align: center;
    padding: 4px .5rem;
    background-color: rgba(255, 255, 255, .8);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    font-size: 24px;
    line-height: 1.25;
    color: #1e2026;
    z-index: 1;
    max-height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width: 991.98px) {
    .glory-tile__title {
        font-size: 16px
    }

    .glory-tile__title_small {
        font-size: 14px
    }
}

.glory-tile__image {
    position: absolute;
    top: -1px;
    left: -1px;
    max-width: calc(100% + 2px);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.glory-tile__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(33, 33, 33, .6);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility .25s ease-out;
    -o-transition: opacity .2s ease-out, visibility .25s ease-out;
    transition: opacity .2s ease-out, visibility .25s ease-out
}

.glory-tile__overlay::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    opacity: 0
}

.glory-tile__overlay-text {
    color: #fff;
    font-size: 24px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

@media (max-width: 991.98px) {
    .glory-tile__overlay-text {
        font-size: 16px
    }
}

.hot-offer {
    margin-top: 22px;
    margin-bottom: 1rem
}

.hot-offer__inner {
    padding: 14px 48px;
    background-color: #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: 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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    position: relative
}

@media (min-width: 1440px) {
    .advantages {
        background-image: url("/assets/img/pages/landing/seagull.png"), url("/assets/img/pages/landing/forest.png");
        background-size: auto 65%, 100%;
        background-position: calc(50% + 900px), bottom center
    }

    .hot-offer__inner {
        padding: 14px 75px
    }
}

.hot-offer__column {
    width: 100%;
    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-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hot-offer__column_left {
    padding-bottom: .5rem
}

.hot-offer__title {
    font-weight: 700;
    margin-right: 1rem
}

.hot-offer__sale {
    color: #83c82a;
    text-align: center
}

.hot-offer__text {
    color: #1e2026
}

.hot-offer__control {
    margin-left: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hot-offer__close {
    line-height: 1;
    width: 30px;
    height: 30px;
    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;
    position: absolute;
    top: 0;
    right: 0;
    color: #888;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hot-offer__close:hover {
    color: #83c82a
}

.hot-offer__close::after {
    content: "\e91f";
    font-family: APIMediaIcons;
    font-size: 14px;
    width: 14px;
    height: 14px
}

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

    .hot-offer__column {
        width: auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hot-offer__column_left {
        margin-right: 2rem;
        padding-bottom: 0
    }
}

@media (min-width: 1200px) and (min-width: 1440px) {
    .hot-offer__column_left {
        margin-right: 6rem
    }
}

@media (min-width: 576px) {
    .hot-offer__inner {
        font-size: 24px
    }
}

@media (max-width: 991.98px) {
    .hot-offer {
        margin-top: 0
    }

    .hot-offer .container {
        padding-left: 0;
        padding-right: 0
    }

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

    .hot-offer__title {
        margin-right: 0
    }
}

@media (max-width: 767.98px) {
    .hot-offer__inner {
        padding: 1rem
    }
}

@media (max-width: 575.98px) {
    .hot-offer__column_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hot-offer__control {
        margin-left: 0;
        margin-top: .5rem
    }
}

.hot-offer-timer {
    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
}

.hot-offer-timer__icon {
    font-size: 0
}

.hot-offer-timer__icon::before {
    font-size: 36px
}

.hot-offer-timer__time {
    margin-left: 4px;
    font-weight: 700;
    font-size: 28px
}

.notice {
    padding: 11px;
    background-color: rgba(33, 146, 164, .2)
}

.notice__inner {
    border: 1px dashed #83c82a;
    padding: 20px;
    text-align: center
}

.notice__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.notice__column {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 100%
}

.notice__title {
    color: #83c82a;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 24px
}

.notice__text {
    line-height: 23px;
    color: #1e2026;
    font-size: 16px
}

.notice__image {
    width: 100%;
    display: inline-block;
    max-width: 90px
}

@media (max-width: 575.98px) {
    .notice__column:not(:last-child) {
        padding-bottom: 1rem
    }

    .notice__text {
        text-align: justify
    }
}

@media (min-width: 576px) {
    .notice__inner {
        text-align: left;
        padding: 34px 46px
    }

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

    .notice__column_for_image {
        -webkit-box-flex: 122px;
        -webkit-flex: 122px;
        -ms-flex: 122px;
        flex: 122px;
        max-width: 122px
    }

    .notice__column_for_text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
        flex: 1 0 0
    }
}

.response-popup {
    text-align: center;
    width: 100%;
    max-width: 400px
}

.response-popup__title {
    font-size: 24px
}

@media (min-width: 992px) {
    .response-popup__title {
        font-size: 24px
    }
}

.response-popup__text {
    margin-top: 1rem;
    font-size: 16px
}

.form-popup {
    display: none;
    width: 100%;
    max-width: 540px;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    background: 0 0;
    padding: 0
}

@media (min-width: 576px) {
    .form-popup {
        padding: 20px
    }
}

.form-popup__inner {
    border-radius: 4px;
    background: #fff;
    padding: 40px 20px;
    position: relative
}

.form-popup_request {
    display: inline-block
}

.form-popup_quickview, .form-popup_width {
    max-width: 1504px
}

.form-popup_hidden {
    opacity: 0
}

.form-popup__title {
    font-weight: 700;
    line-height: 1;
    font-size: 22px
}

@media (min-width: 576px) {
    .form-popup__inner {
        padding: 47px
    }

    .form-popup__title {
        font-size: 30px
    }
}

.form-popup__text {
    margin-top: 16px;
    color: #4b505f;
    font-size: 16px
}

.form-popup__text, .form-popup__title {
    text-align: center
}

.form-popup__fields {
    margin-top: 30px
}

.form-popup__field {
    margin-bottom: 21px
}

.form-popup__field:last-child {
    margin-bottom: 0
}

.form-popup__hint {
    color: #888;
    font-size: 13px;
    margin-top: 10px;
    text-align: center
}

.form-popup__hint-sign {
    color: #d70000
}

.form-popup__control {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form-popup__submit-button {
    width: 100%
}

.form-popup__close-btn {
    line-height: 1;
    width: 40px;
    height: 40px;
    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;
    position: absolute;
    z-index: 10;
    border: none;
    background: 0 0;
    top: 0;
    right: 0;
    color: #333;
    font-size: 14px;
    -webkit-transition: color .25s, border-color .25s;
    -o-transition: color .25s, border-color .25s;
    transition: color .25s, border-color .25s
}

.form-popup__close-btn:focus {
    outline: 0
}

@media (min-width: 576px) {
    .form-popup__control {
        margin-top: 44px
    }

    .form-popup__close-btn {
        background: #fff;
        border-radius: 50%;
        border: 1px solid #cdcdcd;
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 20px rgba(0, 0, 0, .25)
    }
}

.form-popup__close-btn:hover {
    color: #75b326;
    border-color: #75b326
}

.form-popup__close-btn::after {
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: APIMediaIcons;
    content: "×";
    font-size: 35px;
}

.popup-teaser {
    max-width: 992px;
    width: 100%;
    background: #ecedf0;
    padding: 0 !important;
    border-radius: 16px;
    overflow: hidden
}

.popup-teaser .form-popup__close-btn {
    top: 4px;
    right: 4px
}

.popup-teaser__image-wrapper {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 50%
}

@media (max-width: 575.98px) {
    .popup-teaser__image-wrapper {
        padding-top: 100%
    }
}

.popup-teaser__image {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto
}

.popup-teaser__form {
    position: relative;
    padding: 128px 64px;
    width: 100%;
    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
}

@media (max-width: 575.98px) {
    .popup-teaser__form {
        padding: 16px
    }
}

.popup-teaser__form-decor {
    position: absolute
}

.popup-teaser__form-decor.decor-1 {
    top: 0;
    left: 0
}

.popup-teaser__form-decor.decor-2 {
    top: 0;
    left: 128px
}

.popup-teaser__form-decor.decor-3 {
    bottom: 0;
    right: 0
}

.popup-teaser__form-decor.decor-4 {
    right: 0;
    top: 0
}

.popup-teaser__form-inner {
    position: relative;
    max-width: 736px
}

.popup-teaser__form-inner .ui-checkbox__text {
    color: #1e2026
}

.popup-teaser__form-inner .form-section__item {
    max-width: none
}

.popup-teaser__form-inner-title {
    text-align: center;
    line-height: 110%;
    margin-bottom: 32px
}

@media (max-width: 767.98px) {
    .popup-teaser .form-popup__close-btn {
        background-color: #fff;
        border-radius: 50%
    }

    .popup-teaser__form-inner .form-section__item {
        margin-bottom: 8px
    }

    .popup-teaser__form-inner-title {
        font-size: 16px;
        margin-bottom: 16px
    }
}

.reviews__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem
}

.reviews__bottom {
    margin-top: 30px
}

.reviews__link {
    text-decoration: underline;
    color: #4b505f
}

.reviews__link:focus, .reviews__link:hover {
    color: #83c82a
}

@media (max-width: 767.98px) {
    .reviews__title {
        margin-bottom: .5rem
    }

    .reviews__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }

    .reviews__control {
        margin-top: 1rem
    }
}

.review {
    color: #1e2026;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.review:first-child {
    padding-top: 0
}

.review:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.review__header {
    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-bottom: .5rem
}

.review__header-divider {
    padding: 0 20px
}

.review__text {
    margin-top: 1rem
}

.review__author {
    font-size: 18px;
    font-weight: 700;
    color: #1e2026
}

.review__date {
    color: #666
}

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

.review__reply {
    margin-top: 20px
}

.review__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 11px -5px -5px;
    padding: 0
}

.review__image-item {
    width: 60px;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    padding: 5px
}

.review__image {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.review__image, .review__image-item {
    border-radius: 3px
}

@media (max-width: 767.98px) {
    .review__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .review__header-divider {
        display: none
    }
}

.reviews-empty {
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem
}

.reviews-empty__text {
    font-size: 24px;
    display: inline;
    border-bottom: 2px solid #83c82a
}

@media (max-width: 767.98px) {
    .reviews-empty {
        margin-bottom: 0
    }

    .reviews-empty__text {
        font-size: 18px
    }
}

.review-reply {
    color: #1e2026;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    border-left: 3px solid #83c82a
}

@media (max-width: 575.98px) {
    .review-reply {
        padding-left: 0;
        border-left: 0
    }
}

.review-reply__author {
    font-weight: 700;
    color: #1e2026;
    margin-bottom: .25rem
}

.review-reply__label {
    margin-bottom: 1.5rem
}

.review-reply__label-text {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background-color: #83c82a;
    padding: 8px 16px
}

.reviews-form__title {
    font-size: 20px;
    color: #1e2026;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1rem
}

.reviews-form__field-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem
}

.reviews-form__field-wrapper:last-child {
    margin-bottom: 0
}

.reviews-form__stars {
    margin-top: 4px
}

.reviews-form__label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4b505f
}

.reviews-form__stars-info {
    font-size: 14px;
    color: #4b505f
}

.reviews-form__success {
    text-align: center;
    background-color: #d4edda;
    color: #336f41;
    border-radius: 4px;
    width: 100%;
    padding: .5rem
}

.reviews-form__button {
    width: 100%
}

.reviews-form__actions-wrapper {
    margin-top: 30px
}

.reviews-form__error {
    color: #d70000;
    margin-top: 4px;
    font-size: 13px
}

#reviews-form {
    width: 100%;
    max-width: 520px;
    display: none
}

.review-stars {
    background-image: url("../img/icons/stars.png");
    background-repeat-x: repeat;
    width: 100px;
    height: 20px;
    background-position: 0 0;
    display: inline-block
}

.stars-rating {
    background-image: url("../img/icons/stars.png");
    background-repeat-x: repeat;
    height: 20px;
    background-position: 0 -27px;
    display: block
}

.stars-rating_star_1 {
    width: 20px
}

.stars-rating_star_2 {
    width: 40px
}

.stars-rating_star_3 {
    width: 60px
}

.stars-rating_star_4 {
    width: 80px
}

.stars-rating_star_5 {
    width: 100px
}

.star-input {
    cursor: pointer;
    line-height: 1px;
    font-size: 18px;
    color: #ccc;
    -webkit-transition: color .25s ease-out;
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out
}

.star-input::before {
    content: "\e94c";
    font-family: APIMediaIcons
}

.star-input.active, .star-input.active2 {
    color: #faa61a
}

.star-input.active-disabled {
    color: #ccc
}

.ec-rating-description {
    min-height: 48px
}

.reviews-form__dropzone {
    height: 80px
}

.reviews-form__files-wrapper {
    margin-top: 1rem
}

.reviews-form__files > .dropzone-preview {
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px solid #ddd
}

.reviews-form__files > .dropzone-preview:first-child {
    margin-top: 24px;
    padding-top: 0;
    border-top: none
}

.reviews-form__files > .dropzone-preview:last-child {
    padding-bottom: 0
}

.dropzone-container {
    background: rgba(221, 221, 221, .2);
    border-radius: 4px;
    border: 2px dashed #caeba0;
    padding: 16px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    -webkit-transition: opacity .15s, background-color .15s, border-color .15s;
    -o-transition: opacity .15s, background-color .15s, border-color .15s;
    transition: opacity .15s, background-color .15s, border-color .15s;
    cursor: pointer;
    color: #75b326;
    font-size: 16px
}

@media (min-width: 992px) {
    .dropzone-container {
        font-size: 16px
    }
}

.dropzone-container._dragging, .dropzone-container:focus, .dropzone-container:hover {
    background: rgba(237, 248, 223, .1);
    border-color: #83c82a
}

.dropzone-container.dz-max-files-reached {
    border-color: #ddd;
    background: rgba(221, 221, 221, .2);
    color: #4b505f;
    opacity: .5
}

.dropzone-container.dz-max-files-reached, .dropzone-container.dz-max-files-reached:focus, .dropzone-container.dz-max-files-reached:hover {
    cursor: default
}

.dropzone-preview {
    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
}

.dropzone-preview__image {
    width: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    max-height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    display: block;
    margin-right: 16px
}

.dropzone-preview__filename {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.dropzone-preview__details {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: calc(100% - 106px);
    margin-right: 16px
}

.dropzone-preview__actions {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    max-width: 16px
}

.dropzone-preview__action {
    cursor: pointer
}

.dropzone-preview__action::after {
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: APIMediaIcons
}

.dropzone-preview__action_remove {
    width: 24px;
    height: 24px;
    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;
    border-radius: 50%;
    background: #d70000;
    color: #fff;
    font-size: 10px
}

.dropzone-preview__action_remove::after {
    content: "\e901"
}

.seo-section__title {
    margin-bottom: 1rem;
    line-height: 36px
}

.side-buttons {
    z-index: 130;
    position: fixed;
    right: calc(100% - 58px);
    top: 450px;
    display: none
}

@media (min-width: 1500px) {
    .side-buttons {
        display: block
    }
}

.side-buttons__item {
    margin-bottom: 4px;
    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
}

.side-buttons__item:last-child {
    margin-bottom: 0
}

.side-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #83c82a;
    height: 58px;
    -webkit-transition: background-color .25s, -webkit-transform .25s;
    transition: background-color .25s, transform .25s, -webkit-transform .25s;
    -o-transition: background-color .25s, transform .25s
}

.side-button:hover {
    -webkit-transform: translateX(calc(100% - 58px));
    -ms-transform: translateX(calc(100% - 58px));
    transform: translateX(calc(100% - 58px));
    background-color: #75b326
}

.side-button, .side-button:focus, .side-button:hover {
    text-decoration: none
}

.side-button__content {
    padding: 18px;
    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;
    color: #fff;
    white-space: nowrap
}

.side-button__image-container {
    width: 58px;
    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;
    background-color: inherit
}

.side-button__icon {
    width: 36px;
    height: 36px
}

.catalog-nav {
    padding: 20px 16px;
    border: 1px solid #ddd
}

.catalog-nav__inner {
    padding-top: 2rem;
    position: relative
}

.catalog-nav__inner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    height: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ddd
}

.catalog-nav__link {
    color: inherit
}

.catalog-nav__link:hover {
    color: #83c82a
}

.catalog-nav__link_state_heading {
    font-size: 18px;
    font-weight: 700
}

.catalog-nav-toggle {
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #83c82a;
    line-height: 1;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.catalog-nav-toggle:hover {
    color: #83c82a
}

.catalog-nav-toggle::after {
    font-family: APIMediaIcons;
    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;
    content: "\e904";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(90deg) perspective(1px);
    transform: translateY(-50%) rotate(90deg) perspective(1px);
    color: #83c82a;
    font-size: 14px;
    width: 20px;
    height: 20px;
    font-weight: 400
}

.catalog-nav-toggle.collapsed {
    color: #1e2026
}

.catalog-nav-toggle.collapsed:hover {
    color: #83c82a
}

.catalog-nav-toggle.collapsed:hover::after {
    color: inherit
}

.catalog-nav-toggle.collapsed::after {
    -webkit-transform: translateY(-50%) rotate(0) perspective(1px);
    transform: translateY(-50%) rotate(0) perspective(1px);
    color: #888
}

.catalog-nav-toggle_state_heading {
    font-weight: 700;
    font-size: 18px
}

.catalog-nav-item:not(:last-child) {
    margin-bottom: 20px
}

.catalog-nav-item__link {
    color: #666
}

.catalog-nav-item__link:hover {
    color: #83c82a
}

.catalog-nav-item__link.active {
    color: #1e2026;
    font-weight: 700
}

.catalog-nav-item__link_level-1 {
    color: #1e2026
}

.catalog-nav-item__link_separator_yes::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #888;
    bottom: 1px;
    -webkit-transform: translateY(.5rem);
    -ms-transform: translateY(.5rem);
    transform: translateY(.5rem)
}

.catalog-nav-item__inner {
    padding-left: 1rem;
    padding-top: 1rem
}

.catalog-nav-item__toggle-link, .catalog-nav-item__toggle-link:hover {
    color: inherit
}

.catalog-nav-item__item {
    position: relative
}

.catalog-nav-item__item:not(:last-child) {
    margin-bottom: 1rem
}

.tippy-box[data-theme~=dark] {
    background-color: #1e2026;
    color: #fff;
    text-align: center
}

.tippy-box[data-theme~=dark][data-placement^=top] > .tippy-arrow::before {
    border-top-color: #1e2026
}

.tippy-box[data-theme~=dark][data-placement^=bottom] > .tippy-arrow::before {
    border-bottom-color: #1e2026
}

.tippy-box[data-theme~=dark][data-placement^=left] > .tippy-arrow::before {
    border-left-color: #1e2026
}

.tippy-box[data-theme~=dark][data-placement^=right] > .tippy-arrow::before {
    border-right-color: #1e2026
}

.tooltip-reference {
    cursor: help;
    font-size: 0;
    height: 16px;
    width: 16px;
    display: inline-block;
    color: #292c34
}

.tooltip-reference::before {
    font-family: APIMediaIcons;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: "\e928"
}

.video-item__wrapper {
    position: relative
}

.video-item__wrapper:focus .video-item__play, .video-item__wrapper:hover .video-item__play {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.video-item__play {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

@media (min-width: 991.98px) {
    .video-item__play {
        width: 128px;
        height: 128px
    }
}

.video-item__title {
    font-weight: 700;
    font-size: 20px
}

@media (min-width: 992px) {
    .video-item__title {
        font-size: 20px
    }
}

.info-contact {
    text-align: left;
    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;
    width: 100%;
    color: #1e2026
}

.info-contact_theme_light .info-contact__text {
    color: #fff
}

.info-contact_theme_light .info-contact__text_link:focus, .info-contact_theme_light .info-contact__text_link:hover {
    color: #83c82a
}

.info-contact__icon {
    height: 20px;
    width: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    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;
    font-size: 20px;
    color: #4b505f;
    margin-right: 16px
}

.info-contact__text_weight_normal {
    font-weight: 400
}

.info-contact__text_wrap {
    white-space: normal
}

.info-contact__text_link {
    white-space: nowrap
}

.header-top-bar {
    height: 96px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 151;
    display: none;
    padding: 32px 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

@media (min-width: 991.98px) {
    .header-top-bar {
        display: block
    }
}

@media (min-width: 1440px) {
    .header-top-bar {
        height: 96px
    }
}

.header-top-bar.is-active {
    background-color: rgba(30, 32, 38, .75)
}

.header-top-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.header-top-bar__text {
    font-size: 14px;
    color: #4b505f;
    display: none
}

@media (min-width: 1200px) {
    .header-top-bar__text {
        display: block
    }

    .top-nav__item {
        text-transform: uppercase
    }
}

.header-top-bar__logo-wrapper {
    margin-right: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 224px;
    -ms-flex: 0 0 224px;
    flex: 0 0 224px
}

.header-top-bar__logo-wrapper, .header-top-bar__logo-wrapper .header-top-bar__logo-image {
    width: 230px;
}

@media (min-width: 1440px) {
    .header-top-bar__logo-wrapper {
        margin-right: 48px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 224px;
        -ms-flex: 0 0 224px;
        flex: 0 0 224px
    }

    .header-top-bar__logo-wrapper, .header-top-bar__logo-wrapper .header-top-bar__logo-image {
        width: 230px;
    }
}

.header-top-bar__logo {
    display: block;
    text-decoration: none;
    text-align: center
}

.header-top-bar__logo, .header-top-bar__logo:focus, .header-top-bar__logo:hover {
    color: #1e2026
}

.header-top-bar__logo-slogan {
    display: block;
    font-weight: 700;
    font-size: 13px;
    margin-top: 5px;
    white-space: nowrap
}

.header-top-bar__text-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.header-top-bar__container {
    height: 100%
}

.header-top-bar__phone-wrapper {
    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;
    background-color: #1e2026;
    border-radius: 8px;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 18px
}

@media (min-width: 992px) {
    .header-top-bar__phone-wrapper {
        font-size: 18px
    }
}

.top-nav {
    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;
    list-style: none;
    padding: 0;
    margin: 0 -15px
}

.top-nav__item {
    padding: 0 15px;
    line-height: 15px;
    font-size: 13px;
    font-weight: 700
}

.top-nav__link.active {
    color: #679e21
}

.header-info {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100
}

@media (min-width: 991.98px) and (-ms-high-contrast: none),(min-width: 991.98px) and (-ms-high-contrast: active) {
    .header-info {
        position: static
    }
}

@media (min-width: 991.98px) {
    .header-info, .header-info__mobile-heading {
        display: none
    }

    .header-info, .header-info__container {
        height: 0
    }
}

.header-info__inner {
    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;
    height: 100%
}

.header-info__mobile-heading {
    width: 100%
}

.header-info__catalog-wrapper {
    margin-right: 32px
}

@media (min-width: 1440px) {
    .top-nav__item {
        font-size: 16px
    }

    .header-info__catalog-wrapper {
        margin-right: 48px
    }
}

.header-info__contacts-wrapper {
    text-align: right;
    margin-right: 32px
}

@media (min-width: 1200px) {
    .header-info__contacts-wrapper {
        margin-right: 34px
    }
}

.header-info__contact-link {
    font-weight: 700;
    font-size: 20px
}

@media (min-width: 992px) {
    .header-info__contact-link {
        font-size: 20px
    }
}

@media (max-width: 1439.98px) {
    .header-info__contact-link {
        font-size: 16px
    }

    .header-info__schedule {
        font-size: 14px
    }
}

@media (max-width: 991.98px) {
    .header-info__container {
        padding-left: 0;
        padding-right: 0
    }

    .header-info__cart-wrapper, .header-info__catalog-wrapper, .header-info__contacts-wrapper, .header-info__logo-wrapper {
        display: none
    }

    .header-info__search-wrapper {
        visibility: visible;
        margin: 0;
        padding: 0;
        height: 0;
        width: 0;
        position: absolute
    }

    body {
        padding-top: 60px
    }

    .desktop-nav {
        display: none
    }
}

.desktop-nav {
    position: absolute;
    top: 274px;
    left: 0;
    width: 100%;
    z-index: 140;
    display: none
}

@media (min-width: 991.98px) {
    .desktop-nav_open {
        display: block
    }
}

.desktop-nav__container {
    height: 100%
}

.desktop-nav__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .25);
    z-index: 5
}

.desktop-nav__content {
    z-index: 6;
    background-color: #fff;
    position: relative;
    height: calc(100vh - 294px);
    max-height: 790px
}

.desktop-nav__inner {
    position: relative;
    height: 100%;
    padding: 20px 0
}

.desktop-nav__list {
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #ddd;
    width: 300px;
    height: 100%;
    overflow-y: auto
}

.desktop-nav__list::-webkit-scrollbar {
    width: 4px
}

.desktop-nav__list::-webkit-scrollbar-track {
    background-color: #ddd
}

.desktop-nav__list::-webkit-scrollbar-thumb {
    background: #83c82a;
    border-radius: 4px
}

.desktop-nav__list-item {
    margin-bottom: 4px
}

.desktop-nav__list-item:last-child {
    margin-bottom: 0
}

.desktop-nav__list-link {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.desktop-nav__list-link:hover, .desktop-nav__list-link_active {
    background-color: #f8f8f8;
    color: #75b326
}

.desktop-nav__panel {
    top: 0;
    width: calc(100% - 300px);
    position: absolute;
    left: 300px;
    height: 100%;
    padding: 20px 0 20px 20px;
    display: none
}

.desktop-nav__panel_active {
    display: block
}

.nav-panel {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto
}

.nav-panel::-webkit-scrollbar {
    width: 4px
}

.nav-panel::-webkit-scrollbar-track {
    background-color: #ddd
}

.nav-panel::-webkit-scrollbar-thumb {
    background: #83c82a;
    border-radius: 4px
}

.nav-panel__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px
}

.nav-panel__name-link {
    font-size: 24px
}

@media (min-width: 992px) {
    .nav-panel__name-link {
        font-size: 24px
    }
}

.nav-panel__name-cats {
    display: inline-block;
    margin-left: 16px;
    font-size: 16px;
    color: #90d537
}

.nav-panel__name-cats:focus, .nav-panel__name-cats:hover {
    color: #2382a7
}

.nav-panel__categories {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.nav-panel__category {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.nav-panel__category-title {
    font-size: 18px;
    color: #1e2026;
    display: block;
    font-weight: 700
}

@media (min-width: 992px) {
    .nav-panel__category-title {
        font-size: 18px
    }
}

.nav-panel__category-title:hover {
    color: #83c82a
}

.nav-panel__category-list {
    margin-top: 8px
}

.panel-list {
    width: 100%;
    padding: 0;
    list-style: none
}

.panel-list__item {
    margin-bottom: 4px;
    font-size: 16px
}

.panel-list__item:last-child {
    margin-bottom: 0
}

.panel-list__link {
    display: block;
    color: #1e2026
}

.panel-list__link:hover {
    color: #83c82a
}

.mobile-phone {
    display: none
}

@media (min-width: 400px) {
    .mobile-phone {
        display: block
    }

    .app-mobile-heading__logo {
        max-width: 140px
    }
}

.header-nav {
    width: 100%;
    position: relative;
    background-color: #fff;
    display: none
}

@media (min-width: 991.98px) {
    .header-nav {
        background-color: #83c82a;
        height: 50px;
        display: block
    }

    .header-nav__nav-wrapper {
        width: 100%;
        display: block
    }
}

.header-nav__container {
    height: 100%
}

.header-nav__inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.main-nav {
    display: block;
    width: 100%;
    position: static
}

.main-nav::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    font: 0/0 serif;
    overflow: hidden
}

.menu_desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative
}

.menu_mobile {
    display: block
}

.hamburger {
    padding: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: 1
}

.hamburger__box {
    width: 30px;
    height: 18px;
    display: inline-block;
    position: relative
}

.hamburger__inner, .hamburger__inner::after, .hamburger__inner::before {
    width: 30px;
    height: 2px;
    background-color: #1e2026;
    border-radius: 10px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger__inner::after, .hamburger__inner::before {
    content: "";
    display: block
}

.hamburger__inner::before {
    top: -8px;
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    -o-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger__inner::after {
    bottom: -8px;
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger__inner {
    display: block;
    top: 50%;
    margin-top: -1px;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.app-mobile-heading {
    background-color: #fff;
    width: 100%;
    height: 60px;
    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;
    padding-left: 1rem;
    padding-right: 60px;
    -webkit-box-shadow: 0 -5px 10px 1px #7a8196;
    box-shadow: 0 -5px 10px 1px #7a8196
}

.app-mobile-heading__hamburger {
    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;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%
}

.app-mobile-heading__logo-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.app-mobile-heading__logo {
    height: 35px;
    max-width: 140px
}

.app-mobile-heading__controls {
    margin-left: auto;
    margin-right: .5rem
}

@media (min-width: 576px) {
    .ec-rating-description {
        min-height: initial
    }

    .app-mobile-heading__logo {
        max-width: 140px
    }

    .app-mobile-heading {
        padding-right: 70px
    }

    .app-mobile-heading__hamburger {
        width: 70px
    }
}

.heading-mobile-controls {
    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
}

.heading-mobile-controls__item {
    color: #1e2026
}

.heading-mobile-controls__item:not(:last-child) {
    margin-right: 1rem
}

.mobile-search-toggle {
    line-height: 1
}

.mobile-search-toggle__icon {
    font-size: 24px
}

.mobile-menu {
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none
}

@media (min-width: 991.98px) {
    .mobile-menu {
        display: none
    }
}

.mobile-menu__menu {
    background-color: #fff;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    z-index: 1;
    position: relative;
    left: -100%;
    pointer-events: auto
}

@media (min-width: 576px) {
    .mobile-menu__menu {
        max-width: 576px
    }
}

.mobile-menu__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none
}

.mobile-menu__header {
    background-color: #fff;
    padding: .25rem 60px .25rem 1rem;
    height: 60px;
    -webkit-box-shadow: 0 -5px 10px 1px #1e2026;
    box-shadow: 0 -5px 10px 1px #1e2026;
    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
}

.mobile-menu__body {
    overflow-y: auto;
    height: calc(100% - 60px)
}

.mobile-menu__close {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    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
}

.mobile-menu__close-icon {
    color: #1e2026;
    font-size: 20px
}

.mobile-menu.mobile-menu_active .mobile-menu__menu {
    left: 0;
    -webkit-transition: left .25s;
    -o-transition: left .25s;
    transition: left .25s
}

.mobile-menu.mobile-menu_active .mobile-menu__backdrop {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

.mobile-menu-content__info {
    padding: 20px
}

.footer__rights {
    padding: 16px 0;
    background-color: #ecedf0
}

.footer__main {
    background-color: #ecedf0;
    padding-top: 32px;
    padding-bottom: 32px;
    position: relative
}

.footer__logo {
    max-width: 224px;
    display: inline-block;
    text-decoration: none
}

.footer__logo-slogan {
    display: block;
    font-weight: 700;
    margin-top: 5px;
    font-size: 13px;
    white-space: nowrap;
    color: #1e2026
}

.footer__main-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__social {
    margin-top: 32px
}

.footer__column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px
}

.footer__column:last-child {
    margin-bottom: 0
}

.footer__column_info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width: 768px) {
    .footer__column {
        margin-bottom: 0
    }

    .footer__column_info {
        text-align: center;
        margin-bottom: 48px
    }
}

@media (min-width: 1200px) {
    .nav-panel__categories {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }

    .footer__main {
        padding-top: 64px;
        padding-bottom: 32px
    }

    .footer__column {
        margin-right: 60px
    }

    .footer__column:last-child {
        margin-right: 0
    }

    .footer__column_info {
        text-align: left;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .footer__column_contacts {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 25%
    }
}

@media (min-width: 1200px) {
    .footer__column_contacts {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 350px;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px
    }
}

@media (min-width: 768px) {
    .footer__column_nav {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: calc(25% - 32px);
        margin-right: 32px
    }

    .footer__rights-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1200px) {
    .footer__column_nav {
        margin-right: 32px;
        max-width: 325px
    }
}

.footer__phone {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1
}

.footer__schedule {
    margin-top: 6px;
    font-size: 12px
}

.footer__email-wrapper {
    margin-top: 16px
}

.footer__email {
    font-size: 16px
}

@media (min-width: 992px) {
    .footer__email {
        font-size: 16px
    }
}

.footer__callback-wrapper {
    margin-top: 36px
}

.footer__rights-inner {
    font-size: 14px
}

.footer__copyright {
    color: #1e2026;
    font-size: 14px;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .footer__copyright {
        margin-bottom: 0;
        margin-right: 1rem
    }
}

.footer__creator {
    color: #1e2026
}

.footer__creator:focus, .footer__creator:hover {
    color: #679e21
}

.footer-list__title {
    font-weight: 700;
    margin-bottom: 18px;
    font-size: 16px
}

@media (min-width: 992px) {
    .footer-list__title {
        font-size: 16px
    }

    .footer-block__title {
        font-size: 18px
    }
}

.footer-list__items {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-list__item {
    margin-bottom: 12px;
    line-height: 1.2
}

@media (min-width: 768px) {
    .footer-list__item {
        margin-bottom: 20px
    }
}

.footer-list__item:last-child {
    margin-bottom: 0
}

.footer-list__link {
    color: #4b505f
}

.footer-list__link.active, .footer-list__link:hover {
    color: #83c82a
}

.footer-block {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    border-radius: 8px;
    overflow: hidden
}

.footer-block__head {
    padding: 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-block__title {
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

.footer-block__number {
    color: #3fadd7
}

.footer-block__description {
    margin-top: auto;
    text-align: center
}

.footer-map {
    position: relative
}

.footer-map-abs {
    z-index: 20
}

.footer-map__legend {
    padding: 64px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 10px rgba(239, 244, 245, .25);
    box-shadow: 0 8px 10px rgba(239, 244, 245, .25);
    border-radius: 8px;
    min-width: 290px
}

@media (max-width: 991.98px) {
    .footer-map__legend {
        padding: 32px
    }
}

.footer-map__legend-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-size: 24px
}

@media (min-width: 992px) {
    .footer-map__legend-title {
        font-size: 24px
    }

    .footer-map__legend-row-title {
        font-size: 20px
    }
}

.footer-map__legend-row {
    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-bottom: 16px
}

.footer-map__legend-row-line {
    margin-right: 16px
}

.footer-map__legend-row-title {
    font-weight: 700;
    margin-right: 42px;
    font-size: 20px
}

.footer-map__legend-row-title.msk {
    margin-right: 80px
}

@media (max-width: 767.98px) {
    .footer-map__legend {
        padding: 32px 0
    }

    .footer-map__legend-row-line {
        max-width: 40px
    }

    .footer-map__legend-row-title {
        font-size: 16px;
        margin-right: 24px !important
    }
}

.footer-map__legend-row-icon {
    margin-right: 16px
}

.footer-map__legend-row-text {
    color: #679e21
}

@media (max-width: 767.98px) {
    .footer-map__legend-row-icon {
        max-width: 16px;
        margin-right: 8px
    }

    .footer-map__legend-row-text {
        font-size: 12px
    }
}

.footer-map__inner::before {
    padding-top: 40.1041666667%
}

.footer-map__inner-map {
    width: 100%;
    height: auto
}

.footer-rights {
    padding: 16px 0;
    background-color: #ecedf0
}

.page-breadcrumbs {
    margin: 1rem 0
}

.page-indentation {
    padding: 32px 0
}

@media (min-width: 768px) {
    .footer-map-abs {
        position: absolute;
        left: 0;
        top: 64px
    }

    .page-indentation {
        padding: 64px 0
    }
}

.start-section {
    min-height: 100vh;
    color: #fff;
    background-image: url("/images/main.webp");
    background-size: cover;
    background-position: center center
}

@media (min-width: 991.98px) {
    .page-breadcrumbs {
        margin: 25px 0 26px
    }

    .start-section {
        padding-top: 128px;
        background-image: url("/images/main.webp")
    }
}

.present-block {
    padding: 64px 0
}

@media (min-width: 991.98px) {
    .present-block {
        padding: 32px;
        margin-top: 5%;
        margin-bottom: 5%;
        background-color: rgba(30, 32, 38, .65);
        max-width: 640px;
        display: inline-block;
        border-radius: 8px
    }
}

.present-block__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px
}

@media (min-width: 1200px) {
    .present-block__title {
        font-size: 40px
    }
}

.present-block__subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #83c82a;
    margin-bottom: 8px
}

@media (min-width: 992px) {
    .present-block__subtitle {
        font-size: 28px
    }
}

.present-block__text {
    font-size: 16px;
    margin-bottom: 32px;
    color: #83c82a
}

.present-block__ul {
    padding-left: 24px
}

.present-block__li {
    font-weight: 700;
    text-transform: uppercase
}

.present-block__li::marker {
    color: #3fadd7;
    font-size: 1.6em;
    line-height: 1.2
}

.welcome-section {
    background-color: #83c82a;
    color: #fff;
    padding: 64px 0
}

.welcome-section__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px
}

.welcome-section__ul {
    margin-bottom: 0
}

.welcome-section__img-container {
    display: none
}

@media (min-width: 1200px) {
    .welcome-section {
        padding: 0
    }

    .welcome-section__title {
        font-size: 20px
    }

    .welcome-section__img-container {
        display: block
    }
}

.welcome-section__li {
    font-size: 16px;
    list-style-type: none;
    position: relative;
    font-weight: 700
}

.welcome-section__li::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: -28px;
    top: 8px
}

.about-top {
    position: relative
}

@media screen and (max-width: 768px) {
    .about-top {
        padding-bottom: 0
    }
}

.about-top__inner {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px
}

.about-top__inner .about-top-block {
    width: 50%;
    margin-bottom: 32px
}

.about-top-block {
    padding: 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.about-top-block__img {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .about-top-block__img {
        margin-bottom: 32px
    }
}

.about-top-block__title {
    text-align: center;
    font-size: 16px
}

.about-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 992px) {
    .about-top__inner .about-top-block {
        width: 20%
    }

    .about-container {
        background-image: url("/assets/img/pages/landing/about-bg.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right
    }

    .about-wrapper__title {
        font-size: 20px
    }
}

.about-wrapper {
    margin: 16px 0;
    padding: 32px;
    background: #3fadd7;
    border-radius: 8px;
    color: #fff
}

@media (max-width: 767.98px) {
    .about-wrapper {
        width: 100%;
        padding: 16px
    }
}

.about-wrapper__title {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 700
}

.about-wrapper__row {
    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
}

.about-wrapper__row:not(:last-child) {
    margin-bottom: 8px
}

.about-wrapper__row-icon-wrapper {
    margin-right: 16px;
    background-color: #fff;
    border-radius: 8px;
    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;
    min-width: 36px;
    height: 36px
}

.about-wrapper__row-text {
    font-size: 16px;
    font-weight: 700
}

.about-wrapper__row-text-accent {
    color: #fff
}

.pluses {
    background-image: url(/assets/img/pages/landing/pluses-bg.jpg);
    background-size: cover;
    background-attachment: scroll
}

@media (min-width: 768px) {
    .pluses {
        background-attachment: fixed
    }
}

.pluses__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pluses-block {
    background: #93d1e9;
    -webkit-box-shadow: 0 10px 65px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 65px rgba(0, 0, 0, .2);
    border-radius: 15px;
    padding: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pluses-block:not(:last-child) {
    margin-bottom: 32px
}

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

.pluses-block__ico {
    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;
    min-width: 96px;
    height: 96px;
    background-color: #fff;
    margin-right: 0;
    margin-bottom: 32px;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 12px #3fadd7;
    box-shadow: 0 4px 12px #3fadd7
}

.pluses-block__text {
    font-weight: 700;
    color: #1e7292;
    text-align: center;
    font-size: 18px
}

@media (min-width: 992px) {
    .pluses-block__text {
        font-size: 18px
    }
}

@media (min-width: 576px) {
    .pluses-block__ico {
        margin-right: 64px;
        margin-bottom: 0
    }

    .pluses-block__text {
        text-align: left
    }
}

.product-utp {
    margin-bottom: 32px;
    background-image: url("/assets/img/pages/landing/utp_bg.jpg");
    background-size: cover;
    background-position: center right;
    border-radius: 8px;
    padding: 32px 64px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 767.98px) {
    .product-utp {
        padding: 32px 16px
    }
}

.product-utp__block {
    padding: 32px;
    background: #83c82a;
    -webkit-box-shadow: 10px 10px 10px rgba(149, 214, 58, .35);
    box-shadow: 10px 10px 10px rgba(149, 214, 58, .35);
    border-radius: 8px;
    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
}

.product-utp__block-icon {
    margin-right: 16px;
    -webkit-filter: drop-shadow(10px 10px 10px rgba(120, 188, 31, 0.5));
    filter: drop-shadow(10px 10px 10px rgba(120, 188, 31, .5))
}

.product-utp__block-title {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

@media (max-width: 767.98px) {
    .product-utp__block {
        width: 100%;
        padding: 16px
    }

    .product-utp__block-icon {
        max-width: 40px
    }

    .product-utp__block-title {
        font-size: 14px
    }
}

.masters-section {
    background-image: url(/assets/img/pages/landing/masters/masters-bg.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff
}

.masters-section__icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 32px
}

.masters-section__text {
    display: inline-block
}

.masters-section__descr {
    font-size: 18px;
    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-weight: 700
}

@media (min-width: 992px) {
    .masters-section__descr {
        font-size: 18px
    }

    .masters-block__text {
        font-size: 20px
    }
}

.masters-block {
    background-color: #83c82a;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 32px
}

.masters-block__img {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto 32px
}

.masters-block__text {
    height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 20px
}

.portfolio-gallery__grid {
    height: 1000px;
    overflow: hidden
}

.portfolio-gallery__item {
    margin-bottom: 10px;
    width: 100%
}

@media (min-width: 576px) {
    .portfolio-gallery__item {
        width: calc((100% - 10px) / 2)
    }
}

@media (min-width: 768px) {
    .portfolio-gallery__item {
        width: calc((100% - 20px) / 3)
    }
}

@media (min-width: 1200px) {
    .portfolio-gallery__item {
        width: calc((100% - 30px) / 4)
    }
}

.portfolio-gallery__image {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: auto
}

.gallery-legend {
    margin-bottom: 32px
}

.gallery-legend__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -16px
}

.gallery-legend__inner-row {
    padding: 16px;
    width: 100%;
    max-width: 33.3333333333%
}

@media (max-width: 767.98px) {
    .gallery-legend__inner-row {
        max-width: 50%
    }
}

@media (max-width: 575.98px) {
    .gallery-legend__inner-row {
        max-width: 100%
    }
}

.gallery-legend-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.gallery-legend-wrapper__heading {
    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-bottom: 16px;
    width: 100%
}

.gallery-legend-wrapper__heading-place {
    margin-right: 64px
}

@media (max-width: 1199.98px) {
    .gallery-legend-wrapper__heading {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .gallery-legend-wrapper__heading-place {
        margin-right: 16px
    }
}

@media (max-width: 991.98px) {
    .gallery-legend-wrapper__heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .gallery-legend-wrapper__heading-place {
        margin-right: 0;
        margin-bottom: 8px
    }
}

.gallery-legend-wrapper__heading-place, .gallery-legend-wrapper__heading-time {
    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
}

.gallery-legend-wrapper__heading-place-icon, .gallery-legend-wrapper__heading-time-icon {
    margin-right: 16px
}

.gallery-legend-wrapper__heading-place-title {
    font-size: 20px;
    color: #3fadd7;
    font-weight: 700
}

.gallery-legend-wrapper__heading-time-title {
    color: #679e21
}

.gallery-legend-wrapper__title {
    font-weight: 700;
    margin-bottom: 16px
}

.gallery-legend-wrapper__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.gallery-legend-wrapper__list-row {
    position: relative;
    padding-left: 27px
}

.gallery-legend-wrapper__list-row:not(:last-child) {
    margin-bottom: 8px
}

.gallery-legend-wrapper__list-row::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #83c82a
}

.form-section {
    background-color: #ecedf0;
    position: relative
}

.form-section_secondary {
    background-color: #ecedf0
}

.form-section__item {
    margin-bottom: 24px;
    max-width: 480px
}

.form-section__subtitle {
    color: #4b505f
}

.form-section__wrapper {
    padding: 32px 0
}

@media (min-width: 768px) {
    .form-section__wrapper {
        padding: 64px 0
    }
}

@media (min-width: 1200px) {
    .form-section__wrapper {
        padding-right: 282px;
        background-image: url(/assets/img/pages/landing/form-bg.png);
        background-size: auto 100%;
        background-position: right;
        background-repeat: no-repeat
    }

    .form-section__wrapper_secondary {
        background-image: url(/assets/img/pages/landing/form_book.png);
        background-position: 95%
    }
}

.plan-section {
    position: relative
}

.plan-section__container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 50;
    padding-top: 32px
}

@media (min-width: 991.98px) {
    .plan-section__container {
        padding-top: 64px
    }
}

.plan-legend-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px
}

.plan-legend-sign {
    display: inline;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-right: 16px
}

.plan-legend-sign_buy {
    background-color: #cf3346
}

.plan-legend-sign_book {
    background-color: #ffd704
}

.plan-legend-sign_free {
    background-color: #83c82a
}

.plan-legend-item {
    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
}

.plan-legend-item:not(last-child) {
    margin-right: 32px
}

.contacts-section {
    background: #4b505f;
    color: #fff;
    position: relative
}

.contacts-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts-block:not(:last-child) {
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .contacts-block {
        max-width: 33%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-block:not(:last-child) {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .gallery-legend-wrapper__heading-place-title {
        font-size: 20px
    }

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

.contacts-block__ico {
    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;
    min-width: 32px;
    width: 32px;
    height: 32px;
    color: #83c82a;
    font-size: 32px;
    margin-right: 24px
}

.contacts-block__text {
    font-weight: 700;
    color: #fff;
    font-size: 18px
}

@media (min-width: 768px) {
    .contacts-block__ico {
        min-width: 80px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 1px solid #83c82a;
        margin-bottom: 24px;
        margin-right: 0
    }

    .contacts-block__text {
        text-align: center
    }
}

@media (min-width: 992px) {
    .contacts-block__ico {
        margin-right: 32px;
        margin-bottom: 0
    }

    .contacts-block__text {
        font-size: 18px;
        text-align: left
    }

    .buy-block__title {
        font-size: 18px
    }
}

.contacts__navigation {
    border-radius: 8px;
    background-color: #ecedf0;
    padding: 32px
}

.cross-offer {
    position: relative;
    padding: 64px 0;
    background-color: #ecedf0;
    overflow: hidden
}

.cross-offer__decor {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.cross-offer__decor.decor-left {
    bottom: 0;
    left: 64px
}

.cross-offer__decor.decor-right {
    right: 0;
    top: 34px
}

.cross-offer-item {
    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;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .cross-offer-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.cross-offer-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px;
    height: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

@media (max-width: 767.98px) {
    .cross-offer-item__info {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.cross-offer-item__info-title {
    color: #4b505f;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 110%;
    margin-bottom: 32px
}

.cross-offer-item__image-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 384px;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
    max-width: 384px;
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width: 767.98px) {
    .cross-offer-item__image-wrapper {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.cross-offer-item__image {
    max-width: 100%;
    height: auto
}

.buy-section {
    background-image: url("/assets/img/pages/landing/buy-desktop.jpg");
    background-size: cover
}

.buy-block {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    border-radius: 8px;
    overflow: hidden
}

.buy-block__head {
    padding: 32px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.buy-block__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 18px
}

.buy-block__number {
    color: #3fadd7
}

.buy-block__description {
    margin-top: auto;
    text-align: center
}

.stage-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.stage-block__image-wrapper {
    margin-bottom: 16px
}

.stage-block__content {
    font-weight: 700;
    font-size: 16px
}

@media (min-width: 992px) {
    .stage-block__content {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .project-section {
        background-image: url("/assets/img/pages/landing/sishka.png");
        background-repeat: no-repeat;
        background-position: calc(50% - 900px);
        background-size: 420px
    }
}

.dop-block {
    position: relative;
    display: block;
    border-radius: 8px;
    border: 1px solid #cfd2d9;
    height: 100%;
    overflow: hidden;
    min-height: 426px
}

.dop-block__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/pages/landing/lh_dop_block.jpg");
    background-size: cover;
    background-position: center
}

.dop-block__control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(30, 32, 38, .65);
    padding: 32px
}

.dop-block__control-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700
}

@media (max-width: 767.98px) {
    .dop-block__control {
        padding: 32px 16px
    }

    .dop-block__control-title {
        font-size: 18px
    }
}

.dop-block__control-control {
    margin-top: 32px
}

@media (min-width: 1200px) {
    .video-section {
        background-image: url("/assets/img/pages/landing/list1.png"), url("/assets/img/pages/landing/kust1.png");
        background-repeat: no-repeat;
        background-position: calc(50% + 900px) 200px, calc(50% - 900px) calc(100% - 200px);
        background-size: 420px, 420px
    }
}

.faq__inner {
    margin-top: -1.25rem
}

.faq__item-content {
    padding-bottom: 1.25rem
}

@media (min-width: 768px) {
    .faq__item-content {
        padding-left: 1rem
    }
}

.faq__item {
    border-bottom: 1px solid #ddd
}

.faq__section {
    margin-bottom: 4rem
}

.faq__section:last-child {
    margin-bottom: 0
}

.faq__section-heading {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1rem
}

.faq__item-control {
    background: #fff;
    border: none;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #1e2026;
    text-align: left;
    padding: 1.25rem 38px 1.25rem 0;
    position: relative;
    outline: 0;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    transition: .25s ease-out;
    white-space: normal;
    overflow: hidden
}

.faq__item-control.collapsed::after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    color: #888
}

.faq__item-control:focus, .faq__item-control:hover, .faq__item-control:not(.collapsed) {
    color: #83c82a;
    outline: 0
}

.faq__item-control:focus::after, .faq__item-control:hover::after, .faq__item-control:not(.collapsed)::after {
    color: #83c82a
}

.faq__item-control::after {
    content: "\e903";
    font-family: APIMediaIcons;
    color: #83c82a;
    font-size: 14px;
    width: 30px;
    height: 30px;
    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;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0) perspective(1px);
    transform: translateY(-50%) rotate(0) perspective(1px);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.product {
    padding: 32px 0
}

@media (min-width: 768px) {
    .product {
        padding: 64px 0
    }
}

.product-sliders__item {
    padding: 32px 0
}

.product-sliders__item:last-child {
    margin-bottom: 0
}

.product-details {
    margin-bottom: 32px
}

.product-details__labels {
    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-bottom: 16px
}

.product-details__labels .product-label {
    padding: 4px 8px;
    border-radius: 2px;
    border: 1px solid transparent;
    line-height: 1;
    font-size: 13px
}

.product-details__labels .product-label:not(:last-child) {
    margin-right: 16px
}

.product-details__labels .product-label.label-discount {
    border-color: #3fadd7;
    background: #3fadd7;
    color: #fff
}

.product-details__labels .product-label.label-new {
    border-color: #5bb0af;
    color: #5bb0af
}

.product-details__labels .product-label.label-hit {
    border-color: #f9a322;
    color: #f9a322
}

.product-details__labels .product-label.label-stock {
    border-color: #54b6db;
    color: #54b6db
}

.product-details__title {
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 16px
}

.product-details__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

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

@media (min-width: 768px) {
    .product-sliders__item {
        padding: 64px 0
    }

    .product-details__info, .product-details__info-left {
        height: 30px
    }
}

.product-details__info-left .product-heading-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px
}

@media (max-width: 767.98px) {
    .product-details__labels .product-label {
        font-size: 12px
    }

    .product-details__labels .product-label:not(:last-child) {
        margin-right: 12px
    }

    .product-details__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-details__info-left {
        margin-bottom: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-details__info-left .product-heading-info {
        margin-bottom: 8px;
        margin-right: 0
    }
}

.product-details__info-left-rating {
    margin-right: 16px
}

@media screen and (max-width: 330px) {
    .product-details__info-left-rating {
        margin-right: 8px
    }
}

.product-details__info-left-fav-ico, .product-details__info-left-share-ico {
    max-width: 18px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.product-details__info-left-fav:hover img, .product-details__info-left-share:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product-details__info-left-fav {
    width: 135px
}

.product-details__info-left-fav-ico {
    margin-bottom: 2px
}

.product-details__info-left-fav, .product-details__info-left-rating, .product-details__info-left-share {
    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
}

.product-details__info-left-fav-title, .product-details__info-left-rating-title, .product-details__info-left-share-title {
    margin-left: 8px;
    color: #4b505f;
    font-size: 16px
}

@media (max-width: 767.98px) {
    .product-details__info-left-fav-title, .product-details__info-left-rating-title, .product-details__info-left-share-title {
        font-size: 13px
    }
}

@media (max-width: 575.98px) {
    .product-details__info-left-fav {
        width: 110px
    }

    .product-details__info-left-fav-title, .product-details__info-left-rating-title, .product-details__info-left-share-title {
        font-size: 12px
    }
}

.product-details__info-right {
    color: #4b505f;
    font-size: 16px
}

.product-info__price-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -4px
}

.product-info__control {
    margin-top: 16px
}

.product-info__content-wrapper {
    margin-top: 32px
}

.product-info__price-title {
    margin-bottom: 8px
}

.product-info__old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #edf8df;
    margin-bottom: 0;
    padding: 4px
}

.product-info__price {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
    padding: 4px
}

@media (min-width: 992px) {
    .product-info__price {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .product-info__old-price {
        font-size: 20px
    }

    .product-info__price {
        font-size: 24px
    }
}

@media (max-width: 991.98px) and (min-width: 992px) {
    .product-info__price {
        font-size: 24px
    }
}

.product-info__content-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 20px
}

@media (min-width: 992px) {
    .product-info__content-title {
        font-size: 20px
    }
}

.product-info__tabs-link {
    font-size: 16px;
    font-weight: 700
}

.product-info__tabs-link:hover {
    color: #3fadd7
}

.product-info__pluses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 32px
}

.product-info__pluses .pluses-block {
    padding: 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%
}

.product-info__pluses .pluses-block__img {
    margin-bottom: 24px;
    width: 36px;
    height: 36px
}

.product-info__pluses .pluses-block__title {
    color: #3fadd7;
    text-align: center;
    line-height: 120%;
    font-size: 13px
}

.product-info__params {
    border: 1px solid #ecedf0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px
}

.product-info__param {
    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
}

.product-info__param:not(:last-child) {
    margin-bottom: 16px
}

.product-info__param-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 12px
}

.product-info__param-text {
    color: #4b505f;
    margin-right: 16px
}

.product-info__param-value {
    color: #3fadd7;
    margin-left: auto;
    display: inline-block;
    font-weight: 700
}

.product-info__total-square {
    color: #83c82a;
    font-weight: 700;
    margin-bottom: 16px
}

.product-info__options .categories__button, .product-info__options .quickorder__button, .product-info__options .reviews-form__button, .product-info__options .reviews__button, .product-info__options .ui-button {
    border-width: 1px;
    height: auto;
    padding: 16px 32px
}

.product-form {
    padding: 24px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    border-radius: 4px;
    background-color: #fff
}

.product-form__sale-section {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 18px
}

.product-form__title {
    text-align: center;
    text-transform: uppercase
}

.product-form__price-wrapper {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 8px
}

.product-form__price-title {
    margin-right: 32px
}

.product-form__price {
    color: #3fadd7;
    font-weight: 700;
    font-size: 28px;
    margin-right: 16px
}

.product-form__old-price {
    color: #ff3e3e;
    padding: 3px 0;
    white-space: nowrap;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.product-form__economy {
    color: #7a8196;
    font-size: 16px
}

.product-form__in-stock {
    margin-top: 16px;
    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;
    color: #4b505f
}

.product-form__in-stock-icon {
    display: inline-block;
    margin-right: .5rem
}

.product-form__in-stock-title {
    color: #4b505f;
    font-size: 16px
}

.product-form__controls-section {
    margin-top: 16px
}

.product-form__controls-section_quickorder_yes {
    margin-top: 20px
}

.product-form__quickorder-controls-section {
    margin-top: 18px
}

.product-form__quickview-links {
    margin-top: 20px;
    text-align: center
}

.product-form__methods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100%;
    margin: 24px 0
}

.product-form__methods-header {
    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-bottom: 8px
}

.product-form__methods-header-ico {
    margin-right: 8px
}

.product-form__methods-header-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px
}

.product-form__methods-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 32px
}

.product-form__methods-list-row {
    color: #4b505f;
    margin-bottom: 4px;
    font-size: 13px
}

.product-form__pay {
    margin-bottom: 32px
}

.product-form__pay-title {
    color: #1e2026;
    margin-bottom: 16px;
    font-size: 16px
}

.product-form__pay-list-img:not(:last-child) {
    margin-right: 8px
}

.product-form .product-consult__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #1e2026
}

.product-form .product-consult__link:hover {
    color: #2382a7
}

.product-controls__item, .size-selection {
    margin-bottom: 24px
}

.size-selection__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px
}

.size-selection__select-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.size-selection .size-block {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 8px
}

.size-selection .size-block:not(:last-child) {
    margin-right: 8px
}

.size-selection .size-block-checkmark {
    cursor: pointer;
    width: auto;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #b3b7c3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    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-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    color: #1e2026;
    font-size: 13px
}

.size-selection .size-block input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.size-selection .size-block:hover input ~ .size-block-checkmark {
    color: #3fadd7
}

.size-selection .size-block input:checked ~ .size-block-checkmark {
    border: 1px solid #3fadd7;
    color: #3fadd7
}

.option-selection {
    margin-bottom: 8px
}

.option-selection__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px
}

.features-section {
    margin-bottom: 32px
}

.features-section__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px
}

.features-section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.features-section .feature-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 13px
}

.features-section .feature-row__left, .features-section .feature-row__right {
    position: relative;
    padding: 0 2px;
    background-color: #fff;
    z-index: 10
}

.features-section .feature-row__left {
    padding-right: 2px
}

.features-section .feature-row__right {
    padding-left: 2px
}

.features-section .feature-row::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #b3b7c3;
    left: 0;
    top: 14px;
    z-index: 0
}

.product-gallery__thumbs {
    margin-top: 1rem
}

.product-gallery__main, .product-gallery__main-slider {
    position: relative
}

.product-gallery__main-slider::before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.product-gallery__wrapper {
    position: absolute;
    top: 0;
    left: 0
}

.product-gallery__main-pagination {
    position: absolute;
    bottom: 2px;
    left: 2px;
    z-index: 1
}

@media (min-width: 1200px) {
    .product-gallery__main-pagination {
        bottom: 16px;
        left: 16px
    }
}

@media (min-width: 991.98px) {
    .product-gallery__main-slider-button.swiper-button_next {
        right: 0
    }

    .product-gallery__main-slider-button.swiper-button_prev {
        left: 0
    }
}

.product-gallery__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.product-gallery-thumb {
    margin-right: 8px
}

@media (min-width: 0) {
    .product-gallery-thumb {
        width: calc((100% - 24px) / 4)
    }
}

@media (min-width: 576px) {
    .product-gallery-thumb {
        width: calc((100% - 32px) / 5)
    }
}

@media (min-width: 768px) {
    .product-gallery-thumb {
        width: calc((100% - 24px) / 4)
    }
}

@media (min-width: 992px) {
    .product-gallery-thumb {
        width: calc((100% - 24px) / 4)
    }
}

@media (min-width: 1200px) {
    .product-gallery-thumb {
        width: calc((100% - 32px) / 5)
    }
}

.product-gallery-thumb:only-child {
    display: none
}

.product-gallery-thumb.swiper-slide-thumb-active .product-gallery-thumb__wrapper, .product-gallery-thumb.swiper-slide-thumb-active .product-gallery-thumb__wrapper::after {
    opacity: 1
}

.product-gallery-thumb__wrapper {
    padding-top: 100%;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    width: 100%
}

.product-gallery-thumb__wrapper:hover {
    opacity: 1
}

.product-gallery-thumb__wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #1e2026;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    opacity: 0;
    z-index: 2
}

.product-gallery-thumb__image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-gallery-slide {
    position: relative
}

.product-gallery-slide__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.product-gallery-slide__image {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

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

@media (min-width: 1200px) {
    .product-layout {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.product-layout__column_gallery {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0
}

.product-layout__column_form, .product-layout__column_info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.product-layout__column_info {
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .product-layout__column_info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: calc((100% - 32px) / 2);
        margin-right: 32px;
        margin-bottom: 0
    }

    .product-layout__column_form {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: calc((100% - 32px) / 2)
    }
}

@media (min-width: 992px) {
    .product-layout__column_gallery {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: calc(100% - 680px);
        margin-right: 32px
    }

    .product-layout__column_info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 336px;
        -ms-flex: 0 0 336px;
        flex: 0 0 336px;
        margin-right: 32px;
        max-width: 336px
    }

    .product-layout__column_form {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 280px;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px
    }

    .product-count__input {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    .product-layout__column_gallery {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: calc(100% - 700px);
        margin-right: 32px
    }

    .product-layout__column_info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 336px;
        -ms-flex: 0 0 336px;
        flex: 0 0 336px;
        margin-right: 32px;
        max-width: 336px
    }

    .product-layout__column_form {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px
    }

    .product-layout__column_laptop {
        display: none
    }
}

@media (min-width: 1440px) {
    .product-layout__column_gallery {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: calc(100% - 764px);
        margin-right: 32px
    }

    .product-layout__column_info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        margin-right: 32px;
        max-width: 320px
    }

    .product-layout__column_form {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 380px;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px;
        max-width: 380px
    }
}

.product-count {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 141px;
    height: 47px
}

.product-count__input {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    height: auto;
    text-align: center;
    padding: 0 4px;
    font-family: Roboto !important;
    border-radius: 0;
    border-top: 2px solid #edf8df;
    border-bottom: 2px solid #edf8df;
    border-left: none;
    border-right: none;
    font-size: 16px;
    color: #292c34
}

.product-count__control {
    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;
    cursor: pointer;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47px;
    -ms-flex: 0 0 47px;
    flex: 0 0 47px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    background-color: #edf8df;
    color: #292c34;
    position: relative
}

.product-count__control:active, .product-count__control:focus, .product-count__control:hover {
    background-color: #83c82a;
    color: #fff
}

.product-tabs {
    margin-bottom: 32px
}

.product-tabs .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    border-bottom: none
}

.product-tabs .nav-tabs .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product-tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: 32px
}

.product-tabs .nav-link {
    position: relative;
    color: #1e2026;
    line-height: 20px;
    padding: 12px 0;
    font-weight: 700;
    border: none;
    font-size: 20px
}

.product-tabs .nav-link.active {
    color: #83c82a
}

.product-tabs .nav-link.active::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

@media (min-width: 992px) {
    .product-tabs .nav-link {
        font-size: 20px
    }
}

@media (max-width: 1199.98px) {
    .product-tabs .nav-link {
        font-size: 16px
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .product-tabs .nav-link {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .product-tabs .nav-tabs {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product-tabs .nav-tabs .nav-item:not(:last-child) {
        margin-right: 0
    }

    .product-tabs .nav-link {
        font-size: 14px;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .product-tabs .nav-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: none
    }

    .product-tabs .nav-tabs .nav-item:not(:last-child) {
        margin-bottom: 8px
    }

    .product-tabs .nav-link {
        border: 2px solid #b3b7c3;
        color: #1e2026;
        text-align: center;
        padding: 12px;
        border-radius: 4px;
        font-weight: 500
    }

    .product-tabs .nav-link::after {
        display: none
    }

    .product-tabs .nav-link:not(:last-child) {
        margin-bottom: 8px
    }

    .product-tabs .nav-link.active {
        border-color: #83c82a;
        color: #fff;
        background-color: #83c82a
    }
}

.product-tabs .nav-link::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #83c82a;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.product-tabs .nav-link:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.product-tabs .tab-content > .tab-pane:not(.active) {
    height: 0
}

.square-row-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px
}

.square-row-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 8px
}

@media (max-width: 991.98px) {
    .square-row-content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }
}

.square-row-images {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991.98px) {
    .square-row-images {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }
}

.square-row-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.square-row-content__title {
    font-weight: 700;
    margin-bottom: 16px
}

.square-row-content__list {
    margin-bottom: 16px
}

.square-row-content__list-row {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 26px
}

.square-row-content__list-row::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -26px;
    top: 4px;
    background-color: #83c82a
}

.square-row-content__list-row::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #b3b7c3
}

.square-row-content__list-row-left {
    padding: 0 8px 8px 0;
    background-color: #fff;
    z-index: 10
}

.square-row-content__list-row-right {
    padding: 0 0 8px 8px;
    background-color: #fff;
    font-weight: 700;
    color: #3fadd7;
    z-index: 10
}

.product-review__comment-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem
}

.product-review__comment-block .link {
    text-align: center
}

.product-review__comment-block-text {
    font-size: 20px
}

@media (max-width: 767.98px) {
    .product-review__comment-block-text {
        font-size: 16px;
        margin-right: 8px
    }
}

#addCommentForm {
    width: 100%;
    max-width: 400px;
    display: none;
    padding: 2rem
}

#addCommentForm .btn {
    width: 100%
}

.form-group-title {
    font-size: 20px;
    color: #373737;
    text-align: center;
    margin-bottom: 1rem
}

.control-label {
    font-size: 14px;
    margin-bottom: .25rem
}

.ec-message {
    min-height: 20px;
    padding: 1rem 1.5rem 1.5rem;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    box-shadow: 0 0 8px rgba(0, 0, 0, .25)
}

.ec-message p:last-child {
    margin-bottom: 0
}

.ec-message__date {
    font-size: 12px;
    color: #7a8196;
    padding-left: 20px
}

.ec-message__reply {
    background: #fff;
    padding: 10px;
    margin-left: 20px
}

.ec-message__reply p:last-child {
    margin-bottom: 0
}

.ec-message .ec-stars {
    margin-bottom: 16px
}

.ec-antispam {
    display: none
}

.ec-stars, .ec-stars span {
    background-image: url(../img/icons/vector-stars.svg)
}

.ec-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ec-rating-stars {
    float: left;
    margin-right: 20px;
    margin-bottom: .5rem
}

.ec-rating-stars span {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    margin: 0;
    cursor: pointer;
    background-image: url("../img/icons/stars/star_empty.svg")
}

.ec-rating-stars span.active, .ec-rating-stars span.active2 {
    background-position: 0 0;
    background-image: url("../img/icons/stars/star_full.svg")
}

.ec-rating-stars span.active-disabled {
    background-position: 0 0;
    background-image: url("../img/icons/stars/star_empty.svg")
}

.ec-rating-description {
    float: left;
    padding-top: 1px
}

.ec-stars {
    background-position: 0 -27px;
    background-repeat: repeat-x;
    width: 100px;
    height: 20px;
    margin: 2px 0 6px
}

.ec-stars span {
    margin-bottom: 15px;
    background-position: 0 0;
    background-repeat: repeat-x;
    display: block;
    height: 20px;
    width: 0
}

.ec-stars span.rating-0 {
    width: 0
}

.ec-stars span.rating-1 {
    width: 20px
}

.ec-stars span.rating-2 {
    width: 40px
}

.ec-stars span.rating-3 {
    width: 60px
}

.ec-stars span.rating-4 {
    width: 80px
}

.ec-stars span.rating-5 {
    width: 100px
}

.ec-d-rating {
    width: 100%;
    max-width: 500px;
    background: #b3b7c3;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #7a8196;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ec-d-rating::after {
    content: " ";
    clear: both;
    display: table
}

.ec-d-rating__col-info {
    width: 130px;
    padding-top: 12px
}

.ec-d-rating__col-lines {
    width: 250px;
    width: calc(100% - 130px)
}

.ec-d-rating__value {
    font-size: 50px;
    line-height: 1;
    color: #1e2026
}

.ec-d-rating__desc {
    margin-top: 12px;
    color: #b3b7c3
}

.ec-d-rating__line {
    position: relative;
    line-height: 1;
    color: #b3b7c3;
    margin: 10px 0
}

.ec-d-rating__line::after {
    content: " ";
    clear: both;
    display: table
}

.ec-d-rating__line-rate {
    float: left;
    text-align: left;
    padding-left: 5px
}

.ec-d-rating__line-progress {
    position: absolute;
    left: 30px;
    right: 60px;
    top: 50%;
    margin-top: -2px;
    background-color: #b3b7c3
}

.ec-d-rating__line-progress > span {
    display: block;
    height: 4px;
    background-color: #3fadd7
}

.ec-d-rating__line-volume {
    float: right;
    width: 60px;
    text-align: right
}

.ec-rating-description {
    font-size: 14px;
    font-weight: 400;
    color: #b3b7c3
}

.ec-error {
    background: #d70000;
    padding: .5rem;
    text-align: center;
    margin-top: .5rem;
    border-radius: 4px;
    display: none;
    color: #fff;
    font-size: 16px
}

.vz_padding_header {
    padding-top: 110px;
}
@media (max-width: 992px) {
    .vz_padding_header {
        padding-top: 20px;
    }
}

.vzlogo1 {
    display: flex;
    text-decoration: none;
    color: #273440;
}
.vzlogo1-1 {
    width: 150px;
    padding-left: 15px;
}
.vzlogo1-1-1 {
    font-size: 10px;
}
.vzlogo1-1-2 {
    margin-top: -5px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.07em;
}
.vzlogo1-1-2 span{
    color: #3FADD7;
}


.vzlogo2 {
    display: flex;
    text-decoration: none;
    align-items: center;
}
.vzlogo2-1 {
    padding-left: 15px;
}
.vzlogo2-1-1 {
    font-size: 13.5px;
    color: #FFFFFF;
}
.vzlogo2-1-2 {
    margin-top: -5px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #FFFFFF;
}
.vzlogo2-1-2 span{
    color: #3FADD7;
}
.vzspisoktovar {
    text-decoration: none;
    color: #1E2026;
}
.vztov {
    /*margin-left: 10px;
    margin-right: 10px;*/
    color: #273440;
}
.vztov a {
    text-decoration: none;
}
.vztov1 {
    display: flex;
    width: 100%;
}

.vztov1-1 {
    width: 51%;
    /*max-width: 450px;*/
}
.vztov1-1 img{
    width: 100%;
}
.vztov1-1-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    gap: 3px;
}
.vztov1-1-2 a {
    display: block;
    /*width: 100px;*/
    width: 24%;

}
.vztov1-1-2 img{
    display: block;
    /*width: 100px;*/
    width: 100%;

}
.vztov1-2 {
    padding-left: 20px;
    width: 49%;
}
.vztov1-2-zag1 {
    color: #83C82A;
}
.vztov2 {
    margin-top: 15px;
}
.vztov2-zag {
    color: #83C82A;
    font-weight: bold;
    font-size: 21px;
    border-bottom: 1px solid #83C82A;
    padding-bottom: 1px;
}
.vztov2-afterzag {
    margin-top: 17px;
    margin-bottom: 18px;
    position: relative;
    margin-left: 18px;
    font-size: 18px;
    color: #626774;
}
.vztov2-afterzag:before {
    content: '●';
    position: absolute;
    top: -1px;
    left: -19px;
    color: #83c82a;
}
.vztov2-afterzag span{
    color: #3FADD7;
    font-weight: bold;
}
.vztov2-afterzag2 {
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
    margin-left: 18px;
    font-size: 18px;
    color: #626774;
}
.vztov2-afterzag2:before {
    content: '●';
    position: absolute;
    top: -1px;
    left: -19px;
    color: #83c82a;
}
.vztov2-afterzag2 span{
    color: #3FADD7;
    font-weight: bold;
}


@media (max-width: 630px) {
    .vztov1-hodstroy {
        margin-bottom: 10px;
    }

    .vztov1 {
        display: block;
    }
    .vztov1-1 {
        width: 100%;
    }
    .vztov1-2 {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}

.vzprice {
    display: flex;
    align-items: center;
}
.vzactualprice {
    color: #2382A7;
    font-size: 25px;
    font-weight: bold;
}
.vzoldprice {
    margin-left: 22px;
    color: #FF3E3E;
    text-decoration: line-through;
}

.vz_messengers_menu {
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.vz_messengers_menu a {
    display: block;
}
.vz_messengers_menu .vztel {
    text-decoration: none;
    background: #75b326;
    color: #FFFFFF;
    padding: 7px 14px 7px 14px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
}
.vz_messengers_menu a:hover {
    text-shadow: rgb(213, 212, 212) 0 0 10px;
    box-shadow: 0 0 9px 5px rgba(230, 230, 230, 1);
}

.vz_gallery1 {
    display: block;
    width: 24%;
    /*min-width: 300px;*/
}
.vz_gallery2 {
    width: 100%;
}
@media (max-width: 996px) {
    .vz_gallery1 {
        width: 48%;
    }
}
@media (max-width: 520px) {
    .vz_gallery1 {
        width: 100%;
    }

}