@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

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

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

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

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

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

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

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

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

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

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

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

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

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

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

.fancybox-button:focus {
    outline: 0
}

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

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

.fancybox-button div {
    height: 100%
}

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

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

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

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

.fancybox-close-small {
    background: 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
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 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
}

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

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

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

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

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: 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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

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

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 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;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

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

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

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

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

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

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

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):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;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

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

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.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;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    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
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

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

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: #0054a4;
    color: #fff
}

::selection {
    background-color: #0054a4;
    color: #fff
}

input,
textarea {
    outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red
}

input:required:valid,
textarea:required:valid {
    border-color: green
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #0d1026;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    background: #fff
}

body p {
    color: #676a7d
}

body p b {
    color: #0d1026
}

.container {
    width: 1230px;
    margin-left: auto;
    margin-right: auto
}

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

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

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

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

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

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

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

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

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

.fwrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.f-auto {
    width: auto
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #0054a4
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #0054a4
}

body::-webkit-scrollbar-thumb {
    background-color: #0054a4;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

a:hover {
    color: #0054a4
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 46px;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    border: 1px solid #0054a4;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: #0054a4;
    padding: 0 22px;
    white-space: nowrap;
    border-radius: 100px;
    text-decoration: none;
    transition-duration: .15s
}

.btn:hover {
    background-color: #0054a4;
    color: #fff
}

.btn-2,
.btn-3,
.btn-4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    padding: 0 30px;
    color: #0054a4;
    background: #fff;
    border-radius: 100px;
    text-decoration: none
}

.btn-2:hover,
.btn-3:hover,
.btn-4:hover {
    background-color: #0054a4;
    color: #fff
}

.btn-3 {
    background-color: #0054a4;
    color: #fff;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.btn-3:hover {
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .4);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .4)
}

.btn-border {
    border: 1px solid #0054a4
}

.btn-4 {
    color: #fff;
    background: 0 0;
    border: 1px solid #fff
}

.btn-4:hover {
    border-color: #0054a4
}

.mt80 {
    margin-top: 80px
}

.s-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0
}

.s-title span {
    color: #0054a4
}

.mb30 {
    margin-bottom: 20px
}

.mb20 {
    margin-bottom: 20px
}

.mt20 {
    margin-top: 20px
}

.mt40 {
    margin-top: 40px
}

.mt25 {
    margin-top: 25px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt80 {
    margin-top: 80px
}

.bottom-line {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 15px
}

.bottom-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #3acff3
}

.pt80 {
    padding-top: 80px
}

.pt60 {
    padding-top: 60px
}

.top-line {
    border-top: 1px solid #eaecee
}

.swiper-lazy-preloader {
    --swiper-preloader-color: #0054a4
}

.bread {
    margin-top: 18px
}

.bread a,
.bread span {
    font-weight: 600;
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
    color: #878ba3;
    text-decoration: none
}

.bread>* {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.bread>::after {
    content: '/';
    display: inline-block;
    margin-left: 2px
}

.bread>*+* {
    margin-left: 10px
}

.header__top {
    padding: 16px 0;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.header__city-title {
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #878ba3;
    position: relative;
    cursor: pointer
}

.header__city-title::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/svg/adres-marker.svg);
    display: block;
    margin-right: 7px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0
}

.header__menu li a {
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #878ba3;
    text-decoration: none;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.header__menu li a:hover {
    color: #0b6ac6
}

.header__menu li+li {
    margin-left: 20px
}

.header__mail {
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #878ba3;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header__tel {
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #0d1026;
    margin-left: 6px;
    text-decoration: none
}

.header__tel::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/svg/tel.svg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px
}

.header__bottom {
    padding: 27px 0;
    border-top: 1px solid #eaecee;
    border-bottom: 1px solid #eaecee;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.header__logo {
    text-decoration: none
}

.header__logo img {
    width: 45px;
    height: auto;
    margin-right: 17px
}

.header__logo-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 116%;
    text-transform: uppercase;
    color: #0054a4
}

.header__logo-desc {
    font-weight: 600;
    white-space: nowrap;
    font-size: 9px;
    line-height: 13px;
    text-transform: uppercase;
    color: #878ba3;
    opacity: .6;
    margin-top: 4px
}

.header__nav-catalog {
    margin: 0 0 0 30px;
    padding: 0;
    font-size: 0;
    list-style-type: none
}

.header__nav-catalog li:first-child a {
    height: 46px;
    padding: 0 19px 0 16px;
    background: #0054a4;
    border-radius: 100px;
    color: #fff;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.header__nav-catalog li:first-child a:hover {
    color: #fff;
    background: #0b6ac6
}

.header__nav-catalog li:first-child a::before {
    content: '';
    background-image: url(../images/svg/btn-catalog.svg);
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.header__nav-catalog li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    color: #0d1026;
    text-decoration: none;
    max-width: 160px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.header__nav-catalog li a:hover {
    color: #0b6ac6
}

.header__nav-catalog li+li {
    margin-left: 20px
}

.header__right-btns {
    margin-left: auto;
    padding-left: 20px
}

.header__right-btns>a {
    margin-left: 15px
}

.header__search {
    position: relative
}
.header__search form {
    position: relative;
}
.header__search form::before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(../images/svg/search.svg);
    display: block;
    position: absolute;
    left: 10px;
    pointer-events: none;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat
}

.header__search input {
    width: 170px;
    height: 46px;
    border: 1px solid #d8dfe6;
    border-radius: 100px;
    padding: 0 15px 0 40px;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 1
}

.header__search input::-webkit-input-placeholder {
    color: #878ba3
}

.header__search input::-moz-placeholder {
    color: #878ba3
}

.header__search input:-ms-input-placeholder {
    color: #878ba3
}

.header__search input::-ms-input-placeholder {
    color: #878ba3
}

.header__search input::placeholder {
    color: #878ba3
}

