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

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.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;
    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: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-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;
    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(transparent));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(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);
    transform: scale(.33);
    position: relative
}

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

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

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

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

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

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    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: #007aff
}

.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%);
    transform: translateY(-50%);
    width: 8px
}

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

.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%);
    transform: translateX(-50%);
    white-space: nowrap
}

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-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-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.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%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.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;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-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;
    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;
    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%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

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

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.fade-enter-active[data-v-12582307],
.fade-leave-active[data-v-12582307] {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-enter[data-v-12582307],
.fade-leave-to[data-v-12582307] {
    opacity: 0
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff) format("woff"), url(../fonts/lg.ttf) format("truetype"), url(../fonts/lg.svg#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\E095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\E094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    to {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    to {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    to {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    to {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\E070"
}

.lg-toolbar .lg-download:after {
    content: "\E0F2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear, -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toggle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toggle-thumb:after {
    content: "\E1FF"
}

.lg-outer .lg-toggle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity .08s ease 0s;
    transition: opacity .08s ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\E01D"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\E01A"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s, -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\E311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\E033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\E312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: inset 0 0 0 2px #fff
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px hsla(0, 0%, 100%, .7) inset;
    box-shadow: inset 0 0 0 8px hsla(0, 0%, 100%, .7);
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -webkit-transition: -webkit-box-shadow .3s ease 0s;
    transition: -webkit-box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
    box-shadow: inset 0 0 0 8px #fff
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\E20C"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\E20D"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -webkit-transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\E80D"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\E901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\E904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\E902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\E903"
}

.group {
    *zoom: 1
}

.group:after,
.group:before {
    display: table;
    content: "";
    line-height: 0
}