.whats {
    width: 46px;
    height: 46px;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d8dfe6;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.whats::before {
    content: '';
    background-image: url(../images/svg/whats.svg);
    width: 22px;
    height: 22px;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.whats:hover {
    background: #6fc461
}

.whats:hover::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.header__front {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 84, 164, .1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.header__front .header__bottom,
.header__front .header__search input,
.header__front .whats {
    border-color: rgba(255, 255, 255, .2)
}

.header__front .header__city-title::before,
.header__front .header__logo img,
.header__front .header__search form::before,
.header__front .header__tel::before,
.header__front .whats::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.header__front .header__city-title,
.header__front .header__logo-desc,
.header__front .header__logo-name,
.header__front .header__mail,
.header__front .header__menu li a,
.header__front .header__tel {
    color: #fff
}

.header__front .header__search input {
    background-color: transparent;
    color: #fff
}

.header__front .header__search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.header__front .header__search input::-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.header__front .header__search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.header__front .header__search input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.header__front .header__search input::placeholder {
    color: rgba(255, 255, 255, .7)
}

.header__front .btn {
    border-color: #fff;
    color: #fff
}

.header__front .header__nav-catalog li:first-child a::before {
    -webkit-filter: none;
    filter: none
}

.header__front .header__nav-catalog li:first-child a {
    color: #0d1026;
    background-color: #fff
}

.header__front .header__nav-catalog li a {
    color: #fff
}

.main-section {
    padding-top: 154px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.main-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(bottom, rgba(0, 84, 164, .5), rgba(0, 84, 164, .5)), -o-linear-gradient(271.22deg, rgba(0, 84, 164, .25) 1.07%, #0054a4 108.6%);
    background: linear-gradient(0deg, rgba(0, 84, 164, .5), rgba(0, 84, 164, .5)), linear-gradient(178.78deg, rgba(0, 84, 164, .25) 1.07%, #0054a4 108.6%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0)
}

.main-section>div {
    position: relative;
    z-index: 2
}

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

.main-section .container>div {
    padding-top: 75px;
    padding-bottom: 75px
}

.main-section__big {
    width: 100%;
    overflow: hidden
}

.main-section__big .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-section__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff
}
.swiper-button-lock {
    display: none !important;
}
.main-section__big-slide {
    width: 100%;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-section__big-slide img {
    max-width: 100%;
    max-height: 300px
}

.main-section__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 600px;
    flex: 1 1 600px
}

.main-section__desc {
    font-size: 20px;
    line-height: 1.3;
    margin: 15px 0 0;
    color: #fff
}

.main-section__btns {
    margin: 40px 0 0
}

.main-section__btns a+a {
    margin-left: 20px
}

.main-section__slider-big-dots {
    margin-left: 70px
}

.main-section__slider-big-dots span {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: rgba(255, 255, 255, .3)
}

.main-section__slider-big-dots span+span {
    margin-left: 15px
}

.main-section__slider-big-dots .swiper-pagination-bullet-active {
    background-color: #fff
}

.main-section__mini-icon {
    width: 90px;
    height: 90px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-section__mini-icon img {
    max-width: 100%;
    max-height: 100%
}

.main-section__mini {
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.main-section__mini::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -50vw;
    background: rgba(0, 68, 133, .5)
}

.main-section__mini .btn {
    height: 55px;
    font-size: 16px;
    border-color: #fff;
    color: #fff;
    margin-top: auto
}

.main-section__mini .btn:hover {
    background-color: #fff;
    color: #0054a4
}

.main-section__mini-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    margin: 10px 0 0
}

.main-section__mini-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 116%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 17px;
    margin-bottom: 30px
}

.main-section__mini-arrows {
    position: absolute;
    right: 0;
    bottom: 13px;
    z-index: 3
}

.main-section__mini-arrows>div {
    cursor: pointer;
    width: 32px;
    height: 32px
}

.main-section__mini-arrows>div:not(:last-child) {
    margin-right: 10px
}

.main-section__mini-slider-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 260px
}

.main-section__mini-init {
    height: 100%
}

.main-section__mini-init .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-advantages__list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.section-advantages__item-list {
    width: 100%
}

.section-advantages__item-list:not(:first-child) {
    padding-left: 10px
}

.section-advantages__item-icon {
    width: 65px;
    height: 65px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.section-advantages__item-icon::after {
    content: '';
    position: absolute;
    right: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 2px;
    background: #3acff3
}

.section-advantages__item-icon img {
    max-width: 100%;
    max-height: 100%
}

.section-advantages__item-desc {
    padding: 20px 0 0 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #0d1026
}

.section-advantages__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 580px;
    flex: 1 0 580px;
    margin-left: 60px
}

.section-video {
    overflow: hidden
}

.section-video__text {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff
}

.section-video__play {
    margin-left: 70px;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    text-decoration: none
}

.section-video__play:hover {
    color: #fff
}

.section-video__play-icon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-right: 20px;
    position: relative
}

.section-video__play-icon::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 31px;
    background-image: url(../images/svg/play-icon.svg);
    background-size: 100%
}

.section-video .container {
    position: relative;
    padding: 80px 70px
}

.section-video .container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(bottom, rgba(0, 84, 164, .5), rgba(0, 84, 164, .5)), -o-linear-gradient(271.22deg, rgba(0, 84, 164, .25) 1.07%, #0054a4 108.6%);
    background: linear-gradient(0deg, rgba(0, 84, 164, .5), rgba(0, 84, 164, .5)), linear-gradient(178.78deg, rgba(0, 84, 164, .25) 1.07%, #0054a4 108.6%);
    z-index: 2
}

.section-video .container a,
.section-video .container>div {
    position: relative;
    z-index: 5
}

.section-video .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.section-video .bg-product {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.section-catalog__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 15px;
    margin-top: 35px
}

.section-catalog__item {
    position: relative;
    overflow: hidden;
    padding: 0 25px 17px;
    text-decoration: none
}

.section-catalog__item:hover:before {
    background: #dfe0e0
}

.section-catalog__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 45px;
    right: 0;
    bottom: 45px;
    background: #f4f5f5;
    z-index: -1;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.section-catalog__item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #3acff3
}