.group:after {
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat scroll 50% transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -webkit-transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-backdrop {
    background: rgba(0, 0, 0, .8)
}

.lg-backdrop[data-v-4389f07e] {
    background: rgba(0, 0, 0, .9)
}

.swiper-button-next.swiper-button-disabled[data-v-4389f07e],
.swiper-button-prev.swiper-button-disabled[data-v-4389f07e] {
    pointer-events: auto
}

.fade-enter-active[data-v-1da9dd44],
.fade-leave-active[data-v-1da9dd44] {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-enter[data-v-1da9dd44],
.fade-leave-to[data-v-1da9dd44] {
    opacity: 0
}

.fade-enter-active[data-v-df5211a0],
.fade-leave-active[data-v-df5211a0] {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fade-enter[data-v-df5211a0],
.fade-leave-to[data-v-df5211a0] {
    opacity: 0
}

@font-face {
    font-family: Geometria;
    src: url(../../fonts/geometria.woff2) format("woff2"), url(../../fonts/geometria.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Geometria;
    src: url(../../fonts/Geometria-Bold.woff2) format("woff2"), url(../../fonts/Geometria-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Geometria;
    src: url(../../fonts/Geometria-Heavy.woff2) format("woff2"), url(../../fonts/Geometria-Heavy.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

body,
html {
    height: 100%
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

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

body {
    margin: 0
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

li {
    display: block
}

dl {
    margin-top: 0;
    margin-bottom: 0
}

dd {
    margin-left: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit
}

blockquote {
    margin: 0;
    padding: 0
}

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

strong {
    font-weight: 700
}

figure {
    margin: 0
}

a {
    text-decoration: none;
    color: inherit
}

a:focus {
    outline-color: inherit;
    outline-style: dotted;
    outline-width: thin
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
    overflow: visible
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    overflow: auto
}

html {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
    margin: 0 0 35px;
    font-weight: 700;
    line-height: 1.2;
    clear: both
}

h1 {
    margin-bottom: 70px;
    font-size: 1.75rem;
    text-transform: uppercase
}

h1,
h2 {
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.25rem;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    font-weight: 700
}

h4,
h5,
h6 {
    font-size: 1.125rem
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

p {
    margin: 0 0 8px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    line-height: 24px
}

.alignleft {
    float: left;
    margin: 6px 28px 28px 0
}

.alignright {
    float: right;
    margin: 6px 0 28px 28px
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px
}

::-moz-selection {
    background: rgba(0, 0, 0, .7);
    color: #fff
}

::selection {
    background: rgba(0, 0, 0, .7);
    color: #fff
}

body {
    background-color: #fff;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.no-scroll {
    overflow: hidden
}

.no-scroll,
.shift-padding {
    padding-right: 17px;
    padding-right: var(--scrollbarWidth, 17px)
}

.footer,
.layout {
    max-width: 100%
}

.main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.layout,
.main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.layout {
    z-index: 1;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

body {
    min-width: 310px
}

html {
    scroll-behavior: smooth
}

[v-cloak] {
    visibility: hidden
}

.loading {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff
}

.loading .preloader {
    z-index: 1000;
    display: block;
    opacity: 1
}

.loading .main-wrapper {
    visibility: hidden
}

.grecaptcha-badge {
    display: none
}

.flex-warning {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background: #e05252;
    padding: 5px 50px;
    z-index: 999999
}

.flex-warning p {
    color: #fff;
    font-size: 12px
}

@media print {
    @page {
        size: 1400px
    }

    .layout,
    .main-wrapper,
    body {
        display: block;
        float: none;
        height: auto;
        overflow: visible !important
    }
}

.btn {
    position: relative;
    width: 306px;
    height: 52px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #008bff;
    outline: none;
    border-radius: 27px;
    -webkit-transition: background .2s, -webkit-box-shadow .2s;
    transition: background .2s, -webkit-box-shadow .2s;
    transition: background .2s, box-shadow .2s;
    transition: background .2s, box-shadow .2s, -webkit-box-shadow .2s
}

.btn:focus,
.btn:hover {
    background-color: #0072ff;
    outline: none
}

.btn:active {
    -webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, .17), 0 0 10px 0 rgba(0, 0, 0, .17);
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, .17), 0 0 10px 0 rgba(0, 0, 0, .17);
    background-color: #008bff
}

.btn:disabled {
    background-color: #8d8f9c;
    pointer-events: none
}

.btn--accent {
    width: auto;
    height: auto;
    padding: 16px 60px;
    background-color: #ff9100
}

.btn--accent:focus,
.btn--accent:hover {
    background-color: #ff8400
}

.btn--accent:active {
    -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, .17);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .17);
    background-color: #ff9100
}

.btn--accent.disabled {
    background-color: #8d8f9c;
    pointer-events: none
}

.filter-btn {
    padding: 19px 15px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    background: #fff;
    font: 400 12px/1.2 Geometria, Arial, sans-serif;
    color: #6d6d7b;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s
}

.filter-btn:hover {
    background-color: #fafafa
}

.filter-btn:focus {
    border-color: #008bff;
    outline: none
}

.filter-btn.active {
    background-color: #008bff;
    color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17), inset 0 4px 10px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17), inset 0 4px 10px 0 rgba(0, 0, 0, .17)
}

.share-btn {
    position: relative;
    height: 35px;
    margin-left: 12px;
    padding: 0 22px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 400 16px/1.2 Geometria, Arial, sans-serif;
    text-transform: none;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.share-btn svg {
    position: absolute;
    top: 50%;
    fill: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.share-btn--fb {
    background: #38559c
}

.share-btn--fb:focus,
.share-btn--fb:hover {
    outline: none;
    background: #496bbe
}

.share-btn--fb svg {
    left: 17px
}

.share-btn--vk {
    background: #4a76a8
}

.share-btn--vk:focus,
.share-btn--vk:hover {
    outline: none;
    background: #618bba
}

.share-btn--vk svg {
    left: 13px
}

.square-btn {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s
}

.square-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #6d6d7b;
    border-left: 1px solid #6d6d7b;
    -webkit-transition: border .3s;
    transition: border .3s
}

.square-btn:hover {
    background-color: #fafafa
}

.square-btn:focus {
    outline: none;
    background-color: #008bff;
    color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17), inset 0 4px 10px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17), inset 0 4px 10px 0 rgba(0, 0, 0, .17)
}

.square-btn:focus:before {
    border-color: #fff
}

.square-btn--next:before {
    -webkit-transform: translateX(-8px) translateY(-6px) rotate(135deg);
    transform: translateX(-8px) translateY(-6px) rotate(135deg)
}

.square-btn--prev:before {
    -webkit-transform: translateX(-4px) translateY(-6px) rotate(-45deg);
    transform: translateX(-4px) translateY(-6px) rotate(-45deg)
}

@media screen and (max-width:1920px) {
    .filter-btn {
        padding: 19px 9px
    }
}

@media screen and (max-width:768px) {
    .share-btn {
        margin: 10px 6px 0
    }
}

@media screen and (max-width:480px) {
    .btn {
        padding: 16px 50px
    }
}

@media screen and (max-width:400px) {
    .btn {
        padding: 16px 40px
    }
}

.personal-warning {
    width: 100%;
    position: fixed;
    z-index: 15000;
    padding: 23px 0;
    left: 0;
    bottom: 0;
    background: #f1f7ff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.personal-warning--show {
    opacity: 1;
    visibility: visible
}

.personal-warning__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 0 50px;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print {
    .personal-warning__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .personal-warning__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .personal-warning__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .personal-warning__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .personal-warning__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.personal-warning__text {
    font: 400 13px/1.38 Geometria, Arial, sans-serif;
    color: #6d6d7b
}

.personal-warning__link {
    font-family: Geometria, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    color: #008bff;
    font-size: inherit;
    outline: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s, color .2s;
    transition: border .2s, color .2s
}

.personal-warning__link:focus,
.personal-warning__link:hover {
    border-color: #ff9000;
    color: #ff9000
}

.personal-warning__btn {
    display: block;
    width: auto;
    margin-left: 110px;
    padding: 0 60px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.personal-warning__close {
    width: 21px;
    height: 21px;
    border: 1px solid #008bff;
    border-radius: 50px;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.personal-warning__close:hover {
    opacity: .6
}

.personal-warning__close-icon {
    stroke: #008bff;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

@media screen and (max-width:768px) {
    .personal-warning__btn {
        margin: 20px 0 0
    }
}

.header,
.header__fixed {
    width: 100%;
    height: 102px;
    background: #fff
}

.header__fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17)
}

.header__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print {
    .header__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .header__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .header__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .header__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .header__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.header__logo {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.header__logo img {
    display: block;
    width: 150px;
    height: auto
}

.header__logo:focus {
    outline: none
}

.header__nav {
    height: 100%
}

.header__icons,
.header__menu,
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__menu a {
    outline: none
}

.header__menu li.hidden>a {
    display: none
}

.header__menu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25px;
    margin-right: 25px
}

.header__menu>li.disabled-delay .header__submenu,
.header__menu>li.disabled-delay.menu-item-has-children>a:after,
.header__menu>li.disabled-delay.menu-item-has-children>a:before,
.header__menu>li.disabled-delay a {
    -webkit-transition: none;
    transition: none
}

.header__menu>li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -14px;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #6d6d7b;
    border-right: 1px solid #6d6d7b;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.header__menu>li.menu-item-has-children>a:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    display: block;
    width: 17px;
    height: 17px;
    background: #fff;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    visibility: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: visibility .5s;
    transition: visibility .5s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.header__menu>li.menu-item-has-children>a:focus:after,
.header__menu>li.menu-item-has-children>a:hover:after {
    -webkit-transform: translateY(0) rotate(-135deg);
    transform: translateY(0) rotate(-135deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header__menu>li>a {
    position: relative;
    z-index: 11;
    margin-right: 14px;
    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;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    text-transform: uppercase;
    border-top: 4px solid transparent;
    padding-bottom: 4px;
    -webkit-transition: border .3s;
    transition: border .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.header__menu>li>a:focus,
.header__menu>li>a:hover {
    border-top: 4px solid #7d8093;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header__menu>li {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__menu>li:focus .header__submenu,
.header__menu>li:hover .header__submenu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header__menu>li:focus>a,
.header__menu>li:hover>a {
    border-top: 4px solid #7d8093;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header__menu>li:focus.menu-item-has-children>a:after,
.header__menu>li:hover.menu-item-has-children>a:after {
    -webkit-transform: translateY(0) rotate(-135deg);
    transform: translateY(0) rotate(-135deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header__menu>li:focus.menu-item-has-children>a:before,
.header__menu>li:hover.menu-item-has-children>a:before {
    visibility: visible;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header__submenu {
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 47px 88px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #dadada;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: visibility .5s;
    transition: visibility .5s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.header__submenu,
.header__submenu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__submenu>li {
    margin: 0;
    padding-right: 10px;
    -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
}

.header__submenu>li:last-child {
    padding-right: 0
}

.header__submenu>li:first-of-type {
    width: 34%
}

.header__submenu>li:nth-of-type(2) {
    width: 38%
}

.header__submenu>li:nth-of-type(3) {
    width: 28%
}

.header__submenu ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__submenu ul>li:not(:last-child) {
    margin-bottom: 15px
}

.header__submenu ul>li a {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .3s;
    transition: border .3s
}

.header__submenu ul>li a[href]:focus,
.header__submenu ul>li a[href]:hover {
    border-bottom: 1px solid #6d6d7b
}

.header__submenu>li>a {
    display: block;
    margin-bottom: 16px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #6d6d7b;
    border-bottom: 1px solid transparent
}

.header__submenu>li>a[href]:focus,
.header__submenu>li>a[href]:hover {
    border-bottom: 1px solid #6d6d7b
}

.header__phone {
    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;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 27px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    color: #008bff;
    border-bottom: 1px solid transparent;
    -webkit-transition: color .2s;
    transition: color .2s
}

.header__phone:focus,
.header__phone:hover {
    color: #ff9000;
    outline: none
}

.header__lang {
    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;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 57px;
    display: none;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .3s;
    transition: border .3s
}

.header__lang:focus,
.header__lang:hover {
    border-bottom: 1px solid #6d6d7b;
    outline: none
}

@media screen and (max-width:1920px) {
    .header__menu>li {
        margin: 0 5px
    }
}

@media screen and (max-width:1240px) {
    .header__menu>li {
        margin: 0 4px
    }

    .header__menu>li>a{
        font-size: 12px;
        margin-right: 10px;
    }

    .header__submenu {
        padding-left: 10px;
        padding-right: 10px
    }

    .header__phone{
        margin-left: 16px;
    }

    .header__menu>li.menu-item-has-children>a:after{
        right: -10px;
    }
}

@media screen and (max-width:991px) {
    .header__nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 102px;
        height: auto;
        max-height: calc(100vh - 102px);
        background: #fff;
        overflow: auto
    }

    .header__phone {
        margin-left: 10px
    }

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

    .header__menu>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: 0;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .header__inner {
        padding: 0 31px 0 40px
    }

    .header__lang {
        margin: 0 30px 0 0
    }

    .header__submenu {
        padding: 47px 30px;
        border: none;
        visibility: visible;
        -webkit-transition: none;
        transition: none
    }

    .header__submenu>li:first-of-type,
    .header__submenu>li:nth-of-type(2),
    .header__submenu>li:nth-of-type(3) {
        width: 100%
    }

    .header__logo {
        margin-right: 0
    }

    .header__logo img {
        width: 134px;
        height: auto
    }

    .header__phone {
        margin-left: 0
    }

    .header__menu {
        display: none;
        padding-bottom: 20px
    }

    .header__menu>li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 40px
    }

    .header__menu>li:not(:first-child)>a {
        border-top: 1px solid #6d6d7b
    }

    .header__menu>li:focus .header__submenu,
    .header__menu>li:hover .header__submenu {
        -webkit-transform: none;
        transform: none
    }

    .header__menu>li>a {
        border-top: none;
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header__menu>li.menu-item-has-children>a {
        margin-right: 0
    }

    .header__menu>li.menu-item-has-children>a:after,
    .header__menu>li.menu-item-has-children>a:before {
        display: none
    }

    .header__menu>li:focus>a,
    .header__menu>li:hover>a {
        border-top-color: transparent
    }

    .header__menu.active {
        display: block
    }

    .header__submenu {
        position: static;
        padding: 25px 30px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff;
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    .header__submenu>li:not(:last-child) {
        margin-bottom: 20px
    }

    .header__submenu>li a {
        border-bottom: 1px solid #6d6d7b
    }

    .header__submenu>li.menu-item-has-children a,
    .header__submenu>li a:focus,
    .header__submenu>li a:hover {
        border-bottom-color: transparent
    }

    .header__submenu>ul {
        padding-left: 20px
    }

    .header__submenu ul>li:not(:last-child) {
        margin-bottom: 5px
    }
}

@media screen and (max-width:768px) {

    .header,
    .header__fixed {
        height: 65px
    }

    .header__nav {
        top: 65px;
        max-height: calc(100vh - 65px)
    }

    .header__inner {
        padding-right: 40px
    }

    .header__logo img {
        width: 72px
    }

    .header__phone {
        font-size: 16px
    }

    .header__lang {
        font-weight: 700
    }
}

@media screen and (max-width:480px) {
    .header__submenu {
        padding-right: 0;
        padding-left: 10px
    }

    .header__inner {
        padding-left: 10px;
        padding-right: 10px
    }

    .header__menu>li {
        margin: 0 10px
    }
}

@media screen and (max-width:400px) {
    .header__phone {
        font-size: .8125rem
    }

    .header__lang {
        margin-right: 20px
    }
}

.footer {
    position: relative;
    background-color: #1472f3
}

.footer__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 88px 20px 40px
}

@media print {
    .footer__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .footer__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .footer__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .footer__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .footer__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.footer__inner-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__inner-column,
.footer__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__inner-row {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

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

.footer__menu a {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    outline: none
}

.footer__menu a[href] {
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s;
    transition: border .2s
}

.footer__menu a[href]:focus,
.footer__menu a[href]:hover {
    border-bottom: 1px solid #fff
}

.footer__menu>li>a {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700
}

.footer__menu li.accent a {
    font-weight: 700
}

.footer__submenu li:not(:last-child) {
    margin-bottom: 12px
}

.footer__contacts {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__contacts-title {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: right
}

.footer__contacts-item,
.footer__contacts-title {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #fff
}

.footer__contacts-item {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s;
    transition: border .2s
}

.footer__contacts-item:focus,
.footer__contacts-item:hover {
    border-bottom: 1px solid #fff;
    outline: none
}

.footer__policy {
    display: block;
    margin-bottom: 15px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s;
    transition: border .2s
}

.footer__policy:focus,
.footer__policy:hover {
    border-bottom: 1px solid #fff;
    outline: none
}

.footer__bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 5px
}

.footer__bottom-menu li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

.footer__bottom-menu a {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #8ebcff;
    outline: none;
    -webkit-transition: color .2s;
    transition: color .2s
}

.footer__bottom-menu a:focus,
.footer__bottom-menu a:hover {
    color: #fff
}

.footer__bottom-menu a:not([href]) {
    pointer-events: none;
    cursor: default
}

.footer__copyright {
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    font-size: .75rem
}

@media screen and (max-width:1920px) {
    .footer__inner {
        padding-top: 63px;
        padding-bottom: 20px
    }

    .footer__inner-row {
        margin-top: 30px
    }

    .footer__bottom-menu {
        margin-bottom: 0
    }

    .footer__menu>li>a {
        margin-bottom: 18px
    }

    .footer__menu a {
        line-height: 1.5
    }

    .footer__submenu li:not(:last-child) {
        margin-bottom: 10px
    }

    .footer__contacts-title {
        margin-bottom: 25px
    }

    .footer__policy {
        margin-bottom: 12px
    }
}

@media screen and (max-width:768px) {
    .footer__inner {
        padding-top: 54px;
        padding-bottom: 40px
    }

    .footer__menu>li>a,
    .footer__submenu li:not(:last-child) {
        margin-bottom: 6px
    }

    .footer__menu {
        width: 31%;
        padding-right: 10px
    }

    .footer__inner-column {
        width: 38%
    }

    .footer__policy {
        font-size: 14px;
        text-align: right;
        margin-bottom: 9px
    }

    .footer__menu a {
        font-size: 14px
    }

    .footer__contacts-title {
        font-size: 14px;
        margin-bottom: 12px
    }

    .footer__bottom-menu a,
    .footer__contacts-item {
        font-size: 14px
    }

    .footer__inner-row {
        margin-top: 18px
    }

    .footer__bottom-menu {
        margin-bottom: 0
    }

    .footer__bottom-menu li {
        margin-bottom: 5px
    }
}

@media screen and (max-width:601px) {
    .footer__inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 60px
    }

    .footer__menu {
        display: none
    }

    .footer__inner-column {
        width: 100%
    }

    .footer__contacts,
    .footer__inner-column {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__contacts-title,
    .footer__policy {
        text-align: center
    }

    .footer__policy {
        margin-bottom: 5px
    }

    .footer__inner-row {
        margin-top: 20px
    }

    .footer__bottom-menu li {
        margin-bottom: 2px
    }
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 14px -7px 38px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.social--popup {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.social--popup .social__item {
    margin: 11px
}

.social--popup .social__item a {
    width: 37px;
    height: 37px
}

.social__item {
    margin-left: 7px;
    margin-right: 7px
}

.social__item a {
    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;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 2px solid #fff;
    outline: none;
    -webkit-transition: border .2s;
    transition: border .2s
}

.social__item a svg {
    display: block;
    fill: #fff;
    -webkit-transition: fill .2s;
    transition: fill .2s
}

.social__item a:focus,
.social__item a:hover {
    border: 2px solid #ff9000
}

.social__item a:focus svg,
.social__item a:hover svg {
    fill: #ff9000
}

.social__item--fb a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width:1920px) {
    .social {
        margin: 23px -7px 29px
    }
}

@media screen and (max-width:768px) {
    .social {
        margin: 14px -7px 19px
    }
}

.main-slider {
    overflow: hidden;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff
}

.main-slider .swiper-slide {
    height: auto
}

.main-slider__breadcrumbs {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    padding: 0 20px;
    margin: 0 auto 50px
}

@media print {
    .main-slider__breadcrumbs {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .main-slider__breadcrumbs {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .main-slider__breadcrumbs {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .main-slider__breadcrumbs {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .main-slider__breadcrumbs {
        padding-left: 10px;
        padding-right: 10px
    }
}

.main-slider--single .main-slider__inner {
    padding-top: 0;
    padding-bottom: 0
}

.main-slider--single .main-slider__title {
    margin-bottom: 40px
}

.main-slider--single .main-slider__item .first {
    max-width: 430px;
    width: auto
}

.main-slider--single .main-slider__item .second {
    top: 0;
    left: 0;
    opacity: 1
}

.main-slider--single .main-slider__item {
    height: auto;
    padding-top: 9px;
    padding-bottom: 65px
}

.main-slider--single .main-slider__item:after {
    display: none
}

.main-slider--single .main-slider__description {
    line-height: 1.3
}

.main-slider--single .main-slider__description,
.main-slider--single .main-slider__link,
.main-slider--single .main-slider__title,
.main-slider--single .second {
    left: 0;
    opacity: 1
}

.main-slider--single .main-slider__link {
    margin-top: 31px;
    padding: 17px 47px
}

.main-slider--single .main-slider__image {
    width: 569px;
    height: 490px
}

.main-slider__title {
    width: 100%;
    margin-bottom: 45px;
    color: #fff;
    text-align: left;
    font-size: 28px;
    line-height: 1.2;
    text-transform: none
}

.main-slider__description,
.main-slider__title {
    position: relative;
    left: 0;
    opacity: 1
}

.main-slider__description p {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    line-height: 24px
}

.main-slider__link {
    position: relative;
    left: 0;
    margin: 110px 0 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    opacity: 1
}

.main-slider__inner {
    position: relative
}

.main-slider__inner-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-slider__image,
.main-slider__inner-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-slider__image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 540px;
    height: 486px;
    max-height: 100%
}

.main-slider__image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.main-slider__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 20px 125px
}

@media print {
    .main-slider__item {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .main-slider__item {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .main-slider__item {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .main-slider__item {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .main-slider__item {
        padding-left: 10px;
        padding-right: 10px
    }
}

.main-slider__item .first {
    z-index: 2;
    width: 380px
}

.main-slider__item .second {
    position: relative;
    z-index: 2;
    top: -30px;
    left: 0;
    height: 100%;
    opacity: 1
}

.main-slider__item.active .main-slider__gradient {
    opacity: 1
}

.main-slider__gradient {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1200px;
    height: 536px;
    border-radius: 750px/390px;
    opacity: 0;
    -webkit-transform: translate(-3%, -10%) rotate(-21deg);
    transform: translate(-3%, -10%) rotate(-21deg);
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.main-slider__pagination {
    z-index: 9;
    bottom: 0;
    left: 50%;
    margin-bottom: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-slider__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin-left: 11px;
    margin-right: 11px;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    opacity: 1
}

.main-slider__pagination .swiper-pagination-bullet-active {
    background: #fff
}

@media screen and (max-width:1919px) {
    .main-slider--single .main-slider__item {
        height: calc(100vh - 169px)
    }

    .main-slider__item {
        height: calc(100vh - 102px);
        min-height: 540px;
        max-height: 1080px;
        padding-top: 100px;
        padding-bottom: 80px
    }

    .main-slider__gradient {
        width: 1730px;
        height: 616px;
        -webkit-transform: translate(-10%, -20%) rotate(-21deg);
        transform: translate(-10%, -20%) rotate(-21deg)
    }

    .main-slider__image {
        width: 702px;
        height: 579px
    }

    .main-slider__link {
        margin-top: 50px;
        margin-bottom: 60px
    }

    .main-slider__pagination {
        margin-bottom: 54px
    }
}

@media screen and (max-width:1400px) {
    .main-slider__image {
        width: 610px;
        height: 430px
    }
}

@media screen and (max-width:1320px) {
    .main-slider__item .first {
        width: 40%;
        margin-right: 2%
    }

    .main-slider__item .second {
        width: 42%
    }

    .main-slider__gradient {
        top: 50%;
        width: 100%;
        height: 50vw;
        -webkit-transform: translate(-13%, -70%) rotate(-35deg);
        transform: translate(-13%, -70%) rotate(-35deg)
    }

    .main-slider__title {
        top: 0
    }

    .main-slider__link {
        bottom: -50px
    }

    .main-slider--single .main-slider__image,
    .main-slider__image {
        width: 100%;
        height: auto
    }

    .main-slider--single .main-slider__image img,
    .main-slider__image img {
        max-height: 50vw
    }
}

@media screen and (max-width:1190px) {
    .main-slider__item .first {
        width: 46%;
        margin-right: 2%
    }

    .main-slider__item .second {
        width: 46%
    }
}

@media screen and (max-width:1024px) {

    .main-slider--single .main-slider__item,
    .main-slider__item {
        height: auto;
        min-height: 0;
        max-height: none
    }
}

@media screen and (max-width:991px) {
    .main-slider__link {
        bottom: 0;
        margin-top: 30px;
        margin-bottom: 0
    }

    .main-slider__item {
        padding-top: 50px
    }

    .main-slider__item .first {
        margin-top: 0
    }

    .main-slider--single .main-slider__title {
        margin-bottom: 45px
    }

    .main-slider--single .main-slider__link {
        margin-top: 30px
    }

    .main-slider--single .main-slider__inner {
        padding: 0
    }

    .main-slider--single .main-slider__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 80px
    }

    .main-slider--single .main-slider__item .first {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 5;
        flex-shrink: 5;
        max-width: none;
        width: 46%
    }

    .main-slider--single .main-slider__item .second {
        position: static
    }
}

@media screen and (max-width:768px) {
    .main-slider__item {
        padding-bottom: 60px
    }

    .main-slider__title {
        font-size: 24px;
        margin-bottom: 15px
    }

    .main-slider__description p {
        line-height: 1.15
    }

    .main-slider__link {
        margin-top: 20px
    }

    .main-slider__item .first {
        margin-top: 45px
    }

    .main-slider--single .first {
        margin-top: 0
    }

    .main-slider__item .second {
        top: 0
    }

    .main-slider__gradient {
        height: 36vw;
        -webkit-transform: translate(-7%, -90%) rotate(-35deg);
        transform: translate(-7%, -90%) rotate(-35deg)
    }

    .main-slider__pagination {
        margin-bottom: 26px
    }

    .main-slider__link {
        padding: 13px 49px
    }

    .main-slider__pagination .swiper-pagination-bullet {
        width: 11px;
        height: 11px
    }
}

@media screen and (max-width:601px) {
    .main-slider__link {
        left: 0;
        bottom: 0;
        width: 100%;
        margin-top: 0
    }

    .main-slider__title {
        top: 0;
        left: 0
    }

    .main-slider__description {
        left: 0
    }

    .main-slider__item {
        padding-bottom: 70px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-slider__item .first {
        width: 60%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px;
        margin-right: 0
    }

    .main-slider__item .first .main-slider__description {
        display: none
    }

    .main-slider__item .first .main-slider__title {
        text-align: center;
        margin-bottom: 25px
    }

    .main-slider__item .second {
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 70%
    }

    .main-slider__item.active .second {
        left: 0
    }

    .main-slider--single .main-slider__description,
    .main-slider--single .main-slider__link,
    .main-slider--single .main-slider__title {
        left: 0;
        opacity: 1
    }

    .main-slider--single .second {
        left: 0;
        opacity: 0
    }

    .main-slider__gradient {
        display: none
    }

    .main-slider__pagination {
        margin-bottom: 25px
    }

    .main-slider--single .main-slider__title {
        margin-bottom: 45px
    }

    .main-slider--single .main-slider__link {
        margin-top: 30px
    }

    .main-slider--single .main-slider__inner {
        padding: 0
    }

    .main-slider--single .main-slider__item {
        padding-bottom: 70px
    }

    .main-slider--single .main-slider__item .first {
        width: auto
    }
}

@media screen and (max-width:480px) {
    .main-slider__image img {
        max-height: 90vw
    }

    .main-slider__item .first {
        width: 100%
    }

    .main-slider__item .second {
        width: 94%
    }

    .main-slider--single .main-slider__link {
        padding-left: 25px;
        padding-right: 25px
    }
}

.main {
    width: 100%
}

.main--bg {
    background: #fff url(../../img/services-bg.png) no-repeat 50% -102px;
    background-size: 2560px 5651px
}

.main--bg-jobs {
    background: #fff url(../../img/bg-infinity.png) repeat-y 50% -102px;
    background-size: 100%
}

.main--gray {
    background-color: #ededef
}

.main__title {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

@media screen and (max-width:1920px) {
    .main--bg {
        background-image: url(../../img/bg1920.png);
        background-size: 1920px 5501px
    }
}

@media screen and (max-width:1024px) {
    .main--bg {
        background: #fff url(../../img/bg-main-1024.png);
        background-size: 1024px 5693px
    }
}

@media screen and (max-width:768px) {
    .main--bg {
        background: #fff url(../../img/bg-main-768.png) no-repeat 50% -65px;
        background-size: 768px 4422px
    }
}

@media screen and (max-width:480px) {
    .main--bg {
        background-image: none !important
    }

    .main--bg-jobs {
        background-image: none
    }
}

.services {
    width: 100%
}

.services__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 111px 20px 0
}

@media print {
    .services__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .services__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .services__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .services__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .services__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.services__cards-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.services__title {
    margin-bottom: 79px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px
}

.services__card--auto-width .service-card:first-of-type {
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.services__card--auto-width .service-card:first-of-type .service-card__icon {
    width: 77px;
    height: 77px;
    margin-bottom: 25px;
    margin-left: 0
}

.services__card--auto-width .service-card:first-of-type .service-card__icon img {
    display: block
}

.services__card--auto-width .service-card:nth-of-type(2) {
    width: 400px
}

.services__card--auto-width .service-card:nth-of-type(3n+2) {
    margin-right: 38px
}

.services__card--auto-width .service-card:nth-of-type(3n) {
    margin-right: 0
}

.services--career {
    margin: 60px 0
}

.services--career .services__inner {
    padding: 0
}

@media screen and (max-width:1920px) {
    .services__inner {
        padding-top: 114px
    }

    .services--career .services__inner {
        padding: 0
    }

    .services__card--auto-width .service-card {
        width: calc((99.9% - 40px)/3);
        min-height: 0;
        padding: 30px 29px 26px;
        margin: 0 20px 20px 0
    }

    .services__card--auto-width .service-card:nth-of-type(3n+2) {
        margin-right: 20px
    }

    .services__card--auto-width .service-card:first-of-type {
        width: calc((99.9% - 40px)/3)
    }

    .services__card--auto-width .service-card:first-of-type .service-card__icon {
        width: 77px;
        height: 77px
    }

    .services__card--auto-width .service-card:nth-of-type(2) {
        width: calc((99.9% - 40px)/3)
    }

    .services__card--auto-width .service-card:nth-of-type(3n) {
        margin-right: 0
    }
}

@media screen and (max-width:1366px) {
    .services__inner {
        padding-top: 64px
    }

    .services__title {
        margin-bottom: 40px
    }

    .services--career {
        margin: 60px 0
    }

    .services--career .services__inner {
        padding: 0
    }
}

@media screen and (max-width:1240px) {

    .services__card--auto-width .service-card,
    .services__card--auto-width .service-card:first-of-type,
    .services__card--auto-width .service-card:nth-of-type(2) {
        width: calc(50% - 10px)
    }

    .services__card--auto-width .service-card:nth-of-type(3n) {
        margin-right: 20px
    }

    .services__card--auto-width .service-card:nth-of-type(2n) {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .services__inner {
        padding-top: 54px;
        padding-bottom: 42px
    }

    .services--career .services__inner {
        padding: 0
    }

    .services__title {
        font-size: 24px;
        margin-bottom: 40px
    }

    .services--career {
        margin-bottom: 0
    }
}

@media screen and (max-width:601px) {
    .services__card--auto-width .service-card {
        width: 100%;
        margin-bottom: 25px
    }

    .services__card--auto-width .service-card:first-of-type {
        width: 100%;
        margin-right: 0
    }

    .services__card--auto-width .service-card:nth-of-type(2) {
        width: 100%
    }

    .services__card--auto-width .service-card:nth-of-type(2n),
    .services__card--auto-width .service-card:nth-of-type(3n),
    .services__card--auto-width .service-card:nth-of-type(3n+2) {
        margin-right: 0
    }
}

@media screen and (max-width:480px) {
    .services__card--auto-width .service-card {
        padding: 15px
    }

    .services__card--auto-width .service-card:first-of-type {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .services__card--auto-width .service-card:first-of-type .service-card__icon {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.service-card {
    width: calc((99.9% - 80px)/3);
    min-height: 287px;
    padding: 36px 37px 30px 41px;
    margin: 0 40px 38px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.service-card:nth-of-type(3n+2) {
    margin-right: 0
}

.service-card:first-of-type {
    width: 725px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.service-card:first-of-type .service-card__icon {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 25px
}

.service-card:nth-of-type(2) {
    width: 515px
}

.service-card:focus,
.service-card:hover {
    outline: none;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.service-card__icon {
    width: 77px;
    height: 77px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 25px
}

.service-card__icon-mobile {
    display: none
}

.service-card__content {
    font-weight: 400;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.service-card__content,
.service-card__content-title {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    color: #6d6d7b;
    width: 100%
}

.service-card__content-title {
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left
}

.service-card__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service-card__link:focus,
.service-card__link:hover {
    outline: none
}

@media screen and (max-width:1920px) {
    .service-card {
        width: calc((99.9% - 40px)/3);
        min-height: 0;
        padding: 30px 29px 26px;
        margin: 0 20px 20px 0
    }

    .service-card:nth-of-type(3n+2) {
        margin-right: 0
    }

    .service-card:first-of-type {
        width: calc(58.3% - 10px)
    }

    .service-card:first-of-type .service-card__icon {
        max-width: 262px;
        margin-bottom: 0
    }

    .service-card:nth-of-type(2) {
        width: calc(41.7% - 10px)
    }

    .service-card__content-title {
        margin-bottom: 14px
    }

    .service-card__icon {
        margin-bottom: 20px
    }
}

@media screen and (max-width:1240px) {
    .service-card {
        width: calc(50% - 10px)
    }

    .service-card:nth-of-type(3n+2) {
        margin-right: 20px
    }

    .service-card:first-of-type {
        width: calc(50% - 10px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .service-card:first-of-type .service-card__icon {
        width: 77px;
        height: 77px;
        margin-left: 0;
        margin-bottom: 20px
    }

    .service-card:first-of-type .service-card__icon .service-card__icon-mobile {
        display: block;
        width: 100%;
        height: 100%;
        background: no-repeat 50%/contain
    }

    .service-card:first-of-type .service-card__icon img {
        display: none
    }

    .service-card:nth-of-type(2) {
        width: calc(50% - 10px)
    }

    .service-card:nth-of-type(2n) {
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    .service-card {
        width: calc(50% - 7px);
        margin-bottom: 14px;
        padding-top: 25px;
        padding-right: 24px
    }

    .service-card,
    .service-card:nth-of-type(3n+2) {
        margin-right: 14px
    }

    .service-card:first-of-type {
        width: calc(50% - 7px)
    }

    .service-card:first-of-type .service-card__icon {
        width: 77px;
        height: 77px;
        margin-left: 0;
        margin-bottom: 20px
    }

    .service-card:first-of-type .service-card__icon .service-card__icon-mobile {
        display: block;
        width: 100%;
        height: 100%;
        background: no-repeat 50%/contain
    }

    .service-card:nth-of-type(2) {
        width: calc(50% - 7px)
    }

    .service-card:nth-of-type(2n) {
        margin-right: 0
    }

    .service-card__content-title {
        font-size: 14px
    }

    .service-card__content p {
        font-size: 14px;
        line-height: 1.3
    }
}

@media screen and (max-width:601px) {
    .service-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 25px
    }

    .service-card,
    .service-card:nth-of-type(3n+2) {
        margin-right: 0
    }

    .service-card:first-of-type,
    .service-card:nth-of-type(2) {
        width: 100%
    }
}

@media screen and (max-width:480px) {

    .service-card,
    .service-card:first-of-type {
        padding: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .service-card:first-of-type .service-card__icon,
    .service-card__icon {
        margin-bottom: 0;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .service-card__content-title {
        margin-bottom: 0
    }

    .service-card__content p {
        display: none
    }
}

.back-call {
    margin-bottom: 110px
}

.back-call .btn {
    margin: 0 0 0 15px
}

.back-call__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 55px
}

@media print {
    .back-call__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .back-call__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .back-call__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .back-call__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .back-call__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.back-call__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.back-call__inner-row.first {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 18px;
    width: 18%
}

.back-call__inner-row.second {
    width: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.back-call__inner-row .label:first-child {
    margin-left: 0
}

.back-call__inner-column {
    position: relative
}

.back-call__title {
    width: 100%;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #008bff;
    text-transform: uppercase;
    text-align: left
}

.back-call__label {
    width: 299px;
    margin: 0
}

label.back-call__policy {
    margin-top: 18px
}

.back-call__error {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #d31224;
    text-align: center;
    white-space: nowrap;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

@media screen and (max-width:1920px) {
    .back-call {
        margin-top: 28px;
        margin-bottom: 112px
    }

    .back-call .btn {
        margin-left: 0;
        width: 100%;
        max-width: 306px
    }

    .back-call__inner-column {
        width: 32%;
        margin-left: 10px
    }

    .back-call__inner {
        padding: 0 31px
    }

    .back-call__inner-row.second {
        width: 80%
    }

    .back-call__inner-row .label {
        margin: 0 9px
    }
}

@media screen and (max-width:1366px) {
    .back-call {
        margin-bottom: 60px
    }
}

@media screen and (max-width:1320px) {
    .back-call__inner-column {
        width: 30%
    }
}

@media screen and (max-width:1240px) {
    .back-call__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px
    }

    .back-call__inner-row.first {
        width: 100%;
        margin-bottom: 20px
    }

    .back-call__inner-row.second {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .back-call__title {
        text-align: center
    }
}

@media screen and (max-width:991px) {
    .back-call__inner-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:768px) {
    .back-call__inner-row.second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .back-call__inner-row .btn {
        margin-left: 0
    }

    .back-call {
        display: none
    }
}

.label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.label input[type=text],
.label textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 15px 26px;
    border: 1px solid #6d6d7b;
    border-radius: 3px;
    resize: none;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    -webkit-transition: border .2s;
    transition: border .2s
}

.label input[type=text]::-webkit-input-placeholder,
.label textarea::-webkit-input-placeholder {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b
}

.label input[type=text]:-moz-placeholder,
.label input[type=text]::-moz-placeholder,
.label textarea:-moz-placeholder,
.label textarea::-moz-placeholder {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b
}

.label input[type=text]:-ms-input-placeholder,
.label textarea:-ms-input-placeholder {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b
}

.label input[type=text]:active::-webkit-input-placeholder,
.label input[type=text]:focus::-webkit-input-placeholder,
.label textarea:active::-webkit-input-placeholder,
.label textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.label input[type=text]:active:-moz-placeholder,
.label input[type=text]:active::-moz-placeholder,
.label input[type=text]:focus:-moz-placeholder,
.label input[type=text]:focus::-moz-placeholder,
.label textarea:active:-moz-placeholder,
.label textarea:active::-moz-placeholder,
.label textarea:focus:-moz-placeholder,
.label textarea:focus::-moz-placeholder {
    opacity: 0
}

.label input[type=text]:active:-ms-input-placeholder,
.label input[type=text]:focus:-ms-input-placeholder,
.label textarea:active:-ms-input-placeholder,
.label textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.label input[type=text]:active~.label__placeholder,
.label input[type=text]:focus~.label__placeholder,
.label textarea:active~.label__placeholder,
.label textarea:focus~.label__placeholder {
    z-index: 1;
    font-size: .75rem;
    top: 0;
    left: 26px;
    opacity: 1;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    height: .85rem;
    overflow: hidden;
    width: 90%
}

.label--file {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    border: 1px solid #6d6d7b;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.label--file.error {
    border-color: #d31224
}

.label--file .label__placeholder {
    overflow: hidden;
    left: 79px;
    z-index: 1;
    width: calc(100% - 90px);
    white-space: nowrap;
    text-overflow: ellipsis
}

.label--file:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 52px;
    height: 100%;
    background: #f5f5f5 url(../../img/icon-document.svg) no-repeat 50%;
    background-size: 15px 20px;
    border-right: 1px solid #6d6d7b;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px
}

.label__placeholder {
    position: absolute;
    top: 15px;
    left: 26px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    -webkit-transition: top .2s;
    transition: top .2s
}

.label__placeholder_red {
    color: red
}

.label__placeholder.active {
    z-index: 1;
    top: 0;
    left: 26px;
    font-size: .75rem;
    opacity: 1;
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
    height: .85rem;
    overflow: hidden;
    width: 90%
}

.label.error input[type=text],
.label.error textarea {
    border-color: #d31224
}

@media screen and (max-width:768px) {
    .label {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px
    }

    .back-call__inner-column {
        margin-top: 0
    }
}

@media screen and (max-width:480px) {
    .back-call__inner-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .back-call__inner-column .back-call__error {
        position: static;
        word-wrap: normal;
        margin-top: 10px;
        -webkit-transform: none;
        transform: none
    }
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    cursor: pointer
}

.checkbox input[type=checkbox] {
    display: none
}

.checkbox input[type=checkbox]:checked~.checkbox__box:after {
    display: block
}

.checkbox p.checkbox__policy {
    width: 100%;
    margin-bottom: 0;
    font-family: Geometria, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b
}

.checkbox p.checkbox__policy--call {
    font-size: 13px
}

.checkbox a {
    font-family: Geometria, Arial, sans-serif;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.3;
    color: #008bff;
    font-size: inherit;
    outline: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s, color .2s;
    transition: border .2s, color .2s
}

.checkbox a:focus,
.checkbox a:hover {
    border-color: #ff9000;
    color: #ff9000
}

.checkbox__box {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 13px;
    border: 1px solid #6b6e70
}

.checkbox__box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 4px;
    height: 9px;
    border-bottom: 2px solid #6b6e70;
    border-right: 2px solid #6b6e70;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.partners {
    margin-bottom: 109px
}

.partners__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2px
}

@media print {
    .partners__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .partners__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .partners__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .partners__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .partners__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.partners__title {
    margin-bottom: 78px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase
}

@media screen and (max-width:1920px) {
    .partners {
        margin-bottom: 113px
    }

    .partners__inner {
        padding: 0 4px
    }
}

@media screen and (max-width:1366px) {
    .partners {
        margin-bottom: 55px
    }

    .partners__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width:768px) {
    .partners {
        margin-bottom: 51px
    }

    .partners__title {
        font-size: 24px;
        margin-bottom: 40px
    }
}

.partner-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partner-list__inner-row {
    width: 100%;
    margin-top: 12px;
    text-align: center
}

.partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 158px;
    height: 158px;
    margin-bottom: 29px;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .17);
    overflow: hidden
}

.partner img {
    width: 100%;
    height: auto
}

.partner:focus,
.partner:hover {
    outline: none
}

.partner-list__link {
    font-family: Geometria, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    color: #008bff;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s, color .2s;
    transition: border .2s, color .2s
}

.partner-list__link:focus,
.partner-list__link:hover {
    color: #ff9000;
    border-bottom: 1px solid #ff9000
}

@media screen and (max-width:1920px) {
    .partner {
        width: 140px;
        height: 140px;
        margin-left: 18px;
        margin-right: 18px
    }

    .partner-list__inner-row {
        margin-top: 14px
    }
}

@media screen and (max-width:991px) {
    .partner {
        width: 151px;
        height: 151px;
        margin-left: 11px;
        margin-right: 11px
    }
}

@media screen and (max-width:768px) {
    .partner {
        width: 120px;
        height: 120px
    }

    .partner-list__inner-row {
        margin-top: 0
    }
}

@media screen and (max-width:601px) {
    .partner {
        width: 100px;
        height: auto
    }

    .partner:before {
        content: "";
        display: block;
        padding-top: 100%
    }
}

@media screen and (max-width:480px) {
    .partner {
        width: 65px;
        margin-left: 8px;
        margin-right: 8px
    }
}

.feedback {
    width: 100%;
    margin-bottom: 89px
}

.feedback--career {
    margin-bottom: 0
}

.feedback__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px
}

@media print {
    .feedback__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .feedback__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .feedback__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .feedback__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .feedback__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.feedback__title {
    margin-bottom: 62px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase
}

.feedback__slider {
    position: relative;
    width: 100%
}

.feedback__slider .swiper-container {
    padding: 10px
}

.feedback__slider .swiper-slide {
    height: auto
}

.feedback__slider-btn {
    z-index: 2;
    position: absolute;
    top: 50%;
    display: block;
    width: 37px;
    height: 37px;
    outline: none;
    cursor: pointer
}

.feedback__slider-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    border-bottom: 2px solid #008bff;
    border-right: 2px solid #008bff;
    -webkit-transition: border .2s;
    transition: border .2s
}

.feedback__slider-btn:focus:after,
.feedback__slider-btn:hover:after {
    border-bottom-color: #ff9000;
    border-right-color: #ff9000
}

.feedback__slider-btn.swiper-button-disabled {
    display: none
}

.feedback__slider-btn--prev {
    left: -60px
}

.feedback__slider-btn--prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.feedback__slider-btn--next {
    right: -60px
}

.feedback__slider-btn--next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:1920px) {
    .feedback {
        margin-bottom: 112px
    }

    .feedback--career {
        margin-bottom: 0
    }

    .feedback__slider-btn {
        margin-top: -22px
    }

    .feedback__slider-btn--prev {
        left: -50px
    }

    .feedback__slider-btn--next {
        right: -50px
    }
}

@media screen and (max-width:1450px) {
    .feedback__slider-btn--prev {
        left: 30px
    }

    .feedback__slider-btn--next {
        right: 30px
    }
}

@media screen and (max-width:1366px) {
    .feedback {
        margin-bottom: 60px
    }

    .feedback__title {
        margin-bottom: 40px
    }

    .feedback--career {
        margin-bottom: 0
    }
}

@media screen and (max-width:1240px) {
    .feedback__slider-btn--prev {
        left: 15px
    }

    .feedback__slider-btn--next {
        right: 15px
    }
}

@media screen and (max-width:991px) {
    .feedback__slider-btn--prev {
        left: 0
    }

    .feedback__slider-btn--next {
        right: 0
    }
}

@media screen and (max-width:768px) {
    .feedback {
        margin-bottom: 45px
    }

    .feedback__inner {
        padding-left: 5px;
        padding-right: 5px
    }

    .feedback__title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .feedback__slider-btn--prev {
        left: 40px
    }

    .feedback__slider-btn--next {
        right: 40px
    }
}

@media screen and (max-width:601px) {
    .feedback__slider-btn--prev {
        left: 17px
    }

    .feedback__slider-btn--next {
        right: 17px
    }

    .feedback__slider-btn {
        width: 16px;
        height: 16px
    }

    .feedback__slider-btn:after {
        width: 16px;
        height: 16px;
        border-width: 1px
    }
}

@media screen and (max-width:480px) {
    .feedback__inner {
        padding-left: 0;
        padding-right: 0
    }

    .feedback__title {
        padding: 0 10px
    }

    .feedback__slider-btn--prev {
        left: 3px
    }

    .feedback__slider-btn--prev:after {
        left: 10px
    }

    .feedback__slider-btn--next {
        right: 3px
    }

    .feedback__slider-btn--next:after {
        left: 7px
    }

    .feedback__slider-btn {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17)
    }

    .feedback__slider-btn:after {
        top: 8px;
        width: 9px;
        height: 9px;
        border-width: 1px
    }
}

.feedback-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.feedback-card {
    width: 100%;
    max-width: 320px;
    height: 100%;
    margin: 0 auto
}

.feedback-card__inner {
    -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;
    height: 100%
}

.feedback-card__inner,
.feedback-card__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.feedback-card__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 88px;
    height: 88px;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    overflow: hidden
}

.feedback-card__logo img {
    width: 100%;
    height: auto
}

.feedback-card__title {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left
}

.feedback-card__short-description,
.feedback-card__title {
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    line-height: 1.3;
    color: #6d6d7b
}

.feedback-card__short-description {
    margin-bottom: 35px;
    font-size: .8125rem;
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .feedback-card__short-description {
        word-wrap: break-word
    }
}

.feedback-card__description {
    width: 100%;
    margin-bottom: 26px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
    line-height: 1.5
}

@supports not (overflow-wrap:break-word) {
    .feedback-card__description {
        word-wrap: break-word
    }
}

.feedback-card__description:before {
    content: "\AB"
}

.feedback-card__description:after {
    content: "\BB"
}

.feedback-card__author {
    display: block;
    margin-bottom: 2px;
    margin-top: auto;
    font-weight: 700
}

.feedback-card__author,
.feedback-card__author-post {
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #6d6d7b
}

.feedback-card__author-post {
    font-weight: 400
}

@media screen and (max-width:1920px) {
    .feedback-card__description {
        margin-bottom: 22px;
        margin-bottom: 18px
    }
}

@media screen and (max-width:768px) {
    .feedback-card {
        max-width: 400px
    }

    .feedback-card__logo {
        margin-bottom: 15px
    }

    .feedback-card__short-description {
        margin-bottom: 20px
    }
}

@media screen and (max-width:601px) {
    .feedback-card {
        border-radius: 10px;
        background: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17)
    }

    .feedback-card__inner {
        padding: 45px 40px 35px 39px
    }

    .feedback-card__logo {
        width: 75px;
        min-width: 75px;
        height: auto;
        margin-right: 20px
    }

    .feedback-card__logo:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    .feedback-card__inner-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:480px) {
    .feedback-card__inner {
        padding: 20px 20px 18px
    }
}

.blog-card {
    position: relative;
    width: 400px;
    height: auto;
    background: #fff;
    border-radius: 10px 10px 3px 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17)
}

.blog-card__inner {
    padding: 25px 40px 30px;
    background-color: #fff
}

.blog-card__logo {
    display: block;
    width: 100%;
    height: 279px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.blog-card__logo a {
    display: block;
    width: 100%;
    height: 100%
}

.blog-card__date {
    display: block;
    margin-bottom: 23px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    text-align: right
}

.blog-card__date,
.blog-card__title {
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    text-transform: uppercase
}

.blog-card__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #008bff;
    text-align: left;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .blog-card__title {
        word-wrap: break-word
    }
}

.blog-card__title a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s, color .2s;
    transition: border .2s, color .2s
}

.blog-card__title a:focus,
.blog-card__title a:hover {
    border-bottom-color: #ff9000;
    color: #ff9000
}

.blog-card__title a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog-card__description {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
    line-height: 1.5
}

@supports not (overflow-wrap:break-word) {
    .blog-card__description {
        word-wrap: break-word
    }
}

.blog-card-list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    margin-left: -1.5%;
    margin-right: -1.5%
}

.blog-card-list-inner .blog-card {
    width: 30.33333%;
    margin-bottom: 40px;
    margin-left: 1.5%;
    margin-right: 1.5%
}

.blog-card-list-inner .feedback-card--slide .feedback-card__inner {
    padding: 0
}

.blog-card-list-inner .feedback-card--slide:not(:last-of-type) {
    margin-bottom: 20px
}

.blog-card-list-inner.responsive {
    display: none
}

.blog-card--transparent {
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible
}

.blog-card--transparent .blog-card__inner {
    background: none;
    padding: 25px 0 0
}

.blog-card--transparent .blog-card__logo {
    height: 274px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17)
}

.blog-card--transparent .blog-card__title {
    margin-bottom: 9px
}

@media screen and (max-width:1920px) {
    .blog-card {
        width: 387px
    }
}

@media screen and (max-width:1240px) {
    .blog-card-list-inner .blog-card {
        width: 47%
    }
}

@media screen and (max-width:991px) {
    .blog-card__inner {
        padding: 20px 20px 10px
    }
}

@media screen and (max-width:768px) {
    .blog-card-list-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .blog-card {
        width: 100%;
        max-width: 376px;
        margin-left: 0;
        margin-right: 0
    }

    .blog-card:not(:last-child) {
        margin-bottom: 30px
    }

    .blog-slider .blog-card:not(:last-child) {
        margin-bottom: 0
    }
}

@media screen and (max-width:480px) {
    .blog-card__logo {
        height: 200px
    }
}

.blog {
    margin-bottom: 112px
}

.blog__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

@media print {
    .blog__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .blog__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .blog__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .blog__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .blog__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.blog__link {
    font-family: Geometria, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    color: #008bff;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s, color .2s;
    transition: border .2s, color .2s
}

.blog__link:focus,
.blog__link:hover {
    outline: none;
    border-bottom-color: #ff9000;
    color: #ff9000
}

.blog__title {
    margin-bottom: 60px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase
}

@media screen and (max-width:1920px) {
    .blog__title {
        margin-bottom: 61px
    }
}

@media screen and (max-width:1366px) {
    .blog {
        margin-bottom: 60px
    }

    .blog__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width:768px) {
    .blog {
        margin-bottom: 54px
    }

    .blog__title {
        font-size: 24px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:480px) {
    .blog__inner {
        padding-left: 0;
        padding-right: 0
    }
}

.blog-slider {
    position: relative;
    width: 100%;
    margin-bottom: 31px
}

.blog-slider .swiper-container {
    padding: 10px 20px
}

.blog-slider .swiper-slide {
    height: auto
}

.blog-slider .blog-card {
    margin: 0 auto;
    height: 100%
}

.blog-slider__inner {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.blog-slider__btn {
    z-index: 2;
    position: absolute;
    top: 50%;
    display: block;
    width: 37px;
    height: 37px;
    outline: none;
    cursor: pointer
}

.blog-slider__btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    border-bottom: 2px solid #008bff;
    border-right: 2px solid #008bff;
    -webkit-transition: border .2s;
    transition: border .2s
}

.blog-slider__btn:focus:after,
.blog-slider__btn:hover:after {
    border-bottom-color: #ff9000;
    border-right-color: #ff9000
}

.blog-slider__btn.swiper-button-disabled {
    display: none
}

.blog-slider__btn--prev {
    left: -50px;
    margin-top: -19px
}

.blog-slider__btn--prev:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.blog-slider__btn--next {
    right: -50px;
    margin-top: -19px
}

.blog-slider__btn--next:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:1920px) {
    .blog-slider .swiper-container {
        padding: 10px
    }

    .blog-slider__inner {
        padding: 0 10px
    }

    .blog-slider__btn--prev {
        left: -40px;
        margin-top: -22px
    }

    .blog-slider__btn--next {
        right: -40px;
        margin-top: -22px
    }
}

@media screen and (max-width:1450px) {
    .blog-slider__btn--prev {
        left: 40px
    }

    .blog-slider__btn--next {
        right: 40px
    }
}

@media screen and (max-width:1240px) {
    .blog-slider__btn--prev {
        left: 25px
    }

    .blog-slider__btn--next {
        right: 25px
    }
}

@media screen and (max-width:991px) {
    .blog-slider__btn--prev {
        left: 0
    }

    .blog-slider__btn--next {
        right: 0
    }
}

@media screen and (max-width:768px) {
    .blog-slider__btn--prev {
        left: 10px
    }

    .blog-slider__btn--next {
        right: 10px
    }
}

@media screen and (max-width:601px) {
    .blog-slider__btn--prev {
        left: 7px
    }

    .blog-slider__btn--next {
        right: 7px
    }

    .blog-slider__btn {
        width: 16px;
        height: 16px
    }

    .blog-slider__btn:after {
        width: 16px;
        height: 16px;
        border-width: 1px
    }
}

@media screen and (max-width:480px) {
    .blog-slider__inner {
        padding: 0
    }

    .blog-slider__btn--prev {
        left: 3px
    }

    .blog-slider__btn--prev:after {
        left: 10px
    }

    .blog-slider__btn--next {
        right: 3px
    }

    .blog-slider__btn--next:after {
        left: 7px
    }

    .blog-slider__btn {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17)
    }

    .blog-slider__btn:after {
        top: 8px;
        width: 9px;
        height: 9px;
        border-width: 1px
    }
}

.feedback-form {
    margin-bottom: 130px
}

.feedback-form input[type=text],
.feedback-form textarea {
    border-radius: 10px
}

.feedback-form textarea {
    height: 180px
}

.feedback-form textarea::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(109, 109, 123, .1);
    border-radius: 10px
}

.feedback-form textarea::-webkit-scrollbar-thumb {
    background-color: rgba(109, 109, 123, .8);
    border-radius: 10px
}

.feedback-form .label {
    width: 350px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0
}

.feedback-form .checkbox {
    width: 350px;
    margin-top: -15px;
    margin-bottom: 15px;
    padding-left: 13px
}

.feedback-form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.feedback-form .back-call__error {
    position: static;
    display: block;
    max-width: 320px;
    margin: 0 auto;
    white-space: normal;
    -webkit-transform: none;
    transform: none
}

.feedback-form--ui {
    margin: 60px 0 57px
}

.feedback-form--ui .feedback-form__description {
    margin-bottom: 70px
}

.feedback-form--ui .feedback-form__inner {
    padding: 0
}

.feedback-form__title {
    margin-bottom: 39px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .feedback-form__title {
        word-wrap: break-word
    }
}

.feedback-form__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print {
    .feedback-form__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .feedback-form__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .feedback-form__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .feedback-form__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .feedback-form__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.feedback-form__wrapper {
    width: 722px;
    height: 302px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feedback-form__description {
    width: 385px;
    margin-bottom: 48px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
    text-align: center
}

@supports not (overflow-wrap:break-word) {
    .feedback-form__description {
        word-wrap: break-word
    }
}

.feedback-form__description a {
    color: #008bff;
    outline: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.feedback-form__description a:focus,
.feedback-form__description a:hover {
    border-bottom: 1px solid #008bff
}

.feedback-form .feedback-form__description p:not([class]) {
    margin-bottom: 0
}

.feedback-form--job {
    padding-top: 100px
}

.feedback-form--job .feedback-form__title {
    margin-bottom: 31px
}

.feedback-form--job .feedback-form__description {
    width: auto;
    max-width: 580px;
    margin-bottom: 44px
}

.feedback-form--job .feedback-form__wrapper {
    width: 729px
}

@media screen and (max-width:1366px) {
    .feedback-form__title {
        margin-bottom: 20px
    }

    .feedback-form {
        margin-bottom: 60px
    }

    .feedback-form--ui .feedback-form__description {
        margin-bottom: 35px
    }
}

@media screen and (max-width:991px) {
    .back-call__error {
        white-space: normal
    }

    .feedback-form {
        margin-bottom: 40px
    }

    .feedback-form .label {
        width: 48.5%;
        margin-bottom: 22px
    }

    .feedback-form .label input[type=text],
    .feedback-form .label textarea {
        padding: 18px 26px
    }

    .feedback-form .checkbox {
        width: 48.5%
    }

    .feedback-form__btn {
        width: 47%
    }
}

@media screen and (max-width:768px) {
    .feedback-form__title {
        font-size: 24px;
        margin-bottom: 18px
    }

    .feedback-form--ui .feedback-form__description,
    .feedback-form__description {
        margin-bottom: 38px
    }

    .feedback-form__wrapper {
        width: 100%
    }

    .feedback-form--job {
        padding-top: 70px
    }
}

@media screen and (max-width:601px) {
    .feedback-form .checkbox {
        width: 100%;
        margin-bottom: 20px
    }

    .feedback-form .label {
        width: 100%
    }

    .feedback-form .label--name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .feedback-form .label--text {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .feedback-form .label--phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .feedback-form .label--time {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .feedback-form .label--file {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

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

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

    .feedback-form .back-call__error {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        max-width: 100%
    }

    .feedback-form__title {
        margin-bottom: 10px
    }

    .feedback-form__inner form {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .feedback-form__inner form,
    .feedback-form__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feedback-form__wrapper {
        width: 100%;
        max-width: 610px;
        height: auto;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }

    .feedback-form__description {
        width: 100%;
        margin-bottom: 15px
    }

    .feedback-form--ui {
        margin: 30px 0 27px
    }

    .feedback-form--job .feedback-form__wrapper {
        width: 100%;
        max-width: 610px
    }
}

@media screen and (max-width:480px) {
    .feedback-form__btn {
        width: 100%;
        max-width: 306px
    }
}

.projects {
    width: 100%;
    background: #ededef
}

.projects__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 157px
}

@media print {
    .projects__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .projects__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .projects__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .projects__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .projects__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.projects__inner--single {
    padding-bottom: 117px
}

.projects__title {
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    text-align: left;
    margin-bottom: 60px
}

.projects__filters {
    width: 100%;
    margin: 17px 0 2px
}

.projects__filters-row {
    width: calc(100% + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px 30px
}

.projects__select-wrap {
    width: 204px;
    height: 54px;
    margin: 0 5px 0 6px
}

.projects__select-wrap--mobile-visible {
    display: none
}

.projects__btn {
    margin: 0 5px 10px 6px
}

.projects__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.projects__card {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 40px
}

.projects__card:nth-of-type(3n) {
    margin-right: 0
}

@media screen and (max-width:1920px) {
    .projects__card {
        margin-right: 19px
    }
}

@media screen and (max-width:1366px) {
    .projects__inner {
        padding-bottom: 60px
    }

    .projects__title {
        margin-bottom: 30px
    }
}

@media screen and (max-width:1240px) {
    .projects__inner {
        padding-bottom: 110px
    }

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

    .projects__card,
    .projects__card:nth-of-type(3n) {
        margin: 20px 10px
    }
}

@media screen and (max-width:991px) {
    .projects__title {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:768px) {
    .projects__inner {
        padding-bottom: 50px
    }

    .projects__title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 24px
    }

    .projects__filters-row {
        margin: 0 0 10px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .projects__select-wrap {
        width: 90%;
        margin: 0 0 20px
    }

    .projects__select-wrap--mobile-visible {
        display: block
    }

    .projects__select-wrap--no-margin {
        margin-left: 0;
        margin-right: 0
    }

    .projects__filters-row--mobile-hidden {
        display: none
    }
}

@media screen and (max-width:480px) {
    .projects__inner {
        padding-left: 10px;
        padding-right: 10px
    }

    .projects__card,
    .projects__card:nth-of-type(3n) {
        margin: 20px 0
    }

    .projects__select-wrap {
        width: 100%
    }

    .projects__title {
        font-size: 24px
    }
}

.breadcrumbs {
    width: 100%;
    margin: 52px 0 42px;
    font-size: 12px;
    color: #6d6d7b;
    text-transform: uppercase
}

.breadcrumbs>span {
    margin: 0 7px
}

.breadcrumbs>span:first-of-type {
    margin-left: 0
}

.breadcrumbs>span:last-of-type {
    color: #008bff;
    border-bottom: 1px solid transparent
}

.breadcrumbs>span>a {
    border-bottom: 1px solid transparent;
    -webkit-transition: border .3s;
    transition: border .3s
}

.breadcrumbs>span>a:focus,
.breadcrumbs>span>a:hover {
    border-bottom-color: #6d6d7b
}

.breadcrumbs--jobs {
    margin-bottom: 47px
}

.breadcrumbs--job {
    margin-top: 55px
}

.breadcrumbs--slider {
    margin-bottom: 0;
    color: #fff
}

.breadcrumbs--slider>span:last-of-type {
    color: #fff;
    border-bottom: 1px solid transparent
}

.breadcrumbs--slider>span>a:focus,
.breadcrumbs--slider>span>a:hover {
    border-bottom-color: #fff
}

@media screen and (max-width:991px) {
    .breadcrumbs {
        margin: 23px 0 20px
    }
}

@media screen and (max-width:601px) {
    .breadcrumbs--slider {
        margin-bottom: 40px
    }
}

.custom-select {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    font-size: 14px;
    font-family: Geometria, Arial, sans-serif;
    color: #6d6d7b
}

.custom-select.hidden {
    display: none
}

.custom-select__btn {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 25px 0 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #6d6d7b;
    -webkit-transition: all .3s;
    transition: all .3s
}

.custom-select__btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border: 1px solid #6d6d7b;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.custom-select__btn:focus {
    outline: none
}

.custom-select__list {
    position: absolute;
    left: 0;
    z-index: 2;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fff;
    overflow: hidden
}

.custom-select__option {
    padding: 15px 25px 15px 17px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background-color .4s;
    transition: background-color .4s
}

.custom-select__option:hover {
    background-color: #f6f6f6
}

.custom-select.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.custom-select.open .custom-select__btn {
    background-color: #f6f6f6
}

.custom-select.open .custom-select__btn,
.custom-select.open .custom-select__list {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17)
}

.pagination {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-numbers,
.pagination {
    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
}

.page-numbers {
    margin: 7px 10px 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    font: 400 16px/1 Geometria, Arial, sans-serif;
    color: #6d6d7b;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    -webkit-transition: color .3s, background-color .3s, border .3s;
    transition: color .3s, background-color .3s, border .3s
}

.page-numbers:not(ul):hover {
    background-color: #fafafa
}

.page-numbers:not(ul):focus {
    border-color: #008bff;
    outline: none
}

.page-numbers:not(ul).current {
    background-color: #008bff;
    color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17), inset 0 4px 10px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .17), inset 0 4px 10px 0 rgba(0, 0, 0, .17)
}

@media screen and (max-width:480px) {
    .page-numbers {
        margin: 7px 5px 3px
    }
}

.cmn-toggle-switch {
    -ms-flex-item-align: center;
    align-self: center;
    display: none;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    background-color: #fff
}

.cmn-toggle-switch:focus {
    outline: none
}

.cmn-toggle-switch span,
.cmn-toggle-switch span:after,
.cmn-toggle-switch span:before {
    height: 4px
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #008bff;
    -webkit-transition: background 0s;
    transition: background 0s
}

.cmn-toggle-switch span:after,
.cmn-toggle-switch span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    background-color: #008bff;
    content: "";
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s
}

.cmn-toggle-switch span:before {
    top: -15px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform
}

.cmn-toggle-switch span:after {
    bottom: -15px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.cmn-toggle-switch.active {
    position: relative;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: all 1s;
    transition: all 1s
}

.cmn-toggle-switch.active span {
    background: none
}

.cmn-toggle-switch.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cmn-toggle-switch.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cmn-toggle-switch.active span:after,
.cmn-toggle-switch.active span:before {
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

@media screen and (max-width:991px) {
    .cmn-toggle-switch {
        display: block
    }
}

@media screen and (max-width:768px) {
    .cmn-toggle-switch {
        width: 19px
    }

    .cmn-toggle-switch span {
        height: 2px;
        left: 0;
        right: 0
    }

    .cmn-toggle-switch span:after,
    .cmn-toggle-switch span:before {
        height: 2px
    }

    .cmn-toggle-switch span:before {
        top: -6px
    }

    .cmn-toggle-switch span:after {
        bottom: -6px
    }
}

.banner {
    width: 100%;
    height: 538px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 10px 10px 3px 3px;
    background: no-repeat 50%/cover
}

.banner--news {
    height: 570px;
    border-radius: 0
}

.banner__title {
    width: 100%;
    padding: 45px 96px;
    margin-bottom: 0;
    font: 700 48px/1.3 Geometria, Arial, sans-serif;
    letter-spacing: .03em;
    color: #fff;
    text-transform: none;
    text-align: left
}

.banner__title--gradient {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), color-stop(50%, rgba(0, 0, 0, .5)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5) 50%, transparent)
}

@media screen and (max-width:1920px) {
    .banner {
        height: 504px
    }

    .banner--news {
        height: 534px
    }
}

@media screen and (max-width:1320px) {
    .banner {
        height: 504px
    }

    .banner--news {
        height: 480px
    }
}

@media screen and (max-width:1240px) {
    .banner {
        width: calc(100% + 40px);
        height: 38vw;
        margin-top: 0;
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0
    }

    .banner__title {
        padding: 35px 70px 45px
    }
}

@media screen and (max-width:991px) {
    .banner {
        width: calc(100% + 80px);
        margin-left: -40px;
        margin-right: -40px
    }

    .banner__title {
        padding: 35px 17px 45px;
        font-size: 36px
    }
}

@media screen and (max-width:601px) {
    .banner {
        width: calc(100% + 30px);
        height: auto;
        min-height: 55vw;
        margin-left: -15px;
        margin-right: -15px
    }

    .banner__title {
        font-size: 28px
    }
}

@media screen and (max-width:480px) {
    .banner__title {
        font-size: 24px
    }

    .banner {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px
    }
}

.text-content {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    background: #fff
}

.text-content--news {
    width: 1080px;
    padding: 60px 0 120px;
    margin-top: -135px;
    border-radius: 10px 10px 3px 3px
}

.text-content p {
    line-height: 1.5;
    margin-bottom: 28px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .text-content p {
        word-wrap: break-word
    }
}

.text-content--projects {
    margin-bottom: 51px
}

.text-content--projects p {
    line-height: 1.375;
    margin-bottom: 28px
}

.text-content__title {
    margin-bottom: 25px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    font-size: 36px;
    text-align: left
}

.text-content__title--shift {
    margin-top: -10px
}

.text-content__list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 100px
}

.text-content__list-text {
    width: 100%;
    padding: 20px 70px 20px 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .text-content__list-text {
        word-wrap: break-word
    }
}

.text-content__list-text p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 0;
    margin-top: 12px
}

.text-content__list-block {
    width: 500px;
    padding: 43px 45px 38px;
    margin-top: -28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17)
}

.text-content__list-title {
    margin-bottom: 21px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase
}

.text-content__list {
    font: 400 13px/1.5 Geometria, Arial, sans-serif;
    color: #6d6d7b
}

.text-content__list li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 10px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .text-content__list li {
        word-wrap: break-word
    }
}

.text-content__list li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0
}

.text-content__block {
    width: 100%;
    padding: 0 100px
}

.text-content__block--margin {
    margin-bottom: 47px
}

.text-content__padding {
    padding: 0 100px
}

.text-content__block--marked {
    padding-top: 42px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    background: #f8f8f8
}

.text-content__review {
    position: relative;
    margin: 50px 0 71px;
    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;
    border-left: 2px solid #6d6d7b
}

.text-content__review:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 15px;
    top: 0;
    left: 28px;
    background: url(../../img/quotes.svg) no-repeat 50%/contain
}

.text-content__review-text {
    width: 560px;
    padding: 33px 0 0 28px
}

.text-content__review-image-wrap {
    max-width: 190px
}

.text-content__review-image-wrap a {
    display: block;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    -webkit-transition: all .3s;
    transition: all .3s
}

.text-content__review-image-wrap a:focus,
.text-content__review-image-wrap a:hover {
    outline: none;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .37);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .37)
}

.text-content__review-quote {
    line-height: 1.3;
    line-height: 1.5;
    margin-bottom: 45px
}

.text-content__review-author,
.text-content__review-quote {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6d6d7b
}

.text-content__review-author {
    display: block;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px
}

.text-content__review-position {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b
}

.text-content__main-info {
    position: relative;
    padding: 0 100px
}

.text-content__date {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    position: absolute;
    top: -2px;
    left: 100px;
    font-size: 12px;
    text-transform: uppercase
}

.text-content__main-title {
    padding: 45px 0 0;
    margin-bottom: 50px;
    font: 900 36px/1.3 Geometria, Arial, sans-serif;
    text-transform: none;
    color: #008bff
}

.text-content__author-wrap+.text-content__main-title {
    padding: 25px 0 0
}

.text-content__author-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 50px;
    border-radius: 50%;
    background: no-repeat 50%/cover
}

.text-content__author {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    position: absolute;
    width: 450px;
    top: 92px;
    left: 50%;
    margin-left: -225px;
    font-weight: 700;
    text-align: center
}

.text-content__author span {
    margin-top: 2px;
    display: block;
    font-size: 12px;
    font-weight: 400
}

.text-content__share {
    width: 100%;
    padding: 30px 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 400 13px/1 Geometria, Arial, sans-serif;
    color: #6d6d7b;
    text-transform: uppercase
}

.text-content__prev-btn {
    position: absolute;
    bottom: 0;
    left: -100px
}

.text-content__next-btn {
    position: absolute;
    bottom: 0;
    right: -100px
}

@media screen and (max-width:1920px) {
    .text-content--news {
        width: 1000px;
        padding-top: 40px;
        margin-top: -250px
    }
}

@media screen and (max-width:1320px) {
    .text-content__prev-btn {
        left: -90px
    }

    .text-content__next-btn {
        right: -90px
    }
}

@media screen and (max-width:1366px) {
    .text-content--news {
        padding-bottom: 60px
    }
}

@media screen and (max-width:1240px) {
    .text-content__list-wrap {
        padding: 0 50px
    }

    .text-content__block,
    .text-content__main-info,
    .text-content__padding,
    .text-content__share {
        padding-left: 50px;
        padding-right: 50px
    }

    .text-content__review-image-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .text-content__review-text {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 30px
    }

    .text-content--news {
        margin-bottom: 80px;
        margin-top: -20vw
    }

    .text-content__prev-btn {
        left: 0;
        bottom: -80px
    }

    .text-content__next-btn {
        right: 0;
        bottom: -80px
    }
}

@media screen and (max-width:1050px) {
    .text-content--news {
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .text-content__list-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .text-content__list-block {
        width: 100%
    }

    .text-content__list-title {
        font-size: 19px
    }

    .text-content__list {
        font-size: 16px
    }

    .text-content__list-text {
        width: 100%;
        padding: 0
    }

    .text-content__list-text p {
        margin-top: 35px;
        margin-bottom: 28px;
        font-size: 16px
    }

    .text-content__title--shift {
        margin-top: 0
    }

    .text-content--news {
        padding: 30px 0 94px;
        margin-top: -60px;
        border-radius: 0
    }

    .text-content__date {
        position: relative;
        left: 0;
        top: 0;
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .text-content__list-wrap {
        padding: 0 30px
    }

    .text-content__block,
    .text-content__main-info,
    .text-content__padding,
    .text-content__share {
        padding-left: 30px;
        padding-right: 30px
    }

    .text-content__title {
        font-size: 28px
    }

    .text-content__main-title {
        padding-top: 35px;
        font-size: 28px;
        margin-bottom: 30px
    }

    .text-content__review-image-wrap {
        display: none
    }

    .text-content__review-text {
        width: 100%;
        padding: 20px 0 0
    }

    .text-content__review {
        margin-top: 70px;
        margin-bottom: 20px;
        border-left: none
    }

    .text-content__review:before {
        left: 0
    }

    .text-content__review:after {
        content: "";
        position: absolute;
        top: -25px;
        left: 50%;
        width: 44%;
        height: 2px;
        background: #6d6d7b;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .text-content__share {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .text-content__share-btn {
        width: 100%;
        padding-bottom: 10px;
        text-align: center
    }

    .text-content__author {
        width: calc(100vw - 70px);
        margin-left: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .text-content--projects p {
        margin-bottom: 15px
    }
}

@media screen and (max-width:480px) {
    .text-content__list-wrap {
        padding: 0 20px
    }

    .text-content__list-block {
        padding: 23px 15px 18px
    }

    .text-content__block,
    .text-content__main-info,
    .text-content__padding,
    .text-content__share {
        padding-left: 20px;
        padding-right: 20px
    }

    .text-content__main-title,
    .text-content__title {
        font-size: 24px
    }

    .text-content__list-title {
        font-size: 16px
    }

    .text-content__date {
        display: block;
        margin-bottom: 5px
    }
}

.related-posts {
    width: 100%;
    margin-top: 60px
}

.related-posts__title {
    width: 100%;
    margin-bottom: 68px;
    font: 400 28px/1.3 Geometria, Arial, sans-serif;
    color: #6d6d7b;
    text-transform: uppercase;
    text-align: center
}

.related-posts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.related-posts__card {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px
}

.related-posts__card:nth-of-type(3n) {
    margin-right: 0
}

@media screen and (max-width:1920px) {
    .related-posts__card {
        width: 32%;
        margin-right: 2%
    }

    .related-posts__card:nth-of-type(3n) {
        margin-right: 0
    }
}

@media screen and (max-width:1366px) {
    .related-posts--project {
        margin-top: 20px
    }

    .related-posts__title {
        margin-bottom: 35px
    }
}

@media screen and (max-width:1240px) {
    .related-posts__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:991px) {
    .related-posts__card {
        width: 45%;
        max-width: 387px;
        margin-right: 2.5%;
        margin-left: 2.5%
    }

    .related-posts__card:nth-of-type(3n) {
        margin-right: 2.5%
    }
}

@media screen and (max-width:768px) {
    .related-posts--project {
        margin-top: 0
    }

    .related-posts__title {
        font-size: 24px;
        margin-bottom: 38px
    }

    .related-posts__card {
        width: 100%;
        max-width: 376px
    }
}

@media screen and (max-width:480px) {
    .related-posts__card {
        margin: 0 0 40px
    }
}

.text-page {
    width: 100%;
    padding-bottom: 60px
}

.text-page__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 0 20px;
    display: block
}

@media print {
    .text-page__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .text-page__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .text-page__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .text-page__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .text-page__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.text-page__title {
    width: 100%;
    margin: 42px 0 62px;
    font: 900 36px/1.3 Geometria, Arial, sans-serif;
    color: #008bff;
    text-align: left;
    text-transform: uppercase
}

@media screen and (max-width:1366px) {
    .text-page__title {
        margin: 0 0 30px
    }
}

@media screen and (max-width:991px) {
    .text-page__title {
        margin: 30px 0 20px
    }
}

@media screen and (max-width:768px) {
    .text-page__title {
        font-size: 28px;
        margin-top: 0
    }
}

@media screen and (max-width:480px) {
    .text-page__title {
        font-size: 24px
    }
}

.advantages {
    width: 100%;
    margin: 60px 0 20px;
    overflow: hidden
}

.advantages__title {
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
    margin-bottom: 32px;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase
}

@supports not (overflow-wrap:break-word) {
    .advantages__title {
        word-wrap: break-word
    }
}

.advantages__description {
    margin-bottom: 55px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    text-align: center
}

.advantages__description+.advantages__list {
    margin-top: 0
}

.advantages__list {
    width: 106%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 72px -3% 0
}

.advantages__card {
    width: 28%;
    margin: 0 2.5% 40px
}

.advantages__card-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 77px;
    height: 77px;
    margin-bottom: 20px
}

.advantages__card-title {
    width: 100%;
    margin-bottom: 33px;
    font: 700 16px/1.3 Geometria, Arial, sans-serif;
    color: #6d6d7b;
    text-align: left
}

.advantages__card-description {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    line-height: 1.5
}

@media screen and (max-width:1366px) {
    .advantages {
        margin-bottom: 0
    }

    .advantages__list {
        margin-top: 30px
    }

    p.advantages__card-description {
        margin-bottom: 0
    }
}

@media screen and (max-width:991px) {
    .advantages__list {
        width: 100%;
        margin: 0
    }

    .advantages__card {
        width: 45%;
        margin: 0 2.5% 50px
    }
}

@media screen and (max-width:768px) {
    .advantages {
        margin: 30px 0 27px
    }

    .advantages__title {
        font-size: 24px
    }

    .advantages__card {
        width: 100%;
        max-width: 400px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px
    }

    .advantages__card:last-of-type {
        margin-bottom: 0
    }
}

.gallery {
    width: 100%;
    margin: 55px 0
}

.gallery__title {
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
    margin-bottom: 75px;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase
}

@supports not (overflow-wrap:break-word) {
    .gallery__title {
        word-wrap: break-word
    }
}

.gallery__slide {
    width: 100%;
    height: 570px;
    background: no-repeat 50%/cover;
    cursor: pointer
}

.gallery__wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
    border: 1px solid #6d6d7b
}

.gallery__button {
    position: absolute;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    left: 25px;
    background: hsla(0, 0%, 100%, .6)
}

.gallery__button.swiper-button-disabled {
    display: none
}

.gallery__button:focus:before,
.gallery__button:hover:before {
    border-color: #ff9000
}

.gallery__button:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-left: 2px solid #6d6d7b;
    border-top: 2px solid #6d6d7b;
    -webkit-transform: translateX(20px) translateY(13px) rotate(-45deg);
    transform: translateX(20px) translateY(13px) rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s
}

.gallery__button--next {
    left: auto;
    right: 25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gallery__pagination {
    z-index: 9;
    width: 100%;
    bottom: 28px !important;
    left: 0;
    margin-bottom: 0;
    -webkit-transform: none;
    transform: none
}

.gallery__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 10px !important;
    background: transparent;
    border: 1px solid #6d6d7b;
    outline: none;
    opacity: 1
}

.gallery__pagination .swiper-pagination-bullet-active {
    background: #6d6d7b
}

@media screen and (max-width:1366px) {
    .gallery__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width:1240px) {
    .gallery__slide {
        height: 56vw
    }
}

@media screen and (max-width:768px) {
    .gallery {
        margin: 30px 0 27px
    }

    .gallery__title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .gallery__pagination {
        bottom: 10px !important
    }

    .gallery__button {
        left: 0
    }

    .gallery__button--next {
        left: auto;
        right: 0
    }
}

.video {
    width: 100%;
    margin: 60px 0 57px
}

.video__title {
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
    margin-bottom: 81px;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase
}

@supports not (overflow-wrap:break-word) {
    .video__title {
        word-wrap: break-word
    }
}

.video__wrapper {
    width: 100%;
    max-width: 1020px;
    height: 575px;
    margin: 0 auto
}

.video__wrapper iframe {
    width: 100%;
    height: 100%
}

@media screen and (max-width:1366px) {
    .video__title {
        margin-bottom: 40px
    }
}

@media screen and (max-width:1240px) {
    .video__wrapper {
        height: 56vw
    }
}

@media screen and (max-width:768px) {
    .video {
        margin: 30px 0 27px
    }

    .video__title {
        font-size: 24px;
        margin-bottom: 30px
    }
}

.text-ui--width {
    width: 100%
}

.text-ui h1:not([class]) {
    margin-bottom: 61px;
    font-size: 36px;
    text-align: left;
    line-height: 1.5
}

.text-ui h2:not([class]) {
    margin-top: 64px;
    margin-bottom: 31px;
    font-size: 26px;
    text-align: left;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .text-ui h2:not([class]) {
        word-wrap: break-word
    }
}

.text-ui h2:not([class]):first-child {
    margin-top: 0
}

.text-ui h2 {
    font-size: 26px
}

.text-ui h3:not([class]) {
    font-weight: 700
}

.text-ui h3:not([class]),
.text-ui h4:not([class]),
.text-ui h5:not([class]),
.text-ui h6:not([class]) {
    margin-top: 37px;
    margin-bottom: 8px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #6d6d7b;
    text-transform: none;
    text-align: left
}

.text-ui h4:not([class]),
.text-ui h5:not([class]),
.text-ui h6:not([class]) {
    font-weight: 400
}

.text-ui p:not([class]) {
    color: #6d6d7b;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: calc(20px + 1em);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .text-ui p:not([class]) {
        word-wrap: break-word
    }
}

.text-ui a:not([class]) {
    color: #008bff;
    outline: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .2s;
    transition: border-color .2s
}

.text-ui a:not([class]):focus,
.text-ui a:not([class]):hover {
    border-bottom: 1px solid #008bff
}

.text-ui .text-content__padding {
    padding: 0
}

.text-ui p:not([class])+ol:not([class]),
.text-ui p:not([class])+ul:not([class]) {
    margin-top: -25px
}

.text-ui ul:not([class]) {
    margin-top: 24px;
    margin-bottom: calc(20px + 1em);
    font: 400 16px/1.5 Geometria, Arial, sans-serif;
    color: #6d6d7b
}

.text-ui ul:not([class]) li {
    position: relative;
    margin-bottom: 10px;
    margin-left: 15px;
    display: list-item;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .text-ui ul:not([class]) li {
        word-wrap: break-word
    }
}

.text-ui ol:not([class]) {
    margin-top: 24px;
    margin-bottom: calc(20px + 1em);
    padding-left: 20px;
    font: 400 16px/1.5 Geometria, Arial, sans-serif;
    color: #6d6d7b
}

.text-ui ol:not([class]) li {
    display: list-item;
    margin-bottom: 10px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .text-ui ol:not([class]) li {
        word-wrap: break-word
    }
}

.text-ui table:not([class]) {
    width: 100% !important;
    margin-bottom: 23px;
    font: 400 13px/1.375 Geometria, Arial, sans-serif;
    color: #6d6d7b;
    border: 1px solid #e3e4ea;
    border-collapse: collapse
}

.text-ui table:not([class]) td {
    padding: 11px 23px 12px 15px;
    border: 1px solid #e3e4ea;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .text-ui table:not([class]) td {
        word-wrap: break-word
    }
}

.text-ui--news h1:not([class]) {
    margin-bottom: 71px;
    font-size: 36px;
    text-align: left;
    line-height: 1.5;
    font-weight: 900;
    color: #008bff
}

.text-ui--news h2:not([class]) {
    margin-top: 46px;
    margin-bottom: 23px;
    font-size: 26px;
    text-align: left;
    line-height: 1.5;
    text-transform: uppercase
}

.text-ui--news ul:not([class]) {
    line-height: 1.375
}

.text-ui--news p:not([class])+ol:not([class]),
.text-ui--news p:not([class])+ul:not([class]) {
    margin-top: -15px
}

.text-ui--news p:not([class]),
.text-ui--projects p:not([class]) {
    color: #6d6d7b;
    font-size: 1rem;
    line-height: 1.375;
    margin-bottom: 28px
}

.text-ui--projects ul:not([class]) {
    line-height: 1.375
}

.text-ui--projects p:not([class])+ol:not([class]),
.text-ui--projects p:not([class])+ul:not([class]) {
    margin-top: -15px
}

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

.text-ui__sitemap>div {
    width: 50%;
    padding-right: 30px
}

.text-ui__sitemap h3:not([class]) {
    margin-top: 34px;
    margin-bottom: 31px;
    font: 400 26px/1.5 Geometria, Arial, sans-serif;
    color: #6d6d7b;
    text-transform: uppercase;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .text-ui__sitemap h3:not([class]) {
        word-wrap: break-word
    }
}

.text-ui--job h2:not([class]) {
    margin-bottom: 22px;
    font-size: 1.625rem
}

.text-ui--job p:not([class]) {
    margin-bottom: 8px
}

.text-ui--job ul:not([class])+h2:not([class]) {
    margin-top: 45px
}

.text-ui--job p:not([class])+ol:not([class]),
.text-ui--job p:not([class])+ul:not([class]) {
    margin-top: 0
}

.text-ui--about p {
    padding-right: 233px
}

.text-ui--about p+p {
    margin-top: 23px
}

@media screen and (max-width:1240px) {
    .text-ui table:not([class]) {
        display: block;
        overflow: auto;
        border: none;
        background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(70%, #fff)) 0 100%, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .2), transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .2), transparent) 0 100%;
        background: linear-gradient(90deg, #fff 30%, hsla(0, 0%, 100%, 0)), linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .2), transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .2), transparent) 0 100%;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
        background-position: 0 0, 100%, 0 0, 100%;
        background-attachment: local, local, scroll, scroll
    }

    .text-ui table:not([class]) tbody {
        width: auto;
        display: table;
        border: 1px solid #e3e4ea;
        border-collapse: collapse
    }
}

@media screen and (max-width:991px) {
    .text-ui--about p {
        padding-right: 0
    }
}

@media screen and (max-width:768px) {
    .text-ui h2:not([class]) {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 15px
    }

    .text-ui__sitemap h3:not([class]),
    .text-ui h2 {
        font-size: 24px
    }

    .text-ui--about h2:not([class]) {
        margin-bottom: 8px;
        font-size: 16px
    }

    .text-ui p:not([class]) {
        margin-bottom: 15px
    }

    .text-ui p:not([class])+ol:not([class]),
    .text-ui p:not([class])+ul:not([class]) {
        margin-top: -10px
    }

    .text-ui ol:not([class]),
    .text-ui ul:not([class]) {
        margin-bottom: 15px
    }
}

@media screen and (max-width:601px) {
    .text-ui__sitemap>div {
        width: 100%;
        padding-right: 0
    }
}

@media screen and (max-width:480px) {
    .text-ui--news h2:not([class]) {
        font-size: 20px
    }

    .text-ui table:not([class]) td {
        padding: 12px 10px
    }
}

.popup {
    position: fixed;
    top: 0;
    z-index: 11;
    overflow-y: scroll;
    background: rgba(0, 0, 0, .212)
}

.popup,
.popup__overlay {
    width: 100%;
    height: 100%;
    left: 0
}

.popup__overlay {
    position: absolute;
    right: 0;
    cursor: pointer
}

.popup__window {
    position: relative;
    width: 738px;
    left: calc(50vw - 17px);
    left: calc(50vw - var(--scrollbarWidth, 17px));
    margin-bottom: 50px;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .23);
    overflow: hidden
}

.popup__title {
    font: 400 28px/1.5 Geometria, Arial, sans-serif;
    letter-spacing: .015em;
    text-transform: uppercase
}

.popup__subtitle,
.popup__title {
    color: #008bff;
    text-align: center
}

.popup__subtitle {
    display: block;
    margin-bottom: 20px;
    font: 400 16px/1.5 Geometria, Arial, sans-serif
}

.popup__image {
    max-width: 238px
}

.popup__main-row {
    width: 100%;
    padding: 35px 40px;
    background: #f1f7ff
}

.popup__main-row,
.popup__social-row {
    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: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__social-row {
    padding: 40px 40px 30px;
    background: #008bff
}

.popup__social-row b {
    display: block;
    margin-bottom: 5px;
    font: 400 16px/1.5 Geometria, Arial, sans-serif;
    color: #fff
}

.popup__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    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
}

.popup__close svg {
    fill: #008bff;
    stroke: #008bff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.popup__close:focus,
.popup__close:hover {
    outline: none
}

.popup__close:focus svg,
.popup__close:hover svg {
    fill: #ff9000;
    stroke: #ff9000
}

@media screen and (max-width:991px) {
    .popup__window {
        width: calc(100% - 30px);
        left: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (max-width:480px) {
    .popup__image {
        width: 150px
    }

    .popup__title {
        font-size: 20px
    }

    .popup__close {
        width: 40px;
        height: 40px
    }

    .popup__social-row {
        padding: 20px 40px 10px
    }

    .popup__subtitle {
        margin-bottom: 10px
    }

    .popup__main-row {
        padding: 40px 20px 10px
    }
}

@media screen and (max-width:1000px) and (orientation:landscape) {
    .popup__window {
        top: 10%;
        -webkit-transform: none;
        transform: none
    }
}

.map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17)
}

.map .ymaps-2-1-68-map {
    height: 100% !important
}

.map__inner {
    position: relative;
    width: calc(100% - 305px);
    height: auto;
    min-height: 507px
}

.map__inner-column {
    position: relative;
    z-index: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-height: 507px
}

.map__inner-column,
.map__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.map__item {
    padding: 25px 35px 17px 39px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 305px;
    background-color: #fff;
    cursor: pointer
}

.map__item:first-child {
    padding-top: 36px
}

.map__item:last-child {
    padding-bottom: 28px
}

.map__item--active {
    z-index: 1;
    position: relative;
    background-color: #008bff;
    cursor: default
}

.map__item--active .map__item-description,
.map__item--active .map__item-phone,
.map__item--active .map__item-title {
    color: #fff
}

.map__item--active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    margin-top: 1px;
    border: 10px solid transparent;
    border-left-color: #008bff;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.map__item-title {
    width: 100%;
    margin-bottom: 8px;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 700;
    color: #008bff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left
}

.map__item-description {
    margin-bottom: 0
}

.map__item-description,
.map__item-phone {
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    color: #6d6d7b;
    font-size: 16px
}

.ymaps-2-1-72-map-copyrights-promo {
    display: none
}

@media screen and (max-width:1366px) {
    .map {
        margin-bottom: 20px
    }
}

@media screen and (max-width:991px) {
    .contacts__title {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .map__item {
        width: 285px;
        padding: 15px 25px 7px 29px
    }

    .map__item:first-child {
        padding-top: 26px
    }

    .map__item:last-child {
        padding-bottom: 18px
    }

    .map__inner {
        width: calc(100% - 285px);
        min-height: 447px
    }
}

@media screen and (max-width:768px) {
    .map {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 80px
    }

    .map,
    .map__inner-column {
        -webkit-box-direction: normal;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .map__inner-column {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 10px;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: auto
    }

    .map__item {
        width: 33.33333%;
        padding: 15px 15px 7px 19px
    }

    .map__item:first-child {
        padding-top: 15px
    }

    .map__item:last-child {
        padding-bottom: 7px
    }

    .map__item--active:after {
        display: none
    }

    .map__inner {
        width: 100%;
        height: 320px;
        min-height: 0;
        -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17);
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, .17)
    }
}

@media screen and (max-width:601px) {
    .map__item {
        width: 50%
    }
}

@media screen and (max-width:480px) {
    .map__item {
        width: 100%
    }

    .contacts__title {
        font-size: 24px
    }
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../../img/loader.svg) no-repeat 50%/contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: preloader 1.8s ease infinite forwards;
    animation: preloader 1.8s ease infinite forwards
}

.preloader--main {
    position: fixed;
    display: none;
    background: none
}

.preloader--main,
.preloader--main img {
    width: 45px;
    height: 45px
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@keyframes preloader {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(1turn);
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.contacts__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 0 20px
}

@media print {
    .contacts__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .contacts__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .contacts__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .contacts__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .contacts__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.contacts__title {
    margin-top: 6px;
    margin-bottom: 40px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-align: center;
    text-align: left;
    color: #6d6d7b
}

.contacts__description-text {
    margin-bottom: 20px
}

@media screen and (max-width:1366px) {
    .contacts__title {
        margin-bottom: 35px
    }
}

@media screen and (max-width:768px) {
    .contacts__title {
        margin-bottom: 35px
    }

    .contacts__description-text {
        margin-bottom: 40px
    }
}

@media screen and (max-width:480px) {
    .contacts__description-text {
        margin-bottom: 30px
    }
}

.jobs__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print {
    .jobs__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .jobs__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .jobs__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .jobs__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .jobs__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.jobs__title {
    margin-bottom: 57px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    text-align: left;
    color: #7d8093
}

.jobs__list {
    width: 100%;
    margin-top: 19px;
    margin-bottom: 109px
}

.jobs__text {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b
}

@media screen and (max-width:1366px) {
    .jobs__title {
        margin-bottom: 30px
    }

    .jobs__list {
        margin-bottom: 55px
    }
}

@media screen and (max-width:991px) {
    .jobs__title {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width:768px) {
    .jobs__list {
        margin-bottom: 30px
    }
}

@media screen and (max-width:480px) {
    .jobs__title {
        font-size: 24px
    }
}

.job-card {
    width: 100%;
    margin-bottom: 52.5px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .17)
}

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

.job-card__inner,
.job-card__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.job-card__inner-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 27px
}

.job-card__inner-column {
    position: relative;
    padding: 38px 47px 33px 44px
}

.job-card__inner-column:first-child {
    padding-right: 0;
    margin-right: 54px
}

.job-card__inner-column:nth-child(2) {
    padding-left: 0
}

.job-card__city {
    font-family: Geometria, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #7d8093;
    text-transform: uppercase;
    margin-bottom: 20px
}

.job-card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
    text-align: left
}

.job-card__title a {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #008bff;
    text-transform: uppercase;
    outline: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .2s, color .2s;
    transition: border-color .2s, color .2s
}

.job-card__title a:focus,
.job-card__title a:hover {
    border-color: #ff9000;
    color: #ff9000
}

.job-card__title a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.job-card__salary {
    margin-left: auto;
    font-weight: 700;
    line-height: 1.3
}

.job-card__description,
.job-card__salary {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    color: #6d6d7b
}

.job-card__description {
    font-weight: 400;
    line-height: 1.5;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word
}

@supports not (overflow-wrap:break-word) {
    .job-card__description {
        word-wrap: break-word
    }
}

.job-card__btn {
    margin-bottom: 9px;
    padding: 17px 38px
}

@media screen and (max-width:1240px) {
    .job-card__title a {
        border: none;
        text-decoration: underline;
        -webkit-transition: -webkit-text-decoration .2s;
        transition: -webkit-text-decoration .2s;
        transition: text-decoration .2s;
        transition: text-decoration .2s, -webkit-text-decoration .2s
    }

    .job-card__title a:focus,
    .job-card__title a:hover {
        text-decoration: none
    }

    .job-card__salary {
        white-space: nowrap
    }

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

@media screen and (max-width:991px) {
    .job-card__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .job-card__btn {
        margin-top: 40px
    }

    .job-card__inner-column {
        padding: 38px 47px 33px 44px
    }

    .job-card__inner-column:first-child {
        padding-right: 47px;
        padding-bottom: 0;
        margin-right: 0
    }

    .job-card__inner-column:nth-child(2) {
        padding-top: 0;
        padding-left: 44px
    }
}

@media screen and (max-width:768px) {
    .job-card__inner-row {
        -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;
        margin-bottom: 30px
    }

    .job-card__title {
        margin-right: 0;
        margin-bottom: 10px
    }

    .job-card__salary {
        margin-left: 0
    }
}

@media screen and (max-width:480px) {
    .job-card {
        margin-bottom: 20px
    }

    .job-card__inner-column {
        padding: 28px 22px 10px 25px
    }

    .job-card__inner-column:first-child {
        padding-right: 22px
    }

    .job-card__inner-column:nth-child(2) {
        padding-left: 25px
    }
}

.job__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print {
    .job__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .job__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .job__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .job__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .job__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.job__title {
    margin-top: 44px;
    margin-bottom: 25px;
    font-size: 2.25rem;
    font-weight: 800;
    color: #008bff;
    text-transform: uppercase;
    text-align: left
}

.job__salary,
.job__title {
    font-family: Geometria, Arial, sans-serif;
    line-height: 1.3
}

.job__salary {
    margin-bottom: 85px;
    font-size: 1.625rem;
    font-weight: 400;
    color: #6d6d7b;
    border-bottom: 1px solid #6d6d7b
}

@media screen and (max-width:1366px) {
    .job__title {
        margin-top: 0
    }
}

@media screen and (max-width:991px) {
    .job__title {
        margin: 30px 0 20px
    }
}

@media screen and (max-width:768px) {
    .job__title {
        font-size: 28px;
        margin-top: 0
    }

    .job__salary {
        margin-bottom: 50px
    }
}

@media screen and (max-width:480px) {
    .job__title {
        font-size: 24px
    }

    .job__salary {
        margin-bottom: 30px;
        font-size: 20px;
        border-bottom: none
    }
}

.career__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 60px 20px 0
}

@media print {
    .career__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .career__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .career__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .career__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .career__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.career__content {
    width: 100%
}

@media screen and (max-width:1366px) {
    .career__inner {
        padding-top: 0
    }
}

@media screen and (max-width:768px) {
    .career__inner {
        padding-top: 30px
    }
}

.feature {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px
}

.feature:last-of-type {
    margin-bottom: 58px
}

.feature__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 0 20px
}

@media print {
    .feature__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .feature__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .feature__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .feature__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .feature__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.feature__title {
    margin-bottom: 76px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase
}

@supports not (overflow-wrap:break-word) {
    .feature__title {
        word-wrap: break-word
    }
}

.feature__description {
    max-width: 600px;
    width: 50%
}

.feature__description h2:not([class]) {
    margin-bottom: 28px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #6d6d7b;
    text-transform: uppercase;
    text-align: left
}

.feature__description ul:not([class]) {
    padding-bottom: 20px;
    line-height: 1.4
}

.feature__image {
    max-width: 538px;
    height: auto;
    width: 45%
}

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

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

.feature--reverse .feature__description p:not(:last-child) {
    margin-bottom: 58px
}

.feature--reverse .feature__description p+p {
    margin-top: -10px
}

@media screen and (max-width:991px) {
    .feature__image {
        width: 100%;
        margin: 0 auto
    }

    .feature__description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:768px) {
    .feature {
        margin-bottom: 40px
    }

    .feature__title {
        font-size: 24px;
        margin-bottom: 30px
    }
}

@media screen and (max-width:480px) {
    .feature {
        margin-bottom: 20px
    }

    .feature:last-of-type {
        margin-bottom: 10px
    }
}

.about__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 112px 20px 0
}

@media print {
    .about__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .about__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .about__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .about__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .about__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.about__content {
    width: 100%
}

.about__title {
    margin-bottom: 57px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    text-align: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 28px;
    text-align: left;
    text-transform: uppercase
}

@supports not (overflow-wrap:break-word) {
    .about__title {
        word-wrap: break-word
    }
}

.about__blocks-content {
    width: 100%
}

@media screen and (max-width:1366px) {
    .about__inner {
        padding-top: 60px
    }

    .about__title {
        margin-bottom: 30px
    }
}

@media screen and (max-width:768px) {
    .about__title {
        margin-bottom: 30px;
        font-size: 24px
    }
}

.geography {
    width: 100%;
    margin: 37px 0 120px
}

.geography__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    padding: 0 20px
}

@media print {
    .geography__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .geography__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .geography__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .geography__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .geography__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.geography__title {
    margin-bottom: 30px;
    width: 100%;
    font-family: Geometria, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6d6d7b;
    line-height: 1.2;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase
}

@supports not (overflow-wrap:break-word) {
    .geography__title {
        word-wrap: break-word
    }
}

.geography__description {
    width: 780px;
    margin: 0 auto 77px;
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    text-align: center
}

.geography__image {
    display: block;
    width: 1304px;
    height: 692px;
    margin: 0 auto
}

@media screen and (max-width:1366px) {
    .geography {
        margin: 30px 0 60px
    }
}

@media screen and (max-width:1240px) {
    .geography__image {
        width: 100%;
        height: auto
    }
}

@media screen and (max-width:768px) {
    .geography__title {
        font-size: 24px
    }
}

.not-found {
    width: 100%;
    background: #d5f3fd url(../../img/background404.jpg) no-repeat 50%/cover
}

.not-found__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: auto;
    max-width: 1320px;
    height: inherit;
    margin: 0 auto;
    height: 100%;
    min-height: calc(100vh - 102px);
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print {
    .not-found__inner {
        width: 1320px
    }
}

@media screen and (max-width:1920px) {
    .not-found__inner {
        max-width: 1240px
    }
}

@media screen and (max-width:991px) {
    .not-found__inner {
        width: auto;
        max-width: 1320px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:601px) {
    .not-found__inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width:480px) {
    .not-found__inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

.not-found__image {
    width: 363px;
    margin-bottom: 40px
}

.not-found__text {
    font-family: Geometria, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #6d6d7b;
    margin-bottom: 56px;
    line-height: 1.5;
    text-align: center
}

.not-found__link {
    width: 308px
}

@media screen and (max-width:768px) {
    .not-found__image {
        width: 300px
    }

    .not-found__inner {
        min-height: calc(100vh - 65px)
    }
}

@media screen and (max-width:480px) {
    .not-found__image {
        width: 200px
    }
}

@media screen and (max-width:400px) {
    .not-found__link {
        width: 100%
    }
}

body.search {
    background: #ededef
}

body.search .text-page__title {
    font-size: 1.75rem;
    font-weight: 400;
    color: #6d6d7b;
    margin: 28px 0
}

body.search .breadcrumbs {
    margin-bottom: 28px
}

.search-btn__btn {
    width: 35px;
    height: 35px;
    margin-left: 15px
}

.search-btn__btn,
.search-modal {
    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
}

.search-modal {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ededef;
    visibility: hidden;
    opacity: 0;
    padding: 15px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.search-modal .searchform {
    width: 100%;
    max-width: 800px
}

.search-modal .searchform__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.search-modal .searchform__inner input[type=text] {
    border: 1px solid #6d6d7b;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    padding: 10px 18px;
    outline: none;
    -webkit-transition: border-color .3s linear;
    transition: border-color .3s linear;
    height: 48px;
    width: 100%;
    font-size: 16px
}

.search-modal .searchform__inner input[type=text]:focus {
    border-color: #008bff
}

.search-modal .searchform__inner input[type=text]::-webkit-input-placeholder {
    color: #6d6d7b;
    text-transform: uppercase
}

.search-modal .searchform__inner input[type=text]:-ms-input-placeholder {
    color: #6d6d7b;
    text-transform: uppercase
}

.search-modal .searchform__inner input[type=text]::-ms-input-placeholder {
    color: #6d6d7b;
    text-transform: uppercase
}

.search-modal .searchform__inner input[type=text]::placeholder {
    color: #6d6d7b;
    text-transform: uppercase
}

.search-modal .searchform__inner input[type=submit] {
    background-color: #008aff;
    border-radius: 0 10px 10px 0;
    font-size: 0;
    height: 48px;
    width: 58px;
    background-image: url(../../img/white-search-ico.svg);
    background-position: 50%;
    background-size: 21px;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear
}

.search-modal .searchform__inner input[type=submit]:hover {
    background-color: #ff9000
}

.search-open .search-modal {
    visibility: visible;
    opacity: 1
}

.search-results {
    margin-bottom: 40px
}

.search-results .search-results__item {
    padding: 22px 24px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 755px;
    width: 100%
}

.search-results .search-results__item:last-child {
    margin-bottom: 0
}

.search-results .search-results__item .search-results__link {
    font-weight: 700;
    color: #008aff;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 6px
}

.search-results .search-results__item .search-results__link:focus {
    outline: none
}

.search-results .search-results__item .search-results__excerpt {
    color: #6d6d7b
}

.text-ui .search-results__subtitle {
    text-transform: unset;
    font-size: 18px;
    margin: 0;
    text-align: left
}

@media screen and (max-width:991px) {
    .header__phone {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .search-btn__btn {
        margin-left: 0;
        margin-right: 15px
    }
}

/* Стили для аккордеона */
.accordion-section {
    margin: 40px 0;
}

.accordion {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 17%);
}

.accordion__item {
    border-bottom: 1px solid #e0e0e0;
}

.accordion__item:last-child {
    border-bottom: none;
}

.accordion__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f8f8f8;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: left;
}

.accordion__header:hover {
    background: #e8e8e8;
}

.accordion__header--active {
    background: #e0e0e0;
}

.accordion__title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.accordion__icon {
    transition: transform 0.3s ease;
}

.accordion__header--active .accordion__icon {
    transform: rotate(180deg);
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion__body {
    padding: 20px;
    background: white;
}

/* Адаптивность */
@media (max-width: 768px) {
    .accordion__header {
        padding: 15px;
    }

    .accordion__body {
        padding: 15px;
    }

    .accordion__title {
        font-size: 16px;
    }
}

/* Тарифы */
.list-tariffs-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -24px;
    margin-bottom: 40px;
}

.list-tariffs-col {
    flex: 0 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% / 5);
    padding-top: 24px;
}

.list-tariffs-item {
    border-radius: 8px;
    background-color: #EBEBEB;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.list-tariffs-header-main {
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 6px solid #fff;
    padding: 16px 16px 0;
}

.list-tariffs-header-main__title {
    color: #44546A;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
}

.list-tariffs-header-main__subtitle {
    font-size: 14px;
    font-weight: 300;
}

/* .list-tariffs-header-main__subtitle p{
    color: #000!important;
} */
.list-tariffs-header-main__subtitle p:last-child {
    margin-bottom: 8px;
}

.list-tariffs-item-content {
    padding: 12px 16px 24px;
}

.list-tariffs-item-content__special-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #44546A;
    margin: 0 !important;
}

.list-tariffs-item-content__special-list li {
    font-size: 14px;
    font-weight: 600 !important;
    padding: 8px 0;
    margin: 0 !important;
    font-weight: 400 !important;
}

.list-tariffs-item-content__special-list li strong {
    display: block;
}

.list-tariffs-item-content__special-list li+li {
    border-top: 1px solid #D9D9D9;
}

.list-tariffs-item-content__special-list li p {
    /* color: #000!important; */
    font-size: 14px !important;
    font-weight: 300 !important;
    margin: 0 !important;
}

.list-tariffs-info {
    font-size: 15px;
    color: #44546A;
    list-style: none;
    margin: 0;
    margin-top: auto !important;
    padding: 0;
}

.list-tariffs-info li {
    padding: 6px 16px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.list-tariffs-btn {
    padding: 16px;
}

.list-tariffs-info li:nth-child(odd) {
    background-color: #fff;
}

.list-tariffs-btn .btn {
    width: 100%;
    font-size: 14px;
    text-transform: none;
    line-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-tariffs-item-content__list ul {
    font-size: 14px !important;
    font-weight: 300;
    /* color: #000!important; */
    margin: 0 !important;
}

.list-tariffs-item-content__list li {
    margin: 0 !important;
    display: block !important;
    padding-left: 12px;
    position: relative;
}

.list-tariffs-item-content__list li+li {
    margin-top: 12px !important;
}

.list-tariffs-item-content__list li::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #6d6d7b;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.list-tariffs-header {
    text-align: center;
    background-color: #008BFF;
    border-radius: 8px;
    padding: 36px 16px;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);
}

.list-tariffs-header__title {
    margin: 0;
    color: #fff;
}

.list-tariffs-info--v2 {
    text-align: center;
}

.list-tariffs-info--v2-row {
    justify-content: space-between !important;
    align-items: center;
}

.list-tariffs-info--v2-row>span {
    display: block;
    margin: 0 auto;
}

.list-tariffs-btn-v2 .btn {
    background-color: #FF8F00;
}

.tariffs-conditions-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 48px;
}

.tariffs-conditions-col {
    flex: 0 0 auto;
    width: calc(100% / 3);
    padding-left: 12px;
    padding-right: 12px;
}

.tariffs-conditions-title {
    color: #575757;
    font-weight: 700;
    margin-bottom: 24px;
}

.tariffs-conditions-img {
    margin-bottom: 24px;
}

.pricing-parameters {
    margin-bottom: 48px;
}

@media(max-width:1199.98px) {
    .list-tariffs-col {
        width: calc(100% / 3);
    }
}

@media(max-width:767.98px) {

    .list-tariffs-col,
    .tariffs-conditions-col {
        width: 100%;
    }
}

.fancybox__slide {
    overflow: hidden !important;
}

.fancybox__container {
    --fancybox-bg: rgba(24, 24, 27, 0.8) !important;
}

.fancybox__content {
    border-radius: 8px !important;
}

.fancybox__content>.f-button.is-close-btn {
    right: 5px !important;
    top: 5px !important;
    --f-button-color: #000 !important;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
    top: 5px !important;
    --f-button-color: #fff !important;
}

.feedback-form .wpcf7 {
    width: 100%;
}

.feedback-form .wpcf7-list-item {
    margin: 0;
}

.feedback-form .wpcf7 .btn {
    border: 0;
}

.feedback-form .wpcf7 .checkbox input[type=checkbox] {
    display: inline-block;
    margin: 2px 13px 0 0;
    flex-shrink: 0;
}

.feedback-form .wpcf7 .checkbox .wpcf7-list-item label,
.back-call .wpcf7 .checkbox .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}

.feedback-form .wpcf7 .feedback-form__wrapper {
    height: 360px;
}

.feedback-form.feedback-form--job .wpcf7 .feedback-form__wrapper {
    height: 360px;
}

.feedback-form .wpcf7 .checkbox+.checkbox {
    padding-top: 15px;
}

@media screen and (max-width: 601px) {

    .feedback-form .wpcf7 .feedback-form__wrapper,
    .feedback-form.feedback-form--job .wpcf7 .feedback-form__wrapper {
        height: auto;
    }
}

.feedback-form form.wpcf7-form {
    flex-wrap: wrap;
}

.feedback-form .wpcf7 form .wpcf7-response-output,
.back-call .wpcf7 form .wpcf7-response-output {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    border: 0;
    text-align: center;
    color: #6d6d7b;
}

.feedback-form .wpcf7-not-valid-tip,
.back-call .wpcf7-not-valid-tip {
    font-size: 14px;
}

.feedback-form .wpcf7-form-control-wrap {
    width: 100%;
}

/* /Тарифы */
.feedback-form__wrapper--unsubscribe {
    margin-left: -12px;
    margin-right: -12px;
    color: #6d6d7b;
}

.feedback-form__wrapper--unsubscribe .feedback-form__col {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}

.feedback-form__wrapper--unsubscribe p {
    margin-bottom: 12px !important;
}

.feedback-form__wrapper--unsubscribe .wpcf7-radio {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.feedback-form .feedback-form__wrapper--unsubscribe .label {
    width: 100%;
}

.feedback-form .wpcf7 .feedback-form__wrapper.feedback-form__wrapper--unsubscribe {
    flex-direction: row;
    height: auto;
}

.feedback-form .feedback-form__wrapper--unsubscribe .checkbox {
    padding-left: 5px;
    width: 100% !important;
}

@media(max-width:767.98px) {
    .feedback-form__wrapper--unsubscribe .feedback-form__col {
        width: 100%;
    }
}

.btn {
    cursor: pointer;
}

.back-call .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 1240px) {
    .back-call .wpcf7-form {
        justify-content: center;
    }
}

.back-call .wpcf7-form .btn {
    border: 0;
}

.back-call .wpcf7-spinner {
    display: none;
}

.back-call .wpcf7 .checkbox input[type=checkbox] {
    display: block;
    flex-shrink: 0;
}

.back-call .wpcf7-list-item {
    margin: 0;
}

.back-call label.back-call__policy {
    align-items: center;
}

/*  */
.list-tariffs-wrapper .list-tariffs-header {
    background-color: #FF8F00;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 4px;
}

.list-tariffs-wrapper-header {
    background-color: #008BFF;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 18px;
    box-shadow: 0px 1.77px 7.07px 0px #00203329;
}

.list-tariffs-wrapper .list-tariffs-item-content {
    padding-top: 16px;
    padding-bottom: 16px;
}

.list-tariffs-item-content__labor-intensity {
    text-align: center;
}

.list-tariffs-item-content__labor-intensity span {
    font-weight: 700;
    font-size: 21px;
    color: #008BFF;
    padding-right: 3px;
    padding-left: 3px;
}

.list-tariffs-item-content-wrapper {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.list-tariffs-item-content__price {
    text-align: center;
    background-color: #008BFF;
    color: #fff;
    border-radius: 8px;
    padding: 12px 4px;
    font-size: 12px;
    min-height: 52px;
}

.list-tariffs-item-content__price span {
    font-size: 20px;
    font-weight: 700;
    padding-left: 3px;
    padding-right: 3px;
}

.list-tariffs-wrapper .list-tariffs-info {
    margin-top: 0 !important;
}

.list-tariffs-wrapper .list-tariffs-info__result {
    margin-top: auto !important;
}

.list-tariffs-wrapper .list-tariffs-row {
    height: 100%;
}

.list-tariffs-wrapper--audit .list-tariffs-col {
    width: calc(100% / 3);
}

.list-tariffs-wrapper--monitoring .list-tariffs-col {
    width: calc(100% / 2);
}

.pricing-plans-2 .pricing-plans_descriptions {
    margin-bottom: 60px;
}

@media(max-width: 992.98px) {
    .list-tariffs-wrapper .list-tariffs-col {
        width: 100% !important;
    }

    .pricing-plans-2 .text-ui h1 {
        font-size: 24px;
    }

    .pricing-plans-2 .text-ui h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .services__inner .service-card__content p {
        display: block;
    }
}

/*  */
.header-info {
    background-color: #008bff;
    position: relative;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 11;
}

.header-info__inner {
    padding: 16px 20px;
    padding-right: 62px;
    margin: 0 auto;
    position: relative;
}

.header-info,
.header-info p {
    color: #fff;
    font-weight: 700;
}

.header-info-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -16px;
    margin-left: -12px;
    margin-right: -12px;
}

.header-info-col {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 16px;
}

.header-info__text p:last-child {
    margin-bottom: 0;
}

.header-info .btn {
    margin: 0;
    border-radius: 4px;
}

.header-info .btn--accent {
    padding: 12px 60px;
}

.header-info__close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background-color: #44aaff;
    cursor: pointer;
    user-select: none;
    z-index: 1;
    transition: background-color .15s ease-in-out;
}

.header-info__close:hover {
    background-color: #7dc4ff;
}

/* .header-info-on .header,
.header-info-on .header__fixed{
    height: auto!important;
} */
@media screen and (max-width: 1920px) {
    .header-info__inner {
        max-width: 1240px;
    }
}

@media screen and (max-width: 767.98px) {
    .header-info__inner {
        padding: 10px;
        padding-right: 55px;
    }

    .header-info-row {
        margin-top: -10px;
    }

    .header-info-col {
        margin-top: 10px;
    }

    .header-info .btn--accent {
        padding: 10px 40px;
    }

    .header-info__close {
        right: 10px;
    }
}

/* Учитываем высоту admin bar */
.admin-bar .header-info {
    padding-top: 32px;
}

.admin-bar .main-wrapper:not(.header-info-on) .header__fixed {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .header-info {
        padding-top: 46px !important;
    }

    .admin-bar .main-wrapper:not(.header-info-on) .header__fixed {
        top: 46px;
    }

    #wpadminbar {
        position: fixed !important;
    }
}

.feedback-form__wrapper--unsubscribe .feedback-form__col {
    position: relative;
}

.feedback-form .wpcf7 .feedback-form__wrapper.feedback-form__wrapper--unsubscribe .wpcf7-spinner {
    position: absolute;
    right: 17px;
    bottom: 14px;
}

.feedback-form .wpcf7 .feedback-form__wrapper {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    bottom: 56px;
    right: 17px;
}