.section-catalog__img {
    height: 160px;
    margin-bottom: 17px
}

.section-catalog__img img {
    max-width: 100%;
    max-height: 100%
}

.section-catalog__text {
    position: relative
}

.section-catalog__price {
    font-size: 20px;
    line-height: 130%;
    color: #0d1026
}

.section-catalog__title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #0054a4
}

.scope__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 290px;
    flex: 1 0 290px;
    margin-right: 50px
}

.scope__links {
    width: 100%;
    display: -ms-grid;
    display: grid;
    padding: 0;
    margin: 0;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    list-style-type: none;
    gap: 15px
}

.scope__links-item {
    position: relative;
    padding: 40px 30px 30px;
    text-decoration: none;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.scope__links-item>img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.scope__links-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(353.69deg, #0054a4 -3.63%, rgba(0, 84, 164, .2) 111.98%);
    background: linear-gradient(96.31deg, #0054a4 -3.63%, rgba(0, 84, 164, .2) 111.98%);
    z-index: 2
}

.scope__links-item>* {
    z-index: 3
}

.scope__links-item:hover {
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .3)
}

.scope li:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

.scope li:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4
}

.scope__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    min-height: 50px
}

.scope__item-title::before {
    content: '';
    display: block;
    margin-left: -5px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    background-image: url(../images/svg/ar-right.svg);
    background-size: 100%;
    background-repeat: no-repeat
}

.counters .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 50px
}

.counters__title {
    font-size: 16px;
    line-height: 1;
    color: #0d1026
}

.counters__desc {
    margin-top: 20px;
    position: relative;
    padding-top: 20px
}

.counters__desc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background-image: url(../images/svg/counter-check.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block
}

.counters__desc::after {
    content: '';
    position: absolute;
    left: 27px;
    top: 8px;
    right: 0;
    height: 1px;
    display: block;
    background-color: #eaecee
}

.counters__counter {
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    color: #0054a4
}

.counters__why-desc {
    font-size: 24px;
    line-height: 1;
    color: #0d1026;
    margin-top: 5px
}

.arrows div {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    cursor: pointer
}

.arrows div svg {
    width: 24px;
    height: auto
}

.arrows div:hover {
    background: #eaf6f8
}

.item-project {
    position: relative;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item-project::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    margin: auto;
    background: #0054a4;
    background-image: url(../images/svg/ar-right.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 2
}

.item-project::before {
    background: -o-linear-gradient(353.69deg, rgba(31, 26, 46, .84) -3.63%, rgba(29, 44, 48, 0) 111.98%);
    background: linear-gradient(96.31deg, rgba(31, 26, 46, .84) -3.63%, rgba(29, 44, 48, 0) 111.98%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    content: '';
    z-index: 2
}

.item-project>img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.item-project__text {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 3
}

.item-project__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #fff
}

.item-project__count {
    font-size: 26px;
    line-height: 1;
    color: #fff
}

.projects-slider {
    overflow: hidden
}

.services__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.services__item a {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 130px;
    text-decoration: none
}

.services__item a::before {
    content: '';
    position: absolute;
    left: 50px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0054a4;
    z-index: -1
}

.services__img {
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 20px
}

.services__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.services__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    color: #fff;
    width: 100%;
    margin-left: 25px;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 15px
}

.services__text::before {
    content: '';
    position: absolute;
    left: -25px;
    background: #3acff3;
    bottom: 0;
    height: 2px;
    width: 70px
}

.advantages .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 15px
}

.advantages__item {
    padding: 0 30px 30px;
    background: #f4f5f5;
    position: relative
}

.advantages__item::before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #3acff3
}

.advantages__icon {
    margin-top: -35px;
    height: 65px;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantages__icon img {
    max-width: 100%;
    max-height: 100%
}

.advantages__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #0d1026;
    margin: 20px 0 0
}

.section-form__wrapper {
    position: relative;
    padding: 65px 40px 40px 120px;
    min-height: 240px
}

.section-form__wrapper>img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-form__wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
    background: -o-linear-gradient(353.69deg, #0054a4 -3.63%, rgba(0, 84, 164, .2) 111.98%);
    background: linear-gradient(96.31deg, #0054a4 -3.63%, rgba(0, 84, 164, .2) 111.98%)
}

.section-form__sale {
    background: #0054a4;
    position: absolute;
    left: -120px;
    top: 80px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 2;
    font-weight: 300;
    font-size: 80px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    width: 280px;
    color: #fff
}

.section-form__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 3
}

.section-form__fields {
    position: relative;
    z-index: 3;
    margin-top: 40px
}

.section-form__fields>div {
    margin-right: 16px
}

.section-form__field input {
    border: 1px solid rgba(255, 255, 255, .7);
    height: 46px;
    border-radius: 100px;
    background-color: transparent;
    width: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    padding: 0 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1
}

.section-form__field input::-webkit-input-placeholder {
    color: #fff
}

.section-form__field input::-moz-placeholder {
    color: #fff
}

.section-form__field input:-ms-input-placeholder {
    color: #fff
}

.section-form__field input::-ms-input-placeholder {
    color: #fff
}

.section-form__field input::placeholder {
    color: #fff
}

.section-form__submit input {
    height: 46px;
    border: none
}

.section-form__checkbox {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: rgba(255, 255, 255, .4);
    position: relative;
    margin-top: 20px;
    z-index: 3
}

.to-top {
    background-image: url(../images/svg/to-top.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 50%;
    border: none;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: #2e3149
}

.footer {
    background: #202337;
    padding: 55px 0 40px
}

.footer .btn {
    border: 1px solid #0054a4;
    color: #fff
}

.footer__t-contact {
    font-size: 22px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer__t-contact:hover {
    color: #fff
}

.footer__d-contact {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #6a7094;
    margin-top: 10px;
    text-decoration: none
}

.footer__d-contact:hover {
    color: #6a7094
}

.footer a.footer__t-contact {
    font-weight: 700
}

.footer__socials {
    margin: 0;
    padding: 0;
    font-size: 0
}

.footer__socials li {
    list-style-type: none
}

.footer__socials li a {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer__socials li a:hover {
    -webkit-transform: rotate(365deg);
    -ms-transform: rotate(365deg);
    transform: rotate(365deg)
}

.footer__socials li+li {
    margin-left: 30px
}

.footer__mid {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #3e425e
}

.footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 35px
}

.footer__logo img {
    width: 80px;
    height: 80px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.footer__item-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #0054a4;
    margin-bottom: 25px
}

.footer__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer__list li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.footer__list li a:hover {
    color: #0054a4
}

.footer__list li+li {
    margin-top: 10px
}

.footer__bottom {
    margin-top: 50px
}

.footer__bottom * {
    font-size: 10px;
    line-height: 1;
    color: #7a7e94;
    text-decoration: none
}

.footer__bottom * {
    margin-right: 30px
}

.footer .footer__search {
    position: relative
}

.footer .footer__search::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    background-image: url(../images/svg/search.svg);
    display: block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer .footer__search input {
    width: 190px;
    height: 46px;
    border: 1px solid #33374f;
    border-radius: 100px;
    background: 0 0;
    padding: 0 20px 0 45px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #fff
}

.footer .footer__search input::-webkit-input-placeholder {
    color: #fff
}

.footer .footer__search input::-moz-placeholder {
    color: #fff
}

.footer .footer__search input:-ms-input-placeholder {
    color: #fff
}

.footer .footer__search input::-ms-input-placeholder {
    color: #fff
}

.footer .footer__search input::placeholder {
    color: #fff
}

header.fixed .header__top {
    padding: 5px 0;
    background-color: #fff
}

header.fixed .header__bottom {
    padding: 10px 0;
    background-color: #fff
}

header.fixed {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: #fff
}

header.header__front.fixed {
    position: fixed
}

header.header__front.fixed .header__top {
    background-color: #0054a4
}

header.header__front.fixed .header__bottom {
    background-color: #0054a4
}

.section-catalog__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 40px;
    padding-top: 15px;
    border-top: 1px solid #eaecee
}

.section-catalog__nav-menu {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.section-catalog__nav-menu>li>a {
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.3;
    color: #0d1026;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.section-catalog__nav-menu>li>a:hover {
    color: #0054a4
}

.section-catalog__nav-menu>li+li {
    margin-top: 15px
}

.section-catalog__nav-menu-sub {
    padding: 0;
    margin: 8px;
    font-size: 0;
    list-style-type: none
}

.section-catalog__nav-menu-sub li a {
    font-weight: 500;
    font-size: 10px;
    line-height: 1.3;
    color: #0d1026;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    padding: 4px 11px;
    border: 1px solid #eaecee;
    border-radius: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    transition-duration: .15s
}

.section-catalog__nav-menu-sub li a:hover {
    background: #0054a4;
    color: #fff
}

.section-catalog__nav-menu-sub li a.active {
    background: #0054a4;
    color: #fff
}

.section-catalog__nav-menu-sub li+li {
    margin-top: 6px
}

.section-catalog__filter {
    border-top: 1px solid #eaecee;
    border-bottom: 1px solid #eaecee;
    padding: 10px;
    margin-top: 30px
}

.section-catalog__products {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.section-catalog__top-nav {
    margin-bottom: 30px
}

.section-catalog__top-nav ul {
    margin: -5px 0 0 -8px;
    padding: 0;
    font-size: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-catalog__top-nav ul li {
    margin: 5px 8px 0
}

.section-catalog__top-nav ul li a {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    color: #878ba3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    padding-bottom: 4px
}

.section-catalog__top-nav ul li .active {
    color: #0d1026;
    border-bottom: 1px solid #0054a4
}

.section-catalog__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
}

.section-catalog__grid .product-card {
    position: relative
}

.section-catalog__grid .product-card::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    right: 15px;
    height: 1px;
    background-color: #eaecee
}

@media (min-width:1230px) {
    .section-catalog__grid .product-card:nth-child(-n+4) {
        padding-top: 0
    }
    .section-catalog__grid .product-card:nth-child(-n+4)::before {
        display: none
    }
}

.product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 15px 20px;
    position: relative
}

.product-card::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: -1px;
    bottom: 15px;
    border-left: 1px solid #eaecee;
    border-right: 1px solid #eaecee;
    z-index: -1
}

.product-card__img {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-card__img img {
    max-width: 100%;
    max-height: 100%
}

.product-card__status {
    font-weight: 500;
    font-size: 10px;
    color: #0054a4
}

.product-card__title {
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #0d1026;
    margin-bottom: 14px;
    margin-top: 8px
}

.product-card__bottom {
    margin-top: auto
}

.product-card__btns>a {
    background: #0054a4;
    border-radius: 30px;
    height: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    padding: 0 15px;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    margin-right: 11px;
    text-decoration: none;
}

.product-card__btns>a:hover {
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5)
}

.product-card__prices {
    margin-top: 11px
}

.product-card__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card__number input {
    min-width: 34px;
    width: 34px;
    max-width: 80px !important;
    height: 20px;
    font-size: 14px;
    line-height: 1;
    color: #0d1026;
    text-align: center;
    border: none
}

.product-card__number button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #f4f5f5;
    border: none;
    position: relative;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.product-card__number button:hover {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.product-card__number button::after,
.product-card__number button::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 2px;
    background-repeat: no-repeat;
    background-image: url(../images/svg/minus.svg)
}

.product-card__number .minus::after {
    display: none
}

.product-card__number .plus::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.product-card__price-item {
    font-size: 0
}

.product-card__price-item span {
    font-weight: 500;
    font-size: 12px;
    color: #878ba3
}

.product-card__price-item+div {
    position: relative;
    margin-left: 30px
}

.product-card__price-item+div::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #dadada;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto
}

.product-card__price {
    font-weight: 500;
    font-size: 16px;
    color: #0d1026
}

.input-buffer {
    position: absolute;
    top: -1000px;
    left: -1000px;
    visibility: hidden;
    white-space: nowrap
}

.loadmore, .facetwp-load-more {
    height: 50px;
    padding: 0 25px;
    font-weight: 500;
    font-size: 16px;
    color: #0054a4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: 40px;
    position: relative;
    padding-left: 90px;
    width: 100%;
    background-color: transparent;
    border: none;
}

.loadmore::before, .facetwp-load-more::before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #0054a4;
    background-image: url(../images/svg/down.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.loadmore::after, .facetwp-load-more::after {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f4f5f5;
    border-radius: 100px;
    z-index: -1
}

.product-main__gallery {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 400px;
    flex: 1 0 400px;
    margin-right: 40px;
    overflow: hidden
}

.product-main__gallery-init {
    height: 290px;
    border: 1px solid #eaecee
}

.product-main__gallery-init .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    outline: 0
}

.product-main__gallery-init .swiper-slide img {
    max-width: 100%;
    max-height: 100%
}

.product-main__gallery-dots {
    font-size: 0;
    text-align: center;
    margin-top: 10px
}

.product-main__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 500px;
    flex: 1 0 500px;
    margin-right: 30px
}

.product-main__status {
    font-weight: 500;
    font-size: 11px;
    color: #0054a4
}

.product-main__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    margin: 10px 0 0
}

.product-main__params {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 12px
}

.product-main__param {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.3;
    padding-bottom: 7px;
    border-bottom: 1px solid #eaecee
}

.product-main__param span {
    color: #878ba3
}

.product-main__param span::after {
    content: '•';
    display: inline-block;
    margin-left: 4px
}

.product-main__price {
    margin-top: 20px
}

.product-main__item-price {
    font-size: 0
}

.product-main__item-price:not(:first-child) .product-main__price-value {
    color: #ef3737
}

.product-main__item-price+div {
    margin-left: 25px
}

.product-main__item-price span {
    font-weight: 500;
    font-size: 12px;
    color: #878ba3
}

.product-main__price-value {
    font-size: 26px;
    line-height: 1.2
}

.product-main__btns {
    margin-top: 20px
}

.product-main__btns>a {
    height: 50px;
    padding: 0 20px;
    background: #0054a4;
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    border: none;
    margin-right: 10px;
		text-decoration: none;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.product-main__btns>a:hover {
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .25);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .25)
}

.product-main__sub {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.product-main__sub-item {
    position: relative;
    padding-left: 45px;
    margin-top: 30px
}

.product-main__sub-item>img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 32px;
    height: auto
}

.product-main__sub-item ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.product-main__sub-item ul li {
    font-weight: 500;
    font-size: 12px;
    color: #878ba3
}

.product-main__sub-item ul li::before {
    content: '• '
}

.product-main__sub-item ul li+li {
    margin-top: 5px
}

.product-main .product-card__number {
    background: #f4f5f5;
    border-radius: 30px;
    height: 50px;
    padding: 0 10px
}

.product-main .product-card__number input {
    background-color: transparent
}

.product-main .product-card__number button {
    background-color: #fff
}

.product-main__sub-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase
}

.product-garant__item {
    padding: 20px 30px;
    background: #f4f5f5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
}

.product-garant__item img {
    width: 60px;
    height: auto;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.product-info>div {
    width: 47%
}

.product-info h2 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #eaecee
}

.product-info__desc h2 {
    margin-bottom: 20px
}

.product-info__desc p {
    font-size: 14px;
    line-height: 170%
}

.product-info__params ul {
    padding: 0;
    list-style-type: none
}

.product-info__params ul li {
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0
}

.product-info__params ul li:last-child {
    border-bottom: 1px solid #eaecee
}

.product-info__params ul li+li {
    border-top: 1px solid #eaecee
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    opacity: 1;
    background: #ebf1f1
}

.swiper-pagination-bullet-active {
    background: #0054a4
}

.recommends__wrapper {
    overflow: hidden;
    padding-right: 1px
}

.recommends__dots {
    text-align: center
}

.service-top {
    position: relative;
    padding: 15px 0 60px;
    overflow: hidden
}

.service-top>img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.service-top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(bottom, rgba(0, 84, 164, .5), rgba(0, 84, 164, .5)), -o-linear-gradient(271.22deg, rgba(0, 84, 164, .25) 1.07%, #0054a4 108.6%);
    background: linear-gradient(0deg, rgba(0, 84, 164, .5), rgba(0, 84, 164, .5)), linear-gradient(178.78deg, rgba(0, 84, 164, .25) 1.07%, #0054a4 108.6%);
    z-index: 2
}

.service-top>div {
    position: relative;
    z-index: 3
}

.service-top .main-section__title {
    margin-top: 50px;
    max-width: 750px
}

.service-top .main-section__desc {
    margin-top: 40px
}

.bread.bread-white * {
    color: rgba(255, 255, 255, .4)
}

.service-text__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 600px;
    flex: 1 0 600px;
    margin-right: 50px
}

.service-text__btns a+a {
    margin-left: 15px
}

.service-text__count span {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    color: #0054a4
}

.service-text__count p {
    font-size: 20px;
    margin: 20px 0 0
}

.service-text__img {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px
}

.service-text__img img {
    width: 100%;
    height: auto
}

.service-text__img>:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.service-text-2 .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.service-text-2__gallery {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.service-text-2__gallery img {
    width: 100%;
    height: auto
}

.service-text-2__gallery img:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.service-text-2__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 570px;
    flex: 1 0 570px;
    margin-left: 50px
}

.not-sale {
    padding: 60px
}

.projects-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px
}

.projects-wrapper .item-project {
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.projects-wrapper .item-project:hover {
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .45);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .45)
}

.main-section__sub-title {
    font-size: 16px;
    color: #fff;
    margin-top: 45px
}

.main-section__sub-title+.main-section__title {
    margin-top: 20px
}

.main-section__counters {
    margin-top: 30px;
    position: relative
}

.main-section__counters::before {
    content: '';
    position: absolute;
    left: -50vw;
    right: -50vw;
    top: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .3)
}

.main-section__count {
    position: relative;
    padding-top: 20px
}

.main-section__count:not(:last-child) {
    margin-right: 50px
}

.main-section__count::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #fff
}

.main-section__c-title {
    font-size: 46px;
    font-weight: 700;
    color: #fff
}

.main-section__c-desc {
    font-size: 18px;
    color: #fff
}

.portfolio_in-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 700
}

.portfolio_in-content__gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0
}

.portfolio_in-content__gallery>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 350px
}

.portfolio_in-content__gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0
}

ul.tabs li {
    background: 0 0;
    font-size: 12px;
    color: #0d1026;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eaecee;
    border-radius: 6px;
    padding: 5px 12px;
    cursor: pointer;
    margin: 0 10px 5px 0
}

ul.tabs li.current {
    background: #0054a4;
    color: #fff
}

.tab-content {
    display: none;
    margin-top: 20px
}

.tab-content.current {
    display: inherit
}

.price__row {
    margin-top: 35px
}

.price__row h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #0054a4
}

.price table {
    width: 100%;
    table-layout: fixed
}

.price table tr th {
    font-weight: 600;
    border-top: 1px solid #0054a4;
    text-transform: uppercase
}

.price table tr th:first-child {
    border-top: 1px solid #2d2e33
}

.price table tr:not(:first-child) td,
.price table tr:not(:first-child) th {
    font-weight: 700;
    border-top: 1px solid #d6e2e2
}

.price table tr:not(:first-child) td:first-child,
.price table tr:not(:first-child) th:first-child {
    font-size: 18px
}

.price table tr:not(:first-child) td b,
.price table tr:not(:first-child) th b {
    font-weight: 700
}

.price table tr:hover td,
.price table tr:hover th {
    background: #e5eded
}

.price table td,
.price table th {
    background: #f4f5f5;
    padding: 8px 10px;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    font-size: 13px
}

.price table td:hover .product-card__btns,
.price table th:hover .product-card__btns {
    opacity: 1;
    visibility: visible
}

.price table td:first-child,
.price table th:first-child {
    text-align: center
}

.price table td:not(:first-child),
.price table th:not(:first-child) {
    border-left: 4px solid #fff;
    padding-left: 25px
}

.price table td:nth-child(2n),
.price table th:nth-child(2n) {
    background-color: #fff
}

.price .product-card__btns {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.price .product-card__number input {
    background-color: transparent
}

.price .product-card__number button {
    background-color: #fff
}

.faq__item {
    border-left: 1px solid #0054a4;
    background: #f4f5f5
}

.faq__item+div {
    margin-top: 15px
}

.faq__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color: #0054a4;
    padding: 14px 20px 14px 20px;
    cursor: pointer;
    margin: 0
}

.faq__title::after {
    content: '';
    display: inline-block;
    width: 29px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/svg/faq-arrow.svg);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.faq__content {
    padding: 0 20px 20px 20px;
    display: none
}

.faq__content p {
    font-size: 16px
}

.faq__content p:last-child {
    margin-bottom: 0
}

.faq .opened {
    color: #0d1026
}

.faq .opened::after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.pay-methods h2 {
    margin: 0 0 40px;
    color: #0054a4;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase
}

.pay-methods h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase
}

.pay-methods p {
    font-size: 16px
}

.pay-methods__row:not(:last-child) {
    margin-bottom: 40px
}

.pay-methods__row+div {
    margin-top: 40px
}

.pay-methods__item {
    position: relative;
    padding: 20px 30px 0
}

.pay-methods__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 85px;
    background: #f4f5f5;
    z-index: -1
}

.pay-methods__item::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 70px;
    height: 2px;
    background: #0054a4
}

.pay-methods__item+div {
    margin-top: 40px
}

.pay-methods__imgs {
    margin-left: -15px
}

.pay-methods__imgs img {
    max-height: 60px;
    width: auto;
    margin: 0 15px
}

.map {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px
}

.map__init {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.map #map {
    width: 100%;
    height: 100%
}

.map__info {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 25px
}

.map__icon {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    margin-right: 15px;
    background: #f2f7fa;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.map__icon img {
    max-width: 100%;
    max-height: 100%
}

.map__title {
    font-size: 16px;
    font-weight: 700;
    color: #0d1026;
    text-decoration: none
}

.map__desc {
    font-weight: 500;
    font-size: 11px;
    color: #a7a7b3
}

.map .btn-3 {
    margin-top: 30px
}

.thank-wrap .footer__socials {
    margin-left: 20px
}

.thank-wrap .footer__socials a {
    width: 55px;
    height: 55px;
    background: #f4f5f5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%
}

.thank-wrap .footer__socials a img {
    max-width: 25px;
    -webkit-filter: invert(1);
    filter: invert(1)
}

.thank-wrap__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 600px;
    flex: 0 1 600px;
    margin-left: 80px
}

.thank-wrap__img img {
    max-width: 100%;
    height: auto;
    max-height: 400px
}

.thank-wrap__text {
    max-width: 560px
}

.modal__wrap {
    width: 490px
}

.modal__row+div {
    margin-top: 20px
}

.modal__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border: 1px solid #e4e9ed;
    border-radius: 10px;
    padding: 9px 12px;
}

.modal__input input {
    border: none;
    font-size: 12px;
    line-height: 1;
    padding: 0
}

.modal__input+div {
    margin-left: 20px
}

.modal__t-input {
    font-size: 10px;
    font-weight: 500
}

.modal__btns .btn-3 {
    border: none
}

.modal__checkbox {
    font-size: 10px;
    color: #9b9b9b;
    margin-left: 20px
}

.modal__checkbox a {
    color: #9b9b9b
}

.mobile-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background-color: #fff;
    padding: 0 10px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
    display: none
}

.mobile-wrapper .header__logo {
    width: auto;
    font-size: 16px;
    text-transform: uppercase;
    color: #0054a4;
    font-weight: 700
}

.mobile-wrapper .header__logo img {
    max-height: 25px;
    width: 100%;
    margin-right: 10px;
    max-width: 150px
}

.mobile-wrapper .header__logo-text b,
.mobile-wrapper .header__logo-text span {
    color: #251f34
}

.mobile-wrapper .header__logo-text span {
    margin-top: 5px
}

.mobile-wrapper .bottom {
    position: fixed;
    margin-top: 60px;
    max-width: 85vw;
    height: calc(100vh - 60px);
    overflow: auto;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    z-index: 3;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    -webkit-transform: translate(-200%, 0);
    -o-transform: translate(-200%, 0);
    -moz-transform: translate(-200%, 0);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translate(-200%, 0);
    -ms-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .33)
}

.mobile-wrapper .adress_popover {
    width: 100%
}

.header-top__phone {
    font-size: 12px;
    color: #2d2e33;
    line-height: 1;
    margin-top: 4px
}

.mobile-wrapper .bottom.opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.bottom-mobile-phone {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    text-decoration: none
}

.bottom-mobile-phone .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f4f4f4;
    margin-right: 10px
}

.bottom-mobile-phone .icon img {
    max-width: 11px;
    height: auto
}

.bottom-social-mobile {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-social-mobile a+a {
    margin-left: 30px
}

.mobile-wrapper .bottom ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0
}

.mobile-wrapper .bottom ul+ul {
    margin-top: 30px
}

.mobile-wrapper .bottom .menu a {
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
    color: #212529;
    text-decoration: none
}

.mobile-wrapper .bottom .main-modal-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.mobile-wrapper .bottom .main-modal-menu a::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0054a4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.mobile-wrapper .bottom .menu li+li {
    margin-top: 7px
}

.mobile-wrapper .bottom .city_popover a {
    margin: 5px 5px 0
}

.mobile-wrapper .top {
    position: relative;
    z-index: 10;
    height: 60px
}

.mobile-wrapper .logo img {
    width: 50px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-mobile a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f4f4f4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.contact-mobile a img {
    max-width: 100%
}

.contact-mobile a+a {
    margin-left: 5px
}

body.hidd,
html.hidd {
    overflow: hidden
}

body.hidd {
    padding-right: 5px
}

body.hidd::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 20
}

.hamburger {
    width: 20px;
    height: 14px;
    position: relative;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    cursor: pointer
}

.hamburger span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #2d2e33;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger span:nth-child(1) {
    top: 0
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto
}

.hamburger span:nth-child(4) {
    top: auto;
    bottom: 0;
    width: 50%;
    left: auto;
    right: 0
}

.hamburger.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%
}

.hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.hamburger.open span:nth-child(4) {
    width: 0
}

@media (max-width:1230px) {
    .container {
        width: 992px
    }
    .header__menu li a {
        font-size: 9px
    }
    .header__tel {
        font-size: 12px
    }
    .header__mail {
        font-size: 10px
    }
    .header__menu li+li {
        margin-left: 10px
    }
    .header__logo-name {
        font-size: 14px
    }
    .header__logo-desc {
        max-width: 100px;
        white-space: initial
    }
    .header__search {
        display: none
    }
    .footer__t-contact {
        font-size: 15px
    }
    .section-catalog__grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
    }
    .product-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .product-main__sub {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }
    .item-project {
        height: 280px
    }
    .service-text__count span {
        font-size: 46px
    }
    .service-text__img {
        gap: 15px
    }
    .service-text__count p {
        font-size: 14px
    }
    .counters__counter {
        font-size: 36px
    }
    .counters__title {
        font-size: 14px
    }
}

@media (max-width:992px) {
    .container {
        width: 768px
    }
    .section-catalog__more {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section-catalog__nav {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        margin: 0 0 30px
    }
    .section-catalog__nav-menu>li+li {
        margin-top: 7px
    }
    .section-catalog__filter {
        margin-top: 20px;
        padding: 5px 0
    }
    .section-catalog__top-nav {
        margin-bottom: 15px
    }
    .header {
        display: none
    }
    .main-section {
        padding-top: 0
    }
    .main-section__big-slide {
        display: none
    }
    .main-section__content {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
    .main-section__title {
        font-size: 30px
    }
    .main-section__mini-title {
        font-size: 14px
    }
    .section-advantages .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .section-advantages__text {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin: 0
    }
    .mt80 {
        margin-top: 40px
    }
    .section-video .container {
        padding: 30px
    }
    .section-video__text {
        font-size: 20px
    }
    .section-video .bg-product {
        display: none
    }
    .section-catalog__img {
        height: 130px
    }
    .section-catalog__item {
        padding: 0 10px 15px
    }
    .section-catalog__title {
        font-size: 15px
    }
    .s-title {
        font-size: 22px
    }
    .scope .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .scope__text {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin-bottom: 20px
    }
    .scope__links-item {
        height: 100%
    }
    .counters__counter {
        font-size: 26px
    }
    .counters__title {
        font-size: 12px
    }
    .counters .container {
        gap: 20px
    }
    .counters__title {
        min-height: 30px
    }
    .counters__why-desc {
        font-size: 16px
    }
    .item-project {
        height: 240px
    }
    .item-project::after {
        top: 20px;
        bottom: auto
    }
    .item-project__text {
        left: 20px;
        right: 20px;
        bottom: 20px
    }
    .advantages__item {
        padding: 0 15px 15px
    }
    .advantages__text {
        font-size: 12px
    }
    .section-form__title {
        font-size: 20px
    }
    .section-form__sale {
        font-size: 60px;
        display: none
    }
    .section-form__wrapper {
        padding: 20px
    }
    .footer__top .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer__top .container>* {
        margin: 0 5px 10px
    }
    .footer {
        padding: 20px 0
    }
    .footer__mid {
        margin-top: 10px;
        padding: 20px 0 0
    }
    .footer__mid .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer__mid .container>* {
        margin: 0 5px 10px
    }
    .to-top {
        width: 45px;
        height: 45px
    }
    .footer__logo {
        display: none
    }
    .footer__list {
        font-size: 0
    }
    .footer__bottom {
        margin-top: 20px
    }
    .mobile-wrapper {
        display: block
    }
    body {
        padding-top: 60px
    }
    .main-section__c-title {
        font-size: 36px
    }
    .price table td,
    .price table th {
        padding: 5px;
        font-size: 10px
    }
    .service-text .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .service-text-2 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .service-text-2__text,
    .service-text__left {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin: 0 0 20px 0
    }
}

@media (max-width:768px) {
    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
    .thank-wrap {
        padding-bottom: 40px
    }
    .thank-wrap__img {
        display: none
    }
    .main-section__mini {
        display: none
    }
    .header__front+.main-section .main-section__btns {
        margin: 20px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .main-section__slider-big-dots {
        margin: 10px 0 0
    }
    .main-section .container>div {
        padding: 25px 0
    }
    .main-section__title {
        font-size: 20px
    }
    .main-section__desc {
        font-size: 16px
    }
    .btn-2,
    .btn-3,
    .btn-4 {
        height: 45px
    }
    body {
        font-size: 16px
    }
    .section-advantages__item-list:not(:first-child) {
        padding: 0
    }
    .section-advantages__list {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 10px
    }
    .section-advantages__item-desc {
        padding: 10px 0 0;
        font-size: 14px
    }
    .section-video__text {
        font-size: 16px
    }
    .section-video__play {
        margin: 20px 0 0;
        font-size: 12px
    }
    .section-video .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .section-video__text {
        text-align: center
    }
    .section-video__text br {
        display: none
    }
    .section-video__play-icon {
        width: 60px;
        height: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .section-video__play-icon::before {
        background-repeat: no-repeat;
        width: 16px;
        background-position: center
    }
    .section-catalog__wrapper {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 15px
    }
    .section-catalog__img {
        height: 80px
    }
    .section-catalog__price {
        font-size: 14px
    }
    .pt80 {
        padding-top: 40px
    }
    .scope__text {
        margin: 0
    }
    .scope__links {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
    }
    .scope li:first-child,
    .scope li:nth-child(4) {
        grid-column: auto
    }
    .scope__links-item {
        padding: 15px
    }
    .scope__item-title {
        font-size: 13px
    }
    .counters .container {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr))
    }
    .counters__counter {
        font-size: 18px
    }
    .counters__why-desc {
        font-size: 14px
    }
    .counters__title {
        min-height: initial;
        margin-bottom: 5px
    }
    .counters__desc {
        margin-top: auto
    }
    .counters__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .pt60 {
        padding-top: 30px
    }
    .services__wrapper {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
    }
    .services__text {
        padding-right: 10px;
        font-size: 14px
    }
    .section-form__wrapper {
        padding: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .advantages .container {
        gap: 40px 15px;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
    }
    .advantages__text {
        margin: 10px 0 0
    }
    .section-form__fields>div {
        margin: 0 5px 10px
    }
    .section-form__fields {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .section-form__fields {
        margin-top: 20px
    }
    .footer__bottom * {
        margin-right: 10px
    }
    .mt80 {
        margin-top: 30px
    }
    .product-main__gallery {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin: 0
    }
    .product-main__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
    .product-main__sub-item {
        margin-top: 0;
        width: 100%
    }
    .product-main__sub {
        margin-top: 20px
    }
    .product-garant {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
    .product-garant__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding: 10px;
        font-size: 14px
    }
    .product-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .product-info>div {
        width: 100%
    }
    .product-info__desc p {
        font-size: 12px
    }
    .product-main__name {
        font-size: 18px
    }
    .product-main__item-price span {
        font-size: 10px
    }
    .product-main__price-value {
        font-size: 20px
    }
    .mt40 {
        margin-top: 20px
    }
    .map__init {
        position: relative;
        height: 250px;
        width: 100%;
        margin-top: 29px
    }
    .map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0;
        padding-bottom: 40px
    }
    .map__info {
        padding: 0
    }
    .map__item+.map__item {
        margin-top: 10px
    }
    .map__title {
        font-size: 12px;
        line-height: 1.3
    }
    .map__desc {
        margin-top: 5px;
        font-size: 8px
    }
    .faq__title {
        font-size: 12px
    }
    .faq__content p {
        font-size: 12px
    }
    .pay-methods h2 {
        font-size: 18px
    }
    .pay-methods h3 {
        font-size: 16px
    }
    .pay-methods p {
        font-size: 12px
    }
    .pay-methods__imgs img {
        max-height: 30px
    }
    .projects-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 15px
    }
    .item-project__title {
        font-size: 14px
    }
    .main-section__count:not(:last-child) {
        margin: 0 10px 0 0
    }
    .main-section__c-title {
        font-size: 16px
    }
    .main-section__c-desc {
        font-size: 12px
    }
    .portfolio_in-content h2 {
        font-size: 20px
    }
    .portfolio_in-content__gallery {
        gap: 10px
    }
    .price .product-card__btns {
        display: none
    }
    .price table tr:not(:first-child) td:first-child,
    .price table tr:not(:first-child) th:first-child {
        font-size: 12px
    }
    .price table td:not(:first-child),
    .price table th:not(:first-child) {
        padding: 5px
    }
    .price__row h2 {
        font-size: 18px
    }
    .service-top {
        padding-bottom: 30px
    }
    .service-top .main-section__desc {
        margin-top: 20px
    }
    .service-top .main-section__title {
        margin-top: 30px
    }
    .main-section__btns {
        margin: 20px 0 0
    }
    .service-top .main-section__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .service-top .main-section__btns a+a {
        margin: 10px 0 0
    }
    .thank-wrap .footer__socials a {
        width: 30px;
        height: 30px
    }
    .thank-wrap .footer__socials a img {
        max-width: 14px
    }
    .footer__socials li+li {
        margin-left: 10px
    }
    .thank-wrap__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .thank-wrap .footer__socials {
        margin: 20px 0 0
    }
}